/* COOKIE BAR */
.cookieBar {
  float: left;
  border: 1px solid #ccc;
  color: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ddd;
  text-align: center;
  width: 100%;
  display: none;
  z-index: 99998;
  padding: 15px;
}
.desktop .cookieBar .cookieBar--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desktop .cookieBar .cookieBar-button {
  background-color: #1e1e1e;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  display: block;
  text-align: center;
  pointer-events: none;
  margin-left: 30px;
}

/* ---------- HELPERS ----------- */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.w50 {
  width: 50% !important;
  flex: 0 0 50%;
}
.w75 {
  width: 75% !important;
  flex: 0 0 75%;
}
.w100 {
  width: 100% !important;
  flex: 0 0 100%;
}
.user .w-auto {
  width: auto;
  flex: 0 1 auto;
}
.hidden {
  display: none !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.upper {
  text-transform: uppercase !important;
}
.clipboard {
  cursor: copy;
}
.flex {
  display: flex;
}

/* --------- Bilua Custom ICONS Font v1.3 10/01/2017 --------- */
@charset "UTF-8";
@charset "UTF-8";
@font-face {
  font-family: bilua-icons;
  src: url("/fonts/bilua-icons.eot");
  src: url("/fonts/bilua-icons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/bilua-icons.woff") format("woff"),
    url("/fonts/bilua-icons.ttf") format("truetype"),
    url("/fonts/bilua-icons.svg#bilua-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bilua-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "bilua-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-down:before {
  content: "\63";
}
.icon-chevron-left:before {
  content: "\68";
}
.icon-book:before {
  content: "\6f";
}
.icon-search:before {
  content: "\72";
}
.icon-android-close:before {
  content: "\77";
}
.icon-android-arrow-forward:before {
  content: "\62";
}
.icon-user:before {
  content: "\39";
}
.lm .icon-android-close:before {
  content: "\77";
}

/* ------------- NEW Bilua Icons #2 ------------------------------------------- */
@charset "UTF-8";
@font-face {
  font-family: "bilua-icons2";
  src: url("/fonts/bilua-icons2.eot");
  src: url("/fonts/bilua-icons2.eot?#iefix") format("embedded-opentype"),
    url("/fonts/bilua-icons2.woff") format("woff"),
    url("/fonts/bilua-icons2.ttf") format("truetype"),
    url("/fonts/bilua-icons2.svg#bilua-icons2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bilua-icons2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon2-"]:before,
[class*=" icon2-"]:before {
  font-family: "bilua-icons2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2-check-1:before {
  content: "\62";
}
.icon2-close:before {
  content: "\63";
}
.icon2-add-1:before {
  content: "\66";
}
.icon2-arrow-left-7:before {
  content: "\6a";
}
.icon2-bubble-chat-edit-1:before {
  content: "\71";
}
.icon2-synchronize-time:before {
  content: "\78";
}
.icon2-report-problem-circle:before {
  content: "\44";
}
.icon2-rank-army-star-1:before {
  content: "\46";
}
.icon2-arrow-left-12:before {
  content: "\2f";
}
.icon2-arrow-right-12:before {
  content: "\3a";
}

/* NEW LIST */
.new-list {
  box-sizing: border-box;
  font: 16px/1.1 "Kanit", sans-serif, sans-serif;
}
.new-list *,
.new-list *:before,
.new-list *::before,
.new-list *:after,
.new-list *::after {
  box-sizing: inherit !important;
}
.new-list a,
.new-list a:visited,
.new-list a:target {
  color: #1a1a1a;
}
.new-list-handler {
  background: #f5f5f5;
}

/*  CLEAR FIX  */
.new-list .clear:before,
.new-list .clear:after {
  content: "";
  display: table;
}
.new-list .clear:after {
  clear: both;
}
.new-list .clear {
  zoom: 1;
  clear: none;
  display: block;
  visibility: visible;
  width: auto;
  height: auto;
  overflow: visible;
} /* For IE 6/7 */
.new-list *,
.new-list *:before,
.new-list *:after {
  box-sizing: inherit !important;
}
.new-list .main-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1140px;
  width: 100%;
  z-index: 0;
}
/* Hide the standard checkbox, but not the label */
.new-list input[type="checkbox"].hidden-checkbox {
  position: absolute;
  opacity: 0;
}
.new-list input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.new-list .flex {
  display: flex;
}
.new-list .inline-flex {
  display: inline-flex;
  flex-flow: row;
}

/* BUTTON WRAPPER */
.button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* ---------- MAIN FILTERS (Left Column) ---------- */

/* Icono Info Tooltip */
.tooltip-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  text-align: right;
  background-image: url("/imgs/info-tooltip-toggle.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  transition: all 0.12s ease-out;
}
.tooltip-toggle:hover {
  opacity: 1;
  background-size: 90%;
}
.tooltip-toggle::before {
  position: absolute;
  background-color: #4b4442;
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  transition: all 0.8s ease;
  width: auto;
  min-width: 230px;
  max-width: 380px;
  margin-left: 89px;
  margin-top: -11px;
}
.tooltip-toggle::after {
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid #4b4442;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: 76px;
  margin-top: 5px;
  width: 0;
  transition: all 0.8s ease;
}
.tooltip-toggle::before,
.tooltip-toggle::after {
  color: #efefef;
  font-family: Inter;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  text-align: left;
}
.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.2s ease;
  transform: translateX(-81px);
}

/* Sidebar: ALL filters container */
.new-list .filters {
  float: left;
  display: inline-block;
  background: #fff;
  width: 228px;
  height: auto;
  min-height: 50px;
  z-index: 2;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 2px 2px;
  border-top-color: transparent;
  border-bottom: none; /* transition: all .2s ease; */
}
.new-list .apply-filters {
  position: relative;
  width: 100%;
  border: none;
  border-radius: 0 0 4px 4px;
  background: white;
  height: 62px;
  border-bottom: 1px solid #e0e0e0;
  color: #444;
  text-align: left;
  padding: 15px;
  font: 11px Montserrat;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: height 0.12s ease-in-out, background-color 0.2s ease-in-out;
}
.new-list .apply-filters.bottom {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.12s ease-in-out;
}
.new-list .apply-filters .no-changes {
  display: block;
}
.new-list .apply-filters.edit .no-changes {
  display: none !important;
}

.new-list .apply-filters.edit {
  color: white;
  background: #64d081;
  font-weight: 600;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px -3px rgba(0, 0, 0, 0.3);
}
.new-list .apply-filters.edit:hover {
  background-color: #69de88;
}
.new-list .apply-filters.edit::before {
  color: white;
  opacity: 1;
}
.new-list .apply-filters.edit::after {
  text-transform: none;
  content: "8";
  font-family: bilua-icons;
  font-size: 24px;
  text-align: right;
  position: absolute;
  top: 14px;
  right: 100px;
  color: transparent;
  transition: all 0.1s ease-in-out;
  font-weight: normal;
  right: 14px;
  color: white;
}
.new-list .apply-filters.edit:active {
  background: #64d081;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  transform: translateY(3px);
}

.new-list .apply-filters.off {
  background: #d3d3d3;
}
.new-list .apply-filters.off:hover {
  background: #d3d3d3;
}
.new-list .apply-filters::before {
  color: white;
  opacity: 0;
}
.new-list .apply-filters::after {
  text-transform: none;
  content: "8";
  font-family: bilua-icons;
  font-size: 26px;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 100px;
  color: transparent;
  transition: all 0.1s ease-in-out;
  font-weight: normal;
}

/* --- Categories Filter ---- */
.new-list .sub-cats > li {
  font-size: 14px;
  line-height: 1;
}
.new-list .subcategories .filter-text {
  line-height: 1.3;
}

/* Custom Clear input */
/* Small red circle on the right of input (positioning carries over) */
.new-list input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: red;
}

/* Size of placeholder text */
.new-list ::-webkit-input-placeholder {
  font-size: 12px;
}
.new-list :-moz-placeholder {
  font-size: 12px;
}
.new-list ::-moz-placeholder {
  font-size: 12px;
}
.new-list :-ms-input-placeholder {
  font-size: 12px;
}
.new-list ::placeholder {
  font-size: 12px;
}

/* ----  BREADCRUMBS ---- */
.breadcrumbs {
  display: flex;
  text-align: left !important;
  align-items: baseline;
  font-size: 14px;
  position: relative;
  top: 25px;
  flex-direction: column;
  margin-left: 2px;
}
.campaign .breadcrumbs {
  top: 0;
}
.breadcrumbs ul {
  height: 15px;
}

.new-list h1 {
  order: 2;
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
  font-family: Kanit;
  color: #2c2c2c;
  margin-bottom: 5px;
  margin-left: 0px;
}
.new-list h1:after,
.new-list .breadcrumbs--number-results {
  font-size: 14px;
  letter-spacing: 0.02rem;
  display: inline-block;
  top: -1px;
  position: relative;
  color: grey;
}
.new-list .breadcrumbs--number-results strong {
  font-weight: 500;
}

.new-list .title-all-products {
  text-align: left !important;
  font-size: 14px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  flex-direction: column;
  margin-left: 1px;
  padding-right: 412px;
  width: 100%;
}
.new-list .title-all-products h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 19px;
  font-family: Kanit;
  color: #2c2c2c;
  margin-bottom: 2px;
  margin-left: 1px;
  text-transform: initial;
  display: inline-block;
  padding-right: 10px;
  letter-spacing: -0.024rem;
}
.new-list .title-all-products--number-results {
  font-size: 12px;
  text-align: right;
  display: inline-flex;
  color: #6d6d6d;
  padding-right: 29px;
  padding-left: 1px;
  font-family: Inter;
  font-weight: 400;
}
.breadcrumbs--item::after {
  color: #00a8b4;
}

/* ---------- PRODUCTS (Main Column) ----------- */
/* Product list container */
.new-list aside + .products-section {
  padding-left: 248px;
}
.new-list .products-section {
  width: 100%;
  margin-top: 5px;
}
.new-list.campaign .products-section {
  padding-top: 0;
}

/* ----- BASE Single product BOX  ------ */
.new-list .prod__box a {
  text-decoration: none;
  display: block;
}
.new-list .prod__box:hover {
  border-top: 3px solid #f44336;
  box-shadow: none;
  z-index: 2;
  overflow: visible;
  border: 1px solid #ffffff;
}
.new-list .prod__box strong {
  font-weight: 500;
  color: black;
}

/* ---- GRID style ---- */
.new-list .prod__box--grid-style .prod__box {
  height: 368px;
  width: 33.33%;
  flex: 1 0 236px;
  flex: 1 1 calc(33.33% - 16px);
  max-width: calc(33.33% - 16px);
}
.new-list .prod__box .prod__box--brand {
  font-family: "Kanit";
  font-weight: 500;
}

.new-list .prod-image.foto-1 img {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.15s ease;
  opacity: 1;
  top: 50%;
}
.new-list:not(.no-hover-image) .prod__box--image:hover .prod-image.foto-1 img {
  opacity: 0;
}
.new-list:not(.no-hover-image) .prod__box--image:hover .prod-image.foto-2 img {
  opacity: 1;
  transform: translateZ(0);
}
.new-list .prod-image.foto-2 img {
  transition: opacity 0.15s ease;
  opacity: 0;
  align-self: center;
}
.new-list .prod__box--grid-style .prod__box .prod__box--prod-name--title a {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  padding: 0;
  margin: 0;
  color: #505050;
  text-transform: initial;
  font-family: "Kanit", sans-serif, sans-serif;
}

.new-list .prod__box--grid-style .prod__box .prod__box--discount {
  order: 2;
  flex: 0 0 32%;
  align-self: flex-end;
  margin-top: 6px;
  color: #ff9800;
  font-size: 16px;
  flex-wrap: nowrap;
  text-align: left;
  margin-right: -6px;
  position: relative;
  top: -4px;
  padding-left: 14px;
}
.new-list .prod__box--discount > span.percent {
  font-weight: 400;
  font-size: 15px;
}
.new-list .prod__box--grid-style .prod__box .prod__box--price-from {
  order: 3;
  flex: 0 0 100%;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 3px;
  color: #6b6b6b;
  align-self: flex-start;
  height: 11px;
  margin-top: 1px;
  font-weight: 400;
}
.new-list .prod__box--grid-style .prod__box .prod__box--price-from.aplazame {
  margin-left: 0;
}
.new-list .prod__box--grid-style .prod__box .prod__box--rating-number {
  font-size: 11px;
  color: #919191;
  margin-left: 8px;
  font-weight: normal;
  margin-top: 2px;
}
.new-list .prod__box--grid-style .prod__box .prod__box--unit-price {
  order: 5;
  width: 160px;
  font-size: 12px;
  margin-top: 0;
  position: absolute;
  top: 364px;
  visibility: visible;
  color: #707070;
}
.new-list
  .prod__box.prod__box--grid-style
  .prod__box:hover
  .prod__box--unit-price {
  visibility: hidden;
}

.new-list .prod__box--grid-style .prod__box .prod__box--shipping--text {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  height: 30px;
}
.new-list .prod__box .prod__box--shipping--text {
  color: #64d081;
}
.new-list .prod__box--grid-style .prod__box:hover .prod__box--shipping--text {
  visibility: visible;
}
.new-list .prod__box--grid-style .prod__box .prod__box--shipping--icon {
  position: absolute;
  width: 35px;
  height: 21px;
  padding: 3px 0px 0 5px;
  border-radius: 2px;
  border: 1px solid #64d081;
  color: #64d081;
  font-weight: 400;
  font-size: 13px;
  top: 340px;
  right: 12px;
  border-color: white;
}
.desktop .prod__box:hover .prod__box--shipping--icon {
  opacity: 1 !important;
  border-color: white !important;
  border: 1px solid #67cf6b !important;
  background: #59be5d !important;
  color: white !important;
  border-radius: 2px !important;
}

.new-list .prod__box--grid-style .prod__box .prod__box--product-description {
  order: 10;
  display: none;
}
.new-list .prod__box--grid-style .prod__box .prod__box--product-variations {
  order: 8;
  font-size: 12px;
  height: auto;
  margin: 40px 0px 7px 0px;
}
.new-list .prod__box--grid-style .prod__box .prod__box--action:hover {
  background: #08939d;
  flex: 0 0 54px;
  cursor: pointer;
}
.new-list .prod__box:hover .prod__box--action {
  display: block;
  z-index: 1;
}

.new-list
  .prod__box--grid-style
  .prod__box
  .prod__box--action.product-added--button
  .button-text {
  background-image: url(/imgs/4/check_icon_white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  padding-left: 25px;
}

/*  ---------- LIST STYLE ------------ */
.new-list .prod__box--discount > span.percent {
  font-weight: 400;
  font-size: 15px;
}
.new-list .prod__box--price-from {
  order: 3;
  flex: 0 0 100%;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-left: 10px;
  color: #454545;
  align-self: flex-start;
  height: 11px;
  margin-top: 2px;
}

.new-list .prod__box:hover .prod__box--shipping--text {
  visibility: visible;
}
.new-list .prod__box--shipping--icon.gris {
  border-color: #707070;
  color: #707070;
}
.new-list .prod__box:hover .prod__box--action {
  display: block;
  z-index: 1;
}

/* --------- IMAGE style ---------- */
.new-list .prod__box--discount > span.percent {
  font-weight: 400;
  font-size: 13px;
  padding-left: 1px;
}
.new-list .prod__box:hover .prod__box--unit-price {
  visibility: visible;
}
.new-list .prod__box:hover .prod__box--action {
  display: block;
  z-index: 1;
}

/* --------  Prueba listado fluido con flex ------ */
.new-list .product-list__ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.new-list .product-list__ul:not(:first-of-type)::before {
  content: attr(aria-label);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  width: calc(100% - 40px);
  height: 80px;
  z-index: -1;
  top: -64px;
  left: 10px;
  padding-top: 34px;
  font-size: 12px;
  color: #9a9a9a;
  border-radius: 3px;
}
.new-list .product-list--slide .product-list__ul {
  flex-wrap: nowrap;
  overflow: auto;
}
.new-list .product-list--slide .product-list__ul > li {
  width: auto !important;
  max-width: none !important;
  flex: 0 0 200px !important;
}

/* Featured Product -- Double Size */
.new-list .prod__box--grid-style .prod__box.featured {
  flex: 2 0 490px;
  width: 490px;
}

/* Star Rate Sprite */
.prod__box--stars {
  width: 70px;
  height: 12px;
  overflow: hidden;
  background-size: 70px;
  background-repeat: no-repeat;
  background-image: url("imgs/stars.svg");
}
.prod__box--stars.star5 {
  background-position: 0 -94px;
}
.prod__box--stars.star4-5 {
  background-position: 0 -82px;
}
.prod__box--stars.star4 {
  background-position: 0 -70px;
}
.prod__box--stars.star3-5 {
  background-position: 0 -58px;
}
.prod__box--stars.star3 {
  background-position: 0 -46px;
}
.prod__box--stars.star2-5 {
  background-position: 0 -35px;
}
.prod__box--stars.star2 {
  background-position: 0 -23px;
}
.prod__box--stars.star1-5 {
  background-position: 0 -12px;
}
.prod__box--stars.star1 {
  background-position: 0 0px;
}

/* ---- Pagination ---- */
.new-list .new-pagination__container {
  position: relative;
  display: block;
  width: 100%;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  padding-right: 10px;
}
.new-list .new-pagination > .prod__box {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  font-family: "Inter";
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  margin: 2px;
  background: white;
  position: relative;
  overflow: hidden;
  transition: all 0.12s ease-in-out;
  padding-top: 9px;
}
.new-list .new-pagination > .prod__box:hover {
  border-bottom: 3px solid #e32417;
  font-weight: 500;
  transform: translateY(-2px);
}
.new-list .new-pagination > .prod__box > a {
  color: #606060;
  text-decoration: none;
  top: 1px;
  position: relative;
  padding: 20px;
  margin: -10px;
}
.new-list .new-pagination > .prod__box > a:hover {
  color: #2c2c2c;
  font-weight: 500;
}
.new-list .new-pagination > .new-list .new-pagination > .pagination__first > a {
  position: relative;
}
.new-list .new-pagination > .pagination__prev > a:before {
  content: "h";
  font-family: "bilua-icons";
  margin-right: 4px;
  color: #e32417;
  font-size: 10px;
}
.new-list .new-pagination > .pagination__next > a:after {
  content: "g";
  font-family: "bilua-icons";
  margin-right: 4px;
  color: #e32417;
  font-size: 10px;
}
.new-list .new-pagination > .pagination__page {
  width: auto;
}
.new-list .new-pagination > .pagination__page > a {
  text-align: center;
  letter-spacing: 1px;
}
.new-list .new-pagination > .pagination__page--actual {
  background: #e32417;
  border-radius: 2px;
  border-width: 0px;
  transform: scale(1.2);
  color: white;
  padding-top: 10px;
}
.new-list .new-pagination > .pagination__page--actual:hover {
  transform: scale(1.2);
}
.new-list .new-pagination > .pagination__page--actual > a,
.new-list .new-pagination > .pagination__page--actual > a:focus {
  color: white;
  font-size: 14px;
}
.new-list .new-pagination > .pagination__page--more {
  padding: 10px;
  border: none;
  background: none;
}
.new-list .new-pagination > .pagination__page--more:hover {
  border: none;
}
.loading-icon {
  margin: 0 auto !important;
}

/* Filters with Images on top Product LIST */
.new-list .image-filters {
  position: relative;
}

/* FIX OLD BOXES */
.new-list .seo_list_descr1 {
  margin-top: 15px;
}
.new-list .seo_list_descr1 h2,
.new-list .seo_list_descr2 h2 {
  font-size: 16px;
  margin: 10px 0px;
}
.new-list .seo_list_descr1 p,
.new-list .seo_list_descr2 p {
  font-size: 12px;
}

/* NEW RANGE SLIDER */
.new-list .slider .tooltip {
  position: absolute;
  z-index: 20;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.new-list .slider .tooltip-inner {
  max-width: 200px;
  padding: 3px 9px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #64d081;
  border-radius: 2px;
}
.new-list .slider .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #64d081;
}
.new-list .slider .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.new-list .slider .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.new-list .slider .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.new-list .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.new-list .slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.new-list .slider.slider-horizontal .slider-track {
  height: 5px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.new-list .slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.new-list .slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}
.new-list .slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.new-list .slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.new-list .slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.new-list
  .slider.slider-horizontal
  .slider-tick-label-container
  .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.new-list .slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.new-list .slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.new-list .slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.new-list .slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.new-list .slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.new-list .slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.new-list .slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.new-list
  .slider.slider-vertical
  .slider-tick-label-container
  .slider-tick-label {
  padding-left: 4px;
}
.new-list .slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0);
}
.new-list .slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
  cursor: not-allowed;
}
.new-list .slider input {
  display: none;
}
.new-list .slider .tooltip.top {
  margin-top: -38px;
}
.new-list .slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.new-list .slider .hide {
  display: none;
}
.new-list .slider-track {
  position: absolute;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  background: gainsboro;
}
.new-list .slider-selection {
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #64d081;
}
.new-list .slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);
}
.new-list .slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.new-list .slider-handle {
  position: absolute;
  top: -2px;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2),
    0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.15);
  border: 2px solid #64d081;
}
.new-list .slider-handle.round {
  border-radius: 50%;
}
.new-list .slider-handle.triangle {
  background: transparent none;
}
.new-list .slider-handle.custom {
  background: transparent none;
}
.new-list .slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.new-list .slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0 solid transparent;
}
.new-list .slider-tick.round {
  border-radius: 50%;
}
.new-list .slider-tick.triangle {
  background: transparent none;
}
.new-list .slider-tick.custom {
  background: transparent none;
}
.new-list .slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "\2605";
  color: #726204;
}
.new-list .slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);
  opacity: 1;
}

.new-list .campaignLanding {
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 100%;
  align-items: center;
  float: none;
}
.new-list .campaignLanding img {
  margin: 0;
  margin-top: -1px;
  object-fit: cover;
  width: 100%;
}
.new-list .search-no-results {
  display: flex;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding: 25px;
}
.new-list .formResultSearch {
  width: 100%;
}
.new-list .formResultSearch h3 {
  margin-bottom: 15px;
}
.new-list .formResultSearch input[type="text"] {
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
  width: 345px;
  height: 40px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.new-list .formResultSearch input[type="submit"] {
  margin: 0;
  padding: 0px 20px;
  font-weight: bold;
  border-left: none;
  color: #fff;
  height: 40px;
  vertical-align: top;
}

.scrollWrapper {
  width: 100%;
  overflow: hidden;
}
.scrollArea {
  width: 200%;
}
.scrollItem {
  float: left;
  width: 50%;
}
/*END NEW USER LOGIN SLIDE*/

/* SUGGESTER MODULE */
.flag {
  margin-left: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 300 !important;
  color: #848484 !important;
  opacity: 0.75;
}

/*END NEW HEADER*/

/* ---- NEW Shopping CART ---- */
.checkout {
  background: none;
}
.checkout .globalHandler {
  overflow: hidden;
}
.checkout h1 {
  font-family: Kanit;
  color: #ffd447;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
}
.checkout .contentColsHandler {
  position: relative;
  margin-top: 35px;
  float: none;
  width: 100%;
  font-family: "Kanit", sans-serif;
}

.freeShipping-progress .fs-progress--message > span {
  color: #fa3d3d;
  font-weight: 500;
}
.freeShipping-progress .fs-progress--message > b {
  font-weight: 500;
  font-size: inherit;
}
.freeShipping-progress .fs-progress--bar {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.freeShipping-progress .fs-progress--bar-bg {
  position: relative;
  flex: 1 1 auto;
  height: 18px;
  background-color: #d9d9d9;
  border-radius: 25px;
  margin: 0 5px;
  overflow: hidden;
}
.freeShipping-progress .fs-progress--bar-front {
  position: absolute;
  height: 100%;
  background-color: #2CD6A2;
  left: 0;
  transition: width 0.8s cubic-bezier(0.56, 0, 0.41, 0.94) 0.6s;
}
.freeShipping-progress .fs-progress--bar-prices {
  position: relative;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.cart-resume .freeShipping-progress {
  margin: 14px 0 12px;
}

.freeShipping-progress {
  margin-top: 40px;
  margin-bottom: 30px;
}
.is-mobile .freeShipping-progress {
  margin-top: 0px;
  margin-bottom: 10px;
}
.freeShipping-progress .fs-progress--message {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin: 10px 5px 20px;
}
.freeShipping-progress .fs-prices {
  display: flex;
  justify-content: space-between;
  margin: 0px 10px 5px 10px;
}
/* --------- */

.carritoListProducts .productsListText .units-pack {
  padding-left: 6px;
  color: #09b263;
  font-family: Inter;
}

.productQuantity .noStockCart {
  color: #f8353e;
  font-size: 12px;
  width: 160px;
  position: absolute;
  top: 84px;
  left: 47px;
  text-align: center;
}
.cartItemAdd:hover,
.cartItemDel:hover {
  background: #f1f1f1;
}
.priceProdCart .oldPrice::before {
  content: "";
  width: 109%;
  height: 1px;
  background-color: rgba(251, 22, 22, 0.72);
  position: absolute;
  left: -2px;
  top: 8px;
  transform: rotate(-8deg);
}
.priceProdCart > .newPrice {
  display: block;
  line-height: 1;
  font-weight: 600;
  margin-bottom: -2px;
}

/* OLD carrier logos for Special transport */
.deliveryPopUpContent .subscriptionDesc {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
}
.deliveryPopUpContent .subscriptionTitle {
  font-size: 18px;
  font-weight: 500;
  color: #307dff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Kanit;
}
.deliveryPopUpWindow {
  background-color: #fff;
  background-repeat: no-repeat;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 520px;
  z-index: 100;
  -webkit-box-shadow: 0 1px 23px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 23px -2px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 4px;
}
.deliveryPopUpBg {
  background-color: rgba(45, 45, 45, 0.6);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 1;
  z-index: 30;
}
.orderResume .orderPriceResume > b {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-family: "Kanit", sans-serif;
  color: #000000;
  position: relative;
  font-weight: 600;
}

.orderResume .autoship .order-subtitle {
  font-weight: 600;
}
.orderResume .shippingPriceResume.autoship {
  flex-direction: column;
}
.orderResume .shippingPriceResume.autoship .flex-row {
  justify-content: space-between;
}
.orderResume .orderPriceResume input:hover {
  background-image: none;
  background-color: #05d072;
  box-shadow: none;
}
.orderResume .orderPriceResume input:active {
  transform: translateY(2px);
  outline: none;
}

.productPack.multiplePack .productsListText {
  position: relative;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.carritoListProducts .multiplePack .productsListImage {
  width: 140px;
  height: 80px;
}
.productPack.multiplePack > p:first-child {
  font-size: 22px;
  letter-spacing: 0;
  font-family: Inter;
  position: relative;
  top: 2px;
  left: 139px;
  color: #09b263;
  font-weight: 600;
}
.deliveryButton {
  background-color: #307dff;
  color: #fff !important;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  border: 0px;
  padding: 5px 18px 5px 18px !important;
  font-size: 11px;
  font-family: "Kanit", sans-serif;
  position: relative;
  left: -7px;
  top: 0px;
  height: 28px;
}
.puntoPackResult {
  max-height: 215px;
  overflow: auto;
  width: 98%;
  padding-left: 10px;
  line-height: 2;
  font-size: 14px;
  padding-top: 10px;
  position: relative;
}
.puntoPacksList tbody tr:hover {
  background-color: #f0f0f0;
}
.search-puntopack--text {
  padding-left: 10px;
  padding-right: 10px;
}
.shippingTextInputSmall {
  width: 120px;
  height: 26px;
  border-color: #d1d1d1;
  font-size: 14px;
}
.puntoPacksList .selected {
  background-color: rgba(166, 166, 166, 0.22);
  position: relative;
}
.puntoPacksList .selected > td {
  position: relative;
}
.puntoPacksList .selected > td:first-child {
  background-image: url("/imgs/check_icon_blue.svg");
  background-size: 24px;
  background-position: 2px;
  padding-left: 30px;
  background-repeat: no-repeat;
}

.discountUnitWrapper {
  display: flex;
  align-items: center;
}
.discountUnit {
  display: inline-block;
  position: relative;
  background-color: #f8353e;
  color: #fff;
  line-height: 18px;
  font-size: 14px;
  padding: 6px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: none;
  height: auto;
}
.is-mobile .discountUnit {
  line-height: 13px;
  font-size: 12px;
}
.orderResume .financialPriceResume {
  border-bottom: 2px dashed #f0f0f0;
  padding: 3px 0px 20px 0px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #03b965;
}
.carritoListProducts .multiplePack .productsListImage img {
  max-width: 120px;
  max-height: 80px;
}

/* Suggested Categories */
.suggested-categories {
  margin-bottom: 60px;
}
.is-mobile .suggested-categories h2 {
  font-size: 15px;
}
.suggested-categories ul {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 15px;
}
.suggested-categories ul li {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-right: 20px;
  padding: 10px 20px;
  cursor: pointer;
  flex: none;
}
.suggested-categories ul li a {
  font-family: "Kanit";
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.suggested-categories ul li:hover,
.suggested-categories ul li:focus {
  border: 1px solid #000;
  background-color: #000;
}
.suggested-categories ul li:hover a,
.suggested-categories ul li:focus a {
  color: #ffffff;
}
.suggested-categories ul li:last-child {
  margin-right: 0;
}

/* ---- New MODAL LOGIN : DESKTOP ---- */
.lm.login-wrapper {
  position: fixed;
  background-color: rgba(72, 70, 65, 0.82);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100%;
  transition: opacity 0.4s 0.2s ease-out;
  font-family: "Kanit", sans-serif;
}
.lm .login-modal {
  position: absolute;
  width: 830px;
  height: 575px;
  padding: 0;
  top: 50%;
  left: 50%;
  margin-top: -283.5px;
  margin-left: -415px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  transition: transform 0.2s 0.1s ease-out;
}

.lm * {
  box-sizing: border-box;
}

.lm.login-wrapper.animation-out {
  opacity: 0;
}
.lm.login-wrapper.animation-out .login-modal {
  transform: translateY(-200%);
}

.lm .login_brand__block {
  width: 260px;
  height: 90%;
  padding: 40px 48px 40px 38px;
  transform: translateY(6%);
  border-radius: 3px;
  box-shadow: 0 4px 20px -4px rgba(0, 0, 0, 0.4);
}
.lm .login_brand__block {
  background-color: #0047b2;
}

.lm .brand_logo {
  position: relative;
  display: block;
  width: 142px;
  height: 50px;
  background-image: url("/imgs/50/logo_Bulevip_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 20px auto 0;
}
.lm .brand_logo {
  width: 127px;
}

.lm .brand_title {
  position: absolute;
  font-family: Kanit;
  font-size: 15px;
  line-height: 1.1;
  color: #848484;
  text-align: center;
  text-transform: uppercase;
  padding: 0 57px;
  line-height: 1.5;
  width: 444px;
}
.lm .brand_title > span {
  position: relative;
  display: block;
  line-height: 0.9;
  margin-top: 4px;
  font-weight: bold;
}
.lm .benefit {
  position: relative;
  display: block;
  font-family: Inter;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.87);
  margin-bottom: 13px;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}
.lm .brand_benefits {
  width: 95%;
  margin: 36px auto 10px;
}

.lm .secure-login {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
}
.lm .secure-text {
  position: absolute;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  top: 45px;
  font-size: 11px;
  color: #848484;
}
.lm .secure-text.left {
  text-align: right;
  right: 50%;
  margin-right: 24px;
}
.lm .secure-text.right {
  text-align: left;
  left: 50%;
  margin-left: 25px;
}
.lm img {
  width: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35%;
  border: 1px solid #4b4b4b;
  border-radius: 100%;
  padding: 3px;
}

.lm .policies {
  position: absolute;
  bottom: 20px;
  width: 173px;
  text-align: center;
}
.lm .policies,
.lm .policies a {
  font-size: 11px;
  color: #484539;
  text-decoration: none;
  line-height: 1.2;
}
.lm .policies a:hover {
  color: black;
  text-decoration: underline;
}

/* --------------------------------------------------- */

.lm .login-register__block {
  width: 568px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  box-shadow: 0 2px 22px -7px rgba(0, 0, 0, 0.64),
    0 40px 70px -30px rgba(31, 31, 31, 0.4);
  transform: translateX(-10px);
  background-color: white;
  border-radius: 3px;
}

.lm .login__tabs {
  position: relative;
  display: flex;
  width: 100%;
  height: 62px;
  color: #848484;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  text-align: center;
}
.lm .modal-tab {
  position: relative;
  width: 50%;
  height: 100%;
  padding-top: 19px;
  cursor: pointer;
  user-select: none;
  background-color: hsl(36, 13%, 97%);
  border-top: 4px solid transparent;
  box-shadow: inset 0 -2px 6px -3px rgba(0, 0, 0, 0.2);
  border-radius: 2px 0 0 2px;
  transition: all 0.15s ease-in;
}
.lm .modal-tab.is-active {
  color: #000000;
  background-color: white;
  box-shadow: none;
  font-size: 16px;
  cursor: default;
  border-top: 4px solid;
}
.lm .modal-tab.is-active {
  border-color: #000;
}

.lm .close-modal-button {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  cursor: pointer;
  box-shadow: inset 0 -2px 6px -3px rgba(0, 0, 0, 0.2);
  background-color: #f9f8f7;
  border-radius: 0 0 0 2px;
  transition: all 0.15s ease-in;
  background: url(/imgs/4/close_icon_grey.svg) no-repeat;
  background-size: 35px;
  background-position: center;
  opacity: 0.5;
}
.lm .close-modal-button:hover {
  background-color: white;
  box-shadow: none;
  transition: all 0.15s ease-in;
  box-shadow: inset 0 -2px 20px -4px rgba(0, 0, 0, 0.15);
  opacity: 1;
}

/* --------------------------------------------------- */

.lm .login__container {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  width: 200%;
  height: calc(100% - 62px);
  transform: translateX(0);
  transition: transform 0.12s ease-in;
}
.lm .login__container.register-mode {
  transform: translateX(-50%);
}

.lm .login__container > .login-content {
  position: relative;
  padding: 32px 62px;
  width: 50%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: white;
}
.lm .login__container.register-mode > .login-content {
  opacity: 0;
  visibility: hidden;
}
.lm .login__container > .register-content {
  position: relative;
  padding: 32px 62px;
  width: 50%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
}
.lm .login__container.register-mode > .register-content {
  opacity: 1;
  visibility: visible;
}

.lm .login__form-buttons {
  position: relative;
  z-index: 2;
  background-color: white;
}
.lm .login-form {
  display: none;
  margin-bottom: 30px;
  background-color: white;
  position: relative;
}
.lm .register-form {
  display: block;
}
.lm .register-form.lead {
  font-family: "Kanit", sans-serif;
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
  color: #c4a181;
  display: none;
}
.lm .login-form form,
.lm .register-form form {
  position: relative;
}
.lm .login-form form p {
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 300;
}
.lm .register-form form label[for="conditions_popup"],
.lm .register-form form label[for="newsletter_popup"] {
  font-size: 13px;
  vertical-align: text-bottom;
  margin-left: 3px;
}
.lm .register-form form button[type="submit"] {
  font-weight: 400;
  margin-top: 15px;
}
.lm form > label {
  display: block;
  font-family: Inter;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-bottom: 8px;
  padding-left: 2px;
}

.lm form > input {
  display: block;
  width: 100%;
  height: 46px;
  font-family: "Kanit", sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 3px;
  padding: 15px;
  font-weight: 300;
  outline: none;
}
.lm form > input:last-of-type {
  margin-bottom: 10px;
}
.lm form > input:hover {
  background-color: #ededed;
}
.lm form > input:focus {
  background-color: #ffffff;
  box-shadow: inset 0 0 8px 2px #eeeeee;
}
.lm form > input::-webkit-input-placeholder {
  color: #8a8989;
  font-size: 16px;
  position: relative;
  top: -3px;
}

.lm .alert_message {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  color: #f8353e;
  text-align: center;
  min-height: 18px;
}
.lm .password-forgot,
.lm .password-remembered {
  position: absolute;
  right: 0;
  top: 86px;
  text-align: right;
  color: #848484;
  font-size: 12px;
  cursor: pointer;
}
.lm .password-remembered {
  top: 60px;
}
.lm .password-forgot:hover,
.lm .password-remembered:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.lm .login__button {
  width: 100%;
  height: 54px;
  margin: 0 0 16px 0;
  border: none;
  border-radius: 6px;
  text-align: center;
  font-size: 17px;
  color: white;
  cursor: pointer;
  user-select: none;
  outline: none;
  padding: 0 20px;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  z-index: 2;
}
.lm .login__button.view-email {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  margin-top: 110px;
}

.lm .login__button.email-login {
  background-color: #0047b2;
  margin-top: 9px;
}
.lm .login__button.facebook {
  background-color: #4267b2;
}
.lm .login__button.google {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lm .login__button.google img{
  position: initial;
}

.lm .login__button > b {
  font-weight: 600;
}

.lm .login-separator {
  position: relative;
  margin: 14px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lm .login-separator .line {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #848484;
}
.lm .login-separator .or-text {
  position: relative;
  height: 21px;
  padding: 0 9px 0 12px;
  background-color: white;
  font-family: "Kanit", sans-serif;
  color: #848484;
  letter-spacing: 2px;
  text-align: center;
  font-size: 16px;
}

.lm .social-login {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#login-forgot form .login__button.email-login[disabled="disabled"] {
  background-color: #307dff;
  border-color: #00a8b4;
  cursor: default;
  font-weight: 500;
}
#login-forgot form .login__button.email-login[disabled="disabled"]:hover {
  box-shadow: none;
}
#login-forgot .login__button.email-login {
  font-weight: 400;
}
/* ---- New MODAL LOGIN : MOBILE RESPONSIVE ---- */
@media (max-width: 935px) {
  .lm.login-wrapper {
    display: block;
    background-color: rgba(72, 70, 65, 0.7);
  }
  .lm.login-wrapper::before {
    content: "";
    background-color: rgba(69, 65, 60, 0.5);
    background-image: url(/imgs/4/login-background.png);
    background-size: 420px;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    opacity: 0.5;
  }
  .lm.login-wrapper::before {
    background-image: none;
  }
  .lm .login-modal {
    position: relative;
    width: 100%;
    height: 100%;
    transform: none;
    top: 0;
    margin: 0px;
    left: auto;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .lm .login__tabs {
    height: 46px;
    font-size: 12px;
    background: none;
    font-family: Inter;
  }
  .lm .modal-tab {
    padding: 0 9px;
    box-shadow: inset 0 -3px 6px -3px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0.8);
    color: dimgrey;
    border-radius: 0;
    letter-spacing: 0;
    font-size: 13px;
    height: 47px;
  }
  .lm .modal-tab.is-active {
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
    padding: 0 10px;
  }
  .close-modal-button {
    width: 46px;
    height: 47px;
    flex: 0 0 46px;
    color: #c7c3c3;
    box-shadow: inset 0 -3px 6px -3px rgba(0, 0, 0, 0.15);
    top: -1px;
    background-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 0 3px 0 0;
    border-left: 1px solid rgba(204, 199, 197, 0.29);
  }
  .lm .login_brand__block {
    width: 100%;
    height: 46px;
    padding: 0;
    transform: none;
    border-radius: 0;
    box-shadow: 0 2px 14px -4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    top: 0;
    position: relative;
  }
  .lm .brand_logo {
    position: relative;
    display: block;
    width: 95px;
    height: 34px;
    background-image: url("/imgs/50/logo_Bulevip.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 7px;
    margin: 0 auto;
  }
  .lm .login__container {
    background: white;
    height: calc(100% - 46px);
    overflow-y: auto;
  }
  .lm .login-register__block {
    width: 92%;
    height: 85%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.15),
      0 14px 20px -8px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 3%, 0);
    background: none;
    border-radius: 3px;
    margin: 0 auto;
  }
  .lm .login__container > .login-content,
  .lm .login__container > .register-content {
    padding: 16px 28px 20px;
    background: white;
  }
  .lm .login-form {
    opacity: 1;
    height: auto;
    background: white;
    margin: 10px 0 20px 0;
  }
  .lm .login-form form p {
    font-size: 16px;
  }
  .lm form > label {
    display: block;
    font-family: Inter;
    text-transform: uppercase;
    font-size: 11px;
    color: #000000;
    margin-bottom: 5px;
  }
  .lm form > input {
    display: block;
    width: 100% !important;
    height: 42px !important;
    font-family: Inter !important;
    font-size: 16px !important;
    color: #000000 !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    background-color: #f2f2f2 !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 14px !important;
    font-weight: 300 !important;
    outline: none !important;
  }
  .lm form > input:hover {
    background-color: #ededed;
  }
  .lm form > input:focus {
    background-color: #ffffff;
    box-shadow: inset 0 0 8px 2px #eeeeee;
  }
  .lm form > input::-webkit-input-placeholder {
    color: #3d3d3d;
    font-size: 16px;
    position: relative;
    top: 50%;
    transform: translateY(-42%);
  }
  .lm .password-forgot {
    position: absolute;
    right: 0;
    top: 75px;
    bottom: 130px;
    text-align: right;
    color: #848484;
    font-size: 11px;
    cursor: pointer;
    width: 55%;
    line-height: 1;
    font-weight: 300;
  }
  .lm .login__button {
    min-height: 42px;
    margin: 0 0 10px 0;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    position: relative;
  }
  .lm .login__button.view-email {
    margin-top: 90px;
  }
  .lm .login__button.email-login {
    background-color: #307dff;
    margin-top: 25px;
    height: 50px;
  }
  .shopPHA .lm .modal-tab.is-active {
    border-color: #fad14b;
    background-color: white;
    color: #000000;
  }
  .shopPHA .lm .modal-tab.is-active {
    border-color: #307dff;
  }
  .lm .login-separator {
    position: relative;
    margin: 9px 0 0 0;
    height: 16px;
  }
  .lm .login-separator .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #848484;
    top: 50%;
    position: absolute;
  }
  .lm .login-separator .or-text {
    position: absolute;
    height: 20px;
    padding: 0 9px 0 12px;
    background-color: white;
    font-family: "Kanit", sans-serif;
    color: #848484;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .lm .login__tabs .close-modal-button {
    background: url(/imgs/4/close_icon_white.svg) no-repeat;
    background-size: 35px;
    background-position: center;
    box-shadow: none;
    height: 50px;
  }
  .lm .brand_title {
    color: #848484;
    text-align: center;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: Kanit;
    position: absolute;
    top: 1px;
    width: calc(100% - 56px);
    padding: 0px;
  }
  .lm .brand_title > span {
    font-size: 24px;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    line-height: inherit;
  }
  .lm .policies,
  .lm .policies a {
    width: 100%;
    text-align: center;
    margin: 0 0 14px 0;
    color: #848484;
    line-height: 1.4;
    position: relative;
    font-size: 12px;
  }
  .lm .policies a {
    border-bottom: 1px solid #307dff;
    padding-bottom: 1px;
    color: #307dff;
  }
  .lm .secure-login {
    position: relative;
    margin-top: 30px;
  }
}

/* TOP HEADER */
.overlay-countries-languages,
.wapper-mod-search-suggest {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 19;
}
.header-container .autoship-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-container .autoship-logo--image {
  flex: 0 0 22px;
  height: 22px;
  margin-right: 10px;
  background: url(/imgs/4/ep_icon_white.svg) no-repeat;
  background-size: 22px;
  animation: rotate 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 2;
  animation-delay: 1s;
}
.header-container .autoship-logo--text {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 15px;
}
.header-container .autoship-logo--text b {
  color: #ffffff;
}
.header-container .purchase--more-info {
  cursor: pointer;
  margin-left: 5px;
  white-space: nowrap;
  text-decoration: underline;
}

/* Club Points Reloaded*/
.handler.GlobalHandler-points {
  max-width: 100%;
  margin: 0;
}
.handler.GlobalHandler-points .bgHandler,
.handler.GlobalHandler-points .bgHandler .content {
  width: 100%;
}
.GlobalHandler-points {
  margin-bottom: 250px;
  font-family: "Kanit", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
}

.cp_GlobalHandler1 {
  background-color: #ffd8ae;
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 300px;
  align-items: center;
}
.cp_GlobalHandler1 .cp_header {
  width: 1400px;
  display: flex;
  align-items: center;
}
.cp_GlobalHandler1 .cp_header img {
  height: 300px;
}
.cp_GlobalHandler1 .cp_header h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cp_GlobalHandler1 .cp_header p {
  font-size: 22px;
  line-height: 27px;
}

.cp_GlobalHandler2 {
  display: flex;
  justify-content: center;
  margin: 150px 0;
  width: 1400px;
}
.cp_GlobalHandler2 .cp_explication_points {
  display: flex;
  flex-direction: column;
}
.cp_GlobalHandler2 .cp_explication_points p {
  font-size: 16px;
  margin-top: 20px;
}
.cp_GlobalHandler2 .cp_explication_points table {
  font-size: 25px;
  width: 1000px;
  text-align: center;
}
.cp_GlobalHandler2 .cp_explication_points table tr {
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 5px;
  width: 33%;
}
.cp_GlobalHandler2 .cp_explication_points table .cp_table_title td {
  font-weight: 700;
}
.cp_GlobalHandler2 .cp_explication_points table .cp_table_content td {
  background: #f9fafb;
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  width: 33%;
  height: 40px;
}
.cp_GlobalHandler2
  .cp_explication_points
  table
  .cp_table_content
  .cp_table_benefit {
  background: #ffd8ae;
}
.cp_GlobalHandler2 .cp_explication_points table .space {
  height: 20px;
}

.cp_GlobalHandler3 {
  display: flex;
  justify-content: center;
  width: 1400px;
}
.cp_GlobalHandler3 .cp_explication_Mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 50px;
}
.cp_GlobalHandler3 .cp_explication_Mobile h2 {
  font-size: 50px;
}
.cp_GlobalHandler3 .cp_explication_Mobile p {
  font-size: 18px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  padding: 15px;
  line-height: 27px;
}
.cp_GlobalHandler3 .cp_explication_Mobile p img {
  width: 30px;
  height: 30px;
}
.cp_GlobalHandler3 .cp_explication_Mobile .recuerda {
  background: #ffd8ae;
  width: max-content;
  padding: 20px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 25px;
}

.cp_GlobalHandler4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  margin: 150px 0;
  width: 100%;
  padding: 50px 0;
}
.cp_GlobalHandler4 .cp_explication_comments_global {
  display: flex;
  width: 1400px;
}
.cp_GlobalHandler4 .cp_explication_coments {
  display: flex;
  flex-direction: column;
}
.cp_GlobalHandler4 .cp_explication_coments h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 700;
}
.cp_GlobalHandler4 .cp_explication_coments p {
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  font-weight: 600;
  padding: 15px;
  line-height: 27px;
}
.cp_GlobalHandler4 .cp_explication_coments p img {
  width: 30px;
  height: 30px;
}

