@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


:root {
  --mainFont: "Manrope", serif !important;
  --color2: #8e8e8e;
}

body {
  font-family: var(--mainFont);
}

/********************************************************
      Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
  border-color: blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
  position: absolute;
  width: 100%;
  top: 40%;
  right: 0;
  direction: ltr !important;
}

.customNavigation a {
  font-size: 0px;
  position: absolute;
  font-weight: 300;
  height: 50px;
  width: 50px;
  line-height: 46px;
  padding: 0px;
  color: #000000;
  cursor: pointer;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 50%;
  border: 1px solid #000000;
  background: none;
}

.customNavigation a:hover {
  border-color: #af6d53;
}

.customNavigation a.prev {
  left: -70px;
}

.customNavigation a.next {
  right: -70px;
}

.customNavigation a.prev::before {
  content: '\f104';
  font-family: "FontAwesome";
  font-size: 24px;
  color: #000000;
  font-weight: 300;
}

.customNavigation a.next::before {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  padding-left: 5px;
}

.customNavigation a.prev:hover:before {
  color: #af6d53;
}

.customNavigation a.next:hover:before {
  color: #af6d53;
}

.homeblog-latest .customNavigation a {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.homeblog-latest .customNavigation a.prev {
  left: 0;
}

.homeblog-latest .customNavigation a.next {
  right: 0;
}

.homeblog-latest .customNavigation a:before {
  color: #d9d9d9;
  font-size: 20px;
}

@media (max-width: 1800px) {
  .customNavigation a.prev {
    left: 0;
  }

  .customNavigation a.next {
    right: 0;
  }
}

@media (max-width: 650px) {
  .customNavigation a {
    height: 35px;
    width: 35px;
    line-height: 30px;
  }
}

#czleftbanner img,
#czrightbanner img {
  max-width: 100%;
}

#czleftbanner li,
#czrightbanner li {
  display: inline-block;
}

#czleftbanner li a,
#czrightbanner li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

#czleftbanner li a:before,
#czrightbanner li a:before {
  background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

#czleftbanner li:hover a:before,
#czrightbanner li:hover a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.top_button {
  background: #af6d53;
  bottom: 20px;
  cursor: pointer;
  padding: 6px 13px;
  position: fixed;
  right: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  z-index: 99;
  color: #ffffff;
}

.top_button .fa {
  font-size: 24px;
  color: #ffffff;
}



/* Flexslider */

#index .spinner {
  background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}

#footer {
  background: #F0F0F0;
}

.footer-after {
  display: none;
  background: #F0F0F0;
}

div#blockEmailSubscription_displayHome {
  display: none;
}

.footer .col-md-4.links.block {}

#header .header-nav {
  display: block;
  background: #000;
}

#header .header-top {
  position: relative;
}

.footer-container .links::after {
  border-right: unset;
}

.footer-container .footer {
  border-top: none;
  padding-top: 0px;
}

.cz-hometabcontent .products .product-description {
  display: none;
}

body#category div#subcategories {
  display: none;
}

body#category section#wrapper {
  padding-top: 40px;
}

body#category div#js-product-list-header {
  display: none;
}

.cz-hometabcontent {
  padding: 50px 0 60px;
}

body#product #product-comments-list-footer,
body#product #product-comments-list,
body#product #product-comments-list-header,
body#product section.product-tabcontent,
body#product #empty-product-comment {
  display: none;
}

body#category .block-categories.block div#block_categories_toggle {
  display: none !important;
}

body#product .product-information .instocktop {
  display: none;
}

body#product .product-container .product-list-reviews {
  display: none;
}

.product-referencebottom {
  display: none;
}

span.minimal_quantitypro {
  color: #22C55E;
}

.product-actions.product-actions-view_page {
  /*display: none !important;*/
}

.product-description .product-list-reviews {
  position: relative;
  top: 0px;
  left: 0px;
  justify-content: left;
}

.block-social ul li.twitter a::before {
  content: "𝕏";
  font-size: 1.2em;
}

.product-stock-availability {
  display: inline-block;
}

.product-stock-availability p {
  padding: 1px 14px 1px 15px;
  color: #fff;
}

.product-stock-availability .product-stock {
  background: green;
}

.product-stock-availability .product-stock.out-of-stock {
  background: red;
}

ul.product_list.gridcount.list.row li.product_item .highlighted-informations .variant-links .color {
  width: 30px;
  height: 26px;
}

.pagination a {
  color: #C4C4C4;
  background: transparent;
  border: none;
}

.pagination .current a {
  border-color: #000000;
  background-color: #000000;
}

section#products .product-list-search .search-widget {
  float: left;
}

.block-social ul li.linkedin a::before {
  content: "\f0e1";
}

#header .header-nav .right-nav {
  display: flex;
  justify-content: right;
}

#header .cart_block {
  width: 800px;
}

#header .cart_block .cart_block_list {
  max-height: inherit;
}

@media (min-width: 992px) {

  .products .product_list li.product_item.col-md-4,
  .products .product_list li.product_item.col-md-6 {
    width: 32.33333%;
  }
}


/*CSS by KM*/

#wrapper {
  padding: 0px !important;
}

#header .cart_block .cart-item .cart-action.cart-infos a {
  color: #fff;
}


/* home page CSS */

#header .header-nav .language-selector,
#header .header-nav .currency-selector {
  padding: 9px 0;
  margin-right: 0;
  margin-left: 17px;
}

#header .header-nav {
  min-height: 38px;
}

#header .header-nav .right-nav button {
  background: transparent;
  border: none;
  color: #fff;
  font-family: var(--mainFont);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 4px;
  outline: none;
}

#header .header-nav .right-nav button span.expand-more {
  display: flex;
  align-items: center;
  gap: 4px;
}

#header .header-nav .right-nav button span.expand-more img.language-flag {
  width: 20px;
  height: 14px;
}

#header .header-nav .language-selector:after,
#header .header-nav .currency-selector:after {
  border-right: 1px solid #666;
  right: auto;
  top: calc(50% - 8px);
  left: -12px;
}

#header .header-top .header_logo {
  padding: 0;
}

#header .header-top .header_logo h1 {
  margin: 0;
}

.header-top-inner .menu>ul>li a,
#header .search-widget,
#header .blockcart {
  margin-block: 0;
}

#header .user-info {
  padding-block: 0 !important;
}

#header .header-top {
  padding-block: 9px;
  margin-top: 0px;
}

.top-menu a[data-depth="0"] {
  font-family: var(--mainFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.header-top-inner .menu>ul>li a {
  padding-inline: 24px;
}

.header-top-inner .menu>ul>li:first-child a {
  padding-left: 0;
}

.header-top-inner .menu>ul>li:last-child a {
  padding-right: 0;
}

#header .header-top {
  border-bottom: none;
}

#header .search-widget .search_toggle {
  margin-top: 2px;
}

#header .user-info {
  margin-top: 5px;
}

#header .blockcart {
  margin-top: 6px;
}

.cz-hometabcontent {
  padding-top: 64px;
  padding-bottom: 0;
  margin-bottom: 100px;
}

.products-section-title {
  font-family: var(--mainFont);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 40px;
}

.products-section-title:after {
  background: #333333;
  width: 100px;
  height: 2px;
  bottom: 0;
}

.cz-hometabcontent .tabs ul.nav.nav-tabs li.nav-item a.nav-link {
  color: var(--color2);
  font-family: var(--mainFont);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  padding-inline: 8px;
}

.cz-hometabcontent .tabs ul.nav.nav-tabs li.nav-item a.nav-link.active {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.cz-hometabcontent .tab-content {
  margin-top: 30px;
}

.footer-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-container .footer {
  border-top: 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-container .footer .block-contact {
  margin: 0;
  padding: 0;
}

.footer-container .footer::after {
  display: none;
}

.footer-container .footer .block-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px
}

.footer-container .footer .block-social ul li a::before {
  color: #000;
  margin: 0;
  padding: 0;
}

.footer-container .footer .block-social ul li a {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
}

.footer-container .footer .block-social ul li {
  margin: 0;
}

#header .blockcart .blockcart-header>a.shopping-cart .mobile_count {
  background: var(--color2);
}

/* product page css */
.breadcrumb li a {
  color: #262626;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.39px;
  text-align: center;
}

.breadcrumb {
  margin-bottom: 40px;
}

#product .pp-right-column {
  padding-right: 98px;
}

#product .pp-right-column h1.h1.productpage_title {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.product-container .product-reference label,
.product-container .product-condition label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #000;
  letter-spacing: normal;
  margin: 0;
}

.product-container .product-reference span,
.product-container .product-condition span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
}

.product-container .product-reference,
.product-condition {
  margin-bottom: 10px;
}

.product-container .product-information .product-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  color: #667085;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.product-container .product-information .product-actions.js-product-actions {
  border-top: 1px solid #D0D5DD !important;
}

.product-container .product-information .product-actions .product-variants label.label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #000;
  letter-spacing: normal;
  margin: 0;
}

