@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap");
@import url("https://media.merchantpro.com/2022/emat/custom.css");


/* Sections */
body,
h1,
h2,
h3,
h4,
p,
span,
a,
ul li,
select,
input,
button,
textarea {
  font-family: 'Poppins', sans-serif !important;
}

body {
  color: #000;
}

@media (max-width: 991.98px) {
    
  body {
    padding-top: 7.5rem;
  }
  .site-buy body {
        padding-top: 4.25rem;
      }
  .header-logo {
      overflow:visible !important;
      }
  .header-logo-img {
      min-height: 2.5rem !important;
      }
}

.main {
  padding: 1rem 0;
}

.main .upsell-message {
  display: none;
}

.ajax-container .upsell-message {
  display: none;
}

.container {
  max-width: 100% !important;
}

/* Links */
a {
  color: #000;
}

a:hover {
  color: #333;
}

/* Buttons */
.btn-primary {
  background: black;
  border: 1px solid black;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .btn-primary {
    font-size: 1rem;
  }
}

.btn-primary:disabled, .btn-primary.disabled {
  background: black;
  border: 1px solid black;
  color: #fff;
  text-transform: uppercase;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background: #666;
  border-color: #666;
  color: #fff;
}

.btn-secondary {
  background: #fff;
  border-color: #868e96;
  color: #495057;
  text-transform: uppercase;
}

.btn-secondary:disabled, .btn-secondary.disabled {
  background: #fff;
  border-color: #868e96;
  color: #495057;
  text-transform: uppercase;
}

.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active {
  background: #f1f3f5;
  color: #495057;
}

/* Icons */
.icon-shopping-cart::before {
  /* content: "\ec03"; */
}

/* Header */
.header-top {
  background: #fff;
}

.header-search {
  margin: .5rem auto;
  width: 30%;
}

.header-search-form {
  width: 100%;
}

.form-control.header-search-input {
  background: #fff;
  border-color: #333;
  color: #000;
  height: 2.5rem;
  max-width: 100%;
  min-width: 0;
  padding: .375rem 3.375rem .375rem .75rem;
}

.form-control.header-search-input:focus {
  background: #fff;
  border-color: #333;
}

.icon-fill-user {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' data-name='Layer 3' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='8' r='7'/%3E%3Cpath d='M20.97 17h-9.94A8.04 8.04 0 0 0 3 25.03V30a1 1 0 0 0 1 1h24a1 1 0 0 0 1-1v-4.97A8.04 8.04 0 0 0 20.97 17z'/%3E%3C/svg%3E");
    width: 32px;
    height: 32px;
    content: "";
    display: inline-block;
    background-size: 32px 32px;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .header-search-btn {
    position: absolute;
    right: 35px;
  }
    .icon-fill-user {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }
}

@media (min-width: 992px) {
  .header-search-btn {
    background: #fff;
    border: 1px solid black;
    border-left: none;
    color: #000;
    font-size: 1rem;
    height: 40px;
    padding: 0 .75rem;
  }
  .header-search-btn:hover {
    color: #333;
  }
}

.header-search-advanced {
  display: none;
}

[data-counter]::after {
  background-color: #f63366;
}

.popper-popover-mega-menu {
  margin: 0;
}

.header-menu .popper[x-placement^="bottom"] {
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-top: 0;
  top: 100%;
}

.mega-menu-col > .cat-parent {
  margin: 0;
}

.cat-parent {
  margin: 0;
  text-transform: uppercase;
}

.cat-item + .cat-parent {
  margin-top: .75rem;
}

.header-menu-link.link-parent {
  display: none !important;
}

.header-menu-link.link-parent {
  display: none !important;
}

/* Mobile menu */
.header-menu .header-dropdown-menu a {
  padding-left: 3rem;
}

/* Header mutli icon banner*/
.header-multi-icon {
  background-color: black;
  color: white;
  padding: 5px;
}

.header-multi-icon .banner-icon-cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-multi-icon .banner-icon-cell .icon-img {
  max-width: 25px !important;
  margin-right: 5px;
}

.header-multi-icon .banner-icon-cell div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-multi-icon .banner-icon-cell div:last-of-type a {
  font-size: .7rem;
  color: white;
}

.header-menu .header-menu-item.menu_default_page_catalog_new > .header-menu-link {
  color: red;
}

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-new] {
  position: relative;
}

[data-new]::before {
  content: attr(data-new);
  width: 30px;
  height: auto;
  background-color: black;
  color: white;
  position: absolute;
  margin-top: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  left: 8px;
  top: 12px;
  font-size: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  [data-new]::before {
    width: 50px;
    left: -55px;
    top: 0;
    font-size: .725rem;
  }
}

/* Sticky header */
/* Normal state */
.header-middle {
  background-color: white;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.header-logo {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all .15s;
  transition: all .15s;
}

.header-middle-container {
  min-height: 3rem;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.header-middle-container .header-dropdown-lang {
  height: 100%;
}

@media (min-width: 768px) {
  .header-middle-container .header-dropdown-lang {
    margin-left: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .header-middle-container .header-dropdown-lang {
    position: relative;
  }
  .header-middle-container .header-dropdown-lang .dropdown-menu {
    position: absolute !important;
  }
}

/* Sticky state */
.header-sticky {
  margin-top: 5rem;
}

.header-sticky .header-middle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 1px 1px 10px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 1px 1px 10px -9px rgba(0, 0, 0, 0.75);
  -webkit-transition: all .15s;
  transition: all .15s;
}

.header-sticky .header-middle-container {
  padding-top: 0;
  padding-bottom: 0;
  height: 3rem;
  min-height: 3rem;
  -webkit-transform: all .15s;
          transform: all .15s;
}

.header-sticky .autocomplete-suggestions {
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}

#header_search_form_input_mobile:focus::-webkit-input-placeholder {
  color: #b0b0b0;
}

#header_search_form_input_mobile:focus:-ms-input-placeholder {
  color: #b0b0b0;
}

#header_search_form_input_mobile:focus::-ms-input-placeholder {
  color: #b0b0b0;
}

#header_search_form_input_mobile:focus::placeholder {
  color: #b0b0b0;
}