.cp_GlobalHandler5 {
  width: 1400px;
}
.cp_GlobalHandler5 .support-faq h2 {
  font-size: 55px;
  margin-bottom: 20px;
}
.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  .title-question-cp {
  font-size: 25px;
  font-weight: 700;
  padding: 25px 0;
  border-bottom: #000 solid 1px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  .title-question-cp
  img {
  width: 30px;
  height: 30px;
  margin-right: 35px;
}
.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  .faq-question {
  font-size: 18px;
}

.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  ul
  .faq-question {
  display: none;
}
.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  ul
  .faq-question.active {
  display: block;
  border-bottom: 1px solid #000;
  padding: 5px 0px 30px;
}
.cp_GlobalHandler5
  .support-faq
  .support-section-list
  .support-section
  ul
  .title-question-cp.active {
  border: 0;
  padding: 20px 0;
}

@media (max-width: 1400px) {
  .cp_GlobalHandler1 {
    height: 91%;
  }
  .cp_GlobalHandler2 {
    width: 91%;
  }
  .cp_GlobalHandler3 {
    width: 91%;
  }
  .cp_GlobalHandler4 .cp_explication_comments_global {
    width: 91%;
  }
  .cp_GlobalHandler5 {
    width: 91%;
  }
}
@media (max-width: 1110px) {
  .cp_GlobalHandler4 .cp_explication_comments_global {
    flex-direction: column;
  }
  .cp_GlobalHandler4 .cp_explication_comments_global img {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .cp_GlobalHandler2 .cp_explication_points table {
    width: auto;
  }
}
@media only screen and (max-width: 800px) and (min-width: 500px) {
  .cp_GlobalHandler3 img {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .handler.GlobalHandler-points {
    max-width: inherit;
  }
  .cp_GlobalHandler1 {
    flex-direction: column;
    height: inherit;
    padding: 0 20px;
    width: auto;
    display: inherit;
  }
  .cp_GlobalHandler1 .cp_header {
    width: auto;
    flex-direction: column;
    padding: 0 20px;
    display: inherit;
  }
  .cp_GlobalHandler1 .cp_header img {
    height: auto;
  }
  .cp_GlobalHandler1 .cp_header h2 {
    font-size: 40px;
  }
  .cp_GlobalHandler1 .cp_header p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .cp_GlobalHandler2 {
    padding: 0 20px;
    width: 100%;
    margin: 50px 0;
  }
  .cp_GlobalHandler2 .cp_explication_points {
    width: 90%;
  }
  .cp_GlobalHandler2 .cp_explication_points p {
    font-size: 12px;
  }
  .cp_GlobalHandler2 .cp_explication_points table {
    font-size: 16px;
    width: auto;
  }

  .cp_GlobalHandler3 {
    flex-direction: column;
    padding: 0 20px;
    width: auto;
  }
  .cp_GlobalHandler4 .cp_explication_comments_global {
    width: auto;
    flex-direction: column;
  }
  .cp_GlobalHandler3 .cp_explication_Mobile {
    margin: 0;
  }
  .cp_GlobalHandler3 .cp_explication_Mobile h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .cp_GlobalHandler3 .cp_explication_Mobile p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .cp_GlobalHandler3 .cp_explication_Mobile .recuerda {
    width: 91%;
    justify-content: center;
  }

  .cp_GlobalHandler4 {
    flex-direction: column;
    padding: 0 20px;
    width: auto;
    margin: 50px 0;
  }
  .cp_GlobalHandler4 .cp_explication_coments {
    width: 100%;
  }
  .cp_GlobalHandler4 .cp_explication_coments h1 {
    font-size: 40px;
  }
  .cp_GlobalHandler4 .cp_explication_coments p {
    font-size: 16px;
  }
  .cp_GlobalHandler4 .cp_explication_comments_global img {
    width: 100%;
  }

  .cp_GlobalHandler5 {
    width: auto;
    padding: 0 20px;
  }
  .cp_GlobalHandler5 .support-faq h2 {
    font-size: 40px;
  }
  .cp_GlobalHandler5
    .support-faq
    .support-section-list
    .support-section
    .title-question-cp {
    font-size: 20px;
  }
  .cp_GlobalHandler5
    .support-faq
    .support-section-list
    .support-section
    .faq-question {
    font-size: 16px;
  }
  .cp_GlobalHandler5
    .support-faq
    .support-section-list
    .support-section
    .title-question-cp
    img {
    margin: 0;
  }
}

.flecha-boton::after {
  content: "b";
  font-family: bilua-icons;
  position: absolute;
  right: 27px;
  padding-top: 0px;
  transition: transform 0.12s ease-out;
  font-size: 22px;
}
.flecha-boton-atras::before {
  content: "S";
  font-family: bilua-icons;
  position: absolute;
  left: -24px;
  bottom: -3px;
  transition: transform 0.12s ease-out;
  font-size: 17px;
}
.flecha-boton-atras:hover::before {
  transform: translateX(-8px);
}
.flecha-boton:hover::after {
  transform: translateX(8px);
}
.cp_doubts_box {
  margin-top: 5px;
  box-sizing: border-box;
  padding-right: 10px;
  background-position: 7% 20%;
  width: 390px;
}
.cp_doubts_box .rightTitle {
  font-family: "Kanit", sans-serif, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: auto;
  margin-right: 0;
  line-height: 22px;
  text-align: left;
  margin-top: 20px;
  padding-left: 100px;
  position: relative;
  margin-bottom: 10px;
}
.rightTitle2 {
  position: relative;
  font-family: "Kanit", sans-serif;
  font-size: 17px;
  color: #ffc91d;
  font-weight: bold;
  width: auto;
  line-height: 22px;
  text-align: left;
  float: none;
  border-bottom: 2px solid #ffc91d;
  margin-right: 0;
  left: 98px;
}
.rightTitle2 a:hover {
  color: inherit;
}

.addSelection {
  padding: 16px 70px 16px 70px;
  border-radius: 50px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.16);
  margin-right: 0;
  position: relative;
}

/* --------- Loading Icon & Content Modal --------- */
.popUpContainer {
  top: 0;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loading-wrapper,
.error-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -68px;
  transform: translateX(-50%);
  padding: 30px 30px;
  z-index: inherit;
  width: 80%;
  max-width: 520px;
  height: 120px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 1px 3px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.error-wrapper {
  height: auto;
  overflow: hidden;
  max-width: 540px;
  padding: 30px 40px 30px 30px;
  font-weight: 300;
  color: #555;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 6px;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  z-index: 9;
  background: url("/imgs/4/close_icon_grey.svg") no-repeat;
  background-size: 40px;
  background-position: center;
  background-color: hsla(0, 0%, 88%, 0) !important;
  opacity: 1;
}
.desktop .close-button:hover {
  background-color: hsla(0, 0%, 88%, 0.4) !important;
  opacity: 1;
}
.close-button:active {
  transform: scale3d(0.92, 0.92, 1);
  transform-origin: center;
  background-color: #e8e8e8 !important;
  box-shadow: inset 0 4px 0 -1px rgba(0, 0, 0, 0.03);
}
.popUpContainer .close-button {
  width: 44px;
  height: 44px;
}

.loading-icon.ring1 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.loading-icon.ring2 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -100px;
  background-repeat: no-repeat;
}
.loading-icon.ring3 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -200px;
  background-repeat: no-repeat;
}
.loading-icon.ring4 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -300px;
  background-repeat: no-repeat;
}
.loading-icon.ring5 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -400px;
  background-repeat: no-repeat;
}
.loading-icon.ring6 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -500px;
  background-repeat: no-repeat;
}
.loading-icon.ring7 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -600px;
  background-repeat: no-repeat;
}
.loading-icon.ring8 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -700px;
  background-repeat: no-repeat;
}
.loading-icon.ring9 {
  background-image: url("/imgs/asset-loading-icons.svg");
  background-position: 0 -800px;
  background-repeat: no-repeat;
}

.loading-text {
  font-size: 20px;
  margin-left: 5px;
  font-weight: 300;
}
.error-text,
.data-content {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.3;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  display: block;
}
.error-text::before {
  content: "D";
  font-family: bilua-icons2;
  text-transform: uppercase;
  position: relative;
  font-size: 44px;
  height: 100%;
  margin-right: 14px;
  padding-bottom: 3px;
  color: #ef5350;
}

.popUpContainer-data {
  top: 0;
  left: 0px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data-wrapper {
  position: relative;
  padding: 50px 50px 50px;
  z-index: inherit;
  width: 80%;
  max-width: 540px;
  min-height: 120px;
  height: auto;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 10px 30px -4px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.popUpContainer-data > .data-wrapper {
  padding: 0;
}
.data-content > p:first-of-type {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
}
.data-content > p:nth-of-type(2) {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}
.data-content > .single-input {
  display: block;
  margin-top: 14px;
}
.popUpContainer-data .single-input > label {
  font-size: 16px;
}

.popUpContainer-data .data-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding-bottom: 50px;
}
.popUpContainer-data .data-header {
  position: relative;
  width: 100%;
}
.popUpContainer-data .data-header .modal-title {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  min-height: 60px;
  height: auto;
  align-items: center;
  padding: 12px 70px 8px 24px;
  z-index: 1;
  margin-bottom: -20px;
  border-radius: 8px 8px 0 0;
}
.popUpContainer-data .data-header .modal-title > p {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}
.popUpContainer-data .data-header > .close-button {
  min-height: 49px;
  min-width: 49px;
  height: 49px;
  width: 49px;
  flex: 0 0 49px;
  border-radius: 60px;
  z-index: 3;
  transition: background-color 0.2s ease;
  top: 8px;
  right: 8px;
}
.popUpContainer-data .data-header > .close-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #212121;
}
.popUpContainer-data .data-content {
  padding: 34px 56px 20px 28px;
  align-items: flex-end;
  box-sizing: border-box;
}
.popUpContainer-data .data-content .modal-message {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popUpContainer-data .data-content .modal-message[class*="icon2"] {
  padding-left: 40px;
}
.popUpContainer-data .data-content .modal-message[class*="icon2"]::before {
  position: absolute;
  left: 0;
  font-size: 26px;
}
.popUpContainer-data .data-content .modal-message[class*="icon2"].blue::before {
  color: #03a9f4;
}
.popUpContainer-data
  .data-content
  .modal-message[class*="icon2"].green::before {
  color: #4caf50;
}
.popUpContainer-data .data-content .modal-message[class*="icon2"].red::before {
  color: #f44336;
}
.popUpContainer-data .data-content .modal-main-question {
  font-family: "Inter";
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 4px 0;
  padding: 0 34px 0 0;
}
.popUpContainer-data .data-content .modal-small-text {
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  color: #848484;
  letter-spacing: 0.01rem;
  padding-left: 1px;
}
.popUpContainer-data .data-content .modal-actions {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: 48px;
  margin-bottom: -21px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}
.popUpContainer-data .data-content .modal-actions > .button-light {
  border-radius: 0;
  margin: 0;
  border: none;
}
.popUpContainer-data .data-content .modal-actions > .button-light.cancel {
  border-top: 1px solid #e6e6e6;
}
.popUpContainer-data .data-content .modal-actions > .button-light.cancel:hover {
  border: none;
}
.popUpContainer-data .data-content .modal-actions .button-icon {
  font-size: 0.8rem;
}
.popUpContainer-data .data-content .modal-actions .button-text {
  font-size: 14px;
  line-height: 1.1;
}

.user .popUpContainer-data .data-content .modal-actions > .button-light.save {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.is-mobile .popUpContainer-data .data-content .modal-actions #cancel-action {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
}
.is-mobile
  .popUpContainer-data
  .data-content
  .modal-actions
  #cancel-action
  .button-text {
  color: #307dff;
}
.is-mobile .popUpContainer-data .data-content .modal-actions #confirm-action {
  background-color: #307dff;
}
.is-mobile
  .popUpContainer-data
  .data-content
  .modal-actions
  #confirm-action
  .button-text {
  color: #ffffff;
}

