@font-face {
  font-family: "asty-book";
  src:
    url("../fonts/asty-cf/AstyCFStd-Book.ttf") format("truetype"),
    url("../fonts/asty-cf/AstyCFStd-Book.woff") format("woff"),
    url("../fonts/asty-cf/AstyCFStd-Book.woff2") format("woff2");
}

@font-face {
  font-family: "asty-light";
  src:
    url("../fonts/asty-cf/AstyCFStd-Light.otf") format("opentype"),
    url("../fonts/asty-cf/AstyCFStd-Light.woff") format("woff"),
    url("../fonts/asty-cf/AstyCFStd-Light.woff2") format("woff2"),
    url("../fonts/asty-cf/AstyCFStd-Light.ttf") format("truetype");
}

@font-face {
  font-family: "asty-bold";
  src: url("../fonts/asty-cf/AstyCFStd-Bold.otf") format("opentype");
}

@font-face {
  font-family: "asty-medium";
  src: url("../fonts/asty-cf/AstyCFStd-Medium.otf") format("opentype");
  font-weight: bold;
}

body {
  font-family: "asty-book", sans-serif;
}

:root {
  --text-color: #000;
  --text-hover-color: #333;
  --green-color: #35b14e;
  --orange-color: #e96630;

  --border-color: #c8c8c8;
  --border-hover-color: #b8b8b8;

  --small-text-size: 1.4rem;
  --text-size: 1.5rem;

  --border-radius: 10px;
  --section-gap: 20px;
  --offcanvas-collapse-offset: 60px;

  --offcanvas-width: 460px;
}

/* SOF General */

.menu-trigger-1 a,
#main-menu .links-text,
.search-categories-button,
ul.nav-tabs > li,
.btn,
b,
.title,
strong,
.product-labels span strong,
.product-thumb .model,
#main-menu-2 .links-text,
.c--topmenu .links-text,
.mobile-container .mobile-account-wrapper .register-msg,
.notification-content .notification-title {
  font-family: "asty-medium", sans-serif;
}

#main-menu-2 .links-text {
  text-wrap: nowrap;
}

.breadcrumb .fa.fa-home {
  top: 2px;
}

.breadcrumbs .breadcrumb {
  max-width: 1800px;
}

.product-thumb .product-label-default.c--special-label {
  left: 50%;
  transform: translate(-50%, 15px);
}

.product-thumb .model {
  font-size: var(--small-text-size);
  text-align: center;
}

.product-thumb .image-group .wish-group {
  position: absolute !important;
  right: 15px !important;
  top: 15px !important;
  z-index: 9;
}

.product-thumb .price-new,
.product-thumb .price-normal {
  font-family: "asty-medium", sans-serif;
}

.product-thumb .price-old {
  font-family: "asty-light", sans-serif;
}

.product-thumb .price-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border: 1px dashed #707070;
  border-radius: 10px;
  padding: 10px;
  /* Hack me babe : hack to overlap/hide parent container border with current element's border */
  bottom: -1px;
  position: relative;
  width: calc(100% + 2px);
  left: -1px;
  transition: 0.25s ease background-color;
}

.product-thumb .price-buttons:hover {
  background-color: var(--green-color);
  border-style: solid;
  border-color: var(--green-color);
}

.product-thumb .price-buttons:hover .price-normal,
.product-thumb .price-buttons:hover .price-new,
.product-thumb .price-buttons:hover .price-old,
.product-thumb .price-buttons:hover .btn-cart {
  color: #fff !important;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid var(--text-color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none !important;
}
input[type="checkbox"]:hover {
  background: #9faab7;
  outline: none !important;
}
input[type="checkbox"]:checked {
  background: var(--text-color);
  outline: none !important;
}
input[type="checkbox"]:checked::before {
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: absolute;
  content: "\2714";
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  outline: none !important;
}
input[type="checkbox"]:checked::after {
  background: var(--text-color);
  content: "";
  display: block;
  position: relative;
  outline: none !important;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid var(--text-color);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  outline: none !important;
}
input[type="radio"]:hover {
  background: #9faab7;
  outline: none !important;
}
input[type="radio"]:checked {
  background: var(--text-color);
  outline: none !important;
}
input[type="radio"]:checked::before {
  height: 18px;
  width: 18px;
  min-width: 18px;
  position: absolute;
  content: "\2714";
  display: inline-block;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  outline: none !important;
}
input[type="radio"]:checked::after {
  background: var(--text-color);
  content: "";
  display: block;
  position: relative;
  outline: none !important;
}