.product-container .product-information .product-actions .product-variants span.minimal_quantitypro {
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  letter-spacing: normal;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item span.control-label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  letter-spacing: normal;
  margin-bottom: 10px;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li {
  margin-right: 8px;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li span.radio-label {
  width: 48px;
  height: 38px;
  border: 1px solid #EAECF0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  text-align: center;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li span.radio-label {
  border: 1px solid #EAECF0;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li input[checked="checked"]+span.radio-label,
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li:hover span.radio-label {
  border-color: #000;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li span.color {
  width: 32px;
  height: 32px;
}

.product-container .product-information .product-actions .product-prices>div {
  margin: 0;
}

.product-container .product-information .product-actions .product-prices>div span {
  font-size: 32px;
  font-weight: 800;
  line-height: 35.2px;
}

.product-container .product-information .product-actions .product-prices>div .current-price {
  margin-bottom: 0;
}

.product-container .product-information .product-actions .product-prices {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-container .product-information .product-actions .product-prices>div .current-price {
  display: flex;
  align-items: center;
}

.product-container .product-information .product-actions .product-prices>div span.regular-price {
  font-weight: 500;
}

.product-container .product-information .product-actions .product-prices .tax-shipping-delivery-label {
  font-size: 14px;
  letter-spacing: normal;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity {
  display: grid;
  grid-template-columns: 123px 1fr;
  gap: 15px;
  margin: 0;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .qty,
.product-container .product-information .product-actions .product-add-to-cart .product-quantity .add {
  margin: 0;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .add button.btn.add-to-cart {
  letter-spacing: normal;
  text-transform: math-auto;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  text-align: center;
  background: #000;
  border-color: #000;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin input#quantity_wanted {
  height: 52px;
  width: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin button.btn.btn-touchspin.js-touchspin {
  height: 27px;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .qty {
  width: 123px;
  display:none;
}

.product-container .product-information .product-actions .product-prices>div span.discount.discount-percentage {
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 600;
}

.product-container .product-information .product-actions .product-add-to-cart .product-quantity .add button.btn.add-to-cart:hover {
  background: #333;
  border-color: #333 !important;
}

.product-container .product-information .product-actions .product-add-to-cart p.product-minimal-quantity.js-product-minimal-quantity {
  margin: 0;
}

#product-availability,
.product-availability {
  display: flex;
}

.product-container .product-information .product-actions .product-quantities {
  margin-top: 24px;
}

.product-container .product-information .product-actions .product-quantities label.label {
  background: #f5f5f5;
  border: 1px solid #333;
  height: 38px;
  padding: 8px 16px 8px 16px;
  border-radius: 4px;
  line-height: normal;
  color: #333;
  margin-bottom: 0;
}

.product-container .product-information .product-actions .product-quantities.instockbottom label.label {
  background: #F0FDF4;
  border: 1px solid #32C75B;
  color: #32C75B;
}

.product-container .product-information .product-actions .buyer_notes label {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

#product section.product-accessories {
  padding-right: 0 !important;
}

#product section.product-accessories .products-section-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

#product section.product-accessories .customNavigation {
  top: -65px;
  right: 14px;
}

#product section.product-accessories .product-miniature .product-description {
  padding-top: 16px;
}

#product section.product-accessories .product-miniature .product-description .product-title a {
  font-size: 20px;
  font-weight: 800;
  line-height: 27.32px;
  text-align: left;
  letter-spacing: normal;
  color: #000;
  margin-bottom: 8px;
}

#product section.product-accessories .product-miniature .product-description .product-price-and-shipping {
  margin-bottom: 16px;
}

#product section.product-accessories .product-miniature .product-description .product-price-and-shipping span {
  font-size: 24px;
  font-weight: 500;
  line-height: 32.78px;
  text-align: left;
}

#product section.product-accessories .product-miniature .product-description .product-price-and-shipping .discount-product {
  background-color: #000;
  padding: 6px 15px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.39px;
  letter-spacing: 0.20000000298023224px;
  color: #fff;
  border-radius: 0;
}

#product section.product-accessories .product-miniature .product-description>p {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  text-align: left;
  color: #000;
  gap: 4px;
}

#product section.product-accessories .product-miniature .product-description>p strong {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  text-align: left;
  color: #000000;
  min-width: 122px;
}

#product section.product-accessories .product-miniature .product-description .product-actions {
  margin-top: 24px;
}

#product section.product-accessories .product-miniature .product-description .product-actions a.btn.add-to-cart {
  margin-top: 0;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.86px;
  text-align: left;
  letter-spacing: normal;
}

#product section.product-accessories .product-miniature .product-description .product-actions a.btn.add-to-cart:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

ul.product-flags li.new {
  background-color: #000;
}

.products .product_list li .product-flags .new:after {
  border-right: 12px solid #000;
  border-left: 12px solid #000;
}

section.productscategory-products {
  margin-top: 26px;
  margin-bottom: 100px;
}

section.productscategory-products .products-section-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 57px;
}

.products .product-description {
  padding-top: 16px;
}

.products .product-description h3.h3.product-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
  text-align: left;
  letter-spacing: normal;
}

.products .product-description h3.h3.product-title {
  margin-bottom: 10px;
}

.products .product-description .product-price-and-shipping span {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.78px;
  text-align: left;
}

.products .product-description .product-price-and-shipping {
  margin-bottom: 0;
}

.products .product-description .product-price-and-shipping span.regular-price {
  font-weight: 400;
}

section.productscategory-products .product-description .product-actions {
  display: none !important;
}

.customNavigation a.prev {
  left: -55px;
}

.customNavigation a.next {
  right: -55px;
}

.cart-item.loop .js-product-images-modal .modal-dialog,
.cart-product-modal .js-product-images-modal .modal-dialog {
  max-width: 800px;
}

.cart-item.loop .js-product-images-modal .modal-body,
.cart-product-modal .js-product-images-modal .modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-left: 0;
}

.cart-item.loop .js-product-images-modal .modal-content,
.cart-product-modal .js-product-images-modal .modal-content {
  border: none;
  padding: 0;
  background: #fff;
  border-radius: 0px;
}

#header .cart_block .cart-item .cart-image+div#product-modal1::before {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal-backdrops {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrops.fade {
  opacity: 0;
}

.modal-backdrops.in {
  opacity: 0.5;
}

.cart-product-modal .js-product-images-modal .modal-body {
  display: grid;
  grid-template-columns: calc(100% - 115px) 95px;
  gap: 20px;
}

.cart-product-modal .js-product-images-modal .modal-body figure img.js-modal-product-cover.product-cover-modal {
  width: 100%;
  height: auto;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -20px;
  right: 20px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .arrows i {
  font-size: 75px;
  display: inline;
  color: #000;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .arrows {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  color: #FFFFFF;
  right: 0px;
  z-index: 0;
  cursor: pointer;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  max-height: 670px;
  margin-top: 30px;
  z-index: 1;
}

.cart-product-modal .js-product-images-modal .modal-header .close {
  right: 0;
  top: 0;
  margin-top: 0;
  z-index: 9;
}

.cart-item.loop .product-cover .layer {
  padding: 0px;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body .thumbnails {
  position: relative;
}

.cart-product-modal .js-product-images-modal .modal-content .modal-body figure {
  margin-bottom: 0px;
}

.login-container section.login-form {
  width: 100%;
}

.login-container section#content {
  border: none;
}

.login-container .js-content-wrapper {
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}

.login-container .js-content-wrapper .left-image {
  position: relative;
}

.login-container .js-content-wrapper .left-image .site-logo {
  position: absolute;
  top: 48px;
  left: 40px;
  z-index: 1;
}

.login-container section#content {
  padding-left: 15px;
  padding-top: 10px;
}

.page-customer-account #content .forgot-password {
  display: flex;
  justify-content: space-between;
}

form#login-form input[type="email"],
form#login-form input[type="password"] {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #E5E5E5;
}


.login-container .divider {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.login-container .divider::before,
.login-container .divider::after {
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  width: 40%;
}

.login-container .divider::before {
  left: 0;
}

.login-container .divider::after {
  right: 0;
}

.login-container .divider span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.login-container section#content hr {
  display: none;
}

.page-customer-account #content .no-account {
  /*width: 71%;*/
}

.login-container #main {
  width: 100%;
  max-width: 445px;
  margin-inline: auto;
}

.login-container #main header.page-header h1 {
  font-size: 40px;
  font-weight: 600;
}

form#login-form .form-control-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}

form#login-form .input-group .input-group-btn>.btn {
  padding: 13px 12px;
}

.login-container form#login-form .form-group {
  margin-bottom: 0px;
}

.login-container form#login-form .forgot-password {
  margin-top: 0px;
}


/* 20-01-2025 Css */
header#header .header-top .container,
header#header nav.header-nav .container,
.page-new-products .container,
.page-category .container,
.page-product .container,
#cart .container {
  padding-inline: 0;
  max-width: 1360px;
  width: calc(100% - 60px);
}

.cz-hometabcontent .container,
#footer .footer-container .container {
  padding-inline: 0;
  max-width: 1360px;
  width: calc(100% - 60px);
}

.cz-hometabcontent .tab-content .products .product_list .product_item {
  padding: 0;
  width: 100%;
}

.cz-hometabcontent .tab-content .products .product_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

.cz-hometabcontent .tab-content .products .product_list .product_item .product-thumbnail img {
  width: 100%;
}

.cz-hometabcontent .tab-content .cz_productinner>section {
  margin-top: 18px;
}

.cz-hometabcontent .tab-content {
  margin-inline: 0;
}

.ets_mm_megamenu .ets_mm_megamenu_content .container {
  max-width: 100% !important;
  width: 100% !important;
}