@media (max-width: 991.98px) {
  .header-bottom {
    top: 3rem;
    text-align: left;
  }
  .header-bottom .header-menu .navbar-nav {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-sticky .header-logo {
    -webkit-transition: all .15s;
    transition: all .15s;
  }
  .header-sticky .header-middle-container {
    height: 5rem;
    min-height: 5rem;
  }
  .header-middle-container {
    height: 7rem;
  }
  .header-logo {
    margin-right: 0;
  }
  .header-icon .icon-search,
  .header-icon .icon-user,
  .header-icon .icon-heart {
    font-size: 2rem;
  }
  .header-cart .icon-shopping-cart {
    font-size: 2rem;
  }
  .header-bottom {
    padding: 0;
  }
  .header-menu {
    margin: 0 auto;
  }
  .header-menu > .navbar-nav {
    padding: 0 .5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-menu .header-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
  .header-menu .header-menu-item > .header-menu-link {
    color: black;
    font-size: 1.1rem;
    font-weight: 500;
    margin-right: 20px;
    padding: 3px 0;
    -webkit-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out;
    border-top: 0px solid transparent;
    font-weight: bold;
  }
  .header-menu .header-menu-item > .header-menu-link:hover {
    border-top: 3px solid black;
    padding-top: 0;
    -webkit-transition: 150ms all ease-in-out;
    transition: 150ms all ease-in-out;
  }
  #header_search_form_mobile {
    padding: 30px 0;
    text-align: center;
  }
  #header_search_form_mobile input {
    max-width: 25rem;
  }
  #header_search_form_mobile .header-search-input-container {
    position: relative;
    max-width: 25rem;
    margin: 0 auto;
  }
  #header_search_form_mobile .header-search-input-container .header-search-btn {
    border: none;
    font-size: 2rem;
    padding: 0;
    right: .75rem;
  }
  .header-search-mobile-input {
    margin: 0 auto;
    border: 2px solid black !important;
  }
  .header-search-mobile-input:hover, .header-search-mobile-input:focus, .header-search-mobile-input:active {
    border-bottom-color: black;
  }
  .header-search-mobile-container .modal-backdrop {
    opacity: 0 !important;
  }
  .header-search-label {
    font-size: 1.2rem;
    margin-bottom: .625rem;
    font-weight: 300;
  }
}

/* Banners */
/* Default content banners */
.banner-file-title {
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.banner-file-subtitle {
  font-size: 1.8rem;
}

.banner-file-cta {
  margin-top: .65rem;
}

.banner-file-cta > a {
  border-color: #ee1b24 !important;
  background-color: #ee1b24 !important;
  color: white !important;
  padding: .75rem 1.5rem;
}

.banner-file-cta > a:hover {
  border-color: #c20e17 !important;
  background-color: #c20e17 !important;
}

.banner-file-cta .btn-primary {
  font-size: 1.5rem;
  font-weight: 600;
}

/* Banner categories - HTML custom banner*/
.banner-categories {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.banner-categories__category {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .banner-categories__category {
    margin-bottom: 2rem;
  }
}

.banner-categories__category a {
  color: black;
  text-decoration: none;
}

.banner-categories__category a:hover {
  text-decoration: underline;
}

.banner-categories__image {
  width: 100%;
  height: 0;
  padding-top: 150%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-categories__label {
  padding: .625rem;
  text-align: center;
  font-size: 1.2rem;
}

@media (max-width: 767.98px) {
  .banner-categories__label {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 3rem;
  }
}

.masonry-grid .grid-item .banner-cell-content {
  width: 100%;
  height: 100%;
}

.masonry-grid .grid-item-text {
  border: 2px solid black;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masonry-grid .cell-text {
  font-size: 1rem;
  font-weight: bold;
  padding: 0 2rem;
  text-align: center;
  text-transform: uppercase;
}

.masonry-grid .banner-file img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#banner_52,
#banner_59 {
  padding: 0 10px;
}

@media (min-width: 992px) {
  /* Buy page multi-icon-banner */
  .site-buy .banner-multi_icon .banner-icon-cell {
    text-align: center;
  }
}

/* Homepage Emat Looks banner */
.banner-looks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.banner-looks .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-behavior: smooth;
}

.banner-looks .banner-looks-scroll-right::after {
  content: "";
  display: block;
  border-width: 22px 22px 22px 27px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  width: 25px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.looks-head {
  display: none;
}

.looks-cell-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.looks-cell-head::after {
  content: "";
  display: block;
  border-width: 22px 22px 22px 27px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  width: 25px;
  margin: .5rem auto 0;
  position: absolute;
  right: -13px;
}

.looks-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  overflow-y: scroll;
}

@media (max-width: 576px) {
 .looks-slider {
    overflow-x: auto !important;   
 }
}

.looks-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(75% - .5rem);
          flex: 0 0 calc(75% - .5rem);
  margin-right: .5rem;
  position: relative;
  min-height: 250px;
  aspect-ratio: 1;
}

.looks-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.looks-cell-overlay {
  opacity: 0;
  -webkit-transition: all .15s;
  transition: all .15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 2rem;
}

.looks-cell:hover .looks-cell-overlay {
  opacity: 1;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

@media (min-width: 576px) {
  .looks-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2.5 - .5rem);
            flex: 0 0 calc(100% / 2.5 - .5rem);
  }
}

@media (min-width: 768px) {
  .banner-categories__category {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - .5rem);
            flex: 0 1 calc(25% - .5rem);
    margin-bottom: 0;
  }
  .banner-file-cta > a {
    padding: .75rem 2rem;
    font-size: 1rem;
  }
  .looks-slider {
    overflow-y: hidden;
  }
}

@media (max-width: 768px) {
  .masonry-grid .cell-text {
    line-height: 1;
  }
  .banner-file-title.banner-file-title {
    font-size: calc(max(3vw, 2.5rem)) !important;
  }
  .banner-file-subtitle.banner-file-subtitle {
    font-size: calc(max(3vw, 1.5rem)) !important;
  }
}

@media (min-width: 992px) {
  .looks-head {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - .9375rem / 2);
            flex: 0 0 calc(25% - .9375rem / 2);
    min-height: 100%;
    margin-right: .625rem;
  }
  .looks-head .looks-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
  }
  .looks-cell-head {
    min-height: 100%;
  }
  .looks-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .looks-slider .looks-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 6px);
            flex: 0 0 calc(100% / 3 - 6px);
  }
  .looks-slider .looks-cell-head {
    display: none;
  }
  .looks-cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - .5rem);
            flex: 0 0 calc(25% - .5rem);
    margin-right: .625rem;
  }
}

/* multi-icon banner mobile */
/* Index */
.manufacturing-separator {
  margin-bottom: 1rem;
}

.manufacturing-separator-inner {
  width: 100%;
  text-align: center;
  font-size: calc(min(3rem, 5vw));
  font-weight: bold;
  color: white;
  background: black;
}

.manufacturing-separator::after {
  content: "";
  display: block;
  border-width: 18px 22px 0 22px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  width: 25px;
  margin: .5rem auto 0;
}

.block-products-index {
  margin: .75rem 0 1rem;
}

.block-products-index .prod-box .prod-title {
  font-size: 1rem;
}