/* EOF General */

/* SOF Header */

.desktop-mobile-main-menu-wrapper,
.desktop-mobile-main-menu-wrapper > #main-menu,
.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu {
  height: 100%;
}

.desktop-header-active .search-button {
  padding-left: 20px;
}

div#main-menu.main-menu-358
  > .j-menu
  li.main-menu-item-1.force-white
  > a
  > .links-text {
  color: var(--text-color) !important;
}

.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu {
  padding: 5px !important;
}

.cart-content .cart-totals .td-total-text {
  font-family: "asty-medium", sans-serif;
}

#cart-items {
  font-size: 10px;
  border-radius: 50%;
  border: 1px solid #212121;
  max-width: 16px;
  min-width: 16px;
  max-height: 16px;
  min-height: 16px;
  width: 100%;
  display: flex;
  padding: 0;
}

#cart:hover #cart-items {
  color: #212121;
}

.cart-content .td-name a,
.cart-content .td-name .total {
  font-size: 14px;
  margin-bottom: 7px;
}

.cart-content .td-name .qty {
  font-size: 13px;
}

.cart-content .td-name .qty span {
  font-size: 15px;
  font-family: "asty-medium", sans-serif;
}

.cart-content .td-remove button {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-size: 12px;
}

.cart-content .td-remove button svg {
  width: 17px;
  margin-right: 5px;
}

.desktop-mobile-main-menu-container::after {
  display: block;
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--border-color);
  position: absolute;
  left: 50%;
}