#header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url {
  color: #000;
  font-family: Manrope;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
  letter-spacing: 0;
}

#header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url:hover {
  font-weight: 700;
}

#header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url .mm_menu_content_title {
  min-height: unset;
  padding: 0;
  border: 0;
  background: transparent;
}

.ets_mm_megamenu {
  background-color: transparent !important;
}

.ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
  background-color: transparent;
  text-align: center !important;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li {
  border: 0;
  float: none;
}

/* A Css */
.header-top-inner .ets_mm_megamenu {
  float: none;
  display: inline-block;
  text-align: center;
  padding: 0;
  width: fit-content !important;
  position: static !important;
}

header#header .header-top .header-top-inner {
  position: relative;
  top: 8px;
  display: inline-block;
}

#header .user-info {
  margin-top: 5px;
  margin-inline: 16px 10px;
}

#header .search-widget .search_toggle input[type="text"] {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
}


.breadcrumb li a,
.breadcrumb li span {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.page-new-products #left-column .block-categories .block_title,
.page-category #left-column .block-categories .block_title {
  background-color: #000000;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
  margin-bottom: 12px;
}

.page-new-products #left-column .block-categories .block_content,
.page-category #left-column .block-categories .block_content {
  border-top: 2px dashed #D0D5DD;
}

.page-new-products #left-column .block-categories .block_content .category-top-menu .category-sub-menu li a,
.page-category #left-column .block-categories .block_content .category-top-menu .category-sub-menu li a {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  color: #475467;
  letter-spacing: 0.3px;
}

.page-new-products #left-column .block-categories .block_content .category-top-menu .category-sub-menu li .collapse-icons,
.page-category #left-column .block-categories .block_content .category-top-menu .category-sub-menu li .collapse-icons {
  display: grid;
  place-items: center;
  top: 10px;
}

.page-new-products #left-column .block-categories .block_content .category-top-menu .category-sub-menu li,
.page-category #left-column .block-categories .block_content .category-top-menu .category-sub-menu li {
  margin-top: 6px;
}

.page-new-products #left-column #search_filters .block_title,
.page-category #left-column #search_filters .block_title {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
  padding: 0;
  background: transparent;
  margin-bottom: 16px;
}

.page-new-products #left-column #search_filters .block_content,
.page-category #left-column #search_filters .block_content {
  border-top: 0px dashed #D0D5DD;
}

.page-new-products #left-column #search_filters .block_content section.facet,
.page-category #left-column #search_filters .block_content section.facet {
  border-top: 2px dashed #D0D5DD;
  padding-block: 25px;
}

.page-new-products #left-column #search_filters .block_content section.facet .facet-title,
.page-category #left-column #search_filters .block_content section.facet .facet-title {
  margin: 0 0 18px 0;
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
  letter-spacing: 0;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li .facet-label,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li .facet-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li .facet-label .custom-checkbox,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li .facet-label .custom-checkbox {
  top: 0;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li a,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li a {
  margin: 0;
  color: #475467;
  position: relative;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li a span.magnitude,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li a span.magnitude {
  color: #000000;
  font-weight: 600;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding-left: 20px;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li {
  margin-top: 10px;
}

.page-new-products #left-column #search_filters .block_content section.facet ul.collapse li .facet-label .custom-checkbox span,
.page-category #left-column #search_filters .block_content section.facet ul.collapse li .facet-label .custom-checkbox span {
  border: 2px solid #D0D5DD;
  border-radius: 3px;
  margin: 0;
}

/* .page-new-products #left-column #search_filters .block_content section.facet ul.collapse li .facet-label .custom-checkbox span.color {
  width: 24px;
  height: 24px;
} */
.page-new-products #left-column #search_filters .block_content section.facet .faceted-slider li,
.page-category #left-column #search_filters .block_content section.facet .faceted-slider li {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.86px;
  color: #475467;
  letter-spacing: 0;
}

.page-new-products #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider,
.page-category #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider {
  margin-top: 20px;
}

.page-new-products #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider a.ui-slider-handle,
.page-category #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider a.ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #D0D5DD;
  top: -7px;
}

.page-new-products #left-column #search_filters .block_content .clear-all-wrapper,
.page-category #left-column #search_filters .block_content .clear-all-wrapper {
  padding-bottom: 25px;
}

.page-new-products #left-column #search_filters .block_content .clear-all-wrapper .js-search-filters-clear-all,
.page-category #left-column #search_filters .block_content .clear-all-wrapper .js-search-filters-clear-all {
  padding: 12px 18px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.12px;
  color: #000000;
  letter-spacing: 0;
}

.page-new-products #left-column #search_filters .block_content .clear-all-wrapper .js-search-filters-clear-all i.material-icons,
.page-category #left-column #search_filters .block_content .clear-all-wrapper .js-search-filters-clear-all i.material-icons {
  line-height: normal;
  font-size: 18px;
  margin-right: 7px;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  background-color: #000000;
  border-color: #000000 !important;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  color: #fff;
}

.custom-checkbox input[type="checkbox"]+span .checkbox-checked {
  margin: -2px -1px;
  font-size: 15px;
}

.page-new-products #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider .ui-slider-range,
.page-category #left-column #search_filters .block_content section.facet .faceted-slider li div.ui-slider .ui-slider-range {
  background-color: #000;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item {
  width: 100%;
  padding: 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item img,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item img {
  width: 100%;
  height: auto;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description span.discount-percentage,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description span.discount-percentage {
  background-color: #000;
  padding: 6px 15px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.39px;
  letter-spacing: 0.20000000298023224px;
  color: #fff;
  border-radius: 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-title a,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-title a {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 800;
  line-height: 27.32px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-price-and-shipping,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-price-and-shipping {
  font-family: Manrope;
  font-size: 24px;
  font-weight: 600;
  line-height: 32.78px;
  color: #000000;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-price-and-shipping .regular-price,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description .product-price-and-shipping .regular-price {
  color: #ababab;
  font-weight: 500;
  font-size: 22px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .functional-buttons .product-actions-view_page .add-to-cart.view_page,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .functional-buttons .product-actions-view_page .add-to-cart.view_page {
  padding-inline: 0;
  width: 100%;
  margin: 0 0 5px 0;
  background-position: center;
  background-image: url('../img/share.png');
  background-color: #fff;
  background-size: 17px;
  background-repeat: no-repeat;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .functional-buttons .product-actions-view_page .add-to-cart.view_page:hover,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .functional-buttons .product-actions-view_page .add-to-cart.view_page:hover {
  background-image: url('../img/white-share.png');
}

.products .product_list li .outer-functional .functional-buttons a:hover,
.products .product_list li .btn.add-to-cart:hover {
  background-color: #000 !important;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .products.row,
.page-category #columns_inner #content-wrapper #js-product-list .products.row {
  margin-inline: 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .page-list li,
.page-category #columns_inner #content-wrapper #js-product-list .page-list li {
  width: 40px;
  height: 40px;
  border: 1px solid #C4C4C4;
  margin-left: 10px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .page-list li.current,
.page-category #columns_inner #content-wrapper #js-product-list .page-list li.current {
  border-color: #000000;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .page-list li a.js-search-link,
.page-category #columns_inner #content-wrapper #js-product-list .page-list li a.js-search-link {
  width: 100%;
  height: 100%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  letter-spacing: 0.5px;
  color: #272727;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .page-list li.current a.js-search-link,
.page-category #columns_inner #content-wrapper #js-product-list .page-list li.current a.js-search-link {
  color: #fff;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .pagination .col-md-4,
.page-category #columns_inner #content-wrapper #js-product-list .pagination .col-md-4 {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  letter-spacing: 0.5px;
  color: #1D2939;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .pagination,
.page-category #columns_inner #content-wrapper #js-product-list .pagination {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-title,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-title {
  border-color: #D0D5DD;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-title a,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-title a {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 800;
  line-height: 27.32px;
  color: #000000;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-price-and-shipping,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-price-and-shipping {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-price-and-shipping .discount-percentage,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-price-and-shipping .discount-percentage {
  order: 1;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-detail p,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-detail p {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.12px;
  color: #475467;
  letter-spacing: 0;
  margin: 20px 0 24px 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .highlighted-informations .color,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .highlighted-informations .color {
  width: 32px;
  height: 32px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .highlighted-informations .product-stock-availability p.product-stock,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .highlighted-informations .product-stock-availability p.product-stock {
  margin: 0;
  background: #6BB974;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.39px;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-actions .add-to-cart,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-actions .add-to-cart {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  min-height: 52px;
  letter-spacing: 0;
  margin-top: 6px;
  background: #000 !important;
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products .grid_list li,
.page-category #columns_inner #content-wrapper .products-selection .total-products .grid_list li {
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  width: 24px;
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products .grid_list li a,
.page-category #columns_inner #content-wrapper .products-selection .total-products .grid_list li a {
  width: 24px;
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products .grid_list li#grid a,
.page-category #columns_inner #content-wrapper .products-selection .total-products .grid_list li#grid a {
  background: unset;
  background-image: url('../img/grid-icon.png');
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain !important;
  filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(130%) hue-rotate(144deg) brightness(97%) contrast(79%);
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products .grid_list li#list a,
.page-category #columns_inner #content-wrapper .products-selection .total-products .grid_list li#list a {
  background: unset;
  background-image: url('../img/list.png');
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 95% !important;
  filter: brightness(0) saturate(100%) invert(87%) sepia(0%) saturate(130%) hue-rotate(144deg) brightness(97%) contrast(79%);
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products .grid_list li.selected a,
.page-category #columns_inner #content-wrapper .products-selection .total-products .grid_list li.selected a {
  filter: unset !important;
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products p,
.page-category #columns_inner #content-wrapper .products-selection .total-products p {
  font-family: Manrope;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.12px;
  text-transform: capitalize;
  padding: 0;
}

.page-new-products #columns_inner #content-wrapper .products-selection .total-products,
.page-category #columns_inner #content-wrapper .products-selection .total-products {
  display: flex;
  align-items: center;
}

.page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .sort-by,
.page-category #columns_inner #content-wrapper .products-selection .sort-by-row .sort-by {
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  color: #000000;
}

.page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order .select-title,
.page-category #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order .select-title {
  border: 1px solid #EAECF0;
  padding: 12px 15px;
  font-family: Manrope;
  font-size: 13px;
  font-weight: 700;
  line-height: 17.76px;
  letter-spacing: 0.5px;
  color: #262626;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order .select-title i,
.page-category #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order .select-title i {
  background-image: url('../img/down-chevrom.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  font-size: 0;
  width: 18px;
  height: 18px;
}

.page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row,
.page-category #columns_inner #content-wrapper .products-selection .sort-by-row {
  display: flex;
  align-items: center;
}

.page-new-products #columns_inner #content-wrapper .products-selection,
.page-category #columns_inner #content-wrapper .products-selection {
  margin-top: 0px;
  margin-bottom: 25px;
}

.page-new-products #columns_inner #content-wrapper .product-list-search .product-list-search .ui-autocomplete-input,
.page-category #columns_inner #content-wrapper .product-list-search .product-list-search .ui-autocomplete-input {
  padding: 0;
  min-height: 36px;
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  letter-spacing: 0.3px;
}

.page-new-products #columns_inner #content-wrapper .product-list-search .product-list-search button,
.page-category #columns_inner #content-wrapper .product-list-search .product-list-search button {
  background-image: unset;
}

.page-new-products #columns_inner #content-wrapper .product-list-search .product-list-search button::before,
.page-category #columns_inner #content-wrapper .product-list-search .product-list-search button::before {
  font-size: 0;
  color: #000;
  background-image: url('../img/search.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.page-new-products #columns_inner #content-wrapper .product-list-search .product-list-search .product-list-form,
.page-category #columns_inner #content-wrapper .product-list-search .product-list-search .product-list-form {
  display: inline-block;
}

.page-new-products #columns_inner #content-wrapper .product-list-search .product-list-search,
.page-category #columns_inner #content-wrapper .product-list-search .product-list-search {
  display: block;
  border-bottom: 1px solid #D0D5DD;
  padding-bottom: 0px;
  width: 100%;
  margin-bottom: 10px;
}

.page-new-products #left-column #search_filters .block_content,
.page-category #left-column #search_filters .block_content {
  padding-inline: 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description,
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .product-description {
  padding-top: 0;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item .product-miniature,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item .product-miniature {
  max-width: 100%;
}

.page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item .thumbnail-container,
.page-category #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item .thumbnail-container {
  max-width: 100% !important;
  min-width: unset;
  width: 100%;
}

.page-new-products div#content-wrapper,
.page-category div#content-wrapper {
  padding-bottom: 150px;
}