.block-products-index .prod-box .prod-price-old,
.block-products-index .prod-box .badges-text,
.block-products-index .prod-box .badges-icons {
  display: none;
}

.block-products-index .title-primary {
  position: relative;
  border-top: 2px solid black;
  font-size: 2rem;
  margin: .75rem 0 1rem;
  padding-top: 1rem;
  text-align: center;
}

.block-products-index .title-primary::after {
  content: "";
  display: block;
  border-width: 18px 22px 0 22px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  width: 25px;
  margin: .5rem auto 0;
}

.block-products-index .btn-cart,
.block-products-index .v3-badge {
  display: none;
}

.block-products-index .prod-list {
  overflow-x: scroll !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.block-products-index .prod-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.site-index .prod-top a {
  margin-bottom: 0;
}

.site-index .prod-body {
  display: none !important;
}

.site-index .prod-box .prod-item {
  padding: 0;
}

.site-index .prod-box .prod-prices {
  display: none;
}

.site-index .prod-box .prod-top a {
  width: auto !important;
}

.site-index .prod-box .prod-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-index .prod-box .btn-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
}

.site-index .prod-box .btn-fav .icon-fav {
  font-size: unset;
}

.site-index .prod-box .btn-fav .icon-fav::before {
  font-size: 1.8rem;
}

.buy-prod-similar-products {
  padding: 0 1rem;
}

.buy-prod-similar-products .prod-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-products-recommended .prod-list {
  padding: 0 10px;
}

.block-products-recommended .prod-item .prod-top a {
  padding-top: 150%;
}

/* New in banner 2x2 grid */
#banner_54 .prod-list {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner_54 .prod-list .prod-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
  max-width: calc(50% - 5px);
}

@media (min-width: 992px) {
  #banner_54 .prod-list .prod-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 5px);
            flex: 0 1 calc(25% - 5px);
    max-width: calc(25% - 5px);
  }
}