.is-mobile.user
  .popUpContainer-data
  .data-content
  .modal-actions
  #confirm-action {
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.is-mobile.user
  .popUpContainer-data
  .data-content
  .modal-actions
  #confirm-action
  .button-text {
  color: #307dff;
}
.is-mobile.user
  .popUpContainer-data
  .data-content
  .modal-actions
  #cancel-action
  .button-text {
  color: #f8353e;
}
.is-mobile .NewSubscriptionPopUpContent .subscriptionForm input[type="button"] {
  margin: 20px 0 15px;
}
/* New Loading Icon - Color spinner */
.new-loading-icon {
  position: relative;
  margin: 0 auto;
  width: 70px;
  height: 100%;
  max-height: 70px;
  display: none;
  flex: 0 0 70px;
  min-height: 35px;
}
.new-loading-icon.is-active {
  display: block;
}
.new-loading-icon .circular {
  -webkit-animation: rotate 1.5s linear infinite;
  animation: rotate 1.5s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.new-loading-icon .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite,
    color 4s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 4s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 3px;
}
.loading-wrapper .new-loading-icon {
  margin: 0 10px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkoutResumeLoading .popUpBg {
  background-color: white !important;
  opacity: 0.7 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.checkoutResumeLoading .loading-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -60px;
  transform: translateX(-50%);
  padding: 20px;
  z-index: inherit;
  max-width: 440px;
  height: 110px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto !important;
  box-shadow: none !important;
  background: none !important;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate2 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #1cd9e7;
  }
  40% {
    stroke: #9d54dd;
  }
  66% {
    stroke: #20c071;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #1cd9e7;
  }
  40% {
    stroke: #9d54dd;
  }
  66% {
    stroke: #20c071;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}

/* SIMILAR CAMPAIGNS */
.similarCampaigns {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.similarCampaigns h3 {
  font-weight: 500;
  font-size: 24px;
  font-family: Inter;
  color: #2c2c2c;
}
.similarCampaigns a {
  margin-top: 15px;
  float: left;
  width: 100%;
  box-shadow: 0 6px 10px -10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}
.similarCampaigns a:hover {
  box-shadow: 0 20px 36px -10px rgba(0, 0, 0, 0.2);
  transform: scale3d(1.01, 1.01, 1);
}
.similarCampaigns img {
  max-width: 100%;
}

/* NEW Header and Menus Style */
body {
  background: white;
  font-family: "Inter", sans-serif;
}
body.new-list-handler {
  background: white;
}
body.no-scroll {
  overflow: hidden;
}
.new-list .breadcrumbs--item {
  font-size: 14px;
}
.new-list .breadcrumbs--item a {
  color: #777777;
}
.new-list .breadcrumbs--item:last-child a {
  color: #313131;
}
.new-list-handler .content {
  background: none;
  padding-top: 0;
}

.campaign .top-bar {
  display: none;
}

.new-list .section-title {
  position: relative;
}
.new-list h1 {
  font-size: 17px;
  padding-right: 300px;
}
.new-list h1 > span {
  font-weight: 300;
  font-size: 18px;
  display: block;
  padding-top: 4px;
}
.new-list h1 > span:first-letter {
  text-transform: uppercase;
}

/* Top Categorie Block at TOP Categorie Page */
.new-list .top-cat {
  position: absolute;
  display: flex;
  right: 10px;
  top: 2px;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  right: 20px;
}
.new-list .top-cat > .top-cat--texts {
  text-align: right;
}
.new-list .top-cat .top-cat--title {
  font-family: Inter;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 9px;
  font-weight: 700;
  color: #8d8d8d;
}
.new-list .top-cat .top-cat--message {
  font-size: 15px;
  font-weight: 600;
  color: #6c6c6c;
  padding-top: 2px;
}
.new-list .top-cat > .top-cat--stars {
  width: 180px;
  height: 30px;
  margin-left: 8px;
  background-image: url(imgs/stars.svg);
  background-size: 180px;
  background-repeat: no-repeat;
  transform: scale(0.93);
  transform-origin: right;
}
.new-list .top-cat > .top-cat--stars.star3-5 {
  background-position-y: -150px;
}
.new-list .top-cat > .top-cat--stars.star4 {
  background-position-y: -180px;
}
.new-list .top-cat > .top-cat--stars.star4-5 {
  background-position-y: -210px;
}
.new-list .top-cat > .top-cat--stars.star5 {
  background-position-y: -240px;
}

.full-overlay {
  display: none;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -9;
}
/* ---------------- */

.new-list .filters {
  border: none;
  background: none;
  padding-left: 10px;
}

.new-list .apply-filters {
  background: none;
  border-bottom: none;
  margin-bottom: 40px;
  display: none;
}
.new-list .slider-handle {
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
}
.new-list .slider-handle:hover {
  border-color: #64d081;
}
.new-list .slider-selection {
  background: #64d081;
}
.new-list .slider.slider-horizontal .slider-track {
  height: 3px;
}
.new-list .apply-filters {
  width: 97%;
  border-radius: 3px;
  height: 52px;
  padding: 17px;
  background: none;
  margin-bottom: 10px;
  margin-top: 20px;
  outline: none;
}
.new-list .apply-filters.edit {
  box-shadow: none;
  display: block;
}

.new-list .prod__box {
  border: 1px solid #e6e6e6;
  margin-bottom: 16px;
  margin-right: 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  transition: none;
}
.new-list .prod__box:hover {
  border: 1px solid rgba(245, 245, 245, 1) !important;
  transition: none;
}

.new-list .prod__box--grid-style .prod__box .prod__box--action:hover {
  background: #01c0cd;
}
.userLoginContainer > a:link,
.userLoginContainer > a:visited {
  color: rgba(255, 255, 255, 0.73);
}
.userLoginContainer > a:visited {
  color: #5d5d5d;
}

.search-module .search-bottom-line {
  width: 0;
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.58);
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in;
}
.search-module:hover .search-bottom-line {
  width: 87%;
}
.search-module input[type="text"]:focus ~ .search-bottom-line {
  height: 2px;
  background-color: white;
}

/* button load more products in product list */
.load-more-products {
  display: none;
  position: relative;
  margin: 70px auto;
  width: 70%;
  height: 70px;
  background-color: #307dff;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  color: #4f4f4f;
  color: white;
  font-family: Inter;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.12s ease;
  background-image: url("/imgs/4/next_icon_white.svg");
  background-repeat: no-repeat;
  background-size: 35px;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
}
.load-more-products:hover {
  box-shadow: 0 8px 40px -6px rgba(0, 0, 0, 0.15);
  filter: brightness(1.05);
}

.load-more-products.is-active:last-of-type {
  display: block;
}

/* helpers */
.flex-row {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  width: 100%;
  align-items: center;
}
.flex-column {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column !important;
  align-items: center;
}
.align-fs {
  align-items: flex-start;
}
.justify-sb {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}

/* New Happy Banner -- Cupon Code Top Bar */
.happyBanner {
  display: none;
  font-family: "Kanit", sans-serif;
  background-repeat: repeat;
  background-color: #307dff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 3%;
  width: 100%;
  height: 40px;
  margin-top: 0;
}
.happyBanner[data-url] {
  cursor: pointer;
}
.happyBanner .happy-text[data-url] {
  cursor: pointer;
}
.happyBanner .happyBanner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.happyBanner .happy-text {
  display: flex;
  align-items: start;
  padding-right: 10px;
  margin-right: 10px;
}
.happyBanner .happy-text:last-child {
  text-align: center;
}
.happyBanner .happy-text .claim-text {
  font-weight: 300;
  font-size: 17px;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 10px;
}
.happyBanner .happy-text .legal-text {
  font-weight: 400;
  font-size: 17px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.happyBanner .countdown-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px 20px;
  flex: 1 1 33%;
  justify-content: center;
}
.happyBanner .countdown-wrapper:last-child {
  justify-content: flex-end;
}
.happyBanner .countdown-wrapper .countdown-text {
  font-weight: 300;
  font-size: 15px;
}
.happyBanner .countdown-wrapper .countdown {
  font-weight: 700;
  font-size: 15px;
  min-width: 80px;
  text-align: center;
}
.happyBanner .coupon-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.happyBanner .coupon-wrapper .coupon-text {
  font-weight: 300;
  font-size: 17px;
  margin-right: 10px;
}
.happyBanner .coupon-wrapper .coupon-code {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1.8px;
  color: #fff;
  background-color: #000;
  padding: 3px 5px;
  text-transform: uppercase;
  border-radius: 3px;
}

/* HEADER CARETHY */
header {
  width: 100%;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 29;
}
header .des {
  display: block;
}
header * {
  box-sizing: border-box;
}
header .bgShadow,
header + .bgShadow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  animation: popUpBg-fade 300ms;
  background-color: rgba(45, 45, 45, 0.2);
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
  display: none;
}
header + .bgShadow {
  z-index: 5;
}
header .header-container {
  max-width: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  height: auto;
  position: relative;
  padding: 0 2%;
  justify-content: space-between;
  background-color: #fff;
}
header .header-container .pre-header,
header .header-container .main-header {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
header .header-container .pre-header {
  border-bottom: 1px solid #000;
}
header .header-container .main-header {
  height: 85px;
}

header .header-container .pre-header .left {
  width: 100%;
}
header .header-container .pre-header .left .subscribe-discount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
header .header-container .pre-header .left .subscribe-discount img {
  width: 22px;
  margin-right: 10px;
}
header .header-container .pre-header .left .subscribe-discount p {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
header .header-container .pre-header .left .subscribe-discount p span {
  font-weight: 600;
}
header .header-container .pre-header .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
header .header-container .pre-header .right .links {
  margin-left: 25px;
}
header .header-container .pre-header .right .links a {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #000;
  cursor: pointer;
}
header .header-container .pre-header .right .links .faq-link {
  text-transform: uppercase;
  margin-right: 25px;
}
header .header-container .pre-header .right .links .contact-link {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #000;
}
header .header-container .pre-header .right .links .login-user,
header .header-container .pre-header .right .links .hello-title {
  margin-right: 20px;
}
header .header-container .pre-header .right .links .hello-title strong {
  margin-left: 5px;
}

header .header-container .logo {
  display: flex;
  justify-content: left;
  flex: 0 0 10%;
  align-items: center;
  padding-right: 1.75%;
}
header .header-container .logo a img {
  width: 190px;
}
header .header-container .separator {
  background-color: white;
  width: 1px;
  height: 25px;
}

/*MENU CARETHY*/
header .header-container .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-container .menu .menu-separator {
  border-left: 1px solid #ffffff94;
  height: 30px;
}
header .header-container .menu .menu-option {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header-container .menu .menu-option > span {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #ffffff;
  padding: 0 28px;
  align-items: center;
  cursor: pointer;
}
header .header-container .menu .menu-option > span::after {
  content: "\67";
  font-family: bilua-icons2;
  font-size: 16px;
  font-weight: 700;
  margin-left: 15px;
  vertical-align: middle;
  color: white;
  cursor: pointer;
}
.header-menu-mobile {
  display: none;
}
header .menu .menu-hover {
  display: none;
  position: absolute;
  min-width: 100%;
  height: max-content;
  z-index: 21;
  top: 54px;
  left: 0px;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 40px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  overflow: hidden;
  max-height: 590px;
  overflow-y: auto;
  cursor: auto;
}
header .menu .menu-hover .banner-hover {
  width: 25%;
  padding-left: 1%;
}
header .menu .menu-hover .menu-hover-category {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 3%;
  align-items: start;
}
header .menu .menu-brands .menu-hover {
  height: auto;
}
header .menu .menu-hover .top-menu-container {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  width: auto;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 15%;
  padding-top: 0%;
  margin-left: 5px;
  margin-bottom: 5px;
}
header .menu .menu-hover .top-menu-container.priority-column {
  grid-row-start: 1;
  grid-row-end: 100;
}
header .menu .menu-hover .menu-cat {
  flex: none;
  width: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
  padding-bottom: 10px;
}
header .menu .menu-hover .top-menu-container:hover{
  text-decoration: underline;
  background: red;
}
header .menu .menu-hover .menu-cat.menu-subcat ul {
  border: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
}
header .menu .menu-hover .menu-cat.menu-subcat ul li {
  background-image: none;
}
header .menu .menu-hover .top-menu-container .submenus-text a {
  color: #000;
  font-size: 15px;
  font-family: "Kanit", sans-serif;
}
header .menu .menu-hover .top-menu-container .submenus-text {
  margin-bottom: 22px;
}

header .menu-login-logged {
  display: none;
}
header .menu .menu-option .menu_image_mobile {
  display: none;
}
header .menu .categorias-mobile {
  display: none;
}
header .menu .categorias-desktop {
  display: block;
}
header .menu .menu-hover .menu-cat .title {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
header .menu  #menu-option-0 .menu-cat .title {
  font-weight: 500;
}
header .menu  #menu-option-0 .top-menu-container:hover {
  text-decoration:none;
}
header .menu  #menu-option-0 .top-menu-container:hover .submenus-text{text-decoration:underline}
header .menu .menu-hover .menu-cat .img {
  text-align: right;
  border-bottom: 3px solid;
  border-color: #307dff;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
header .menu .menu-hover .menu-cat ul {
  border-right: 1px solid #e6e6e6;
}
header .menu .menu-hover .menu-cat ul li {
  background-image: url("/imgs/4/right_arrow_icon_grey.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 10px center;
}
header .menu .menu-hover .menu-cat.menu-subcat ul li {
  width: max-content;
  padding-right: 50px;
}
header .menu .menu-hover .menu-cat ul li:hover {
  background-color: #f2f2f2;
  background-image: url("/imgs/4/right_arrow_icon_blue.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px center;
}
header .menu .menu-hover .menu-cat ul li:last-child {
  margin-bottom: 0px;
}
header .menu .menu-hover .menu-cat ul li a {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  padding: 10px 15px;
  display: block;
}
header .menu .menu-hover .menu-cat ul li:hover a {
  color: #307dff;
}

header .menu .menu-option:hover .menu-hover {
  display: flex;
}
header .menu .menu-option:hover + .bgShadow {
  display: block;
}
header .menu .menu-option:hover {
  z-index: 1;
  cursor: pointer;
  border-bottom: 2px solid #000; /*color:#307dff;*/
}
/*header .menu .menu-option:hover > span {color:#307dff; background-image: url('/imgs/4/up_arrow_icon_blue.svg'); background-repeat: no-repeat; background-size: 16px; background-position: right;}*/
/*header .menu .menu-option:hover > span a {color:#307dff;}*/
header .menu-brands:hover .new-main-nav-hover--content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
header .menu-brands:hover .new-main-nav-hover--content span {
  color: #000;
}
header .menu-brands:hover .new-main-nav-hover--content span::after {
  content: none;
}

/*Menu categorias mobile*/
.page-categoria {
  display: none;
}
.page-categoria.is-active {
  display: none;
}

.main-nav__container .footer-menu {
  display: none;
}

header .menu {
  background: #fff;
  padding: 0 3%;
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  border-top: 1px solid #efeeef;
  border-bottom: 1px solid #efeeef;
}
header .menu .menu-option {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 40px;
}
header .menu .menu-option > span {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000; /*padding-right: 20px; background-image: url('/imgs/4/down_arrow_icon_grey.svg'); background-repeat: no-repeat; background-size: 16px; background-position: right;*/
  transition: all 0.2s ease;
}
header .menu .menu-option > span a {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
header .menu .menu-option.without-submenu > span {
  background-image: none;
}
header .menu .menu-option.all {
  background-image: none;
  position: relative;
  padding-right: 0;
  margin-right: 30px;
}
header .menu .menu-option.all .menu__icon {
  width: 20px;
  height: 2px;
  background: #797979;
  position: absolute;
}
header .menu .menu-option.all .menu__icon.line1 {
  top: 10px;
}
header .menu .menu-option.all .menu__icon.line2 {
  top: 16px;
}
header .menu .menu-option.all .menu__icon.line3 {
  top: 22px;
}
header .menu .menu-option.all p {
  margin-left: 30px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #797979;
  text-transform: uppercase;
}

header .header-container .search {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  flex: 0 0 45%;
  margin-left: 20px;
  align-items: center;
}
header .header-container .search form {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  justify-content: flex-end;
}
header .header-container .search form input[type="text"] {
  padding-left: 20px;
  transition: width 0.5s;
  width: 80%;
  font-family: "Kanit", sans-serif;
  height: 40px;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #efeeef;
  padding-left: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  background: url("/imgs/4/header/icon-buscar.svg") no-repeat;
  background-size: 30px;
  background-position: center right 25px;
}

header .header-container .search form input[type="text"]::placeholder {
  color: #a4a4a4;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
}

header .header-container .search form .search-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 80px;
  align-items: center;
  display: flex;
}
header .header-container .search form input:focus {
  outline: none;
  width: 100%;
}
header .header-container .search form input:focus + .search-button > input {
  color: white;
  border-radius: 0px 3px 3px 0px;
}

@media (max-width: 1375px) {
  header .menu .menu-hover {
    padding-right: 120px;
  }
  header .menu .menu-hover .menu-hover-category {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1315px) {
  header .menu .menu-hover .menu-hover-category {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 1%;
  }
  header .menu {
    padding: 0 1%;
  }
  header .menu .menu-hover {
    padding-right: 180px;
  }
  header .menu .menu-option {
    margin: 0;
  }
  header .menu .menu-option > span {
    padding-right: 15px;
    width: max-content;
  }
  header .menu .menu-option > span a {
    font-size: 18px;
  }
}

.is-mobile header .menu .categorias-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: url("/imgs/4/right_arrow_icon_black.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15px;
  cursor: pointer;
  text-transform: initial;
}
.is-mobile header .menu .categorias-mobile.without-submenu::after {
  content: none;
}
.is-mobile header .menu .categorias-desktop {
  display: none;
}
.is-mobile header .menu {
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 5% 3%;
  border-top: 0px;
  margin: 5% 0 5% 0;
}
.is-mobile .header-menu-mobile {
  display: flex;
  flex-direction: row;
  height: 40px;
  margin: 2% 0 2% 0;
  justify-content: space-around;
}
.is-mobile .header-menu-mobile img {
  width: 150px;
}
.is-mobile .header-menu-mobile .logo-carethy-menu {
  flex: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-mobile .header-menu-mobile .menu-close,
.header-menu-mobile .menu-back {
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  flex: 33%;
  margin: 0;
  justify-content: center;
}
.is-mobile .header-menu-mobile .menu-close {
  justify-content: end;
  padding-right: 25px;
}
.is-mobile .header-menu-mobile .menu-back * {
  display: none;
}
.is-mobile .header-menu-mobile .menu-back p {
  margin: 0;
  font-size: 16px;
}
.is-mobile .header-menu-mobile .menu-back img {
  transform: rotate(180deg);
  cursor: pointer;
  text-transform: initial;
  width: 13px;
  height: 13px;
  margin-right: 5px;
}
.is-mobile header .menu .menu-hover {
  display: none !important;
}
.is-mobile header .menu .menu-option:hover {
  border-bottom: 0;
}
.is-mobile header .menu .menu-option {
  width: 100%;
  padding-bottom: 10px;
}
.is-mobile header .menu .menu-option .menu_image_mobile {
  display: block;
}
.is-mobile header .menu .menu-option > span a {
  display: flex;
  align-items: center;
  width: 100%;
}
.is-mobile header .menu .menu-option > span a img {
  padding-right: 10px;
  width: 70px;
  height: 60px;
}
.is-mobile .menu .bgShadow {
  display: none !important;
}
.is-mobile .menu__icon.line1 {
  top: -7px;
  width: 100%;
}
.is-mobile .menu__icon.line2 {
  top: 0px;
  width: 100%;
}
.is-mobile .menu__icon.line3 {
  top: 7px;
  width: 100%;
}
.is-mobile .header__container .control-checkbox {
  justify-content: flex-start;
  padding-left: 10px;
  height: 100%;
}
.is-mobile .control-checkbox {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1;
  width: auto;
}
.is-mobile .menu-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-mobile .menu__custom-icon {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  padding-left: 0;
  margin-right: 10px;
  left: 0;
}
.is-mobile .menu__icon {
  width: 26px;
  height: 2px;
  background: #000;
  position: absolute;
}
.is-mobile .full-container--nav.is-active {
  position: fixed;
  top: 0;
  bottom: 0px;
  left: 0px;
  width: 100%; /*background: rgba(0, 0, 0, 0.5);*/
  z-index: 99999;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  overflow-x: hidden;
  visibility: visible;
  opacity: 1;
  height: 100vh;
}
.is-mobile .full-container--nav.is-inactive {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 43px);
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: visible;
  transform: translateX(-100%);
  opacity: 0.3;
}
.is-mobile .main-nav__container {
  width: 100%;
  min-height: 100%;
  height: auto;
  background: white;
  display: none;
  flex-direction: column;
  flex: 0 0 auto;
}
.is-mobile .full-container--nav.is-active .main-nav__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 10px 12px 10px -10px rgba(0, 0, 0, 0.4);
  display: flex;
}
.is-mobile .full-container--nav.is-active .full-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
}

/*Apartat login*/
.is-mobile header .menu-login-logged {
  display: block;
  height: 90px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
}
.is-mobile header .menu-login-logged .login-block {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 55px;
  align-items: center;
}
.is-mobile header .menu-login-logged .login-block .login-button {
  background: #0047b2;
  color: white;
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
}
.is-mobile header .menu-login-logged .hello-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 19px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  font-weight: bold;
  padding-left: 5%;
}
.is-mobile header .menu-login-logged .hello-title a {
  color: #000;
  width: 100%;
  display: block;
  padding: 0;
  flex: 1;
}
.is-mobile header .menu-login-logged .hello-title a span {
  padding-right: 5px;
  font-family: "Kanit", sans-serif;
  font-size: 19px;
  font-weight: bold;
}

/*Footer Menu*/
.is-mobile .main-nav__container .footer-menu {
  display: flex;
  padding: 3% 5%;
  margin-bottom: 30px;
}
.is-mobile .main-nav__container .footer-menu .nav-general-menu {
  display: flex;
  flex-direction: column;
  font-size: 19px;
  margin-bottom: 25px;
}
.is-mobile .main-nav__container .footer-menu .nav-general-menu a {
  color: #000;
  margin: 10px;
  width: 100%;
  font-family: "Kanit", sans-serif;
}
.is-mobile
  .main-nav__container
  .footer-menu
  .nav-general-menu
  .header_promotions {
  margin-bottom: 5px;
}
.is-mobile
  .main-nav__container
  .footer-menu
  .nav-general-menu
  .header_promotions
  .link_promotions {
  font-style: italic;
  font-weight: 900;
  position: relative;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
.is-mobile
  .main-nav__container
  .footer-menu
  .nav-general-menu
  .header_promotions
  .link_promotions:after {
  width: 100%;
  height: 7px;
  content: "";
  bottom: -4px;
  position: absolute;
  left: 0;
}

/*Menu categorias mobile*/
.is-mobile .page-categoria.is-active {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: 0 -5%;
  z-index: 20;
}
.is-mobile .page-categoria .page-categoria-header {
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-mobile .page-categoria .page-categoria-header h1 {
  font-size: 25px;
  margin-right: 10%;
}
.is-mobile .page-categoria .page-categoria-header h1 a {
  color: #000;
}
.is-mobile .page-categoria .title-categorias {
  cursor: pointer;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -45px;
  padding: 10px 40px;
}
.is-mobile .page-categoria .title-categorias a {
  color: #000;
}
.is-mobile .page-categoria .title-categorias.is-active {
  background: #eee;
}
.is-mobile .page-categoria .without-submenu.is-active {
  background: white;
}
.is-mobile .page-categoria .title-categorias::after {
  content: "\67";
  font-family: bilua-icons2;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
  color: black;
  cursor: pointer;
  text-transform: initial;
}
.is-mobile .page-categoria .title-categorias.is-active::after {
  transform: rotate(180deg);
}
.is-mobile .page-categoria .without-submenu::after {
  content: none;
}
.is-mobile .page-categoria .page-categoria-categorias {
  border-radius: 7%/5%;
  background: white;
  padding: 10% 7%;
  min-height: 100%;
  max-height: max-content;
}
.is-mobile .page-categoria .page-categoria-categorias .categoria-submenus {
  display: none;
}
.is-mobile
  .page-categoria
  .page-categoria-categorias
  .categoria-submenus.is-active {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  margin: 5% 0;
}
.is-mobile
  .page-categoria
  .page-categoria-categorias
  .categoria-submenus
  .submenu
  a {
  color: #000;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
}
.is-mobile .page-categoria-header img {
  width: 85px;
  height: 85px;
}

/*MENU CARETHY MOBILE*/
@media (max-width: 935px) {
  header .menu .categorias-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: url("/imgs/4/right_arrow_icon_black.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 15px;
    cursor: pointer;
    text-transform: initial;
  }
  header .menu .categorias-mobile.without-submenu::after {
    content: none;
  }
  header .menu .categorias-desktop {
    display: none;
  }
  header .menu {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5% 3%;
    border-top: 0px;
    margin: 5% 0 5% 0;
  }
  .header-menu-mobile {
    display: flex;
    flex-direction: row;
    height: 40px;
    margin: 2% 0 2% 0;
    justify-content: space-around;
  }
  .header-menu-mobile img {
    width: 150px;
  }
  .header-menu-mobile .logo-carethy-menu {
    flex: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-menu-mobile .menu-close,
  .header-menu-mobile .menu-back {
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    flex: 33%;
    margin: 0;
    justify-content: center;
  }
  .header-menu-mobile .menu-close {
    justify-content: end;
    padding-right: 25px;
  }
  .header-menu-mobile .menu-back * {
    display: none;
  }
  .header-menu-mobile .menu-back p {
    margin: 0;
    font-size: 16px;
  }
  .header-menu-mobile .menu-back img {
    transform: rotate(180deg);
    cursor: pointer;
    text-transform: initial;
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
  header .menu .menu-hover {
    display: none !important;
  }
  header .menu .menu-option:hover {
    border-bottom: 0;
  }
  header .menu .menu-option {
    width: 100%;
    padding-bottom: 10px;
  }
  header .menu .menu-option .menu_image_mobile {
    display: block;
  }
  header .menu .menu-option > span a {
    display: flex;
    align-items: center;
    width: 100%;
  }
  header .menu .menu-option > span a img {
    padding-right: 10px;
    width: 70px;
    height: 60px;
  }
  .menu .bgShadow {
    display: none !important;
  }
  .menu__icon.line1 {
    top: -7px;
    width: 100%;
  }
  .menu__icon.line2 {
    top: 0px;
    width: 100%;
  }
  .menu__icon.line3 {
    top: 7px;
    width: 100%;
  }
  .header__container .control-checkbox {
    justify-content: flex-start;
    padding-left: 10px;
    height: 100%;
  }
  .control-checkbox {
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1;
    width: auto;
  }
  .menu-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu__custom-icon {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    padding-left: 0;
    margin-right: 10px;
    left: 0;
  }
  .menu__icon {
    width: 26px;
    height: 2px;
    background: #000;
    position: absolute;
  }
  .full-container--nav.is-active {
    position: fixed;
    top: 0;
    bottom: 0px;
    left: 0px;
    width: 100%; /*background: rgba(0, 0, 0, 0.5);*/
    z-index: 99999;
    overflow-y: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow-x: hidden;
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }
  .full-container--nav.is-inactive {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 43px);
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    visibility: visible;
    transform: translateX(-100%);
    opacity: 0.3;
  }
  .main-nav__container {
    width: 100%;
    min-height: 100%;
    height: auto;
    background: white;
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
  }
  .full-container--nav.is-active .main-nav__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 10px 12px 10px -10px rgba(0, 0, 0, 0.4);
    display: flex;
  }
  .full-container--nav.is-active .full-overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
  }

  /*Apartat login*/
  header .menu-login-logged {
    display: block;
    height: 90px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
  }
  header .menu-login-logged .login-block {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 55px;
    align-items: center;
  }
  header .menu-login-logged .login-block .login-button {
    background: #000;
    color: white;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    font-family: "Kanit", sans-serif;
    cursor: pointer;
  }
  header .menu-login-logged .hello-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 19px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    font-weight: bold;
    padding-left: 5%;
  }
  header .menu-login-logged .hello-title a {
    color: #000;
    width: 100%;
    display: block;
    padding: 0;
    flex: 1;
  }
  header .menu-login-logged .hello-title a span {
    padding-right: 5px;
    font-family: "Kanit", sans-serif;
    font-size: 19px;
    font-weight: bold;
  }

  /*Footer Menu*/
  .main-nav__container .footer-menu {
    display: flex;
    padding: 3% 5%;
    margin-bottom: 30px;
  }
  .main-nav__container .footer-menu .nav-general-menu {
    display: flex;
    flex-direction: column;
    font-size: 19px;
    margin-bottom: 25px;
  }
  .main-nav__container .footer-menu .nav-general-menu a {
    color: #000;
    margin: 10px;
    width: 100%;
    font-family: "Kanit", sans-serif;
  }
  .main-nav__container .footer-menu .nav-general-menu .header_promotions {
    margin-bottom: 5px;
  }
  .main-nav__container
    .footer-menu
    .nav-general-menu
    .header_promotions
    .link_promotions {
    font-style: italic;
    font-weight: 900;
    position: relative;
    color: #000;
    font-family: "Inter";
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }
  .main-nav__container
    .footer-menu
    .nav-general-menu
    .header_promotions
    .link_promotions:after {
    width: 100%;
    height: 7px;
    content: "";
    bottom: -4px;
    position: absolute;
    left: 0;
  }

  /*Menu categorias mobile*/
  .page-categoria.is-active {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    margin: 0 -5%;
    z-index: 20;
  }
  .page-categoria .page-categoria-header {
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-categoria .page-categoria-header h1 {
    font-size: 25px;
    margin-right: 10%;
  }
  .page-categoria .page-categoria-header h1 a {
    color: #000;
  }
  .page-categoria .title-categorias {
    cursor: pointer;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -45px;
    padding: 10px 40px;
  }
  .page-categoria .title-categorias a {
    color: #000;
  }
  .page-categoria .title-categorias.is-active {
    background: #eee;
  }
  .page-categoria .without-submenu.is-active {
    background: white;
  }
  .page-categoria .title-categorias::after {
    content: "\67";
    font-family: bilua-icons2;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    vertical-align: middle;
    color: black;
    cursor: pointer;
    text-transform: initial;
  }
  .page-categoria .title-categorias.is-active::after {
    transform: rotate(180deg);
  }
  .page-categoria .without-submenu::after {
    content: none;
  }
  .page-categoria .page-categoria-categorias {
    border-radius: 7%/5%;
    background: white;
    padding: 10% 7%;
    min-height: 100%;
    max-height: max-content;
  }
  .page-categoria .page-categoria-categorias .categoria-submenus {
    display: none;
  }
  .page-categoria .page-categoria-categorias .categoria-submenus.is-active {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 5% 0;
  }
  .page-categoria .page-categoria-categorias .categoria-submenus .submenu a {
    color: #000;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
  }
  .page-categoria-header img {
    width: 85px;
    height: 85px;
  }
}

/*Custom selector*/
.custom-selector {
  position: relative;
  height: 30px;
  overflow-y: hidden;
  z-index: 0;
}
.custom-selector:hover {
  cursor: pointer;
}
.custom-selector.open {
  overflow-y: visible;
  z-index: 1;
}
.custom-selector > ul {
  position: unset;
  display: flex;
  flex-direction: column;
  max-height: 200px;
  margin: 0;
  margin-top: 30px;
  z-index: 0;
}
.custom-selector.open > ul {
  overflow-y: auto;
}
.custom-selector > ul > li {
  background: white;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #555;
  height: 30px;
  line-height: 30px;
}
.custom-selector > ul > li[data-value=""],
.custom-selector > ul > li.selected[data-value=""] {
  color: #000000;
}
.custom-selector > ul > li.custom-selector--search > input {
  width: 100%;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  border: 0;
  padding: 5px 20px 5px 10px;
  height: 30px;
}
.custom-selector > ul > li.custom-selector--search > input::placeholder {
  color: #777;
}
.custom-selector > ul > li.custom-selector--search > input:focus {
  outline: none;
  background: #f7feff;
  box-shadow: none;
}
.custom-selector > ul > li.custom-selector--search {
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 1;
}
.custom-selector > ul > li.custom-selector--search::after {
  content: url("/imgs/4/header/icon-buscar.svg");
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
  width: 22px;
}
.custom-selector > ul > li.selected {
  border-color: lightgray;
  border-radius: 3px;
  color: black;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.custom-selector.open > ul > li.selected {
  border-radius: 3px 3px 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-selector > ul > li.selected::after {
  content: url("/imgs/4/down_arrow_icon_grey.svg");
  display: block;
  position: absolute;
  top: 3px;
  right: 5px;
  width: 20px;
  transition: 0.15s transform linear;
}
.custom-selector.open > ul > li.selected::after {
  transform: translateY(-15%) rotate(180deg);
  top: -3px;
}
.custom-selector input:focus:invalid + ul > li.selected {
  border: 1px solid red;
}

.custom-selector--big {
  height: 40px;
}
.custom-selector--big > ul {
  margin-top: 40px;
}
.custom-selector--big > ul > li {
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
}
.custom-selector--big > ul > li.selected:after {
  top: 8px;
}

.custom-selector--gray > ul > li {
  background-color: #fbfbfb;
}
.custom-selector--gray > ul > li.selected {
  background-color: #f8f8f8;
  border-color: #e6e6e6;
}
.is-mobile footer .custom-selector {
  height: 50px !important;
}

.is-mobile footer .custom-selector > ul > li.selected {
  height: 50px !important;
  line-height: 50px !important;
  border: 1px solid #000 !important;
  border-radius: 8px !important;
  padding: 0 15px !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  display: flex;
  align-items: center;
  top: 0 !important;
}

.is-mobile footer .custom-selector > ul > li.selected::after {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 10px !important;
}


.is-mobile footer .custom-selector > ul {
  margin-top: 50px !important;
}

.is-mobile footer .select_lang span,
.is-mobile footer .select_country span {
  display: block !important;
  margin-bottom: 10px !important;
  margin-top: 15px !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-family: 'Inter', sans-serif;
}


.is-mobile footer .custom-selector > ul > li:not(.selected) {
  height: 45px !important;
  line-height: 45px !important;
}

header .header-container .country_lang {
  display: flex;
  position: relative;
  flex: 0 0 auto;
  justify-content: center;
  height: 50px;
  align-items: center;
  cursor: pointer;
  padding-right: 1.75%;
  padding-left: 1.75%;
  color: #000;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
header .header-container .country_lang .info_lang {
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
}
header .header-container .country_lang .info_lang .flag {
  margin-left: 0;
  margin-right: 10px;
}
header .header-container .country_lang .info_lang::after {
  content: "\67";
  font-family: bilua-icons2;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
  color: black;
  cursor: pointer;
  text-transform: initial;
}
header .header-container .country_lang:hover {
  background-color: #fff;
  z-index: 10;
  color: #000;
}
header .header-container .country_lang:hover .country_lang-hover {
  display: flex;
}
header .header-container .country_lang .country_lang-hover {
  display: none;
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 21;
  top: 50px;
  left: -120px;
  min-width: 215px;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(0 0 0 / 19%);
}
header .header-container .country_lang:hover .info_lang::after {
  color: #307dff;
  content: "=";
}
header .header-container .country_lang:hover ~ .bgShadow {
  display: block;
}

header .header-container .country_lang .country_lang-hover .select_country {margin-bottom: 10px;}
header .header-container .country_lang .country_lang-hover .select_country,
.is-mobile footer .country_lang .country_lang-hover .select_country {
  display: flex;
  flex-direction: column;
}
header .header-container .country_lang .country_lang-hover span em {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -10px;
  right: 10%;
}
header .header-container .country_lang .country_lang-hover .select_lang,
.is-mobile footer .country_lang .country_lang-hover .select_lang {
  display: flex;
  flex-direction: column;
}
header .header-container .country_lang .country_lang-hover span {
  color: #b9b9b9;
  font-size: 12px;
  font-style: italic;
  margin-top: 5px;
  margin-bottom: 5px;
}
header .header-container .country_lang .country_lang-hover select {
  height: 30px;
  background-color: white;
  border-color: #e6e6e6;
}

header .header-container .order-repeat {
  margin: 0 20px;
}
header .header-container .order-repeat a {
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.46px;
  color: #307dff;
  background: #ffffff;
  border-radius: 6px;
  padding: 0px 20px;
  height: 35px;
  width: max-content;
  display: flex;
  align-items: center;
}
header .header-container .header_promotions {
  display: flex;
}
header .header-container .header_promotions .link_promotions {
  font-style: italic;
  font-weight: 900;
  position: relative;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
}
header .header-container .header_promotions .link_promotions:after {
  width: 100%;
  height: 7px;
  content: "";
  bottom: -4px;
  position: absolute;
  left: 0;
}
header .header-container .options {
  width: 10%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

header .header-container .main-header .contact-box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 20%;
  justify-content: center;
  align-items: center;
}
header .header-container .main-header .contact-box::before {
  background-image: url("/imgs/4/header/icon-contacto.svg");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  content: " ";
}

header .header-container .main-header .contact-box .contact-options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 21;
  top: 85px;
  right: 13%;
  min-width: 18%;
  flex-direction: column;
  padding: 1%;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 0px 20px 0 rgb(0 0 0 / 19%);
}
header .header-container .main-header .contact-box:hover .contact-options {
  display: flex;
}
header .header-container .main-header .contact-box .contact-options a {
  color: #000;
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  color: #000;
}
header .header-container .main-header .contact-box .contact-options span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -10px;
  right: 17%;
}
header .header-container .main-header .contact-box .phone,
header .header-container .main-header .contact-box .whatsapp,
header .header-container .main-header .contact-box .faq,
header .header-container .main-header .contact-box .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}
header .header-container .main-header .contact-box .faq {
  padding-bottom: 0;
}
header .header-container .main-header .contact-box .phone {
  margin-bottom: 2px;
}
header .header-container .main-header .contact-box .faq img {
  width: 30px;
  margin-right: 10px;
}
header .header-container .main-header .contact-box .contact img {
  width: 27px;
  margin-right: 10px;
}
header .header-container .main-header .contact-box .phone img,
header .header-container .main-header .contact-box .whatsapp img {
  width: 36px;
  margin-right: 7px;
  margin-left: -5px;
}
header .header-container .main-header .contact-box .phone .text p,
header .header-container .main-header .contact-box .whatsapp .text p {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}
header .header-container .main-header .contact-box .phone .text .number,
header .header-container .main-header .contact-box .whatsapp .text .number {
  font-weight: 400;
  font-size: 16px;
  margin-top: 0px;
}

header .header-container .options .user {
  display: flex;
  position: relative;
  width: 60%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
header .header-container .options .user img {
  width: 50px;
  height: 50px;
}
header .header-container .options .user .user-logged-message {
  display: flex;
  flex-direction: column;
  width: 100px;
}

header .header-container .options .user-options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: none;
  z-index: 21;
  top: 85px;
  right: 6%;
  min-width: 265px;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}
header .header-container .options .user-options span {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -10px;
  right: 18%;
}
header .header-container .options .user-options a {
  height: 45px;
  display: flex;
  align-items: center;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #000;
  font-weight: 400;
  padding-left: 15px;
}
header .header-container .options .user-options .opt-log {
  padding-left: 10px;
}
header .header-container .options .user-options a::before {
  content: " ";
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  background-position: center;
  margin-right: 15px;
}
header .header-container .options .user-options a:hover {
  text-decoration: underline;
  font-weight: 500;
}
header .header-container .options .user-logged-message a {
  color: black;
  font-size: 14px;
}
header .header-container .options .user-logged-message a:last-child {
  font-size: 16px;
}

header .header-container .options .user-options .opt-reg {
  height: 40px;
  float: none;
  display: block;
  text-align: center;
  background: #000;
  color: #ffffff;
  border-radius: 4px;
  margin: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
header .header-container .options .user-options .opt-reg:hover {background: #0047b2; }
header .header-container .options .user-options .opt-reg:hover {
  text-decoration: none;
}
header .header-container .options .user-options .opt-reg::before {
  width: 0;
  margin-right: 0px;
}
header .header-container .options .user-options .opt-log::before {
  background-image: url(/imgs/4/header/icon-usuario.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  margin-right: 10px;
  margin-left: -4px;
}
header .header-container .options .user-options .opt-cp::before {
  background-image: url(/imgs/4/header/icon-pedidos.svg);
}
header .header-container .options .user-options .opt-faq::before {
  background-image: url(/imgs/4/header/icon-faq.svg);
}
header .header-container .options .user-options .opt-contact::before {
  background-image: url(/imgs/4/header/icon-email.svg);
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-left: -5px;
}
header .header-container .options .user-options .opt-mo::before {
  background-image: url(/imgs/4/header/icon-pedidos.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: -9px;
}
header .header-container .options .user-options .opt-logout::before {
  background-image: url(/imgs/4/header/icon-cerrar.svg);
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-left: -9px;
}

header .header-container .options .user:hover {
  background-color: white;
  z-index: 10;
}
header .header-container .options .user:hover ~ .bgShadow {
  display: block;
}

header .header-container .options .user:hover .user-options {
  display: flex;
}

header .header-container .options .cart-module {
  display: flex;
  position: relative;
  width: 50%;
  justify-content: center;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
header .header-container .options .cart-module::before {
  display: flex;
}
header .header-container .options .cart-module .click_checkout {
  position: relative;
  background: url(/imgs/header/icon-carrito.svg) no-repeat center right;
  width: 50px;
  height: 50px;
  display: block;
}
header .header-container .options .cart-module .cart-counter {
  top: 0px;
  right: 0px;
  width: 17px;
  height: 17px;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  padding: 0;
  margin-left: 32px;
  line-height: 17px;
  border-radius: 50%;
  font-family: "Kanit", sans-serif;
  position: absolute;
  font-size: 13px;
  letter-spacing: -0.04rem;
  background: #f8353e;
  color: #ffffff;
}

header div.cart-resume {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 999;
  background-color: #fff;
  color: #898989;
  padding: 20px;
  max-width: 480px;
  border: none;
  margin-top: -1px;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  cursor: default;
}
.is-mobile header div.cart-resume {
  top: 47px;
  padding: 0px;
}
header div.cart-resume.open {
  transform: translateX(0);
}

header div.cart-resume span em {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -10px;
  right: 12%;
}
header div.cart-resume .title-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 15px 0;
}
#cartOverlay {
  background-color: rgba(45, 45, 45, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  animation: popUpBg-fade 300ms;
  transition: opacity 0.4s ease-in-out;
  pointer-events: auto;
  display: none;
  z-index: 9;
}
.is-mobile .cart-resume .title-block,
.is-mobile .cart-resume .content-block,
.is-mobile .cart-resume .resume-wrapper {
  padding-left: 20px;
  padding-right: 10px;
}
.is-mobile .cart-resume .resume-wrapper {padding:0;}
header div.cart-resume .title-block h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
}
header div.cart-resume .title-block span {
  margin-left: 30px;
  color: #000;
  font-size: 14px;
}
header div.cart-resume .free-shipping-progress {
  font-size: 14px;
  color: #000;
  margin: 20px 0;
}
.is-mobile header div.cart-resume .free-shipping-progress {width:100%;padding-left: 20px;padding-right: 10px;}
header div.cart-resume .progress-text {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 5px;
}
header div.cart-resume .progress-bar {
  width: 100%;
  height: 18px;
  background-color: #eee;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 8px;
}
header div.cart-resume .progress-fill {
  height: 100%;
  background: linear-gradient(to right, #7ce0c3, #2cd6a2);
  border-radius: 20px;
  transition: width 0.3s ease;
}
header div.cart-resume .free-shipping-message {
  text-align: left;
  font-size: 14px;
}
header
  .header-container
  .cart-module:not(.empty):hover
  div.cart-resume.force-close,
header
  .header-container
  .cart-module:not(.empty).hover
  div.cart-resume.force-close {
  visibility: hidden;
}
iframe#launcher {
  z-index: 28 !important;
}
header div.cart-resume .content-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.is-mobile header div.cart-resume .content-block {
  padding-bottom: 47px;
}
header div.cart-resume .content-block ul {
  flex: 1;
  overflow-y: auto;
}

header .header-container .cart-module:not(.empty):hover,
header .header-container .cart-module:not(.empty).hover {
  background-color: white;
  z-index: 10;
}

header .header-container .cart-resume.hidden {
  visibility: hidden;
  pointer-events: none;
}

header .header-container .cart-module:not(.empty):hover ~ .bgShadow,
header .header-container .cart-module:not(.empty).hover ~ .bgShadow {
  display: block;
}

header .header-container .cart-module:not(.empty):hover .cart-counter,
header .header-container .cart-module:not(.empty).hover .cart-counter {
  background: #f8353e;
  color: #fff;
}

header .header-container .cart-module:not(.empty):hover .click_checkout,
header .header-container .cart-module:not(.empty).hover .click_checkout {
  background: url(/imgs/header/icon-carrito.svg) no-repeat center right;
}

header .header-container .cart-module.empty .cart-counter {
  display: none;
}

header .header-container .cart-module div.cart-resume > img.loading {
  margin: 0px auto;
  display: block;
}
header .header-container .cart-module:hover div.cart-resume,
header .header-container .cart-module.hover div.cart-resume,
header .cart-resume .content-block > .items {
  overflow-y: auto;
}

header .cart-resume .content-block .product-box-cart {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.is-mobile header .cart-resume .content-block .product-box-cart {
  text-align: left;
}
header .cart-resume .content-block .product-box-cart .shipping,
header .cart-resume .content-block .product-box-cart .text-messages.discount {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.3;
  padding: 10px 0;
  font-size: 14px;
}
header .cart-resume .content-block .product-box-cart .shipping .stock::before {
  content: "";
  background-image: url(/imgs/4/punto_verde_en_stock.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
header .cart-resume .content-block .product-box-cart .shipping img,
header
  .cart-resume
  .content-block
  .product-box-cart
  .text-messages.discount
  img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
header .cart-resume .content-block .product-box-cart .image {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}
header .cart-resume .content-block .product-box-cart .image img {
  max-width: 100%;
}
header .cart-resume .content-block .product-box-cart .info-prod {
  flex: 0 0 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px;
  line-height: 1.8;
}
header .cart-resume .content-block .product-box-cart .info-prod p {
  font-weight: 300;
  font-size: 13px;
  color: #000000;
}
header .cart-resume .content-block .product-box-cart .info-prod .brand p {
  font-family: 'Kanit';
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
header .cart-resume .content-block .product-box-cart .info-prod .name p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}
header .cart-resume .content-block .product-box-cart .info-prod .name strong {
  color: #f8353e;
  font-size: 18px;
}
header
  .cart-resume
  .content-block
  .product-box-cart
  .info-prod
  .name
  .multipack {
  font-weight: 500;
  color: #f8353e;
  margin-bottom: 10px;
}
header .cart-resume .content-block .product-box-cart .info-prod .shipping p {
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  color: #000000;
}
header .cart-resume .content-block .product-box-cart .info-prod .shipping span {
  color: #000;
}
header .cart-resume .content-block .product-box-cart .discount-value {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding: 0 10px;
}
header .cart-resume .content-block .items {
  flex: 1;
}
header .cart-resume .content-block .items .item {
  border-top: 1px solid #d8d8d8;
}
header .cart-resume .content-block .item.discount .product-box-cart .info-prod {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header
  .cart-resume
  .content-block
  .item.discount
  .product-box-cart
  .info-prod
  .newPrice {
  padding-right: 10px;
}
header .cart-resume .content-block .item .subitems .summary-item {
  display: flex;
  align-items: center;
  padding-right: 10px;
  margin: 20px 0;
  line-height: 1;
}
header .cart-resume .content-block .item .price {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
header .cart-resume .content-block .item .price p {
  margin-bottom: 0;
}
header .cart-resume .content-block .item .price .newPrice {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  font-family: 'Kanit';
}
header .cart-resume .content-block .item .price .newPrice span {
  font-weight: 500;
  font-size: 16px;
}
header .cart-resume .content-block .item .price .oldPrice {
  font-weight: 300;
  font-size: 14px;
  color: #848484;
  position: relative;
  font-family: 'Kanit';
}
header .cart-resume .content-block .item .price .oldPrice::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #848484;
  position: absolute;
  left: -2px;
  top: 8px;
}
header .cart-resume .content-block .quantitiesContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 2px 15px;
  max-width: 120px;
  color: #000;
}
header .cart-resume .content-block .quantitiesContainer .quantityButton {
  font-size: 16px;
  border: none;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header .cart-resume .content-block .quantitiesContainer .quantityButton.up {
  font-size: 25px;
}
header .cart-resume .content-block .quantitiesContainer .quantityButton.down {
  font-size: 33px;
}
header .cart-resume .content-block .deleteProdCart .icon {
  background-image: url(/imgs/4/icono-basura.svg);
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
}
header .cart-resume .content-block .deleteProdCart .icon:hover {
  color: #3498db;
}
header .cart-resume .content-block .deleteProdCart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-left: 10px;
}
header .cart-resume .resume-wrapper {
  display: flex;
  flex-direction: column;
}
header .cart-resume .resume-wrapper .checkout-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
header .cart-resume .resume-wrapper .totals-resume-cart {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
header .cart-resume .resume-wrapper .totals-resume-cart .subtotal-price {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
header .cart-resume .resume-wrapper .checkout-resume--content.discounts {
  padding-top: 0;
}
header
  .cart-resume
  .resume-wrapper
  .input--add-coupon-code
  > input[type="text"] {
  width: 100%;
}
header .cart-resume .resume-wrapper .priceTotal-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
header .cart-resume .resume-wrapper .priceTotal {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .cart-resume .resume-wrapper .priceTotal span {
  color: #000;
  font-size: 22px;
  margin-right: 10px;
  font-weight: 500;
}
header .cart-resume .resume-wrapper button {
  flex: 1;
  height: 50px;
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.2s ease;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 25px;
}
header .cart-resume .resume-wrapper .cta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
header .cart-resume .resume-wrapper .button_review_cart {
  background: #ffffff;
  color: #000;
  border: 1px solid #000;
}
header .cart-resume .resume-wrapper .button_process_cart {
  background: #000;
  color: #ffffff;
}
header .cart-resume .resume-wrapper .button_process_cart:hover{background:#0047b2;}
.is-mobile header .cart-resume .resume-wrapper .button_process_cart{background-color:#0047b2;}

header .header-container .cart-module.hover div.cart-resume .cart-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  position: relative;
}
header .header-container .cart-module.hover div.cart-resume .cart-message span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
header
  .header-container
  .cart-module.hover
  div.cart-resume
  .close-modal-button {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
}
header
  .header-container
  .cart-module.hover
  div.cart-resume
  .close-modal-button:hover {
  color: red;
}
header
  .header-container
  .cart-module.hover
  div.cart-resume
  .cart-message
  .icon-check {
  width: 20px;
  height: 20px;
  fill: #4caf50;
  margin-right: 8px;
}

header .header-container .search .mod-search-suggest {
  position: absolute;
  background-color: #ffffff;
  top: calc(100% - 2px);
  left: 0;
  margin-left: 0px;
  z-index: 99;
  font-family: Inter;
  width: 100%;
  min-width: 450px;
  display: flex;
  flex-direction: row;
  padding: 0 10%;
}
header .header-container .search .mod-search-suggest .products-found {
  width: 60%;
  border-right: 1px solid #eaeaea;
}
header .header-container .search .mod-search-suggest ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
header
  .header-container
  .search
  .mod-search-suggest.no-facets
  ul.listSuggesterFaccet {
  display: none;
}
/*header .header-container .search .mod-search-suggest.no-facets { width:504px; }
header .header-container .search .mod-search-suggest.no-facets ul { width:504px; }*/
header .header-container .search .mod-search-suggest ul li {
  display: block;
  float: left;
  width: 100%;
  line-height: 20px;
}
header .header-container .search .mod-search-suggest ul li:hover a {
  text-decoration: underline;
  font-weight: 500;
}
header .header-container .search .mod-search-suggest ul li.title {
  padding: 2px 15px;
  color: #000000;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: Inter;
  font-weight: 600;
  text-transform: uppercase;
}
header .header-container .search .mod-search-suggest ul .separator {
  border-bottom: 1px solid #dddddd;
  height: 1px;
}
header .header-container .search .mod-search-suggest ul li a {
  padding: 6px 20px;
  color: #000000;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  text-decoration: none;
  line-height: 17px;
  height: auto;
  display: flex;
  background: none;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
}
header .header-container .search .mod-search-suggest ul li a:hover {
  cursor: pointer;
  cursor: hand;
}
header .header-container .search .mod-search-suggest .img {
  float: left;
  width: 35px;
  height: 35px;
  overflow: visible;
  margin-right: 10px;
  background-color: #fff;
}
header .header-container .search .mod-search-suggest .img img {
  max-width: 35px;
  max-height: 35px;
}

header .header-container .search .mod-search-suggest .brands-and-cat-found {
  display: flex;
  flex-direction: column;
  width: 40%;
}

@media (min-width: 1101px) and (max-width: 1550px) {
  header .header-container .search .mod-search-suggest {
    flex-direction: column;
  }
  header .header-container .search .mod-search-suggest .products-found {
    width: 100%;
    border: none;
  }
  header
    .header-container
    .search
    .mod-search-suggest
    .products-found
    .listSuggesterProducts
    .elem:nth-child(n + 7) {
    display: none;
  }
  header .header-container .search .mod-search-suggest .brands-and-cat-found {
    flex-direction: row;
    width: 100%;
  }
  header
    .header-container
    .search
    .mod-search-suggest
    .brands-and-cat-found
    ul {
    width: 50%;
  }
  header
    .header-container
    .search
    .mod-search-suggest
    .brands-and-cat-found
    .listSuggesterFaccet.brands {
    border-right: 1px solid #eaeaea;
  }
  header
    .header-container
    .search
    .mod-search-suggest
    .brands-and-cat-found
    .listSuggesterFaccet.cats {
    padding-left: 10px;
  }
}

.topDesk {
  display: block;
  width: 100%;
}
.topMob {
  display: none;
  width: 100%;
}
#header {
  display: none;
}
.trendBanner {
  display: none;
}

/*search mobile*/
.is-mobile .full-container--search {
  flex-direction: column !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}
.is-mobile .full-container--search.is-inactive {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; /* Chrome all / Safari all */
  user-select: none; /* Firefox all */ /* IE 10+ */ /* Likely future */
}
.is-mobile .full-container--search.is-active {
  width: 100%;
  height: 100vh;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
}
.is-mobile .full-container--search .full-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.is-mobile .search__container {
  position: relative;
  display: none;
  padding: 66px 10px 0 10px;
  background: white;
  width: 100%;
  height: auto;
  z-index: 99999; /* overflow-y: auto; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.is-mobile .full-container--search.is-inactive .search__container {
  -webkit-transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  -o-transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
  opacity: 0;
  display: none;
}
.is-mobile .full-container--search.is-active .search__container {
  display: block; /* display: -webkit-box; */ /* display: -ms-flexbox; */ /* display: flex; */
  position: absolute;
}
.is-mobile .search-results,
.search-results ul {
  width: 100%;
  margin: 20px 0 30px;
}
.is-mobile .search-results.new-search {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.is-mobile .search-results.new-search > ul > li:last-child {
  margin-bottom: 100px;
}
.is-mobile .search-title {
  font-family: Inter;
  font-size: 17px;
  color: #ff471f;
  font-weight: 600;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.is-mobile .shopPHA .search-title {
  color: #307dff;
}
.is-mobile .search-results a.results-item,
.is-mobile .search-results a.results-item:link,
.is-mobile .search-results a.results-item:visited {
  font-family: inherit;
  font-size: 16px;
  color: #000000;
  padding: 5px 0;
  line-height: 1.5;
  width: 100%;
  display: block;
  position: relative;
  text-decoration: none;
  text-indent: -32px;
  padding-left: 32px;
}
.is-mobile .search-result-message {
  display: block;
  padding-left: 12px;
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.2;
  font-family: Inter;
  color: #414141;
}
.is-mobile .search-result-message strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.is-mobile a.results-item.search,
.is-mobile a.results-item.search:link,
.is-mobile a.results-item.search:visited {
  padding-right: 55px;
}
.is-mobile .results-item::before {
  content: "(";
  font-family: bilua-icons-mobile;
  top: 3px;
  position: relative;
  padding-right: 16px;
  font-size: 18px;
  color: #a8a8a8;
  text-transform: none;
  line-height: 0;
}
.is-mobile .results-item.most-wanted::before {
  color: #c4c4c4;
  content: "C";
}
.is-mobile .results-item.search::before {
  color: #c4c4c4;
  content: "6";
}
.is-mobile .results-item::after {
  content: "b";
  font-family: bilua-icons-mobile;
  top: 8px;
  position: relative;
  padding-left: 36px;
  color: #ff471f;
  text-transform: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 0.7;
}
.is-mobile .category-suggester .results-item::before {
  color: #c4c4c4;
  content: "6";
}
.is-mobile .category-suggester .results-item::after {
  color: #c4c4c4;
  content: "i";
  font-family: bilua-icons2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 2px;
  font-size: 13px;
  padding-left: 40px;
}
.is-mobile .shopPHA .results-item::after {
  color: #307dff;
}
.is-mobile .close-button.big {
  font-size: 38px;
  padding: 4px 0 0 0;
  width: 100%;
  z-index: 999999;
  height: 40px;
  overflow: hidden;
  display: none;
  line-height: 1;
}
.is-mobile .back-button {
  font-size: 20px;
  padding: 0px 0 0 0;
  width: 100%;
  z-index: 999999;
  height: 47px;
  overflow: hidden;
  line-height: 1;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: flex-start;
  padding-left: 50px;
  color: #ffffff;
  background-color: #000;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-image: url("/imgs/back_icon_white.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 10px center;
}
.is-mobile .back-button span {
  font-size: 15px;
}
.is-mobile .back-button span::before {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  top: 2px;
  color: #ffffff;
}
.is-mobile .search-results.last-search.hidden ~ .search-results.new-search {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.is-mobile .full-search-input {
  position: relative;
  left: 0;
  height: auto; /*position: fixed;*/
  z-index: 999;
  height: 50px; /*bottom: 0;*/
  flex: 0 0 50px;
  padding: 0 0 0 0;
  width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 6px;
  overflow: hidden !important;
  margin-left: 0px;
}
.is-mobile .full-search-input form {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none; /* bottom: 10px; */
}
.is-mobile .full-search-input input[type="search"] {
  height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  width: 85%;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; /* border: 1px solid #a2a2a2 !important; */ /* border-top: none !important; */ /* border-right: none !important; */ /* border-left: none !important; */
  outline: none;
  outline-offset: 0;
  font-family: "Kanit", sans-serif !important;
  font-size: 17px !important;
  letter-spacing: -0.32px;
  letter-spacing: -0.32px;
  letter-spacing: -0.32px;
  letter-spacing: -0.32px;
  letter-spacing: -0.02rem;
  apperance: none;
  -webkit-appearance: none;
  padding-left: 10px !important;
  line-height: 1.2 !important;
  color: #000000;
}
.is-mobile .full-search-input input::-webkit-input-placeholder,
.is-mobile .full-search-input input::-moz-placeholder,
.is-mobile .full-search-input input:-ms-input-placeholder,
.is-mobile .full-search-input input:-moz-placeholder {
  font-family: Inter;
  font-size: 18px;
  color: #ff471f;
}
.is-mobile .full-search-input button.submit-search {
  background: #ffffff;
  color: #ff471f;
  height: 50px !important;
  display: inline-block;
  width: 50px;
  margin: 0 !important;
  padding: 0px 10px 0 0 !important;
  position: absolute;
  border: 1px solid #c5c5c5;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  outline-offset: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 28px;
  border-bottom: 0;
  overflow: visible;
}
.is-mobile .shopPHA .full-search-input button.submit-search {
  color: #307dff;
}
.is-mobile .full-search-input button.submit-search {
  background: none;
}
.is-mobile .full-search-input button.submit-search img {
  width: 30px;
}
.is-mobile .submit-search .icon-search {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.is-mobile .products-section.search-results--page {
  padding-top: 6px;
}

.is-mobile .search-results--breadcrumb {
  justify-content: center;
  padding: 20px 12px 2px; /* border-bottom: 1px solid #eaeaea; */
  background: #f4f4f4;
}
.is-mobile .search-results--breadcrumb .title-breadcrumb {
  white-space: initial !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  padding: 0 !important;
  color: #414141 !important;
  font-size: 16px !important;
  left: -0.04rem;
}
.is-mobile .search-results--breadcrumb .title-breadcrumb strong {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 1px !important;
  font-family: Inter;
}
.is-mobile .search-results--breadcrumb .search-results--number {
  font-size: 11px;
  color: #6e6e6e;
}

/*header mobile*/
.is-mobile #header {
  display: block;
}
.is-mobile .header__container .main-items .main-menu .left .logo-link {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.is-mobile .logo-header {
  background-image: url(/imgs/50/logo_Bulevip.svg);
  background-size: 104px;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  background-position: center;
}
.is-mobile .iconUser {
  width: 40px;
  height: 40px;
}
.is-mobile .main-items.search {
  background: url("/imgs/4/header/icon-buscar.svg") no-repeat center;
  background-size: 35px;
}
.is-mobile .header__container {
  background: #fff;
  margin: 0;
  top: 0;
  height: 47px;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0px 24px -2px rgba(0, 0, 0, 0.15);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 3%;
  padding-left: 2%;
}
.is-mobile .main-items.main-menu {
  width: auto;
  height: 47px;
  position: relative;
  padding: 0;
  justify-content: flex-start;
  display: flex;
  border-radius: 0 !important;
  align-items: center;
}
.is-mobile .main-items {
  width: 50px;
  height: 48px;
  margin: 0;
  font-size: 22px;
  text-align: center;
  background: none;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
  overflow: hidden;
}
.is-mobile .header__container .left {
  flex: 1 1;
}
.is-mobile .header__container .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.is-mobile .brand-new-header .main-items.cart {
  background: url(/imgs/header/icon-carrito.svg) no-repeat center;
  width: 40px;
  height: 40px;
  position: relative;
  margin-top: auto;
}
.is-mobile .main-items.cart {
  padding-right: 6px;
  overflow: visible;
}
.is-mobile .cart.is-full .cart-items {
  position: absolute;
  top: 0;
  left: calc(80% - 1px);
  font-size: 9px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: white;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  background: #f8353e;
  -webkit-transform: translate(-46%, 0);
  transform: translate(-46%, 0);
  -webkit-transition: opacity 0.5s 0.4s ease;
  transition: opacity 0.5s 0.4s ease;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.is-mobile .cart.is-full.is-animated .cart-items {
  -webkit-animation: full-cart 1s 0.4s;
  animation: full-cart 1s 0.4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 99999;
}
.is-mobile .brand-new-header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 999;
}
.is-mobile .main-items.user a img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}
.is-mobile .main-items.cart.is-empty span.cart-items {
  display: none;
}

/*HAPPY BANNER MOBILE*/
.is-mobile .happyBanner {
  padding: 5px;
  line-height: 1.1;
  display: block;
  text-align: center;
}
.is-mobile .happyBanner .happy-text {
  padding: 0 10px;
  flex: 1 1 80%;
}
.is-mobile .happyBanner .happy-text .claim-text {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}
.is-mobile .happyBanner .happy-text .legal-text {
  font-size: 10px;
  padding-top: 2px;
  margin-bottom: 0;
  line-height: 1.2;
  border: none;
  font-family: "Kanit", sans-serif;
}
.is-mobile .happyBanner .coupon-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 4px 9px;
  justify-content: center;
}
.is-mobile .happyBanner .coupon-wrapper .coupon-text {
  padding: 0;
  margin-bottom: 5px;
  font-size: 14px;
  margin-right: 5%;
  font-family: "Kanit", sans-serif;
}
.is-mobile .happyBanner .coupon-wrapper .coupon-code {
  font-size: 14px;
  margin-bottom: 3px;
  font-family: "Kanit", sans-serif;
}
.is-mobile .happyBanner {
  height: 100%;
}
.is-mobile .happyBanner .happy-text .claim-text {
  font-size: 14px;
  border-right: none;
  padding-right: 0;
}
.is-mobile .happyBanner .countdown-wrapper {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.is-mobile .happyBanner .countdown-wrapper .countdown-text,
.happyBanner .coupon-wrapper .coupon-text {
  text-align: left;
}
.is-mobile .happyBanner .countdown-wrapper:last-child {
  display: none;
}
.is-mobile .happyBanner {
  margin-top: 0;
}

/*TREND BANNER MOBILE*/
.is-mobile .trendBanner {
  padding: 5px;
  line-height: 1.1;
  width: 100%;
  display: flex;
}
.is-mobile .trendBanner .trend-text {
  border-right: 1px solid black;
  padding-right: 3%;
  font-family: "Kanit", sans-serif;
}
.is-mobile .trendBanner .trend-text p {
  margin: 0;
}

/*Pestaña Box*/
@media (max-width: 1800px) {
  header .header-container .cart-module div.cart-resume span em {
    right: 8%;
  }
}
@media (max-width: 1700px) {
  header .header-container .cart-module div.cart-resume span em {
    right: 5%;
  }
}
@media (max-width: 1600px) {
  header .header-container .options .user-options span {
    right: 13%;
  }
  header .header-container .cart-module div.cart-resume span em {
    right: 3%;
  }
}

/*HEADER MOBILE*/
@media (max-width: 935px) {
  .new-home .bg-home {
    padding-bottom: 20px !important;
    margin-bottom: 30px;
  }
  .mob {
    display: block;
  }
  .header-container.des {
    display: none;
  }
  .topDesk {
    display: none;
  }
  .topMob {
    display: block;
  }
  #header {
    display: block;
    height: 0px;
  }
  /*SEARCH MOBILE*/
  .full-container--search {
    flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
  }
  .full-container--search.is-inactive {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    -o-transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; /* Chrome all / Safari all */
    user-select: none; /* Firefox all */ /* IE 10+ */ /* Likely future */
  }
  .full-container--search.is-active {
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
  }
  .full-container--search .full-overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /*.full-container--search.is-active .back-button { display: block;}*/
  .search__container {
    position: relative;
    display: none;
    padding: 66px 10px 0 10px;
    background: white;
    width: 100%;
    height: auto;
    z-index: 99999; /* overflow-y: auto; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .full-container--search.is-inactive .search__container {
    -webkit-transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    -o-transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    transition: all 0.2s 0.4s cubic-bezier(0.42, 0, 0.17, 1.14);
    opacity: 0;
    display: none;
  }
  .full-container--search.is-active .search__container {
    display: block; /* display: -webkit-box; */ /* display: -ms-flexbox; */ /* display: flex; */
    position: absolute;
  }
  .search-results,
  .search-results ul {
    width: 100%;
    margin: 20px 0 30px;
  }
  .search-results.new-search {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }
  .search-results.new-search > ul > li:last-child {
    margin-bottom: 100px;
  }
  .search-title {
    font-family: Inter;
    font-size: 17px;
    color: #ff471f;
    font-weight: 600;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .shopPHA .search-title {
    color: #307dff;
  }
  .search-results a.results-item,
  .search-results a.results-item:link,
  .search-results a.results-item:visited {
    font-family: inherit;
    font-size: 16px;
    color: #000000;
    padding: 5px 0;
    line-height: 1.5;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    text-indent: -32px;
    padding-left: 32px;
  }
  .search-result-message {
    display: block;
    padding-left: 12px;
    font-size: 14px;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.2;
    font-family: Inter;
    color: #414141;
  }
  .search-result-message strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
  }
  a.results-item.search,
  a.results-item.search:link,
  a.results-item.search:visited {
    padding-right: 55px;
  }
  .results-item::before {
    content: "(";
    font-family: bilua-icons-mobile;
    top: 3px;
    position: relative;
    padding-right: 16px;
    font-size: 18px;
    color: #a8a8a8;
    text-transform: none;
    line-height: 0;
  }
  .results-item.most-wanted::before {
    color: #c4c4c4;
    content: "C";
  }
  .results-item.search::before {
    color: #c4c4c4;
    content: "6";
  }
  .results-item::after {
    content: "b";
    font-family: bilua-icons-mobile;
    top: 8px;
    position: relative;
    padding-left: 36px;
    color: #ff471f;
    text-transform: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px;
    line-height: 0.7;
  }
  .category-suggester .results-item::before {
    color: #c4c4c4;
    content: "6";
  }
  .category-suggester .results-item::after {
    color: #c4c4c4;
    content: "i";
    font-family: bilua-icons2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 2px;
    font-size: 13px;
    padding-left: 40px;
  }
  .shopPHA .results-item::after {
    color: #307dff;
  }
  .close-button.big {
    font-size: 38px;
    padding: 4px 0 0 0;
    width: 100%;
    z-index: 999999;
    height: 40px;
    overflow: hidden;
    display: none;
    line-height: 1;
  }
  .back-button {
    font-size: 20px;
    padding: 0px 0 0 0;
    width: 100%;
    z-index: 999999;
    height: 47px;
    overflow: hidden;
    line-height: 1;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    color: #ffffff;
    background-color: #307dff;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-image: url("/imgs/back_icon_white.svg");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left 10px center;
  }
  .back-button span {
    font-size: 15px;
  }
  .back-button span::before {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    top: 2px;
    color: #ffffff;
  }
  .search-results.last-search.hidden ~ .search-results.new-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .full-search-input {
    position: relative;
    left: 0;
    height: auto; /*position: fixed;*/
    z-index: 999;
    height: 50px; /*bottom: 0;*/
    flex: 0 0 50px;
    padding: 0 0 0 0;
    width: 100%;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 6px;
    overflow: hidden !important;
    margin-left: 0px;
  }
  .full-search-input form {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    outline: none; /* bottom: 10px; */
  }
  .full-search-input input[type="search"] {
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    width: 85%;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* border: 1px solid #a2a2a2 !important; */ /* border-top: none !important; */ /* border-right: none !important; */ /* border-left: none !important; */
    outline: none;
    outline-offset: 0;
    font-family: "Kanit", sans-serif !important;
    font-size: 17px !important;
    letter-spacing: -0.32px;
    letter-spacing: -0.32px;
    letter-spacing: -0.32px;
    letter-spacing: -0.32px;
    letter-spacing: -0.02rem;
    apperance: none;
    -webkit-appearance: none;
    padding-left: 10px !important;
    line-height: 1.2 !important;
    color: #000000;
  }
  .full-search-input input::-webkit-input-placeholder,
  .full-search-input input::-moz-placeholder,
  .full-search-input input:-ms-input-placeholder,
  .full-search-input input:-moz-placeholder {
    font-family: Inter;
    font-size: 18px;
    color: #ff471f;
  }
  .full-search-input button.submit-search {
    background: #ffffff;
    color: #ff471f;
    height: 50px !important;
    display: inline-block;
    width: 50px;
    margin: 0 !important;
    padding: 0px 10px 0 0 !important;
    position: absolute;
    border: 1px solid #c5c5c5;
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    outline-offset: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 28px;
    border-bottom: 0;
    overflow: visible;
  }
  .shopPHA .full-search-input button.submit-search {
    color: #307dff;
  }
  .full-search-input button.submit-search {
    background: none;
  }
  .full-search-input button.submit-search img {
    width: 30px;
  }
  .submit-search .icon-search {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }

  .products-section.search-results--page {
    padding-top: 6px;
  }

  .search-results--breadcrumb {
    justify-content: center;
    padding: 20px 12px 2px; /* border-bottom: 1px solid #eaeaea; */
    background: #f4f4f4;
  }
  .search-results--breadcrumb .title-breadcrumb {
    white-space: initial !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline !important;
    padding: 0 !important;
    color: #414141 !important;
    font-size: 16px !important;
    left: -0.04rem;
  }
  .search-results--breadcrumb .title-breadcrumb strong {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    padding-left: 1px !important;
    font-family: Inter;
  }
  .search-results--breadcrumb .search-results--number {
    font-size: 11px;
    color: #6e6e6e;
  }

  /*DEV MODE MOBILE*/
  .dev-mode-bar {
    font-size: 14px;
    line-height: 1.1;
  }

  /*HEADER MOBILE*/
  .header__container .main-items .main-menu .left .logo-link {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
  }
  .logo-header {
    background-image: url(/imgs/50/logo_Bulevip.svg);
    background-size: 120px;
    background-repeat: no-repeat;
    width: 115px;
    height: 30px;
    background-position: center;
  }
  .iconUser {
    width: 40px;
    height: 40px;
  }
  .main-items.search {
    background: url("/imgs/4/header/icon-buscar.svg") no-repeat center;
    background-size: 35px;
  }
  .header__container {
    background: #fff;
    margin: 0;
    top: 0;
    height: 47px;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0px 24px -2px rgba(0, 0, 0, 0.15);
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 3%;
    padding-left: 2%;
  }
  .main-items.main-menu {
    width: auto;
    height: 47px;
    position: relative;
    padding: 0;
    justify-content: flex-start;
    display: flex;
    border-radius: 0 !important;
    align-items: center;
  }
  .main-items {
    width: 50px;
    height: 48px;
    margin: 0;
    font-size: 22px;
    text-align: center;
    background: none;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
    overflow: hidden;
  }
  .header__container .left {
    flex: 1 1;
  }
  .header__container .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .brand-new-header .main-items.cart {
    background: url(/imgs/header/icon-carrito.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: auto;
  }
  .main-items.cart {
    padding-right: 6px;
    overflow: visible;
  }
  .cart.is-full .cart-items {
    position: absolute;
    top: 0;
    left: calc(80% - 1px);
    font-size: 9px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    color: white;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    background: #307dff;
    -webkit-transform: translate(-46%, 0);
    transform: translate(-46%, 0);
    -webkit-transition: opacity 0.5s 0.4s ease;
    transition: opacity 0.5s 0.4s ease;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cart.is-full.is-animated .cart-items {
    -webkit-animation: full-cart 1s 0.4s;
    animation: full-cart 1s 0.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 99999;
  }
  .brand-new-header {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
  }
  .main-items.user a img {
    width: 40px;
    height: 40px;
    margin-top: 5px;
  }
  .main-items.cart.is-empty span.cart-items {
    display: none;
  }
  /*HAPPY BANNER MOBILE*/
  .happyBanner {
    padding: 5px;
    line-height: 1.1;
  }
  .happyBanner .happy-text {
    padding: 0 10px;
    flex: 1 1 80%;
  }
  .happyBanner .happy-text .claim-text {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
  }
  .happyBanner .happy-text .legal-text {
    font-size: 10px;
    padding-top: 2px;
    margin-bottom: 0;
    line-height: 1.2;
    border: none;
    font-family: "Kanit", sans-serif;
  }
  .happyBanner .coupon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 4px 9px;
    justify-content: space-around;
  }
  .happyBanner .coupon-wrapper .coupon-text {
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    margin-right: 10%;
    font-family: "Kanit", sans-serif;
  }
  .happyBanner .coupon-wrapper .coupon-code {
    font-size: 14px;
    margin-bottom: 3px;
    font-family: "Kanit", sans-serif;
  }
  .happyBanner {
    height: 100%;
  }
  .happyBanner .happy-text .claim-text {
    font-size: 14px;
    border-right: none;
    padding-right: 0;
  }
  .happyBanner .countdown-wrapper {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
  }
  .happyBanner .countdown-wrapper .countdown-text,
  .happyBanner .coupon-wrapper .coupon-text {
    text-align: left;
  }
  .happyBanner .countdown-wrapper:last-child {
    display: none;
  }
  /*TREND BANNER MOBILE*/
  .trendBanner {
    padding: 5px;
    line-height: 1.1;
    width: 100%;
    display: flex;
  }
  .trendBanner .trend-text {
    border-right: 1px solid black;
    padding-right: 3%;
    font-family: "Kanit", sans-serif;
  }
  .trendBanner .trend-text p {
    margin: 0;
  }
}

/*Portugal text*/
.legal-portugal {
  max-width: 1520px;
  margin: 2% auto;
  font-weight: bold;
  font-size: 14px;
}
.legal-portugal.is-desactived {
  display: none;
}

/* =========================================
   FOOTER BASE
========================================= */

footer {
  font-family: "Inter", sans-serif;
  color: #000;
}

.full-row.module3 {
  padding: 60px 0 40px;
  background: #f9fafb;
}

.module3-handler {
  width: 1700px;
  max-width: 95%;
  margin: 30px auto 0;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* =========================================
   LEFT SIDE (40%)
========================================= */

.leftInfo {
  flex: 0 0 40%;
}

.subscriptionBox {
  background: #efefef;
  border-radius: 10px;
  padding: 40px;
  max-width: 725px;
}
footer input#emailfooter::placeholder, footer input[type="date"]  {font-family: "Inter", sans-serif!important;font-size:16px!important;font-weight: 500!important;color:#9CA3AF!important;}


/* TITLE */

.subscriptionBox .title {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
.subscriptionBox .title span{font-size:40px;}

/* GENDER */

.SubscriptionGender {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* LABELS */

.subscriptionBox label,
.subscriptionEmailInfo {
  font-size: 16px;
  font-weight: 500;
}

.SubscriptionBirthdate {
  flex: 0 0 35%;
}
.Email_info {
  flex: 1;
}

/* INPUT GROUP */

.agrupationBirth_Email {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 37px;
}

/* INPUTS */

.SubscriptionBirthdate input,
.Email_info input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}

.SubscriptionGender .single-input--checkbox {margin-right:30px;}

.subscriptionBox input[type="text"],
.subscriptionBox input[type="date"] {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
  margin-top:10px;
}

/* SUBMIT BUTTON */

.buttonSubscribe {
  width: 100%!important;
  height: 50px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.is-mobile .buttonSubscribe {background-color: #0047b2; }
.buttonSubscribe:hover {
  background: #0047B2;
}

/* PRIVACY */

.privacy_policy {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  color: black!important;
}

/* =========================================
   RIGHT SIDE (60%)
========================================= */

.rightInfo {
  flex: 0 0 60%;
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* USER BUTTONS */

.user-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.linksMobile{display:none;}

.user-links a {
  width: 180px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}

footer .app-block {margin-top: 50px;}
.is-mobile footer .app-block {margin: 25px 0;}
.is-mobile footer .app-block li:first-child{margin-bottom:15px;}
.is-mobile footer .web-links ul.toggle-content {
  margin-bottom: 25px;
}
.icon-sketch {
  width: 24px;
  height: 24px;
  fill: #777777!important;
  stroke: #777777;
  stroke-width: 0.2px;
  transition: transform 0.2s ease;
}

.is-mobile .web-info{color: #777777 ;}

.user-links a:hover {
  color: #fff;
  background-color: #0047B2;
}

/* COMPANY + INFO WRAPPER */

.company-links-d,
.information-links-d {
  max-width: 300px;
}

/* TITLES */

.title-h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* LINKS */

.company-links-d ul,
.information-links-d ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.company-links-d ul li a,
.information-links-d ul li a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 8px;
  text-decoration: none;
  color: #000;
}

footer .full-row.module3 .module3-handler ul li a:hover {
  text-decoration: underline;
  color: #000000;
}

/* =========================================
   BOTTOM SECTION
========================================= */

.module4-handler {
  width: 1700px;
  max-width: 95%;
  margin: 60px auto 0;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #777777;
}

footer .payMethods {
  display: flex;
  align-items: center;
}
.payMethods .methods-block,
.payMethods .pay_methods {
  display: flex;
  align-items: center;
}
.payMethods img {
  display: block;
  width: 100%;
  height: 45px;
}

.footerInfoFiscal p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.rrss-block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.is-mobile .rrss-block {
  justify-content: center;
  margin-top: 30px
}

.rrss-block a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #000;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.2s ease;
}

.rrss-block a:hover {
  background: #000;
}

.rrss-block svg {
  width: 18px;
  height: 18px;
  fill: #000;
  transition: fill 0.2s ease;
}

.rrss-block a:hover svg {
  fill: #fff;
}

/* =========================================
   FOOTER FEATURES (5 ICONOS + TEXTO)
========================================= */

.footer-features {
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0;
  background: #fff;
}

.footer-features-container {
  width: 1700px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

/* ITEM */

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

/* ICONO */

.feature-item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* TEXTO */

.feature-item span {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.is-mobile footer .web-links .title-h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  background: url(/imgs/4/down_arrow_icon_grey.svg) no-repeat;
  background-size: 20px;
  background-position: top right;
  margin-top: 0;
  margin-bottom: 0;
}
.is-mobile footer .web-links .toggle-box-footer {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 25px !important;
}
.is-mobile footer .web-links .toggle-box-footer:last-child {border-bottom: none;}
.is-mobile .info_lang.title-h4 {padding-bottom:10px; border-bottom: 1px solid #e6e6e6;}
.is-mobile footer .agrupationBirth_Email {margin-bottom:25px;}

.is-mobile footer .web-links .company-links, .is-mobile footer .web-links ul li {
  margin-bottom: 10px;
}
.is-mobile footer .info_lang.title-h4 {
  padding-top: 5px;
}
.is-mobile footer .info_lang.title-h4 .flag{margin-left: 0;}
.is-mobile footer .pay-and-shipment {
  margin: 20px 0;
}
.is-mobile footer .copyright {text-align: center;}
.is-mobile footer .app-block img {
  width: 70%;
}
.is-mobile footer a:link{color:black;}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {
  .footer-features-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px 0;
  }

  .feature-item {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .footer-features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
    padding: 20px 0;
    align-items: stretch;
    margin-bottom: 20px;
    border: none;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    flex: none;
    width: auto;
  }

  .feature-item span {
    font-size: 14px;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
  }

  .feature-item img {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

/* =========================================
   REMOVE OLD CONFLICTS
========================================= */

.leftInfo,
.rightInfo,
.subscriptionBox {
  height: auto !important;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 920px) {

  .module3-handler {
    flex-direction: column;
    gap: 40px;
  }

  .leftInfo {
    padding: 0 15px;
  }

  .agrupationBirth_Email {
    flex-direction: column;
  }

  .subscriptionBox {
    padding: 25px 10px;
  }

  .subscriptionBox .titles{text-align: center;}

  .user-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    padding: 10px 0;
    margin: 20px 0;
  }

  .user-links a {
    width: 100%;
  }

  .agrupationBirth_Email {
    display: flex;
    gap: 15px;
    width: 100%;
  }
  .SubscriptionBirthdate input {
    width: 100%;
    box-sizing: border-box;
  }

}

/* iOS 8 Pure CSS Switch -- */
input[type="checkbox"].switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 400ms all;
  transition: 400ms all;
  margin: 0 auto 0 auto;
  display: block;
  border-radius: 50px;
  background: white;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  width: 96px;
  height: 36px;
  outline: 0;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  animation: input 4s;
}
input[type="checkbox"].switch:checked,
input[type="checkbox"].switch.checked {
  background: #53d669;
  box-shadow: inset 0 0 0 15px #53d669;
  transition: 250ms all;
}
input[type="checkbox"].switch::before {
  content: "";
  transition: 300ms all;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: auto;
  transform: translate(0, 0);
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06), 0 0 0 0 rgba(0, 0, 0, 0.06),
    0 6px 10px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.07),
    0 4px 6px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  animation: button 3s ease-out;
}
input[type="checkbox"].switch:checked::before,
input[type="checkbox"].switch.checked::before {
  transform: translate(60px, 0);
}
input[type="checkbox"].switch.red:checked {
  background: #ff4f2f;
  box-shadow: inset 0 0 0 15px #ff4f2f;
}
input[type="checkbox"].switch.orange:checked {
  background: #ffac42;
  box-shadow: inset 0 0 0 15px #ffac42;
}
input[type="checkbox"].switch.yellow:checked {
  background: #ffe842;
  box-shadow: inset 0 0 0 15px #ffe842;
}
input[type="checkbox"].switch.green:checked {
  background: #50df3d;
  box-shadow: inset 0 0 0 15px #50df3d;
}
input[type="checkbox"].switch.blue:checked {
  background: #40a7ed;
  box-shadow: inset 0 0 0 15px #40a7ed;
}
input[type="checkbox"].switch.purple:checked {
  background: #af57ec;
  box-shadow: inset 0 0 0 15px #af57ec;
}

input[type="checkbox"].switch::after {
  content: "M";
  font-family: bilua-icons;
  font-size: 19px;
  position: absolute;
  text-align: center;
  top: 6px;
  left: 51px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #bebebe;
}
input[type="checkbox"].switch:hover::after {
  color: #4cc862;
}
input[type="checkbox"].switch:checked::after,
input[type="checkbox"].switch.checked::after {
  content: "v";
  left: 28px;
  color: white;
  font-size: 22px;
}

/* -------------- NEW Product Page --------------- */
button {
  outline: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.grey-separator {
  order: 4;
  width: 100%;
  height: 10px;
  margin: 0 0 1rem;
  background-color: #f1f1f1;
}

.separator {
  width: 100%;
  height: 10px;
  margin: 20px 0 20px 0;
  background-color: #f1f1f1;
}
.separator.small {
  height: 3px;
}
.separator.big-margin {
  margin-bottom: 40px;
  margin-top: 40px;
}

.product--variations {
  position: relative;
  display: flex;
  width: 100%;
  align-self: flex-end;
  flex-direction: column;
}
.product-brand--logo {
  order: 3;
  position: absolute;
  top: 0;
  right: 0;
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  filter: brightness(0.99);
  width: 100%;
  max-width: 100px;
}
.product-brand--logo a {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product-brand--logo a img {
  max-width: 100%;
  max-height: 60px;
}
.product-brand > a:hover::after {
  transform: translateX(28px);
  opacity: 1;
}

.product-name-complete .product-units {
  font-family: Inter;
  font-weight: 400;
  font-size: 1.5rem;
}

.variation-selector li.no-stock {
  border-color: #e0e0e0;
  background-color: #e7e7e7;
}
.variation-selector li.no-stock:hover {
  border-color: #f8353e;
  box-shadow: 0 0 0 1px #f8353e;
}
.variation-selector li.no-stock .variation-name {
  color: #a2a2a2;
}
.variation-selector li.no-stock .variation-price {
  color: #f8353e;
  font-size: 0.7rem;
  font-weight: 500;
  transition: opacity 0.2s ease;
  color: #757575;
  padding-top: 2px;
}
.variation-selector li.no-stock:hover .variation-price {
  opacity: 0;
}
.variation-selector li.no-stock .variation-stock-notify {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(60px);
  transition: all 0.2s ease;
  font-family: Inter;
  font-size: 0.8125rem;
  font-weight: 500;
  top: 42px;
  color: #757575;
  cursor: pointer;
}
.variation-selector li.no-stock:hover .variation-stock-notify {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.variation-selector .variation-price > .product-discount {
  font-size: 0.625rem;
  color: #ffffff;
  background-color: #ff7043;
  padding: 1px 3px;
  border-radius: 2px;
  font-weight: 400;
  font-family: Inter;
  bottom: 2px;
  position: relative;
}

/* Variation LIST Type Selector*/
.list-type .variation-selector--wrapper.is-open::after {
  transform: rotate(180deg);
}
.list-type .variation-selector--wrapper.is-open:hover {
  box-shadow: none;
}
.list-type .is-open .variation-selector li:hover {
  box-shadow: inset 0 0 0 1px #9e9e9e;
  border: 1px solid #9e9e9e;
}
.list-type .is-open .variation-selector li.no-stock:hover {
  box-shadow: 0 0 0 1px #9e9e9e;
  border: 1px solid #9e9e9e;
}
.list-type .variation-selector .variation-unit-price {
  padding-left: 10px;
}
.list-type .is-open .variation-selector li.variation-selected {
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid #9e9e9e;
  z-index: 9;
  order: 1;
}
.list-type .variation-selector .no-stock:hover .variation-price {
  opacity: 1;
}
.list-type .variation-selector .no-stock .variation-name {
  flex: 0 1 80%;
}
.list-type .variation-selector li.no-stock .variation-price {
  position: relative;
  font-size: 12px;
  flex: 0 0 auto;
  padding: 0;
  order: 1;
  letter-spacing: 0;
}
.list-type .variation-selector li.no-stock .variation-stock-notify {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: none;
  top: initial;
  line-height: 1;
  padding: 0;
  flex: 0 0 auto;
  order: 2;
  font-size: 12px;
  transition: all 0.16s ease-in-out;
  background-color: #e7e7e7;
}
.list-type .variation-selector li.no-stock .variation-stock-notify::before {
  content: "-";
  padding-left: 10px;
  padding-right: 10px;
}

/* Color Bullet for COLOR LIST Selector */
.product-variation--color .variation-name > span {
  order: 2;
  display: flex;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  margin-right: 0;
  margin-left: 10px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: 0 0 0 1px #bdbdbd;
  background-color: rgba(255, 255, 255, 0.15);
}
.product-variation--color.list-type .variation-name > span {
  order: 0;
  display: flex;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 10px;
  border: 3px solid rgb(255, 255, 255);
  box-shadow: 0 0 0 1px #bdbdbd;
  background-color: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
.product-variation--color.list-type
  .variation-selector
  li.variation-selected
  .variation-name {
  color: #424242;
}

/* Thumbnail IMAGE for COLOR Variation Selector @ Product Page */
.product-variation--color .variation-selector li > img {
  position: relative;
  max-height: 40px;
  max-width: 68px;
  margin-bottom: 6px;
}
.product-variation--color:not(.list-type)
  .variation-selector
  li.no-stock
  .variation-stock-notify {
  top: 78px;
}
.product-variation--color.list-type .variation-selector li > img {
  position: absolute;
  max-height: 24px;
  max-width: 36px;
  margin-right: 10px;
  left: initial;
  top: initial;
  margin-bottom: 0;
}
.product-variation--color.list-type .variation-selector li > span {
  padding-left: 50px;
}

.product--no-stock .product--action-messages {
  background: none;
}
.product--no-stock .stock-state {
  color: #f8353e;
}

.product--no-stock .product--actions {
  display: none;
}
.product--cta {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #000;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  transition: filter 0.14s ease, box-shadow 0.14s ease;
  flex: 0 1 70%;
}
.is-mobile .product--cta {
  background-color: #0047b2
}
.product--cta:hover {
  box-shadow: 0 20px 40px -20px rgba(48, 125, 255, 0.5);
  filter: brightness(1.06);
}
.product--cta:hover::before {
  transform: translateX(-1.3rem) scaleY(1.6);
}
.product--cta img {
  width: 25px;
  margin-right: 10px;
}
.product-discount {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  font-size: 0.8rem;
  color: #ffffff;
  background-color: #f8353e;
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: 400;
  font-family: Inter;
  bottom: 2px;
  position: relative;
}

.product--cta span {
  position: relative;
  user-select: none;
  display: flex;
  align-items: center;
  text-align: center;
}
.product--actions--deferred-payment {
  align-self: flex-end;
  width: calc(((100% / 7) * 5) - 28px);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
  color: #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  width: 210px;
  overflow: hidden;
  margin-right: -9px;
  border-radius: 3px;
}
.product--actions--deferred-payment::after {
  content: "i";
  position: relative;
  display: inline-block;
  margin-left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1rem;
  border: 1px solid #00bcd4;
  font-size: 0.7rem;
  font-family: Inter;
  font-weight: bold;
  color: #00bcd4;
  text-align: center;
}

/* Aplazame */
#main button.light {
  box-shadow: none !important;
  padding: 4px !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  width: auto !important;
  background: none !important;
}
#main .logo {
  display: none !important;
}

/* -- UP-SELLING SECTION -- */
.product--section-title-and-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product--slider-pagination {
  position: relative;
  display: flex;
  height: 20px;
  align-items: center;
}
.product--slider-pagination .slider-page {
  position: relative;
  width: 26px;
  height: 16px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 6px !important;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
}
.product--slider-pagination .slider-page.s-page-on,
.product--slider-pagination .slider-page.s-page-on:hover {
  background-color: #d9d9d9;
  border: 1px solid #d1d1d1;
}
.product--slider-pagination .slider-page:hover {
  background-color: #eaeaea;
}

.product--tabs-menu {
  z-index: 1;
}
.product--tabs-menu ul {
  display: flex;
  flex-direction: row;
}
.product--tabs-menu ul li {
  display: flex;
}
.tabs-menu_item,
.tabs-menu_item:link,
.tabs-menu_item:visited {
  padding: 0 3.5rem;
  font-size: 19px;
  font-size: 1.188rem;
  font-weight: 300;
  color: #757575;
  text-decoration: none;
  padding-bottom: 13px;
  border-bottom: 2px solid transparent;
  border-color: transparent;
  z-index: 1;
  cursor: pointer;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.tabs-menu_item h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #757575;
}
.tabs-menu_item.is-selected h3 {
  color: #424242;
}
.tabs-menu_item:hover {
  border-bottom: 3px solid #00c167;
  border-color: #00c167;
  color: #424242;
}
.tabs-menu_item.is-selected,
.tabs-menu_item.is-selected:hover {
  border-bottom: 3px solid #00c167;
  font-weight: 500;
  color: #424242;
}
.top-bar .product--tabs-menu {
  position: relative;
  background-color: #ffffff;
  z-index: 9;
  flex: 1 1 70%;
  display: none;
  height: 46px;
  overflow: hidden;
  animation: slide-down 0.15s ease-in-out forwards;
}
.top-bar .tabs-menu_item,
.top-bar .tabs-menu_item:link,
.top-bar .tabs-menu_item:visited {
  padding: 14px 3rem 3px;
  font-size: 16px;
}

.is-mobile .product-info--description {
  flex-direction: column;
}

.product-page--container [class*="icon-"],
.product-page--container [class*="icon2-"] {
  padding-right: 0.9rem;
  display: flex;
  align-items: center;
  background-image: none;
}

/* -- REVIEWS SECTION -- */
.reviews--resume .product-rating {
  order: 0;
  max-width: 100%;
}
.reviews--resume-rating .prod__box--stars {
  position: relative;
  display: inline-block;
  transform: scale(2.2);
  transform-origin: center left;
  bottom: 0;
  left: -0.05rem;
  width: 160px;
  filter: hue-rotate(-18deg);
}

.reviews--best-review::before {
  content: "o";
  position: absolute;
  font-family: bilua-icons2;
  right: 20px;
  font-size: 2rem;
  color: #fcd03f;
}
.reviews--rating .prod__box--stars {
  position: relative;
  display: inline-block;
  transform: scale(1.3);
  transform-origin: center left;
  bottom: -1px;
  left: -0.05rem;
  width: 80px;
  filter: hue-rotate(-18deg);
  margin-right: 26px;
}

/* Write Review */
.write-review--error {
  position: relative;
  color: #f8353e;
  font-size: 14px;
}
.close--write-review {
  background: url("/imgs/4/close_icon_grey.svg") no-repeat;
  background-size: 40px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0.5;
  cursor: pointer;
}
.close--write-review:hover {
  opacity: 1;
}

/* Star Rating System */
.write-review--star-ratings {
  margin-top: 6px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 170px;
  margin-bottom: 20px;
}
.write-review--star-ratings .star {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 1.41421;
  position: relative;
  display: flex;
  margin-right: 4%;
}
.write-review--star-ratings .star:hover {
  cursor: pointer;
}
.write-review--star-ratings .star path.star-border {
  fill: rgb(65, 64, 66);
  fill-opacity: 0.1;
  fill-rule: nonzero;
}
.write-review--star-ratings .star path.star-body {
  fill: rgb(230, 230, 230);
  fill-rule: nonzero;
}
.write-review--star-ratings .star.s1.hovered path.star-body,
.write-review--star-ratings .star.s1.rated-star path.star-body {
  fill: #000;
}
.write-review--star-ratings .star.s2.hovered path.star-body,
.write-review--star-ratings .star.s2.rated-star path.star-body {
  fill: #000;
}
.write-review--star-ratings .star.s3.hovered path.star-body,
.write-review--star-ratings .star.s3.rated-star path.star-body {
  fill: #000;
}
.write-review--star-ratings .star.s4.hovered path.star-body,
.write-review--star-ratings .star.s4.rated-star path.star-body {
  fill: #000;
}
.write-review--star-ratings .star.s5.hovered path.star-body,
.write-review--star-ratings .star.s5.rated-star path.star-body {
  fill: #000;
}
.write-review--star-ratings .star:active {
  transform: scale(0.9);
}

/* ----------- ORDENAR! ------------- */
.product--unit-price-wrapper {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}
.product--unit-price-wrapper > span {
  display: block;
  line-height: 1.4;
}
.column--left {
  flex: 1 0 30%;
  margin-right: 10px;
}
.column--right {
  flex: 1 1 80%;
  position: relative;
}
.free-ship {
  color: #00c167;
  font-size: 16px;
  font-size: 1rem;
  flex-shrink: 0;
  margin-right: 14px;
}

.product--price-and-variations.single-variaton .product--variations {
  display: none;
}
.product--price-and-variations.discontinued .column--left {
  display: none;
}
.product--actions.noMp .product--quantity-selector {
  display: none;
}
.product--actions.noMp .product--cta::before {
  content: none;
}
.product-quantity--button_minus,
.product-quantity--button_minus.disabled {
  opacity: 1;
}
.product--cta span::before {
  margin-right: 20px;
  font-size: 2rem;
  top: -2px;
  position: relative;
  text-rendering: geometricPrecision;
}

/* -- NEW iOS 8 Pure CSS Switch -- */
input[type="checkbox"].switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 400ms all;
  transition: 400ms all;
  margin: 0 auto 0 auto;
  display: block;
  border-radius: 50px;
  background: #fafafa;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  width: 72px;
  height: 30px;
  outline: 0;
  cursor: pointer;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  animation: input 4s;
}
input[type="checkbox"].switch:checked,
input[type="checkbox"].switch.checked {
  background: #53d669;
  box-shadow: inset 0 0 0 15px #53d669;
  transition: 250ms all;
}
input[type="checkbox"].switch::before {
  content: "";
  transition: 300ms all;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: auto;
  transform: translate(0, 0);
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 40px;
  background: #ffffff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06), 0 6px 10px 0 rgba(0, 0, 0, 0.05),
    0 0 2px 0 rgba(0, 0, 0, 0.07), 0 4px 6px 0 rgba(0, 0, 0, 0.06),
    0 1px 1px 0 rgba(0, 0, 0, 0.11);
  animation: button 3s ease-out;
}
input[type="checkbox"].switch:checked::before,
input[type="checkbox"].switch.checked::before {
  transform: translate(42px);
}
input[type="checkbox"].switch.red:checked,
input[type="checkbox"].switch.red.checked {
  background: #ff4f2f;
  box-shadow: inset 0 0 0 15px #ff4f2f;
}
input[type="checkbox"].switch.orange:checked,
input[type="checkbox"].switch.orange.checked {
  background: #ffac42;
  box-shadow: inset 0 0 0 15px #ffac42;
}
input[type="checkbox"].switch.yellow:checked,
input[type="checkbox"].switch.yellow.checked {
  background: #ffe842;
  box-shadow: inset 0 0 0 15px #ffe842;
}
input[type="checkbox"].switch.green:checked,
input[type="checkbox"].switch.green.checked {
  background: #50df3d;
  box-shadow: inset 0 0 0 15px #50df3d;
}
input[type="checkbox"].switch.blue:checked,
input[type="checkbox"].switch.blue.checked {
  background: #40a7ed;
  box-shadow: inset 0 0 0 15px #40a7ed;
}
input[type="checkbox"].switch.purple:checked,
input[type="checkbox"].switch.purple.checked {
  background: #af57ec;
  box-shadow: inset 0 0 0 15px #af57ec;
}

input[type="checkbox"].switch::after {
  content: "M";
  font-family: bilua-icons;
  font-size: 19px;
  position: absolute;
  text-align: center;
  top: 4px;
  left: 37px;
  font-weight: 500;
  letter-spacing: 0.06rem;
  color: #bebebe;
}
input[type="checkbox"].switch:hover::after {
  color: #4cc862;
}
input[type="checkbox"].switch:checked::after,
input[type="checkbox"].switch.checked::after {
  content: "v";
  left: 15px;
  top: 2px;
  color: white;
  font-size: 22px;
}

/* Promo TAGS/Badges in Products List, Product Page & Cart  */
/* @ Product LIST */
.desktop .prod__box .promo-tag {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 43, 34, 0.88);
  color: white;
  padding: 6px 8px;
  max-width: 48px;
  font-size: 11px;
  line-height: 1.2;
  z-index: 1;
}
/* @ Product Page */
.desktop .product--purchase-info .has-promo,
.checkout .item .has-promo {
  display: block;
  position: relative;
  flex: 2 1 auto;
}
.desktop .product--purchase-info .has-promo::before,
.checkout .item .has-promo::before {
  content: "G";
  position: absolute;
  font-family: bilua-icons2;
  display: flex;
  align-items: center;
  color: #f8353e;
  font-size: 38px;
  text-transform: uppercase;
  height: 100%;
  bottom: 1px;
}
.desktop .product--purchase-info .has-promo .promo-message--main,
.checkout .item .has-promo .promo-message--main {
  display: block;
  font-family: Inter;
  font-size: 16px;
  margin-bottom: 2px;
  color: #434343;
  padding-left: 52px;
}
.desktop .product--purchase-info .has-promo .promo-message--main > span,
.checkout .item .has-promo .promo-message--main > span {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  color: #f8353e;
}
.desktop .product--purchase-info .has-promo .promo-message--coupon,
.checkout .item .has-promo .promo-message--coupon {
  display: block;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01rem;
  color: #6e6e6e;
  padding-left: 52px;
}
.desktop .product--purchase-info .has-promo .promo-message--coupon > span,
.checkout .item .has-promo .promo-message--coupon > span {
  font-size: 14px;
  font-weight: 600;
  color: #404040;
  letter-spacing: 2px;
  padding: 1px 4px 1px 6px;
  display: inline-block;
  margin: 0 4px;
  border: 1px dashed #c8c8c8;
  background-color: #f6f6f6;
  cursor: initial;
  font-family: Inter;
}
/* @ Cart (checkout) */
.checkout .item .has-promo {
  position: relative;
  display: flex;
  float: left;
  width: calc(100% + 140px);
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed #e3e3e3;
  flex-direction: row;
  align-items: center;
}
.checkout .item .has-promo::before {
  position: relative;
  bottom: initial;
  font-size: 20px;
  margin-right: 10px;
}
.checkout .item .has-promo .promo-message--main {
  padding-left: 0;
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  color: #f4511e;
}
.checkout .item .has-promo .promo-message--coupon {
  padding-left: 8px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0;
}
.checkout .item .has-promo .promo-message--main::after {
  position: relative;
  content: "i";
  padding-left: 8px;
  font-family: bilua-icons2;
  color: #b6b6b6;
  top: 2px;
}

/* --- Custom BOX - Fixed & Expandable Boxes -- Look at Miscota Naturals --- */
.custom-box {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0 16px 32px 0;
  border: 1px solid hsl(0, 0%, 88%);
  border-radius: 4px;
  line-height: 1.45;
  background-color: #fff;
  flex: 0 1 100%;
  justify-content: space-between;
  flex-direction: column;
  font-size: 14px;
  border-bottom-width: 2px;
  border-bottom-color: #d0d0d0;
  border-radius: 8px;
  transition: border-color 0.5s ease-in;
  box-sizing: border-box !important;
}
.custom-box *,
.custom-box *::after,
.custom-box *::before {
  box-sizing: inherit;
}
.custom-box--invisible-trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
  opacity: 0;
  display: block;
}
.custom-box--header {
  position: relative;
  background-color: #ffffff;
  flex: 1 1 auto;
  height: auto;
  border: 0 !important;
  margin-right: 0;
  border-radius: 6px;
  overflow: visible;
  flex-direction: row;
  display: flex;
  margin-bottom: 0;
  padding: 15px 24px 12px 24px;
  justify-content: space-between;
  line-height: 1.4;
  transition: background-color 0.2s ease-out;
}
.custom-box--header-actions {
  position: static;
  display: flex;
  width: auto;
  flex: 0 0 auto;
  height: auto;
  align-items: center;
  align-self: flex-start;
}
.custom-box--header-actions > button,
.custom-box--header-actions > a {
  margin-left: 22px;
}
.custom-box--toggle-button {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border-radius: 60px;
  z-index: 5;
  flex: 0 0 48px;
  pointer-events: none;
  transition: background-color 0.2s ease-in-out;
  transform-origin: center;
}
.desktop .custom-box--toggle-button::before,
.desktop .custom-box--toggle-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #bdbdbd;
  transform: rotateZ(-45deg) translate3d(-3px, -2.5px, 0);
  border-radius: 1px;
}
.desktop .custom-box--toggle-button::after {
  width: 12px;
  height: 2px;
  transform: rotateZ(-45deg) translate3d(2.5px, 3px, 0);
}
.desktop .custom-box:hover .custom-box--toggle-button::before,
.desktop .custom-box:hover .custom-box--toggle-button::after {
  background-color: #989898;
}
.custom-box .custom-box--link-button .button-text {
  font-family: Inter;
  color: #464646;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0;
}
.custom-box--header-content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  padding-top: 4px;
}
.custom-box--title,
.custom-box--title h2 {
  font-family: Kanit;
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  text-align: left;
  line-height: 1.15;
  display: flex;
  align-items: center;
}
.custom-box--title h2,
.custom-box--title p,
.custom-box--title h3,
.custom-box--title span,
.custom-box--title strong,
.custom-box--title b {
  display: inline-block;
}
.custom-box--title strong,
.custom-box--title b {
  font-weight: 700;
}
.custom-box--content {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  flex-direction: column;
  border-radius: 0 0 6px 6px;
  background-color: white;
  overflow: hidden;
  padding-top: 4px;
}
.custom-box--content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.custom-box--content-products {
  flex: 1 1 49%;
  margin-bottom: 54px !important;
}
.custom-box--content-products .product-list__ul {
  padding: 12px 10px 0 24px !important;
  justify-content: flex-start;
}
.custom-box--content-products .prod__box {
  flex: 1 1 calc(20% - 16px) !important;
  margin-right: 14px;
  margin-bottom: 14px;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}
.desktop .custom-box:not(.is-open) .custom-box--content-products .prod__box {
  height: 340px !important;
}
.desktop
  .custom-box:not(.is-open)
  .custom-box--content-products
  .prod__box
  .prod__box--shipping--text {
  top: 310px !important;
}
.desktop
  .custom-box:not(.is-open)
  .custom-box--content-products
  .prod__box
  .prod__box--shipping--icon {
  top: 310px !important;
  padding: 1px 1px 0 4px;
}
.custom-box:not(.is-open)
  .custom-box--content-products
  .prod__box
  .prod__box--content {
  margin-bottom: 0px;
}
.custom-box .prod__box--content {
  margin-bottom: 57px;
}
.custom-box
  .custom-box--content-products
  .prod__box
  .prod__box--product-variations {
  display: none;
}
.custom-box .prod__box .prod__box--image {
  height: 140px !important;
  flex: 0 0 140px !important;
}
.custom-box .prod__box .prod__box--image img {
  max-height: 120px;
}
.desktop
  .custom-box--invisible-trigger:hover
  + .custom-box--header
  .custom-box--toggle-button,
.custom-box--toggle-button:hover,
.desktop
  .expandable-box.is-open
  .custom-box--header:hover
  .custom-box--toggle-button {
  background-color: rgba(224, 224, 224, 0.4);
}
.custom-box--toggle-button:active,
.custom-box--invisible-trigger:active
  + .custom-box--header
  .custom-box--toggle-button,
.expandable-box.is-open .custom-box--header:active .custom-box--toggle-button {
  transform: scale3d(0.92, 0.92, 1);
  background-color: #e8e8e8 !important;
  box-shadow: inset 0 4px 0 -1px rgba(0, 0, 0, 0.03);
  transition: none;
}

.expandable-box {
  will-change: height;
}
.desktop .expandable-box:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}
.expandable-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  box-shadow: 0 10px 24px -3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.expandable-box--trigger {
  cursor: pointer !important;
} /* <--- Don't put more styles in this class!!! */
.expandable-box .custom-box--header {
  cursor: default;
}
.expandable-box .custom-box--toggle-button {
  display: flex;
  margin-right: -8px;
}
.expandable-box .custom-box--content {
  overflow: hidden;
}
.featured .custom-box--header::before {
  border-left: 4px solid #ffc400 !important;
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 70%;
}

.custom-box.is-open {
  border-color: #efefef;
}
.custom-box.is-open::before {
  opacity: 1;
  animation: opacity 0.3s 0.5s both;
}
.desktop .custom-box.is-open:hover {
  box-shadow: none;
}
.desktop .custom-box.is-open .custom-box--header:hover {
  background-color: rgba(150, 150, 150, 0.06);
}
.custom-box.is-open .custom-box--header:active {
  background-color: rgba(150, 150, 150, 0.15);
  transition: none;
}
.custom-box.is-open .custom-box--content {
  max-height: 4000px;
}
.custom-box.is-open .custom-box--invisible-trigger {
  max-height: 74px;
  max-height: 0;
}
.custom-box.is-open .custom-box--toggle-button::before {
  transform: rotateZ(45deg) translate3d(-3px, 2.5px, 0);
}
.desktop .custom-box.is-open .custom-box--toggle-button::after {
  transform: rotateZ(225deg) translate3d(-2.5px, 3px, 0);
}
.custom-box.is-open .prod__box .prod__box--image {
  height: 160px !important;
  flex: 0 0 160px !important;
}
.custom-box.is-open .prod__box .prod__box--image img {
  max-height: 145px;
  transition: max-height 0.12s ease-out;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Swiper Slide Custom Styles */
.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-bullet:last-child:first-child {
  opacity: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.custom-box .swiper-container.custom-box--content-products {
  align-items: flex-start;
  width: 100%;
  height: auto;
  overflow: visible;
  width: calc(100% - 46px);
  align-items: flex-start;
}
.custom-box .swiper-container.custom-box--content-products .product-list__ul {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 0 16px 0 !important;
  justify-content: flex-start;
  margin: 0 0 0 1px !important;
  flex-wrap: nowrap;
  z-index: 2 !important;
}
.custom-box
  .swiper-container.custom-box--content-products
  .swiper-wrapper
  .prod__box {
  margin-right: 0;
  flex: 0 0 auto !important;
  min-width: 160px;
  max-width: 380px;
  margin-bottom: 0;
  border: 1px solid #eeeeee;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-top: 12px;
}
.custom-box .swiper-pagination {
  bottom: -16px !important;
  z-index: 1 !important;
}
.whitespace {
  position: relative;
  height: 80px;
  width: 100%;
}
.col2 img {
  width: 100%;
  margin: 1rem 0 1.4rem;
}

/* -------- USER Zone -------- */
body.user {
  background: #ffffff;
  box-sizing: border-box;
  font-family: "Kanit", sans-serif;
}
body.user *,
body.user *:before,
body.user *:after {
  box-sizing: inherit;
}
body.user .content {
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  max-width: 1600px;
}

.user .user-zone {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.user .user-zone .title-wrapper {
  margin-bottom: 16px;
}

.user .user--hello {
  display: flex;
  flex-direction: column;
  padding: 0 15px 0 22px;
  height: 58px;
  justify-content: flex-end;
}
.user .user--hello > span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02rem;
  line-height: 1.4;
  color: #888;
}
.user .user--hello .hello-name {
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  color: #000;
  padding-bottom: 11px;
  user-select: none;
  cursor: default;
}
.user .user--hello .hello-name b {
  font-weight: 600;
}

.user.desktop .user--menu {
  flex: 0 1 20%;
  min-width: 200px;
  max-width: 280px;
  padding: 20px 0;
  height: auto;
  border-right: 1px solid #ebebeb;
}
.user .user--menu > .user--menu-items {
  border-radius: 4px;
  padding: 14px 0 0;
}
.user .user--menu > .user--menu-items > li {
  position: relative;
  font-size: 15px;
  border-left: 5px solid transparent;
  cursor: pointer;
  user-select: none;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 55px;
}
.user .user--menu > .user--menu-items > li p {
  width: auto;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 15px 0 55px;
  margin: 0;
  text-decoration: none;
  color: #848484;
  user-select: none;
  font-family: "Kanit", sans-serif;
  color: #000;
  height: 55px;
}
.user .user--menu > .user--menu-items > li p > b {
  padding-left: 0.32em;
  font-weight: inherit;
}
.user .user--menu > .user--menu-items > li > a {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  text-decoration: none;
  color: #888;
}
.user.desktop .user--menu > .user--menu-items:hover > li.active {
  border-color: transparent;
}
.user.desktop .user--menu > .user--menu-items > li:hover {
  border-left: 5px solid #000;
  background-color: #f2f2f2;
}
.user.desktop .user--menu > .user--menu-items > li:hover p {
  color: #000000;
  font-weight: 500;
}
.user.desktop .user--menu > .user--menu-items > li:hover [class*="icon2-"] {
  color: #00c167;
}
.user .user--menu > .user--menu-items > li.active,
.user.desktop .user--menu > .user--menu-items > li.active:hover {
  border-left: 5px solid #000;
  cursor: default;
}
.user .user--menu > .user--menu-items > li.active p {
  font-weight: 500;
  color: #000000;
}
.user .user--menu > .user--menu-items > li.active [class*="icon2-"] {
  color: #00c167;
}
.user.desktop .user--menu > .user--menu-items > li.active::after {
  content: "";
  position: absolute;
  right: -9px;
  border: 7px solid #ebebeb;
  border-color: #fafafa transparent transparent #fafafa;
  transform: rotate(-45deg);
  box-shadow: -1px -1px 0 0 hsla(0, 0%, 89%, 1);
  border-radius: 0;
}
.user .user--menu > .user--menu-items > li > [class*="icon2-"],
.user .user--menu > .user--menu-items > li > a > [class*="icon2-"] {
  padding: 0 0 0 18px;
  font-size: 20px;
  color: hsla(0, 0%, 75%, 1);
  display: flex;
  align-items: center;
}
.user .user--menu-items #option-help p::after {
  content: "-";
  font-family: bilua-icons2;
  font-size: 13px;
  position: relative;
  margin-left: 10px;
  color: #000;
  font-weight: bold;
}
.user .user--menu-items .menu-notification {
  position: relative;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  border-radius: 14px;
  background-color: #ff0000;
  color: white;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 10px;
}

.user .user--menu > .user--menu-items #option-resume p {
  background: url("/imgs/4/icon-panel-de-control-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-resume.active p {
  background: url("/imgs/4/icon-panel-de-control-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-account p {
  background: url("/imgs/4/icon-mi-cuenta-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-account.active p {
  background: url("/imgs/4/icon-mi-cuenta-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-orders p {
  background: url("/imgs/4/icon-mis-pedidos-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-orders.active p {
  background: url("/imgs/4/icon-mis-pedidos-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-autoship p {
  background: url("/imgs/4/icon-entrega-periodica-01.svg") no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-autoship.active p {
  background: url("/imgs/4/icon-entrega-periodica-01.svg") no-repeat;
  background-size: 30px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-points p {
  background: url("/imgs/4/icon-puntos-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-points.active p {
  background: url("/imgs/4/icon-puntos-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-help p {
  background: url("/imgs/4/icon-soporte-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user.is-mobile .user--menu > .user--menu-items #option-help p {
  background: url("/imgs/4/icon-soporte-01.svg") no-repeat;
  background-size: 20px;
  background-position: 20px;
}

.user .user--menu > .user--menu-items #option-addresses p {
  background: url("/imgs/4/icon-direcciones-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-addresses.active p {
  background: url("/imgs/4/icon-direcciones-01.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-payment p {
  background: url("/imgs/4/icon-tarjeta.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}
.user .user--menu > .user--menu-items #option-payment.active p {
  background: url("/imgs/4/icon-tarjeta.svg") no-repeat;
  background-size: 25px;
  background-position: 20px;
}

.user.is-mobile .user--menu > .user--menu-items li p,
.user.is-mobile .user--menu > .user--menu-items li.active p {
  background-position: left !important;
  padding-left: 35px;
  height: 100%;
}

.user .user-box.dash .user-box--header > .left-col img {
  width: 60px;
}

.user .user--menu-content {
  flex: 0 1 80%;
  flex-wrap: nowrap;
}
.user .user--menu-content > header {
  flex: 1 1 auto;
  padding-left: 34px;
}
.user .user--menu-content > header > h2 {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 3px solid green;
  width: auto;
}
.user .user--menu-breadcrumb > span {
  margin-right: 10px;
  border-bottom: 2px solid transparent;
  padding: 2px 1px 1px;
  cursor: pointer;
}
.user.desktop .user--menu-breadcrumb > span:hover {
  margin-right: 10px;
  border-bottom: 2px solid #00c167;
  color: #4d4d4d;
}
.user .user--menu-breadcrumb > span:not(:first-of-type) {
  margin-left: 10px;
}

.user .user--menu-content > .user-section:not(#section-resume),
.user .user--menu-content > .user-tab-content:not(#section-resume-resume) {
  display: none;
}
.user .user--menu-content > .user-section,
.user .user--menu-content > .user-tab-content {
  display: block;
  overflow: hidden;
  padding: 0;
  padding-bottom: 40px;
}
.user #section-resume-details.user-tab-content {
  transition: transform 0.4s ease-in-out;
}

.user.desktop #section-resume {
  margin-top: 30px;
}
.user #section-resume .user--tab-wrapper {
  display: none;
}

.user .user--tab-items {
  display: flex;
  flex-direction: row;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
  align-items: flex-end;
  padding-left: 31px;
  margin-bottom: 30px;
  background-color: white;
}
.user .user--tab-items > li {
  padding: 18px 8px 5px 8px;
  margin: 0 30px -1px 0;
  font-family: "Kanit", sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #848484;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  user-select: none;
}
.user.desktop .user--tab-items > li:not(.active):hover {
  border-color: transparent;
  font-weight: 400;
  letter-spacing: 0.018em;
}
.user.desktop .user--tab-items > li:hover {
  color: #141414;
}
.user .user--tab-items > li.active,
.user.desktop .user--tab-items > li.active:hover {
  font-weight: 400;
  color: #000000;
  border-color: #000;
  cursor: default;
}

.is-mobile.user .user--tab-items > li.active,
.is-mobile.user.desktop .user--tab-items > li.active:hover {
  border: none;
  color: #000;
}

.user .user-tab-content {
  padding-left: 32px;
  margin-bottom: 40px;
}
.user .user-tab-content:not(:first-of-type) {
  display: none;
}
.user .tab-container {
  position: relative;
  display: flex;
  padding-right: 20px;
  flex-direction: column;
  margin-bottom: 80px;
}
.user .tab-container--wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
  justify-content: flex-start;
}
.user .tab-container--wrapper.new-tab {
  border: 2px solid #307dff;
  border-radius: 8px;
  padding: 17px 22px 16px;
  position: relative;
  display: none;
  background-color: white;
}
.user .tab-container--wrapper.new-tab::before {
  content: "";
  position: absolute;
  left: 32px;
  top: -6px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #ffffff;
  z-index: 2;
  border: 2px solid #307dff;
  border-color: #307dff transparent transparent #307dff;
  border-radius: 0;
}

.user .form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.user .form.account {
  justify-content: flex-start;
}
.user .w50 {
  width: 50%;
  flex: 0 0 50%;
}
.user .w75 {
  width: 75%;
  flex: 0 0 75%;
}
.user .w100 {
  width: 100% !important;
  flex: 1 1 100% !important;
}
.user .w-auto {
  width: auto;
  flex: 0 1 auto;
}

.user .form .form-message {
  display: none;
  position: relative;
  text-align: left;
  margin-bottom: 24px;
  color: #f8353e;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  width: 100%;
  padding: 12px 10px 12px 45px;
  border: 2px solid #f8353e;
  border-radius: 2px;
  flex-direction: column;
  line-height: 1.3;
}
.user .form .form-message::before {
  content: "D";
  font-family: bilua-icons2;
  text-transform: uppercase;
  position: absolute;
  font-size: 24px;
  left: 12px;
  top: 5px;
}
.user .form #input-repeat-password label {
  font-weight: 500;
  color: #424242;
}

/*Dashboard*/
.user .user-box.dash {
  flex: 1 1 calc(50% - 20px);
  padding: 16px 30px 12px 22px;
  justify-content: flex-start;
  transition: box-shadow 0.12s ease-in-out, border 0.12s;
  cursor: pointer;
  user-select: none;
}
.user.desktop .user-box.dash:hover {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 2px #e6e6e6, 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.12s ease-in-out, border 0.12s;
}
.user.desktop .user-box.dash:active {
  transform: translateY(2px);
}
.user.is-mobile .user-box.dash {
  flex: none;
}
.user .user-box.dash .user-box--header {
  position: relative;
  order: 0;
  background: none;
  border: none !important;
  display: flex;
  flex-direction: row;
  padding: 0;
  height: auto;
  margin-bottom: 15px;
  align-items: center;
  flex: 0 1 auto;
}
.user .user-box.dash .user-box--header::after {
  content: ":";
  position: absolute;
  right: 0;
  top: 12px;
  font-family: bilua-icons2;
  font-weight: bolder;
  color: #000000;
  align-self: flex-start;
}
.user.desktop .user-box.dash .user-box--header:hover {
  background: none;
}
.user.desktop .user-box.dash:hover .user-box--header::after {
  color: #000;
}
.user .user-box.dash .user-box--header > .left-col {
  flex: 0 0 60px;
  height: 60px;
  margin-right: 18px;
}
.user .user-box.dash .user-box--header > .right-col {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.user .user-box.dash .user-box--header h2 {
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 2px;
  color: #000000;
}
.user .user-box.dash .user-box--header h2 > b {
  font-weight: inherit;
}
.user .user-box.dash .user-box--header p {
  font-size: 14px;
  color: #848484;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Kanit", sans-serif;
}
.user .user-box.dash .user-box--header p.state-ok {
  color: #000;
  font-weight: 500;
}
.user .user-box.dash .user-box--header p.state-ko {
  color: #ff7043;
  font-weight: 500;
}
.user .user-box.dash .header-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.user .user-box.dash .main-content {
  padding-left: 79px;
}
.user .user-box.dash.my-orders .data-row {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.user .user-box.dash.my-orders .data-row:nth-of-type(2) {
  margin-bottom: 0;
}
.user .user-box.dash.my-orders .data-row:last-of-type {
  border-bottom: none;
  margin-bottom: 4px;
}
.user .user-box.dash.my-orders .data-row.row-titles {
  border-bottom: none;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.user .user-box.dash .data-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}
.user .user-box.dash .data-row:last-of-type {
  margin-bottom: 10px;
}
.user .user-box.dash .data-row .order-data.price {
  flex: 0 0 20%;
}
.user .user-box.dash .order-data:last-of-type {
  padding-right: 0;
}
.user .user-box.dash .data-value {
  font-size: 13px;
  line-height: 1.4;
}
.user .user-box.dash .data-value > span {
  display: block;
}
.user .user-box.dash .data-value > span.card-type {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-size: 1em;
  letter-spacing: 0.2rem;
}
.user .user-box.dash .data-value > span.card-number {
  font-family: "Kanit", sans-serif;
  font-size: 1.2em;
}
.user .user-box.dash.my-orders .order-data:nth-of-type(1) {
  flex: 0 0 42%;
}
.user .user-box.dash.my-orders .order-data:last-of-type {
  align-items: flex-end;
}
.user .user-box.dash.my-orders .header-icon {
  color: #ffc107;
}
.user .user-box.dash.my-autoship .header-icon {
  color: #ff7043;
}
.user .user-box.dash.my-address .header-icon {
  color: #00c167;
}
.user .user-box.dash.my-cards .header-icon {
  color: #2196f3;
}
.user .user-box.dash.my-account .header-icon {
  color: #ab47bc;
}
.user .user-box.dash.my-account .order-data:not(:last-of-type) {
  margin-bottom: 16px;
}

.user .user-box {
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  color: #000000;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 20px 18px 0;
  background-color: white;
  flex: 0 1 calc((100% / 3) - 20px);
  order: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.16s ease-in-out;
  font-family: "Kanit", sans-serif;
}
.user.desktop [class^="user-box"]:hover {
  color: #424242;
  transition: box-shadow 0.16s ease-in-out;
}
.user.desktop [class^="user-box"]:hover > .box-actions {
  opacity: 1;
}
.user [class^="user-box"].main-option,
.user [class^="user-box"].selected {
  border: 1px solid #00c167;
  box-shadow: inset 0 0 0px 1px #00c167, 0 0 24px -2px rgba(0, 193, 103, 0.2);
  background-color: white;
  transition: box-shadow 0.12s ease-in-out;
}
.user.is-mobile #section-account-payment .user-box {
  margin-bottom: 10px;
}
#section-account-payment .tab-container .no-cards,
#section-orders-details .tab-container .no-orders,
#section-orders-reviews .tab-container .no-reviews {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #848484;
}

.user .user-box.main-option,
.user .user-box.selected {
  border: 1px solid #e6e6e6;
  box-shadow: inset 0 0 0px 1px #e6e6e6, 0 0 0 0 #e6e6e6,
    0 0 24px -2px hsla(0, 0%, 90%, 0.2);
  background-color: white;
  transition: box-shadow 0.12s ease-in-out;
  background-image: url("/imgs/check_icon_blue.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 10px top 10px;
}
.user.desktop .user-box.main-option:hover,
.user.user-box.selected:hover {
  box-shadow: inset 0 0 0px 1px #e6e6e6, 0 0 0 2px hsla(0, 0%, 90%, 0.55),
    0 0 24px -2px hsla(0, 0%, 90%, 0.55);
  border-color: #e6e6e6;
}
.user .user-box.order {
  width: 100%;
  flex: 1 1 100%;
  padding: 0;
  background-color: white;
  overflow: hidden;
  margin-bottom: 30px;
}
.user.desktop .user-box.order:last-of-type {
  margin-bottom: 30px;
}

.button-light.load_more_orders {
  order: 1;
  height: 60px;
  flex: 0 0 calc(100% - 20px) !important;
  border-width: 2px;
  margin: 0;
  background-color: #000 !important;
}
.button-light.load_more_orders .button-text {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff !important;
}
.button-light.load_more_orders .button-icon {
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
}

#section-orders-reviews .button-light.load_more_orders {
  width: 100%;
}

.user #section-account-address .user-box {
  transition: order 1s ease-in-out;
}
.user.is-mobile #section-account-address .user-box {
  margin-bottom: 10px;
}

.user .box-main-info .complete-name,
.user .user-box--interests .option-name {
  padding-right: 26px;
}
.user .box-main-info .complete-name {
  font-weight: 600;
}
.user .box-main-info .card-type {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  color: #848484;
  margin-bottom: 10px;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
}
.user .box-main-info .card-number {
  font-size: 19px;
  font-family: "Kanit", sans-serif;
  margin-left: -1px;
}
.user .box-main-info .card-name {
  margin-bottom: 4px;
  font-family: "Kanit", sans-serif;
}

.user .box-actions {
  position: relative;
  margin-top: 12px;
  opacity: 0.5;
  margin-bottom: -5px;
}
.user .box-actions > span {
  display: inline-block;
  margin-right: 22px;
  font-size: 11px;
  font-weight: 400;
  color: #848484;
  cursor: default;
  padding: 6px 0 1px 1px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 2px;
  user-select: none;
  cursor: pointer;
}
.user .box-actions > span:last-of-type {
  margin-right: 0;
}
.user .main-option .box-actions .check_default {
  display: none !important;
}
.user.desktop .box-actions > span:hover {
  color: #307dff;
  border-bottom: 2px solid #307dff;
  margin-bottom: 1px;
}
.user.desktop .box-actions > span.green:hover {
  color: #4caf50;
  border-bottom: 2px solid #4caf50;
}
.user.desktop .box-actions > span.red:hover {
  color: #f44336;
  border-bottom: 2px solid #f44336;
}
.user.desktop .box-actions > .check_default:hover {
  color: #307dff;
  border-bottom: 2px solid #307dff;
}
.user .box-actions > span:active {
  transform: translateY(1px);
}

.user .region-and-country .region::after {
  content: ".";
}

.user .user-box--add {
  min-height: 110px;
  min-width: 30%;
  max-width: 16%;
  border: 2px dashed #e6e6e6;
  background-color: white;
  cursor: default;
  user-select: none;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 19px;
}
.user.desktop .user-box--add:hover {
  border: 2px dashed #e6e6e6;
  background-color: #e6e6e6;
  color: #424242;
}
.user.is-mobile .user-box--add {
  max-width: 100%;
  margin-bottom: 10px;
}
.user .user-box--add:active {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #e6e6e6;
  transform: translateY(1px);
  box-shadow: inset 0 1px 0 0px rgba(0, 0, 0, 0.1);
}
.user .user-box--add .add-option-icon {
  font-size: 32px;
}
.user .user-box--add .box-main-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.user .user-box--add .box-main-info img {
  width: 40px;
  opacity: 0.8;
  margin-bottom: 10px;
}

/* My Orders */
.user .user-box .user-box--header {
  background-color: #ffffff;
  flex: 0 0 95px;
  border: none !important;
  border-bottom: 1px solid hsl(0, 0%, 92%) !important;
  margin-right: 0;
  border-radius: 0;
  overflow: hidden;
  font-size: 14px;
  flex-direction: column;
  display: block;
  padding: 12px 50px 16px 70px;
  margin-bottom: 0;
}
.user .user-box .user-box--header.is-open {
  flex: 0 0 auto;
  height: auto;
  overflow: visible;
}
.user .user-box.new .user-box--header,
.user .user-box.validated .user-box--header,
.user .user-box.in-queue .user-box--header,
.user .user-box.in-process .user-box--header,
.user .user-box.in-transit .user-box--header,
.user .user-box.active .user-box--header {
  background-color: white;
}

.user .user-box .header-main {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
}
.user .user-box .header-trigger {
  position: absolute;
  display: flex;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  padding-top: 2px;
  user-select: none;
  border-radius: 60px;
}
.user.desktop .user-box .header-trigger:hover {
  background-color: hsla(0, 0%, 88%, 0.4) !important;
}
.user .user-box .user-box--header .header-trigger::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #bdbdbd;
  transition: transform 0.12s ease-in-out;
  transform: rotateZ(-45deg) translate3d(-2.5px, -2.5px, 0);
  border-radius: 2px;
}
.user .user-box .user-box--header .header-trigger::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #bdbdbd;
  transition: transform 0.12s ease-in-out;
  transform: rotateZ(-45deg) translate3d(2.5px, 2.5px, 0);
  border-radius: 2px;
}
.user.desktop .user-box:hover .user-box--header .header-trigger::before {
  transform: rotateZ(-45deg) translate3d(-4px, -3px, 0) scaleY(1.3);
  background-color: hsla(0, 0%, 64%, 1);
  background-color: #000;
}
.user.desktop .user-box:hover .user-box--header .header-trigger::after {
  transform: rotateZ(-45deg) translate3d(3px, 4px, 0) scaleX(1.3);
  background-color: hsla(0, 0%, 64%, 1);
  background-color: #000;
}
.user.desktop .user-box:hover .user-box--header .header-trigger:active {
  transform: scale3d(0.92, 0.92, 1);
  background-color: #e8e8e8 !important;
  box-shadow: inset 0 4px 0 -1px rgba(0, 0, 0, 0.03);
  transition: none;
}

.user.desktop .user-box .user-box--header.is-open .header-trigger::before {
  transform: rotateZ(45deg) translate3d(-4.5px, 1px, 0);
  background-color: #afafaf;
}
.user.desktop .user-box .user-box--header.is-open .header-trigger::after {
  transform: rotateZ(225deg) translate3d(-1.5px, 4.5px, 0);
  background-color: #afafaf;
}
.user.desktop .user-box .header-trigger:hover::before,
.user.desktop .user-box .header-trigger:hover::after {
  background-color: #000 !important;
}
.user.desktop .user-box .user-box--header.is-open .header-trigger:hover::before,
.user.desktop .user-box .user-box--header.is-open .header-trigger:hover::after {
  background-color: #000 !important;
}
.user.desktop .user-box .header-trigger > span {
  position: absolute;
  font-size: 10px;
  color: #9e9e9e;
  font-weight: 300;
  bottom: 14px;
  letter-spacing: 0.04rem;
}
.user.desktop .user-box:hover .header-trigger > span {
  color: #808080;
}

.user .user-box .user-box--header .header-trigger.cancel::before {
  transform: rotateZ(45deg) translate3d(-1px, -1px, 0);
  background-color: #f8353e;
  height: 20px;
}
.user .user-box .user-box--header .header-trigger.cancel::after {
  transform: rotateZ(225deg) translate3d(1px, 1px, 0);
  background-color: #f8353e;
  width: 20px;
}
.user.desktop .user-box .user-box--header .header-trigger.cancel:hover::before {
  transform: rotateZ(45deg) translate3d(-1px, -1px, 0) scale3d(1.3, 1.3, 1);
  background-color: #f8353e;
}
.user.desktop .user-box .user-box--header .header-trigger.cancel:hover::after {
  transform: rotateZ(225deg) translate3d(1px, 1px, 0) scale3d(1.3, 1.3, 1);
  background-color: #f8353e;
}

.user .user-box.config-on .header-trigger.cancel {
  display: flex;
}

.user .user-box.autoship .order-state {
  flex: 0 0 35%;
}
.user .user-box.autoship .order-resume {
  flex: 0 0 65%;
}
.user .user-box.autoship .order-data.date {
  flex: 0 0 35%;
}
.user .user-box.autoship .order-data.frequency {
  flex: 0 0 40%;
}
.user .user-box.autoship .order-data.left-col {
  flex: 0 0 32%;
}
.user .user-box.autoship .order-data.center-col {
  flex: 0 0 calc(42% + 3px);
}

.user .user-box.autoship .user-box--footer button {
  max-width: 150px;
}

.user .user-box .header-details {
  flex: 1 1 65%;
}
.user .user-box .order-state {
  display: flex;
  flex: 0 0 40%;
}
.user .user-box .order-state {
  flex: 0 0 40%;
}
.user .user-box .order-state--icon {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 20px;
  left: 18px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
  font-family: bilua-icons2;
}
.user .user-box.new .order-state--icon {
  background-color: #ba68c8;
}
.user .user-box.new .order-state--icon::before {
  content: "`";
  padding-left: 1px;
}
.user .user-box.validated .order-state--icon {
  background-color: #4fc3f7;
  padding-left: 2px;
  font-size: 20px;
}
.user .user-box.validated .order-state--icon::before {
  content: "!";
  padding-left: 2px;
}
.user .user-box.in-queue .order-state--icon {
  background-color: #ffb300;
  padding-right: 2px;
}
.user .user-box.in-queue .order-state--icon::before {
  content: "x";
}
.user .user-box.in-process .order-state--icon {
  background-color: #ffb300;
  padding-right: 0;
}
.user .user-box.in-process .order-state--icon::before {
  content: "&";
}
.user .user-box.in-transit .order-state--icon {
  background-color: #f8353e;
  padding-left: 2px;
}
.user .user-box.in-transit .order-state--icon::before {
  content: "w";
}
.user .user-box.completed .order-state--icon {
  background-color: #66bb6a;
  padding-left: 1px;
}
.user .user-box.completed .order-state--icon::before {
  content: "s";
  padding-left: 1px;
}
.user .user-box.canceled .order-state--icon {
  background-color: #9e9e9e;
  padding-left: 1px;
  font-size: 18px;
}
.user .user-box.canceled .order-state--icon::before {
  content: "c";
}

.user .user-box .order-resume {
  display: flex;
  flex: 0 0 58%;
  padding-top: 9px;
}
/* PHA-288 Tracking button + New Bar with order steps - specific styles set in layout_[shop].css*/
.user .user-box .order-resume {
  flex: 0 0 67%;
}
.user .user-box .order-tracking {
  flex: 1 1 auto;
  margin-right: 35px;
  padding: 10px;
  height: 38px;
}
.user .user-box .user-box--order-state-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid hsl(0, 0%, 92%) !important;
  border-radius: 0;
  padding: 0px 10px;
}
.user .user-box .user-box--order-state-list hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: auto 7px;
  padding: 0;
  width: 100%;
}
.user .user-box .order-state-list--block {
  display: flex;
  align-items: center;
  flex: 1 1 50%;
  align-self: center;
  flex-direction: column;
  white-space: nowrap;
}
.user .user-box .order-state-list--icon {
  font-family: bilua-icons2;
  font-size: 22px;
}
.user .user-box .order-state-list--icon.new::before {
  content: "`";
}
.user .user-box .order-state-list--icon.validated {
  font-size: 20px;
}
.user .user-box .order-state-list--icon.validated::before {
  content: "!";
}
.user .user-box .order-state-list--icon.in-process::before {
  content: "&";
}
.user .user-box .order-state-list--icon.in-transit {
  font-size: 24px;
}
.user .user-box .order-state-list--icon.in-transit::before {
  content: "w";
}
.user .user-box .order-state-list--icon.completed::before {
  content: "s";
}
/* PHA-288 */

.user .user-box .data-title {
  font-family: "Kanit", sans-serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 1px;
  color: #848484;
  display: block;
  padding-bottom: 4px;
  width: auto;
  flex: 0 0 auto !important;
}
.user .user-box.dash.my-orders .data-title {
  padding-bottom: 0;
}
.user .user-box .order-state .data-title,
.user .user-box .section-title {
  position: relative;
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  text-transform: initial;
  color: initial;
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 1.5;
  left: -1px;
}
.user .user-box .order-data {
  padding-right: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Kanit", sans-serif;
}
.user .user-box .order-data.date {
  flex: 0 0 40%;
}
.user .user-box .order-data.date {
  flex: 0 0 30%;
}
#section-orders-details .user .user-box .order-data.total-amount {
  flex: 0 0 20%;
}
#section-autoship-index .user .user-box .order-data.total-amount {
  flex: 0 0 25%;
}
.user .user-box .order-data.total-amount .data-value {
  font-family: "Kanit", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.user .user-box .order-data.order-number {
  flex: 1 1 auto;
}
.user .user-box .order-data.left-col {
  flex: 0 0 36%;
  width: auto;
}
.user .user-box .order-data.left-col {
  flex: 0 0 33%;
}
.user .user-box .order-data.center-col {
  flex: 0 0 calc(38% + 3px);
}
.user .user-box .order-data.center-col {
  flex: 0 0 calc(33% + 3px);
}
.user .user-box .order-data.right-col {
  flex: 1 1 auto;
  padding-right: 0;
}

.user .user-box .data-value {
  line-height: 1.2;
  padding: 0px;
  border: 1px solid transparent;
  font-size: 13px;
}
.user .user-box .data-value.editable {
  position: relative;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  padding: 5px 30px 5px 5px;
  width: 150px;
}
.user .user-box .data-value.editable:after {
  content: "g";
  font-family: "bilua-icons2";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
.user .user-box .data-value.order-id {
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 2px;
}
.user .user-box .header-details .order-resume {
  padding-top: 6px;
}
.user .user-box .header-details .data-value {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user .user-box .header-details .data-value span {
  display: block;
  line-height: 1.45;
}
.user .user-box .data-value--wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  white-space: nowrap;
}
.user .user-box .header-details .data-value.flex-row {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex: 0 0 auto;
}
.user .user-box .data-value.left-col {
  flex: 1 1 70%;
}
.user .user-box .data-value.left-col {
  flex: 1 1 auto;
  padding-right: 30px;
}
.user .user-box .data-value.right-col {
  flex: 1 1 30%;
  text-align: right;
}
.user .user-box .data-value.right-col {
  flex: 1 1 100%;
}
.user .user-box .data-value span.left-col {
  flex: 1 1 70%;
  text-align: left;
}
.user .user-box .data-value span.right-col {
  flex: 1 1 30%;
  text-align: right;
}

.user .user-box .data-value.vendor {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  margin-top: 5px;
}
.user .user-box .data-value.vendor span {
  color: #307dff;
  margin-left: 5px;
}

.user .user-box .user-box--content {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: nowrap;
  height: auto;
  margin: 0;
  border: none;
  background: none;
  flex-direction: row;
  padding: 10px 22px 4px 70px;
}
.user .user-box .user-box--content .section-title {
  flex: 0 0 100%;
}
.user .user-box .user-box--content .order--items {
  display: flex;
  flex: 0 0 75%;
  flex-direction: row;
  padding-right: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.user .user-box .order--single-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100px;
  text-align: center;
  justify-content: center;
  padding-top: 8px;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 140px;
  justify-content: stretch;
}
.user .user-box .order--single-item .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 2px 2px 8px 0 #e6e6e6;
  width: 100%;
  height: 105px;
}
.user .user-box .order--single-item img {
  max-height: 80px;
  max-width: 100%;
}
.user .user-box .order--single-item a {
  font-size: 12px;
  color: #848484;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.3;
  flex: 1 1 auto;
  overflow: hidden;
  margin: 5px 0;
  display: block;
  display: flex;
  flex-direction: row;
}
.user .user-box .order--single-item a span {
  border-bottom: 1px solid transparent;
  word-break: break-word;
}
.user .user-box .order--single-item a:hover span {
  color: #307dff;
}
.user .user-box .order-item--price {
  margin-top: 4px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #000;
}
.user.is-mobile .user-box .order-item--price {
  margin-bottom: 60px;
}
.user .user-box .order-item--price > span {
  font-size: 0.875rem;
  font-weight: 500;
}
.user .user-box .order--single-item .product-brand {
  max-width: none;
  width: auto;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  padding: 5px 0;
  color: #848484;
}
.user .user-box .order--single-item .product-name {
  font-size: 13px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.3;
  padding-right: 0;
}
.user .user-box .order--single-item .product-quantity {
  color: #000;
  font-weight: 600;
  padding-right: 4px;
  word-break: unset;
}
.user .user-box .order--single-item .product-variation {
  color: #000;
  font-size: 11px;
  margin-bottom: 3px;
  flex: 0 0 14px;
  overflow: hidden;
}
.user .user-box .user-box--footer {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid hsl(0, 0%, 92%);
  padding: 10px 30px;
}
.user .user-box .order--single-item .order-item--quantity {
  width: 100%;
}

.user .user-box .button-light.mini {
  height: auto;
  padding: 0 12px;
  flex: 0 0 auto;
  width: auto;
  display: block;
  border-radius: 4px;
}
.user .user-box .button-light.mini p,
.user .user-box .button-light.mini .button-text {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.user .user-box .button-light.mini .button-icon {
  font-size: 0.66rem;
  padding: 0;
}

.user .user-box .button-light.down-up {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.3s 0.3s cubic-bezier(0, 0.85, 0.6, 1.06),
    opacity 0.4s 0.3s ease;
  position: absolute;
  bottom: 0;
}
.user.desktop .user-box:hover .button-light.down-up {
  transform: translateY(0);
  opacity: 1;
}

@media (hover: hover) {
  /* ----- Standar CSS = For all & TOUCHSCREEN  ///  (hover:hover) = ONLY DESKTOP ----- */
  .user .user-box .button-light.down-up {
    transform: translateY(60px);
    opacity: 0;
  }
}

.user .user-box .order--more-items {
  display: none;
}
.user .user-box.has-more .order--single-item {
  display: none;
}
.user .user-box.has-more .order--single-item:nth-of-type(-n + 5) {
  display: flex;
}
.user .user-box.has-more article:nth-of-type(5) .order--more-items {
  display: flex;
}
.user .user-box.has-more .order--more-items {
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-self: center;
  flex: 0 0 120px;
  padding: 14px 14px 48px;
  color: #bdbdbd;
  cursor: pointer;
  background-color: white;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -17px;
}
.user .user-box.has-more .order--more-items > .remaining-items--number {
  font-size: 55px;
  line-height: 1.1;
  font-weight: 300;
  padding-right: 8px;
  pointer-events: none;
}
.user .user-box.has-more .order--more-items > .remaining-items--text {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  pointer-events: none;
}
.user .user-box.has-more .order--more-items > .remaining-items--see-all {
  position: absolute;
  display: none;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  background-color: #d1d1d1;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.user .user-box.has-more .order--more-items > .remaining-items--see-all::after {
  content: "~";
  position: absolute;
  font-family: bilua-icons2;
  font-size: 40px;
  color: white;
}
.user.desktop
  .user-box.has-more
  .order--more-items:hover
  > .remaining-items--number,
.user.desktop
  .user-box.has-more
  .order--more-items:hover
  > .remaining-items--text {
  display: none;
}
.user.desktop
  .user-box.has-more
  .order--more-items:hover
  > .remaining-items--see-all {
  display: flex;
  pointer-events: all;
}
.user .user-box.has-more .order--more-items:active > .remaining-items--see-all {
  background-color: #bdbdbd;
  transform: scale(0.96);
}

.user .user-box .user-box--content .order--actions {
  display: flex;
  flex: 0 0 25%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20px;
}
.user .user-box .user-box--content .order--actions .button-light {
  flex: 0 0 auto;
  margin: 6px 0;
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  transition: background-color 0.2s ease;
}
.user
  .user-box
  .user-box--content
  .order--actions
  .rate-products
  .button-wrapper
  p {
  background-image: url("/imgs/4/star_full.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  padding-left: 25px;
}
.user
  .user-box
  .user-box--content
  .order--actions
  .rate-products:hover
  .button-wrapper
  p {
  background-image: url("/imgs/4/star_full.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
}

.user .user-box .button-light.grey {
  /* background-color: hsla(0, 0%, 92%, 1); */
}
.user.desktop .user-box .button-light.grey:hover {
  background-color: #307dff;
  border-color: #307dff;
  transition: none;
  color: #ffffff;
}
.user .user-box .button-light:active {
  color: #ffffff;
  border-color: #307dff;
  background-color: #000;
  transition: none;
  transform: translateY(1px);
}

.user
  .user-box
  .user-box--content
  .order--actions
  .button-light.rate-products
  .button-icon {
  font-size: 22px;
  color: #424242;
  margin-right: 4px;
}
.user.desktop
  .user-box
  .user-box--content
  .order--actions
  .button-light.rate-products:hover
  .button-icon {
  color: #444444;
}
.user
  .user-box
  .user-box--content
  .order--actions
  .button-light.rate-products:active
  .button-icon {
  color: #444444;
}
.user-title {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 2px 0;
  display: block;
  align-items: center;
  text-align: center;
  color: #000000;
  font-family: "Inter";
  text-align: left;
}
.user-subtitle {
  font-family: "Kanit", sans-serif;
  font-size: 13px;
  color: #848484;
  font-weight: 300;
  margin: 0 0 0.2rem 0;
  cursor: default;
}

.is-mobile.user .user-box .user-box--content .order--items,
.is-mobile.user .user-box .user-box--content .order--actions {
  flex: none;
}

/* Reviews @ user zone */
.user .user-box.product-review {
  flex: 1 1 100%;
  width: 100%;
  padding: 12px 18px 12px;
  overflow: hidden;
}
.user .user-box.product-review .user-box--header {
  padding: 0;
  background: none;
  flex: 0 0 90px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-bottom: none !important;
  overflow: visible;
  align-items: center;
}
.user .user-box.product-review .left-col {
  flex: 1 1 60%;
  padding-right: 60px;
}
.user .user-box.product-review .right-col {
  margin: 0;
  flex: 0 0 280px;
}
.user .user-box.product-review .right-col.write-review--product-recommend {
  padding-left: 4px;
  margin-bottom: 10px;
}
.user .user-box.product-review .write-review--star-ratings {
  margin: 0;
  width: 100%;
  padding-bottom: 5px;
  padding-right: 20px;
}
.user .user-box.product-review .image-wrapper {
  height: 90px;
  width: 120px;
  flex: 0 0 120px;
  display: flex;
  margin-right: 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
}
.user.is-mobile .user-box.product-review .image-wrapper {
  top: 0px;
}
.user .user-box.product-review .image-wrapper img {
  max-height: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  width: auto;
}
.user .user-box.product-review .user-box--header a {
  font-family: "Kanit", sans-serif;
  text-decoration: none;
  padding: 0 0 0 140px;
  line-height: 1.2;
}
.user .user-box.product-review .user-box--header a span {
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid transparent;
  padding: 0;
  transition: all 0.2s ease;
}
.user.desktop .user-box.product-review .user-box--header a:hover span {
  border-bottom: 1px solid #307dff;
  color: #307dff;
}
.user .mid-title {
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding-left: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #000000;
  order: 1;
  width: 100%;
}
.user.desktop .user-box.product-review .user-box--header:hover {
  background: none;
}

.user .user-box.product-review .user-box--content {
  padding: 20px 0 0 140px;
  display: none;
}
.user .user-box.product-review .product-review--form {
  display: flex;
  width: 100%;
}
.user .user-box.product-review textarea {
  width: 100% !important;
  padding: 10px 18px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 16px;
}
.user .user-box.product-review .product--section-title {
  font-size: 1.25rem;
  font-weight: 300;
}
.user .user-box.product-review .send-review--button {
  margin-top: 5px;
  height: 44px;
}
.user .user-box.product-review .write-review--product-recommend label::before {
  border-color: #00c167;
}

.user .user-box.product-review.is-open .user-box--header {
  flex: 0 0 auto;
  height: auto;
  padding-top: 22px;
}
.user .user-box.product-review.is-open .user-box--content {
  display: flex;
  background: none;
}
.user .user-box.product-review.is-open .image-wrapper {
  height: 180px;
}
.user #section-orders-reviews .products-reviewed {
  order: 2;
  width: 100%;
  padding-right: 18px;
}
.user #section-orders-reviews .products-to-review {
  order: 1;
  width: 100%;
  padding-right: 18px;
  margin-bottom: 20px;
}
.user #section-orders-reviews .reviews--resume-rating .prod__box--stars {
  transform: scale3d(3, 3, 1);
}
.user .products-reviewed .write-review--star-ratings {
  position: relative;
}
.user .products-reviewed .user-box.product-review .user-box--header {
  padding-top: 15px;
}
.user.desktop
  .products-reviewed
  .user-box.product-review.is-open
  .image-wrapper {
  height: 120px;
}

/* User points @ user zone */
.user .user-box.user-points {
  padding: 0;
}
.user .user-box.user-points .user-box--header {
  padding: 20px 28px 20px;
  background: none !important;
  display: flex;
  flex-direction: row;
  height: auto;
  flex: 0 0 auto;
}
.user .user-box.user-points .user-box--header .left-col {
  flex: 1 1 40%;
  align-items: flex-start;
  padding-right: 20px;
}
.user .user-box.user-points .user-box--header .right-col {
  flex: 1 1 70%;
  align-items: flex-start;
  padding-right: 60px;
}
.user .user-box.user-points .user-points--big-text {
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 8px;
}
.user .user-box.user-points .user-points--big-text > strong,
.user .user-box.user-points .user-points--big-text > b {
  font-weight: 500;
}
.user .user-box.user-points .user-points--text {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  padding-right: 20%;
  margin: 0 0 5px;
  color: #848484;
  font-weight: 300;
}

.user .user-box.user-points .user-points-bar-wrapper {
  width: 100%;
  padding-top: 46px;
  margin-bottom: 24px;
  position: relative;
}
.user .user-box.user-points .user-points-bar.bg-bar {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 20px;
  height: 10px;
}
.user .user-box.user-points .user-points-bar.progress-bar {
  position: absolute;
  max-width: 100%;
  background-color: #000;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.user .user-box.user-points .user-points-bar.progress-bar > .user-points-money {
  position: absolute;
  left: 0;
  top: -47px;
  font-size: 1.625rem;
  color: #000;
  white-space: nowrap;
  text-align: left;
}
.user .user-box.user-points .user-points-bar-scale {
  margin-top: 10px;
  position: relative;
}
.user .user-box.user-points .user-points-bar-scale > span {
  font-size: 11px;
  font-weight: 300;
  color: #848484;
  border-left: 1px solid #e0e0e0;
  padding-left: 6px;
  position: absolute;
  line-height: 1;
  padding-top: 3px;
  letter-spacing: 1px;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(1) {
  left: 0;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(2) {
  left: 20%;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(3) {
  left: 40%;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(4) {
  left: 60%;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(5) {
  left: 80%;
}
.user .user-box.user-points .user-points-bar-scale > span:nth-of-type(6) {
  left: 100%;
}

.user .user-box.user-points .user-box--content {
  padding: 6px 28px 20px;
  display: none;
}
.user .user-box.user-points .user-mgm-link span > strong,
.user .user-box.user-points .user-mgm-link span > b {
  font-weight: 500;
}
.user .user-box.autoship .data-title .text-light {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
}
.user .user-box.autoship .order-data.config-trigger {
  height: 38px;
  position: relative;
  top: -5px;
}
.user .user-box.autoship .order-state .data-value .autoship-state {
  position: relative;
  color: #f8353e;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.user .user-box.autoship.active .order-state .data-value .autoship-state {
  color: #307dff;
}
.user .user-box.autoship .order-state .data-value .frequency {
  font-size: 13px;
}
.user .user-box.autoship:not(.active) .user-box--header {
  border-bottom: 1px solid hsl(0, 0%, 88%) !important;
}
.user .user-box.autoship:not(.active) .user-box--content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 90%, 0.4);
  pointer-events: none;
  z-index: 0;
}

.user .user-box.autoship .order-resume.autoship-options,
.user .user-box.autoship .order--items .order--single-item > button {
  display: none;
}
.user .user-box.autoship .order-item--price {
  margin-bottom: 0;
  font-family: "Inter";
  font-weight: bold;
  color: #307dff;
}
.user .user-box.autoship .autoship-options.cancel .button-icon {
  color: red;
}
.user .user-box.autoship .button-light.autoship-options {
  display: none;
}
.user .user-box.autoship.config-on .button-light.autoship-options {
  display: flex;
}
.user .user-box.autoship.config-on .order--items .order--single-item > button {
  display: flex;
}
.user .user-box.autoship.config-on .user-box--content {
  margin-bottom: 40px;
}

.user .user-box.autoship .order-state--icon {
  fill: #898989;
}
.user .user-box.autoship .order-state--icon svg {
  position: relative;
  width: 110%;
  height: 110%;
}
.user .user-box.autoship .order-state--icon::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 14px;
  border-width: 0px 4px 0px 4px;
  border-color: transparent #f8353e transparent #f8353e;
  border-style: solid;
  transform: translateX(0px);
  transition: border-width 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.user .user-box.autoship:hover .order-state--icon svg {
  animation: rotate 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1;
}
.user .user-box.autoship.active .order-state--icon {
  fill: #307dff;
}
.user .user-box.autoship.active .order-state--icon::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 14px;
  border-width: 7px 0px 7px 11px;
  border-color: transparent transparent transparent #307dff;
  transform: translateX(2px);
  transition: border-width 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/*popup autoship frequency*/
form.frequency .frequency-selector--wrapper .number-selector {
  margin: 0 10px;
}
form.frequency .autoship-frequency--selector {
  margin: 0 auto;
}
.is-mobile form.frequency .autoship-frequency--selector p {
  font-size: 15px;
}
.popUpContainer-data.modal-autoship-frequency .modal-title {
  justify-content: center;
  padding: 0;
}
.popUpContainer-data.modal-autoship-frequency
  .data-content
  .modal-actions
  button.save,
.popUpContainer-data .data-content form.address .modal-actions button.save {
  background-color: #307dff;
  border: none !important;
}
.popUpContainer-data.modal-autoship-frequency
  .data-content
  .modal-actions
  button.save
  .button-text,
.popUpContainer-data
  .data-content
  form.address
  .modal-actions
  button.save
  .button-text {
  color: #ffffff;
  background-image: url(/imgs/4/check_icon_white.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
}

/* user-box INFO at autoship section */
.user .user-box.autoship-info {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  overflow: hidden;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: transform 0.2s ease-in-out;
}
.user .user-box.autoship-info .autoship-logo {
  position: relative;
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
}
.user .user-box.autoship-info .autoship-logo--image {
  position: relative;
  flex: 0 0 72px;
  height: 72px;
  margin-right: 18px;
  background: url("/imgs/4/ep_icon_blue.svg") no-repeat;
  background-size: contain;
}
.user .user-box.autoship-info .autoship-logo--text {
  position: relative;
  line-height: 1.4;
  font-family: "Inter";
  flex: 1 1 auto;
}
.user .user-box.autoship-info .autoship-logo--text .big-text {
  font-size: 22px;
  color: #000000;
  line-height: 1.1;
  margin-bottom: 6px;
  padding-top: 8px;
}
.user .user-box.autoship-info .autoship-logo--text .small-text {
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  color: #848484;
  line-height: 1.3;
  padding-right: 20px;
}
.user .user-box.autoship-info .autoship-info-trigger {
  position: relative;
  padding: 0;
  margin: 0;
  margin-left: 90px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.24s ease-in-out;
  transform: scale3d(0.91, 0.91, 1);
  transform-origin: left center;
}
.user .user-box.autoship-info .autoship-info-trigger p {
  display: inline-flex;
  margin-right: 7px;
  border-bottom: 1px solid #307dff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #307dff;
}
.user .user-box.autoship-info .autoship-info-trigger span {
  display: inline-flex;
}
.user .user-box.autoship-info .close-button,
.user .close-button {
  border-radius: 60px;
}
.user .user-box.autoship-info .close-button::after {
  content: "f";
  font-family: bilua-icons2;
  font-size: 13px;
}
.user.desktop .user-box.autoship-info .close-button {
  display: none;
}
.user.desktop .user-box.autoship-info:hover .autoship-info-trigger {
  transform: scale3d(1, 1, 1);
}
.user .user-box.autoship-info .flex-row {
  align-items: center;
  flex: 0 0 auto;
}
.user .user-box.autoship-info > .left-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 40%;
  margin-right: 30px;
  z-index: 1;
}
.user .user-box.autoship-info > .right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 1 auto;
  align-self: center;
  z-index: 1;
}
.user .user-box.autoship-info .autoship-benefits {
  width: 100%;
  padding-right: 30px;
}
.user .user-box.autoship-info .autoship-benefits li {
  font-size: 14px;
  line-height: 1.4;
  margin: 7px 0;
  padding-left: 25px;
  background: url("/imgs/check_icon_blue.svg") no-repeat;
  background-size: 20px;
  background-position: left top;
}
.user .user-box.autoship-info .autoship-benefits li::before {
  color: #00c167;
  margin-right: 8px;
  font-size: 13px;
}
.user .user-box.autoship-info .autoship-bg-image {
  position: absolute;
  z-index: 0;
  opacity: 0.2;
  bottom: -73px;
  right: 2%;
  width: 200px;
  height: 200px;
  background: url("/imgs/4/ep_icon_blue.svg") no-repeat;
  background-size: contain;
}

/* Autoship Module @ CART */
.checkout .user-box {
  box-sizing: border-box;
}
.checkout .user-box *,
.checkout .user-box *::after,
.checkout .user-box *::before {
  box-sizing: inherit;
}
.checkout .user-box {
  position: relative;
  width: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: white;
  padding: 0;
}
.checkout .user-box .user-box--header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 18px;
}
.checkout .user-box .main-content {
  display: flex;
  padding-right: 30px;
  flex: 0 1 80%;
  align-items: center;
}
.checkout .user-box .autoship-logo--image {
  flex: 0 0 72px;
  height: 72px;
  margin-right: 18px;
  background: url(/media/4/assets/autoship.png) no-repeat;
  background-size: contain;
}
.checkout .user-box .autoship-logo--text {
  line-height: 1.4;
  font-family: Inter;
}
.checkout .user-box .autoship-logo--text .big-text {
  font-size: 26px;
  color: #424242;
  cursor: pointer;
}
.checkout .user-box .autoship-logo--text .big-text::after {
  position: relative;
  content: "?";
  font-family: Inter;
  font-size: 12px;
  color: #a5a5a5;
  height: 18px;
  width: 18px;
  border: 1px solid #a5a5a5;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  bottom: 3px;
  cursor: pointer;
}
.checkout.desktop .user-box .autoship-logo--text .big-text:hover {
  color: #42a5f5;
}
.checkout.desktop .user-box .autoship-logo--text .big-text:hover::after {
  color: #42a5f5;
  border-color: #42a5f5;
}
.checkout .user-box .autoship-logo--text .small-text {
  font-size: 15px;
  color: #757575;
}
.checkout .user-box .user-box--content {
  padding: 16px 24px 18px 16px;
  border-top: 1px solid #e1e1e1;
  display: none;
}
.checkout .user-box .autoship-options {
  padding-left: 92px;
  padding-right: 158px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}
.checkout .user-box .green {
  color: #00c167;
}
.checkout .user-box.is-on {
  border-color: #00c167;
  box-shadow: inset 0 0 0 1px #00c167;
}
.checkout .user-box.is-on .user-box--content {
  display: flex;
}
.checkout .modal-select .toggle-button {
  position: absolute;
  align-self: center;
  transition: all 0.12s ease-in-out;
  width: 9px;
  height: 9px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #00c167 #00c167;
  border-radius: 1px;
  transform: rotateZ(-45deg);
  transform-origin: 2px 8px;
  right: 0;
  bottom: 10px;
}
.checkout.desktop .modal-select:hover .toggle-button {
  border-color: transparent transparent #00c167 #00c167;
  transition: all 0.12s ease-in-out;
  transform: scale(1.3) rotateZ(-45deg);
}

.button-light.full {
  background-color: #eeeeee;
  border-color: #eaeaea;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  border-bottom-width: 3px;
}
.desktop .button-light.full:hover {
  background-color: #00c167;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.desktop .button-light.full:hover * {
  color: white;
}
.button-light.full:active {
  border-color: #00c167;
}
.button-light.full.save {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* Autoship Modal INFO - How it Works */
.popUpContainer-data .data-wrapper.autoship-info-wrapper {
  box-sizing: border-box;
}
.popUpContainer-data .data-wrapper.autoship-info-wrapper *,
.popUpContainer-data .data-wrapper.autoship-info-wrapper *::before,
.popUpContainer-data .data-wrapper.autoship-info-wrapper *::after {
  box-sizing: inherit;
}
.popUpContainer-data .data-wrapper.autoship-info-wrapper {
  width: 980px;
  max-width: 980px;
  height: 600px;
  max-height: 600px;
  padding: 0;
}
.popUpContainer-data .data-wrapper.autoship-info-wrapper .data-content {
  position: absolute;
  z-index: 1;
  padding: 0;
  width: 100%;
  height: 100%;
}
.autoship-info-modal.swiper-container {
  position: initial;
  margin: 0;
  padding: 0;
  width: 1020px;
  height: 100%;
  overflow: hidden;
  background-image: url("//static.carethy.net/media/4/assets/autoship/bg_img.jpg");
  background-size: 35%;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.autoship-info-modal .swiper-wrapper {
  display: flex;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  width: 980px;
  transition: transform 0.2s ease-in-out;
}
.autoship-info-modal section {
  margin: 0;
  flex: 0 0 980px;
  width: 980px;
  height: 100%;
  flex-direction: column;
  border-radius: 8px;
  padding: 160px 50px 60px;
  user-select: none;
  margin-right: 40px;
  position: relative;
}
.desktop .autoship-info-modal #autoship-slide-1 {
  padding-left: 70px;
  padding-right: 380px;
}
.desktop .autoship-info-modal #autoship-slide-2 {
  padding: 30px;
  flex-direction: row;
  display: flex;
}
.desktop .autoship-info-modal #autoship-slide-3 {
  padding-left: 70px;
  padding-right: 460px;
  padding-top: 270px;
}
.desktop .autoship-info-modal #autoship-slide-3 .slide-title {
  font-size: 35px;
  line-height: 37px;
}
.autoship-info-modal .box-image {
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
  display: block;
  border-radius: 8px;
  user-select: none;
  pointer-events: none;
  width: 521px;
  height: 600px;
}
.autoship-info-modal .box-image {
  background-image: url(//static.carethy.net/media/4/assets/caja-carethy-catch.jpg);
}
.autoship-info-modal .slide-title {
  font-family: "Inter";
  font-size: 25px;
  color: #307dff;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
.autoship-info-modal .slide-title b {
  font-weight: 500;
}
.autoship-info-modal #autoship-slide-1 ul {
  position: relative;
  z-index: 2;
}
.autoship-info-modal #autoship-slide-1 li {
  margin-bottom: 16px;
  padding-left: 0px;
  position: relative;
}
.autoship-info-modal .big-list-item {
  display: block;
  font-weight: 500;
  font-size: 18px;
  background: url("/imgs/check_icon_blue.svg") no-repeat;
  background-size: 28px;
  background-position: left;
  padding-left: 35px;
}
.autoship-info-modal .small-list-item {
  font-size: 14px;
  color: #898989;
  padding-left: 35px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.autoship-info-modal .how-step {
  display: block;
  flex: 0 0 calc(100% / 4);
  padding-top: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.autoship-info-modal .how-step > .step-image {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
  border-radius: 200px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  border: 2px solid #e9e9e9;
  box-sizing: content-box !important;
}
.autoship-info-modal .how-step > p {
  padding: 0 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
.autoship-info-modal .how-step:nth-of-type(1) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/en/1.jpg);
}
.autoship-info-modal .how-step:nth-of-type(2) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/en/2.jpg);
}
.autoship-info-modal .how-step:nth-of-type(3) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/en/3.jpg);
}
.autoship-info-modal .how-step:nth-of-type(4) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/en/4.jpg);
}
/*ES*/
.autoship-info-modal .lang-es .how-step:nth-of-type(1) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/es/1.jpg);
}
.autoship-info-modal .lang-es .how-step:nth-of-type(2) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/es/2.jpg);
}
.autoship-info-modal .lang-es .how-step:nth-of-type(3) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/es/3.jpg);
}
.autoship-info-modal .lang-es .how-step:nth-of-type(4) > .step-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/es/4.jpg);
}

.autoship-info-modal .slide-title > span {
  display: block;
}
.autoship-info-modal .monitor-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/autoship-monitor-care-en.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 508px;
  height: 502px;
  right: -38px;
  bottom: 30px;
  border-radius: 8px;
}
.autoship-info-modal .lang-es .monitor-image {
  background-image: url(//static.carethy.net/media/4/assets/autoship/autoship-monitor-care-es.png);
}

.autoship-info-modal .autoship-logo {
  position: absolute;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
  margin: 0;
  padding: 0;
  left: 65px;
  top: 40px;
  transform-origin: left;
  align-items: center;
  display: flex;
  border-bottom: none;
}
.autoship-info-modal .autoship-logo--text {
  position: relative;
  font-family: Inter;
  flex: 0 0 auto;
}
.autoship-info-modal .autoship-logo--text .big-text b {
  display: block;
  font-weight: 500;
}
.autoship-info-modal .autoship-logo--text .big-text {
  font-family: "Inter";
  font-size: 28px;
  line-height: 1.06;
  font-weight: 300;
  color: #000000;
  display: inline-block;
}
.autoship-info-modal .autoship-logo--image {
  position: relative;
  flex: 0 0 100px;
  height: 100px;
  margin-right: 10px;
  background: url("/imgs/4/autoship/ep_icon_blue.svg") no-repeat;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
}
.autoship-info-modal .autoship-logo:hover .autoship-logo--image {
  animation: rotate 0.6s cubic-bezier(0.65, 0.05, 0.36, 1) 1;
}

.autoship-info-modal .swiper-button-prev,
.autoship-info-modal .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  width: 300px;
  height: 600px;
  margin-top: 0;
  top: 0;
  left: 0;
  background: rgba(118, 118, 118, 0);
  z-index: 2;
  cursor: pointer;
}
.autoship-info-modal .swiper-button-next {
  left: initial;
  right: 0;
}
.desktop .autoship-info-modal .swiper-button-prev:hover,
.autoship-info-modal .swiper-button-next:hover {
  background: rgba(118, 118, 118, 0.1);
}
.autoship-info-modal .swiper-button-prev::before,
.autoship-info-modal .swiper-button-next::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -40px;
  height: 80px;
  width: 80px;
  border-radius: 90px;
  background-color: rgb(255, 255, 255);
  color: #868686;
  font-size: 26px;
  box-shadow: 0 3px 40px rgba(0, 0, 0, 0.3);
  transform: scale(0.4);
  padding-right: 4px;
  transition: transform 0.12s ease-in-out;
}
.autoship-info-modal .swiper-button-next::before {
  left: initial;
  right: -40px;
  padding-right: initial;
  padding-left: 4px;
}
.desktop .autoship-info-modal .swiper-button-prev:hover::before,
.autoship-info-modal .swiper-button-next:hover::before {
  transform: scale(1);
}
.autoship-info-modal .swiper-pagination {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  left: 50%;
  bottom: 0;
  z-index: 2;
  user-select: none;
  pointer-events: none;
  margin: 0;
}
.autoship-info-modal .swiper-pagination > span {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background-color: #d8d8d8;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  margin: 0 10px !important;
  cursor: pointer;
  transform: scale(1);
  opacity: 1;
}
.autoship-info-modal .swiper-pagination > span.swiper-pagination-bullet-active {
  background-color: #000;
  border: none;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

/* -- Checkmark + Cross ICONS Animated :: https://codepen.io/haniotis/pen/KwvYLO -- */
/* -- for ContentLoading Result -- */
.checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  margin: 10% 0;
  margin: 0;
  box-shadow: inset 0px 0px 0px #00c167;
  animation: fill-green 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark.ko {
  animation: fill-red 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
.checkmark-circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 7;
  stroke-miterlimit: 10;
  stroke: #00c167;
  fill: none;
  stroke-linecap: round;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark.ko .checkmark-circle {
  stroke: #f44336;
  box-shadow: inset 0px 0px 0px #f44336;
  stroke-linecap: round;
}
.checkmark-check {
  transform-origin: 50% 50%;
  stroke-width: 3;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-linejoin: round;
  stroke-linecap: round;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark-cross {
  stroke-width: 2;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
  stroke-linecap: round;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill-green {
  100% {
    box-shadow: inset 0px 0px 0px 30px #00c167;
  }
}
@keyframes fill-red {
  100% {
    box-shadow: inset 0px 0px 0px 30px #f44336;
  }
}

/* Landing Autoship */
.autoship-info-modal.info-landing {
  box-sizing: border-box;
}
.autoship-info-modal.info-landing *,
.autoship-info-modal.info-landing *::before,
.autoship-info-modal.info-landing *::after {
  box-sizing: inherit;
}
.autoship-info-modal.info-landing {
  background: white;
  width: 100%;
  position: relative;
  padding: 3.5vw 0 0 110px;
}
.desktop .autoship-info-modal.info-landing .autoship-logo {
  position: relative;
  left: initial;
  top: inherit;
  margin-bottom: 30px;
  left: initial;
  padding-left: 64px;
}
.autoship-info-modal.info-landing #autoship-slide-1,
.autoship-info-modal.info-landing #autoship-slide-2,
.autoship-info-modal.info-landing #autoship-slide-3 {
  padding: 0;
}
.autoship-info-modal.info-landing section {
  flex: 0 0 100%;
  width: 100%;
  user-select: initial;
}
.desktop .autoship-info-modal.info-landing #autoship-slide-1 {
  padding-right: 46%;
  margin-bottom: 90px;
  padding-left: 70px;
}
.desktop .autoship-info-modal.info-landing #autoship-slide-3 .slide-title {
  padding-left: 70px;
  padding-right: 57%;
}
.autoship-info-modal.info-landing .autoship-logo--image {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  background: url(/media/4/assets/autoship-big.jpg) no-repeat;
  background-size: contain;
}
.autoship-info-modal.info-landing .autoship-logo--text .big-text {
  font-size: 21px;
  padding-top: 4px;
}
.desktop .autoship-info-modal.info-landing .box-image {
  top: -5vw;
  bottom: initial;
  right: 6%;
  width: 46%;
  background-size: contain;
  max-width: 670px;
  height: 37vw;
  max-height: 500px;
  background-position: center;
}
.autoship-info-modal.info-landing .box-image {
  background-image: url(/media/4/assets/caja-carethy.jpg);
}
.autoship-info-modal.info-landing .how-step {
  padding-top: 0;
}
.desktop .autoship-info-modal.info-landing #autoship-slide-2 {
  padding-right: 110px;
  margin-bottom: 110px;
  padding-left: 20px;
}
.desktop .autoship-info-modal.info-landing #autoship-slide-3 {
  height: 450px;
}
.desktop .autoship-info-modal.info-landing .mobile-image {
  left: initial;
  right: 56%;
  height: 420px;
  width: 510px;
  background-position: bottom left;
  z-index: 2;
}
.desktop .autoship-info-modal.info-landing .monitor-image {
  bottom: 0;
  right: 17%;
  width: 600px;
  height: 460px;
  background-position: bottom right;
  background-size: contain;
}

/* --- Add to cart Animation -- */
.popUpBg.fadeIn {
  animation: popUpBg-fade 300ms;
  background-color: rgba(45, 45, 45, 0.2);
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.popUpBg.fadeOut {
  opacity: 0;
  pointer-events: none;
}
.containerFixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  pointer-events: none;
}
#mainPhotoClone {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 500px;
  overflow: hidden;
  cursor: initial;
  filter: none;
  position: absolute;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
  will-change: transform, opacity;
  transform: translateZ(0);
}
#mainPhotoClone > img {
  max-height: 300px;
  max-width: 80%;
  height: auto;
}
#mainhotoClone::after {
  display: none;
  content: none;
}
#mainPhotoClone:hover {
  filter: inherit;
  border: inherit;
  transition: inherit;
}
.flytocart {
  animation: flytocart-animation-inline 1.4s ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes popUpBg-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------- END ----------- */

.single-select {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
  flex: 0 1 100%;
  width: 100%;
}
.single-select label,
.single-select .label {
  color: #919191;
  position: absolute;
  font-size: 11px;
  color: #808080;
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  transform: translateY(21px);
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}
.single-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  flex: 0 1 100%;
  width: 100%;
  overflow: hidden;
}
.single-input > input {
  width: 100%;
  border: none;
  border-radius: 0px;
  outline: none;
  color: #000000;
  font-size: 15px;
  padding: 20px 0 8px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  margin: 0;
  background: none;
  transition: font-size 0s ease;
}