.page-new-products #columns_inner #content-wrapper h2#js-product-list-header,
.page-category #columns_inner #content-wrapper h2#js-product-list-header {
  font-family: Manrope;
  font-size: 30px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.active_filters {
  background: transparent;
  padding: 0;
  margin-bottom: 40px;
}

.active_filters .active-filter-title {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  color: #000;
  letter-spacing: 0;
}

.active_filters .filter-block {
  background: #000000;
  color: #fff;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  padding: 9px 20px;
}

.active_filters .filter-block a i.close {
  margin: 4px 0 0 8px;
  font-size: 16px;
  color: #fff;
}

.top_button {
  background: #000;
}


.page-customer-account #content-wrapper #main .page-header h1 {
  font-family: Manrope;
  font-size: 40px;
  font-weight: 600;
  line-height: 54.64px;
  letter-spacing: -0.02em;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group {
  margin-inline: 0;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group .form-control-label {
  padding-top: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  letter-spacing: 0;
  color: #000;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group input {
  border-bottom: 1px solid #E5E5E5;
  margin-top: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  flex: 1;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group .input-group-btn {
  display: inline-block;
  width: 59px;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group button.btn {
  line-height: normal;
  padding: 8px 12px;
}

.page-customer-account #content-wrapper #main section#content .login-form .form-group .input-group {
  display: flex;
  align-items: center;
}

.page-customer-account #content-wrapper #main section#content .login-form .forgot-password .remember-me label {
  color: #131118;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  margin: 0;
}

.page-customer-account #content-wrapper #main section#content .login-form .forgot-password .remember-me {
  display: flex;
  align-items: center;
  gap: 6px;
}

.page-customer-account #content-wrapper #main section#content .login-form .forgot-password a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  color: #131118;
}

.page-customer-account #content-wrapper #main section#content .login-form button#submit-login {
  width: 100%;
  display: block;
  margin-top: 25px;
  background: #131118;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
  padding-block: 17px;
}

.login-container .divider::before,
.login-container .divider::after {
  height: 0px;
  background: transparent;
  border-top: 2px dashed #D0D5DD;
}

.login-container .divider span {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  color: #8E8E8E;
}

.login-container .divider {
  margin: 40px 0;
}

.login-container form#login-form .forgot-password {
  margin-top: 10px;
}

.ets_mm_megamenu .ets_mm_megamenu_content {
  border: 0 !important;
  background: transparent !important;
}

.ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url::before {
  visibility: hidden;
}

#header .header-nav .right-nav .user-info.dropdown,
#header .header-nav .right-nav #desktop_cart {
  display: none;
}

#header .blockcart .blockcart-header>a.shopping-cart {
  background-position: center !important;
  background-image: url('../img/cart.png');
  background-size: 19px;
  background-repeat: no-repeat;
}

#header .blockcart .blockcart-header>a.shopping-cart .mobile_count {
  right: -5px;
}

#product .product-container .pp-right-column {
  padding-left: 0;
}

#product section.product-accessories .product-miniature .product-description .product-actions a.btn.add-to-cart::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url('../img/share.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}


section.productscategory-products .productscategory-wrapper .products .product-price-and-shipping span.discount-percentage.discount-product {
  background-color: #000;
  padding: 6px 15px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.39px;
  letter-spacing: 0.20000000298023224px;
  color: #fff;
  border-radius: 0;
}

.customNavigation {
  opacity: 1 !important;
}


/* Mini Cart */
#header .cart_block {
  width: 100%;
  max-width: 1045px;
  right: 0;
  top: 48px;
  border: 0;
  min-width: 1045px;
  padding: 40px;
}

#header .cart_block .header .heading {
  margin: 0;
  font-family: Manrope;
  font-size: 32px;
  font-weight: 800;
  line-height: 43.71px;
  color: #333333;
  letter-spacing: 0;
}

#header .cart_block .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

#header .cart_block .header .product-list-search form input {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.12px;
  letter-spacing: 0.4px;
  padding: 0;
  border: 0;
}

#header .cart_block .header .product-list-search form button {
  position: relative;
  width: 22px;
  height: 22px;
  order: -1;
  background-image: url('../img/search.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

#header .cart_block .header .product-list-search {
  width: 150px;
}

#header .cart_block .header .product-list-search form {
  display: flex;
  gap: 11px;
  align-items: center;
}

#header .cart_block .filter-container label {
  margin: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.12px;
  letter-spacing: 0;
}

#header .cart_block .filter-container select#filter-dropdown {
  max-width: 372px;
  border: 1px solid #EAECF0;
  width: 100%;
  font-family: Manrope;
  font-size: 13px;
  font-weight: 500;
  line-height: 17.76px;
  letter-spacing: 0.5px;
  padding: 10px 12px;
  margin-left: 10px;
}