.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu > li {
  width: calc(50% - 20px);
  transition: 0.25s ease all;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li:first-child
  > .collapse
  > .j-menu
  > li:first-child {
  padding-top: 0px;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li
  > .collapse
  > .j-menu
  > li
  > a {
  transition: 0.25s ease all;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li
  > .collapse
  > .j-menu
  > li
  > a:hover {
  background-color: #e5e5e5;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li.open.animating
  > .collapse {
  opacity: 1;
  visibility: visible;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li.open.animating
  > a {
  background-color: #e5e5e5;
}

.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu > li > .collapse {
  transition: 0.25s ease all;
  visibility: hidden;
  opacity: 0;
  display: flex;
  height: 100%;
  position: absolute;

  .menu-item {
    max-height: 50px;
  }
}

.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu > li .open-menu {
  display: none !important;
}

.desktop-mobile-main-menu-wrapper > #main-menu > .j-menu > li > a,
.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li
  > .collapse
  > .j-menu
  > li
  > a {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li
  > .collapse
  > .j-menu {
  width: 100%;
}

.desktop-mobile-main-menu-wrapper
  > #main-menu
  > .j-menu
  > li
  > .collapse
  > .j-menu
  > li {
  min-height: 50px !important;
}



}

.desktop-mobile-main-menu-container .c--menu-trigger {
  max-height: 50px;
  background-color: var(--text-color);
  transition: 0.25s ease all;
  color: #fff;
  font-size: 14px;
  font-family: "asty-medium", sans-serif;
  text-transform: uppercase;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  margin-left: 75px !important;
  min-width: auto;
}

.desktop-mobile-main-menu-container .c--menu-trigger::before {
  content: "\f0c9" !important;
  margin-right: 35px;
  font-size: 16px;
  min-width: 1em;
  min-height: 1em;
}

.notification-wrapper .notification-cart .notification-content {
  align-items: center;
}

.notification-wrapper .notification-cart .notification-buttons {
  gap: 10px;
}

/* TODO: Maybe this overflow hidden has to go */
.mobile-container
  .mobile-wrapper-header
  + div.desktop-mobile-main-menu-wrapper {
  overflow-y: hidden;
}

.desktop-mobile-main-menu-container .c--menu-trigger:hover {
  background-color: var(--text-hover-color);
  color: #fff;
}

.desktop-mobile-main-menu-container
  .mobile-wrapper-header
  > a.c--logo-link::before {
  display: none;
}

.c--logo-link {
  width: 50%;

  img {
    max-width: 320px;
    margin: 0 auto;
  }
}

#main-menu
  > .j-menu
  > li {
   > .collapse {
    top: calc(var(--index, 1) * -60px) !important;
  }
}

.desktop-mobile-main-menu-container .mobile-wrapper-header > a {
  margin-left: 0px;
}

.top-bar > div.c--topmenu:not(.language-currency):first-child {
  width: 100%;
  border-bottom: 1px solid var(--border-color);
}

.c--topmenu .j-menu .menu-item > a::before {
  margin-right: 10px;
}

.c--topmenu ul li {
  flex: 1;
  height: 100% !important;
}

.search-button {
  font-size: var(--small-text-size);
  font-family: "asty-medium", sans-serif;
  margin-right: 20px;
}

.search-button:hover {
  color: var(--text-hover-color);
}

.desktop-header-active .header-cart-group .secondary-menu li a,
.desktop-header-active #cart a,
.desktop-header-active #account i,
.desktop-header-active #wishlist i {
  min-width: 100px;
  border-radius: var(--border-radius);
}

.desktop-header-active .header-cart-group,
.desktop-header-active
  .header-cart-group
  .desktop-account-wrapper
  .desktop-header-active
  .header-cart-group
  .desktop-wishlist-wrapper {
  height: auto !important;
  background: #eaeaea;
  padding: 5px;
  border-radius: var(--border-radius);
}

.desktop-header-active .header-cart-group .secondary-menu li a:hover,
.desktop-header-active #cart a:hover,
.desktop-header-active #account i:hover,
.desktop-header-active #wishlist i:hover {
  background-color: #fff;
}

.mobile-account-container,
.mobile-wishlist-container {
  max-width: 85% !important;
  width: var(--offcanvas-width) !important;
  left: auto;
  right: 0;
  transform: translate3d(100%, 0, 0) !important;
}

.mobile-account-wrapper .account-data .j-menu {
  display: block;
  align-items: center;
}

.mobile-container .mobile-account-wrapper {
  padding: 20px;
}

.mobile-container .mobile-account-wrapper .register-msg,
.mobile-container .mobile-account-wrapper .login,
.mobile-container .mobile-account-wrapper .register {
  padding-bottom: 20px !important;
  display: flex;
}

.mobile-container .mobile-account-wrapper .login a,
.mobile-container .mobile-account-wrapper .register a {
  background-color: #eaeaea;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
}

.mobile-container.mobile-account-container .mobile-wrapper-header,
.mobile-container.mobile-wishlist-container .mobile-wrapper-header {
  min-height: 80px;
  padding: 25px;
}

.mobile-container .mobile-account-wrapper .register-msg span {
  padding: 20px 40px;
}

.mobile-account-container .mobile-account-wrapper,
.mobile-wishlist-container #sidebar {
  height: auto !important;
  padding: 20px;
}

.mobile-account-container .mobile-account-wrapper div {
  padding-bottom: 20px !important;
}

.mobile-container .mobile-account-wrapper .account-data {
  padding-top: 20px;
}

.wishlist-sidebar {
  font-size: 15px;
}

.wishlist-sidebar tr .td-image {
  width: 100px;
}

.header-cart-group i {
  height: 47px;
}

.mobile-cart-content-container
  .mobile-cart-content-wrapper.cart-content
  .cart-products
  td.td-qty {
  padding: var(--cart-table-spacing-v, var(--cart-table-spacing))
    var(--cart-table-spacing) !important;
}

.mobile-container .mobile-search-wrapper + .menu-item .j-menu > li > a {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
}

.mobile-container .menu-item .j-menu {
  padding: 5px;
}

.mobile-container .menu-item .j-menu > li {
  width: 100%;
  height: 100%;
}

.mobile-container .menu-item .j-menu > li > a .links-text {
  color: #fff;
  text-transform: uppercase;
}

.mobile-header-active .menu-trigger .menu-icon {
  display: contents;
}

.mobile-header-active .menu-trigger {
  border: 1px solid #000;
  border-radius: 28px;
  justify-content: space-around;
}

.mobile-container .top-row {
  justify-content: space-between;
  padding: 10px;
}

.mobile-secondary-menu {
  display: flex;
  gap: 8px;
  padding-right: 8px;
}

#wishlist .fa.fa-heart-o.fa-fw,
#account .fa.fa-user.fa-fw {
  font-size: 24px;
  padding-top: 10px;
  cursor: pointer;
}

.mobile-secondary-menu .top-menu .j-menu li a,
.mobile-secondary-menu #cart,
.mobile-secondary-menu #account,
.mobile-secondary-menu #wishlist {
  background-color: #eaeaea;
  border-radius: var(--border-radius);
}