.single-input > select[name="region"]:hover {
  border: none !important;
  box-shadow: none !important;
}
.single-input > input.pass {
  letter-spacing: 1px;
  padding-bottom: 9px;
}
.single-input > input[type="password"].pass {
  font-size: 22px;
  font-weight: bolder;
  letter-spacing: 3px;
  height: 48px;
  font-family: "Kanit", sans-serif;
  color: #606060;
}
.single-input > input:hover,
.single-input > input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.single-input > label,
.single-select > .label {
  color: #848484;
  position: absolute;
  top: 0;
  font-family: "Kanit", sans-serif;
  font-size: 14px;
  font-weight: 300;
  transform: translateY(21px);
  transition: all 0.12s ease-in-out;
  pointer-events: none;
  white-space: nowrap;
}

.single-input > input:-webkit-autofill,
.single-input > input:focus:-webkit-autofill,
.single-input > input:hover:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px white inset;
}

.single-input input:focus ~ label,
.single-input input.filled ~ label,
.single-select .custom-select.filled:not(.is-open) ~ .label,
.single-input input[type="date"] ~ label {
  color: #848484;
  position: absolute;
  font-size: 11px;
  font-weight: 300;
  transform: translateY(0);
  transition: all 0.12s ease-in-out;
}
.single-select.col2,
.single-input.col2 {
  flex: 0 1 calc(50% - 12px);
  transition: flex 0.24s ease-in-out;
}
.single-input > input ~ .input-option {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  padding: 0 0 4px 6px;
  color: #bdbdbd;
  cursor: pointer;
  z-index: 2;
  align-items: center;
}
.single-input > input.filled ~ .input-option:hover {
  color: #616161;
}
.single-input > input.filled ~ .view-password {
  display: flex;
  z-index: 3;
  height: 18px;
}
.single-input > input ~ .view-password::after {
  font-family: bilua-icons2;
  text-transform: uppercase;
}
.single-input > input[type="password"] ~ .view-password::after {
  content: "U";
}
.single-input > input[type="text"] ~ .view-password::after {
  content: "}";
  color: #29b6f6;
}

