/* @import '~loaders.css/src/animations/ball-pulse.scss';

.loader-hidden {
  display: none;
}
.loader-active {
  display: block;
} */
:root {
  --primary-color: #0C0A09;
  --secondary-color: #5620E1;
  --neutrals-700: #403D3C;
}

@font-face {
  font-family: 'Hind SemiBold';
  font-display: swap;
  src: url('../fonts/Hind-SemiBold.ttf');
}
@font-face {
  font-family: 'Dazzed';
  src: local('Dazzed'), url('../fonts/Dazzed-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Portrait Text';
  src: local('Portrait Text'),
    url('../fonts/PortraitText-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-display: swap;
  src: url('../fonts/Hind-Regular.ttf');
}

@font-face {
  font-family: 'Hind Medium';
  font-display: swap;
  src: url('../fonts/Hind-Medium.ttf');
}

@font-face {
  font-family: 'Hind Light';
  font-display: swap;
  src: url('../fonts/Hind-Light.ttf');
}

@font-face {
  font-family: 'Hind Bold';
  font-display: swap;
  src: url('../fonts/Hind-Bold.ttf');
}

@font-face {
  font-family: 'Erode';
  font-display: swap;
  src: url('../fonts/Erode-Regular.ttf');
}

@font-face {
  font-family: 'Erode Medium';
  font-display: swap;
  src: url('../fonts/Erode-Medium.ttf');
}

@font-face {
  font-family: 'Erode Light';
  font-display: swap;
  src: url('../fonts/Erode-Light.ttf');
}

@font-face {
  font-family: 'Erode Bold';
  font-display: swap;
  src: url('../fonts/Erode-Bold.ttf');
}

.content-wrapper {
  margin-top: 50px !important;
}

/*
COLORS
*/
.bg-wdc {
  background-color: var(--primary-color) !important;
}

[data-background-color='gray'] {
  background-color: #eceff1;
}

.wdc {
  color: var(--primary-color) !important;
}

.btn-lg {
  font-weight: 600;
}

.btn-wdc-lg {
  font-size: 1.3em;
  border-radius: 13px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.btn-wdc {
  background-color: var(--primary-color);
}

.btn-wdc:hover,
.btn-wdc:active,
.btn-wdc:focus {
  background-color: var(--secondary-color);
}

.btn-niv {
  background-color: rgb(226, 192, 127);
  color: #ffffff !important;
}

.btn-wdc-outline {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.btn-wdc-outline:hover,
.btn-wdc-outline:focus {
  background-color: var(--primary-color);
  color: #ffffff !important;
}

.icon.icon-wdc {
  color: var(--primary-color) !important;
}

.nav-pills.nav-pills-wdc .nav-item .nav-link.active,
.nav-pills.nav-pills-wdc .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-wdc .nav-item .nav-link.active:hover {
  background-color: var(--primary-color) !important;
}

.home-header .content-center {
  max-width: none !important;
  text-align: left !important;
}

.navbar-brand img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-right: 6px;
}

.navbar-transparent .navbar-brand img {
  -webkit-filter: none;
  filter: none;
  margin-right: 6px;
}

.description {
  font-weight: 400;
}

h4.description {
  color: hsl(0, 0%, 29%);
}

.page-header .category,
.page-header .description {
  color: hsl(0, 0%, 29%);
}

.dashboard {
  padding: 100px 0px;
  background-color: #f6f6f6;
}

input:focus,
input[type]:focus,
.uneditable-input:focus {
  border-color: var(--primary-color) !important;
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
  border-color: var(--primary-color) !important;
}

.login-page .card-login.card-login {
  /* border: 1px solid black; */
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
  border-top: 2px solid var(--primary-color);
  border-radius: 0rem;
  padding: 20px;
}

.login-page .card-login.card-login form .card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.login-page .link {
  color: hsl(0, 0%, 29%) !important;
  font-weight: 400;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control {
  color: hsl(0, 0%, 29%);
  border: 1px solid hsl(0, 0%, 45%);
  box-shadow: inset 0 2px 4px 0 hsla(0, 0%, 0%, 0.08);
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:focus,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:focus,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border::placeholder {
  color: hsl(0, 0%, 29%);
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: hsl(0, 0%, 45%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
  color: hsl(0, 0%, 45%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
  color: hsl(0, 0%, 45%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
  color: hsl(0, 0%, 45%);
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar.navbar-transparent {
  padding-top: 0px;
}

/*
Vision360
*/
#watermark,
#FixedWaterMark {
  display: none !important;
}
.Vision360 .buttons {
  display: none !important;
}
.Vision360 .ty {
  display: none !important;
}
.Vision360 .trfv {
  display: none !important;
}
.Vision360 table {
  display: none;
}
.Vision360 .js__fadeout {
  display: none !important;
}
.Vision360 .p_close {
  display: none !important;
}

/*
Search table
*/

.list__item__tableheader > tr > th {
  font-size: 14px !important;
  line-height: 14px;
  text-align: left;
  color: #82828c;
}

.list__item__tablerow {
  background-color: rgb(251, 251, 251);
  border-radius: 3px;
  border-bottom: 3px solid #fff;
}

.list__item__tablerow > td {
  border: none;
  color: #202143;
  font-size: 12px;
}

.searchTable .table > tbody > tr > td:first-child {
  padding-left: 16px;
}
.searchTable .table > tbody > tr > td:first-child span {
  display: block;
  width: 7px;
  height: 10px;
  text-indent: -9999px;
  background: url('../img/more-arrow.svg') no-repeat center;
}
.searchTable .table figure {
  position: relative;
  margin-bottom: 0;
}
.searchTable .table .detail {
  display: none;
}

/*
Order table
*/
.order-table .table {
  background: #fff;
  width: 100%;
  font-size: 14px;
}
.order-table .table tr th {
  font-weight: normal;
  color: #8a8a8a;
  padding: 24px 8px 18px 8px;
}
.order-table .table tr td {
  vertical-align: middle;
  padding: 12px 8px;
  color: #202143;
  font-weight: 500;
  border-top: 2px solid #f2f0eb;
}
.order-table .table tr td span {
  font-weight: normal;
  color: #8a8a8a;
}
.order-table .table > tbody > tr > td:first-child {
  padding-left: 16px;
}
.order-table .table > tbody > tr > td:first-child span {
  display: block;
  width: 7px;
  height: 10px;
  text-indent: -9999px;
  background: url('../img/more-arrow.svg') no-repeat center;
}
.order-table .table figure {
  position: relative;
  margin-bottom: 0;
}
.order-table .table .detail {
  display: none;
}
.order-table .table .detail .product-details {
  margin-top: 0px;
}
.order-table .table .detail td {
  border-top: 0;
}
.order-table .table .detail.active {
  display: table-row;
}
.order-table .table .orderComment {
  width: 90%;
  min-height: 90px;
  border-radius: 0;
}
.order-table .table .orderCommentP {
  width: 100%;
  display: block;
  color: #8a8a8a;
}

.order-table .table .detail .product-info {
  color: #727272;
}

/* ### status colors ### */
.order-table {
  margin-top: 30px;
}
.order-table .table .delivered {
  background-color: #f4faf1;
}
.order-table .table .action {
  background-color: #fff6f3;
}
.order-table .table .po {
  background-color: #f6f4ee;
}

.order-table .table .product .arrow {
  cursor: pointer;
}
.order-table .table .product {
  width: 100%;
}
.order-table .table .product.current td {
  border-bottom: 0;
}
.order-table .table .product.current .arrow span {
  transform: rotate(90deg);
}
.order-table .table .sample figure:after {
  position: absolute;
  right: 0;
  top: -2px;
  content: '';
  display: block;
  width: 46px;
  height: 45px;
  background: url(../img/sample-tag.png) no-repeat center;
}
.order-table .buttons {
  display: flex;
  justify-content: center;
  height: auto;
}
.order-table .buttons a {
  margin: 0 2px;
  max-height: 25px;
}
.order-table .more {
  width: 100%;
  border: 1px solid #e9e9e9;
}
.order-table .more td {
  vertical-align: middle;
}
.order-table .more td:last-child {
  background: #f8f7f5;
  border-left: 1px solid #e9e9e9;
}
.order-table .more td table {
  width: 100%;
}
.order-table .more td table td,
.order-table .more td table th {
  padding: 0 10px;
  border-top: 0;
  vertical-align: middle;
}
.order-table .more td table td:last-child {
  background: transparent;
  border-left: 0;
}

/*
SEARCH BOX
*/
/* ### search box ### */
.searchBox {
  overflow: hidden;
  position: relative;
}
.searchBox h4 {
  margin-top: 0px;
  position: relative;
  cursor: pointer;
  padding: 14px 54px 14px;
  margin-bottom: 0;
  color: #fff;
  background: var(--primary-color);
}
.searchBox h4:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/white-arrow.svg) center center no-repeat;
  background-size: 10px;
}
.searchBox h4.open:after {
  transform: rotate(90deg) translate(-50%);
}
.searchBox h3 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
}
.searchBox table {
  font-size: 14px;
  color: #8a8a8a;
}
.searchBox table input[type='text'] {
  width: 45px;
  position: relative;
}
.searchBox table tr th {
  font-weight: 500;
  text-align: center;
}
.searchBox table tr td {
  padding: 5px 0;
  vertical-align: top;
}
.searchBox table tr td:first-child {
  color: #202143;
  font-weight: 500;
}
.searchBox table tr td:nth-child(2),
.searchBox table tr td:nth-child(4) {
  width: 55px;
  padding: 0 5px;
}
.searchBox label {
  margin-bottom: 0;
}
.searchBox select {
  width: 100%;
  max-width: 166px;
  margin: 0 auto 12px auto;
  font-size: 12px;
  text-transform: none;
}
.searchBox input[type='text'] {
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  color: #8a8a8a;
  height: 25px;
  padding: 5px 8px 2px 8px;
  font-size: 14px;
  width: auto;
}
.searchBox input[type='text']::placeholder {
  color: #8a8a8a;
}
.searchBox fieldset {
  width: 100%;
  border: 0;
  text-align: center;
}
.searchBox fieldset legend {
  display: block;
  text-align: center;
  width: 100%;
  color: #202143;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.searchBox fieldset.radio label,
.searchBox fieldset.check label {
  position: relative;
  font-weight: 500;
  display: inline-block;
  margin: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.searchBox fieldset.check label input[type='checkbox'],
.searchBox fieldset.radio label input[type='radio'] {
  display: none;
}
.searchBox fieldset.check label input[type='checkbox'] + span {
  cursor: pointer;
  text-align: center;
  padding: 6px;
  line-height: 1;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
}
.searchBox fieldset.check label input[type='checkbox']:checked + span {
  background: #202143;
  color: #fff;
  border-color: #202143;
}
.searchBox fieldset.radio label {
  position: relative;
  margin: 1px 10px;
  line-height: 1;
  padding-top: 5px;
  padding-left: 40px;
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
}
.searchBox fieldset.radio label input[type='radio'] + span {
  width: 28px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 100px;
}
.searchBox fieldset.radio label input[type='radio']:checked + span {
  border-color: #202143;
  background: #202143 url('../img/check_icon.png') no-repeat center;
  background-size: 50% auto;
}
.searchBox fieldset.small label input[type='checkbox'] + span {
  min-width: 35px;
}
.searchBox fieldset.large {
  margin-bottom: 15px;
}
.searchBox fieldset.large label input[type='checkbox'] + span {
  min-width: 99px;
}
.searchBox fieldset.medium label input[type='checkbox'] + span {
  min-width: 60px;
}
.searchBox fieldset.border {
  border: 1px solid #e9e9e9 !important;
  padding: 6px 15px 6px 15px;
  max-width: 345px;
  margin: 0 auto 15px auto;
}
.searchBox fieldset.border legend {
  color: #8a8a8a;
  line-height: normal;
}
.searchBox .btn-secondary {
  margin-right: 20px;
  position: absolute;
  right: 200px;
  top: 0px;
  border: 0;
}
.searchBox .btn-primary {
  position: absolute;
  right: 30px;
  top: 0px;
  border: 0;
}
.searchBox .input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchBox .bottom {
  background: #fff;
  overflow: hidden;
  display: none;
}
.searchBox .bottomOpen {
  display: block !important; /* border-bottom: 1px solid var(--primary-color); border-left: 1px solid var(--primary-color); border-right: 1px solid var(--primary-color); */
}
.searchBox .box {
  padding: 0 30px 20px 30px;
}
.searchBox .extras {
  display: none;
}
.searchBox .shape {
  border-bottom: 2px solid #f2f0eb;
}
.searchBox .slides {
  position: relative;
}
.searchBox .slides .arrows {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url('../img/slides-arrow.svg') no-repeat center;
}
.searchBox .slides .arrows.disabled {
  opacity: 0.2;
}
.searchBox .slides ul {
  margin: 0 70px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.searchBox .slides ul li {
  padding: 0 10px;
  list-style-type: none;
}
.searchBox .slides ul li a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #8a8a8a;
}
.searchBox .slides ul li a:hover {
  text-decoration: none;
  color: #202143;
}
.searchBox .slides ul li img {
  margin: 0 auto 4px auto;
}
.searchBox .slides .prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.searchBox .slides .next {
  right: 0;
}
.searchBox .flex-row > div {
  border-left: 1px solid #f2f0eb;
  border-right: 1px solid #f2f0eb;
  border-bottom: 2px solid #f2f0eb;
  padding-left: 0;
  padding-right: 0;
}
.searchBox .prices {
  border-bottom: 2px solid #f2f0eb;
}
.searchBox .prices input[type='text'] {
  width: 70px;
}
.searchBox .range {
  position: relative;
  height: 6px;
  border-radius: 4px;
  margin: 16px 0;
  border: 1px solid #dbdbdb;
}
.searchBox .range .range-mid {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #e4e2de;
}
.searchBox .range span {
  cursor: pointer;
  width: 18px;
  text-indent: -9999px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: block;
  background-image: linear-gradient(-180deg, #5b5eba 3%, #202143 99%);
  background: #202143;
  border: 1px solid #202143;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
}
.searchBox .range span.first {
  left: 0;
}
.searchBox .range span.last {
  right: 0;
}
.searchBox .sizes {
  border-bottom: 2px solid #f2f0eb;
}
.searchBox .sizes input[type='text'] {
  width: 44px;
}
.searchBox .cert {
  text-align: center;
}

/** VIEW SELECTOR **/
.view-select {
  margin-top: 20px;
  text-align: left;
}

.view-select p {
  display: inline-block;
}

.view-select button {
  margin-left: 10px;
}

/** SHAPE SELECTOR **/
.slides input[type='checkbox'] {
  display: none;
}

.slides label {
  cursor: pointer;
  margin-right: 25px;
  color: #8a8a8a;
}

.slides input[type='checkbox']:checked ~ span {
  color: #2c2c2c;
}

.slides input[type='checkbox']:checked ~ img {
  filter: sepia(100%);
}

.slides label img {
  display: block;
  margin: auto;
}

/** PRICE SLIDER **/
.size-slider,
.price-slider {
  width: 100%;
  height: 6px;
  border-radius: 4px;
  margin: 16px 0;
  border: 1px solid #dbdbdb;
  background-color: #dbdbdb;
}

.handle {
  cursor: pointer;
  width: 18px;
  text-indent: -9999px;
  height: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: block;
  background-image: linear-gradient(-180deg, #5b5eba 3%, #202143 99%);
  background: #202143;
  border: 1px solid #202143;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.08),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.3);
}

.bar {
  position: relative;
  background: #ddd;
}

.prices .bar.bar-2 {
  background: #ddd;
}

/** SEARCH RESULTS LIST **/
.searchResults {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  overflow-x: scroll;
  /* background-color: #ffffff; */
}

.searchResults .table {
  background: #fff;
  width: 100%;
  font-size: 14px;
}
/* .searchResults .table tr th { font-weight: normal; color: #8A8A8A; padding: 0px 8px 18px 8px; } */
/* .searchResults .table tr td { vertical-align: middle; padding: 12px 8px; color: #202143; font-weight: 500; border-top: 2px solid #f2f0eb; } */
/* .searchResults .table tr td span { font-weight: normal; color: #8A8A8A; } */
.searchResults .table > tbody > tr > td:first-child {
  padding-left: 16px;
}
.searchResults .table > tbody > tr > td:first-child span {
  display: block;
  width: 7px;
  height: 10px;
  text-indent: -9999px;
  background: url('../img/more-arrow.svg') no-repeat center;
}
.searchResults .table figure {
  position: relative;
  margin-bottom: 0;
}
.searchResults .table .detail {
  display: none;
}
.searchResults .table .detail td {
  border-top: 0;
}
.searchResults .table .detail.active {
  display: table-row;
}
.searchResults .table .orderComment {
  width: 90%;
  min-height: 90px;
  border-radius: 0;
}
.searchResults .table .orderCommentP {
  width: 100%;
  display: block;
  color: #8a8a8a;
}

.searchResults .table .detail .info {
  color: #727272;
}

.searchResults .table .product .arrow {
  cursor: pointer;
}
.searchResults .table .product {
  width: 100%;
}
.searchResults .table .product.current td {
  border-bottom: 0;
}
.searchResults .table .product.current .arrow span {
  transform: rotate(90deg);
}
.searchResults .table .sample figure:after {
  position: absolute;
  right: 0;
  top: -2px;
  content: '';
  display: block;
  width: 46px;
  height: 45px;
  background: url(../img/sample-tag.png) no-repeat center;
}
.searchResults .buttons {
  display: flex;
  justify-content: center;
  height: auto;
}
.searchResults .buttons a {
  margin: 0 2px; /* max-height: 25px; */
}
.searchResults .more {
  width: 100%;
  border: 1px solid #e9e9e9;
}
.searchResults .more td {
  vertical-align: middle;
}
.searchResults .more td:last-child {
  background: #f8f7f5;
  border-left: 1px solid #e9e9e9;
}
.searchResults .more td table {
  width: 100%;
}
.searchResults .more td table td,
.searchResults .more td table th {
  padding: 0 10px;
  border-top: 0;
  vertical-align: middle;
}
.searchResults .more td table td:last-child {
  background: transparent;
  border-left: 0;
}

.searchTitle {
  padding-top: 0px;
}

/** SEARCH GRID **/
.gridBox ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.gridBox li {
  padding: 0 10px;
  margin: 0 0 18px;
}

.gridBox li .block {
  padding: 10px;
  overflow: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  background: #fff;
}

.gridBox li .bottom {
  padding: 18px 10px;
  border-bottom: 6px solid #202143;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  background: #f8f7f5;
}

.gridBox li .image {
  position: relative;
}
.gridBox img {
  width: 100%;
  height: auto;
}
.gridBox .no-image img {
  opacity: 0.6;
}
.gridBox .block .col {
  padding: 6px 0 1px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
.gridBox .block .price {
  color: #2b2e55;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.gridBox .text .col .link {
  padding-left: 30px;
  float: right;
  display: block;
  margin: -5px 10px 0 0;
  background: #fff url(../img/zoom-icon.png) 12px center no-repeat;
  background-size: 12px;
}
.gridBox .link {
  padding: 6px 14px 2px;
  margin: 0 1px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 14px;
  color: #2b2e55;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #dbdbdb;
  text-decoration: none;
  background: #fff;
}
.gridBox .text {
  padding: 10px 10px 0;
}
.gridBox .text .col button {
  float: right;
}
.gridBox .text .col i small {
  color: #545454;
  font-size: 14px;
}
.gridBox .text .total {
  font-size: 22px;
  color: #202045;
  font-weight: 500;
  line-height: 26px;
}
.gridBox .bottom {
  padding: 18px 10px;
  border-bottom: 6px solid #e9bf4c;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  overflow: hidden;
  background: #f8f7f5;
}
.gridBox .view {
  text-indent: -9999px;
  display: block;
  z-index: 9;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 40px;
  height: 22px;
  background: url(../img/360-img.png) center center no-repeat;
  background-size: 40px;
}
.gridBox .tag {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 114px;
  height: 114px;
  background: url(../img/tag_bg.png) center center no-repeat;
  background-size: 114px;
}
.gridBox .tag span {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  transform: rotate(45deg);
  display: block;
  margin: 39px 0 0 23px;
}

/** SINGLE DIAMOND **/
.product-header {
  /* background-color: #ffffff; */
  margin-top: 15px;
}

.product-header .title small {
  display: block;
  margin-top: 15px;
}

.product-details {
  margin-top: 30px;
  /* background-color: #ffffff; */
}

.product-price {
  font-size: 2em;
  font-weight: 400;
}

.product-discount {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 0;
}

.product-discount-percentage {
  font-size: 1.4em;
  display: block;
}

.product-details h4 {
  margin-top: 20px;
}

.table-product-details tr td:first-child {
  color: #9a9a9a;
}

.product-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.forgot-password {
  margin-left: 15px;
}

.size-left,
.size-right,
.price-left,
.price-right {
  margin-bottom: 0;
}

.certificateNumberInput {
  width: 60%;
}

.zero-results {
  font-size: 2.3em;
  text-align: center;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  outline: none;
}

.pagination-container {
  margin-top: 20px;
}

/** NO IMAGE **/
.no-image {
  text-align: center;
}

.no-image i {
  font-size: 4em;
}

.no-image p {
  padding-top: 20px;
}

/** HOMEPAGE **/

.home-header .btn-neutral {
  color: var(--primary-color);
}

.page-header .page-header-image {
  height: 105%;
  z-index: 0;
}

.title {
  color: var(--primary-color);
}

.footer .social-buttons a,
.footer .social-buttons .btn {
  color: hsl(0, 0%, 29%);
}

.page-header .title + h4 {
  margin-top: 30px;
}

.page-header .description:last-of-type {
  margin-bottom: 20px;
}

.page-header .title {
  color: var(--primary-color);
  /* color: hsl(0, 0%, 13%); */
}

.page-header:before {
  background-color: transparent;
}

.navbar-transparent a:not(.btn):not(.dropdown-item) {
  color: #000000;
}

.navbar-white a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

.navbar-white .navbar-brand img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.navbar-transparent .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar-transparent .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: var(--primary-color) !important;
  color: #ffffff;
}

.navbar-transparent .navbar-toggler-bar {
  background: #000000;
}

.navbar {
  border-top: 2px solid var(--primary-color);
}

.dashboard-body .navbar {
  border-top: none;
}

/* ## CONTENT PAGES ## */

p.content-page {
  color: hsl(0, 0%, 28%);
}

.custom-ul li {
  margin-bottom: 1em;
}

.tcli li {
  list-style-type: decimal;
}

.tandc ol {
  counter-reset: item !important;
  padding-inline-start: 0px !important;
}

.tandc ol li ol {
  margin-top: 1em;
}

.tandc ol li ol li ol {
  padding-inline-start: 20px !important;
}
.tcli li {
  display: block;
  margin-bottom: 1em;
}

.tcli li:before {
  content: counters(item, '.') ' ';
  counter-increment: item;
}

.page-header .content-center {
  top: 44%;
}

.page-header[filter-color='blue'] {
  background: rgba(44, 44, 44, 0.2);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(44, 168, 255, 0.33)
  );
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(44, 168, 255, 0.33)
  );
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(44, 168, 255, 0.33)
  );
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    0deg,
    rgba(44, 44, 44, 0.2),
    rgba(44, 168, 255, 0.33)
  );
  /* Standard syntax */
}

.filter-mobile {
  display: none;
  width: 80%;
  margin: auto;
}

.priceBox {
  padding: 30px;
  background-color: #f8f7f5;
  border: #e9e9e9;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width: 768px) {
  .collapsable {
    display: none !important;
  }

  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
  }

  .mobile-only {
    display: inline-block;
  }

  .filter-mobile {
    display: block;
  }

  .filter-desktop {
    display: none;
  }

  h1.title {
    /* margin-top: 60px; */
    font-size: 2.5em;
  }

  h2.title {
    font-size: 2.3em;
  }

  .title {
    color: var(--primary-color);
  }

  /* .navbar-transparent .navbar-toggler-bar {
    background: #ffffff;
  } */

  .section-content {
    text-align: center;
  }

  .team-photo {
    margin-top: 15px;
    max-width: 80%;
  }
}

.team-photo {
  padding: 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.mobile-break {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #eceff1;
}

@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    margin-top: 7px;
  }

  .navbar-collapse {
    /* background-color: var(--primary-color);  old color*/
    background-color: white;
  }

  .navbar-collapse:after {
    /* background: var(--primary-color); */
    background: #ffffff;
  }
  .get-started-btn {
    background-color: var(--primary-color);
  }

  .navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
  .navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
    background-color: transparent;
  }

  .section-content {
    padding: 30px 0;
  }
}

@media screen and (min-width: 700px) {
  .btn,
  .navbar .navbar-nav > a.btn {
    color: hsla(0, 0%, 100%, 1);
    margin: 2px;
  }
}
.navbar-collapse[data-color='white']:after {
  background: #ffffff;
}