#main-menu-mobile .j-menu .main-menu-item-1 > a {
  background-color: #000;
  color: #fff;
}

#main-menu-mobile .j-menu .main-menu-item-1 > a > .links-text {
  color: #fff;
}

.mobile-container.mobile-main-menu-container {
  overflow: auto;
}

.mobile-main-menu-container .top-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.mobile-main-menu-container .top-row .c--secondary-menu {
  display: flex;
}

.mobile-main-menu-container .top-row .c--secondary-menu li {
  padding: 10px;
}

.mobile-main-menu-wrapper #main-menu-mobile .j-menu li a {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 10px;
}

.mobile-cart-content-container .cart-content .cart-empty:before {
  display: none;
}

.mobile-cart-content-container .cart-content .li-empty .ups {
  margin-bottom: 25px;
  font-size: 28px;
  font-family: "asty-medium", sans-serif;
}

.mobile-cart-content-container .cart-content .li-empty .ups-note {
  font-size: 16px;
  font-family: "asty-medium", sans-serif;
}

.mobile-cart-content-container .mobile-wrapper-header {
  padding: 25px;
}

.mobile-cart-content-container .mobile-wrapper-header > div,
.mobile-container .mobile-wrapper-header .header-wrapper {
  padding: 15px 18px;
  background-color: var(--border-color);
  display: flex;
  justify-content: space-between;
  border-radius: 25px;
  font-family: "asty-medium", sans-serif;
  text-transform: uppercase;
  width: 100%;
}

.mobile-cart-content-container .mobile-wrapper-header > div em {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-cart-content-container .mobile-wrapper-header > div em::before {
  font-size: 20px;
}

.mobile-top-bar .swiper-slide p {
  text-align: center;
}

.mobile-top-menu-wrapper {
  justify-content: center;
}

.mobile-top-menu-wrapper .carousel-container .carousel-item p {
  font-size: 13px;
}

/* EOF Header */

/* SOF Homepage */
.homepage-perks--wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--section-gap);
}

.homepage-perks--wrapper .perk {
  border-radius: 10px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 50px;
}

.homepage-perks--wrapper span {
  font-family: "asty-medium", sans-serif;
}

.homepage-perks--wrapper .c-title {
  display: inline-flex;
  border-radius: 10px;
  background: var(--border-color);
  padding: 5px 20px 5px 50px;
  align-items: center;
}

.homepage-perks--wrapper .subtitle {
  display: inline-flex;
  margin-left: auto;
}

.homepage-perks--wrapper .icon {
  margin-left: 100px;
}

.c--categories
  .category-grid
  .category-layout:nth-child(5n + 1)
  .category-thumb {
  background-color: #b8afda;
}

.c--categories
  .category-grid
  .category-layout:nth-child(5n + 2)
  .category-thumb {
  background-color: #fbcb9b;
}

.c--categories
  .category-grid
  .category-layout:nth-child(5n + 3)
  .category-thumb {
  background-color: #c7d8c5;
}

.c--categories
  .category-grid
  .category-layout:nth-child(5n + 4)
  .category-thumb {
  background-color: #ec652b;
}

.c--categories
  .category-grid
  .category-layout:nth-child(5n + 5)
  .category-thumb {
  background-color: #99d0fa;
}

.c--categories .icon {
  display: flex;
  transition: 0.25s all ease-out;
  position: relative;
  transform: translateX(0px);
}

.c--categories .category-layout:hover .icon {
  transform: translateX(15px);
}

.c--categories-list-no-image .name .icon {
  display: none;
}