.single-input.col3 {
  flex: 0 0 calc(33% - 14px) !important;
  margin-right: 24px;
}
.single-input.col-auto {
  flex: 1 1 60% !important;
  margin-right: 14px;
}
.single-input.no-margin-right {
  margin-right: 0 !important;
}

.single-input .input-bottom-line,
.single-select .input-bottom-line {
  width: 100%;
  height: 2px;
  left: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
}
.single-input input:disabled ~ .input-bottom-line {
  display: none;
}
.single-input > .input-bottom-line > .line-grey,
.single-input > .input-bottom-line > .line-color,
.single-select > .input-bottom-line > .line-grey,
.single-select > .input-bottom-line > .line-color {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.single-input .input-bottom-line > .line-grey,
.single-select .input-bottom-line > .line-grey {
  background-color: #d9d9d9;
  width: 100%;
  transition: background-color 0.12s ease-in-out;
  height: 1px;
}
.single-input > .input-bottom-line > .line-color,
.single-select > .input-bottom-line > .line-color {
  position: relative;
  background-color: #307dff;
  opacity: 1;
  flex: 0 0 0px;
  transition: all 0.3s ease-in-out;
}
.single-input > input:hover ~ .input-bottom-line > .line-grey,
.single-input > .custom-select.filled:hover ~ .input-bottom-line > .line-grey,
.single-select > .custom-select:hover ~ .input-bottom-line > .line-grey,
.single-select > .custom-select.filled:hover ~ .input-bottom-line > .line-grey {
  background-color: #bbbbbb;
}
.single-input > input.filled ~ .input-bottom-line > .line-grey,
.single-select > .custom-select.filled ~ .input-bottom-line > .line-grey {
  background-color: #e8e8e8;
}
.single-input > input:focus ~ .input-bottom-line > .line-color,
.single-select > .custom-select.is-open ~ .input-bottom-line > .line-color {
  flex: 1 0 0px;
}

.single-input#input-repeat-password {
  display: none;
}
.form-disabled .single-input > input.filled ~ .input-bottom-line > .line-grey,
.form-disabled
  .single-select
  > .custom-select.filled
  ~ .input-bottom-line
  > .line-grey {
  background-color: transparent;
}

