﻿.wrapper_content span.red {
  color: #e30000 !important;
}

.wrapper_content span.cyan {
  color: #3ea0af !important;
}

.section_mhl {
  background: #f7f9fa;
}

.wrapper_content p.footnote {
  font-size: clamp(12px, 1vw, 14px);
}

.wrapper_content *,
.container-promo h3.title {
  font-family: "graphie", "proxima-nova", sans-serif !important;
}

.wrapper_content .section_mhl p {
  font-size: clamp(16px, 1.2vw, 20px);
}

.wrapper_content .freeshipping-container {
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.2vw, 20px);
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px auto 30px;
}

.wrapper_content .freeshipping-container img {
  max-width: 45px;
}

.wrapper_content .freeshipping-container img+span {
  margin-left: 10px;
}

.container-promo h3.title {
  font-size: clamp(28px, 2vw, 60px);
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-wrap: balance;
}

.container-promo h4.promocode {
  text-align: center;
  font-weight: 400;
  font-size: clamp(20px, 1.5vw, 36px);
  margin: 0;
}

.container-promo p.h2.supportlocal {
  margin-bottom: 0;
}

.container-promo p.h2 {
  font-size: clamp(12px, 1vw, 16px);
  margin-top: 5px;
  margin-bottom: 15px;
}

.container-promo {
  position: relative;
  background-color: #f9f9f9;
  font-family: proxima-nova, sans-serif;
  padding-bottom: 20px;
}

.freeitem {

  padding: 30px 10px 30px 70px;
  background: #eee;
  border-radius: 25px;
  margin-top: 10px;
  color: #000;
  position: relative;
  text-align: center;
}

.freeitem a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0px;
  z-index: 49;
  display: flex;
  align-items: center;
}

.freeitem span {
  font-size: clamp(12px, 1vw, 14px);
}

@media screen and (min-width:768px) {
  .container-promo {
    padding-bottom: 30px;
  }
}

.deals-row a {
  border: 0;
}

.deals-row {
  position: relative;
  padding-top: 30px;
}

.deals-row p {
  text-align: center;
  margin-top: 10px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.deals-row p:last-child{
  margin-bottom: 30px;
}

.deals-row>.anchor {
  position: absolute;
  top: -58px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.deals-row>.container-fluid {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 30px;
}

@media screen and (min-width:1200px) {
  .deals-row>.container-fluid {
    width: 90%;
  }
}

@media screen and (min-width:1560px) {
  .deals-row>.container-fluid {
    width: 60%;
  }
}


.wrapper-icon-faq {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
}

.wrapper-icon-faq>a {
  color: #000;
  position: relative;
  padding-top: 85px;
  line-height: 1.2;
  font-weight: 400;
  width: 140px;
  text-align: center;
  border: 0;
}

.wrapper-icon-faq>a .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: calc(50% - 25px);
  background: #fff no-repeat center;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.wrapper-icon-faq>a:hover .img-wrapper {
  box-shadow: 1px 1px 8px rgba(83, 83, 83, 0.3);
}

.wrapper-icon-faq>a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}

.wrapper-icon-faq .txt-desktop,
.wrapper-icon-faq .txt-mobile {
  text-transform: uppercase;
}

.wrapper-icon-faq .txt-desktop {
  display: none;
}

.wrapper-icon-faq .txt-mobile {
  display: inline-block;
}