@media (min-width: 768px) {
  .block-products-index {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-products-index .prod-list {
    overflow-x: hidden !important;
  }
  .block-products-index .prod-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

/* Catalog */
.page-top-category-description {
  padding-bottom: 10px;
}

.prod-box .prod-item,
.article-box .article-item {
  -webkit-transition: -webkit-box-shadow .5s;
  transition: -webkit-box-shadow .5s;
  transition: box-shadow .5s;
  transition: box-shadow .5s, -webkit-box-shadow .5s;
}

.prod-box .prod-item:hover,
.article-box .article-item:hover {
  -webkit-box-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.36);
          box-shadow: 0.5px 0.9px 5px rgba(0, 0, 0, 0.36);
}

.prod-box .prod-title,
.article-box .article-title {
  text-transform: uppercase;
}

.prod-box .prod-title:hover,
.article-box .article-title:hover {
  text-decoration: none;
}

.prod-box .prod-price,
.prod-box .prod-price-with-taxes {
  color: #000;
}

.prod-box .prod-price-old,
.prod-box .prod-price-old-with-taxes {
  color: #666;
}

.prod-box .row-prod-price-old + .row-prod-price .prod-price,
.prod-box .row-prod-price-old-with-taxes + .row-prod-price-with-taxes .prod-price-with-taxes {
  color: #bc1c11;
}

.prod-box .prod-cat {
  font-size: .8125rem;
  color: #333;
}

.prod-box .prod-desc {
  color: #333;
}

.article-box .article-preview,
.prod-box .brand-desc {
  color: #333;
}

.site-catalog .block-products-catalog .prod-item {
  padding: 0 0 1rem 0;
}

@media (max-width: 991.98px) {
  .site-catalog .block-products-catalog .prod-box .prod-item a:not(.btn-primary) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.site-catalog .block-products-catalog .prod-body {
  padding: 0 .5rem;
}

@media (max-width: 768px) {
  .site-catalog .block-products-catalog .prod-body .prod-title {
    font-size: .7rem;
  }
}

.site-catalog .block-products-catalog .prod-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-catalog .block-products-catalog .prod-img-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.site-catalog .block-products-catalog .prod-box .prod-item a:not(.btn-primary) {
  width: 100% !important;
  height: auto !important;
  text-align: left;
}

.site-catalog .block-products-catalog .prod-variants {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: white;
  opacity: 0;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.site-catalog .block-products-catalog .prod-variants .variant_disabled {
  color: lightgray;
  cursor: not-allowed;
  border-color: lightgray;
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .site-catalog .block-products-catalog .prod-variants {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 4;
  }
}

.site-catalog .block-products-catalog .prod-box:hover .prod-variants {
  display: none;
}

@media (min-width: 768px) {
  .site-catalog .block-products-catalog .prod-box:hover .prod-variants {
    display: block;
    opacity: 1;
    -webkit-transition: all .15s;
    transition: all .15s;
  }
}

.site-catalog .block-products-catalog .prod-variants .prod-variants-label {
  display: none;
}

.site-catalog .block-products-catalog .prod-variants a {
  padding: .5rem;
  border: 1px solid black;
}

.site-catalog .block-products-catalog .prod-body {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.site-catalog .block-products-catalog .prod-prices,
.site-catalog .block-products-catalog .prod-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.site-catalog .block-products-catalog .prod-prices {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.site-catalog .block-products-catalog .prod-prices .row-prod-price {
  margin-right: 10px;
}

.site-catalog .block-products-catalog .prod-prices .row-prod-price-red .prod-price {
  color: red;
}

.site-catalog .block-products-catalog .prod-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}

.site-catalog .block-products-catalog .prod-cat {
  display: none;
}

.site-catalog .block-products-catalog .btn-fav {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.site-catalog .block-products-catalog .btn-cart {
  position: relative;
  border: none;
  background: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-catalog .block-products-catalog .btn-cart {
    display: none;
  }
}

.site-catalog .block-products-catalog .btn-cart::before {
  content: '\ec00';
  font-family: 'feather';
  color: black;
  position: absolute;
  left: -35px;
  top: -7px;
  width: 100%;
  height: 100%;
  font-size: 2rem;
}

.site-catalog .block-products-catalog .btn-fav {
  background-color: transparent;
  margin-right: .325rem;
}

@media (max-width: 991.98px) {
  .site-catalog .block-products-catalog .btn-fav {
    position: absolute;
    top: 5px;
    right: 0px;
  }
}

.site-catalog .block-products-catalog .btn-fav .icon-fav {
  font-size: 2rem;
}

.site-catalog .block-products-catalog .marketing-badge {
  background-color: green;
  border-radius: 4px;
  padding: 3px 7px;
  color: white;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.site-catalog .block-products-catalog .prod-rating {
  display: none;
}

.site-catalog .block-products-catalog .prod-box .prod-item .prod-colors {
  position: absolute;
  bottom: 0;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-catalog .block-products-catalog .prod-box .prod-item .prod-colors .prod-color {
  width: 15px !important;
  height: 15px !important;
  -webkit-box-shadow: 0px 0px 2px 0px black;
  box-shadow: 0px 0px 2px 0px black;
  margin-left: .5rem;
}

.site-catalog .block-products-catalog .prod-box .prod-item .prod-colors .prod-color:first-of-type {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .site-catalog .prod-box .prod-img-link {
    padding-top: 150%;
  }
}

.pagination .page-link {
  background-color: #fff;
  border: 1px solid #fff;
  margin-left: 0;
}

.pagination .page-link:hover {
  background-color: #fff;
  border-color: #fff;
}

.pagination .page-item-mobile .page-link {
  background-color: #fff;
  border-color: #424242;
  font-weight: 700;
}

.pagination .page-item.active .page-link {
  background-color: #fff;
  border-color: #424242;
  font-weight: 700;
}

.pagination .page-item.disabled .page-link {
  border-color: #fff;
}

.title-secondary + .block-products-catalog {
  border-top: 1px solid #e9ecef;
  padding-top: .75rem;
}

.breadcrumb-scroll {
  display: none;
}

.site-buy .breadcrumb-scroll {
  display: block;
  margin-bottom: 0;
}

.site-buy .promos-free-shipping-summary {
  display: none;
}

.site-catalog .title-primary {
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 0 2rem 0;
}

@media (min-width: 768px) {
  .site-catalog .title-primary {
    font-size: 3rem;
  }
}

@media (max-width: 768px) {
  .site-catalog .prod-box .prod-title {
    text-align: left !important;
  }
  .site-catalog .prod-box .prod-prices,
  .site-catalog .prod-box .prod-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .site-catalog .prod-box .prod-prices {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
  .site-catalog .prod-box .prod-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-catalog .prod-box .prod-body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 992px) {
  .pagination .page-item.active .page-link {
    color: #f63366;
  }
}

/* Filters */
.filter-container button {
  border: none;
}

.filter-container .filter-tag {
  background: none;
  color: #495057;
}

.mobile-filter-container {
  border-top: 1px solid lightgray;
  padding-top: 10px;
}

.mobile-filter-container .filtered-products-count {
  display: inline;
  font-size: .8125rem;
  color: #495057;
  line-height: 2.3;
  border-right: 1px solid #495057;
  padding: 0 10px;
  margin-right: 10px;
}

/* Buy */
.site-buy .title-primary:not(.title-buy),
.site-blog-post .title-primary:not(.title-blog) {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 1rem;
  padding-bottom: .75rem;
}

.buy-prod-reviews {
  width: 100%;
  padding: 0 1rem;
}

@media (max-width: 991.98px) {
    .nav-buy-container {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
  .buy-prod-reviews {
    margin-top: 1rem;
    border-top: 1px solid #e7e7e7;
    padding-top: 1rem;
  }
}

.rating > span {
  color: black;
}

.reviews-rating::before {
  -webkit-text-stroke-color: black;
}

.reviews-summary .progress-bar {
  background: black !important;
}

.row-prod-specifications.row-model-size span {
  color: #999;
}

.row-prod-specifications .row-rating {
  white-space: nowrap;
  float: right;
}

.row-prod-specifications .row-prod-shipping {
  display: block;
  margin-bottom: 1.25rem;
}

.row-prod-specifications.row-stock-left {
  margin-bottom: 1rem;
}

.row-prod-specifications.row-stock-left span {
  font-weight: bold;
}

@media (min-width: 992px) {
  .row-prod-specifications .row-prod-price .prod-price {
    font-size: 2rem !important;
    font-weight: bold;
  }
}

.row-prod-specifications .row-prod-price .prod-price-red {
  color: red;
}

.row-prod-specifications.row-prod-price .prod-price,
.row-prod-specifications.row-prod-price-with-taxes .prod-price-with-taxes {
  color: #333;
  font-size: 1.625rem !important;
}

.row-prod-specifications.row-prod-price-old .prod-price-old,
.row-prod-specifications.row-prod-price-old-with-taxes .prod-price-old-with-taxes {
  color: #666;
  font-size: 1.125rem;
}

.row-prod-specifications.row-prod-price-old + .row-prod-price .prod-price,
.row-prod-specifications.row-prod-price-old-with-taxes + .row-prod-price-with-taxes .prod-price-with-taxes {
  color: #bc1c11;
}

.row-prod-specifications .hint {
  color: red;
}

.row-prod-specifications .btn-fav {
  margin-top: 6px;
}

.buy-social-icons .buy-social-icon {
  color: #424242;
}

.nav-buy-wrap {
  background: #fff;
}

.nav-buy-sticky::before {
  border-bottom: 1px solid #d9d9d9;
}

.nav-buy .nav-link {
  border-bottom: 1px solid #d9d9d9;
  color: #666;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-buy .nav-link:hover, .nav-buy .nav-link.active {
  border-bottom: 1px solid #333;
  color: #333;
}

.row-prod-sizes {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-prod-sizes .size-guide {
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  text-decoration: underline;
}

.row-prod-sizes .size-guide a {
  color: #999999;
}

.row-prod-sizes .label-prod {
  display: block;
}

.row-prod-sizes .form-group {
  border: 1px solid black;
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.row-prod-sizes .custom-radio,
.row-prod-sizes .form-input {
  width: 100%;
  height: 100%;
}

.row-prod-sizes .form-group input {
  width: 100%;
  height: 100%;
}

.row-prod-sizes .form-group label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
  color: black;
}

.row-prod-sizes .form-group.active label {
  background-color: #333;
  color: white;
}

.row-prod-sizes .form-group .custom-control-label::before, .row-prod-sizes .form-group .custom-control-label::after {
  content: none !important;
}

.row-prod-sizes .form-group .custom-control {
  padding-left: 0;
}

.row-prod-sizes .form-group.disabled {
  border-color: lightgray;
}

.row-prod-sizes .form-group.disabled label {
  text-decoration: line-through;
  color: lightgray;
}

.container-family-prods .sizes-title {
  width: 100%;
}

.site-buy .row-add-to-cart {
  width: 100%;
}

.site-buy .row-add-to-cart button {
  width: calc(100% - 50px);
  font-size: 1.5rem;
  font-weight: bold;
}

.site-buy .row-add-to-cart button .icon-shopping-cart::before {
  font-size: 1.5rem;
  margin-left: 1rem;
}

.site-buy .buy-prod-sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  color: gray;
}

.site-buy .buy-prod-sku .form-text {
  margin-top: 0;
}

/* Family products colors */
.box-family-prods img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.box-family-prods .title-family-prods {
  margin-bottom: .5rem;
}

/* Product image thumb */
.col-thumbs-container {
  padding: 0;
  padding-left: 10px;
  max-width: 6rem;
}

.slick-buy-thumbs-container {
  /* max-width: 79px; */
}

.slick-buy-thumbs-container .slick-buy-thumb img {
  width: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 101;
  position: relative;
}

.slick-buy-thumbs-container .slick-vertical {
  margin-top: 0;
}

/* Hide announcements banenr */
.site-buy #banner_46 {
  display: none;
}

/* Accordion */
.prod-acc {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 10px;
  margin-top: 1.5rem;
}

.acc-tab {
  border-bottom: 1px solid #e7e7e7;
}

.acc-trigger {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: .9125rem;
  font-weight: 600;
  padding: .5rem;
  position: relative;
  text-transform: uppercase;
}

.acc-trigger:after {
  content: '';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: .5rem;
  top: -.5rem;
}

.acc-trigger[aria-expanded="false"]::after {
  content: "+";
}

.acc-trigger[aria-expanded="true"]::after {
  content: "-";
}

.acc-tab-content {
  padding: .5rem;
}

.site-buy .row-rating::after {
  content: '';
  display: block;
  height: 100%;
}

.site-buy .label-prod-sku {
  color: gray;
}

#buy_prod_details .form-group {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: calc(max(20%, 100px)) auto;
      grid-template-columns: calc(max(20%, 100px)) auto;
  -webkit-column-gap: 10px;
          column-gap: 10px;
}

.form-horizontal .form-text {
  overflow: auto;
}

.box-family-prods .item-family-prods {
  margin: 0 .25rem .25rem 0;
}

@media(max-width: 991.98px) {
    .box-family-prods {
        
        }
    
    .box-family-prods .item-family-prods {
          
          flex-basis: 22%;
        }
     .box-family-prods .item-family-prods a {
         background-size: cover !important;
         height: 5rem;
          width: 100%;
        }
    }

.box-family-prods .item-family-prods-color {
  width: 4rem;
  height: 4rem;
  display: block;
  -webkit-box-shadow: 0px 0px 2px 0px gray;
  box-shadow: 0px 0px 2px 0px gray;
}

.box-family-prods .item-family-prods:first-of-type {
  margin-left: 0;
}

.box-family-prods .item-family-prods.active {
  border: 2px solid black;
}

/* Cross products in cart preview */
.price-total {
  color: black !important;
  font-weight: bold;
}

.cross-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cross-products .cross-product {
  width: calc(100% - 20px);
  margin: 0 10px;
  margin-top: 10px;
  background-color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cross-products .cross-product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cross-products .cross-product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

.cross-products .cross-product-actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.cross-products .cross-product-info, .cross-products .cross-product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cross-products .cross-product-info {
  padding: 0 10px;
}

.cross-products .cross-product-name {
  font-size: .75rem;
}

.cross-products .cross-product-price {
  font-weight: 500;
}

.cross-products .cross-product-actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cross-products .cross-product-button {
  border-radius: 50%;
  background-color: white;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .15s;
  transition: .15s;
}

.cross-products .cross-product-button:hover {
  background-color: black;
  -webkit-transition: .15s;
  transition: .15s;
}

.cross-products .cross-product-button:hover::before {
  color: white;
  -webkit-transition: .15s;
  transition: .15s;
}

.cross-products .cross-product-button::before {
  content: '+';
  font-size: 1.5rem;
  -webkit-transition: .15s;
  transition: .15s;
}

@media (min-width: 992px) {
  /* Popper cart */
  .popper-cart-preview {
    height: calc(100vh - 160px);
  }
  .popper-cart-preview-inner {
    width: 100%;
    max-height: 100%;
  }
  .popper-cart-preview .tooltip__inner.tooltip__inner {
    height: 100%;
    max-height: 100% !important;
    overflow-y: scroll;
  }
  .popper-cart-preview .label-free-shipping {
    padding: 10px;
  }
  .popper-cart-preview .upsell-messages {
    padding-bottom: .5rem;
  }
  .title-buy,
  .title-blog {
    font-size: 2rem;
    font-weight: bold !important;
  }
  /* Comments */
  .site-buy .reviews-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-buy .reviews-list .reviews-row {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
  .site-buy .reviews-list .reviews-row:first-child {
    border-top: 1px solid #ececec;
    margin-top: 2rem;
  }
  .site-buy .gallery-buy {
    width: 100% !important;
    height: auto;
    position: relative;
  }
  .site-buy .gallery-buy .carousel-slick {
    height: 100%;
  }
  .site-buy .gallery-buy .carousel-slick .slick-next {
    right: 0;
  }
  .site-buy .gallery-buy .carousel-slick .slick-prev {
    left: 0;
  }
  .site-buy .gallery-buy .slick-buy-main img {
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.slick-arrow {
  border: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .site-buy .banner-multi_icon {
    max-width: 700px;
  }
}

/* Footer */
#footer_top_newsletter_container {
  display: none;
}

.site-index #footer_top_newsletter_container {
  display: block;
}

.footer-middle-newsletter {
  margin-top: 2rem;
  padding: 0 10px;
}

.footer-middle-newsletter-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.footer-middle-newsletter a.btn-primary {
  color: white !important;
  font-size: 1.3rem;
  font-weight: bold;
}

.footer-middle-newsletter-text p {
  display: inline;
}

.footer-middle-newsletter form {
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-middle-newsletter {
    margin-top: 0;
    padding: 0;
  }
}

.footer-top > :nth-child(2n+1) {
  background: none;
}

.footer-top > :nth-child(2n+1) .gray-overlay::before {
  background: none;
}

.footer-top-row {
  border-top: 2px solid black;
}

.footer-top-recent-views .slick-prev {
  left: 0;
}

.footer-top-recent-views .slick-next {
  right: 0;
}

.footer-top-recent-views .footer-box .prod-box {
  margin-top: .5rem;
}

.footer-top-recent-views .footer-box .prod-box a {
  height: auto;
}

.footer-top-recent-views .footer-box .prod-box a img {
  max-height: unset;
}

.footer-top-recent-views .prod-title {
  display: none;
}

#sidebar_box_recent_views_content .prod-title {
  display: none;
}

.filter-tag {
  border: 1px solid #203139;
  border-radius: 3px;
  color: #000;
}

.filter-tag:hover, .filter-tag:focus {
  background-color: #203139;
  color: #fff;
}

.footer-top-newsletter form {
  width: 100%;
  max-width: 350px;
}

.footer-top-newsletter-title {
  font-size: 1.5rem;
}

.footer-top-newsletter-title p {
  display: inline;
}

.footer-top-newsletter-text p {
  display: inline;
}

.newsletter-acceptance {
  margin-top: .325rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-acceptance input {
  margin-right: .325rem;
}

.newsletter-acceptance label {
  margin-bottom: 0;
}

.newsletter-acceptance a {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .site-catalog-favs #footer_top_recent_views_container {
    border-bottom: 0;
  }
  .site-catalog-favs .footer-middle {
    border-top: 2px solid black;
    margin-top: 20px;
  }
  .footer-middle-toggle {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media (min-width: 768px) {
  .footer-top-newsletter .btn-primary {
    font-size: 2rem;
  }
  .footer-top-newsletter .form-control {
    height: 100%;
  }
  .footer-top-newsletter form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-top-newsletter-title,
  .footer-top-newsletter-text {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    font-size: calc(min(2rem, 3vw));
    color: black;
    font-weight: bold !important;
  }
  .footer-top-newsletter-title p,
  .footer-top-newsletter-text p {
    font-size: .75em;
    display: block;
    font-weight: normal;
  }
  .footer-top-newsletter-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
  }
  .footer-top-newsletter-actions .btn-wrapper {
    max-width: 290px;
  }
}

.footer-middle-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
}

.footer-middle-images .footer-middle-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - .5rem);
          flex: 0 0 calc(100% / 3 - .5rem);
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-middle-images .footer-middle-image img {
  max-width: 100%;
  height: 60px;
}

.footer-middle-images .footer-middle-image-gray img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.footer-middle-images .footer-middle-image-gray:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-filter: none;
          filter: none;
}

.footer-copyright {
  margin-top: 1rem;
  padding: 0 1rem;
  font-size: .75rem;
  text-align: center;
}

.footer-bottom {
  background-color: black;
  color: white;
}

.footer-bottom a {
  color: white;
}

.footer-bottom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-language-selector-wrapper,
.footer-bottom-menu-wrapper {
  text-align: center;
}

.footer-bottom-social-icons-wrapper .footer-social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-bottom-social-icons-wrapper .footer-middle-title {
  display: none !important;
}

.footer-social-icons .footer-social-icon {
  background: none;
  color: black;
}

.footer-social-icons .footer-social-icon:hover {
  background: none;
  color: #f63366;
}

.footer-social-icons .icon-instagram,
.footer-social-icons .icon-facebook {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .footer-bottom-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  a.custom-footer-menu-item {
    text-transform: uppercase;
    margin-right: 5px;
  }
  a.custom-footer-menu-item:first-child {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer-bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-language-selector-wrapper,
  .footer-bottom-social-icons-wrapper,
  .footer-bottom-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-language-selector-wrapper,
  .footer-bottom-social-icons-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .footer-bottom-menu-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  a.custom-footer-menu-item {
    padding: .3rem .5rem;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .footer-middle {
    color: black;
  }
  .footer-bottom {
    background: black;
  }
  .footer-middle .gray {
    color: #fff;
  }
  .footer-middle-link {
    font-size: .875rem;
  }
  .footer-middle-title {
    color: black;
    font-size: .875rem;
    font-weight: 700;
  }
  .footer-middle-item .footer-middle-link {
    color: black;
    padding: .1875rem 0;
  }
  .footer-middle-item a.footer-middle-link:hover {
    color: #f63367;
  }
  .nav-trusted-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .footer-middle-images {
    padding: 0;
  }
  .footer-copyright {
    padding: 0;
    text-align: left;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .footer-bottom-link {
    color: #fff;
  }
  .footer-bottom-link:hover, .footer-bottom-link:focus {
    color: #f63367;
    text-decoration: none;
  }
  .footer-bottom-sides {
    padding-top: 1.5rem;
  }
}

/* Promo */
[class^="promo-"] {
  border-radius: 0;
}

/* Login page */
#page_login_form .title-primary {
  text-align: center;
}

#page_login_form .btn-primary {
  width: 100%;
}

.site-login .form-input input {
  min-width: calc(min(80vw, 500px));
  border: none;
  border-bottom: 1px solid gray;
}

.site-login .title-primary {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

.site-login .checkout-steps {
  margin-bottom: 1.5rem;
}

.create-account-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.create-account-block .signup-hint {
  color: gray;
  margin-top: .32rem;
}

@media (max-width: 992px) {
  .create-account-block {
    background-color: #f3f3f3;
    padding: 10px;
  }
}

.create-account-block .title-primary {
  text-align: center;
}

.create-account-block .btn-primary {
  max-width: 100%;
  width: 100%;
}

#page_login_form .btn-primary {
  max-width: 100% !important;
  width: 100%;
}

#page_login_form .form-group a {
  text-decoration: underline;
}

.signup-highlights {
  margin-top: 2rem;
}

.signup-highlights-title {
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .signup-highlights a.btn.btn-block.btn-primary {
    max-width: calc(100vw - 40px);
    white-space: break-spaces;
  }
}

.signup-bonus {
  padding: 1rem;
  background-color: #e2e2e2;
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.signup-bonus .bonus-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

.signup-bonus .bonus-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  margin-left: 1rem;
  font-size: 1rem;
}

@media (max-width: 992px) {
  .signup-bonus .bonus-text {
    font-size: .8rem;
  }
}

.signup-bonus .bonus-icon {
  width: 100%;
  height: 100%;
}

.signup-bonus .bonus-icon::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.signup-bonus .bonus-icon-mail::before {
  background-image: url("//s.cdnmpro.com/114752245/content/icons/login/envelope-line.svg");
}

.signup-bonus .bonus-icon-discount::before {
  background-image: url("//s.cdnmpro.com/114752245/content/icons/login/coupon-discount.svg");
}

.signup-bonus .bonus-icon-history::before {
  background-image: url("//s.cdnmpro.com/114752245/content/icons/login/history-line.svg");
}

.site-signup .already-customer {
  background-color: black;
  color: white;
  padding: .325rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .site-signup .already-customer {
    margin-right: 100px;
  }
}

.site-signup .name-password-group > div {
  padding: 0;
}

@media (min-width: 992px) {
  #page_login_form .btn-primary {
    max-width: 250px;
  }
  #page_login_form .title-primary {
    margin-bottom: 5rem;
  }
  .col-border-left .border-left {
    border: 1px solid gray;
  }
}

/* Checkout steps */
.checkout-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.checkout-steps .checkout-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-steps .checkout-step-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  color: white;
  width: 35px;
  height: 35px;
  background-color: gray;
  margin-bottom: 10px;
}

.checkout-steps .checkout-step-active .checkout-step-icon {
  background-color: black;
}

.checkout-steps .checkout-step:nth-of-type(2)::before, .checkout-steps .checkout-step:nth-of-type(2)::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: black;
  top: 18px;
  z-index: -1;
}

.checkout-steps .checkout-step:nth-of-type(2)::before {
  left: 30px;
}

.checkout-steps .checkout-step:nth-of-type(2)::after {
  right: 30px;
}

/* New badges */
.badges-text,
.badges-icons {
  position: absolute;
  top: 0;
  padding: 10px;
  display: block;
}

.badges-text {
  left: 0;
  text-align: left;
}

.badges-text .badge {
  display: block;
  background-color: black;
  color: white;
  padding: .5rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  border-radius: 0;
  max-width: 7rem;
}

@media (max-width: 500px) {
  .badges-text .badge {
    font-size: .5rem;
  }
}

.badges-text .badge-natural-fibers {
  border: none;
  background: none;
  font-size: 1.5rem;
  display: block;
  padding: 0;
}

.badges-text .badge-last-in-stock {
  background-color: transparent;
  color: red;
  padding: 0;
}

.badges-text .badge-promo {
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 500px) {
  .badges-text .badge-promo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.badges-text .badge-promo .badge-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.badges-text .badge-promo .sale-left,
.badges-text .badge-promo .sale-right {
  padding: .5rem;
  border: 1px solid red;
}

.badges-text .badge-promo .sale-left {
  background-color: red;
  color: white;
}

.badges-text .badge-promo .sale-right {
  background-color: white;
  color: red;
}

.badges-text .badge-new {
  margin-right: 100%;
  display: inline-block;
}

.badges-text .badge:first-child.badge-last-in-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.badges-icons {
  right: 0;
}

@media (max-width: 500px) {
  .badges-icons {
    bottom: 0;
    top: initial;
  }
}

@media (max-width: 991.98px) {
  .badges-icons {
    top: 40px;
  }
}

.badges-icons .badge {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.badges-icons .badge-happy-hour {
  background-image: url(//s.cdnmpro.com/114752245/content/icons/buy/card.png);
}

.badges-icons .badge-free-delivery {
  background-image: url(//s.cdnmpro.com/114752245/content/icons/buy/card.png);
}

/* Page cart */
.cart-highlights-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-highlights-row .cart-highlights,
.cart-highlights-row .cart-actions {
  max-width: 100%;
}

.cart-highlights-row .cart-actions {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1rem;
}

.cart-highlights-row .cart-actions .btn-continue {
  border: none;
  text-decoration: underline;
}

.cart-highlights-row .cart-actions .upsell-messages {
  margin-bottom: 1rem;
}

.cart-highlights-row .cart-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-highlights-row .cart-highlights .payment-image {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-highlights-row .cart-highlights .payment-image img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 410px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.cart-highlights-row .cart-highlights .quick-contact {
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  max-width: 500px;
}

.cart-highlights-row .cart-highlights .quick-contact a {
  text-decoration: underline;
  font-weight: bold;
}

.cart-highlights-row .banner-block .icon_s3_1x1x1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.cart-highlights-row .banner-block .icon_s3_1x1x1 .banner-icon-cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .cart-highlights-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cart-highlights-row .cart-highlights {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .cart-highlights-row .cart-actions {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart-highlights-row .payment-image {
    margin-top: 0;
  }
}

/* Site search */
img.prod-img.img-fluid {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.search-inner-x {
  position: absolute;
  top: 12px;
  right: 10px;
}

@media (min-width: 992px) {
  .search-inner-x {
    right: -30px;
  }
}

/* Color mapping (for catalog and buy) */
.prod-color {
  background-position: center;
  background-size: cover;
}

.prod-color-Rosu {
  background-color: red;
}

.prod-color-Negru {
  background-color: black;
}

.prod-color-Alb {
  background-color: white;
}

.prod-color-Galben {
  background-color: yellow;
}

.prod-color-Albastru {
  background-color: blue;
}

.prod-color-Verde {
  background-color: green;
}

.prod-color-Bej {
  background-color: beige;
}

.prod-color-Maro {
  background-color: #794b2c;
}

.prod-color-Burgundiu {
  background-color: #69132c;
}

.prod-color-Auriu {
  background-color: goldenrod;
}

.prod-color-Gri {
  background-color: gray;
}

.prod-color-Ivoire {
  background-color: #cab8a9;
}

.prod-color-Kaki {
  background-color: #5d6148;
}

.prod-color-Multicolor {
  background-color: #d3212d;
  background-image: linear-gradient(319deg, #d3212d 0%, #009245 37%, #ffbf00 100%);
}

.prod-color-Bleumarin {
  background-color: darkblue;
}

.prod-color-Nude {
  background-color: #eacbb7;
}

.prod-color-Portocaliu {
  background-color: orange;
}

.prod-color-Roz {
  background-color: pink;
}

.prod-color-Mov {
  background-color: purple;
}

.prod-color-Argintiu {
  background-color: silver;
}

.prod-color-Argintiu {
  background-color: silver;
}

.prod-color-animal {
  background-image: url("//s.cdnmpro.com/114752245/content/animal-print.svg");
}

/* Video banner */
.videoWrapper {
  width: 100%;
}

.videoWrapper video {
  width: 100%;
}

/* Similar products */
#buy_prod_similar_products_content .prod-box .prod-actions,
#buy_prod_similar_products_content .prod-box .prod-cat,
#buy_prod_similar_products_content .prod-box .prod-prices,
#buy_prod_similar_products_content .prod-box .prod-rating {
  display: none;
}

/* Mobile filters catalog */
.mobile-filters-container .btn-filters {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-filters-container .btn-filters::before {
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='122.88px' height='117.824px' viewBox='0 0 122.88 117.824' enable-background='new 0 0 122.88 117.824' xml:space='preserve'%3E%3Cg%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M122.774,16.459L122.774,16.459c0,5.393-4.412,9.805-9.805,9.805H92.202 c1.457-2.919,2.278-6.212,2.278-9.697c0-3.571-0.861-6.941-2.387-9.913h20.876C118.362,6.654,122.774,11.066,122.774,16.459 L122.774,16.459z M89.306,101.257c0,9.15-7.418,16.567-16.568,16.567s-16.567-7.417-16.567-16.567 c0-9.149,7.417-16.567,16.567-16.567S89.306,92.107,89.306,101.257L89.306,101.257z M122.869,101.148L122.869,101.148 c0,5.393-4.413,9.805-9.806,9.805H92.202c1.457-2.919,2.278-6.212,2.278-9.696c0-3.571-0.861-6.941-2.387-9.913h20.97 C118.457,91.344,122.869,95.756,122.869,101.148L122.869,101.148z M53.272,110.953H9.816c-5.393,0-9.805-4.412-9.805-9.805l0,0 c0-5.393,4.412-9.805,9.805-9.805h43.565c-1.525,2.972-2.387,6.342-2.387,9.913C50.994,104.741,51.815,108.034,53.272,110.953 L53.272,110.953z M28.326,58.717c0,9.149,7.418,16.567,16.568,16.567c9.149,0,16.567-7.418,16.567-16.567 c0-9.15-7.418-16.568-16.567-16.568C35.744,42.148,28.326,49.566,28.326,58.717L28.326,58.717z M0,58.608L0,58.608 c0,5.393,4.414,9.805,9.805,9.805h15.675c-1.457-2.92-2.278-6.169-2.278-9.696c0-3.528,0.861-6.941,2.387-9.914H9.805 C4.412,48.803,0,53.215,0,58.608L0,58.608z M64.409,68.413h48.666c5.392,0,9.805-4.412,9.805-9.805l0,0 c0-5.394-4.412-9.806-9.805-9.806H64.301c1.525,2.973,2.387,6.386,2.387,9.914C66.688,62.244,65.866,65.493,64.409,68.413 L64.409,68.413z M89.306,16.567c0,9.15-7.418,16.567-16.568,16.567S56.17,25.718,56.17,16.567C56.17,7.417,63.587,0,72.737,0 S89.306,7.417,89.306,16.567L89.306,16.567z M53.272,26.264H9.853c-5.393,0-9.805-4.413-9.805-9.805l0,0 c0-5.393,4.412-9.805,9.805-9.805h43.528c-1.525,2.972-2.387,6.342-2.387,9.913C50.994,20.052,51.815,23.345,53.272,26.264 L53.272,26.264z'/%3E%3C/g%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  margin-right: .325rem;
}

/* Slick slider dots */
.gallery-buy .slick-dots {
  bottom: 25px;
}

.gallery-buy .slick-dots li button::before {
  background: white;
}

.gallery-buy .slick-dots li.slick-active button::before {
  background: black;
}

/* Fancybox color */
.fancybox-bg {
  background: #AFABAB;
}

/* Alert color */
.alert-info,
.alert.alert_success {
  background-color: #ff9292;
  border-color: #ff9292;
  color: black;
}

/* Order page */
.site-order .steps .step-completed + .step:not(.step-completed) .step-icon, .site-order .steps .step:first-child:not(.step-completed) .step-icon {
  background: black;
}

.site-order .steps .step-completed + .step:not(.step-completed) .step-icon::before, .site-order .steps .step:first-child:not(.step-completed) .step-icon::before {
  color: white;
}

.site-order .steps .step-icon {
  border-color: black !important;
  color: black !important;
}

.site-order .steps .step-text::after {
  background: black;
}

#prod_comments_form_overlayer_container .color-blue.text-lg {
  color: red;
}

.coupon-trigger {
  text-align: right;
  cursor: pointer;
}

.coupon-expand {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.coupon-expand.coupon-expanded {
  height: 66px;
  -webkit-transition: height .3s;
  transition: height .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upsell-messages span {
  color: black !important;
  font-weight: bold;
}

#mobile_mega_lang .header-menu-link.link-parent {
  display: block !important;
}
/*# sourceMappingURL=main.css.map */

.nav-link[data-target="#mobile_mega_lang"] {
 display: none;   
}

.banner-single_file .banner-file,
.banner-single_file img {
    height: auto;
    width: 100% !Important; 
    }

#banner_46 {
    width: 100%;
    }

@media (max-width: 991.98px) {   
.header-sticky .header .header-multi-icon  {
    display: none !important;
    }
.header-multi-icon .banner-icon-cell div:last-of-type a {
  font-size: .5125rem !important;
  color: white;
}

#banner_46  .banner-icon-cell .icon-img {
    max-width: 20px !important;
    }
#banner_46 .banner-icon-cell {
    font-weight: 500 !important;
    max-width: 50%;
    padding-bottom: .25rem;
    padding-left: .5rem;
    justify-content: flex-start !important;
    }

#banner_46  .multi_icon_horizontal {
    display: flex;
    flex-flow: row wrap;
    }

}

select option[disabled] {
   text-decoration: line-through;
   color: lightgray;   
}


.prod-bundled-img {
    flex-shrink: 0;   
}

.prod-bundled-properties {
    min-width: 30%;    
}

#banner_file_47 {
    cursor: pointer;     
}

.footer-badges {
    justify-content: space-between;
}

.footer-badge {
    height: 46px;
}
.station-banner .custom-banner {
    padding-bottom: 10px;
    }
.site-contact #menu_38 {
    display: none;
    }

.info-page




.info-page {
      overflow-x:scroll;
      overflow-y:hidden; // manage scrollbar content overflow settings
    }
    .info-page::-webkit-scrollbar {
      width:0; // manage scrollbar width here
    }
    .info-page::-webkit-scrollbar * {
      background:transparent; // manage scrollbar background color here
    }
    .info-page::-webkit-scrollbar-thumb {
      background:transparent !important; // manage scrollbar thumb background color here
    }
    
@media (max-width: 991.98px) {   
    
    li#menu_38 > a:last-child {
        display: none;
        }
    #menu_link_38[aria-expanded="true"] {
        }
    }
@media (min-width: 992px) { 
    
    #menu_38 .popper {
        min-width: 224px;
        }
        
    #menu_38 .popper a {
        display: block;
        padding: 0.125rem 0;
        }
    
    #mobile_menu_link_38 {
        min-width: 300px;
        }
}