.c--categories-list-mobile .caption .name .icon {
  display: none;
}

.c--categories-list-no-image .name::before {
  width: 0%;
  content: "";
  display: block;
  transition: 0.35s ease-in-out all;
  position: absolute;
  height: 100%;
  left: 0px;
  border-radius: 24px;
  z-index: -1;
}

.c--categories-list-row .pink .c--categories-list-no-image .name::before {
  background-color: #c7c0e2;
}

.c--categories-list-row .blue .c--categories-list-no-image .name::before {
  background-color: #b1dbfb;
}

.c--categories-list-row .orange .c--categories-list-no-image .name::before {
  background-color: #ed7642;
}

.c--categories-list-row .block-head-image,
.c--categories-list-row .banners-grid {
  max-height: 219px;
}

.c--categories-list-row img,
.c--categories-list-row .slide-link {
  max-height: 219px;
  border-radius: var(--border-radius);
}

.c--categories-list-no-image .name:hover::before {
  width: 100%;
}

.c--super-deals-banner .super-deals {
  position: absolute !important;
  top: 20px;
  left: 20px;
}

.c--super-deals-banner .super-deals .slide-text-item span {
  font-family: "asty-bold", sans-serif;
  font-size: 28px;
  color: #fff;
}

.c--super-deals-banner .save-money {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  max-width: 90%;
}

.c--super-deals-banner .save-money .slide-text-item span {
  font-family: "asty-medium", sans-serif;
  font-size: 18px;
  color: #fff;
}

.module-manufacturers .manufacturer-thumb .image img {
  border-radius: 50%;
}

/* EOF Homepage # */

/* SOF Footer */

.c--footer-contact-info--wrapper .ci--list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.mobile-main-menu-container .c--footer-contact-info--wrapper {
  margin-top: auto;
  padding: 0px 15px 15px 15px;
}

.c--footer-contact-info--wrapper .ci--list li {
  border-radius: var(--border-radius);
  background-color: #e5e5e5;
  padding: 13px;
  font-family: "asty-medium", sans-serif;
  text-align: center;
  transition: 0.25s ease-in-out all;
  transform: translateY(0px);
}

.c--footer-contact-info--wrapper .ci--list li:hover {
  transform: translateY(-5px);
}

.c--footer-contact-info--wrapper .ci--list li.mail a,
.c--footer-contact-info--wrapper .ci--list li.social {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c--footer-contact-info--wrapper .ci--list li.social a {
  text-transform: uppercase;
}

.c--footer-contact-info--wrapper .ci--list li.social .hor-divider {
  display: block;
  width: 240px;
  height: 1px;
  background-color: var(--text-color);
  position: relative;
  margin: 0px 25px;
}

.c--copyrights .module-body,
.c--developed .module-body {
  flex-direction: row;
}

.c--payments-icon img {
  min-width: 190px;
}

/* EOF Footer */

/* SOF Cart / Checkout  */

.route-checkout-checkout
  #content
  .quick-checkout-wrapper
  .input-group.btn-block
  .stepper
  input {
  border: none !important;
}

.input-group.btn-block .stepper button:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.input-group.btn-block .stepper button:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.input-group.btn-block .input-group-btn .btn {
  border-radius: 20px !important;
  background-color: #707070;
  width: 35px;
}

.route-checkout-checkout #content .quick-checkout-wrapper .input-group-btn .btn,
.route-checkout-checkout
  #content
  .quick-checkout-wrapper
  .input-group-btn
  .btn.btn-primary {
  background-color: transparent;
  color: #697278;
}

.route-checkout-checkout #content .quick-checkout-wrapper .input-group-btn .btn,
.route-checkout-checkout
  #content
  .quick-checkout-wrapper
  .input-group-btn
  .btn.btn-primary:hover {
  color: #000;
  background-color: transparent;
}

.route-checkout-checkout #content .quick-checkout-wrapper .input-group-btn .btn,
.route-checkout-checkout
  #content
  .quick-checkout-wrapper
  .input-group-btn
  .btn.btn-danger {
  background-color: transparent;
  color: red;
}

.route-checkout-checkout #content .quick-checkout-wrapper .input-group-btn .btn,
.route-checkout-checkout
  #content
  .quick-checkout-wrapper
  .input-group-btn
  .btn.btn-danger:hover {
  color: #b30000;
  background-color: transparent;
}

.route-checkout-cart .cart-panels .panel-group .input-group-btn .btn {
  padding: 10px 15px;
  font-size: 15px;
}

.route-checkout-cart .cart-panels .panel .control-label {
  min-width: 100%;
  margin-bottom: 5px;
}

.route-checkout-cart .panel-group .panel-heading + .panel-collapse .panel-body {
  margin-top: 10px !important;
}

.route-checkout-checkout body {
  line-height: 1.8;
}

.route-checkout-checkout .form-group {
  --form-label-min-width: 110px;
}

/* EOF Cart / Checkout  */

@media only screen and (max-width: 1500px) {
  .product-thumb .image-group .wish-group {
    top: 10px !important;
  }

  .product-thumb .product-label-default.c--special-label {
    transform: translate(-50%, 10px);
  }
}

@media only screen and (min-width: 1025px) {
  .c--footer-contact-info--wrapper .ci--list li.mail {
    padding: 0px;
  }

  #logo a img {
    min-width: 165px;
  }
}

