:root {
  --black: #0e0f0f;
  --pink: #fcfaf7;
  --purple: #b08393;
  --stretch: calc((100% - 100vw) / 2);
}
body {
  font: 200 16px 'Kanit', sans-serif;
  color: var(--black);
}
body:not(.catalog-product-view) .page-title-wrapper:before {
  content: '';
  display: block;
  background: var(--pink);
  height: 100%;
  top: 0;
  left: -500%;
  right: 0;
  position: absolute;
  width: 1100%;
  z-index: -1;
  border-bottom: 1px solid #efefef;
}
body:not(.cms-home) .columns {
  padding-top: 30px;
}
body:not(.page-products):not(.catalog-product-view) .page-title-wrapper {
  padding: 70px 40px 40px 40px;
  text-align: center;
  position: relative;
  width: 100%;
}
input {
  font-family: 'Kanit', sans-serif !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  font-weight: 300;
  font-display: swap;
}
select {
  font-family: 'Kanit', sans-serif !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  font-weight: 300;
  font-display: swap;
}
textarea {
  font-family: 'Kanit', sans-serif !important;
  font-display: swap;
}
button {
  font-family: 'Kanit', sans-serif !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  font-display: swap;
}
button:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
button:hover {
  text-decoration: none !important;
}
button span {
  position: relative;
  z-index: 1;
}
.pages .item {
  font-family: 'Kanit', sans-serif !important;
  font-size: 21px;
  font-weight: 300;
  font-display: swap;
}
.pages strong.page {
  font-size: 21px;
  font-weight: 300;
  width: 48px;
  height: 38px;
  line-height: 38px;
  background: none;
  text-align: center;
  position: relative;
  padding: 0;
  color: var(--black) !important;
}
.pages strong.page:after {
  content: '';
  display: block;
  background: #b7b4b1;
  height: 2px;
  height: 4px;
  background: var(--black);
  margin-top: -2px;
}
.pages a.page {
  color: var(--black);
  width: 48px;
  height: 38px;
  line-height: 38px;
  background: none;
  text-align: center;
  position: relative;
  padding: 0;
  color: var(--black) !important;
}
.pages a.page:visited {
  color: var(--black);
}
.pages a.page:after {
  content: '';
  display: block;
  background: #b7b4b1;
  height: 2px;
}
.pages a.page:hover:after {
  height: 4px;
  background: var(--black);
  margin-top: -2px;
}
.category-description {
  margin-top: 60px;
}
.category-description * {
  font-family: 'Kanit', sans-serif !important;
  font-display: swap;
}
.category-description h2 {
  font-size: 16px;
  font-weight: 400;
}
.category-description h3 {
  font-size: 16px;
  font-weight: 400;
}
.category-description h4 {
  font-size: 16px;
  font-weight: 400;
}
.category-description h5 {
  font-size: 16px;
  font-weight: 400;
}
.category-description h6 {
  font-size: 16px;
  font-weight: 400;
}
.product-info-main .page-title-wrapper h1 {
  font-family: 'Kanit', sans-serif !important;
  font-size: 21px;
  font-weight: 300;
  font-display: swap;
}
.product-info-main .manufacturer {
  font-family: 'Playfair Display', serif !important;
  font-size: 22px;
  margin-bottom: 5px;
  font-display: swap;
}
.product-info-main .product-info-stock-sku {
  float: none;
  padding-left: 0;
  width: 100%;
  text-align: left;
}
.product-info-main .stock.available {
  text-transform: none;
  font-weight: 200;
}
.product-info-main .stock.available:before {
  content: '';
  display: inline-block;
  background: #ccc;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  border: 3px solid var(--pink);
  background: #007517;
}
.product-info-main .stock.unavailable {
  text-transform: none;
  font-weight: 200;
}
.product-info-main .stock.unavailable:before {
  content: '';
  display: inline-block;
  background: #ccc;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
  border: 3px solid var(--pink);
}
.product-info-main .product-info-price {
  border: none;
  line-height: 1;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  text-decoration: line-through;
  font-size: 17px;
  color: #aaaaaa;
  font-weight: 200;
}
.product-info-main .product-info-price .price-box {
  padding-bottom: 0;
}
.product-info-main .price-box .price-container .price {
  font-size: 20px;
  font-weight: normal;
  color: var(--black);
}
.product-info-main .price-box .price-container .price-label {
  display: none !important;
}
.product-info-main .price-box > span {
  display: inline-block;
}
.product-info-main .price-box > span:not(:first-child) {
  margin-left: 17px;
}
.product-info-main .product-add-form {
  padding-top: 0;
}
.product-info-main .product-options-wrapper .swatch-attribute-label {
  font-weight: 300;
}
.product-info-main .box-tocart .field.qty {
  display: none;
}
.product-info-main .box-tocart .action.tocart {
  background: var(--black);
  border: none;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  width: 100%;
  margin-bottom: 0;
}
.product-info-main .box-tocart .action.tocart span {
  position: relative;
  z-index: 1;
}
.product-info-main .box-tocart .action.tocart:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #545454;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
.product-info-main .box-tocart .action.tocart:hover:after {
  height: 100%;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
  width: 100%;
}
.product-info-main .product-options-bottom .box-tocart .fieldset {
  margin-bottom: 0;
}
.product-info-main .product-options-bottom-new .box-tocart {
  margin: 0;
  width: 100%;
}
.product-info-main .product-options-bottom-new .box-tocart .fieldset {
  margin-bottom: 0;
}
.product-info-main .product-tab-links > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #efefef;
}
.product-info-main .product-tab-links > a:last-child {
  border-bottom: 1px solid #efefef;
}
.product-info-main .product-tab-links > a span {
  color: #000;
  position: relative;
  display: inline-block;
}
.product-info-main .product-tab-links > a span:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.product-info-main .product-tab-links .tab-link .nav-item {
  color: #000;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
}
.product-info-main .product-tab-links .tab-link svg {
  height: 14px;
  width: 14px;
  opacity: .5;
}
#short_description {
  margin-top: 30px;
  font-size: 16px;
}
#short_description * {
  font-family: 'Kanit', sans-serif !important;
  font-display: swap;
}
#short_description .size-guide {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 40px;
}
#short_description .size-guide:after {
  content: '';
  display: block;
  height: 1px;
  background: #000;
  width: 150px;
  margin-top: 10px;
}
#short_description .size-guide:hover:after {
  width: 50px;
}
#short_description ul {
  padding: 0;
  list-style: none;
}
#short_description ul li {
  padding-left: 20px;
}
#short_description ul li:before {
  content: '\e80b';
  font: normal 14px "fontello";
  color: #000000;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
  text-shadow: 0 0 #000;
  margin: 0 10px 0 -20px;
}
#detailed_desc {
  font-size: 17px;
}
#detailed_desc * {
  font-family: 'Kanit', sans-serif !important;
  font-display: swap;
}
#detailed_desc h4 {
  font-weight: normal;
  font-size: 17px;
}
#detailed_desc h5 {
  font-weight: normal;
  font-size: 17px;
  display: inline-block;
}
#detailed_desc .col-md-5 {
  padding-left: 50px;
}
#detailed_desc .dt-sec {
  margin-bottom: 40px;
}
#detailed_desc .dt-sec-no-wrap {
  margin-bottom: 25px;
}
.action {
  font-family: 'Kanit', sans-serif !important;
  font-display: swap;
}
h1 {
  font-family: 'Playfair Display', serif !important;
  font-display: swap;
}
h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: 30px;
  color: var(--black);
  font-display: swap;
}
h2:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
h3 {
  font-family: 'Playfair Display', serif !important;
  font-size: 24px;
  font-display: swap;
}
h4 {
  font-family: 'Playfair Display', serif !important;
  font-size: 20px;
  font-display: swap;
}
h5 {
  font-family: 'Playfair Display', serif !important;
  font-display: swap;
}
#inspiration {
  background: var(--pink);
}
#inspiration h4 {
  font-family: 'Playfair Display', serif !important;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-display: swap;
}
#inspiration h2 {
  margin-bottom: 35px;
}
#inspiration .readmore {
  font-size: 16px;
  margin-bottom: 6px;
}
#inspiration a:not(.readmore) {
  position: relative;
  margin-bottom: 25px;
}
#inspiration a:not(.readmore):after {
  content: '';
  display: block;
  background: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.1;
}
#inspiration img {
  width: 100%;
}
.mycart-title {
  font-family: 'Playfair Display', serif !important;
  font-size: 30px;
  font-display: swap;
}
.swiper-container h4 {
  font: 300 15px 'Kanit', sans-serif;
  margin: 8px 0 3px;
  text-shadow: 0 0 #000;
}
.swiper-container a:not(.readmore) {
  display: block;
}
a {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-decoration: none;
  color: var(--black);
}
a:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:before {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
a:hover {
  text-decoration: none;
  color: var(--black);
}
a:visited {
  color: var(--black);
}
a:focus {
  color: var(--black);
}
.btn {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.swiper-button-next {
  right: 30px;
  background-image: none;
  width: 50px !important;
  height: 50px !important;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.swiper-button-next:before {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #111;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.swiper-button-next:after {
  font: normal 18px "fontello";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e811' !important;
  color: #505050;
}
.swiper-button-next:hover {
  transform: scale(1.2);
  filter: none;
}
.swiper-button-next:hover:before {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.swiper-button-prev {
  left: 30px;
  background-image: none;
  width: 50px !important;
  height: 50px !important;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.swiper-button-prev:before {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #111;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.swiper-button-prev:after {
  font: normal 18px "fontello";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e810' !important;
  color: #505050;
}
.swiper-button-prev:hover {
  transform: scale(1.2);
  filter: none;
}
.swiper-button-prev:hover:before {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.flinks a {
  position: relative;
  display: inline-block;
}
.flinks a:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.flinks a:hover:after {
  width: 100%;
  left: 0;
}
.flinks li {
  line-height: 2.15;
}
.navigation {
  font-weight: 300;
  background: none;
}
.navigation .level0 .submenu a {
  position: relative;
  display: inline-block;
  font-weight: 200;
  padding: 4px 0;
  margin-bottom: 12px;
}
.navigation .level0 .submenu a:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.navigation .level0 .submenu a:hover {
  font-weight: 200;
  background: none;
  font-weight: 300;
}
.navigation .level0 .submenu a:hover:after {
  width: 100%;
  left: 0;
}
.navigation .level0 .submenu a.ui-state-focus {
  background: none;
}
.navigation .level0 > .level-top {
  color: var(--black);
  line-height: 60px;
}
.navigation > ul {
  /* eglin text-align: center; */
}
.navigation li.level0 {
  margin: 0 5px;
}
.navigation .level0.parent > .level-top {
  padding: 0 20px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon {
  display: none;
}
.navigation .level0.active > .level-top {
  border-color: #e8e6e1;
}
.navigation .level0.has-active > .level-top {
  border-color: #e8e6e1;
}
.navigation .level0.nav-6 span {
  animation: blink 1s linear infinite;
  color: #CE0051;
}
.navigation .level0.nav-6 span:hover {
  animation: none;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
#home-cat h2 {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  color: #ffffff;
  position: absolute;
  left: 40px;
  bottom: 32px;
  z-index: 1;
}
#home-cat .col-md-6:first-child {
  padding-right: 20px;
}
#home-cat .col-md-6:last-child {
  padding-left: 20px;
}
#home-cat a {
  display: block;
  position: relative;
  overflow: hidden;
}
#home-cat a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
#home-cat a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-size {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: absolute;
  bottom: -35px;
  z-index: 3;
  background: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  padding-top: 5px;
}
.product-size .swatch-attribute-options {
  margin: 0;
}
.product-size .swatch-option:not(.disabled):hover {
  /*
				border: none;
				outline: none;
				*/
}
.submenu {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.filter-options-content {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.filter-options-content .items a {
  font-weight: 300;
  padding-left: 0;
  position: relative;
}
.filter-options-content .items a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.filter-options-content .items a:hover {
  background: none;
}
.filter-options-content .items a:hover:after {
  width: 100%;
  left: 0;
}
.tocart:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.size-guide:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.minicart-wrapper .ui-dialog {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: auto;
  right: -590px;
  min-width: 0;
  bottom: 0;
  margin: 0;
  width: 580px;
  padding: 30px;
  max-width: 90%;
}
.minicart-wrapper .action.showcart:before {
  content: '\e809';
  font: normal 25px "fontello";
  color: #000000;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .action.showcart .counter.qty {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000000;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 0 -12px;
}
.minicart-wrapper .action.showcart.active:before {
  content: '\e809';
  font: normal 27px "fontello";
  color: #000000;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.minicart-wrapper .block-minicart {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  min-width: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  padding: 30px;
  background: #fcfaf7;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .action.close {
  top: auto;
  right: 30px;
  margin-top: -35px;
}
.minicart-wrapper .action.close:before {
  font-size: 20px;
  line-height: 1;
  color: var(--black);
}
i[class*="icon-"] {
  color: inherit !important;
}
.alink:visited {
  color: var(--black);
}
.page-wrapper {
  overflow-x: hidden;
}
.page-footer {
  padding-bottom: 0 !important;
  background: #fbfaf7;
}
footer h5 {
  font-size: 20px;
  margin: 30px 0 13px;
}
footer a {
  color: var(--black);
}
footer a:hover {
  color: #000000;
}
button.action {
  position: relative;
}
.btn-white {
  background: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 44px 10px 18px;
  border-radius: 50px;
  position: relative;
  margin-top: 20px;
}
.btn-white:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\e811';
  font: normal 12px "fontello";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-white:hover {
  background: #000;
  color: #ffffff;
}
.footer ul.tags li {
  display: inline-block;
  margin: 0 14px 0 0;
}
.subscribe input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 320px;
  max-width: 100%;
  display: block;
  padding-left: 0;
}
.subscribe input[type="email"]:focus {
  box-shadow: none;
  border-bottom-color: #888888;
}
.footer-bottom .copyrights {
  background: none;
  color: #6f6f6f;
  text-align: left;
  font-size: 14px;
}
.footer-bottom .row {
  align-items: center;
}
.footer-bottom .col-md-4 {
  padding: 17px 0;
}
.copyright {
  display: none;
}
.footer-mid {
  border-top: 1px solid #d1d1d0;
  border-bottom: 1px solid #d1d1d0;
  margin-top: 50px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.social-links {
  text-align: center;
  font-size: 24px;
}
.social-links a {
  border-radius: 4px;
  border: 1px solid transparent;
}
.social-links a:hover {
  border-color: #e5e5e5;
  background: #fff;
}
.card-icons {
  text-align: right;
}
.card-icons img {
  width: 42px;
}
.brandlist-item {
  page-break-inside: avoid;
}
.brandlist-item ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
.brandlist-item ul li {
  margin-bottom: 4px;
}
.brandlist-item ul li a {
  position: relative;
  padding: 3px 0;
  display: inline-block;
}
.brandlist-item ul li a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.brandlist-item ul li a:hover:after {
  width: 100%;
  left: 0;
}
.amblog-element-block {
  border: none;
  box-shadow: none;
}
.amblog-element-block .amblog-item {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.amblog-element-block .amblog-item .amblog-recent-post-content-wrapper a:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.amblog-element-block .amblog-item:hover .amblog-recent-post-content-wrapper a {
  color: var(--black);
}
.amblog-element-block .amblog-item:hover .amblog-recent-post-content-wrapper a:after {
  width: 100%;
  left: 0;
}
.amblog-element-block .amblog-title {
  font: 400 16px 'Kanit', sans-serif;
  padding: 5px 40px 5px 10px;
  color: var(--black);
}
.amblog-element-block .amblog-recent-post-content-wrapper a {
  font-weight: 300;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.page-header {
  border-bottom: 1px solid #efefef;
}
.page-header {
  background: var(--pink);
}
.nav-sections-item-content {
  background: var(--pink);
}
.nav-sections {
  background: var(--pink);
}
#mainslider {
  background: var(--pink);
  text-align: center;
}
#features {
  background: var(--pink);
  padding: 62px 0;
}
#features .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#features p {
  margin-bottom: 0;
}
#features strong {
  font-weight: 300;
}
#features i {
  font-size: 24px;
  margin-right: 10px;
}
#top-notification .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-notification p {
  margin-bottom: 0;
}
#top-notification strong {
  font-weight: 400;
}
#top-notification i {
  margin-right: 10px;
}
#top-notification .swiper-wrapper {
  justify-content: center;
}
.header-top {
  text-align: center;
  padding: 5px 0px;
  background: #c8bcac;
  margin-bottom: 21px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}