#header .cart_block .cart_block_list .cart-item {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 14px;
  padding: 0;
  margin-bottom: 0;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-image {
  float: none;
  margin: 0;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-image .product-cover {
  margin: 0;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-image .product-cover a {
  display: block;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-image .product-cover .layer {
  position: absolute;
  right: 15px;
  bottom: 12px;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-info {
  padding: 0;
  padding-right: 40px;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-info span.product-name {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 800;
  line-height: 21.86px;
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-info .product-price {
  font-family: Manrope;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.59px;
  color: #000;
  margin-block: 8px;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-info .product-line-info span.label {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-info .product-line-info span.value {
  display: inline-block;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 22.4px;
  color: #000000;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-action .btn-primary {
  padding: 10px 15px;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 12px;
  background-color: #EAECF0;
  color: #000;
  border: 0;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-action .btn-primary.customize-btn {
  background-color: #000;
  color: #fff;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-action .btn-primary svg {
  margin-left: 7px;
  width: 10px;
  height: 10px;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-action .remove-from-cart {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

#header .cart_block .cart_block_list .cart-item.loop .cart-action .remove-from-cart svg {
  width: 100%;
  height: auto;
}

#header .cart_block .cart_block_list .cart-item .cart-image {
  float: none;
  margin: 0;
  text-align: left;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  letter-spacing: 0;
  color: #000;
}

#header .cart_block .cart_block_list .cart-item .cart-info {
  padding: 0;
  font-family: Manrope;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.12px;
  letter-spacing: 0;
  color: #000;
}

#header .cart_block .cart_block_list .cart-item .cart-image,
#header .cart_block .cart_block_list .cart-item .cart-info {
  padding-block: 14px;
}

#header .cart_block .cart_block_list .cart-item .cart-image.images-container-slider {
  padding: 0;
}

#header .cart_block .cart_block_list .cart-item.loop {
  padding-block: 26px;
}

#header .cart_block .cart-item:first-child {
  border-top: 1px solid #ededed;
  margin-top: 40px;
}

#header .cart_block .block_content .checkout.card-block a.viewcart button {
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.12px;
  padding-block: 15px;
  letter-spacing: 0.4px;
}

body.mini-cart-open::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #00000099;
}

#header {
  z-index: 9;
  position: relative;
}

body .ets_mm_megamenu::before {
  height: inherit;
}

#cart #columns_inner {
  padding-block: 60px;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container {
  border: 0;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .card-block {
  padding: 0 0 0px 0;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .card-block h1 {
  letter-spacing: 0;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 500;
  line-height: 27.32px;
  margin-bottom: 6px;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container hr.separator {
  display: none;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview {
  padding: 0;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-info a {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 19.86px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 12px;
  display: inline-block;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .current-price {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.78px;
  color: #000;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-discount span.regular-price {
  font-family: Manrope;
  font-size: 17px;
  font-weight: 600;
  line-height: 27.78px;
  opacity: 0.7;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-info span.label {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #757575;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-info span.value {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 800;
  line-height: 22.4px;
  color: #000000;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-actions .cart-line-product-actions {
  width: 24px;
  height: 24px;
  display: inline-block;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .cart-item {
  border: 1px solid #EAECF0;
  margin-top: 12px;
  padding: 20px;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-grid-left {
  padding-inline: 0;
}


.layout_layout1.ets_mm_megamenu .mm_columns_ul,
.layout_layout1.ybc_vertical_menu .mm_menus_ul {
  background-color: #ffffff;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-price strong {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 30.78px;
  color: #000;
}

#cart #columns_inner .cart-grid .cart-grid-body .cart-container+a.label {
  background: #000;
  color: #fff;
  letter-spacing: 0;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 600;
  line-height: 21.86px;
  text-transform: capitalize;
  padding: 12px 20px;
  display: inline-block;
  margin-top: 15px;
}

#cart #columns_inner .cart-grid .card.cart-summary .checkout a.btn {
  width: 100%;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  font-family: 'Manrope';
}

#cart #columns_inner .cart-grid .card.cart-summary .cart-detailed-totals .card-block .cart-summary-line:first-child {
  margin-top: 0;
}

#cart #columns_inner .cart-grid .card.cart-summary .cart-detailed-totals .card-block .cart-summary-line span {
  font-family: 'Manrope';
  letter-spacing: 0;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

#cart #columns_inner .cart-grid .card.cart-summary .cart-detailed-totals .card-block .cart-summary-line.cart-total span {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  margin-top: 10px;
}

#cart #columns_inner .cart-grid .card.cart-summary {
  margin-bottom: 0;
  margin-top: 38px;
}

.products .product_list li .layer {
  margin: 0 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.products .product_list li.product_item .product-flags li.product-flag {
  top: 25px;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.products .product_list li.product_item:hover .product-flags li.product-flag {
  top: 45px;
  opacity: 1;
}

.page-category #left-column #search_filters .block_content section.facet ul.type-colore,
.page-category #left-column #search_filters .block_content section.facet ul.type-color {
  overflow: hidden;
  height: 520px;
  overflow-y: auto;
}


#header .cart_block .cart_block_list .modal.fade.in::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}
#header .cart_block .cart_block_list .modal .modal-dialog {
  transition: unset !important;
  transform: unset !important;
}
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-header button.close,
#product .modal .modal-content .modal-header button.close,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-header button.close {
  position: relative;
  padding: 0;
  margin: 0;
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  text-shadow: none;
  border-radius: 5px;
  line-height: normal;
}

.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-header button.close span,
#product .modal .modal-content .modal-header button.close span,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-header button.close span {
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-header button.close span i,
#product .modal .modal-content .modal-header button.close span i,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-header button.close span i {
  color: #fff;
  top: 0;
  position: relative;
  font-size: 24px;
}

/* .page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body .thumbnails .product-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
} */
.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body figure,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-body figure {
  border: 1px solid #e3e3e3;
  padding: 15px;
  display: flex;
  margin: 0;
}

.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-header,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-header {
  padding: 10px;
}

.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body img,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-body img {
  width: 100% !important;
  height: auto !important;
}

.page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body,
#header .cart_block .cart_block_list .modal-dialog .modal-content .modal-body {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 14px;
}

#product .modal .modal-content .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.products .product_list li .outer-functional .functional-buttons .layer {
  cursor: pointer;
}

.products .product_list li .outer-functional .functional-buttons .layer:hover {
  background-color: #000;
}

.products .product_list li .outer-functional .functional-buttons .layer:hover svg path {
  fill: #fff;
}

.products_block.products .product-miniature .product-description .product-title a {
  font-family: Manrope;
  font-size: 20px;
  font-weight: 800;
  line-height: 27.32px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
}
.products_block.products .product-miniature .product-description .product-price-and-shipping .regular-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 32.78px;
  text-align: left;
  color: #8d8d8d;
}
.products_block.products .product-miniature .product-image .product-thumbnail {
  display: inline-block;
  background: #f1f1f1;
  padding: 22px;
}
.products_block.products .product-miniature .product-image .product-thumbnail img {
  width: 100%;
  height: 420px;
  margin-bottom: 0;
}
/* .products_block.products .product-miniature {
  padding: 0;
}
.products_block.products .product-miniature .product-description {
  padding-inline: 16px;
} */
#header {
  z-index: 9999;
}
.products_block.products .product-miniature .delete-productcompare a.delete {
  padding: 0;
  display: inline-flex;
  width: 32px;
  height: 32px;
  background: #000;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  position: relative;
  top: 10px;
  right: 10px;
}
.products_block.products .product-miniature .delete-productcompare a.delete i.material-icons {
  font-size: 20px;
}

body#module-stfeature-productscompare ul.footer_link li .lnk_view {
  background-color: #000;
  padding: 12px 15px;
  display: inline-block;
  color: #fff;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.products_block.products .product-miniature .product-description .product-price-and-shipping {
  display: flex;
  gap: 5px;
  align-items: center;
}
.products_block.products .product-miniature .product-description .product-price-and-shipping span.discount-percentage {
  order: 1;
  background-color: #000;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.products_block.products .product-miniature .product-description .product-price-and-shipping span.price {
  font-size: 22px;
  font-weight: 800;
}
.products_block.products #product_comparison .comparison_feature_odd.feature-name {
  font-size: 15px;
  font-weight: 700 !important;
  font-family: 'Manrope';
  color: #000;
  opacity: 1;
  letter-spacing: 0;
}
.products_block.products #product_comparison .comparison_feature_odd.feature-name strong {
  font-weight: 800;
}
.products_block.products #product_comparison .comparison_feature_odd.comparison_infos {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background-color: #F0F0F0;
  border-right-color: #dcdcdc;
}
.products_block.products #product_comparison .compare_extra_information {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Manrope';
  letter-spacing: 0;
}


#module-trzshowroom-cart header.page-header {
  margin-top: 50px;
}
#module-trzshowroom-cart header.page-header h1 {
  font-family: Manrope;
  font-size: 32px;
  font-weight: 800;
  line-height: 43.71px;
}
#module-trzshowroom-cart header.page-header h1 {
  font-family: Manrope;
  font-size: 32px;
  font-weight: 800;
  line-height: 43.71px;
  border-bottom: 1px solid #D6D6D6;
  margin: 0;
  padding-bottom: 22px;
}
#module-trzshowroom-cart .cart-grid hr.separator {
  border-color: transparent;
}
#module-trzshowroom-cart .cart-grid .checkout-button-trz button {
  background-color: #000;
  color: #fff;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 15px;
  padding: 14px 0;
}


.products .product_list li .outer-functional .functional-buttons a.quick-view {
  position: relative;
}
.products .product_list li .outer-functional .functional-buttons a.quick-view svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.products .product_list li .outer-functional .functional-buttons a.quick-view:hover svg path {
  fill: #fff;
}


@media screen and (min-width:1700px) {

  .cz-hometabcontent .container,
  #footer .footer-container .container,
  header#header .header-top .container,
  header#header nav.header-nav .container,
  .page-new-products .container,
  .page-category .container,
  .page-product .container,
  #cart .container {
    max-width: 1660px;
  }

  .cz-hometabcontent .tab-content .products .product_list {
    grid-template-columns: repeat(4, 1fr);
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
    gap: 32px;
  }

  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 15px;
  }

  .breadcrumb li::after {
    margin-inline: 10px;
  }

  .breadcrumb li a,
  .breadcrumb li span {
    font-size: 15px;
  }

  .active_filters .active-filter-title {
    font-size: 16px;
  }

  .page-customer-account #content-wrapper #main {
    max-width: 525px;
  }

  .page-customer-account #content-wrapper #main section#content .login-form .form-group input {
    font-size: 16px;
  }

  .page-customer-account #content-wrapper #main section#content .login-form .forgot-password .remember-me label {
    font-size: 16px;
  }

  .page-customer-account #content-wrapper #main section#content .login-form .forgot-password a {
    font-size: 16px;
  }
}