@media only screen and (max-width: 1024px) {
  .product-thumb .price-buttons {
    margin-top: 0px;
    background-color: var(--green-color);
  }

  .mobile-header #logo a > img {
    width: 150px !important;
  }

  .mobile-header .top-row #logo a > img {
    width: 120px !important;
  }

  .mobile-header .mobile-bar.sticky-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mobile-header-active .menu-trigger {
    max-height: 46px;
    font-family: "asty-medium", sans-serif;
    margin-right: 10px;
  }

  .mobile-header-active #search .search-button {
    padding: 0px 40px;
    color: #fff;
    font-family: "asty-book", sans-serif;
  }

  .c--footer-contact-info--wrapper .ci--list li a:not(:last-child) {
    margin-right: 10px;
  }

  .c--footer-contact-info--wrapper .ci--list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .homepage-perks--wrapper .perk {
    padding-right: 0px;
  }

  .homepage-perks--wrapper .icon {
    margin-left: auto;
  }

  .homepage-perks--wrapper .icon svg {
    width: 26px;
  }

  .homepage-perks--wrapper .c-title {
    padding: 5px 10px;
    width: 100%;
  }

  .c--footer-contact-info--wrapper .ci--list li {
    padding: 10px;
    font-size: 13px;
  }

  .product-layout .product-thumb .image-group .image img {
    max-height: 150px;
    width: auto;
  }

  .search-button {
    margin-right: 0px;
  }

  .c--footer-contact-info--wrapper .ci--list li {
    font-family: "asty-book", sans-serif;
  }
}

@media only screen and (max-width: 800px) {
  .homepage-perks--wrapper ul {
    display: block;
    grid-template-columns: 1fr 1fr;
    gap: var(--section-gap);
  }

  .homepage-perks--wrapper .perk {
    border-radius: 10px;
    border: 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-right: 0px;
    padding-top: 10px;
  }

  .homepage-perks--wrapper .c-title {
    padding: 5px 10px 5px 10px;
  }
}

@media only screen and (max-width: 760px) {
  .c--categories .icon svg {
    width: 26px;
    height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .products-filter .select-group .input-group .input-group-addon {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  .mobile-main-menu-container .list-unstyled.ci--list li {
    font-size: 13px !important;
  }

  .mobile-main-menu-container .list-unstyled.ci--list {
    padding: 10px;
  }

  .image .product-labels .product-label {
    width: 50px;
  }

  .c--super-deals-banner .save-money .slide-text-item span {
    font-size: 14px;
  }

  .c--super-deals-banner .super-deals .slide-text-item span {
    font-size: 20px;
  }

  .mobile-search-wrapper #search .dropdown-menu.j-dropdown {
    min-width: auto;
  }

  .mobile-header #logo a > img {
    width: 120px !important;
  }
}

@media only screen and (max-width: 350px) {
  .c--footer-contact-info--wrapper .ci--list {
    grid-template-columns: auto;
  }

  .mobile-header .mobile-bar-group .menu-trigger .menu-icon::after {
    display: none;
  }
}