.single-select > .custom-select.filled,
.single-select > select.filled {
  color: #111111;
  font-weight: 400;
}
.single-select > .custom-select {
  width: 100%;
  border: none;
  border-radius: 0px;
  outline: none;
  color: #111111;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01rem;
  padding: 16px 0 6px;
  font-weight: 400;
  font-family: Inter;
  margin: 0;
  background: none;
  transition: font-size 0s ease;
  cursor: pointer;
  position: relative;
  height: 45px;
}
.single-select > .custom-select > ul {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  color: #414141;
  font-size: 14px;
  background-color: white;
  z-index: 0;
  border-radius: 0 0 3px 3px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  top: 18px;
}

.single-select > .custom-select > ul > li {
  padding: 4px 12px;
  cursor: pointer;
  order: 1;
  display: none;
  width: 100%;
  text-align: left;
  flex: 1 1 auto;
}
.single-select > .custom-select > ul > li:hover {
  background-color: rgba(0, 193, 103, 0.3);
  color: black;
}
.single-select > .custom-select > .select-placeholder {
  user-select: none;
}
.single-select > .custom-select.is-open > ul {
  height: auto !important;
  max-height: 40vh;
  top: 45px;
  padding: 10px 0 6px;
  z-index: 3;
  box-shadow: 0 8px 20px -3px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.single-select > .custom-select > ul > li.is-selected {
  background-color: rgba(0, 193, 103, 1);
  color: white;
  cursor: default;
}
.single-select > .custom-select.is-open > ul > li {
  display: block;
}
.single-select > .custom-select > ul > li.select-placeholder {
  font-size: 11px;
  background: none;
  cursor: default;
  margin-bottom: 4px;
  color: #888888;
  pointer-events: none;
  user-select: none;
}
.single-select > .custom-select.filled > ul {
  height: 24px;
}
.single-select > .custom-select.filled:not(.is-open) > ul > li.is-selected {
  order: 0;
  background-color: white;
  color: #111;
  padding-left: 0;
  font-size: 16px;
  cursor: pointer;
  display: block;
}
.custom-select {
  cursor: pointer;
}
.custom-select > input {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: absolute;
  left: -99999px;
}
.custom-select > ul ~ .toggle-button {
  position: absolute;
  align-self: center;
  transition: all 0.12s ease-in-out;
  width: 9px;
  height: 9px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent transparent #929292 #929292;
  border-radius: 1px;
  transform: rotateZ(-45deg);
  transform-origin: 2px 8px;
  right: 0;
  bottom: 12px;
}
.custom-select:hover > ul ~ .toggle-button {
  border-color: transparent transparent #00c167 #00c167;
  transition: all 0.12s ease-in-out;
  transform: scale(1.3) rotateZ(-45deg);
}
.custom-select.is-open > ul ~ .toggle-button {
  border-color: transparent transparent #00c167 #00c167;
  transition: all 0.12s ease-in-out;
  transform: scale(1.1) rotateZ(135deg);
  bottom: 15px;
}

.single-input > input ~ .input-ok,
.single-input > input ~ .input-ko,
.single-select > .custom-select ~ .input-ok,
.single-select > .custom-select ~ .input-ko {
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 10px;
  padding: 4px 2px 8px 8px;
  z-index: 2;
  background-color: white;
  font-weight: bolder;
}
.single-input > input ~ .input-ok::after,
.single-select > .custom-select ~ .input-ok::after {
  content: "b";
  font-family: bilua-icons2;
  text-transform: lowercase;
  color: #00c167;
}
.single-input > input ~ .input-ko::after,
.single-select > .custom-select ~ .input-ko::after {
  content: "c";
  font-family: bilua-icons2;
  text-transform: lowercase;
  color: #ef5350;
}
.single-input.validation-wrong > .input-bottom-line > .line-color,
.single-select.validation-wrong > .input-bottom-line > .line-color {
  background-color: #f8353e;
  flex: 1 0 0px;
}

.single-input--checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 60px;
  font-weight: 300;
  width: auto;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-input--checkbox > input[type="checkbox"],
.single-input--checkbox > input[type="radio"] {
  position: absolute;
  opacity: 0;
  top: -1px;
  left: -2px;
}
.single-input--checkbox > input:checked ~ label {
  color: #000000;
}
.single-input--checkbox > label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  position: relative;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.2;
  user-select: none;
  padding: 10px 0 5px;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 1px 1px 1px 26px;
  font-family: "Inter", sans-serif;
}
.single-input--checkbox > label .email-subscription {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.single-input--checkbox > label > .label-info {
  color: #000;
  font-weight: inherit;
  font-size: 16px;
  margin-top: 4px;
  display: block;
  line-height: 1.3;
  width: 100%;
  background: none;
}
.single-input--checkbox > input:not(:checked) ~ label::before {
  content: "";
  position: absolute;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  flex: 0 0 18px;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 0 #ffffff;
  transition: all 0.12s ease-in-out, border-color 0.05s ease-in-out,
    box-shadow 0.3s ease;
  box-shadow: inset 0 0 0 1px #f5f5f5;
}
.single-input--checkbox > input:checked ~ label::before {
  content: "";
  position: absolute;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  flex: 0 0 18px;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 0 16px #000;
  transition: all 0.12s ease-in-out;
}
.single-input--checkbox > input:not(checked) ~ label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  width: 5px;
  height: 8px;
  border-color: transparent;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-radius: 0;
  transform: rotateZ(-270deg) skewX(0deg) scale(0.2);
  transition: all 0.2s ease-in-out;
}
.single-input--checkbox > input:checked ~ label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border-color: transparent #00c167 #00c167 transparent;
  border-color: transparent #ffffff #ffffff transparent;
  border-width: 0 3px 3px 0;
  border-style: solid;
  transform: rotateZ(45deg) skewX(0deg) scale(1.2);
  transition: transform 0.2s cubic-bezier(0, 0.09, 0.32, 1.03);
  border-radius: 1px;
}
/*.desktop .single-input--checkbox:hover > input:checked:not([disabled]) ~ label::before {box-shadow: inset 0 0 0 16px #000;}*/
.desktop
  .single-input--checkbox:hover
  > input:not([disabled]):not(checked)
  ~ label::before {
  border-color: #bababa;
  border-color: #000;
  box-shadow: inset 0 0 0 1px #307dff;
}
.desktop .single-input--checkbox:hover > input:not(:checked) ~ label {
  color: #0c0c0c;
}