/* .wrapper-icon-faq > a:hover span {text-decoration:underline;} */
@media screen and (min-width:768px) {
  .wrapper-icon-faq .txt-desktop {
    display: inline-block;
  }

  .wrapper-icon-faq .txt-mobile {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .wrapper-icon-faq {
    padding-bottom: 50px;
    gap: 50px;
  }
}

@media screen and (min-width:1920px) {
  .wrapper-icon-faq>a {
    width: 240px;
  }
}


/* #Region MARK:new filter */
.container-promo .filter-droppdown {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.container-promo .filter-droppdown .filter-header {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.1;
  text-transform: uppercase;
}

.container-promo .filter-droppdown .mdl-textfield {
  width: 170px;
}

.container-promo .filter-droppdown .getmdl-select .mdl-menu__container .mdl-menu .mdl-menu__item {
  font-size: 14px;
}

.container-promo .filter-droppdown .getmdl-select .mdl-icon-toggle__label {
  color: #000;
}

.container-promo .filter-droppdown .mdl-menu__item.title {
  display: none;
}

.container-promo .filter-droppdown .getmdl-select .mdl-textfield__input {
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #999;
}

.container-promo .filter-droppdown .mdl-textfield__label:after {
  background-color: #999;
}

@media screen and (min-width:1200px) {
  .container-promo .filter-droppdown {
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    left: 30px;
  }
}


.cat-title {
  font-family: "graphie", sans-serif;
  color: #000;
  font-size: clamp(22px, 2.4vw, 64px);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

span.yellow {
  color: #f9c71b;
}

.wrapper-categoryproduct {
  --pdt-gap: 12px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: var(--pdt-gap);
  justify-content: center;
}

@media screen and (min-width:992px) {
  .wrapper-categoryproduct {
    --pdt-gap: 20px;
  }
}


.product-item {
  --pdt-column: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px 20px;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}

.product-item:hover {
  box-shadow: 2px 3px 8px rgba(83, 83, 83, 0.3);
}

@media screen and (min-width:425px) {
  .product-item {
    --pdt-column: 2;
    width: calc((100% - (var(--pdt-gap) * (var(--pdt-column) - 1))) / var(--pdt-column));
  }
}

@media screen and (min-width:768px) {
  .product-item {
    padding: 30px 30px 20px;
  }
}

@media screen and (min-width:992px) {
  .product-item {
    --pdt-column: 4;
  }
}


.product-item .item-img {
  text-align: center;
  position: relative;
}

.product-item .item-img picture {
  display: block;
  padding: 10px 10px 0;
  margin: 2% auto 0;
  width: 100%;
  max-width: 360px;
  height: auto;
  transition: all .5s ease;
}

@media screen and (min-width:768px) {
  .product-item .item-img picture {
    padding: 0;
  }
}


.product-item .item-img img {
  width: 100%;
  height: auto;
  max-width: none;
}

.product-item .item-img .freeitem {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #a8b6be;
  border-radius: 12px;
  opacity: .7;
}

.product-item .item-img .freeitem p {
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  padding: 5px;
}

.product-item .item-img .freeitem p:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  top: 7px;
  right: 17px;
  left: 30px;
}

.product-item:hover .item-img picture {
  transform: scale(1.1);
}

.product-item .item-name {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  text-wrap: balance;
}

.product-item .item-subtitle {
  text-wrap: balance;
  text-align: center;
}


.product-item .item-name span.smaller {
  font-size: clamp(10px, .8vw, 14px);
  display: block;
}

.product-item .item-price {
  line-height: 1.1;
  /* letter-spacing: .02rem; */
  gap: .3rem;
  margin-top: 0.4em;
}

.product-item .item-price span {
  display: inline-block;
}

.product-item .item-price .sale {
  font-family: akrobat, sans-serif;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #e30000;
}

.product-item .item-price .srp {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  text-align: center;
  display: block;
  text-decoration: line-through;
  margin-top: .2em;
}

.product-item .item-price .discount,
.discount:before,
.discount:after {
  display: inline-block;
}

.product-item .item-price .discount:before {
  content: "-";
}

.product-item .item-price .discount:after {
  content: "%";
}

.product-item .item-price .discount {
  background-color: #E03939;
  border-radius: 3px;
  font-size: .8rem;
  line-height: 1;
  padding: 3px 2px 1px;
  color: #fff;
  letter-spacing: .05rem;
  transform: translateY(-1px);
}

.product-item .item-price span[data-txt] {
  padding-left: 5px;
  color: #000;
}

@media screen and (min-width:480px) {
  .product-item .item-price .sale {
    font-size: 1.2rem;
  }
}

@media screen and (min-width:768px) {

  .product-item .item-price .discount {
    font-size: .9rem;
    padding: 4px 2px 1px;
  }
}

/* .product-item:hover .item-price .sale {font-size:1.1rem;}
@media screen and (min-width:480px) {.product-item:hover .item-price .sale {font-size:1.3rem;}} */


.product-item .product-url {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 20;
}

.wrapper-btn-more {
  width: 100%;
  padding-top: 30px;
}

.storepage_2 .wrapper-btn-more {
  display: none;
}

.cat-btn-more,
.cat-btn-collapse {
  width: 100%;
  text-align: center;
}

.cat-btn-more span,
.cat-btn-collapse span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .5px;
  padding: 3px 15px;
  border-radius: 15px;
  border: 1px solid #D9E1E1;
  background-color: #fff;
  display: inline-block;
}

.cat-btn-more span:hover,
.cat-btn-collapse span:hover {
  border: 1px solid #c3caca;
}

.cat-btn-more .btn-more:after {
  content: '+';
}

.cat-btn-collapse .btn-collapse:after {
  content: '-';
}

.cat-btn-more .btn-more:after,
.cat-btn-collapse .btn-collapse:after {
  display: inline-block;
  padding-left: 5px;
}

@media screen and (min-width:768px) {

  .cat-btn-more span,
  .cat-btn-collapse span {
    padding: 3px 25px 3px 35px;
  }

  .cat-btn-more .btn-more:after,
  .cat-btn-collapse .btn-collapse:after {
    padding-left: 15px;
  }
}

/*#region MARK: old css*/
/* pending to optimize */
.filter-sortby,
.filter-sortby-m {
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.filter-sortby-m {
  text-align: left;
  padding: 14px 10px;
  line-height: 20px;
  background: #f9f9f9;
  height: auto;
}

.filter-sortby.filter-fixed,
.filter-sortby-m.filter-fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}

.filter-sortby span,
.filter-sortby span:visited {
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  border: solid 1px #b2b2b2;
  margin: 0 5px;
  border-radius: 12px;
  cursor: pointer;
  background-color: #e3e3e3;
  transition: background-color 0.2s linear, color 0.2s;
  outline: none;
  position: relative;
}

.filter-sortby-m span,
.filter-sortby-m span:visited {
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  padding: 3px 8px;
  border: solid 1px #b2b2b2;
  margin: 0 5px 5px;
  border-radius: 9px;
  font-weight: 300;
  cursor: pointer;
  background-color: #f2f2f2;
  transition: background-color 0.2s linear, color 0.2s;
  outline: none;
  position: relative;
}

.filter-sortby span.title,
.filter-sortby-m span.title {
  font-weight: 600;
  border: none;
  cursor: text;
  background-color: #d9d9d9;
}

.filter-sortby-m span.title {
  padding-left: 0;
}

.filter-sortby span:not(.title):hover,
.filter-sortby span.selected,
.filter-sortby-m span.selected {
  color: #fff;
  background-color: #fb2b57;
  border-color: #fb2b57;
}

.filter-sortby span.selected,
.filter-sortby-m span.selected {
  padding-right: 20px;
}

.filter-sortby span.selected:after,
.filter-sortby-m span.selected:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: right center;
  width: 20px;
  height: 100%;
  top: 0;
  right: 3px;
}

.filter-sortby span.title,
.filter-sortby-m span.title {
  font-weight: 600;
  border: none;
  cursor: text;
  background-color: #f9f9f9;
}

a.cat-menu,
a.cat-menu:link {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  display: block;
  text-align: center;
  padding: 5px 0;
  position: relative;
}

a.cat-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin-left: -6px;
  width: 12px;
  height: 7px;
  background: url(./img/icon.png) no-repeat -40px -80px;
}

ul.cat-submenu {
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}

ul.cat-submenu li {
  text-align: center;
}

ul.cat-submenu li a,
ul.cat-submenu li a:link {
  font-size: 16px;
  border: none;
  line-height: 22px;
}

ul.cat-submenu li a.selected {
  color: #d7264b;
}

/*#endregion old css pending to optimize */

.backtop-fixed {
  position: fixed;
  z-index: 21;
  bottom: 60px;
  right: 20px;
}

.section_banner {
  background-color: #f9f9f9;
  padding-bottom: 30px;
}

.section_banner a {
  /* display:block; */
  border-bottom: none;
}

.section_banner a img {
  display: block;
  margin: 0 auto;
}