.ignore-block-div {
  display: contents;
}
#m-cookienotice.v-bar.v-top {
  background: var(--purple) !important;
  box-shadow: none !important;
  border: none !important;
  text-align: center !important;
}
.readmore {
  font-weight: 300;
  position: relative;
  color: #505050;
  display: inline-block;
  text-shadow: 0 0 #000;
}
.readmore:after {
  content: '';
  display: block;
  background: #505050;
  height: 1px;
  bottom: -5px;
  width: 100%;
  right: 0;
  position: absolute;
}
.readmore:hover:after {
  width: 0;
  left: 0;
}
.center.readmore:after {
  right: 0;
  left: 0;
}
.center.readmore:hover:after {
  left: 50%;
  right: 50%;
}
#popular_brands {
  padding: 100px 0;
}
#popular_brands h2 {
  color: var(--black);
}
#popular_brands .brand_pics {
  margin: 50px auto;
}
#popular_brands img {
  margin: 0 20px;
}
#welcome {
  margin-top: 20px;
  position: relative;
}
#welcome .container {
  width: 1060px;
  position: relative;
}
#welcome:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--pink);
  width: 50%;
  height: 380px;
  z-index: -1;
}
#welcome img {
  box-shadow: 15px 0 #7d7d7d;
}
#signup_home .container {
  width: 1060px;
  position: relative;
}
#brandlist {
  position: relative;
  margin-top: 50px;
}
#brandlist:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--pink);
  width: 50%;
  height: 380px;
  z-index: -1;
  width: 40%;
}
.weltext {
  background: var(--pink);
  width: 415px;
  height: 415px;
  font-size: 18px;
  padding: 50px;
  position: absolute;
  right: 60%;
  bottom: 150px;
  display: flex;
  align-items: center;
}
.weltext p {
  margin: 35px 0 45px;
}
.welimg {
  text-align: right;
}
.padding-lg {
  padding-top: 150px;
  padding-bottom: 150px;
}
.padding-lg-top {
  padding-top: 150px;
}
.padding-md {
  padding-top: 75px;
  padding-bottom: 75px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-top: 15px;
}
.cms-home .page-main {
  max-width: 100%;
  padding: 0;
}
.nav-sections {
  margin-bottom: 0;
}
#recommended {
  overflow: hidden;
}
#recommended .swiper-container {
  overflow: visible;
  font-size: 15px;
}
#nyheder {
  overflow: hidden;
}
#nyheder h2 {
  margin-bottom: 25px;
}
#nyheder .swiper-container {
  overflow: visible;
  font-size: 15px;
}
.sbimg {
  text-align: right;
}
.sbtext {
  background: var(--pink);
  width: 415px;
  height: 415px;
  font-size: 18px;
  padding: 50px;
  display: flex;
  align-items: center;
  margin-left: -85px;
  position: relative;
}
.sbtext:after {
  content: '';
  display: block;
  background: var(--pink);
  left: 0;
  top: 67px;
  right: -22px;
  bottom: -67px;
  position: absolute;
  z-index: -1;
}
.sbtext .readmore {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  color: var(--black);
}
.sbtext input[type="email"] {
  margin: 45px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #ddd;
  width: 320px;
  max-width: 100%;
  display: block;
  padding-left: 0;
  font-size: 17px;
}
.sbtext input[type="email"]:focus {
  box-shadow: none;
  border-bottom-color: #666666;
}
#about_sec .container {
  max-width: 700px;
  text-align: center;
}
#about_sec h2 {
  margin-bottom: 30px;
}
#about_sec p {
  text-align: justify;
}
#about_sec .readmore {
  font-size: 19px;
}
#insta_section {
  padding-top: 30px;
  padding-bottom: 60px;
}
#insta_section h2 {
  font-size: 24px;
}
.instagram_gallery img {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}
.instagram_gallery a {
  display: block;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  position: relative;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.instafeeds {
  margin-top: 40px;
}
.instafeeds .instagram_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-logo {
  text-align: center;
}
.sidebar-box {
  max-height: 275px;
  position: relative;
  overflow: hidden;
  text-align: justify;
}
.sidebar-box p {
  line-height: 25px;
  letter-spacing: 0.5px;
  font-size: 16px;
}
.readmore_overlay {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: 75px;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.block-search {
  margin-bottom: 0 !important;
  width: auto !important;
  margin-right: 45px;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .action.search {
  right: 5px;
  opacity: 1;
  bottom: 0;
  line-height: 0.9;
}
.block-search .action.search:before {
  content: '\e80e';
  font: normal 14px "fontello";
  color: #000000;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-search input {
  background: none;
  border: none;
  font-size: 15px;
  border-bottom: 1px solid #bdbbb8;
  padding: 0 30px 0 0;
}
.block-search input:focus {
  box-shadow: none;
  border-bottom-color: #888888;
}
.block-search .action.search.disabled {
  opacity: 1;
}
.block-search .action.search[disabled] {
  opacity: 1;
}
.menulink {
  font-size: 30px;
  color: #000000;
}
.usericon {
  font-size: 30px;
  color: var(--black);
}
/* eglin 
.header.links {
	background: #fff;
	padding: 0;
	position: absolute;
	z-index: 333;
	list-style: none;
	display: none;
	li {
		margin-bottom: 0;
		border-bottom: 1px solid var(--pink);
	}
	a {
		color: @color_1;
		padding: 7px 20px;
		display: block;
	}
}
*/
#main-header {
  /*padding-top: 30px;*/
}
.minisearch {
  width: 190px;
}
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
.filter-options-title {
  text-transform: none;
  font-weight: normal;
  padding: 5px 40px 5px 0px;
}
.filter-options-title:after {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.filter-options .items:not(.items-children) > .item:not(.-is-collapsible).-filter-parent {
  margin-left: 0;
  padding-left: 0;
}
.filter-options li input[type="checkbox"] {
  top: 4px;
  float: right;
}
.filter-options li input[type="checkbox"]:focus {
  box-shadow: none;
}
.filter-options .am-labels-folding .item .am-input {
  left: auto;
  right: 0;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'] {
  left: auto;
  right: 0;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'] {
  left: auto;
  right: 0;
}
.filter-options .amshopby-category-dropdown + form .item input[type='radio'] {
  left: auto;
  right: 0;
}
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: auto;
  right: 0;
}
.filter-options-item {
  border-bottom: none;
  padding-bottom: 30px;
}
.filter-options-item .filter-options-content {
  padding: 10px 10px 10px 0px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0px;
}
.old-price {
  color: #000000;
}
.product-item .old-price {
  margin-right: 20px;
}
.product-item .price-box .price {
  font-weight: 400;
  margin-right: 10px;
  font-size: 15.5px;
}
.product-item .price-box .old-price .price {
  text-decoration: line-through;
  font-weight: 300;
  color: #737373;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item .action.towishlist:before {
  margin: 0;
}
.amshopby-slider-container .ui-slider-range {
  background: #ece8e0;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #000000 !important;
  position: absolute;
}
.amshopby-slider-container .am-slider .ui-slider-handle:hover {
  background-color: #545454;
}
.special-price {
  color: var(--black);
}
.product-items {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.discount-per {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #c8bcac;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}
.product-img-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.page-products {
  /* eglin 
	.nav-sections {
		border-bottom: 2px solid #e8e6e1;
	}
	*/
  /* eglin 
	.sorter {
		margin: 0 38px;
	}
	*/
}
.page-products .columns {
  padding-top: 65px;
}
.page-products .products-grid .product-item {
  margin: 0 !important;
  width: 100%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 6px;
}
.page-products .product-item-info {
  width: 100%;
  position: relative;
}
.page-products .product-item-info a {
  display: block;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.3;
  font-weight: inherit;
}
.page-products .product-item-info .product-item-details {
  margin-top: 13px;
}
.page-products .product-item-actions {
  margin: 0;
}
.page-products .page-title-wrapper {
  padding: 40px 30px;
  text-align: center;
  position: relative;
}
.page-products .short_desc {
  position: relative;
  padding: 0 40px 0 40px;
  margin-bottom: 50px;
  font-size: 18px;
}
.page-products .short_desc .container {
  max-width: 480px;
  text-align: center;
  padding-bottom: 30px;
}
.page-products .short_desc:before {
  content: '';
  display: block;
  background: var(--pink);
  height: 100%;
  top: 0;
  left: -500%;
  right: 0;
  position: absolute;
  width: 1100%;
  z-index: -1;
}
.page-products .toolbar .limiter {
  display: block;
}
.page-products .products-grid .product-item .swatch-attribute-options {
  display: block;
}
.page-products .product-item-actions .tocart {
  display: none;
}
.product-item-info .product-img-wrap a {
  background: var(--pink);
}
.product-item-info:hover .product-size {
  bottom: 0;
  opacity: 1;
}
.product-item-info:hover .product-item-actions .actions-secondary > .action {
  opacity: 1;
  margin-top: 0;
}
.product-item-details {
  position: relative;
}
/* eglin
.swatch-option.text {
	background: none;
	border: none;
	float: none;
	display: inline-block;
	margin: 0 7px;
	padding: 0;
	font-weight: 300;
	font-size: 15px;
	height: 15px;
	line-height: 1;
}
*/
.swatch-option.text {
  float: none;
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  height: 33px;
  min-width: 33px;
  margin: 0 5px 5px 0 !important;
  background: #fff !important;
  color: #222 !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product .product-item-inner {
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  padding: 0;
  margin: 0;
  left: auto;
  box-shadow: none;
  border: none;
  text-align: center;
}
.product .product-image-container {
  width: 100% !important;
  display: block;
  mix-blend-mode: darken;
  will-change: opacity;
}
.product-item-actions .actions-secondary > .action {
  background: var(--pink);
  border-radius: 50%;
  opacity: 0;
  margin-top: 40px;
}
.product-item-actions .actions-secondary > .action:before {
  color: var(--black);
}
.product-item-name {
  padding-right: 50px;
  font-weight: 300;
  margin-top: 0;
}
.products {
  margin-top: 0;
}
.products-grid .product-item-info:hover {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.products-grid .product-item-info.active {
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}
.productlist-brand {
  padding-right: 50px;
  font-weight: 400;
}
.product-item-image .product-item-photo-hovered {
  right: 0;
  text-align: center;
}
.product-item-image .product-item-photo-hovered img {
  mix-blend-mode: darken;
  will-change: opacity;
}
.toolbar .pages {
  width: 100%;
}
.toolbar select {
  background-color: transparent;
  box-shadow: none;
  border: none;
  font-weight: 300;
  margin: 0;
  border-radius: 0;
}
.toolbar select option {
  font-weight: 300;
  font-size: 15px;
}
.pages-item-prev {
  display: none !important;
}
.pages-item-next {
  display: none !important;
}
.modes {
  margin-right: 0;
}
.modes .modes-mode {
  padding: 6px 0 0 0;
  margin-left: 10px;
  background: none !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
}
.modes-mode:before {
  color: #a2a19f;
  font-size: 21px;
}
.modes-mode:hover:before {
  color: #666666;
}
.modes-mode.active:before {
  color: #666666;
}
.amshopby-filter-current .amshopby-filter-name {
  font-weight: 300;
}
.filter-title strong {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  top: 25px;
  font-weight: 500;
  font-size: 20px;
  left: 6px;
}
.filter-title strong:before {
  content: '\e82f';
  font: normal 28px "fontello";
  color: #000000;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin: -6px 15px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.topfilters {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px;
}
.toolbar-amount {
  padding-left: 6px;
}
.page-with-filter .toolbar-amount {
  font-weight: 300;
  padding-left: 10px;
}
.page-title-wrapper .page-title {
  font-size: 30px;
  margin-bottom: 0px;
}
.inner_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 699;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 699;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.product-main-wrapper {
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
.product-main-wrapper > div {
  float: none !important;
}
.product-main-wrapper .product.media {
  width: 66.66%;
}
.product-main-wrapper .product-info-main {
  width: 33.33%;
  padding-left: 50px;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  align-self: flex-start;
}
.product.info.detailed .product-tabs p.title {
  font-weight: 400;
  font-size: 17px;
}
.wash-care-img {
  list-style: none;
}
.wash-care-img img {
  margin: 0 0 !important;
  padding-right: 20px;
  display: inline-flex;
  vertical-align: middle;
}
.product-options-wrapper .swatch-option {
  font-size: 14px;
  font-weight: 300;
  background: var(--pink);
  outline: none;
  border: 1px solid #e6e2dd;
  color: var(--black);
  /*width: 57px;*/
  width: fit-content;
  height: 42px;
  line-height: 42px;
  margin: 0 10px 0 0;
  position: relative;
  padding: 0px 15px;
}
.product-options-wrapper .swatch-option:hover {
  border-color: var(--black);
  background-color: var(--pink) !important;
}
.product-options-wrapper .swatch-option:hover:after {
  background: var(--black);
}
.product-options-wrapper .swatch-option:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #e6e2dd;
  width: 100%;
  margin-left: -15px;
}
.product-options-wrapper .swatch-option.selected {
  border-color: var(--black) !important;
  background-color: var(--pink) !important;
}
.product-options-wrapper .swatch-option.selected:after {
  background: var(--black);
}
.swatch-option:not(.disabled):hover {
  border-color: var(--black);
  background-color: var(--pink) !important;
}
.swatch-option.image:not(.disabled):hover {
  border: 1px solid #fff !important;
  outline: none !important;
  background-color: none !important;
}
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #fff !important;
  outline: none !important;
  background-color: none !important;
}
.swatch-option.selected {
  outline: none;
  border: 1px solid #000;
}
.am-filter-items-color .swatch-option {
  border: none !important;
  height: 33px !important;
  min-width: 33px !important;
  margin: 0 5px 5px 0 !important;
  border-radius: 10%;
}
.product-add-form .product-options-bottom {
  display: -webkit-flex;
  display: flex;
}
.product-add-form .product-options-bottom-new {
  display: -webkit-flex;
  display: flex;
}
.product-add-form .product-social-links {
  width: auto;
  margin: 0;
  margin-left: 10px;
}
.product-add-form .cta .product-social-links {
  margin-top: 33px;
}
.product-add-form .product-addto-links a {
  width: 55px;
  height: 50px;
  background: #e9e5df;
  display: block;
  text-align: center;
  margin: 0;
  color: var(--black) !important;
  line-height: 50px;
}
.product-add-form .towishlist span {
  display: none;
}
.product-social-links .action.towishlist:before {
  margin: 0;
}
.block-bundle-summary .action.towishlist:before {
  margin: 0;
}
.table-comparison .action.towishlist:before {
  margin: 0;
}
.features_list {
  padding: 0;
  list-style: none;
}
.features_list li {
  padding-left: 20px;
}
.features_list li:before {
  content: '\e80b';
  font: normal 14px "fontello";
  color: #000000;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--black);
  text-shadow: 0 0 #000;
  margin: 0 10px 0 -20px;
}
.wash_icons img {
  display: inline-block;
}
h4.size-guide {
  cursor: pointer;
}
.minicart-wrapper.active .ui-dialog {
  opacity: 1;
  visibility: visible;
  right: 0;
}
.minicart-items-wrapper {
  margin: 0;
  padding: 0 0 0;
  border: none;
}
.minicart-items .product-item-name a {
  font-size: 14px;
  font-weight: 200;
  color: var(--black);
}
.minicart-items .product-item-name a:hover {
  text-decoration: none;
  text-shadow: 0 0 black;
}
.minicart-items .product .toggle {
  display: none;
}
.minicart-items .product-item-details .price {
  font-size: 16px;
  font-weight: normal;
}
.minicart-items .product-item-details .product .options.list dt {
  font-size: 16px;
  font-weight: normal;
}
.minicart-items .product-item-details .product .options.list dd {
  font-size: 16px;
  font-weight: normal;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 2px;
}
.minicart-items .action.edit {
  display: none;
}
.minicart-items .action.edit:active:before {
  color: var(--black);
}
.minicart-items .action.delete {
  position: absolute;
  top: 0;
  right: 0;
}
.minicart-items .action.delete:before {
  content: '\e80c';
  font: normal 20px "fontello";
  color: var(--black);
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
.minicart-items .action.delete:active:before {
  color: var(--black);
}
.minicart-items .product-item {
  padding: 10px 0;
}
#minicart-content-wrapper .product.options .content {
  display: block !important;
}
.block-minicart dl.product.options.list {
  margin-bottom: 0;
}
.block-minicart .block-content .minicart-summary .actions .primary {
  margin-bottom: 7px;
}
.block-minicart .block-content .minicart-summary .actions .primary .action.primary {
  background: #000000;
  border: none;
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
  width: 100%;
  color: #ffffff;
  border-radius: 4px;
}
.block-minicart .block-content .minicart-summary .actions .primary .action.primary:hover {
  background: #333;
}
.block-minicart .block-content .minicart-summary .actions .secondary .action.viewcart {
  display: block;
  background: #fff;
  border: 2px solid #545454;
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  color: var(--black);
  text-align: center;
  border-radius: 4px;
}
.block-minicart .block-content .minicart-summary .actions .secondary .action.viewcart:hover {
  background: #eee;
}
.block-minicart .items-total {
  padding-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: normal;
  font-size: 18px;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-weight: normal;
  font-size: 18px;
}
.block-minicart .subtotal {
  border-top: 1px solid #efefef;
  padding: 20px 0;
}
.cart-summary {
  background: var(--pink);
}
.cart-summary .checkout-methods-items .action.primary.checkout {
  background: #000000;
  border: none;
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
  width: 100%;
  color: #ffffff;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
  background: #333;
}
.cart-summary .checkout-methods-items .action.multicheckout {
  display: block;
  background: #fff;
  border: 2px solid #545454;
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  color: var(--black);
  text-align: center;
  font-size: 14px;
  background: none;
}
.cart-summary .checkout-methods-items .action.multicheckout:hover {
  background: #eee;
  background: #fff;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 15px;
}
.cart-summary .block .title strong {
  font-weight: 300;
  font-size: 18px;
}
.cart-summary .block form:not(:last-of-type) .fieldset p {
  margin-bottom: 20px;
}
.cart-summary .block .fieldset .field {
  font-weight: 300;
  font-size: 15px;
}
.cart-summary .block .fieldset .field .label {
  font-weight: normal;
}
.cart-summary .block .item-options .field .radio + .label {
  font-weight: 300;
}
.cart-summary .block .price {
  font-weight: normal;
}
.cart-summary .block.active .content {
  padding-bottom: 0;
}
.amcheckout-step-container .primary .action.checkout {
  background: #545454;
  border: none;
  font-size: 20px;
  font-weight: 300;
  padding: 20px;
  width: 100%;
  color: #ffffff;
}
.amcheckout-step-container .primary .action.checkout:hover {
  background: #333;
}
.amcheckout-step-container .action.checkout.amasty {
  background: #000000;
  border: none;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
  color: #ffffff;
  border-radius: 8px;
}
.amcheckout-step-container .action.checkout.amasty:hover {
  background: #333;
}
.amcheckout-step-container .payment-option-inner input[type='text'] {
  height: 50px;
  font-weight: 300;
  font-size: 15px;
}
.amcheckout-step-container .payment-option-inner input:focus {
  border-color: var(--purple);
  box-shadow: none;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details {
  background: var(--pink);
}
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  background: var(--pink);
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected {
  border-color: var(--purple);
}
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected {
  border-color: var(--purple);
}
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  background: var(--pink);
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected {
  border-color: var(--purple);
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: var(--purple);
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  background: none;
  border: 1px solid #efefef;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  width: auto;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
  border-color: #000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border: none;
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-title {
  border: 1px solid #000 !important;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  padding-left: 20px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  color: #000000;
}
.amcheckout-step-container .amcheckout-title {
  background: none !important;
  font-weight: normal;
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  margin-top: 20px;
  background: var(--pink);
  padding: 10px 20px 10px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  padding-right: 0;
  margin-bottom: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  position: relative;
  padding-left: 0;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  padding-right: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 80px;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  width: 70px !important;
  border: none;
}
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 0;
}
.amcheckout-step-container input[type='checkbox'] + label:hover:before {
  border-color: #000000;
  box-shadow: 0 2px 4px rgba(176, 131, 147, 0.4);
}
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-color: #000000;
  box-shadow: 0 2px 4px rgba(176, 131, 147, 0.4);
}
.amcheckout-step-container input[type='radio'] + label:hover:before {
  border-color: #000000;
  box-shadow: 0 2px 4px rgba(176, 131, 147, 0.4);
}
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #000000;
  box-shadow: 0 2px 4px rgba(176, 131, 147, 0.4);
}
.amcheckout-step-container .fieldset > .field > .label {
  font-weight: 300;
  font-size: 15px;
  text-shadow: 0 0 var(--black);
}
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: 300;
  font-size: 15px;
  text-shadow: 0 0 var(--black);
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  background: none;
  color: var(--black);
  font-weight: 300;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
  font-size: 15px;
}
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
  border-bottom: 1px solid transparent;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  background: none;
  color: var(--black);
  font-weight: 300;
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
  font-size: 15px;
}
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
  border-bottom: 1px solid transparent;
}
.amcheckout-step-container .opc-payment-additional.payment-option {
  padding: 0;
}
.minicart-summary {
  position: absolute;
  padding-bottom: 30px;
  bottom: 0;
  left: 30px;
  right: 30px;
  background: #fcfaf7;
}
.cart.table-wrapper .cart thead tr th.col {
  font-weight: normal;
}
.cart.table-wrapper .cart > .item {
  position: relative;
  transform: scale(1);
}
.cart.table-wrapper .product-item-name {
  font-size: 16px;
  font-weight: 300;
  padding-right: 25px;
  color: var(--black);
}
.cart.table-wrapper .product-item-name a {
  text-decoration: none;
}
.cart.table-wrapper .item-options dt {
  font-weight: 300;
}
.cart.table-wrapper .item-options dd {
  font-weight: 300;
}
.cart.table-wrapper .actions-toolbar {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
  width: 30px;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
  background: #eee;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0 0 10px 0;
  color: var(--black);
}
.cart.table-wrapper .actions-toolbar > .action-towishlist span {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist:before {
  color: var(--black);
  content: '\e600';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 2;
  color: inherit;
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-display: swap;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist:hover {
  background: var(--purple);
  color: #ffffff;
}
.cart.table-wrapper .actions-toolbar > .action-edit {
  background: #eee;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0 0 10px 0;
  color: var(--black);
}
.cart.table-wrapper .actions-toolbar > .action-edit:before {
  color: var(--black);
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover {
  background: var(--purple);
  color: #ffffff;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before {
  background: var(--purple);
  color: #ffffff;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  background: #eee;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin: 0 0 10px 0;
  color: var(--black);
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\e80c';
  font: normal 15px "fontello";
  line-height: 20px;
  color: var(--black);
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover {
  background: var(--purple);
  color: #ffffff;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  background: var(--purple);
  color: #ffffff;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
  width: 120px;
}
.cart.table-wrapper .col.price .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
  font-weight: 300;
  font-size: 16px;
}
.cart.table-wrapper .col.price .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.cart.table-wrapper .col.subtotal .price-including-tax {
  font-size: 16px;
}
.cart.table-wrapper .col.subtotal .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.cart.table-wrapper .col.msrp .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.cart.table-wrapper .col.msrp .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
button.action.update {
  background: #545454;
  border: none;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
  color: #ffffff;
  padding: 10px 20px;
}
button.action.update:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #545454;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
button.action.update:hover:after {
  height: 100%;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  background: #e9e5df;
  border: 1px solid #bfbab4;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin-bottom: 0;
  color: #000000;
  padding: 10px 20px;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover {
  background: #bfbab4;
  color: #fff;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle:hover:after {
  height: 100%;
}
.am-checkout.-modern .authentication-wrapper .dropdown-overlay.modal-custom-overlay {
  background: rgba(51, 51, 51, 0.55);
}
.cart-discount {
  position: relative;
}
.cart-discount .action.apply.primary {
  background: var(--black);
  border: 1px solid var(--black);
  color: #ffffff;
  font-weight: normal;
  height: 50px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none;
  font-size: 15px;
  padding: 7px 15px;
}
.cart-discount .action.apply.primary:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
.cart-discount .action.apply.primary:hover:after {
  height: 100%;
}
.cart-discount .block.discount {
  margin-top: -67px !important;
  width: 48%;
}
.cart-discount .block > .title {
  display: block;
  background: #fff;
  border: 1px solid var(--black);
  font-size: 20px;
  font-weight: 300;
  padding: 7px 13px;
  color: var(--black);
  margin-bottom: 8px;
}
.cart-discount .block > .title strong {
  color: var(--black);
}
.cart-discount .block .title:after {
  color: var(--black);
}
.cart-discount .actions-toolbar .action.primary:hover {
  background: var(--purple);
  color: #ffffff;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #ccc;
  border: 1px solid #ccc;
  color: #000000;
  font-weight: normal;
  height: 50px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none;
  font-size: 15px;
  padding: 7px 15px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
  background: #dedede;
  color: #000000;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover:after {
  height: 100%;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: var(--purple);
}
.action-login.secondary {
  background: #e9e5df !important;
  border: 1px solid #bfbab4 !important;
  color: #000000;
  font-weight: normal;
  height: 50px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none;
  font-size: 15px;
  padding: 7px 15px;
}
.action-login.secondary:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #000;
  width: 100%;
  opacity: 0.28;
  left: 0;
  z-index: 0;
}
.action-login.secondary:hover {
  background: var(--purple);
  color: #ffffff;
}
.action-login.secondary:hover:after {
  height: 100%;
}
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.order-details-items .col.price .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.order-details-items .col.price .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.order-details-items .col.subtotal .price-including-tax .price {
  font-weight: normal;
  color: var(--black);
}
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: normal;
  color: var(--black);
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
  display: block;
  background: #fff;
  border: 1px solid #d4d4d4;
  font-size: 20px;
  font-weight: 300;
  padding: 7px 13px;
  color: var(--black);
  margin-bottom: 8px;
  border-radius: 5px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title span {
  font-size: 16px;
}
#coupon_code {
  height: 50px;
  font-weight: 300;
  font-size: 15px;
}
#coupon_code:focus {
  border-color: #000000;
  box-shadow: none;
}
#discount-coupon-form {
  margin-right: -1px;
}
#co-shipping-method-form .item-title {
  font-weight: normal;
}
.cart-totals tbody .mark span {
  font-weight: 300;
}
.cart-totals .grand strong {
  font-weight: normal;
}
.opc-block-summary .table-totals .grand strong {
  font-weight: normal;
}
.opc-block-summary .table-totals tbody .totals-tax .amount {
  padding-bottom: 20px;
}
.opc-block-summary .mark .value {
  font-weight: 300;
}
.amblog-content p {
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: justify;
  line-height: 25px;
  margin-bottom: 1em;
  display: inline-block;
  width: 100%;
}
.checkout-index-index .page-title-wrapper {
  display: none;
}
.checkout-index-index .columns {
  padding-top: 0 !important;
}
.checkout-index-index .checkout-header {
  position: relative;
  display: none;
  /* disable checkout header/title 
		padding: 70px 40px !important;
		margin: 0;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		.title {
			font-size: 30px;
		}
		.description {
			font-weight: 300;
		}
		*/
}
.checkout-index-index .minicart-items .product-item:first-child {
  padding-top: 10px;
}
#checkout {
  margin-top: 0;
}
.checkout-header::before {
  content: '';
  display: block;
  background: var(--pink);
  height: 100%;
  top: 0;
  left: -500%;
  right: 0;
  position: absolute;
  width: 1100%;
  z-index: -1;
}
.amcheckout-main-container.-modern.-layout-3columns {
  padding-top: 15px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: none;
  color: #363636;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
  padding-right: 10px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
  border: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-2columns {
  padding-top: 15px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
  padding-right: 10px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary {
  border: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100%;
}
._amcheckout-selectable-item {
  background: var(--pink);
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  background: none;
}
.amcheckout-items .row {
  margin: 0;
}
._amcheckout-selectable-item.-selected {
  border-color: var(--purple);
}
.authentication-wrapper {
  margin-top: 15px;
}
tr.grand.totals {
  border-top: 1px solid #ddd;
}
.column.main .opc-block-summary .product-item {
  border: 1px solid #d4d4d4;
  padding-bottom: 0;
}
.modal-custom.authentication-dropdown .modal-header {
  border: none;
  padding: 0;
  margin-top: -12px;
}
.modal-custom.authentication-dropdown .modal-content {
  border: none;
  background: none;
}
.modal-custom.authentication-dropdown .action-close {
  padding: 10px;
  z-index: 1;
  outline: none;
}
.modal-custom .action-close:before {
  color: var(--black);
}
.modal-popup .action-close:before {
  color: var(--black);
}
.modal-popup .modal-title {
  border: none;
}
.modal-popup .modal-content {
  border: none;
}
.modal-popup .modal-footer {
  padding: 10px;
}
.modal-slide .action-close:before {
  color: var(--black);
}
.block-customer-login .actions-toolbar .secondary a.action {
  color: var(--black);
}
.block-customer-login .actions-toolbar .secondary a.action:hover {
  text-shadow: 0 0 #000;
}
#checkout-step-shipping button.action {
  background: #545454;
  color: #ffffff;
  border: none;
  padding: 11px 23px;
  font-weight: 300;
  line-height: 1;
}
#checkout-step-shipping a {
  color: var(--black);
}
.action.primary {
  background: #000000;
  border-color: #000000;
  font-weight: 400;
  padding: 9px 25px;
  font-size: 16px;
  outline: none;
}
.action.primary:hover {
  background: #555;
  border-color: #555555;
}
.action.primary:focus {
  background: #555;
  border-color: #555555;
}
.action.primary:active {
  background: #555;
  border-color: #555555;
}
.action-primary {
  background: var(--purple);
  border-color: var(--purple);
  font-weight: 400;
  padding: 9px 25px;
  font-size: 16px;
  outline: none;
}
.action-primary:hover {
  background: #555;
  border-color: #555555;
}
.action-primary:focus {
  background: #555;
  border-color: #555555;
}
.action-primary:active {
  background: #555;
  border-color: #555555;
}
body.category-brands #popular_brands {
  background: var(--pink);
  margin-top: 100px;
}
body.category-brands #popular_brands img {
  mix-blend-mode: darken;
  will-change: opacity;
}
body.category-brands .page-main {
  max-width: 100%;
  padding: 0;
}
body.category-brands .column.main {
  padding-top: 0 !important;
}
.brandlist_detail {
  column-count: 3;
}
.brandlist_img {
  padding-left: 40px;
}
.sub_categories.swiper-container a {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border-width: 2px 1px 1px 1px;
  border-style: solid;
  border-color: #000000;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 1;
  background: #fff;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 14px 0px;
}
.sub_categories.swiper-container a:hover {
  color: #545454;
}
.sub_categories.swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}
.sub_categories.swiper-container .swiper-wrapper .swiper-slide {
  width: 32% !important;
  /*margin: 0 !important;*/
  padding: 0 10px;
}
.sub_categories {
  margin-bottom: 20px;
}
.amblog-recent-post {
  display: block;
  text-align: center;
}
.amblog-recent-post .amblog-recent-post-image-wrapper {
  width: 100%;
  margin: 0 0 10px;
}
.amblog-recent-post .amblog-recent-post-image-wrapper a {
  display: block;
  background: var(--pink);
}
.amblog-recent-post .amblog-recent-post-image-wrapper a img {
  width: 100%;
  mix-blend-mode: darken;
  will-change: opacity;
}
.messages .message {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  left: -50%;
  width: 200%;
}
.message > *:first-child:before {
  position: relative !important;
  left: auto !important;
  top: 5px !important;
}
.minicart-wrapper .minicart-items {
  padding-top: 50px;
}
.minicart-items-wrapper {
  min-height: 450px;
}
.cart-summary._sticky {
  position: relative;
  width: 25%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin: auto;
  padding-top: 30px;
}
.insta {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 17px;
}
.insta .button-insta {
  color: #000;
  border: 1px solid #000;
  padding: 6px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.insta .button-insta svg {
  margin-right: 8px;
}
.message.global.cookie {
  z-index: 999999 !important;
}
.olark-launch-button-wrapper {
  z-index: 99 !important;
}
.isabel-modal-popup .modal-inner-wrap {
  width: 30%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  top: 33%;
  border-radius: 5px;
}
.isabel-modal-popup .modal-header {
  border: none !important;
}
.isabel-modal-popup .modal-footer {
  display: none !important;
}
.product-item-packingitem .product-image-container img {
  width: 75px !important;
  margin: 0px 38px;
}
ol.minicart-items {
  display: flex;
  flex-direction: column;
}
ol.minicart-items li.product-item-packingitem {
  order: 10;
}
.minicart-extradata {
  text-align: right;
  margin: 0 10px 10px;
}
.minicart-extradata .minicart-discount {
  margin-top: -29px !important;
}
.minicart-extradata .minicart-discount .label {
  display: inline-block;
}
.minicart-extradata .minicart-discount .amount {
  display: inline-block;
  margin-left: 7px;
}
#hbl-live-chat-wrapper .olark-launch-button-wrapper {
  z-index: 99 !important;
}
.linked-products .labels {
  padding-bottom: 12px;
}
.linked-products .labels .select-color {
  font-weight: 400;
}
.linked-products .labels .color {
  text-decoration: underline;
}
.linked-products .product-item {
  padding: 0px 8px 8px 0px;
}
.linked-products .product-item .product-item-info {
  width: 80px;
}
.linked-products .product-item .product-item-info .product-img-wrap {
  margin-bottom: 0px;
}
.linked-products .product-item .product-item-info .product-img-wrap a {
  display: block;
}
.linked-products .product-item .product-item-info .product-img-wrap img {
  mix-blend-mode: darken;
  padding: 5px;
}
.linked-products .product-item .product-item-info .product-img-wrap img:hover {
  border: 1px solid #e6e2dd;
  padding: 0px !important;
}
.page-header {
  z-index: 701;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header.content {
  padding: 0;
  display: flex;
  max-width: 1450px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.logo {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.nav-sections {
  display: flex;
  flex: 1;
  margin-bottom: 0;
  float: left;
}
.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/* CSS for Amasty Checkout only */
@media all and (min-width: 768px) and (min-width: 1024px), all and (min-width: 768px) and print {
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: calc(100% - (480px + 60px));
    padding: 20px 60px 20px 20px;
    border-right: 1px solid #efefef;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    width: 480px;
  }
}
.column.main .opc-block-summary .product-item {
  border: none;
}
.amcheckout-step-container input[type='email'] {
  border-radius: 5px;
}
/* End Amasty checkout CSS */
@media all and (min-width: 768px) {
  .logo {
    justify-content: flex-start;
    width: max(10%,115px);
  }
}
@media all and (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 767px) {
  .footer.content {
    border-top: none;
    padding: 20px 25px;
  }
  .footer-top .col-md-6:not(:first-child) {
    margin-top: 40px;
  }
  .footer-top .subscribe {
    margin-top: 25px;
  }
  .footer-mid {
    margin-top: 0;
    border-top: none;
    padding-top: 40px;
    border-bottom-width: 2px;
  }
  .footer-mid .col-md-6:not(:first-child) {
    margin-top: 40px;
  }
  .footer-mid .flinks + h5 {
    margin-top: 70px;
  }
  .card-icons {
    text-align: center;
  }
  .footer-bottom .copyrights {
    text-align: center;
    padding-bottom: 50px;
  }
  .footer-bottom .card-icons {
    padding-top: 50px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .filter {
    border: none;
  }
  .filter .filter-actions {
    margin-left: 0;
    margin-right: 0;
  }
  .filter .filter-options {
    top: 20px;
  }
  .filter .filter-current-subtitle {
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 40px 5px 10px;
  }
  .filter .filter-current {
    margin: 0;
  }
  .filter .filter-current .items {
    display: block;
  }
  .messages .message {
    left: auto;
    margin: 0 -15px;
    width: auto;
    text-align: left;
  }
  .messages > *:first-child:before {
    position: absolute !important;
    left: 0 !important;
    top: 25px !important;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    padding-top: 0;
  }
}
/*
.gallery-placeholder{
	position:relative;
	.fotorama__stage__frame {
		.fotorama__img{
			-webkit-transform: translate3d(-50%, 0, 0);
			-moz-transform: translate3d(-50%, 0, 0);
			-ms-transform: translate3d(-50%, 0, 0);
			-o-transform: translate3d(-50%, 0, 0);
			transform: translate3d(-50%, 0, 0);
			top: 0;
		}
	}
}
.fotorama__thumb{
	background: var(--pink);
	.fotorama__img{mix-blend-mode: darken;will-change: opacity;}
}
.fotorama__thumb-border{
	border-color: var(--purple);
}
*/
.aminst-feed-grid-container .aminst-feed-posts {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}
.aminst-feed-img {
  height: 100% !important;
}
.aminst-feed-slider-container .swiper-button-prev {
  background-image: none !important;
}
.aminst-feed-slider-container .swiper-button-next {
  background-image: none !important;
}
@media all and (min-width: 768px) {
  .page-header {
    position: relative;
    z-index: 701;
  }
  .nav-sections {
    /* eglin position: relative; */
    z-index: 700;
  }
  .navigation li.level0.parent {
    position: static;
  }
  .navigation .level0 .submenu {
    column-count: 4;
    width: 100%;
    left: 0 !important;
    text-align: left;
    padding: 30px;
    top: 100% !important;
    border: none;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
  .navigation .level0 .submenu li {
    page-break-inside: avoid;
    border: none;
  }
  .navigation .level0.parent:hover > .submenu {
    opacity: 1;
  }
  /* eglin 
	.toolbar-products {
		.toolbar-amount {
			display: inline-block;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			margin-top: -25px;
			width:25%;
		}
	}
	*/
  .topfilters {
    margin-top: -58px;
  }
  #amasty-shopby-product-list .toolbar-products {
    margin-bottom: 0;
  }
  .aminst-feed-link:hover .aminst-feed-comment-cont {
    background: rgba(0, 0, 0, 0.2);
  }
  .aminst-feed-link.-hovered .aminst-feed-comment-cont {
    background: rgba(0, 0, 0, 0.2);
  }
  .aminst-feed-comment-cont {
    border: none;
    padding: 20px;
  }
  .navigation .level0 .submenu .active > a {
    border-left: none;
  }
  #mainslider .swiper-container-horizontal .swiper-pagination-bullets {
    display: none !important;
  }
  .filter .block-subtitle {
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    padding: 10px 10px 20px 0px;
    margin-bottom: 40px;
  }
  .page-layout-1column .product.media {
    width: 70%;
  }
  .page-layout-1column .product-info-main {
    width: 30%;
    padding: 0px 30px;
  }
  .product.data.items > .item.content {
    padding: 35px 35px 35px 0px;
    border: none;
    border-top: 1px solid #cccccc;
  }
  .product.data.items > .item.content .wash-care-ul {
    padding: 0;
  }
  .product.data.items > .item.title > .switch {
    padding: 6px 0px;
    border: none;
    background: #fff;
    margin-right: 60px;
    height: 43px;
    font-size: 15px;
  }
  .product.data.items > .item.title.active > .switch {
    border-bottom: 1px solid #000;
  }
}
body.checkout-index-index .minicart-items-wrapper {
  min-height: 0;
}
body.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: var(--black);
}
.aminst-feed-wrapper {
  padding-bottom: 100px;
}
@media all and (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .fotorama__thumb-border {
    border-color: var(--purple);
  }
  .gallery-placeholder {
    position: relative;
  }
  .gallery-placeholder .discount-per {
    right: 10px;
    left: auto;
  }
  .gallery-placeholder .fotorama__wrap--css3 .fotorama__stage {
    height: auto !important;
  }
  .gallery-placeholder .fotorama__wrap--css3 .fotorama__stage:before {
    display: none;
  }
  .gallery-placeholder .fotorama__wrap--css3 .fotorama__stage:after {
    display: none;
  }
  .gallery-placeholder .fotorama__stage__shaft {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
    margin: 0 !important;
    cursor: default;
    justify-content: center;
  }
  .gallery-placeholder .fotorama__stage__shaft > div {
    position: relative;
    left: auto !important;
    top: auto !important;
    transform: none;
    display: block;
    visibility: visible;
    opacity: 1 !important;
    flex: 0 0 49%;
    max-width: 49%;
    background: var(--pink);
    cursor: zoom-in;
    margin-bottom: 20px;
  }
  .gallery-placeholder .fotorama__stage__shaft > div:nth-child(2n+2) {
    margin-left: 2%;
  }
  .gallery-placeholder .fotorama__stage__shaft .fotorama__stage__frame .fotorama__img {
    transform: translate(0, 0);
    position: relative;
    left: auto;
    opacity: 1 !important;
    mix-blend-mode: darken;
    will-change: opacity;
  }
  .gallery-placeholder .fotorama__stage__shaft.fotorama__grab {
    justify-content: left;
  }
}
@media all and (max-width: 1300px) {
  .welimg {
    text-align: center;
  }
  .weltext {
    right: 60%;
  }
}
@media all and (max-width: 1199px) {
  .sbtext {
    width: 380px;
    height: 380px;
  }
  #welcome .container {
    width: 100%;
  }
  #signup_home .container {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  #features .swiper-slide {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #top-notification .swiper-slide {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #popular_brands img {
    margin-bottom: 30px;
  }
  .weltext {
    width: 320px;
    height: 320px;
    padding: 30px;
  }
  .weltext p {
    margin: 20px 0;
  }
  .sbtext {
    width: 320px;
    height: 320px;
    padding: 30px;
  }
  .sbtext input[type="text"] {
    width: 100%;
    margin: 25px 0;
  }
  .btn-white {
    padding: 8px 37px 8px 16px;
    font-size: 15px;
  }
  .btn-white:after {
    right: 11px;
  }
  .block-search {
    padding-left: 20px;
    float: left;
    margin-right: 0;
  }
  .product-main-wrapper .product.media {
    width: 55%;
  }
  .product-main-wrapper .product-info-main {
    width: 45%;
  }
  .product.info.detailed {
    width: 55%;
  }
  #detailed_desc .dt-sec {
    margin-bottom: 25px;
  }
  .cart-summary {
    width: 100%;
    top: auto !important;
  }
  .cart-container .form-cart {
    width: 100%;
    top: auto !important;
    padding: 0;
  }
  .mycart-title {
    margin-bottom: 20px;
  }
  .minicart-wrapper .block-minicart {
    padding: 20px;
  }
  .minicart-wrapper .action.close {
    margin-top: -60px;
    right: 15px;
  }
  .minicart-summary {
    left: 20px;
    right: 20px;
    padding-bottom: 20px;
  }
  .minicart-items-wrapper {
    padding-top: 0;
  }
  #brandlist:before {
    display: none;
  }
  .brandlist_img {
    padding-left: 0;
    padding-right: 40px;
    position: relative;
  }
  .brandlist_img:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--purple);
    width: 100%;
    left: 50%;
    height: 380px;
    z-index: -1;
  }
  .topfilters {
    display: none;
  }
  .page-with-filter .toolbar-amount {
    float: right;
  }
  .cart-summary._sticky {
    width: 100%;
  }
  .checkout-index-index .checkout-header .title {
    display: none;
  }
  .am-checkout.-modern .opc-estimated-wrapper {
    display: none;
  }
  .checkout-header .checkout-login {
    display: block;
    font-weight: 400;
    margin-top: 20px;
  }
  .checkout-header .checkout-login a {
    color: var(--purple);
    border-bottom: 1px solid var(--purple);
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  #features .swiper-slide {
    justify-content: center;
    align-items: center;
  }
  #top-notification .swiper-slide {
    justify-content: center;
    align-items: center;
  }
  #top-notification .swiper-wrapper {
    justify-content: normal;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #welcome {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
  #welcome:before {
    display: none;
  }
  #welcome img {
    box-shadow: none;
  }
  .welimg {
    order: 1;
    width: 100%;
  }
  .weltext {
    order: 2;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    padding: 70px 50px;
  }
  .weltext:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -190px;
    z-index: -1;
    background: var(--pink);
    width: 50%;
    height: 190px;
  }
  .navigation {
    background: none;
    padding: 25px;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-left: none;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-left: none;
  }
  .navigation > ul {
    text-align: left;
  }
  .navigation li.level0 {
    border: none;
    margin: 0;
  }
  .navigation li.level0:last-child {
    border-bottom: none;
  }
  .navigation .level0 > .level-top {
    line-height: 1;
    text-transform: none;
    font-weight: 300;
    padding: 13px 0 !important;
  }
  .navigation .level0 .submenu a:after {
    display: none;
  }
  .navigation .parent .level-top:after {
    content: '\e811';
    font: normal 14px "fontello";
    color: #000000;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    top: 50%;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--black);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e622';
    font-family: 'luma-icons';
    font-display: swap;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 0;
  }
  .navigation .submenu .active > a {
    border-left: 4px solid #e0c4ce !important;
  }
  #popular_brands {
    display: none;
  }
  .m-padding-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .padding-lg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #recommended .align-self-center p {
    display: none;
  }
  #recommended h2 {
    margin-bottom: 30px;
  }
  #home-cat .col-md-6:first-child {
    padding-right: calc(var(--bs-gutter-x)/ 2);
  }
  #home-cat .col-md-6:last-child {
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: 20px;
  }
  #home-cat h2 {
    left: 20px;
    bottom: 18px;
    font-size: 26px;
  }
  #inspiration {
    padding: 40px 0 60px;
  }
  .sbtext {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0 0 50px;
    background: var(--pink);
  }
  .sbtext > div {
    padding: 70px 50px 80px;
    background: var(--pink);
    width: 88%;
    margin: -70px 0 0 12%;
  }
  .sbtext:after {
    display: none;
  }
  #about_sec .container {
    padding: 0 40px;
  }
  #about_sec h2 br {
    display: none;
  }
  .instagram_gallery a {
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 10px 2.5%;
    margin: 0 13px;
  }
  .instagram_gallery a:last-child {
    display: none;
  }
  .sbimg {
    padding: 0;
  }
  .minisearch {
    width: auto;
  }
  .block-search {
    margin: 0px 10px;
  }
  .block-search .control {
    border-top: none;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 62px;
    z-index: 3;
    padding: 0;
    margin: 0;
  }
  .block-search .label:before {
    content: '\e80e';
    font: normal 22px "fontello";
    color: #000000;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--black);
    margin: 0px;
  }
  .block-search input {
    background: #fff;
    border-top: 1px solid #bdbbb8;
    padding: 10px;
    text-align: center;
    height: 42px;
  }
  #main-header {
    /*padding: 16px 0;*/
    padding: 0px 0px 16px 0px;
    position: fixed;
    width: 100%;
    z-index: 1111;
    background: var(--pink);
    border-bottom: 1px solid #cccccc;
  }
  .icon-user {
    margin-left: 50px;
  }
  .nav-toggle {
    top: 11px;
  }
  .nav-toggle:before {
    font-size: 33px;
    color: var(--black);
  }
  .minicart-wrapper {
    margin: 0px 15px;
  }
  .logo img {
    width: 80px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .menuimg {
    position: relative;
  }
  .menuimg:after {
    content: '';
    display: block;
    /*background: #000;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
  }
  .nav-open .nav-sections {
    z-index: 1112;
  }
  .nav-open .nav-sections .nav-sections-items {
    width: 100%;
    max-width: 500px;
  }
  .nav-open .nav-toggle::before {
    content: '\e616';
    z-index: 99;
    position: relative;
    color: #fff !important;
    font-size: 25px;
  }
  .mobile-nav-header {
    position: relative;
  }
  .mobile-nav-header img {
    max-height: 110px;
    object-fit: cover;
    width: 100%;
  }
  .mobile-nav-header .mobile-nav-header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
  }
  .mobile-nav-header .mobile-nav-header-logo img {
    filter: invert(1);
    width: 110px;
  }
  .mobile-nav-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mobile-nav-footer .mobile-nav-footer-list {
    list-style: none;
    width: 100%;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: 300;
  }
  .mobile-nav-footer .mobile-nav-footer-list > a {
    padding: 13px 0px;
  }
  .whitelogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .flinks a:after {
    display: none;
  }
  .page-products .products-grid .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-products .short_desc {
    background: var(--pink);
    padding: 0 30px 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-products .short_desc:before {
    display: none;
  }
  .page-products .page-title-wrapper {
    background: #ffffff;
    padding: 30px 30px;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #efefef;
  }
  .page-products .sorter {
    top: 15px;
  }
  .product-item-name {
    padding-right: 0;
  }
  .productlist-brand {
    padding-right: 0;
  }
  .pages .pages-items {
    padding: 0;
  }
  .toolbar-amount {
    position: absolute;
    top: 15px;
    right: auto;
    left: auto;
  }
  .page-with-filter .toolbar-amount {
    position: absolute;
    right: 10px;
    left: auto;
    top: 15px;
  }
  .page-with-filter .toolbar-sorter.sorter {
    display: none;
  }
  .filter.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .filter.active .filter-title {
    border-bottom: none;
  }
  .filter.active .filter-title strong {
    right: 15px;
  }
  .filter.active .filter-title strong span {
    display: none;
  }
  .filter.active .filter-title strong:before {
    display: none;
  }
  .filter.active .filter-title strong:after {
    color: #ffffff;
  }
  .filter.active .filter-content {
    background: var(--pink);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85%;
    padding: 50px 20px 20px;
    overflow-y: auto;
  }
  .filter.active .filter-options {
    background: none;
    position: relative;
  }
  .filter.active .filter-subtitle {
    position: relative;
    font-weight: 500;
    padding-bottom: 0;
    height: auto;
    padding-left: 0px;
  }
  .filter .block-subtitle {
    border-bottom: none;
    display: none;
  }
  .active > .filter-options-title:after {
    top: 50%;
    color: #000000;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--black);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-270deg);
  }
  .filter-options-item {
    padding-bottom: 25px;
  }
  .page-title-wrapper {
    overflow: hidden;
  }
  .page-title-wrapper .page-title {
    margin-bottom: 0;
  }
  .page-title-wrapper:before {
    display: none;
  }
  .product-main-wrapper {
    flex-wrap: wrap;
  }
  .product-main-wrapper .product-info-main {
    width: 100%;
    padding: 15px;
  }
  .product-main-wrapper .product.media {
    width: 100%;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 20px;
  }
  .product-info-main .product-info-stock-sku {
    margin-top: 10px;
    padding-left: 10px;
  }
  .product-info-main .product-options-bottom .box-tocart {
    width: 100%;
  }
  #detailed_desc {
    margin-top: 0;
  }
  .features_list.d-md-none {
    margin-top: 40px;
  }
  .block-minicart .block-content .minicart-summary .actions .primary .action.primary {
    padding: 15px;
  }
  .cart-summary .checkout-methods-items .action.primary.checkout {
    padding: 15px;
  }
  .cart-summary .block > .title {
    border-top: none;
  }
  .minicart-items .product-image-wrapper .product-image-photo {
    width: 80px !important;
  }
  .minicart-items .product-item-details {
    padding-right: 25px;
  }
  body:not(.page-products):not(.catalog-product-view) .page-title-wrapper {
    padding: 30px 40px;
    margin: 0 -15px;
    width: auto;
  }
  body:not(.cms-home) .columns {
    padding-top: 65px;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-cart-index .columns .column.main {
    padding-bottom: 10px;
  }
  .page-main .cart-summary .block {
    padding: 20px 10px 0;
  }
  .cart-totals {
    padding: 20px 20px 0;
  }
  .cart.table-wrapper {
    border-top: none;
  }
  .cart.table-wrapper .actions-toolbar {
    position: relative;
    width: 100%;
    top: auto;
    text-align: right;
  }
  .cart.table-wrapper .actions-toolbar > .action-towishlist {
    display: inline-block;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit {
    display: inline-block;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete {
    display: inline-block;
  }
  .cart.table-wrapper .col.qty .input-text {
    width: 40px;
    padding: 0;
  }
  .cart.table-wrapper .product-item-name {
    padding-right: 0;
  }
  .cart.table-wrapper .item .col.item {
    padding-right: 0;
  }
  .cart-discount {
    border-bottom: none;
  }
  .cart-discount .block.discount {
    margin-top: 0;
    margin-top: -6px;
    width: 100%;
  }
  .cart-discount .block .content {
    padding: 0;
  }
  button.action.update {
    width: 100%;
  }
  .amcheckout-step-container .opc-payment-additional.payment-option {
    margin: 10px 0;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0;
  }
  .am-checkout.-modern .opc-estimated-wrapper {
    margin: 0;
    border: 1px solid #ccc;
  }
  .am-checkout.-modern .authentication-wrapper {
    float: none;
    max-width: 100%;
  }
  .am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    width: 100%;
    margin-bottom: 15px;
  }
  .am-checkout.-modern .checkout-header {
    overflow: hidden;
  }
  .brandlist_detail {
    column-count: 1;
  }
  .brandlist_img {
    margin-top: 80px;
  }
  .brandlist_img:before {
    height: 80%;
  }
  .discount-per {
    left: auto;
    top: 5px;
    right: 5px;
  }
  .sub_categories.swiper-container .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .sub_categories.swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 0px;
    padding-right: 0px;
  }
  body.home .page-header {
    margin: 0;
  }
  #mainslider .container {
    padding: 0;
  }
  .fotorama__dot {
    width: 10px;
    height: 10px;
  }
  .fotorama__active .fotorama__dot {
    background-color: #000000;
    border-color: #000000;
  }
  .fotorama--fullscreen .fotorama__zoom-in {
    width: 50px;
    height: 40px;
    top: 180px;
    background-position: -14px -20px !important;
    background-color: rgba(200, 188, 172, 0.7);
    right: 0;
  }
  .fotorama--fullscreen .fotorama__zoom-out {
    width: 50px;
    height: 40px;
    top: 237px;
    background-position: -14px -100px !important;
    background-color: rgba(200, 188, 172, 0.7);
    right: 0;
  }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    width: 50px;
    height: 40px;
    top: 125px;
    background-position: -92px -20px !important;
    background-color: rgba(200, 188, 172, 0.7);
  }
  .minicart-wrapper .minicart-items {
    padding-bottom: 110px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid #fff;
    background: #000000;
  }
  .swiper-pagination-bullet-active {
    background: #fff;
  }
  .discount-per {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 11px;
  }
  body.catalog-product-view .columns {
    padding-top: 0px;
  }
  body.catalog-product-view .columns .product-info-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .columns .product.info.detailed {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.catalog-product-view .columns .product.info.detailed .product.data.items {
    margin-left: 0px;
    margin-right: 0px;
  }
  body.catalog-product-view .page-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  #insta_section .aminst-feed-posts {
    flex-wrap: wrap;
  }
  .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
    max-width: 100px;
  }
  .aminst-feed-grid-container .aminst-feed-posts {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .aminst-feed-grid-container .aminst-feed-posts figure {
    flex: 0 0 48%;
    margin-bottom: 20px;
    max-width: 100%;
    max-height: 300px;
  }
  .isabel-modal-popup {
    bottom: unset;
  }
  .isabel-modal-popup .modal-inner-wrap {
    min-height: 200px !important;
    background: #fff !important;
    position: fixed !important;
    margin: 0px 8px !important;
  }
  .isabel-modal-popup .modal-inner-wrap h2 {
    font-size: 26px;
  }
  .product-item-packingitem .product-image-container img {
    margin: 0px !important;
  }
  .aminst-feed-wrapper {
    padding-bottom: 0px !important;
  }
  .linked-products .product-item-info {
    width: 70px;
  }
  .product.info.detailed {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }
  #short_description {
    margin-top: 34px;
  }
  .product-info-main .product.attribute.overview {
    display: none;
  }
  .product-info-main .product-tab-links {
    display: none;
  }
  .product.data.items {
    border-bottom: 1px solid #efefef;
  }
  .product.data.items > .item.content {
    padding: 15px 0px 30px;
  }
  .product.data.items > .item.title a:after {
    position: unset;
    content: '\e802';
    font: normal 15px "fontello";
  }
  .product.data.items > .item.title > .switch {
    padding: 14px 0px;
    font-weight: 400;
    font-size: 15px;
    border-top: 1px solid #efefef;
    height: auto;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #333333;
  }
  .product.data.items > .item.title.active a:after {
    content: '\e803';
  }
}
@media all and (max-width: 575px) {
  .aminst-feed-grid-container .aminst-feed-posts figure {
    max-height: 260px;
  }
}
@media all and (max-height: 800px) {
  .minicart-items-wrapper {
    max-height: 450px;
  }
}
@media all and (max-height: 500px) {
  .minicart-wrapper .action.close {
    position: fixed;
    top: 15px;
    margin: 0;
    z-index: 3;
  }
  .minicart-wrapper .minicart-items {
    left: 0;
    padding-bottom: 0;
    position: relative;
  }
  .minicart-wrapper .block-minicart {
    overflow-y: auto;
  }
  .minicart-wrapper .block-minicart .mycart-title {
    position: fixed;
    top: 10px;
    font-size: 25px;
    z-index: 3;
  }
  .minicart-wrapper .block-minicart:before {
    content: '';
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 55px;
    z-index: 1;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
    height: auto !important;
    max-height: none;
    min-height: 0;
    overflow: visible;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-summary {
    padding-bottom: 0;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-summary .actions .primary {
    margin-bottom: 0;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-summary .actions .primary .action.primary {
    padding: 10px;
    font-size: 16px;
  }
  .minicart-wrapper .block-minicart .block-content .minicart-summary .actions .secondary .action.viewcart {
    padding: 6px;
    font-size: 16px;
  }
  .minicart-wrapper .block-minicart .subtotal {
    padding: 5px 0 0;
    display: flex;
    justify-content: center;
  }
  .minicart-wrapper .block-minicart .items-total {
    float: none;
    padding: 0;
    border-top: 1px solid #eee;
    text-align: center;
  }
}
._sticky {
  position: fixed;
  width: 100%;
  top: 0;
}
body.category-kategorier .page-main {
  max-width: 100%;
  padding: 0;
}
.modal-slide._show,
.modal-popup._show {
  z-index: 9999 !important;
}
body.page-products .page-main {
  max-width: 1450px;
}
body.catalog-product-view .page-main {
  max-width: 1450px;
}
.aminst-feed-slider-container .slick-slider {
  padding: 0;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  padding: 12px 86px;
}
@media all and (max-width: 767px) {
  body.filter-active .page-header {
    display: block;
  }
  body.filter-active .page-main {
    position: relative;
    z-index: 2222;
  }
  body.filter-active .page-wrapper {
    visibility: visible;
    margin-top: 0;
    height: auto;
  }
  #amasty-shopby-product-list #amasty-shopby-overlay {
    position: fixed;
    z-index: 11111;
    left: 0;
  }
  .filter .filter-content {
    left: -85%;
  }
  .filter.active .filter-content {
    left: 0;
  }
}
amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary {
  border: none !important;
}
.amcheckout-main-container.-modern.-layout-2columns {
  padding-top: 15px;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary.checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
  padding-right: 15px;
}
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  padding-left: 0;
  padding-right: 0;
}
/* For Product Grid */
/*
.gallery-placeholder {
	.fotorama__wrap--css3 {
		.fotorama__stage{width:10000px;}
	}
	.fotorama_stage_shaft{
		&.fotorama__grab{width:10000px;}
	}
}
*/
.product-info-main .ampreorder-observed {
  color: red;
  font-weight: 400 !important;
}
.product-info-main:before {
  background: red !important;
}
.product-info-main .stock.ampreorder-observed:before {
  background: red !important;
}
.product-items .ampreorder-observed .ampreorder-note {
  color: red;
  font-weight: 400;
  font-size: 16px;
}
.product-gift-card .product-main-wrapper .product-info-main {
  width: 49%;
}
.product-gift-card .product-main-wrapper .product.media {
  width: 49%;
}
.lang-switcher.dropdown {
  position: relative;
  display: inline-block;
}
.lang-switcher ul {
  padding: 0;
  list-style: none;
  /*background: #f2f2f2;*/
  margin: 0;
}
.lang-switcher ul li {
  display: inline-block;
  position: relative;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
}
.lang-switcher ul li a {
  display: block;
  padding: 8px 25px;
  color: #333;
  text-decoration: none;
}
.lang-switcher ul li a:hover {
  color: #333;
  /*background: #939393;*/
}
.lang-switcher ul li a img {
  width: 24px;
}
.lang-switcher ul li ul.dropdown {
  min-width: 100%;
  /* Set width of the dropdown */
  background: #ffffff;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  box-shadow: 0 2px 4px rgba(176, 131, 147, 0.4);
}
.lang-switcher ul li ul.dropdown li {
  display: block;
  vertical-align: middle;
}
.lang-switcher ul li ul.dropdown li a {
  min-width: 130px;
}
.lang-switcher ul li ul.dropdown li a:after {
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.lang-switcher ul li ul.dropdown li a:hover {
  background: none;
  font-weight: 400;
}
.lang-switcher ul li ul.dropdown li a:hover:after {
  width: 100%;
  left: 0;
}
.lang-switcher ul li:hover ul.dropdown {
  display: block;
  /* Display the dropdown */
}
.wexo-shipping-additional .ws-shipping-method-content .ws-search-button {
  height: auto !important;
}
.d-md-block {
  display: block !important;
}
.home-about a {
  position: relative;
  display: inline-block;
}
.home-about a:after {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0px;
  right: 0;
  background: #666;
}
.home-about a:hover:after {
  width: 100%;
  left: 0;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view) {
  margin: 0;
}
.filter-options-item .filter-options-content .items a {
  font-weight: 300;
  padding-left: 0 !important;
  position: relative;
}
.filter-options-item .filter-options-content .items input {
  cursor: pointer;
}
.filter-options-item .filter-options-content .items .amshopby-choice {
  display: none;
}
.filter-options-item .filter-options-content .item > a {
  display: unset;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0px !important;
  padding: 0px !important;
}
.filter-options input[type='checkbox'] {
  width: auto;
  height: auto;
  border: 0;
  opacity: 1;
  position: relative;
  margin: 2px 5px 0 0;
}
@media all and (max-width: 767px) {
  .product-gift-card .product-main-wrapper .product-info-main {
    width: 100% !important;
  }
  .product-gift-card .product-main-wrapper .product.media {
    width: 100% !important;
  }
  .lang-switcher {
    display: none !important;
  }
  .insta {
    flex-direction: column !important;
  }
  .insta h3 {
    margin-bottom: 20px;
  }
  .insta .button-insta {
    margin-bottom: 20px;
  }
}
input::placeholder {
  color: #888 !important;
  font-weight: normal;
}
input:focus::placeholder {
  color: #666 !important;
}
.linkbtn {
  display: inline-block;
}
.linkbtn:after {
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 0;
  transition: ease all 0.2s;
  background: #000;
}
.linkbtn:hover:after {
  width: 100%;
}
.linkbtn.text-white:hover:after {
  width: 100%;
  background: #fff;
}
body.customer-account-login .columns {
  padding-top: 0;
}
.customer-account-login .columns {
  padding-top: 0;
}
.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-login-wrapper {
  background: url(/login-bg.png) no-repeat center center;
  background-size: cover;
  width: 100vw;
  margin-left: var(--stretch);
  padding: 180px 0;
}
.customer-login-wrapper .block-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-customer-login {
  float: none !important;
  padding: 50px;
  width: 860px !important;
  max-width: 100%;
  margin: auto;
}
.logo-white {
  filter: brightness(10);
}
.clogin-info {
  color: #fff;
  font-size: 13px;
}
.clogin-info h1 {
  font-size: 30px;
  margin-bottom: 25px;
}
.clogin-info .logo-white {
  width: 108px;
  margin-top: 40px;
}
.form-login .control {
  width: 100% !important;
}
.form-login .input-text {
  height: 45px;
}
.form-login .action.login {
  width: 100%;
}
.form-login .primary {
  display: block;
  float: none;
}
.form-login .actions-toolbar {
  margin-top: 30px;
}
.form-login .fieldset {
  margin-bottom: 0;
}
.actions-helplogin {
  color: #fff;
  font-size: 13px;
  margin-top: 20px;
}
.actions-helplogin a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.login-container .fieldset:after {
  display: none;
}
.benefit-title {
  font-size: 30px;
  margin: 100px auto 50px;
  text-align: center;
}
.benefit-table {
  background: #fcfaf7;
  border-radius: 7px;
  padding: 30px 50px 70px;
}
.benefit-table tr {
  border-bottom: 1px solid #e0e0e0;
}
.benefit-table th {
  padding: 30px 30px;
  font-size: 25px;
  font-family: 'Playfair Display', serif !important;
  font-display: swap;
}
.benefit-table td {
  padding: 22px 30px;
  vertical-align: middle;
}
.benefit-table td:first-child img {
  float: left;
  margin-right: 50px;
  width: 40px;
}
.benefit-table td:first-child h3 {
  padding-left: 90px;
}
.benefit-table td:first-child p {
  font-size: 13px;
  font-weight: normal;
  padding-left: 90px;
}
.benefit-table td:not(:first-child) img {
  width: 40px;
}
.benefit-table td:nth-child(2) strong {
  font-size: 15px;
  font-weight: 600;
}
.benefit-table td h3 {
  font-size: 20px;
}
.login_reg {
  font-size: 15px;
  font-weight: normal;
  padding: 40px 0;
}
.login_reg a {
  font-weight: bold;
}
#readmore {
  margin-top: 65px;
}
#tiffanyclub_accordion {
  margin: 50px auto 70px;
  width: 1000px;
  max-width: 100%;
}
#tiffanyclub_accordion div[data-role="collapsible"] {
  position: relative;
}
#tiffanyclub_accordion div[data-role="trigger"] {
  padding: 10px 14px;
  cursor: pointer;
}
#tiffanyclub_accordion div[data-role="trigger"]:after {
  content: '+';
  font-size: 50px;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 0.8;
}
#tiffanyclub_accordion div[data-role="content"] {
  padding: 0 14px;
  font: normal 13px 'Kanit', sans-serif;
  color: #000;
  line-height: 1.3;
}
#tiffanyclub_accordion div[data-role="content"]:after {
  content: '';
  display: block;
  height: 9px;
}
#tiffanyclub_accordion div[data-role="content"]:before {
  content: '';
  display: block;
  height: 9px;
}
#tiffanyclub_accordion .active div[data-role="trigger"] {
  background: #fafafa;
}
#tiffanyclub_accordion .active div[data-role="trigger"]:after {
  content: '';
  height: 2px;
  background: #444;
  width: 24px;
  display: block;
  top: 24px;
}
.password-strength-meter {
  font-size: 13px;
  font-weight: 300;
}
.form-create-account {
  margin: 100px auto;
  width: 470px !important;
  max-width: 100%;
  min-width: 0 !important;
  font-weight: normal;
}
.form-create-account input._has-datepicker::placeholder {
  color: #b3b3b3;
  font-weight: normal;
}
.form-create-account .fieldset {
  margin-bottom: 0;
}
.form-create-account .fieldset.create.account:after {
  margin-top: 25px;
}
.form-create-account .info .field {
  flex: 1;
}
.form-create-account .field .input-text,
.form-create-account .field ._has-datepicker {
  height: 45px;
  border: 2px solid #000;
  font-weight: normal;
  position: relative;
}
.form-create-account .field ._has-datepicker {
  width: 100% !important;
}
.form-create-account .field.choice {
  flex: 1;
  font-size: 14px;
}
.form-create-account .customer-dob {
  position: relative;
}
.form-create-account .customer-dob button {
  position: absolute;
  right: 0;
  top: 5px;
  padding: 8px;
}
.form-create-account .actions-toolbar .primary {
  width: 100%;
}
.form-create-account .actions-toolbar .submit {
  width: 100%;
}
#success_page {
  width: 540px;
  max-width: 90%;
  margin: auto;
  text-align: center;
  font-size: 13.5px;
  padding: 150px 0;
  font-weight: normal;
}
#success_page .d-flex img {
  width: 40px;
  margin-right: 35px;
}
#success_page .d-flex h1 {
  font-size: 30px;
  margin: 0;
}
#success_page .action {
  width: 100%;
}
#success_page .row {
  padding: 0 50px;
}
#success_page p {
  margin: 50px 0;
}
.form.forget {
  margin: 100px auto;
  width: 470px !important;
  max-width: 100%;
  min-width: 0 !important;
  font-weight: normal;
}
.form.forget .fieldset {
  margin-bottom: 0;
}
.form.forget .field .note {
  font-size: 4px;
  font-weight: normal;
}
.form.forget .field .input-text {
  height: 45px;
  border: 2px solid #000;
  font-weight: normal;
}
.form.forget .actions-toolbar .primary,
.form.forget .actions-toolbar .submit {
  width: 100%;
}
body.account .sidebar-additional {
  display: none;
}
body.account .block-collapsible-nav .delimiter {
  display: none !important;
}
body.account .products-grid .product-item-info {
  height: 100%;
  position: relative;
  padding-bottom: 100px;
}
body.account .products-grid .product-item-info .actions-toolbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body.account .product-items {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
body.account .product-items .product-item {
  margin: 0 0 70px !important;
  width: 100%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 6px !important;
}
body.account .product-items .product-item .product-item-photo {
  background: var(--pink);
}
body.account .product-items .product-item .product-item-photo .product-image-container {
  width: 100% !important;
  display: block;
  mix-blend-mode: darken;
  will-change: opacity;
}
body.account .product-items .product-item .actions-toolbar .primary {
  display: block;
  float: none;
}
body.account .product-items .product-item .actions-toolbar .action.secondary {
  margin-bottom: 10px;
}
#block-collapsible-nav {
  font-weight: normal;
  background: none;
}
#block-collapsible-nav .items {
  flex-direction: column;
}
#block-collapsible-nav .items a {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
#block-collapsible-nav .items a:after {
  content: '';
  display: block;
  background: #000;
  height: 1.5px;
  width: 0;
  transition: all ease 0.3s;
}
#block-collapsible-nav .items a:hover {
  background: none;
}
#block-collapsible-nav .items a:hover:after {
  width: 100%;
}
#block-collapsible-nav .items .current strong {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
#block-collapsible-nav .items .current strong:after {
  content: '';
  display: block;
  background: #000;
  height: 1.5px;
}
.action.secondary {
  background: #fff;
  border: 2px solid #000000;
  padding: 9px 25px;
}
.action.secondary:hover {
  background: #eee;
}
.action.primary a {
  color: #fff;
}
.action-close:focus {
  outline: none;
}
.sales-order-history.account .table-wrapper {
  border-bottom: none;
}
.sales-order-history .table {
  text-align: center;
}
.sales-order-history .table th {
  padding: 0 15px 35px;
  text-align: center;
}
.sales-order-history .table td {
  font-weight: normal;
  border-bottom: none;
  border-top: none;
  padding: 10px 15px;
  vertical-align: middle;
}
.sales-order-history .table td .action.primary {
  max-width: 100%;
  width: 160px;
  border-radius: 0 !important;
}
.sales-order-history .table tbody tr:first-child td {
  padding-top: 20px;
}
.font-weight-normal {
  font-weight: normal;
}
.actions-toolbar .twoCols {
  display: flex;
  float: none;
}
.actions-toolbar .twoCols .action {
  white-space: nowrap;
  font-size: 13.5px;
}
.actions-toolbar .twoCols .action a span {
  display: block;
}
.actions-toolbar .twoCols .action:last-child {
  margin-right: 0;
}
.block-dashboard-info .box-content {
  font-size: 16px;
}
.block-dashboard-info .box-content span {
  font-weight: bold;
  font-size: 18px;
}
.block-dashboard-addresses .block-title {
  font-size: 30px;
  border: none !important;
}
.block-dashboard-addresses .block-content {
  max-width: 420px;
}
.block-dashboard-addresses .box-billing-address {
  border-top: 2px solid #000;
  padding: 30px 0 50px;
}
.block-dashboard-addresses .box-billing-address address {
  font-size: 18px;
}
body.customer-account-forgotpassword .page-title-wrapper {
  padding: 30px 40px 0 40px;
}
body.account .page.messages {
  margin-bottom: 0;
}
body.account .columns {
  padding-top: 0;
}
body.account .account-page-title-wrapper {
  padding: 30px 40px 0 40px !important;
  margin-bottom: 80px;
}
body.account .column .page-title-wrapper {
  text-align: left;
  padding: 0;
  border-bottom: 2px solid #000;
  margin-bottom: 33px;
}
body.account .column .page-title-wrapper:before {
  display: none;
}
body.account .column .page-title-wrapper .page-title {
  margin-bottom: 30px;
}
.customer-points {
  padding: 0 40px;
}
.customer-points h2 {
  font-size: 25px;
}
.customer-points .points-earned h2 {
  font-family: 'Kanit', sans-serif !important;
  margin: 25px 0 10px !important;
  font-display: swap;
}
.sales-order-history .modal-popup #maincontent {
  padding: 0;
}
.sales-order-history .modal-popup #maincontent .column.main {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.sales-order-history .modal-popup .modal-header {
  border-bottom: none;
}
.sales-order-history .modal-popup .modal-footer {
  display: none;
}
.custom-order-details-view {
  font-size: 13px;
  font-weight: normal;
}
.custom-order-details-view strong {
  font-weight: 600;
}
.custom-order-details-view .address-title {
  margin-bottom: 16px;
  margin-top: 11px;
}
.custom-order-details-view .shopped-items {
  margin-top: 30px;
}
.custom-order-details-view .shopped-items h4 {
  margin-bottom: 24px;
}
.custom-order-details-view .shopped-items .product-items {
  margin-bottom: 0;
}
.custom-order-details-view .shopped-items .product-items .product-item {
  margin-bottom: 40px !important;
}
.custom-order-details-view .shopped-items .product-items .product-item .product-item-photo {
  display: block;
}
.custom-order-details-view .shopped-items .product-items .product-item .price-box {
  margin-bottom: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding: 30px 40px 0;
}
#bss-giftcard-code {
  height: 50px;
}
.amrewards-apply-container#block-reward {
  width: 48%;
  clear: both;
}
.amrewards-apply-container#block-reward .content {
  max-width: 100%;
}
.amrewards-apply-container .content {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.amrewards-apply-container .content .pointsLeft {
  padding-right: 5px;
}
.amrewards-apply-container .content .amrewards-points-rate {
  padding: 0;
}
.cart-discount .bss-giftcard {
  margin-bottom: 5px !important;
}
.cart-discount .bss-giftcard .content {
  margin-bottom: 20px;
}
.cart-discount .block.discount {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}
.cart-discount .block .title:after {
  position: absolute;
  right: 20px;
  top: 13px;
}
.cart-discount #discount-coupon-form .coupon {
  display: flex;
}
.cart-discount #discount-coupon-form .coupon .field {
  width: 100%;
}
.cart-discount #discount-coupon-form .coupon .actions-toolbar {
  width: auto;
}
.cart-discount #discount-coupon-form .coupon .actions-toolbar .action.primary:after {
  display: none !important;
}
.cart-discount #discount-reward-form .reward {
  display: flex;
}
.cart-discount #discount-reward-form .reward .field {
  width: 100%;
}
.cart-discount #discount-reward-form #amreward_amount {
  height: 50px;
}
.cart-discount #discount-reward-form .actions-toolbar {
  flex: 0 0 auto;
  width: auto;
}
.cart-discount #discount-reward-form .actions-toolbar .action.primary {
  background: var(--black);
  border: 1px solid var(--black);
  color: #ffffff;
  font-weight: normal;
  height: 50px;
  box-shadow: none !important;
  border-radius: 0;
  outline: none;
  font-size: 15px;
  padding: 9px 25px;
}
#sw__accept_section_container .payment-option._collapsible {
  width: 55%;
  display: block !important;
  margin-bottom: 15px;
  position: relative;
}
#sw__accept_section_container .payment-option._collapsible .amrewards-points-rate {
  display: none;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-title {
  cursor: pointer;
  display: block;
  background: #fff;
  width: 100%;
  border: 1px solid var(--black);
  padding: 10px 13px;
  margin-bottom: 8px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: var(--black);
  content: '\e622';
  font-family: 'luma-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 20px;
  font-display: swap;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-title .action-toggle {
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--black);
  height: auto !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content {
  margin-bottom: 40px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .amrewards-actions {
  margin-top: 10px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content #discount-form {
  padding-left: 0 !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content #discount-form .payment-option-inner {
  margin-right: 0 !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .field {
  margin: 0 0 10px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .field input[type="text"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2 !important;
  border-radius: 1px !important;
  height: 50px !important;
  padding: 12px 15px !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .action {
  background: var(--black) !important;
  border: 1px solid var(--black) !important;
  color: #ffffff !important;
  font-weight: normal !important;
  height: 50px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: none;
  font-size: 15px !important;
  padding: 9px 25px !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .action:hover,
#sw__accept_section_container .payment-option._collapsible .payment-option-content .action:focus,
#sw__accept_section_container .payment-option._collapsible .payment-option-content .action:active {
  background: #555 !important;
  border-color: #555555 !important;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .d-flex {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .pointsLeft {
  padding-right: 5px;
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .amrewards-points-rate:before {
  content: '(';
}
#sw__accept_section_container .payment-option._collapsible .payment-option-content .amrewards-points-rate:after {
  content: ')';
}
#sw__accept_section_container .payment-option._collapsible._active .payment-option-title:after {
  content: '\e621';
}
#sw__accept_section_container .sw__fields,
#sw__accept_section_container .sw__accept_section {
  font-size: 13px;
}
#sw__order_comment-container textarea {
  border-radius: 1px !important;
}
#swiipe__container.swiipe_checkout .checkout-agreement:not(.choice) button.action-show {
  color: var(--black) !important;
  margin-top: 15px;
  font-size: 14px !important;
}
#swiipe__container.swiipe_checkout .checkout-agreement:not(.choice) button.action-show:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}
#swiipe__container.swiipe_checkout .checkout-agreement:not(.choice) button.action-show:hover:after {
  width: 50%;
}
@media all and (max-width: 768px) {
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    background: #fff;
  }
  .checkout-payment-method .step-title {
    padding: 0px;
  }
}
@media all and (max-width: 767px) {
  .customer-login-wrapper {
    padding: 55px 0;
  }
  .customer-login-wrapper .container {
    padding: 0 10px;
  }
  .block-customer-login {
    padding: 40px 10px 0;
  }
  .benefit-table {
    padding: 10px;
  }
  .benefit-table th {
    padding: 15px 0;
    font-size: 15px;
  }
  .benefit-table td {
    padding: 10px 0;
  }
  .benefit-table td:first-child p {
    display: block;
    font-size: 10px;
  }
  .benefit-table td h3 {
    font-size: 13px;
  }
  .benefit-table td strong {
    font-size: 10px;
  }
  .benefit-title {
    font-size: 21px;
    margin: 60px auto 40px;
  }
  .benefit-table tr:last-child {
    border-bottom: none;
  }
  .benefit-table th:nth-child(2) {
    padding-right: 20px;
  }
  .benefit-table td:first-child img {
    height: 20px;
    margin-right: 7px;
  }
  .benefit-table td:first-child h3,
  .benefit-table td:first-child p {
    padding-left: 0;
  }
  .benefit-table td:not(:first-child) img {
    width: 20px;
  }
  .benefit-table td:nth-child(2) {
    padding-right: 20px;
  }
  .benefit-table td strong {
    font-size: 10px;
    display: block;
    line-height: 1.4;
  }
  .login_reg {
    padding: 20px 0;
  }
  #readmore {
    margin-top: 35px;
  }
  #readmore h2 {
    font-size: 25px;
  }
  #tiffanyclub_accordion {
    margin: 40px auto 50px;
  }
  #tiffanyclub_accordion h4 {
    font-size: 13px;
    padding-right: 30px;
  }
  #tiffanyclub_accordion div[data-role="trigger"]:after {
    font-size: 35px;
    top: 2px;
  }
  #tiffanyclub_accordion .active div[data-role="trigger"]:after {
    width: 17px;
    top: 19px;
  }
  /* eglin .nav-sections,.page-header{border-bottom: none !important;} */
  /* .page-title-wrapper{padding: 30px !important;} */
  .form-create-account {
    margin: 30px auto 100px;
  }
  .form.forget {
    margin: 0 auto 40px;
  }
  #success_page {
    padding: 90px 0;
  }
  #success_page .d-flex {
    flex-direction: column;
  }
  #success_page .d-flex img {
    margin: 0 0 30px;
  }
  #success_page .d-flex h1 {
    font-size: 25px;
  }
  #success_page p {
    margin-top: 25px;
  }
  #success_page .row {
    padding: 0;
  }
  #success_page .action {
    margin-bottom: 12px;
  }
  .products-grid.wishlist .product-item-info .price-box {
    margin-left: 0 !important;
  }
  body.account .account-page-title-wrapper {
    display: none !important;
  }
  body.account .columns {
    position: relative;
  }
  body.account .column .page-title-wrapper {
    padding: 0 20px 15px !important;
  }
  body.account .column .page-title-wrapper .page-title {
    font-size: 25px;
    margin: 0 90px 20px 0;
  }
  body.account .page.messages .messages {
    margin: -25px 0 20px;
    border-radius: 5px;
    overflow: hidden;
  }
  body.account .product-items .product-item {
    margin: 0 0 70px !important;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 6px !important;
  }
  body.account .block-collapsible-nav {
    top: 0;
    padding: 0;
    margin: 0;
  }
  body.account .block-collapsible-nav .title {
    border: none;
    background: var(--pink);
    border-radius: 10px;
    width: 88px;
    height: 33px;
    position: absolute;
    right: 14px;
    top: 0;
  }
  body.account .block-collapsible-nav .title strong {
    text-indent: -9999px;
    display: flex;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    width: 29.75px;
    white-space: nowrap;
  }
  body.account .block-collapsible-nav .title strong:before {
    content: 'Menu';
    text-indent: 0;
    display: block;
  }
  body.account .block-collapsible-nav .title.hasClose {
    z-index: 1122;
  }
  body.account .block-collapsible-nav .title:before,
  body.account .block-collapsible-nav .title:after {
    content: '' !important;
    display: block;
    background: #333;
    height: 1.6px;
    width: 21px;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: ease all 0.2s;
  }
  body.account .block-collapsible-nav .title:after {
    margin-top: 7px;
  }
  body.account .block-collapsible-nav .title.active {
    z-index: 55555;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 50%;
    margin-left: -19px;
    position: fixed;
    top: 160px;
    left: 50%;
  }
  body.account .block-collapsible-nav .title.active strong {
    display: none;
  }
  body.account .block-collapsible-nav .title.active:before {
    width: 15px;
    transform: rotate(45deg);
    top: 18px;
    left: 11px;
  }
  body.account .block-collapsible-nav .title.active:after {
    width: 15px;
    transform: rotate(-45deg);
    top: 11px;
    left: 11px;
  }
  body.account .block-collapsible-nav .item {
    margin-top: 0;
  }
  body.account .block-collapsible-nav #block-collapsible-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.25);
  }
  body.account .block-collapsible-nav #block-collapsible-nav .items {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: absolute;
    top: 215px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-display: swap;
  }
  body.account .block-collapsible-nav #block-collapsible-nav .items .item {
    flex: 0 0 auto;
    width: 100%;
  }
  body.account .block-collapsible-nav #block-collapsible-nav .items a {
    width: 100%;
    position: relative;
  }
  body.account .block-collapsible-nav #block-collapsible-nav .items a:before {
    content: '';
    display: block;
    background: url(/right-arrow.svg) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 14px;
  }
  body.account .block-collapsible-nav #block-collapsible-nav .items a:after {
    display: none;
  }
  body.account .products-grid .product-item-name {
    margin-left: 0;
  }
  body.account .products-grid .product-item:first-child {
    border-top: none !important;
  }
  body.account .products-grid .product-item .product-item-photo {
    float: none;
    margin: 0 0 10px;
  }
  body.account .products-grid .product-item .product-item-photo .product-image-container {
    max-width: 100%;
  }
  body.account .products-grid .product-item .product-image-photo {
    position: relative;
  }
  body.account .products-grid .product-item .actions-toolbar .action {
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
  }
  body.account .products-grid .product-item .actions-toolbar .action a {
    font-size: 14px;
    white-space: nowrap;
  }
  body.account .modal-popup {
    left: 0;
  }
  body.account .modal-popup .modal-header {
    background: #fff;
  }
  body.account .modal-popup .order-info-title-mobile {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px;
    font-display: swap;
  }
  body.account .modal-popup .custom-order-details-view table {
    margin-bottom: 15px;
  }
  body.account .modal-popup .custom-order-details-view table th {
    padding-left: 0 !important;
  }
  .actions-toolbar .twoCols .action {
    margin-bottom: 10px !important;
  }
  .actions-toolbar .twoCols .action:first-child {
    margin-right: 10px;
  }
  .sales-order-history .orders-history {
    border: none;
  }
  .sales-order-history .table-order-items {
    display: table;
  }
  .sales-order-history .table-order-items thead,
  .sales-order-history .table-order-items tbody {
    display: table !important;
    width: 100%;
  }
  .sales-order-history .table-order-items tr {
    display: table-row !important;
  }
  .sales-order-history .table-order-items tr:first-child td {
    padding-top: 20px !important;
  }
  .sales-order-history .table-order-items tr .col {
    display: none !important;
  }
  .sales-order-history .table-order-items tr .col.id,
  .sales-order-history .table-order-items tr .col.actions {
    display: table-cell !important;
    width: 50%;
  }
  .sales-order-history .table-order-items tr td {
    padding: 11px 5px !important;
    border: none !important;
  }
  .sales-order-history .table-order-items tr td::before {
    display: none !important;
  }
  .sales-order-history .table-order-items tr td .primary {
    font-size: 13px;
    padding: 7px 15px;
    width: 160px;
  }
  .checkout-cart-index .page-title-wrapper {
    margin-top: 16px;
  }
  .amrewards-apply-container#block-reward {
    width: 100%;
  }
  #sw__accept_section_container .payment-option._collapsible {
    width: 100% !important;
  }
  #swiipe__container.swiipe_checkout #discount-form button {
    padding: 9px 15px !important;
  }
}