.single-input--checkbox.radio-button > input ~ label::before {
  border-radius: 20px;
  width: 20px;
  height: 20px;
  top: 0;
  left: -1px;
}
.single-input--checkbox.radio-button > input:checked ~ label::after {
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 10px;
  border-radius: 1px;
  top: 3px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-width: 5px;
  border-color: #000;
  border-radius: 6px;
  top: 4px !important;
  left: 4px;
}

.NewSubscriptionPopUpContent
  .single-input--checkbox
  > input:checked
  ~ label::before {
  box-shadow: inset 0 0 0 0px #000;
  border-color: black;
}
.NewSubscriptionPopUpContent
  .single-input--checkbox.radio-button
  > input:checked
  ~ label::after {
  border-color: black;
  border-width: 6px;
  width: 12px;
  height: 12px;
  left: 3px;
}

/* Footer changes labels*/
footer
  .leftInfo
  .subscriptionBox
  .SubscriptionGender
  .single-input--checkbox
  > input:checked
  ~ label::before {
  content: "";
  position: absolute;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  flex: 0 0 18px;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 1px 2px black;
  transition: all 0.12s ease-in-out;
  border-radius: 15px;
}

@media (max-width: 800px) {
  footer p {
    margin-bottom: 0px;
  }
  .SubscriptionGender {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    flex-direction: column;
    gap: 5px;
  }
  .SubscriptionGender .single-input--checkbox > label {
    color: #000;
    font-size: 16px;
  }
  .single-input--checkbox > label.label_email_subscription {
    flex: auto;
  }
  .single-input--checkbox > label .email-subscription {
    font-size: 14px;
  }
  .single-input--checkbox > label > .label-info {
    font-size: 14px;
  }
}

.button-light {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  border-radius: 6px;
  padding: 0 24px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  cursor: default;
  user-select: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  outline: none;
  height: auto;
  background: #f2f2f2;
  cursor: pointer;
}
.desktop .button-light:active {
  color: #ffffff;
  border-color: #00c167;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
  background: #00c167;
  outline: none;
  transition: none;
}
.button-light:not(:first-of-type) {
  margin-left: 12px;
}
.button-light.medium {
  height: 44px;
}
.button-light.grey {
  background: #f2f2f2;
  color: #000000;
}
.button-light.grey:hover,
.button-light.grey:focus,
.button-light.grey:active {
  background-color: #f2f2f2 !important;
  color: #000000 !important;
}

.desktop .button-light:hover {
  background: #000;
  background-color: #000;
  transition: none;
  color: #ffffff;
}
.button-light:active {
  color: #fff;
  border-color: #000 !important;
  background: #000 !important;
  transition: none;
  transform: translateY(1px);
}

.button-light .button-text {
  transition: none;
  padding: 11px 0 11px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-align: left;
  margin: 0;
  font-weight: 400;
}
.button-light .button-text.center {
  text-align: center;
}
.button-light .button-icon + .button-text {
  padding: 11px 9px 11px 0;
  text-align: center;
}
.button-light:active .button-text {
  transition: none;
}
.button-light .button-icon {
  display: none;
  color: #00c167;
  font-size: 1.1rem;
  font-size: 0.7rem;
  display: flex;
  margin-right: 9px;
  position: relative;
  padding-top: 1px;
}
.button-light.icon .button-text {
  padding-right: 30px;
}
.button-light.icon .button-icon {
  display: flex;
  opacity: 0;
  transform: translateX(-30px) rotateZ(-90deg);
}
.button-light.icon.cancel .button-icon {
  opacity: 0.5;
  transform: rotateZ(-90deg) translateX(1px);
  color: grey;
  padding: 0;
  margin: 0;
  transform-origin: center;
}
.desktop .button-light.icon:hover .button-icon {
  display: flex;
  opacity: 1;
  transform: rotateZ(0deg);
  color: #00c167;
}
.desktop .button-light.icon.cancel:hover > .button-icon {
  color: #f8353e;
  transition: all 0.2s ease-in-out, color 0s linear;
}
.button-light.icon.cancel:active > .button-icon {
  color: #ffffff;
}
.desktop .button-light.icon:hover .button-text {
  padding-right: 30px;
}
.button-light.icon:active .button-icon {
  color: white;
}
.button-light.save-address {
  margin-top: 28px;
}
.flex-row.buttons {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  margin-bottom: 4px;
}