@media screen and (max-width:1440px) {

  .page-new-products #columns_inner #left-column,
  .page-category #columns_inner #left-column {
    width: 21.5% !important;
  }

  .page-new-products #columns_inner #content-wrapper,
  .page-category #columns_inner #content-wrapper {
    width: 78.5% !important;
  }

  .page-new-products #left-column #search_filters .block_content section.facet ul.collapse li .facet-label,
  .page-category #left-column #search_filters .block_content section.facet ul.collapse li .facet-label {
    font-size: 14px;
    line-height: 20.86px;
    gap: 5px;
  }

  .page-new-products #left-column #search_filters .block_content section.facet ul.collapse li a span.magnitude,
  .page-category #left-column #search_filters .block_content section.facet ul.collapse li a span.magnitude {
    font-size: 14px !important;
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item img,
  .page-category #columns_inner #content-wrapper #js-product-list .product_list.grid .product_item img {
    height: 420px;
    object-fit: cover;
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-detail p,
  .page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-detail p {
    margin: 16px 0 20px 0;
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-actions .add-to-cart,
  .page-category #columns_inner #content-wrapper #js-product-list .product_list.list .product_item .product-actions .add-to-cart {
    line-height: 20.86px;
    min-height: 46px;
  }

  .page-new-products #left-column .block-categories .block_content .category-top-menu .category-sub-menu li a,
  .page-category #left-column .block-categories .block_content .category-top-menu .category-sub-menu li a {
    font-size: 14px;
    line-height: 19.86px;
  }

  .login-container .js-content-wrapper .left-image img.left-full {
    width: 100%;
    height: auto;
  }

  .customNavigation a.next {
    right: 12px;
    background-color: #fff;
  }

  .customNavigation a.prev {
    left: 12px;
    background-color: #fff;
  }

  #product .pp-right-column {
    padding-right: 80px;
  }
}

@media screen and (max-width:1199px) {
  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
    gap: 18px;
  }

  .page-new-products #left-column .block-categories .block_title,
  .page-category #left-column .block-categories .block_title {
    font-size: 17px;
    line-height: 24.32px;
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid,
  .page-category #columns_inner #content-wrapper #js-product-list .product_list.grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-new-products #columns_inner #left-column,
  .page-category #columns_inner #left-column {
    width: 25.5% !important;
  }

  .page-new-products #columns_inner #content-wrapper,
  .page-category #columns_inner #content-wrapper {
    width: 74.5% !important;
  }

  .page-customer-account .login-container div#columns_inner div#content-wrapper {
    width: 100% !important;
  }

  #product .pp-right-column h1.h1.productpage_title {
    font-size: 32px;
    line-height: 35px;
  }

  .product-container .product-reference label,
  .product-container .product-condition label {
    font-size: 14px;
    line-height: 20px;
  }

  .product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item span.control-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .product-container .product-information .product-actions .product-prices>div span {
    font-size: 28px;
    line-height: 32.2px;
  }

  .product-container .product-information .product-actions .product-prices>div span.discount.discount-percentage {
    font-size: 12px !important;
  }

  #product section.product-accessories .products-section-title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  section.productscategory-products .products-section-title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 57px;
  }

  .products .product-description .product-price-and-shipping span {
    font-size: 20px;
    line-height: 28.78px;
  }

  #cart #columns_inner .cart-grid .card.cart-summary .cart-detailed-totals .card-block .cart-summary-line.cart-total span {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width:1024px) {
  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
    gap: 12px;
  }

  #header .user-info {
    margin-top: 5px;
    margin-inline: 12px 8px;
  }

  #header .header-top .header_logo {
    padding: 0;
    max-width: 125px;
    left: 0;
  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url {
    font-size: 14px !important;
  }

  #product .pp-right-column {
    padding-right: 30px;
  }

  #product .pp-right-column h1.h1.productpage_title {
    font-size: 30px;
    line-height: 32px;
  }

  section.productscategory-products {
    margin-top: 60px;
  }

  #product section.product-accessories .products-section-title {
    font-size: 20px;
    line-height: 28px;
  }

  #product section.product-accessories .product-miniature .product-description .product-price-and-shipping span {
    font-size: 22px;
    line-height: 30.78px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body,
  #cart #columns_inner .cart-grid .cart-grid-right {
    width: 100%;
  }

  .product-actions.js-product-actions .product-additional-info.js-product-additional-info {
    display: none;
  }

}

@media screen and (max-width:991px) {

  .cz-hometabcontent .container,
  #footer .footer-container .container,
  header#header .header-top .container,
  header#header nav.header-nav .container,
  .page-new-products .container,
  .page-category .container,
  .page-product .container,
  #cart .container {
    width: calc(100% - 40px);
  }

  .cz-hometabcontent .tab-content .products .product_list {
    gap: 25px 15px;
  }

  .page-new-products #columns_inner #content-wrapper,
  .page-category #columns_inner #content-wrapper {
    width: 100% !important;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .col-md-6,
  .page-category #columns_inner #content-wrapper .products-selection .col-md-6 {
    width: 100%;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .filter-button,
  .page-category #columns_inner #content-wrapper .products-selection .sort-by-row .filter-button {
    order: -1;
    padding-inline: 0;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .filter-button button.js-search-toggler,
  .page-category #columns_inner #content-wrapper .products-selection .sort-by-row .filter-button button.js-search-toggler {
    background-color: #000;
    color: #fff;
    padding: 5px 22px;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .showing,
  .page-category #columns_inner #content-wrapper .products-selection .showing {
    padding-inline: 0;
  }

  .page-new-products #columns_inner #left-column,
  .page-category #columns_inner #left-column {
    width: 100% !important;
  }

  .page-new-products #columns_inner #left-column #search_filter_controls,
  .page-category #columns_inner #left-column #search_filter_controls {
    margin-bottom: 15px;
  }

  .page-new-products #columns_inner #left-column #search_filter_controls button.ok,
  .page-category #columns_inner #left-column #search_filter_controls button.ok {
    background-color: #000;
    color: #fff;
    padding: 7px 20px 7px 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .page-new-products #left-column #search_filters .block_content section.facet span.float-xs-right,
  .page-category #left-column #search_filters .block_content section.facet span.float-xs-right {
    display: none;
  }

  .login-container #main {
    width: 100%;
    max-width: 355px;
    margin-inline: auto;
  }

  .login-container section#content {
    padding: 0;
    margin: 0;
  }

  .login-container .divider {
    margin: 20px 0;
  }

  .page-customer-account #content-wrapper #main section#content .login-form button#submit-login {
    font-size: 16px;
    line-height: 21.86px;
    padding-block: 12px;
    margin-top: 12px;
  }

  .page-customer-account #content-wrapper #main .page-header h1 {
    font-size: 30px;
    line-height: 54.64px;
    margin-bottom: 0;
  }

  .page-customer-account #content-wrapper #main .page-header {
    margin-bottom: 20px;
  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url {
    font-size: 12px !important;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
    gap: 10px;
  }

  #header .user-info {
    margin-top: 5px;
    margin-inline: 8px 8px;
  }

  #header div#search_widget {
    position: relative;
    top: 5px;
    left: 4px;
  }

  #product section.product-accessories .products-section-title {
    text-align: center;
  }

  #product section.product-accessories .products-section-title {
    font-size: 26px;
    line-height: 40px;
  }

  section.productscategory-products .products-section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 37px;
    padding-bottom: 15px;
  }

  #product .pp-right-column {
    padding-right: 15px;
  }
  .page-productscompare .container {
    width: 98% !important;
  }
  .page-productscompare .products_block.products {
    overflow: hidden;
    overflow-x: auto;
  }
  .page-productscompare .products_block.products table#product_comparison {
    min-width: 130%;
  }
}


