/*********** MIXINS **********/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
.item-box {
  position: relative;
}

.item-box .ribbon-wrapper {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  z-index: 2;
}

.item-box .ribbon-wrapper .ribbon {
  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;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.item-box .ribbon-wrapper .ribbon span {
  display: block;
  padding: 10px;
  color: #000;
  font-size: clamp(0.75rem, 1vw, 0.8125rem);
  line-height: clamp(1.125rem, 2vw, 1.25rem);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.item-box .ribbon-wrapper .ribbon.ribbon-new {
  background-color: #e36023;
}

.item-box .ribbon-wrapper .ribbon.ribbon-new span {
  color: #fff;
}

.item-box .ribbon-wrapper .ribbon.ribbon-hot-deal {
  background-color: #e36023;
}

.item-box .ribbon-wrapper .ribbon.ribbon-hot-deal span {
  color: #fff;
}

.item-box .ribbon-wrapper .ribbon.ribbon-offer {
  background-color: #e36023;
}

.item-box .ribbon-wrapper .ribbon.ribbon-offer span {
  color: #fff;
}

.item-box .availability-outter-wrapper {
  min-height: 60px;
  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;
}

.availability-outter-wrapper .availability-wrapper span {
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
}

.availability-outter-wrapper .availability-wrapper.availability-27 span {
  color: #68a540;
}

.availability-outter-wrapper .availability-wrapper.availability-28 span {
  color: red;
}

.availability-outter-wrapper .availability-wrapper.availability-29 span {
  color: orange;
}

.availability-outter-wrapper .availability-wrapper.availability-30 span {
  color: orange;
}

.availability-outter-wrapper .availability-wrapper.check-for-availabilities span {
  color: #6DAFE6;
}

.homepage-section {
  margin-bottom: clamp(50px, 4vw, 70px);
}

.home-page-product-grid .page-title {
  text-align: center;
}

.home-page-product-grid .page-title strong {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
  font-weight: 600;
}

.home-page-product-grid .view-all-products {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.home-page-product-grid .view-all-products span {
  font-size: 0;
}

.home-page-product-grid .view-all-products a {
  display: block;
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
  max-width: 250px;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--clr-main);
  color: var(--clr-light);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 3px;
  background-color: var(--clr-main);
}

.home-page-product-grid .view-all-products a:hover {
  background-color: var(--clr-light);
  color: var(--clr-main);
}

.homepage-manufacturers-wrapper .page-title {
  text-align: center;
}

.homepage-manufacturers-wrapper .page-title strong {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
  font-weight: 600;
}

.homepage-manufacturers-wrapper .homepage-manufacturers-all {
  display: block;
  text-align: center;
  margin-top: 25px;
}

.homepage-manufacturers-wrapper .homepage-manufacturers-all a {
  display: block;
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
  line-height: clamp(1.625rem, 2vw, 1.75rem);
  max-width: 250px;
  margin: 0 auto;
  padding: 7px 10px;
  border: 1px solid var(--clr-main);
  color: var(--clr-light);
  background-color: var(--clr-main);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 3px;
}

.homepage-manufacturers-wrapper .homepage-manufacturers-all a:hover {
  background-color: var(--clr-light);
  color: var(--clr-main);
}

.homepage-slider-container {
  max-width: 1706px;
  padding: 50px 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.homepage-slider-container img {
  border-radius: 6px;
}

.homepage-slider-container .homepage-slider-main {
  width: 66.19%;
}

.homepage-slider-container .homepage-slider-secondary {
  width: clamp(30%, 31vw, 32.32%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.home-page .rich-blog-homepage {
  margin-top: 50px;
}

.homepage-bottom-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-bottom: 70px;
}

.homepage-bottom-wrapper .theme-banner-small {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.homepage-bottom-wrapper .theme-banner-small img {
  border-radius: 6px;
}

.backorder-stock-quantity {
  max-width: 320px;
  width: 97%;
  margin: 10px auto;
}

.backorder-stock-quantity p {
  color: #ff9600;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
}

.color-attributes-wrapper {
  margin-bottom: 25px;
}

.color-attributes-wrapper .title {
  margin-bottom: 15px;
}

.color-attributes-wrapper .flex-color-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.attachments-download {
  max-width: 800px;
  margin: 0 auto;
  width: 97%;
}

.attachments-download .title {
  display: none;
}

.attachments-download ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.attachments-download ul li a {
  font-size: 15px;
}

.attachments-download ul li .download-label {
  display: block;
  padding-left: 35px;
  position: relative;
}

.attachments-download ul li .download-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  background-image: url(../../icons/pdf.png);
}

.attachments-download ul li .download-pdf {
  text-decoration: underline;
}

.shipping-method .method-list .hide {
  display: none;
}

.product-variant-list .table-wrapper .product-variant-table {
  min-width: 1400px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.product-variant-list .table-wrapper .product-variant-table thead tr th {
  padding: 10px;
  background-color: #f8f8f8;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  color: #8e8e8e;
}

.product-variant-list .table-wrapper .product-variant-table thead tr th.header-image {
  font-size: 0;
}

.product-variant-list .table-wrapper .product-variant-table thead tr th.header-price {
  font-size: 0;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr td {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
  padding: 15px;
  border-block: 1px solid #dfdfdf;
  border-radius: 0;
  vertical-align: top;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-picture {
  border-inline: 1px solid #dfdfdf;
  width: 9.4%;
  vertical-align: middle;
  float: none;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-picture img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  display: block;
  height: 100%;
  max-height: 130px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview {
  width: 17.5%;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .variant-name {
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: clamp(1rem, 2vw, 1.1875rem);
  color: var(--text-main);
  font-weight: 600;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .additional-details .sku .label {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 600;
  color: var(--text-gray);
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .additional-details .sku .value {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
  color: var(--text-main);
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-wrapper span {
  padding: 5px 12px;
  border-radius: 4px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-4 span {
  color: #68a540;
  background-color: #d5ebcd;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-5 span {
  color: #ffa200;
  background-color: #fff3c9;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-6 span {
  color: #e26767;
  background-color: #ffe1e1;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-27 span {
  color: #68a540;
  background-color: #d5ebcd;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-29 span {
  color: #ffa200;
  background-color: #fff3c9;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-30 span {
  color: #ffa200;
  background-color: #fff3c9;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .availability-outter-wrapper .availability-28 span {
  color: #e26767;
  background-color: #ffe1e1;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .attributes-wrapper {
  display: none;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-specification:last-child {
  border-right: 1px solid #dfdfdf;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .variant-specification span {
  display: block;
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: clamp(0.75rem, 1vw, 0.875rem);
  color: var(--text-main);
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box {
  border-inline: 1px solid #dfdfdf;
  width: 18.5%;
  vertical-align: middle;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 20px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .prices .old-product-price span {
  font-size: clamp(0.9375rem, 1vw, 1rem);
  line-height: clamp(1rem, 2vw, 1.1875rem);
  color: #b8b8b8;
  text-decoration: line-through;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .prices .old-product-price span:first-child {
  display: none;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .prices .product-price label {
  display: none;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .prices .product-price span {
  font-size: clamp(1.1875rem, 1.5vw, 1.4375rem);
  line-height: clamp(1.4375rem, 2vw, 1.5625rem);
  font-weight: 600;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 5px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-wishlist {
  line-height: 0;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-wishlist .add-to-wishlist-button {
  border: 0;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-wishlist .add-to-wishlist-button span {
  font-size: 0;
  width: 47px;
  height: 47px;
  border-radius: 6px;
  display: block;
  position: relative;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-wishlist .add-to-wishlist-button span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url(../../img/Project/General/Icons/wishlist.png);
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-cart {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-cart .add-to-cart-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-qty-wrapper {
  margin-right: 0;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-cart .add-to-cart-panel .qty-input {
  height: 47px;
}

.product-variant-list .table-wrapper .product-variant-table tbody tr .product-variant-box .variant-buttons-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-button {
  height: 47px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.category-grid.sub-category-grid {
  display: none;
}

.category-page .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(clamp(240px, 18vw, 360px), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(clamp(240px, 18vw, 360px), 1fr));
  grid-gap: clamp(15px, 1.5vw, 25px);
}

.category-page .item-grid .item-box {
  width: 100%;
}

.search-page .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(clamp(240px, 18vw, 360px), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(clamp(240px, 18vw, 360px), 1fr));
  grid-gap: clamp(15px, 1.5vw, 25px);
}

.search-page .item-grid .item-box {
  width: 100%;
}

.manufacturer-page .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(clamp(240px, 18vw, 360px), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(clamp(240px, 18vw, 360px), 1fr));
  grid-gap: clamp(15px, 1.5vw, 25px);
}

.manufacturer-page .item-grid .item-box {
  width: 100%;
}

.manufacturer-list-page .item-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(clamp(210px, 14%, 230px), 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(clamp(210px, 14%, 230px), 1fr));
  gap: 25px;
}

.manufacturer-list-page .item-grid .item-box {
  width: 100%;
}

.manufacturer-list-page .item-grid .item-box .title {
  text-align: center;
}

.manufacturer-list-page .item-grid .item-box .title a {
  text-align: center;
}

.product-prices-box .back-in-stock-subscription {
  margin-top: 20px;
}

.product-variant-box .back-in-stock-subscription::before {
  margin-right: 12px;
  margin-bottom: 5px;
}

#tabs .show-more-container {
  display: none;
}

.block-category-navigation .title strong {
  font-size: 17px;
}

.block-category-navigation .listbox {
  padding: 10px !important;
}

.block-category-navigation .list li {
  margin-bottom: 5px;
}

.block-category-navigation .list li a {
  background-color: #F6F6F6;
  display: block;
  font-size: 17px;
  color: #444444 !important;
  padding-left: 15px;
  font-weight: 600;
}

.block-category-navigation .list li.last a {
  color: #e36023 !important;
}

.block-category-navigation .list li .sublist {
  margin-top: 15px;
}

.block-category-navigation .list li .sublist li {
  margin-bottom: 0;
}

.block-category-navigation .list li .sublist li.active {
  margin-bottom: 25px;
}

.block-category-navigation .list li .sublist li a {
  background-color: transparent;
  color: #777777 !important;
  ppadding-block: 5px;
}

.block-category-navigation .list li .sublist li.last a {
  color: #e36023 !important;
}

.block-category-navigation .list li .sublist li .sublist {
  margin-top: 0px;
}

.block-category-navigation .list li .sublist li .sublist li {
  margin: 0;
}

.block-category-navigation .list li .sublist li .sublist li a {
  background-color: transparent;
  color: #777777 !important;
  font-weight: 400;
  padding-bottom: 0;
  font-size: 15px;
}

.block-category-navigation .list li .sublist li .sublist li.last a {
  color: #e36023 !important;
}

.color-attributes-wrapper .flex-color-attributes .color-item-flex:first-child {
  display: none;
}

.product-list .item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-list .item-grid .item-box {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.product-list .item-grid .item-box .btn-wrapper {
  padding: 0;
  bottom: 0;
}

.product-list .item-grid .item-box .product-item {
  padding: 20px;
  padding-top: 30px;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.product-list .item-grid .item-box .product-item .picture {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.product-list .item-grid .item-box .product-item .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: unset;
  gap: 30px;
}

.product-list .item-grid .item-box .product-item .details .details-left {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.product-list .item-grid .item-box .product-item .details .add-info {
  all: unset;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-list .item-grid .item-box .product-item .details .add-info .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-list .item-grid .item-box .product-item .details .add-info .prices .price {
  margin: 0;
}

.product-list .item-grid .item-box .product-item .details .add-info .buttons {
  margin-top: 15px;
}

.product-list .item-grid .item-box .product-item .details .add-info .buttons .product-box-add-to-cart-button {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview .additional-details {
    margin-bottom: 10px;
  }
  .homepage-slider-container {
    padding-block: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .homepage-slider-container .homepage-slider-main {
    width: 100%;
  }
  .homepage-slider-container .homepage-slider-secondary {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #tabs .show-more-container {
    display: block;
    margin-top: 20px;
  }
  #tabs .show-more-container a {
    display: inline-block;
    padding: 10px;
    color: #8c8c8c;
  }
  #tabs .show-more-container .show-less-button {
    display: none;
  }
  #tabs .show-more-container .show-more-button {
    display: block;
  }
  #tabs .show-more-container.open {
    max-height: 10000px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #tabs .show-more-container.open .show-less-button {
    display: block;
  }
  #tabs .show-more-container.open .show-more-button {
    display: none;
  }
  #tabs .full-description {
    max-height: 200px;
    overflow: hidden;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    position: relative;
  }
  #tabs .full-description::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f6f6f6));
    background-image: linear-gradient(to bottom, transparent, #f6f6f6);
  }
  #tabs .full-description.open {
    max-height: 10000px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #tabs .full-description.open::before {
    background-image: none;
  }
}

@media screen and (max-width: 755px) {
  .product-variant-list .variant-picture {
    width: 20%;
  }
  .homepage-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
  .homepage-bottom-wrapper .theme-banner-small {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-variant-list .table-wrapper .product-variant-table tbody tr .variant-picture {
    width: 7%;
  }
  .product-variant-list .table-wrapper .product-variant-table tbody tr .variant-overview {
    width: 12%;
  }
}

/*********** MIXINS **********/
.header .header-selectors-wrapper .language-selector {
  display: none;
}

.header-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-parent {
  background-color: #f6f6f6;
}

.header-menu-parent .header-menu {
  max-width: 1920px;
  margin: 0 auto;
}

.header-selectors-wrapper, .header-lower {
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (min-width: 2100px) {
  .header-menu-parent .header-menu {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1025px) {
  .responsive-nav-wrapper-parent .responsive-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .responsive-nav-wrapper-parent .responsive-nav-wrapper .mobile-logo {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .responsive-nav-wrapper-parent .responsive-nav-wrapper .mobile-logo a {
    height: 55px;
  }
}

/*********** MIXINS **********/
.footer-logo img {
  max-height: 150px;
}

:root {
  --clr-main: #e36023;
  --clr-light: #fff;
  --text-main: #000;
  --text-secondary: #000;
  --text-alternative: #2469d1;
  --text-gray: #8e8e8e;
  --text-light-gray: #f7f9fa;
  --text-error: #eb6f6f;
  --bg-main: #fff200;
  --bg-secondary: #000;
  --bg-alternative: #000;
  --bg-gray: #757d81;
  --bg-light-gray: #f7f9fa;
  --bg-error: #f9eeee;
  --border-main: #fff200;
  --border-secondary: #000;
  --border-gray: #757d81;
  --border-light-gray: #f7f9fa;
  --border-error: #eb6f6f;
  --bg-button-main: #fff200;
  --bg-button-secondary: #000;
  --bg-button-gray: #757d81;
  --bg-button-light-gray: #f7f9fa;
  --input-text: #000;
  --input-placeholder: #757d81;
  --input-error: #eb6f6f;
}
/*# sourceMappingURL=format.css.map */