@media (min-width: 992px) { 
.story-links {
    width: 10rem;
    margin: 16rem 0 0 4.5rem;
    }
    
.story-links a {
    align-items: center;
    display: flex;
    height: 2rem;
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    margin: .3125rem 0;
    }
}


@media (max-width: 991.98px) { 
.story-links {
   width: 10rem;
    margin: 4rem 0 0 1rem;
    }
    
.story-links a {
    align-items: center;
    display: flex;
    height: 1.25rem;
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
    margin: .125rem 0;
    }
}

#ieri,
#azi,
#maine {
    /*padding: 2rem 0;*/
    }
@media (max-width: 991.98px) { 
#ieri,
#azi,
#maine {
    /*padding: 2rem 0;*/
    }
        body, 
        .main,
        .container-inner {
            max-width: 100%!important;
            overflow-x: hidden;
        }
        
        .container {
            width: 100%!important;    
        }
            
        .order_product_container {
            overflow-x: auto;   
            max-width: 100%!important;
        }
    }
       
.info-page {
    overflow: hidden;
}

#banner_67 .videoWrapper,
#banner_73 .videoWrapper {
    position: relative;
    }
 
#banner_67 .videoWrapper a,  
#banner_73 .videoWrapper a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* Info page menu fix*/

.mega-menu-col.do-menu-col.menu_col_text {
    text-align: left;   
}

#banner_newsletter_container {
    color: #000;    0
}

#banner_34 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
}