.user .button-light.save .button-text {
  background-image: url("/imgs/4/check_icon_grey.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  padding-left: 30px;
  color: #000;
}
.user .button-light.save:hover .button-text {
  background-image: url("/imgs/4/check_icon_white.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  color: #ffffff;
}
.user #section-orders-details .button-light.load_more_orders .button-text,
.user #section-orders-reviews .button-light.load_more_orders .button-text {
  background-image: url("/imgs/4/plus_icon_white.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left;
  padding-left: 33px;
}

.user .button-light.cancel {
  background-color: #ffffff;
  border: 1px solid #f8353e;
}
.user .button-light.cancel .button-text {
  background-image: url("/imgs/4/cancel_icon_red.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left;
  padding-left: 30px;
  color: #f8353e;
}
.user .button-light.cancel:hover .button-text {
  background-image: url("/imgs/4/cancel_icon_white.svg");
}
.user .button-light.autoship-options.cancel .button-text,
.user.is-mobile .button-light.autoship-options.cancel .button-text {
  background-size: 15px;
  padding-left: 20px !important;
}

.button-light.select-credit-card {
  margin: 20px 0;
}
.desktop .button-light.edit:hover {
  border-color: #03a9f4;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0);
  background: #03a9f4;
}
.desktop.user .button-light.edit:hover {
  border-color: #307dff;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0);
  background: #000;
}
.button-light.edit:active {
  background: #0096da;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0.1) !important;
  border-color: #0096da;
}
.button-light.edit .button-icon {
  color: #03a9f4;
}
.desktop .button-light.edit:hover .button-icon,
.desktop .button-light.edit:hover .button-text {
  color: white;
}

.desktop .button-light.cancel:hover {
  border-color: #f44336;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0);
  background: #f44336;
}
.button-light.cancel:active {
  background: #f8353e !important;
  border-color: #f8353e !important;
}
.button-light.cancel .button-icon {
  color: #aaaaaa;
}
.desktop .button-light.cancel:hover .button-icon,
.desktop .button-light.cancel:hover .button-text {
  color: white;
}

.button-light.save {
  background: #ffffff;
  margin-left: 0px;
  border: 1px solid #000;
}
.desktop .button-light.save:hover {
  background: #000;
  color: #ffffff;
}
.button-light.save:active {
  background: #49ab4e;
  box-shadow: inset 0 2px 0 0px rgba(0, 0, 0, 0.1) !important;
  border-color: #4caf50;
}
.button-light.save .button-icon {
  color: #4caf50;
}
.button-light.save .button-icon,
.button-light.save .button-text {
  color: white;
}

/* Input number selector with buttons */
.number-selector {
  display: flex;
  background-color: white;
  height: 30px;
  margin: 10px 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 2px 2px 8px 0 #e6e6e6;
  font-weight: bold;
  color: #848484;
}
.number-selector > input {
  background-color: transparent;
  width: 30px;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  color: #848484;
}
.number-selector > input::-webkit-inner-spin-button,
.number-selector > input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-selector > .decrement-button,
.number-selector > .increment-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}
.number-selector > .decrement-button {
  border-right: 1px solid #e6e6e6;
}
.number-selector > .increment-button {
  border-left: 1px solid #e6e6e6;
}

/* ------------------ D E V  B A R :: O N / O F F  ------------------ */

/*div[style*="background-color:#f0ad4e"] {display: none;}*/ /* Mobile */
/*div[style*="color:#FFEB3B"] {display: none;}*/ /* Desktop */

/* PhotoSwipe 4.1.2 -- 5 Apr 2017 - http://photoswipe.com  */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}
.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1),
  (-webkit-min-device-pixel-ratio: 1.09375),
  (min-resolution: 105dpi),
  (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #ddd;
}
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes "clockwise" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes "clockwise" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes "donut-rotate" {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes "donut-rotate" {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001;
}
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/* CUSTOM CHANGES PhotoSwipe*/
.pswp__bg,
.pswp__item,
.pswp__img--placeholder--blank {
  background-color: white;
}

/* Swiper Custom Banners */
.main-banner {
  position: relative;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  max-width: 100%;
}
.main-banner .swiper-slide {
  max-width: 100%;
}
.main-banner .swiper-slide div,
.main-banner .swiper-slide img,
.main-banner .swiper-slide span {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.new-list
  .prod__box--grid-style
  .prod__box
  .prod__box--action
  .button-wrapper
  .icon2-view-2 {
  margin-right: 8px;
  width: 22px;
}
.new-list
  .prod__box--grid-style
  .prod__box
  .prod__box--action
  .button-wrapper
  .icon2-view-2:before {
  font-size: 20px;
}

.best-selling .bs-productscat {
  display: none;
}
.best-selling .bs-productscat.best_s_beauty {
  display: block;
}

/* PHA-597 - Fixes web */

/* 1. Alinear checkboxes pop-up subscrición newsletter */
.NewSubscriptionPopUpContent .subscriptionForm span {
  display: flex;
  flex-direction: column;
}
.NewSubscriptionPopUpContent .subscriptionForm span label {
  padding-top: 3px;
  font-size: 10px;
}

/* 4. Fixes pop up autos-hip (hover next and previous). Las URLs se han cambiado directamente en sus líneas de origen correspondientes */
.autoship-info-modal .swiper-button-prev,
.autoship-info-modal .swiper-button-next {
  width: auto;
}
.autoship-info-modal .swiper-button-next:hover,
.desktop .autoship-info-modal .swiper-button-prev:hover {
  background-color: transparent;
}

/* 5. Ajustar correctamente subscripción newsletter footer */
footer .full-row-center .module1-handler .subscriptionBox .input_sub {
  margin-bottom: 5px;
}
.subscriptionBox .checkbox-input {
  display: flex;
}
.subscriptionBox .checkbox-input input {
  vertical-align: middle;
}

/* 10. Corrección del solapado de las estrellas del top categoría con el menú de orden de productos */
.is-top-cat-no-subcat .top-cat {
  top: -35px;
}

/* 11. Añadir Button Next and Previous Banners Categories */
.new-list.new-shop .main-wrapper .main-banner .swiper-button-next {
  right: 0;
  background-color: rgba(6, 184, 197, 0.2);
  height: 99%;
  width: 35px;
  margin-top: 0px;
  top: 0;
}
.new-list.new-shop .main-wrapper .main-banner .swiper-button-next:hover {
  background-color: rgba(6, 184, 197, 0.6);
  width: 75px;
}
.new-list.new-shop .main-wrapper .main-banner .swiper-button-prev {
  left: 0;
  background-color: rgba(6, 184, 197, 0.2);
  height: 99%;
  width: 35px;
  margin-top: 0px;
  top: 0;
}
.new-list.new-shop .main-wrapper .main-banner .swiper-button-prev:hover {
  background-color: rgba(6, 184, 197, 0.6);
  width: 75px;
}

/* 15. Centrar hover "Avísame" del botón "Consultar Stock" */
.variation-selector li.no-stock .variation-price {
  padding-top: 10px;
}
.variation-selector li.no-stock .variation-stock-notify {
  top: 35px;
}

/* 16. La flecha-botón ScrollTop del footer hacer que esté fija y se mueva durante todo el scroll en la página */
footer .goUpLink {
  background-image: url(/imgs/4/footer/icon_arrow_white.svg);
  background-color: #000;
  background-size: 20px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 25px;
  display: none;
  z-index: 8;
  border-radius: 30px;
  border: 1px solid #ffffff !important;
}
.is-mobile footer .goUpLink {
  background-size: 16px;
  padding: 23px;
}
.is-mobile.new-home footer .goUpLink {
  bottom: 100px;
}
.is-mobile.is-product footer .goUpLink {
  bottom: 120px;
}
.is-mobile.checkout footer .goUpLink {
  bottom: 155px;
}
/* 17. Quitar el borde verde del botón "Consultar Stock" al seleccionar la segunda imagen en la ficha de producto */
.variation-selector .no-stock.variation-selected {
  box-shadow: none;
}

.opiniones-verificadas {
  position: fixed;
  top: calc(50% - 110px);
  left: 0px;
  z-index: 49;
  background-color: #dfdfdf;
  height: 220px;
  align-items: center;
  display: flex;
  border-radius: 5px;
}

/* PHA-764 - Fixes Web y Mobile */
@media (max-width: 900px) {
  .new-list .prod__box--grid-style .prod__box {
    width: 50%;
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

.warning_min_amount:before {
  background-image: url(/imgs/4/checkout/exclamation_icon_orange.svg);
  background-repeat: no-repeat;
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-position: center;
}
.is-mobile .warning_min_amount:before {
  width: 40px;
  height: 40px;
}
.warning_min_amount {
  border-left: 5px solid #f8353e;
  height: 40px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-family: Inter;
  font-size: 13px;
  color: #000000;
  border-radius: 0px 3px 3px 0px;
  margin-bottom: 10px;
}
.warning_min_amount b {
  display: contents;
}

.warning_min_amount_button:before {
  background-image: url(/imgs/4/checkout/exclamation_icon_orange.svg);
  background-repeat: no-repeat;
  content: "";
  width: 55px;
  height: 55px;
  margin-right: 5px;
  background-position: center;
}
.warning_min_amount_button b {
  display: contents;
}
.warning_min_amount_button {
  border-left: 5px solid #f8353e;
  height: 40px;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Inter;
  font-size: 13px;
  color: #000000;
  border-radius: 0px 3px 3px 0px;
  margin-top: 10px;
  text-align: left;
  line-height: 16px;
  margin-bottom: 10px;
}

.is-mobile .list-products {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px !important;
  flex-wrap: nowrap;
  margin: 0;
}
.is-mobile .list-products .prod-box .prod-action {
  display: flex;
}
.is-mobile .list-products .prod-box:hover .prod-action {
  display: flex;
  position: unset;
  top: unset;
}
.is-mobile .list-products .prod-box .image .prod-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 185px;
}
.is-mobile .list-products .prod-box .image {
  max-height: 180px;
}
.is-mobile .list-products .prod-box .image .prod-image img {
  max-width: 85%;
  max-height: 150px;
  mix-blend-mode: multiply;
}

.swiper-product-box {
  width: 100%;
  position: relative;
}
.swiper-product-box .swiper-container {
  width: 100%;
}
.swiper-product-box ul {
  flex-direction: row;
  justify-content: flex-start;
}
.bg-home .swiper-product-box .swiper-button-prev {
  background-image: url("/imgs/4/left_arrow_icon_black.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  left: -20px;
}
.bg-home .swiper-product-box .swiper-button-next {
  background-image: url("/imgs/4/right_arrow_icon_black_one.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  right: -20px;
}
.hot-deals .swiper-product-box .swiper-button-prev {
  background-image: url("/imgs/4/left_arrow_icon_red.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  left: -20px;
}
.hot-deals .swiper-product-box .swiper-button-next {
  background-image: url("/imgs/4/right_arrow_icon_red.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  right: -20px;
}
.marcadestacada .swiper-product-box .swiper-button-prev {
  background-image: url("/imgs/4/left_arrow_icon_black.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  left: -20px;
}
.marcadestacada .swiper-product-box .swiper-button-next {
  background-image: url("/imgs/4/right_arrow_icon_black_one.svg");
  background-size: 40px;
  background-repeat: no-repeat;
  color: transparent;
  background-position: center;
  right: -20px;
}
.swiper-product-box .swiper-button-prev.swiper-button-disabled,
.swiper-product-box .swiper-button-next.swiper-button-disabled {
  display: none;
}

/*Floating tag*/
.campaign .promo-floating-tag {
  display: none;
}
.campaign .promo-floating-tag.bf {
  display: block;
}
.promo-floating-tag {
  position: absolute;
  top: 0;
  right: 40px;
  background-color: #f8353e;
  color: white;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: center;
  width: max-content;
  padding: 10px 15px;
  border-radius: 0 0 3px 3px;
  z-index: -1;
}
.promo-floating-tag.bf {
  background-color: black;
  color: #fb4e38;
}
.desktop .promo-floating-tag {
  transition: top 2s ease-out;
}
.desktop .promo-floating-tag.open {
  top: 100%;
}
.is-mobile .promo-floating-tag {
  position: fixed;
  top: initial;
  bottom: 0;
  left: 20px;
  right: 20px;
  width: auto;
  padding: 10px 15px;
  padding-top: 15px;
  border-radius: 3px 3px 0 0;
  white-space: nowrap;
  opacity: 0.9;
  overflow: hidden;
  z-index: 9;
}

/*Support center hours hidden if not available*/
body.chat-in-hours .support-center-hours {
  display: none;
}
body.chat-in-hours.chat-online .support-center-hours {
  display: initial;
}

.billing-form .data-content {
  padding: 30px 35px 20px 35px;
}
.billing-form .data-content .modal-main-question {
  color: #000000;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
}
.billing-form label {
  color: #000000;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.billing-form input {
  width: 100%;
  color: #000000;
  border: none;
  border-radius: 3px;
  height: 40px;
  padding: 10px;
  margin-top: 5px;
  background-color: #f2f2f2;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.is-mobile .billing-form .data-content .modal-message {
  margin: 15px;
  width: auto;
}
.is-mobile .billing-form .data-content form {
  padding-top: 12px;
}

.contact-seller .data-content {
  padding: 34px 40px 20px 30px;
}
.contact-seller .data-content .modal-main-question {
  color: #000000;
  font-family: "Inter";
  font-weight: 500;
  font-size: 20px;
}
.contact-seller .data-content form label {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.contact-seller .data-content form textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  resize: none;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  border: 1px solid #848484;
}
.is-mobile .contact-seller .data-content .modal-message {
  margin: 15px;
  width: auto;
}
.is-mobile .contact-seller .data-content form {
  padding-top: 12px;
}

.contact-seller .data-content form .thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  text-align: center;
}
.contact-seller .data-content form .thankyou p {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.contact-seller .data-content form .thankyou p:first-child {
  font-family: "Inter";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
}

/* Brands Menu */
.menu-brands .new-main-nav-hover {
  width: 100%;
  max-height: 65vh;
  margin: 0 30px;
  background-color: #ffffff;
  top: 100%;
  right: 0px;
  overflow: hidden;
  z-index: 1;
}
.menu-brands .new-main-nav-hover .alphabet-list {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.menu-brands .new-main-nav-hover .alphabet-list .title {
  font-family: "Kanit";
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-right: 15px;
}
.menu-brands .new-main-nav-hover .alphabet-list .see-all {
  font-family: "Kanit";
  font-weight: 600;
  font-size: 15px;
  color: #000;
  margin-left: 15px;
  height: 48px;
  display: flex;
  align-items: center;
}
.menu-brands .new-main-nav-hover .alphabet-list > li {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 48px;
  margin-bottom: 4px;
  padding: 0;
  font-family: "Kanit";
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  border-radius: 3px !important;
  border: none !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu-brands .new-main-nav-hover .alphabet-list > li:hover {
  background-color: #f6f6f6;
}
.menu-brands .new-main-nav-hover .alphabet-list > li:active {
  background-color: #d8d8d8;
}
.menu-brands .new-main-nav-hover .alphabet-list > li:nth-of-type(3n) {
  margin-right: 0;
}
.menu-brands .new-main-nav-hover .alphabet-list > li span {
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  background: none;
  width: auto;
}
.menu-brands .new-main-nav-hover .alphabet-list > li.is-active {
  font-weight: 600;
  text-decoration: underline;
}

.menu-brands .new-main-nav-hover .brand-list-search {
  position: absolute;
  width: calc(100% - 200px);
  background-color: white;
  top: 20px;
  top: 0;
  left: 220px;
  left: 200px;
  border-radius: 3px;
  border-radius: 0;
  z-index: 1;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.menu-brands .new-main-nav-hover .brand-list-search > input[type="text"] {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-top: 2px;
  border: none;
  background: none;
  margin: 0;
  background-color: rgba(233, 233, 233, 0.78);
  outline: none;
  box-shadow: none;
  padding-right: 26px;
  transition: background-color 0.2s ease-in;
  font-size: 18px;
}
.menu-brands .new-main-nav-hover .brand-list-search > input[type="text"]:hover,
.menu-brands .new-main-nav-hover .brand-list-search > input[type="text"]:focus {
  background-color: white;
}
.menu-brands
  .new-main-nav-hover
  .brand-list-search
  > input[type="text"]::placeholder {
  position: absolute;
  font-size: 13px;
  padding-top: 0;
  transition: all 0.2s ease;
}
.menu-brands
  .new-main-nav-hover
  .brand-list-search
  > input[type="text"]:focus::placeholder {
  color: #dadada;
}

.menu-brands .new-main-nav-hover .brand-list-search > .icon-search-custom {
  position: absolute;
  left: 24px;
  top: 13px;
  font-size: 21px;
}
.menu-brands .new-main-nav-hover .brand-list-search .icon2-close {
  position: absolute;
  right: 15px;
  font-size: 21px;
  display: none;
  cursor: pointer;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper.search-brand-results {
  display: none;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper {
  width: 100%;
  background-color: #ffffff;
  overflow-y: hidden;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul {
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  column-count: 6;
  column-gap: 10px;
  height: 100%;
  overflow: hidden;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul > li {
  padding: 0;
  border-radius: 3px;
}
.menu-brands
  .new-main-nav-hover
  .brand-list-wrapper
  > ul
  > li.see-more-brands--wrapper {
  display: none;
  width: calc(100% / 6);
  background-color: white;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul > li:hover {
  background-color: #f6f6f6;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul > li:hover span {
  color: black;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul > li:active {
  background-color: #cccccc;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper .brand-title {
  position: relative;
  color: #ffffff;
  padding: 6px 12px;
  margin-bottom: 10px;
  background-color: #00a8b4;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  width: calc(100% - 30px);
  font-size: 26px;
  margin: 9px 15px;
  border-radius: 2px;
}
.menu-brands .new-main-nav-hover .brand-list-wrapper > ul > li > .brand-name,
.menu-brands
  .new-main-nav-hover
  .brand-list-wrapper
  > ul
  > li
  > a
  > .see-more-brands {
  display: inline-block;
  padding: 2px;
  line-height: 1.2;
  text-decoration: none;
  font-family: "Kanit";
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  width: 100%;
  cursor: pointer;
}
.menu-brands
  .new-main-nav-hover
  .brand-list-wrapper
  > ul
  > li
  > a
  > .see-more-brands {
  color: #307dff;
  text-decoration: underline;
}
.menu-brands
  .new-main-nav-hover
  .brand-list-wrapper
  > ul
  > li:hover
  > a
  > .see-more-brands {
  background-color: #ffffff;
}

@media (min-width: 1250px) and (max-width: 1400px) {
  .menu-brands .new-main-nav-hover .brand-list-wrapper > ul {
    column-count: 5;
  }
  .menu-brands
    .new-main-nav-hover
    .brand-list-wrapper
    > ul
    > li.see-more-brands--wrapper {
    width: calc(100% / 5);
  }
}

@media (min-width: 950px) and (max-width: 1249px) {
  .menu-brands .new-main-nav-hover .brand-list-wrapper > ul {
    column-count: 4;
  }
  .menu-brands
    .new-main-nav-hover
    .brand-list-wrapper
    > ul
    > li.see-more-brands--wrapper {
    width: calc(100% / 4);
  }
}

@media (min-width: 650px) and (max-width: 949px) {
  .menu-brands .new-main-nav-hover .brand-list-wrapper > ul {
    column-count: 3;
  }
  .menu-brands
    .new-main-nav-hover
    .brand-list-wrapper
    > ul
    > li.see-more-brands--wrapper {
    width: calc(100% / 3);
  }
}

@media (min-width: 450px) and (max-width: 649px) {
  .menu-brands .new-main-nav-hover .brand-list-wrapper > ul {
    column-count: 2;
  }
  .menu-brands
    .new-main-nav-hover
    .brand-list-wrapper
    > ul
    > li.see-more-brands--wrapper {
    width: calc(100% / 2);
  }
}

@media (max-width: 1050px) {
  .menu-brands .new-main-nav-hover {
    margin: 0 15px;
  }
  .menu-brands .new-main-nav-hover .alphabet-list {
    flex-wrap: wrap;
  }
  .menu-brands .new-main-nav-hover .alphabet-list > li {
    flex: 0 1 45px;
  }
}

/* Brand Landing */
.desktop.all-brands .handler {
  max-width: none;
}
.all-brands .title-section {
  padding: 0 3%;
}
.all-brands .title-section .title {
  text-align: center;
  margin: 30px 0 20px;
}
.all-brands .title-section .title h1 {
  font-family: "Kanit";
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}
.all-brands .searchContainer {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 3%;
  position: relative;
}
.all-brands .searchContainer .inputElement {
  width: 600px;
  position: relative;
  margin: 0 auto;
}
.all-brands .searchContainer .search-box {
  font-weight: 400;
  min-width: 250px;
  box-shadow: none;
  height: 40px;
  border: none;
  border-radius: 25px;
  vertical-align: middle;
  width: 545px;
  padding: 5px 30px 5px 25px;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: #848484;
  background-color: #f2f2f2;
  transition: width 0.1s ease-out;
}
.all-brands .searchContainer .search-button {
  position: absolute;
  right: 0;
  top: 8px;
}
.all-brands .searchContainer .search-button input {
  width: 35px;
  height: 35px;
  border: none;
  background-color: transparent;
  background-image: url(/imgs/4/header/icon-buscar.svg);
  background-repeat: no-repeat;
  background-size: 28px;
}
.all-brands .all-brands-list {
  padding: 0 3%;
}
.desktop.all-brands .all-brands-list .letter-group {
  margin-bottom: 30px;
  column-count: 6;
  column-gap: 10px;
}
.all-brands .all-brands-list .title {
  font-family: "Kanit";
  font-weight: 600;
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
.all-brands .all-brands-list .divisor {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.all-brands .all-brands-list .name {
  font-family: "Kanit";
  font-weight: 300;
  font-size: 15px;
  line-height: 21px;
  color: #000000;
}
.desktop.all-brands .all-brands-list .brands-block:before {
  display: block;
  content: " ";
  margin-top: -180px;
  height: 180px;
  visibility: hidden;
}
.brands-module .brands-module--brand {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.brands-module .swiper-container {
  padding-bottom: 30px;
  width: 100%;
}
.is-mobile .brands-module .swiper-container {
  padding-bottom: 0;
}
.desktop .brands-module .brands-module--brand {
  height: 100px;
}
.desktop .brands-module .brands-module--brand:hover {
  cursor: pointer;
}
.desktop .brands-module .brands-module--brand img {
  width: 150px;
}
/* MOBILE */
.is-mobile .brands-module {
  padding: 0 10px;
}
.is-mobile .brands-module .swiper-pagination {
  display: none;
}
.is-mobile .brands-module .brands-module--brand img {
  width: 100%;
  height: 65px;
}
@media (max-width: 1200px) {
  .brands-module {
    padding: 0 2%;
  }
}

.alphabet-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.alphabet-list-brands {
  display: flex;
}
.letter-key {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 48px;
  margin-bottom: 4px;
  padding: 0;
  font-family: "Kanit";
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  border-radius: 3px !important;
  border: none !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.alphabet-list-brands a {
  color: #000000;
}
.alphabet-list-brands .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod-container .page-width {
  max-width: 1800px;
  margin: 0 auto;
}

.is-mobile .mod-container {
  padding-bottom: 30px;
  padding-top: 40px;
}

section.block-hidden {
  display: none;
}
section.brands-block:not(.block-hidden) ~ .info-noresults {
  display: none;
}
.all-brands .all-brands-list .info-noresults {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.all-brands .all-brands-list .info-noresults h1 {
  font-family: "Kanit";
  font-weight: 600;
  font-size: 16px;
  color: #307dff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.all-brands .all-brands-list .info-noresults p {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #000000;
  margin-bottom: 20px;
}

.is-mobile.all-brands .title-section .title {
  text-align: left;
  margin-bottom: 10px;
}
.is-mobile.all-brands .title-section .title h1 {
  line-height: unset;
  margin: 0;
}
.is-mobile.all-brands .searchContainer {
  margin-bottom: 0;
}
.is-mobile.all-brands .searchContainer .inputElement {
  width: 100%;
}
.is-mobile.all-brands .searchContainer .search-box {
  height: 40px;
  width: 100%;
}
.is-mobile.all-brands .searchContainer .search-button {
  top: 6px;
  right: 10px;
}
.is-mobile.all-brands .all-brands-list .letter-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (min-width: 1250px) and (max-width: 1600px) {
  .desktop.all-brands .all-brands-list .letter-group {
    column-count: 5;
  }
}

@media (min-width: 950px) and (max-width: 1249px) {
  .desktop.all-brands .all-brands-list .letter-group {
    column-count: 4;
  }
}

@media (min-width: 650px) and (max-width: 949px) {
  .desktop.all-brands .all-brands-list .letter-group {
    column-count: 3;
  }
}

@media (min-width: 450px) and (max-width: 649px) {
  .desktop.all-brands .all-brands-list .letter-group {
    column-count: 2;
  }
}

@media (max-width: 449px) {
  .desktop.all-brands .all-brands-list .letter-group {
    column-count: 1;
  }
}

/* Recover Pass */
.recover-pass {
  margin-bottom: 50px;
}
.recover-pass .tituloDato {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.recover-pass .campoDato input {
  margin-bottom: 10px;
  border-radius: 3px;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.recover-pass .accesShopButton {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 30px;
  border-radius: 6px;
}
.recover-pass #errorPassword .campoDato {
  padding-bottom: 10px;
}
.recover-pass .errorSpan {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #f8353e;
}

.is-mobile .recover-pass {
  padding: 0 3%;
}
.is-mobile .recover-pass .campoDato input[type="password"] {
  height: 25px;
}
.is-mobile .recover-pass .errorSpan {
  text-indent: 0;
}

/* SCcrollbars */
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:horizontal {
  height: 3px;
}
::-webkit-scrollbar:vertical {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e8e8e8;
}

/* Print button*/
.print-content {
  padding: 8px 15px;
  border-radius: 6px;
}

/* BF 2021 */
/* Tag */
.product--bf-tag {
  background-color: #000000;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
  padding: 5px 10px;
  border-radius: 3px;
  width: max-content;
  margin-bottom: 5px;
  z-index: 3;
}
.prod-box {
  min-height: 350px !important;
}
.prod-box .floating-tags {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  left: 0;
}
.prod-box .floating-tags .shipping {
  position: unset;
  top: unset;
  left: unset;
}
.is-mobile .prod-box .floating-tags {
  left: 10px;
}
.is-mobile .prod-box .content .prod-name h2 {
  margin: 0;
}
.is-mobile .prod-box .prod-action {
  margin-top: 10px;
}

/* liquidation label */
.liquidation {
  position: absolute;
  z-index: 1;
  padding: 5px 15px;
  background-color: #000;
  right: 0px;
  top: 0px;
  border-radius: 3px;
}
.liquidation span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
}

/* rebajas label */
.rebajas {
  position: absolute;
  z-index: 1;
  padding: 5px 15px;
  background-color: #c50000;
  right: 0px;
  top: 20px;
  border-radius: 3px 0 0 3px;
}
.rebajas span {
  font-size: 14px;
  color: #ffff;
  text-transform: capitalize;
}

@media (max-width: 800px) {
  .liquidation {
    top: -65px;
  }
}
/* end liquidation label */

/* landing promotions*/
.handler.landingpromotions {
  max-width: 1400px;
}
.landing_promotions .landingPromotions_header {
  display: flex;
  flex-direction: column;
  margin-top: 2%;
}
.landing_promotions .landingPromotions_header .landingPromotionsTitle {
  font-size: 32px;
  font-family: "Inter";
  font-weight: bold;
}
.landing_promotions .landingPromotions_header .landingPromotionsSubtitle {
  font-size: 16px;
  font-family: "Kanit";
  margin-top: 10px;
  line-height: 28px;
  color: #000;
}
.landing_promotions .text-seo {
  margin-top: 2%;
}
.landing_promotions .promotions-banners-module {
  margin: 2% 0 0;
}
.landing_promotions .promotions-banners-module .promotions-banners-wrapper {
  flex-wrap: wrap;
}
.landing_promotions .promotions-banners-module .promotions-banner {
  flex: 0 0 calc(100% / 2 - 2%);
  margin: 0 0 10%;
}
.landing_promotions .text-SEO {
  font-family: "Kanit";
  margin-top: 10px;
  margin-top: 50px;
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
}
.landing_promotions .text-SEO .title_SEO {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: "Inter";
  font-weight: 800;
}
.landing_promotions .agrupacion_text_SEO {
  margin-bottom: 30px;
}
.landing_promotions .agrupacion_text_SEO .titulo_SEO {
  font-size: 20px;
  margin: 10px 0;
  font-weight: 800;
  color: #000;
}
.landing_promotions .texto_SEO {
  font-size: 16px;
  margin: 15px 0;
  color: #000;
}
.landing_promotions .agrupacion_text_SEO .texto_SEO {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

@media (max-width: 800px) {
  .landing_promotions {
    margin: 0 4%;
  }
  .landing_promotions .landingPromotions_header {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
  }
  .landing_promotions .landingPromotions_header .landingPromotionsTitle {
    font-size: 25px;
  }
  .landing_promotions .promotions-banners-module {
    margin-top: 15%;
  }
  .landing_promotions .promotions-banners-module .promotions-banner {
    flex: 1 1 100%;
    margin: 0 0 20%;
  }
  .landing_promotions .text-SEO {
    margin-top: 0;
  }
  .landing_promotions .text-SEO .title_SEO {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .landing_promotions .agrupacion_text_SEO {
    margin-top: 10px;
  }
  .landing_promotions .agrupacion_text_SEO .titulo_SEO {
    font-size: 18px;
  }
  .landing_promotions .agrupacion_text_SEO .texto_SEO {
    margin-top: 5px;
  }
}
/*end landing promotions*/

/* Layer OneTrust*/
#ot-sdk-btn-floating.ot-floating-button {
  display: none;
}

/*Product box styles*/
.product-box {
  position: relative;
  flex: 1 1 300px;
  min-width: 244px;
  max-width: 350px;
  display: flex;
  z-index: 0;
}
.product-box .floating-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.product-box .floating-tags-right {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.is-product .product-box .floating-tags-right {
  top: 0;
  right: 0;
}
.product-box .product-bg-hover {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 10px 80px 0px;
}
.is-product .product-box .product-bg-hover {
  padding: 0;
}
.is-product .product-box .floating-tags-right {
  top: 0;
  right: 0;
}
.product-box .shipping {
  background-color: transparent;
  border: none;
  background: transparent;
  padding: 0;
}
.product-box .shipping img {
  height: 30px;
  width: auto;
}
.product-box .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  height: 37vh;
  max-height: 520px;
  filter: brightness(0.95);
  transition: all 0.3s ease;
  position: relative;
}
.product-box .image .link-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.product-box .image .prod-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-box .image .prod-image img {
  max-height: 240px;
  max-width: 80%;
}
.product-box .brand {
  font-family: "Kanit";
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.product-box .brand a,
.product-box .brand a:visited {
  color: inherit;
}
.product-box .product-name {
  order: unset;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-right: 0px;
  display: flex;
  flex: 1 1 auto;
}
.product-box .product-name .title a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-box .second-unit {
  display: flex;
  padding: 2px 5px;
  margin: 0px 30px 10px 30px;
  border: 1px solid #ff5136;
  text-align: center;
  justify-content: center;
  border-radius: 5px;
  color: #ff5136;
  font-family: "Inter";
}
.product-box .rating,
.prod__box .rating {
  display: flex;
  padding: 2px 0;
  margin: 10px 0;
  margin-bottom: 5px;
}
.product-box .delivery-msg {
  text-align: left;
  color: #118000;
  font-size: 12px;
  font-family: "Kanit", sans-serif;
  padding: 10px 0;
}
.delivery-msg-mob {
  margin-top: 7px;
  color: #118000;
  height: 16px;
  font-size: 12px;
  font-family: "Kanit", sans-serif;
}
.product-box .rating .stars,
.prod__box .rating .stars {
  flex: 1;
  max-width: 105px;
  margin: 0;
}
.product-box .prices {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 10px;
}
.product-box .prices .actual-price {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #000;
  margin-right: 20px;
}
.product-box .prices .actual-price span {
  font-weight: 600;
  font-size: 22px;
}
.product-box .prices .old-price {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #848484;
  text-decoration: line-through;
}
.product-box .tab-cta-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  height: 190px;
  top: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.product-box .tab-cta {
  flex: 1;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -40px;
  transition: bottom 0.15s cubic-bezier(0, 0, 0, 1);
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: all;
}
.product-box:hover .tab-cta {
  padding-top: 10px;
}
.product-box .tab-cta > form.add-to-cart {
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-box .cta {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 8px 0;
  flex: 0 0 90%;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #b8b8b8;
  border-radius: 8px;
}
.product-box .cta img {
  width: 25px;
  margin-right: 10px;
}
.product-box:hover .tab-cta {
  bottom: 0px;
  box-shadow: 0px 0px 6px 4px whitesmoke;
}
.product-box:hover .product-bg-hover .image .prod-image {
  opacity: 0.5;
}
.product-box .b-cta .cta {
  width: 100%;
}
.product-box:hover .product-bg-hover .b-cta .cta {
  background-color: #0047b2;
  color: #ffffff;
  border: 1px solid #0047b2;
}
.b-cta {
  width: 100%;
  margin: 10px 0 0;
}

.bestseller-new-trendy .product-box,
.brands-module .product-box,
.hot-deals .product-box {
  min-width: 245px;
}
.bestseller-new-trendy .product-box .delivery-msg,
.brands-module .product-box .delivery-msg,
.hot-deals .product-box .delivery-msg,
.product--up-selling-section .product-box .delivery-msg {
  display: none;
}
.bestseller-new-trendy .product-box .image,
.brands-module .product-box .image,
.hot-deals .product-box .image {
  height: 30vh;
}
.bestseller-new-trendy .product-box .image img,
.brands-module .product-box .image img,
.hot-deals .product-box .image img {
  display: inline;
  justify-content: center;
  align-items: center;
}
.pvp-diff-tag {
  background-color: #000000;
  color: white;
  padding: 2px 8px;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 500;
  transition: linear opacity 0.1s;
  height: 25px;
  border-radius: 3px;
}
.hot-deals .actual-price {
  color: #f8353e !important;
}
.marcadestacada .actual-price {
  color: #000000 !important;
}
.product--up-selling-section .list-products .product-box .image {
  min-width: 224px;
  height: 33vh;
}

.is-mobile .product-box {
  position: relative;
  flex: 1 1 300px;
  min-width: 175px;
  display: flex;
  z-index: 0;
}
.is-mobile .product-box .image img {
  max-height: 130px;
  max-width: 80%;
}
.is-mobile .bestseller-new-trendy .product-box,
.is-mobile .brands-module .product-box,
.is-mobile .hot-deals .product-box {
  min-width: 175px;
}
.is-mobile .product-box .product-bg-hover {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 10px 50px 20px;
}
.is-mobile .brand-week-landing-content .list-products {
  margin: 0px !important;
}
.is-mobile .bestseller-new-trendy .product-box .product-bg-hover,
.is-mobile .brands-module .product-box .product-bg-hover,
.is-mobile .marcadestacada .product-box .product-bg-hover,
.is-mobile .hot-deals .product-box .product-bg-hover {
  padding: 10px 0;
  margin: 0 10px;
}

button.cta .checkadded {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

button.cta .checkadded:after {
  content: "";
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 8px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

button.cta.show-check .checkadded:after {
  display: block;
}
button.cta {
  transition: transform 0.2s ease, opacity 0.2s ease;
}

button.cta.animate-feedback {
  transform: scale(1.05);
  opacity: 0.85;
}

@media (max-width: 340px) {
  .is-mobile .product-box .rating .stars {
    max-width: 90px;
  }
}

.product-box .product--premium-msg {
  position: absolute;
  top: 12px;
  right: 0;
}
.product-box .product--premium-msg-block {
  font-size: 11px;
  border-radius: 3px 0 0 3px;
}
.product-box .product--premium-msg-block .product--premium-msg-icon img {
  width: auto;
  height: 24px;
}

.products .product-box-gap {
  flex: 1 1 230px;
}

/*end product box*/

/* liquidation label */
.liquidation {
  position: absolute;
  z-index: 1;
  padding: 5px 15px;
  background-color: #000;
  right: 0px;
  top: 28px;
  border-radius: 3px 0 0 3px;
}
.liquidation span {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Kanit";
}

/* rebajas label */
.rebajas {
  position: absolute;
  z-index: 1;
  padding: 5px 15px;
  background-color: #c50000;
  right: 0px;
  top: 20px;
  border-radius: 3px 0 0 3px;
}
.rebajas span {
  font-size: 14px;
  color: #ffff;
  text-transform: capitalize;
}

@media (max-width: 600px) {
  .liquidation,
  .rebajas {
    top: -60px;
    right: 0;
  }
}
@media (max-width: 542px) {
  .liquidation,
  .rebajas {
    top: -65px;
    right: 0;
  }
}
@media (max-width: 428px) {
  .liquidation,
  .rebajas {
    top: -60px;
    right: 250px;
  }
}
@media (max-width: 400px) {
  .liquidation,
  .rebajas {
    right: 200px;
  }
}
@media (max-width: 355px) {
  .liquidation,
  .rebajas {
    right: 200px;
  }
}
@media (max-width: 325px) {
  .liquidation,
  .rebajas {
    right: 150px;
  }
}
/* end liquidation label */

.error404-content {
  display: block;
  text-align: center;
}
.is-mobile .error404-content h2 {
  font-family: "Kanit";
  font-size: 100px;
}
.is-mobile .error404-content .error404_2 {
  font-family: "Inter";
  font-size: 40px;
  margin-top: 25px;
}
.is-mobile .error404-content .error404_3 {
  font-family: "Kanit";
  font-size: 16px;
  margin-top: 25px;
  line-height: 24px;
}

.is-mobile .menu-container .cat-menu .cta-h {
  font-family: "Kanit";
  font-size: 16px;
  padding: 10px;
  text-decoration: underline !important;
  color: #000000;
}
.is-mobile .module-container .cta-container .btn-cta .cta-h {
  font-size: 16px;
  font-family: "Kanit", sans-serif;
  color: #000000;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px;
  flex: 0 0 90%;
  border: 1px solid #b8b8b8;
}

.is-mobile .module-container .div_helper_404 svg {
  position: absolute;
  left: 20px;
}
.is-mobile .div_helper_404 {
  margin: 0px;
  width: 100%;
}

.is-mobile .module-container {
  display: grid;
  margin: 25px 0;
  padding: 0 5px;
}
.is-mobile .module-container .cta-container .btn-cta {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.is-mobile .input404search {
  height: 60px;
  width: 100%;
  padding: 5px 60px 5px;
  font-size: 16px;
  border: 1px solid #b8b8b8;
  font-family: "Kanit";
  margin: 0 !important;
}
.is-mobile .cat-menu {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 20px 0;
}
.is-mobile .cat-menu .cta-h {
  flex: 0 0 auto;
  text-decoration: underline;
  margin-right: 10px;
  justify-content: start;
}
.is-mobile .module-container::-webkit-scrollbar {
  display: none;
}
/* --------------------  B O T T O M  L I M I T  -------------------- */
/* -----------------  (don't write anything below)  ----------------- */
.is-mobile .load-more-products {
  width: 90%;
  margin: 40px 5%;
  height: 60px;
  font-size: 16px;
  padding: 0 15%;
}
.is-mobile.shop_BLV .load-more-products {
  background-color: #0cdfca;
  color: #ffffff;
}

.product-box {
  position: relative;
  flex: 1 1 300px;
  min-width: 264px;
  max-width: 350px;
  display: flex;
  z-index: 0;
}
.product-box .floating-tags {
  position: absolute;
  top: 15px;
  left: 10px;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  flex: 0 0 auto;
}
.promo-tag-labels {
  font-size: 15px;
  margin-top: 20px;
  height: 30px;
  padding: 5px 5px;
  border-radius: 3px;
  align-self: flex-start;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.is-mobile .promo-tag-labels {
  height: 26px;
  width: 100%;
  color: #000;
  font-size: 12px;
}

.product--new-tag,
.product--promo-tag,
.product--outlet-tag,
.product--best-selling-tag,
.product--recomend-tag {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  padding: 2px 10px;
  border-radius: 3px;
  border: 1px solid;
  width: max-content;
  z-index: 3;
  height: 25px;
}
.is-mobile .product--new-tag,
.is-mobile .product--promo-tag,
.is-mobile .product--outlet-tag,
.is-mobile .product--best-selling-tag,
.is-mobile .product--recomend-tag {
  font-size: 12px;
  height: 20px;
}