@media screen and (min-width:767px) {
  .ets_mm_block_content ul li>ul {
    position: relative;
    min-width: unset;
    left: 0;
    margin-left: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    width: 114%;
    box-shadow: none !important;
    border: 0;
    margin-top: 8px;
    margin-inline: -10px;
    margin-bottom: -9px;
  }

  .ets_mm_block_content ul li>ul.active {
    display: block;
  }

  .ets_mm_block_content ul li>ul li {
    float: none !important;
    text-align: left;
  }

  .ets_mm_block_content ul li>ul li a.ets_mm_url::before {
    display: none;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li:hover>ul>li .ets_mm_url {
    color: #000 !important;
  }

  .ets_mm_block_content ul li>ul>li .ets_mm_url {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 14.12px !important;
  }

  .ets_mm_block_content ul li:hover>ul>li {
    background: transparent !important;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li {
    text-align: left;
    width: 100%;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>a.ets_mm_url::before {
    display: none;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url::after {
    display: none;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li span.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    cursor: pointer;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li span.arrow svg {
    width: 12px;
    height: 12px;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li span.arrow svg path {
    fill: #000;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul {
    padding: 16px 0px;
    max-height: 480px;
    overflow: hidden;
    overflow-y: auto;
  }

  /* .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul.open {
    display: block;
} */
  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul::before {
    display: none;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul li.mm_columns_li {
    vertical-align: top;
    text-align: left;
    border-right: 2px dashed #D6D6D6;
    height: 100%;
    min-height: 100%;
    padding-inline: 20px;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul li.mm_columns_li:last-child {
    border: 0;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .mm_columns_ul li.mm_columns_li li.mm_blocks_li {
    margin: 0;
    padding-inline: 0;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 9px 10px;
    margin-bottom: 0px;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li:hover {
    background-color: #000;
  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url {
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li:hover a {
    color: #fff !important;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li:hover .arrow svg path {
    fill: #fff;
  }

  .ets_mm_megamenu .ets_mm_block.mm_block_type_html div h3 {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: #000000;
  }

  .ets_mm_megamenu .ets_mm_block.mm_block_type_html div ul>li {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    color: #000000;
    letter-spacing: 0;
  }

  .ets_mm_megamenu .ets_mm_block.mm_block_type_html div ul>li>a {
    color: #000 !important;
  }

  .ets_mm_megamenu .ets_mm_block.mm_block_type_html div ul>li>a::before {
    display: none;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub:hover {
    background-color: #000 !important;
    ;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub:hover a {
    color: #fff !important;
    ;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li:hover>ul.ets_mm_categories.active>li.has-sub .arrow svg path {
    fill: #000 !important;
    ;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub:hover .arrow svg path {
    fill: #fff !important;
    ;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub:hover ul.ets_mm_categories li a.ets_mm_url {
    color: #000 !important;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub>ul.ets_mm_categories li:hover {
    background-color: #000 !important;
  }

  .ets_mm_megamenu_content_content .mm_columns_ul .mm_columns_li .mm_blocks_li .ets_mm_categories>li>ul.ets_mm_categories.active>li.has-sub>ul.ets_mm_categories li:hover a.ets_mm_url {
    color: #FFF !important;
  }

  div#product-comments-list {
    display: block !important;
  }

  div#empty-product-comment {
    display: block !important;
  }

  div#product-comments-list-header {
    display: block !important;
  }

  .products .product_list li .outer-functional .functional-buttons .wishlist a {
    background-image: url('../img/Hearwishlist.png');
    background-position: center !important;
    background-size: 17px;
    background-repeat: no-repeat;
  }

  .products .product_list li .outer-functional .functional-buttons .wishlist a:hover {
    background-image: url('../img/Hearwishlist-w.png');
  }

  .products .product_list li .outer-functional .functional-buttons .compare a {
    background-image: url('../img/repeat.png');
    background-position: center !important;
    background-size: 17px;
    background-repeat: no-repeat;
  }

  .products .product_list li .outer-functional .functional-buttons .compare a:hover {
    background-image: url('../img/repeat-w.png');
  }

  #header ul.dropdown-menu {
    border: 1px solid grey;
  }

  #productlist-modal .modal-content .modal-body .product-images img {
    width: 110px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid transparent;
  }

  #productlist-modal .modal-content .modal-body .product-images {
    margin-left: 20px;
  }

  #productlist-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
  }

  #productlist-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    max-height: 670px;
    margin-top: 30px;
    z-index: 1;
  }

  #productlist-modal .modal-content .modal-body .thumbnails {
    position: relative;
  }

  .page-customer-account #content-wrapper #main section#content .login-form .forgot-password .remember-me input[type="checkbox"]:checked {
    accent-color: #458bfa;
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .page-list li .spacer,
  .page-category #columns_inner #content-wrapper #js-product-list .page-list li .spacer {
    font-size: 33px;
    color: #000;
    position: relative;
    top: -3px;
    left: -8px;
  }

  .product-add-to-cart.js-product-add-to-cart span#product-availability {
    margin-top: 10px;
  }

  .product-add-to-cart.js-product-add-to-cart .product-quantity .wishlist {
    display: none;
  }

  .product-add-to-cart.js-product-add-to-cart .product-quantity .compare {
    display: none;
  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url .mm_menu_content_title .mm_arrow::after {
    width: 14px;
    height: 14px;
    border: 0;
    top: 5px;
    position: relative;
    background-image: url('../img/down.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .active_filters .filter-block {
    margin-bottom: 8px;
  }

  #product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 36px;
  }

  form#login-form span.input-group-btn {
    display: none !important;
  }

  #header .header-top {
    padding-top: 20px;
  }
  .products .product-miniature a.quick-view.js-quick-view {
    background: none;
  }
  /* body#index .products .product_list li .quick-view {
        background: url(../img/zoom.png) !important;
  } */
  .products .product_list li .outer-functional .functional-buttons a.quick-view {
    background-color: #fff !important;
    background-image: url(../img/zoom.png) !important;
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
  }
  .products .product_list li .outer-functional .functional-buttons a.quick-view:hover {
    background-color: #000 !important;
    background-image: url(../img/zoom-w.png) !important;
  }
}

body#index .products .view_more {
  display: none;
} 

@media screen and (max-width:767px) {
  .cz-hometabcontent .tab-content .products .product_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-section-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .cz-hometabcontent .container,
  #footer .footer-container .container,
  header#header .header-top .container,
  header#header nav.header-nav .container,
  .page-new-products .container,
  .page-category .container,
  .page-product .container,
  #cart .container {
    width: calc(100% - 30px);
  }

  .cz-hometabcontent .tab-content .cz_productinner>section {
    margin-top: 0;
  }

  .cz-hometabcontent #home-page-tabs {
    display: flex;
    justify-content: center;
  }

  .cz-hometabcontent #home-page-tabs .nav-item {
    padding-inline: 7px;
  }

  .cz-hometabcontent .tab-content .products .product_list {
    gap: 20px 15px;
  }

  #footer .footer-container .row.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
  }

  #footer .footer-container .row.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 24px;
    padding-top: 18px;
  }

  .footer-container {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row,
  .page-category #columns_inner #content-wrapper .products-selection .sort-by-row {
    flex-wrap: wrap;
  }

  .page-new-products #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order,
  .page-category #columns_inner #content-wrapper .products-selection .sort-by-row .products-sort-order {
    width: 100%;
    padding-inline: 0;
    margin-top: 16px;
  }

  .page-customer-account .login-container div#columns_inner div#content-wrapper {
    width: 100% !important;
    grid-template-columns: 1fr;
  }

  .login-container .js-content-wrapper .left-image .site-logo {
    top: 20px;
    left: 20px;
    max-width: 150px;
  }

  .login-container .js-content-wrapper .left-image .site-logo img.login-logo {
    width: 100%;
    height: auto;
  }

  .login-container #main {
    padding-top: 24px;
  }

  header#header .header-top .header-top-inner {
    position: absolute;
    top: 7px;
    width: auto;
    display: inline-block;
    left: 0;
  }

  header#header .header-top .header-top-inner .ets_mm_megamenu {
    margin: 0;
  }

  header#header .header-top .header-top-inner .ets_mm_megamenu .ybc-menu-toggle {
    padding: 0;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .container {
    background-color: transparent;
  }

  #header .header-top .header_logo {
    padding: 0;
    max-width: 110px;
    left: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  header#header .header-top .header-top-inner .ets_mm_megamenu .ybc-menu-toggle {
    padding: 0;
    font-size: 14px;
  }

  header#header .header-top .header-top-inner .ets_mm_megamenu .ybc-menu-toggle .ybc-menu-button-toggle_icon {
    margin-right: 1px;
  }

  .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul {
    display: block;
    background: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 99999999;
  }

  #product .product-container .pp-right-column {
    padding-left: 15px;
  }

  #product .pp-right-column h1.h1.productpage_title {
    font-size: 25px;
    line-height: 28px;
  }

  .product-container .product-reference,
  .product-condition {
    margin-bottom: 0px;
  }

  .product-information {
    padding-top: 10px;
  }

  .product-container .product-information .product-actions .product-prices {
    flex-wrap: wrap;
  }

  .product-container .product-information .product-actions .product-prices>div span {
    font-size: 24px;
    line-height: 28.2px;
  }

  .product-container .product-information .product-actions .product-prices {
    gap: 6px;
  }

  #product section.product-accessories .products-section-title {
    font-size: 22px;
    line-height: 34px;
  }

  section.productscategory-products .products-section-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 37px;
    padding-bottom: 15px;
  }

  ul.ets_mm_categories li.has-sub {
    text-align: left;
  }

  ul.ets_mm_categories li.has-sub span.arrow svg {
    display: none;
  }

  ul.ets_mm_categories li {
    padding-block: 5px;
  }

  #header .ets_mm_megamenu .ets_mm_megamenu_content .ets_mm_megamenu_content_content ul.mm_menus_ul .mm_menus_li .ets_mm_url {
    font-size: 15px !important;
    font-weight: 600;
    color: #000 !important;
  }

  ul.ets_mm_categories>li {
    /* border-bottom: 1px solid #D6D6D6; */
    display: block;
    width: 100%;
    text-align: left;
  }

  li.mm_columns_li ul.mm_blocks_ul>li.mm_blocks_li {
    margin-bottom: 6px;
  }

  .ets_mm_megamenu_content .mm_menus_ul>li.mm_menus_li {
    border-bottom: 1px solid #e3e3e3 !important;
  }

  .ets_mm_megamenu_content .mm_menus_ul>li.mm_menus_li .ets_mm_block.mm_block_type_html div>h3 {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    color: #000;
    text-align: left;
    letter-spacing: 0;
  }

  .ets_mm_megamenu_content .mm_menus_ul>li.mm_menus_li .ets_mm_block.mm_block_type_html div>ul li a {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    color: #000000 !important;
    letter-spacing: 0;
    padding-top: 7px;
    display: inline-block;
  }

  .ets_mm_megamenu_content .mm_menus_ul>li.mm_menus_li .ets_mm_block.mm_block_type_html div>ul li a::before {
    display: none;
  }

  .layout_layout1.ets_mm_megamenu .mm_columns_ul {
    margin-top: 0;
  }

  li.mm_columns_li ul.mm_blocks_ul>li.mm_blocks_li .ets_mm_block.mm_block_type_html {
    padding-inline: 16px;
    margin-top: 10px;
  }

  .transition_floating .close_menu *,
  .transition_full .close_menu *,
  .ybc-menu-vertical-button .icon-bar {
    font-size: 15px;
  }

  .transition_floating .close_menu .pull-left {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .transition_floating .close_menu .pull-left .mm_menus_back i.icon-bar:first-child {
    margin: 0;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .cart-item {
    border: 1px solid #EAECF0;
    margin-top: 12px;
    padding: 14px 6px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .current-price {
    font-size: 16px;
    line-height: 18.78px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-discount span.regular-price {
    font-size: 15px;
    line-height: 18.78px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-price strong {
    font-size: 18px;
    line-height: 24.78px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .cart-item {
    position: relative;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-grid-right {
    position: static;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-grid-right .col-md-6 {
    position: static;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-actions .cart-line-product-actions {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 9px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-actions .cart-line-product-actions a.remove-from-cart {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-actions .cart-line-product-actions a.remove-from-cart svg {
    width: 100%;
    height: auto;
  }

  .has-discount .discount {
    padding: 4px 7px;
    font-size: 12px;
    margin-left: 5px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-info span.label {
    font-size: 12px;
    line-height: 18.4px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-info span.value {
    font-size: 13px;
    line-height: 18.4px;
  }

  #cart #columns_inner .cart-grid .cart-grid-body .cart-container+a.label {
    font-size: 14px;
    line-height: 18.86px;
    padding: 12px 18px;
    margin-top: 0;
  }

  #cart #columns_inner .cart-grid .card.cart-summary .checkout a.btn {
    font-size: 15px;
    padding: 10px 0;
  }

  .page-category #left-column #search_filters .block_content section.facet ul.type-colore,
  .page-category #left-column #search_filters .block_content section.facet ul.type-color {
    height: 400px;
  }

  .page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .page-category #columns_inner #content-wrapper #js-product-list .product_list .product_item .modal-content .modal-body .thumbnails .product-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  #header .cart_block {
    min-width: 92vw;
    padding: 10px;
  }

  #header .cart_block .filter-container {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-inline: 10px;
  }

  #header .cart_block .cart_block_list .cart-item.loop {
    grid-template-columns: 100px 1fr;
  }

  #header .cart_block .cart_block_list .cart-item .cart-image.images-container-slider {
    padding: 0;
    grid-row: span 2;
  }

  #header .cart_block .cart_block_list .cart-item.loop .cart-info {
    padding: 0;
    padding-right: 0;
  }

  #header .cart_block .cart_block_list .cart-item.loop .cart-action .remove-from-cart {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 25px;
  }

  #header .cart_block .cart_block_list .cart-item.loop {
    position: relative;
  }

  #header .cart_block .cart_block_list .cart-item.loop .cart-image .product-cover .layer {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #header .cart_block .block_content .checkout.card-block {
    padding: 15px 0;
  }

  #header .cart_block .cart_block_list .cart-item .cart-info:last-child {
    text-align: right;
  }

  #header .cart_block .header .heading {
    font-size: 24px;
  }

  #header .cart_block .cart_block_list .modal-dialog .modal-content .modal-body {
    grid-template-columns: 1fr;
  }

  #header .cart_block .cart_block_list .modal-dialog .modal-content .modal-body .thumbnails ul.product-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .page-productscompare .products_block.products {
    overflow: hidden;
    overflow-x: auto;
  }
  .page-productscompare .products_block.products table#product_comparison {
    min-width: 270%;
  }
  #module-trzshowroom-cart header.page-header h1 {
    font-size: 25px;
    line-height: 35.71px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width:575px) {
  .cz-hometabcontent .tab-content .products .product_list {
    grid-template-columns: repeat(1, 1fr);
  }

  .page-new-products #columns_inner #content-wrapper #js-product-list .product_list.grid,
  .page-category #columns_inner #content-wrapper #js-product-list .product_list.grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

#header .cart_block .card.cart-summary {
  display: none;
}

.product-description .product-list-reviews {
  margin-top: 10px;
}
#columns_inner .cart-grid .cart-grid-body .cart-container .cart-overview .product-line-grid .product-line-grid-left .layer {
    text-align: right;
    padding-right: 10px;
}
.cart-product-modal .js-product-images-modal .modal-header .close {
    position: relative;
    padding-inline: 0;
}
.cart-product-modal .js-product-images-modal .modal-header {
    padding-block: 4px;
}
body#module-trzshowroom-cart section#content {
    margin-top: 30px;
}
body#module-trzshowroom-cart header.page-header {
    display: none;
}
.product-list-search .product-list-search.search-widget {
    border-bottom: 0px !important;
}
.col-md-3.product-list-search {
    margin-top: 9px;
}
.col-md-5.hidden-md-down.total-products {
    margin-top: 16px;
}
ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul li.has-sub a.ets_mm_url, ul.mm_columns_ul li.mm_columns_li ul.mm_blocks_ul li.has-sub a.ets_mm_url ul.ets_mm_categories li a.ets_mm_url {
    width: 90%;
}
.modal.fade.quickview .modal-dialog .modal-body .product-actions.js-product-actions .product-add-to-cart .product-quantity .qty {
    display: none;
}
body#category #products div#js-product-list-top.products-selection {
    margin-bottom: 0px;
}
.products .highlighted-informations {
  display: block;
}
.custom-filter {
    color: black;
    font-size: 11px;
    position: relative;
    top: 2px;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

.custom-filter td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    text-transform: capitalize;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    color: #475467;
}

.custom-filter input[type="radio"] {
    cursor: pointer;
    transform: scale(1.1); /* Slightly enlarge radio buttons */
    margin-right: 5px;
}

.custom-filter input[type="radio"]:checked {
    accent-color: #007bff; /* Custom color for checked radio buttons */
}

.custom-filter input[type="radio"]:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}


.product-variants.js-product-variants .custom-color-checkboxes li input.input-color {
  position: relative;
  opacity: 1;
}
.product-variants.js-product-variants .custom-color-checkboxes li {
  display: block;
  float: none !important;
}
.product-container .product-information .product-actions .product-add-to-cart .product-quantity .add {
  visibility: hidden;
  opacity: 0;
}

.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes li.input-container {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes li.input-container br {
  display: none;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes li.input-container .attribute-name {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 8px;
}
.product-variants.js-product-variants .custom-color-checkboxes li input.input-color {
    margin-bottom: 6px;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item ul li .attribute-name {
  position: static;
  width: auto;
  height: auto;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: normal;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes li.input-container .color-attribute-detail {
  display: grid;
  text-align: center;
}
.products .product-description .variant-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 15px;
  padding-top: 22px;
  position: relative;
}
.products .product-description .variant-links p {
  width: 100%;
  line-height: normal;
  margin-bottom: 0;
}
.products .product-description .variant-links span.color-info span.color_code {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  display: inline-block;
}
.products .product-description .variant-links span.color-info a.color {
  margin: 0;
  width: 30px;
  height: 30px;
}
.products .product-description .variant-links .js-count.count {
  display: flex;
  align-items: center;
  line-height: normal;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes li.input-container .color-attribute-detail img {
  border: 1px solid #ababab;
  padding: 4px;
}
.products .product-description .variant-links span.color-info a.color {
    display: block !important;
}
/* Hide default radio button */
.product-variants.js-product-variants .custom-color-checkboxes li input.input-color, .products .product-description .variant-links span.color-info input.custom-color-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 1px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

 
.product-variants.js-product-variants .custom-color-checkboxes li input.input-color:checked::after, .products .product-description .variant-links span.color-info input.custom-color-checkbox:checked::after {
    content: "\2713"; /* Unicode checkmark */
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 18px;
    width: 18px;
    height: 18px;
    background-color: #333;
    display: block;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products .product-description .variant-links span.color-info input.custom-color-checkbox {
  position: relative;
  opacity: 1;
  border-radius: 0;
  margin-inline: auto;
  display: block;
  margin-block: 8px 0;
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes #custom-loader {
  position: absolute !important;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 75%);
}
.products .product-description .variant-links #custom-loader {
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 75%);
}
.product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes #custom-loader img,
.products .product-description .variant-links #custom-loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.variant-links .color-info {
  display: inline-block;
  padding-right: 10px;
}
.products .product_list.list li.product_item .product-actions {
  display: none;
}
@media screen and (max-width:575px) {
  .product-container .product-information .product-actions.js-product-actions .product-variants .product-variants-item .custom-color-checkboxes {
    grid-template-columns: 1fr;
    gap: 12px 10px;
  }
}