/** Shopify CDN: Minification failed

Line 671:8 Expected identifier but found "{"
Line 671:9 Unexpected "{"
Line 671:19 Expected ":"
Line 674:13 Expected identifier but found whitespace
Line 674:15 Unexpected "{"
Line 674:25 Expected ":"
Line 979:13 Expected identifier but found whitespace
Line 979:15 Unexpected "{"
Line 979:24 Expected ":"
Line 1997:13 Expected identifier but found whitespace
... and 5 more hidden warnings

**/
/***************** Custom content slider css *************/
.custom-new-slider {
  height: 504px !important;
}

.page-content--product .page-width .prev-next-buttons {
    justify-content: left;
}
.page-content--product .page-width .grid--product-images-left.grid--product-images--partial .grid__item {
    float: left;
}
.page-content--product .page-width .grid--product-images-left.grid--product-images--partial .product__photos {
    direction: rtl;
}
 .page-content--product .page-width .prev-next-buttons {
    margin-top: 0;
    display: flex;
    height: 39px;
    align-items: center;
}
 .prev-next-buttons .line-space {
    position: relative;
    color: white;
}

.cart-link svg path {
    stroke: inherit !important;
    fill: inherit !important;
}
.prev-next-buttons .line-space:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 28px;
    background-color: #000;
    z-index: 2;
    top: -2px;
       left: 50%;
    transform: translateX(-50%);
}

 .prev-next-buttons .next a,  .prev-next-buttons .previous a {
    display: flex;
    align-items: center;
       font-size: 18px;
    font-weight: 900;
   gap: 5px;
}
   .prev-next-buttons .next a .icon.icon-search,  .prev-next-buttons .previous a .icon.icon-search {
   width: 13px;
    height: 9px;
}
@media(max-width:1200px){
.custom-new-slider{
height: 300px !important;
}
}

@media(max-width:767px){
.custom-new-slider {
  height: 400px!important;
}
 .theme-store-id-857.spf-layout-theme #gf-grid #gf-products{
    margin:0;
  }
  .page-content--product .page-width .prev-next-buttons .next {
    width: 75px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}
  .page-content--product .page-width .prev-next-buttons .previous{
    width: 75px;
  }
 .page-content--product .page-width .prev-next-buttons {
    justify-content: space-evenly;
}
  .prev-next-buttons .next a, .prev-next-buttons .previous a {
    font-size: 15px;
}
   .prev-next-buttons .line-space::before {
    width: 2px;
    height: 42px;
    top: -12px;
}
  .grid.grid--product-images-left.grid--product-images--partial {
    display: flex;
    flex-direction: column;
}
   .grid.grid--product-images-left.grid--product-images--partial .grid__item.medium-up--one-half:first-child {
    order: 2;
}
  .product__main-photos .flickity-page-dots {
    text-align: center;
}
}

@media(max-width:400px){
.custom-new-slider {
  height: 300px!important;
}
}
/***************** Megamenu CSS *************/

#NavDrawer .mobile-nav__link--top-level{font-weight: 600;}
  #NavDrawer .mobile-nav__sublist li div a {font-weight: bold; font-size:14px;}
  #NavDrawer li.mobile-nav__item.sublist-custom .mobile-nav__child-item a {font-weight: bold;}
  #NavDrawer .mobile-nav__child-item {padding-right: 18px;}
  #NavDrawer svg.icon.icon--wide.icon-chevron-down {transform: rotate(90deg);}
  #NavDrawer .collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down{transform: scaleY(1);}
  #NavDrawer .drawer a:not(.btn), 
  #NavDrawer .mobile-nav__faux-link, 
  #NavDrawer .mobile-nav__link, 
  #NavDrawer .mobile-nav__toggle .faux-button, 
  #NavDrawer .mobile-nav__toggle button{
    color: #444;
    letter-spacing: 0;
    font-size:14px;
    font-weight: 700;
  }
  .custom-menu-images{display:flex;}
  .text-center .megamenu .grid .grid__item{text-align:right; margin-bottom: 50px;}
  .megamenu .site-nav__dropdown-link, .custom-menu-images .h5{letter-spacing: 0}
  .text-center .megamenu .grid .grid__item{float:right;width: 16%;}
  .mobile_footer_menu{display:flex;}
  .image_column_mobile{margin: 0 0 0 5px;}
  #NavDrawer .drawer__close, #NavDrawer .drawer__title{display:block;}
  
@media only screen and (max-width: 767px){
  	#NavDrawer .mobile-custom{display:flex;}
  	#NavDrawer .mobile-nav__sublist.is-open{height: auto !important;}
    #NavDrawer .image_column {margin: 0 5px;}
    #NavDrawer .drawer__account {display: inline-block; float: left;}
    #NavDrawer .drawer__close, #NavDrawer .drawer__title {display: inline;}
/*     #NavDrawer .mobile-nav__toggle{flex: 50 0 auto;} */
    #NavDrawer .mobile-nav__has-sublist .collapsible-trigger__icon{left: auto}
    #NavDrawer .mobile-nav__child-item .mobile-nav__link, .mobile-nav__child-item a{flex: 0 1 auto;}
    #NavDrawer .mobile-nav__child-item .collapsible-trigger__icon{margin-right:0}
    ul.mobile-nav__grandchildlist{padding-right: 18px;}
    .collapsible-trigger__icon--circle{border: none;}
    .mobile-nav__grandchildlist:before{background: none;}
    ul.mobile-nav__grandchildlist a{font-weight:400 !important; font-size:12px !important;}
    .mobile-nav__child-item .collapsible-trigger:not(.mobile-nav__link--button) {flex: 0 0 30px; color: #444;}
    span.collapsible-trigger__icon.collapsible-trigger__icon--circle {transform: translateY(-18px); top: 14px;}
    #NavDrawer .drawer__close-button{left: 0; right: 0; padding: 0;}

    .mobile-nav__child-item button.mobile-nav__link--button.collapsible-trigger span.mobile-nav__faux-link {
     flex: unset !important;
    }
    .mobile-nav__child-item .collapsible-trigger__icon {
     position: relative;
     flex: unset;
    }
  }
  /******** Menu Extra columns Setting Css*********/
.extra-columns-menu .grid__item.medium-up--one-fifth {
    width: 14%;
}
/************* Product Page **********/
.page-content--product .prev-next-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-weight: 700;
    justify-content: right;
}
label.color-variant__button-label {
    display: none;
}
.color-swatch.variant__button-label {
    width: 40px;
    height: 40px;
    background-size: cover;
  box-shadow: none;
}
/* collection */
.product-color-picker-wrapper {
  display: flex;
  justify-content: right;
  margin-top: 8px;
  flex-wrap:wrap;
}
.product-color-btn {
  width: 18px;
  height: 18px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
}
.product-color-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
}
/* .product-color-picker-btn-wrapper{margin:2px; width: 100%;} */
  
.page-social-icons{text-align: center;}
.page-social-icons a {margin: 5px;}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
  label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 8px;
    text-transform: capitalize;
}
  span.tag__text{font-size: 14px;}
.tag.tag--active span.tag__text {font-weight: 700;}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}
.mobile-nav__link--button{text-align:right;}
  
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
button.drawer__close-button {
  right: 0; 
  padding: 0;
  width: 20px;
  height: 20px;
}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
span.tag__text.counting {float: left; margin-left: 17px}
.tag__checkbox:before {
    background: #e3e3e3;
    border-radius: 2px;
}
  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 25px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}


  
.icon-user g {stroke-width: 1px;}  

.grid-product__vendor {
    font-weight: 700;
    margin-bottom: 9px;
    opacity: 1;
} 
.grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {
    font-size: 14px;
    letter-spacing: 0;
}
.left-details span.grid-product__price--original {display: block;margin-top: 9px;}
.right-detail {text-align: right;}
.left-details {text-align: left;}
.grid-product__price--savings {
    float: left;
    margin: 0;
    padding: 5px;
}
.template-product .js-qty__num {border: none;}
  
@media only screen and (min-width: 768px){
 .mobile-screen.image-wrap{display:none;}
 .section-only-mobile{display:none;}
}  
  
@media (max-width: 767px){
 
.stickyfillter .collection-filter {
    top: 59px !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.4s;
    margin: 0 0px 10px;
}
  .grid-product__price{
        text-align: right;
    font-size: 14px !important;
  }
  .grid-product__price > font {
    width: 100%;
    display: block;
}
.grid-product__tag.grid-product__tag--sale{
    position: absolute;
    bottom: 1px;
    top: auto;
    left: 0;
    right: auto;
    padding-bottom: 2px;
}
  .grid-product__price--savings {
    margin-top:10px;
    bottom: 40px;
    position: absolute;
 
    top: auto;
    left: 0;
    right: auto;
}
  .clear-all{order:3;overflow:visible;border:none;padding-top:0}
  ul.no-bullets.tag-list.tag-list--active-tags{order:1;}
  form.filter-form {order: 2;}
  .collection-filter select,button.js-drawer-open-collection-filters{color:#000;background-color: #fff !important;border-color: #eee !important;}
  .collection-filter .btn, .collection-filter select{height:38px}
  .icon-select-filter{width:11px}
  .collection-filter button.js-drawer-open-collection-filters{padding:8px 10px; border-radius:0;text-align:right;}
  .collection-filter img.icon.icon-filter{margin-right:0;}
  .filter-select{display:inline-block; float:left;}
  .collection-filter__item--drawer, .template-collection .collection-filter__item--sort{flex: 0 1 47%;}
  select#SortBy {
    padding-right: 25px;
  }
  select#SortBy option{background-color: #eee;}
  .collection-filter__item {
    margin: 10px 0;
  }

  .collection-filter__item--count {
    margin: 0 0 10px 0;
    padding: 0 17px 10px 0;
    background: #fff;
    text-align: right;
  }

  .clear-all{padding:15px; background: #fff; position:sticky;bottom:0; z-index:2}
  
  .mobile-nav__has-sublist .collapsible-trigger__icon {
    left: 25px;
    right: auto;
}
  .sizes-popup{right: 1.5rem; left: 1.5rem;}
  .mobile-nav__link--button{text-align: right;}
  .icon-wrapper{width: 45px; height: 45px;}
  .desktop-screen.image-wrap{display:none;}
  .collection-filter {
      top: 75px !important;
      left: 0;
      background: #fff;
      padding: 0 17px;
      margin: 40px 0 0 0;
  }
  .collection-filter select, button.js-drawer-open-collection-filters.btn {
      color: #000;
      background-color: #fff !important;
      border-color: #e5e7eb;
  }
  .collection-filter .btn, .collection-filter select {height: 38px;}
  .grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {font-size: 12px;}
  /*.site-nav svg.icon.icon-search {margin-left: 10px;}*/
  .icon.icon-search, .icon.icon-bag-minimal {width: 22px;height: 22px;}
  .btn--circle.js-photoswipe__zoom.product__photo-zoom{
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
}
span.tag__text {unicode-bidi: plaintext;}
  .color-swatch.variant__button-label.disabled:after{border:none;}
.template-customers-login .form-vertical label, .template-customers-register .form-vertical label{
    text-align: right;
}
  
.grid-product__tag {
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
.custom_tags{
  margin-right:auto;
}  
  /* Sizes Popup */
.cart-link__bubble--visible {
  display: block;
  position: absolute;
  top: 50%;
  right: -20% !important;
  width: 23px;
  height: 23px;
  background-color: var(--colorCartDot);
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  text-align: center;
  padding-top: 5px;
  color: rgb(255, 255, 255);
  border-color: var(--colorBody);
  border-radius: 50%;
}
.icon-wrapper {
  visibility: visible;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
  height: 55px;
  width: 55px;
  background: #FFC80E;
  border-radius: 50%;
  transition: all .2s ease-out;
  padding:4px;
  text-align: center;
}
.icon-bag {
  width: 55px;
}
img.icon-bag {
    opacity: 1;
}
.bag-icon-hide {
  visibility: hidden;
}
.bag-icon-active {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) scale(0.8);
}
.bag-icon-loader {
  transform: scale(0.5);
}
.sizes-popup {
  color: #fff;
  background: rgba(0,0,0,.85);
  padding: 1rem 1rem;
  text-align: center;
  direction: ltr;
  border-radius: 1rem;
  transition: .25s;
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  left: 2.5rem;
  transform: scale(0) translate(0,-50%);
  transform-origin: center 0;
  transition-timing-function: ease-out;
  z-index: 1;
}
.sizes-popup-active {
  transform: scale(1) translate(0,-50%);
  transition-delay: .20s;
  transition-timing-function: cubic-bezier(.53,.95,.63,1.25);
  border-radius: 1.5rem;
}
.size-popup-exit-icon-wrapper {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.size-popup-exit-icon {
  padding: 5px;
}
.size-popup-varients {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
 
.variant-container{
  display:flex;
  flex-wrap: wrap;
}
.variant-container label{
  min-height: 20px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 2px;
  margin: 5px;
  display: flex;
  align-items: center;
}
.variant_no_instock {
  color: grey;
  position: relative;

}
.variant_no_instock::before {
  content: "";
  height: 1px;
  width: 1rem;
  display: block;
  background: rgb(158, 158, 158);
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0px) rotate(0deg);
  transform-origin: center center;
}
/* Sizes Popup */

  
/* collection */
.product-color-picker-wrapper {
  display: flex;
  justify-content: right;
  margin-top: 8px;
}
.product-color-btn {
  width: 18px;
  height: 18px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.product-color-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
}
/* img {
    opacity: 1 !important;
} */
img.loading-img {
    opacity: 1;
    display: block;
    width: 12%;
    margin-left: auto;
    margin-right: auto;
}
.grid-product__image-mask:hover .grid-product__secondary-image img {
    opacity: 1 !important;
}
.product-color-picker-btn-wrapper{margin:2px;}
  
.page-social-icons{text-align: center;}
.page-social-icons a {margin: 5px;}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
  label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 8px;
    text-transform: capitalize;
}
  span.tag__text{font-size: 14px;}
.tag.tag--active span.tag__text {font-weight: 700;}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}
.mobile-nav__link--button{text-align:right;}
  
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
span.tag__text.counting {float: left; margin-left: 17px}
  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 25px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}
  
.icon-user g {stroke-width: 1px;}  

.grid-product__vendor {
    font-weight: 700;
    margin-bottom: 9px;
    opacity: 1;
} 
.grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {
    font-size: 14px;
    letter-spacing: 0;
}
.left-details span.grid-product__price--original {display: block;margin-top: 9px;}
.right-detail {text-align: right;}
.left-details {text-align: left;}
.grid-product__price--savings {
  
    float: left;
    margin: 0;
    padding: 5px;
  color:{{ settings.color_savings_text | default: "#1c1d1d" }};
  color:var(--colorTextSavings);
  white-space:nowrap;
  background: {{ settings.color_savings_background | default: "#000000" }};
}
.template-product .js-qty__num {border: none;}
  
@media only screen and (min-width: 768px){
 .mobile-screen.image-wrap{display:none;}
 .section-only-mobile{display:none;}
}  
  
@media (max-width: 767px){
 
.stickyfillter .collection-filter {
    top: 59px !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.4s;
    margin: 0 0px 10px;
}

  
  .grid-product__price--savings {
    margin-top:10px;
}
  .clear-all{order:3;overflow:visible;border:none;padding-top:0}
  ul.no-bullets.tag-list.tag-list--active-tags{order:1;}
  form.filter-form {order: 2;}
  .collection-filter .btn, .collection-filter select{height:38px}
  .icon-select-filter{width:11px}
  .collection-filter button.js-drawer-open-collection-filters{padding:8px 10px;text-align:right;}
  .collection-filter img.icon.icon-filter{margin-right:0;}
  .filter-select{display:inline-block; float:left;}
  .collection-filter__item--drawer, .template-collection .collection-filter__item--sort{flex: 0 1 47%;}
  select#SortBy option{background-color: #eee;}
  .clear-all{padding:15px; background: #fff; position:sticky;bottom:0; z-index:2}
  
  .mobile-nav__has-sublist .collapsible-trigger__icon {
    left: 25px;
    right: auto;
}
  .sizes-popup{right: 1.5rem; left: 1.5rem;}
  .mobile-nav__link--button{text-align: right;}
  .icon-wrapper{width: 45px; height: 45px;}
  .desktop-screen.image-wrap{display:none;}
  .collection-filter .btn, .collection-filter select {height: 38px;}
  .grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {font-size: 12px;}
  /*.site-nav svg.icon.icon-search {margin-left: 10px;}*/
  .icon.icon-search, .icon.icon-bag-minimal {width: 22px;height: 22px;}
  .btn--circle.js-photoswipe__zoom.product__photo-zoom{
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
}
span.tag__text {unicode-bidi: plaintext;}
  .color-swatch.variant__button-label.disabled:after{border:none;}
.template-customers-login .form-vertical label, .template-customers-register .form-vertical label{
    text-align: right;
}
  
.grid-product__tag {
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
.custom_tags{
 margin-left: -10px;
  position: absolute;
} 
  
/******** Menu Extra columns Setting Css*********/
.extra-columns-menu .grid__item.medium-up--one-fifth {
    width: 14%;
}
  
/********** Start Wolt CSS ******/
.icon--service {
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.icon--service:before {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 8px;
   animation: inventory-pulse 2s linear infinite;
}
.icon--service:after {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 8px;
}
span.icon-red.icon--service:after {
    background: red;
}
span.icon-red.icon--service:before {
    background: red;
}
.wolt-timings {
    margin-bottom: 15px;
}
.wolt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
/********** End Wolt CSS ******/
  
/********** header nevbar ******/
.dark-nav {
  color: #fff !important;
  background-color: #000 !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 5px !important;

  overflow: hidden;
  border-radius: 50% !important;
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;

  
}

i.icon.swym-launcher-header-icon {

  position: static !important;
}
.dark-nav:hover {
  background-color: #fcc51c !important; /* Replace with your hover color */
}
@media only screen and (max-width: 767px){
  .dark-nav {

    border-radius: 50% !important;
    margin-right: 0.2em !important;
    margin-left: 0.2em !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}
.dark-nav.nav-right {


  margin-right: 1em !important;

}
i.swym-launcher-header-icon:after {

  font-size: 111% !important;
 }



i.icon.swym-launcher-header-icon {

  width: 15px !important;
  height: 15px !important;
}

.dark-nav .icon {
  display: block;
  width: 1rem !important;
  height: 1rem !important;

}
}



/*********** Collection Sidebar *****/
.collection-sidebar__group .collapsible-trigger-btn {
    text-align: right;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 12px;
}
.collection-sidebar__group .collapsible-trigger__icon{left: 0;right: auto}
.collection-sidebar__group span.tag__text {
    margin-right: 5px;
}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
span.tag__text.counting {float: left;}
  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 16px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}

@media only screen and (max-width: 320px){
.template-collection .product-color-btn{margin-left: 4px}
}

@media only screen and (max-width: 767px){
  .clear-all{order:3;overflow:visible;border:none;padding-top:0}
  ul.no-bullets.tag-list.tag-list--active-tags{order:1;}
  form.filter-form {order: 2;}
  .collection-filter .btn, .collection-filter select{height:38px}
  .icon-select-filter{width:11px}
  .collection-filter button.js-drawer-open-collection-filters{padding:8px 10px;text-align:right;}
  .collection-filter img.icon.icon-filter{margin-right:0;}
  .filter-select{display:inline-block; float:left;}
  .collection-filter__item--drawer, .template-collection .collection-filter__item--sort{flex: 0 1 47%;}
  select#SortBy option{background-color: #eee;}
  .clear-all{padding:15px; background: #fff; position:sticky;bottom:0; z-index:2}
  
  .page-content--product .prev-next-buttons{margin: 10px 0;}
  .prev-next-buttons .previous,.prev-next-buttons .next{width:50%; text-align:center;}
  
  .grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {font-size: 12px !important;}
 
  .template-product .btn--circle.js-photoswipe__zoom{border:none;}
  .template-product .icon.zoom-icon{
  	width: 30px;
    height: 30px;
    opacity: 1;
  }
 
  .template-product .pswp__button--arrow--left .icon, .template-product .pswp__button--arrow--right .icon{transform: rotate(180deg);}
  .newsletter-btn .form__submit--large{display:block;}
  .newsletter-btn .form__submit--small{display:none;}
  
 
  
}

.header-cart.cart-link__bubble--visible{
  background: url('//cdn.shopify.com/s/files/1/0613/6781/2351/t/3/assets/shopping-bag.svg?v=12842800835345651820');
  background-repeat: no-repeat;
    border: none;
    width: 28px;
    height: 28px;
    top: 0;
}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}  
.mobile-nav__link--button{text-align:right;}
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
.left-details{text-align: left;}
.right-detail{text-align: right;}

.right-detail .grid-product__vendor {font-size: 14px;letter-spacing: 0; font-weight: bold;margin-bottom:9px; opacity:1 }
.right-detail .grid-product__title, .grid-product__price{font-size: 16px;letter-spacing: 0;font-weight: bold;}
 
.left-details span.grid-product__price--original {
    margin-top: 9px;
    display: block;
}
.grid-product__price--savings,.product__price-savings{
  background: {{settings.background_savings_text | default: "#000"}}
}
.tag.tag--active span.tag__text {font-weight: 700;}

/************* Product Page **********/
 .template-product .product-single__meta,.template-product .breadcrumb{text-align: center;}
.product__thumbs--beside{margin-left:0; margin-right: 15px}
.template-product .grid--product-images-right .product__photos{direction:ltr;}
/* .template-product .grid--product-images-right .grid__item{float:left} */
.template-product .grid--product-images-left .grid__item{float:left}
.template-product .grid--product-images-left .product__photos{direction:rtl;}
.template-product .js-qty__num {border: none;}
.product__price-savings{padding: 5px;}
.template-product .color-swatch.disabled:after{border-left: none;}


.vimeo-mobile-trigger{display: none;}
.form-vertical label {text-align: right;}
label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 9px;
}

.cart__image{margin-right: 0; margin-left:22px;}
#CartDrawerForm label, .ajaxcart__subtotal, button.btn.cart__checkout {letter-spacing: 0;}

/************* slick slider **********/
.inner_banner img{
  max-width: 100%;
  width:100%;
}


.inner_banner button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 0px;
  border: none;
  padding:0;
  cursor: pointer;
  background-color: rgb(255 255 255 / 80%);
}
.slides-image {
  padding: 0 10px;
}
.inner_banner .slick-prev{
left:10px;
}
.inner_banner .slick-next{
  right:7px;
}

.inner_banner .slick-arrow::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  transform: rotate(45deg);
}
.inner_banner .slick-prev::before{
  border-top: 0;
    border-right: 0;
    top: 15px;
    left: 15px;
}
.inner_banner .slick-next::before{
  border-bottom: 0;
    border-left: 0;
    top: 15px;
    left: 13px;
}
.banner_slider .slick-disabled {
  display: none !important;
}

h2.section-header__title {
    margin-top: 34px;
}
/************* cart  **********/
.cart__image img {
    opacity: 1;
}
img.icon.icon-search {
    opacity: 1;
}
img.pswp__img.pswp__img--placeholder {
    opacity: 1;
}
img.pswp__img {
    opacity: 1;
}

/************* footer newsletter  **********/
@media(max-width:767px){
.footer__item-padding-noncollapse button .collapsible-trigger__icon .icon {
    display: none;
}
  .footer__item-padding-noncollapse .collapsible-content--small {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.footer__item-padding-noncollapse .collapsible-trigger-btn {
    pointer-events: none;
}
  .footer__item-padding-noncollapse .collapsible-content__inner
{    transform: translateY(0px);}
  /* .footer__item-padding-noncollapse ul.no-bullets.footer__social {
    display: none;
} */
  .footer__item-padding-noncollapse form input[type="checkbox"] {
    width: 33px;
    height: 15px;
    flex: 0 0 23px;
}
}
 .social-icons a svg {
    max-width: 50px;
    width: 50px;
    height: 50px;
}
  .social-icons {
    margin-top: 31px;
    margin-bottom: 2px;
}
.Thankyou-page h1 {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 45px;
    font-weight:400;
}
.social-icons a{
    width: 80px;
    height: 80px;
}
/****** custom css******/

img.thumbnail-mobile {
    display: inline;
  height: 80px;
}
img.column-image {
    opacity: 1;
}

a.btn.btn--small.return-link {
    width: auto;
    height: auto;
}
.custom-logo-image{
    position: absolute;
    width: 140px;
    left: 0;
    right: 140px;
    top: 0;
}
.grid__item.medium-up--one-half.product-single__sticky{
  position:relative;
}

ul.our-branches-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0 60px;
    gap: 30px;
    list-style:none;
}
ul.our-branches-detail li {
  background: #fff;
  border: 1px solid #000;
  padding: 30px;
  border-radius: 10px;
}
.grid-product__content .grid-product__meta.animation .left-details {
  text-align: right;
  width:100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items:center;
  margin-top:auto;
}

.grid.grid--uniform{
  display:flex;
  flex-wrap: wrap;
}

.grid.grid--uniform.aos-init.aos-animate {
   flex-wrap: nowrap !important; /* Reset flex-wrap or set to a specific value */
   display:flex;
  gap:20px;
  margin:0;
}

.grid.grid--uniform.aos-init.aos-animate .grid__item.grid-product{
  padding-right:0;
}
.grid-product__price{
  margin-left:auto;
  font-weight:normal;
}
 
li.mobile-nav__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-single__vendor a img.vendor_image {
    width: 5em !important;
    height: auto !important;
}
.footer-add-to-cart{
  display:none;
}
.pro-sizes{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.pro-sizes label{
  margin-bottom:0;
  
}
.pro-sizes label input[type="radio"] {
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}
.pro-sizes label input[type="radio"]:checked + div {
    border-color: #000;
}
.size-btn{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  width: 100%;
  min-height: 55px
}
.size-btn > div input[type="radio"]{
     position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    cursor: pointer;
    z-index:1;
}
.size-btn > div input[type="radio"]:checked + label {
    border-color: #000;
}

.size-btn > div {
    position: relative;
}

.left-details > div{
  display:flex;
  flex-direction: column;
  font-size:12px;
}
.left-details > div > div{
  margin-bottom:5px;
  font-size:12px;
  text-align: center;
}

.grid-product__content .grid-product__meta.animation button[disabled] {
    opacity: 0.5;
}

.custom-cart-icon{
  display:none;
}

.custom_tags.product-tags-custom {
    position: static;
    margin: 0 0 5px;
}

.grid-product__content button.flickity-button {
    background: none;
    width: 22px;
    height: 22px;
}

@media(max-width:767px){
  .custom_brands {
    width: 100%;
}
  span.custom-cart-icon {
    position: absolute;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    bottom: 2px;
    height: 87%;
    padding: 6px;
    display:block;
  }
   span.custom-cart-icon img{   
    opacity: 1;
    height: 100%;
  }
  button.js-drawer-open-collection-filters.btn.btn--tertiary{
    border-radius:0;
  }
  /* .grid-product__tag img.label_image {
    height: auto !important;
    width: 40px !important;
  } */
  .grid-product__content .grid-product__meta.animation button{
    opacity: 1;
    visibility: visible;
    position:static;
  }
  .grid-product__content:hover .grid-product__meta.animation .product-animation{
    transform: translateY(0);
  }
  .grid-product__content .grid-product__meta.animation{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  li.mobile-nav__item{
    flex-wrap:wrap;
  }
  .footer-add-to-cart {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    right: 0;
    left: 0;
    display:block;
  }
  .footer-add-to-cart > .product-block-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .footer-add-to-cart>.product-block-footer .product-block-footer {
    width: 100%;
    padding: 0 10px;
  }
  .product-block-footer form{
    width: 100%;
  }
  .footer-add-to-cart .js-qty__wrapper{
    border-radius: 20px;
    padding: 3px;
  }
  .footer-add-to-cart>.product-block-footer .product__quantity-footer label {
    margin: 0;
  }
  .product__quantity.desktop, .product-block.desktop {
    display: none;
  }
  .product-single__meta{
    background: #fff;
    padding: 20px !important;
    margin-bottom: 20px;
 
  }
  .grid__item.medium-up--one-half.product-single__sticky.pro-img {
    padding: 0;
    order:0;
  }
  .grid__item.medium-up--one-half.product-single__sticky.pro-img .product__main-photos{
    margin:0;
  }
  html[dir=rtl] .grid{
    margin-right:0;
  }
  html[dir=rtl] .grid__item{
    padding-right:0;
  }
  .footer-add-to-cart>.product-block-footer .product-block-footer .btn--full{
    padding:10px 30px;
  }
  .template-product .breadcrumb{
    text-align:right;
  }
 
  .product-recommendations .grid.grid--uniform {
    display: flex !important;
   
  }
  .grid.grid--uniform .grid__item.grid-product.small--one-half.medium-up--one-fifth {
    margin: 0;
    padding: 0;
    width: auto;
    flex: 0 0 38vw;
  }
  .variant-input-wrap label.disabled{
    color:grey;
  }
  .grid__item.grid-product{
    width:auto;
  }
}

@media(max-width:480px){
  ul.our-branches-detail{
    grid-template-columns:1fr;
  }
}


h3.section-header__subtitle_logo {
    font-weight: normal;
}


h4.social-icons-header {
    font-weight: normal;
    margin-bottom: 0px;
}


@media(max-width:767px){
  .custom-logo-image{
    right: 45px;
    width: 85px;
  }
}
/****** grid-menu ******/
 .grid__item.medium-up--one-fifth.appear-animation.appear-delay-1.-grid-menu {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    width: 100% !important;
}


/***************** Custom content slider css *************/
.custom-new-slider {
  height: 504px !important;
}

.page-content--product .page-width .prev-next-buttons {
    justify-content: left;
}
.page-content--product .page-width .grid--product-images-left.grid--product-images--partial .grid__item {
    float: left;
}
.page-content--product .page-width .grid--product-images-left.grid--product-images--partial .product__photos {
    direction: rtl;
}
 .page-content--product .page-width .prev-next-buttons {
    margin-top: 0;
    display: flex;
    height: 39px;
    align-items: center;
}
 .prev-next-buttons .line-space {
    position: relative;
    color: white;
}
.cart-link svg path {
    stroke: inherit !important;
    fill: inherit !important;
}
.prev-next-buttons .line-space:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 28px;
    background-color: #000;
    z-index: 2;
    top: -2px;
       left: 50%;
    transform: translateX(-50%);
}

 .prev-next-buttons .next a,  .prev-next-buttons .previous a {
    display: flex;
    align-items: center;
       font-size: 18px;
    font-weight: 900;
   gap: 5px;
}
   .prev-next-buttons .next a .icon.icon-search,  .prev-next-buttons .previous a .icon.icon-search {
   width: 13px;
    height: 9px;
}
@media(max-width:1200px){
.custom-new-slider{
height: 300px !important;
}
}

@media(max-width:767px){
.custom-new-slider {
  height: 400px!important;
}
  .page-content--product .page-width .prev-next-buttons .next {
    width: 75px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
}
  .page-content--product .page-width .prev-next-buttons .previous{
    width: 75px;
  }
 .page-content--product .page-width .prev-next-buttons {
    justify-content: space-evenly;
}
  .prev-next-buttons .next a, .prev-next-buttons .previous a {
    font-size: 15px;
}
   .prev-next-buttons .line-space::before {
    width: 2px;
    height: 42px;
    top: -12px;
}
  .grid.grid--product-images-left.grid--product-images--partial {
    display: flex;
    flex-direction: column;
}
   .grid.grid--product-images-left.grid--product-images--partial .grid__item.medium-up--one-half:first-child {
    order: 2;
}
  .product__main-photos .flickity-page-dots {
    text-align: center;
}
}

@media(max-width:400px){
.custom-new-slider {
  height: 300px!important;
}
}
/***************** Megamenu CSS *************/

#NavDrawer .mobile-nav__link--top-level{font-weight: 600;}
  #NavDrawer .mobile-nav__sublist li div a {font-weight: bold; font-size:14px;}
  #NavDrawer li.mobile-nav__item.sublist-custom .mobile-nav__child-item a {font-weight: bold;}
  #NavDrawer .mobile-nav__child-item {padding-right: 18px;}
  #NavDrawer svg.icon.icon--wide.icon-chevron-down {transform: rotate(90deg);}
  #NavDrawer .collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down{transform: scaleY(1);}
  #NavDrawer .drawer a:not(.btn), 
  #NavDrawer .mobile-nav__faux-link, 
  #NavDrawer .mobile-nav__link, 
  #NavDrawer .mobile-nav__toggle .faux-button, 
  #NavDrawer .mobile-nav__toggle button{
    color: #444;
    letter-spacing: 0;
    font-size:14px;
    font-weight: 700;
  }
  .custom-menu-images{display:flex;}
  .text-center .megamenu .grid .grid__item{text-align:right; margin-bottom: 50px;}
  .megamenu .site-nav__dropdown-link, .custom-menu-images .h5{letter-spacing: 0}
  .text-center .megamenu .grid .grid__item{float:right;width: 16%;}
  .mobile_footer_menu{display:flex;}
  .image_column_mobile{margin: 0 0 0 5px;}
  #NavDrawer .drawer__close, #NavDrawer .drawer__title{display:block;}
 
  /******** Menu Extra columns Setting Css*********/
.extra-columns-menu .grid__item.medium-up--one-fifth {
    width: 14%;
}
/************* Product Page **********/
.page-content--product .prev-next-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-weight: 700;
    justify-content: right;
}
label.color-variant__button-label {
    display: none;
}
.color-swatch.variant__button-label {
    width: 40px;
    height: 40px;
    background-size: cover;
  box-shadow: none;
}
/* collection */
.product-color-picker-wrapper {
  display: flex;
  justify-content: right;
  margin-top: 8px;
  flex-wrap:wrap;
}
.product-color-btn {
  width: 18px;
  height: 18px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
}
.product-color-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
}
/* .product-color-picker-btn-wrapper{margin:2px; width: 100%;} */
  
.page-social-icons{text-align: center;}
.page-social-icons a {margin: 5px;}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
  label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 8px;
    text-transform: capitalize;
}
  span.tag__text{font-size: 14px;}
.tag.tag--active span.tag__text {font-weight: 700;}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}
.mobile-nav__link--button{text-align:right;}
  
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
span.tag__text.counting {float: left; margin-left: 17px}
  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 25px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}
  
.icon-user g {stroke-width: 1px;}  

.grid-product__vendor {
    font-weight: 700;
    margin-bottom: 9px;
    opacity: 1;
} 
.grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {
    font-size: 14px;
    letter-spacing: 0;
}
.left-details span.grid-product__price--original {display: block;margin-top: 9px;}
.right-detail {text-align: right;}
.left-details {text-align: left;}
 
.template-product .js-qty__num {border: none;}
  
@media only screen and (min-width: 768px){
 .mobile-screen.image-wrap{display:none;}
 .section-only-mobile{display:none;}
}  
  
@media (max-width: 767px){
 
.stickyfillter .collection-filter {
    top: 59px !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.4s;
    margin: 0 0px 10px;
}

  .grid-product__price--savings {
    margin-top:10px;
}
  .clear-all{order:3;overflow:visible;border:none;padding-top:0}
  ul.no-bullets.tag-list.tag-list--active-tags{order:1;}
  form.filter-form {order: 2;}
  .collection-filter .btn, .collection-filter select{height:38px}
  .icon-select-filter{width:11px}
  .collection-filter button.js-drawer-open-collection-filters{padding:8px 10px; border-radius:0;text-align:right;}
  .collection-filter img.icon.icon-filter{margin-right:0;}
  .filter-select{display:inline-block; float:left;}
  .collection-filter__item--drawer, .template-collection .collection-filter__item--sort{flex: 0 1 47%;}
  select#SortBy option{background-color: #eee;}
  .clear-all{padding:15px; background: #fff; position:sticky;bottom:0; z-index:2}
  
  .mobile-nav__has-sublist .collapsible-trigger__icon {
    left: 25px;
    right: auto;
}
  .sizes-popup{right: 1.5rem; left: 1.5rem;}
  .mobile-nav__link--button{text-align: right;}
  .icon-wrapper{width: 45px; height: 45px;}
  .desktop-screen.image-wrap{display:none;}
  .collection-filter .btn, .collection-filter select {height: 38px;}
  .grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {font-size: 12px;}
  /*.site-nav svg.icon.icon-search {margin-left: 10px;}*/
  .icon.icon-search, .icon.icon-bag-minimal {width: 22px;height: 22px;}
  .btn--circle.js-photoswipe__zoom.product__photo-zoom{
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
}
span.tag__text {unicode-bidi: plaintext;}
  .color-swatch.variant__button-label.disabled:after{border:none;}
.template-customers-login .form-vertical label, .template-customers-register .form-vertical label{
    text-align: right;
}
  
.grid-product__tag {
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
.custom_tags{
  margin-right:auto;
}  
  /* Sizes Popup */
.cart-link__bubble--visible {
  display: block;
  position: absolute;
  top: 50%;
  right: -20% !important;
  width: 23px;
  height: 23px;
  background-color: var(--colorCartDot);
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  text-align: center;
  padding-top: 5px;
  color: rgb(255, 255, 255);
  border-color: var(--colorBody);
  border-radius: 50%;
}
.icon-wrapper {
  visibility: visible;
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  right: 1rem;
  height: 55px;
  width: 55px;
  background: #FFC80E;
  border-radius: 50%;
  transition: all .2s ease-out;
  padding:4px;
  text-align: center;
}
.icon-bag {
  width: 55px;
}
img.icon-bag {
    opacity: 1;
}
.bag-icon-hide {
  visibility: hidden;
}
.bag-icon-active {
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%) scale(0.8);
}
.bag-icon-loader {
  transform: scale(0.5);
}
 
.sizes-popup-active {
  transform: scale(1) translate(0,-50%);
  transition-delay: .20s;
  transition-timing-function: cubic-bezier(.53,.95,.63,1.25);
  border-radius: 1.5rem;
}
.size-popup-exit-icon-wrapper {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.size-popup-exit-icon {
  padding: 5px;
}
.size-popup-varients {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.sizes-popup .add_variant_to_cart {
  color: #ffffff;
  font-size: 1rem;

}
.add_variant_to_cart {
  color: #000000;
  font-weight: 500;
  position: relative;
 
}

.featured-coll-grid .grid-product__meta {
  padding-right: 10px;

}
.add_variant_to_cart, .variant_no_instock {
  min-height: 20px;
  cursor: pointer;
  border: 1px solid rgba(0,0,0,.2);
  padding: 0.3rem;
  margin: 0.1rem;
  margin-left: 0.3rem;
  border: 1px solid #f2f2f2;
  font-size: .8rem;
  line-height: 1;

}
.variant-container{
  display:flex;
  flex-wrap: wrap;
}
.variant-container label{
  min-height: 20px;
  border: 1px solid rgba(0,0,0,.2);
  padding: 2px;
  margin: 5px;
  display: flex;
  align-items: center;
}
.variant_no_instock {
  color: grey;
  position: relative;
  opacity: 0.5;

}

/* Sizes Popup */

  
/* collection */
.product-color-picker-wrapper {
  display: flex;
  justify-content: right;
  margin-top: 8px;
}
.product-color-btn {
  width: 18px;
  height: 18px;
  margin: 2px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  border-radius: 50%;
}
.product-color-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 2;
}
/* img {
    opacity: 1 !important;
} */
img.loading-img {
    opacity: 1;
    display: block;
    width: 12%;
    margin-left: auto;
    margin-right: auto;
}
.grid-product__image-mask:hover .grid-product__secondary-image img {
    opacity: 1 !important;
}
.product-color-picker-btn-wrapper{margin:2px;}
  
.page-social-icons{text-align: center;}
.page-social-icons a {margin: 5px;}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
  label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 8px;
    text-transform: capitalize;
}
  span.tag__text{font-size: 14px;}
.tag.tag--active span.tag__text {font-weight: 700;}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}
.mobile-nav__link--button{text-align:right;}
  
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}
span.tag__text.counting {float: left; margin-left: 17px}
  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 25px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}
  
.icon-user g {stroke-width: 1px;}  

.grid-product__vendor {
    font-weight: 700;
    margin-bottom: 9px;
    opacity: 1;
} 
.grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {
    font-size: 14px;
    letter-spacing: 0;
}
.left-details span.grid-product__price--original {display: block;margin-top: 9px;}
.right-detail {text-align: right;}
.left-details {text-align: left;}
.grid-product__price--savings {
    margin: 0;
    padding: 5px;
    color: white;
    background-color: black;
  white-space:nowrap;
  background: {{ settings.color_savings_background | default: "#000000" }};
}
.template-product .js-qty__num {border: none;}
  
@media only screen and (min-width: 768px){
 .mobile-screen.image-wrap{display:none;}
 .section-only-mobile{display:none;}
}  
  
@media (max-width: 767px){
 
.stickyfillter .collection-filter {
    top: 59px !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    transition: all 0.4s;
    margin: 0 0px 10px;
}

  
  .grid-product__price--savings {
    margin-top:10px;
}
  .clear-all{order:3;overflow:visible;border:none;padding-top:0}
  ul.no-bullets.tag-list.tag-list--active-tags{order:1;}
  form.filter-form {order: 2;}
  .collection-filter .btn, .collection-filter select{height:38px}
  .icon-select-filter{width:11px}
  .collection-filter button.js-drawer-open-collection-filters{padding:8px 10px;text-align:right;}
  .collection-filter img.icon.icon-filter{margin-right:0;}
  .filter-select{display:inline-block; float:left;}
  .collection-filter__item--drawer, .template-collection .collection-filter__item--sort{flex: 0 1 47%;}
  select#SortBy option{background-color: #eee;}
  .clear-all{padding:15px; background: #fff; position:sticky;bottom:0; z-index:2}
  
  .mobile-nav__has-sublist .collapsible-trigger__icon {
    left: 25px;
    right: auto;
}
  .sizes-popup{right: 1.5rem; left: 1.5rem;}
  .mobile-nav__link--button{text-align: right;}
  .icon-wrapper{width: 45px; height: 45px;}
  .desktop-screen.image-wrap{display:none;}
  .collection-filter .btn, .collection-filter select {height: 38px;}
  .grid-product__price, .right-detail .grid-product__title, .grid-product__vendor {font-size: 12px;}
  /*.site-nav svg.icon.icon-search {margin-left: 10px;}*/
  .icon.icon-search, .icon.icon-bag-minimal {width: 22px;height: 22px;}
  .btn--circle.js-photoswipe__zoom.product__photo-zoom{
    width: 42px;
    height: 42px;
    border: 2px solid #fff;
    border-radius: 20px;
    background: #fff;
  }
}
span.tag__text {unicode-bidi: plaintext;}
  .color-swatch.variant__button-label.disabled:after{border:none;}
.template-customers-login .form-vertical label, .template-customers-register .form-vertical label{
    text-align: right;
}
  
.grid-product__tag {
    margin: 0;
    position: relative;
    display: inline-block;
    text-align: center;
}
.custom_tags{
 margin-left: -10px;
  position: absolute;
} 
  
/******** Menu Extra columns Setting Css*********/
.extra-columns-menu .grid__item.medium-up--one-fifth {
    width: 14%;
}
  
/********** Start Wolt CSS ******/
.icon--service {
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.icon--service:before {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 8px;
   animation: inventory-pulse 2s linear infinite;
}
.icon--service:after {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 8px;
}
span.icon-red.icon--service:after {
    background: red;
}
span.icon-red.icon--service:before {
    background: red;
}
.wolt-timings {
    margin-bottom: 15px;
}
.wolt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
/********** End Wolt CSS ******/
 
/*********** Collection Sidebar *****/
.collection-sidebar__group .collapsible-trigger-btn {
    text-align: right;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 12px;
}
.collection-sidebar__group .collapsible-trigger__icon{left: 0;right: auto}
ul.two-column-list {column-count: 2;}
span.filter-value-options {
    display: block;
    width: 100%;
}
  .tag--remove {
    display: inline-block;
    margin: 2px 2px;
    background: #000;
    border: 1px solid #000;
    border-radius: 8px;
}

  .tag--active .tag__checkbox:after, .tag-list--checkboxes .tag--active a:after,input:checked~.tag__checkbox:after{
    content: '\2713'; 
    background:none;
    border: none;
    height: 16px
}
.tag--remove {
    display: inline-block;
    margin: 2px 2px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 17px;
    left: auto;
}

@media only screen and (max-width: 320px){
.template-collection .product-color-btn{margin-left: 4px}
}

.header-cart.cart-link__bubble--visible{
  background: url('//cdn.shopify.com/s/files/1/0613/6781/2351/t/3/assets/shopping-bag.svg?v=12842800835345651820');
  background-repeat: no-repeat;
    border: none;
    width: 28px;
    height: 28px;
    top: 0;
}

.clear-button{
background: #e3e3e3;
padding: 4px 10px;
color: #000 !important;
 text-align:center !important;
  border-radius: 8px;
}
.clear-all{padding-top:15px;}
.mobile-nav__has-sublist .collapsible-trigger__icon{left:25px; right:auto}  
.mobile-nav__link--button{text-align:right;}
.tag-list--active-tags a.btn.btn--small {
    color: #fff;
    letter-spacing: 0;
    padding: 4px 14px 4px 30px;
    background:none;
    border: none;
  min-width:auto;
}
.tag-list--active-tags .tag--remove .icon{color: #fff; left:10px; right:auto}
.clear-all{overflow:visible;border:none;}
.tag--remove a.btn.btn--small:hover{background: none !important;}
.tag--remove a.btn.btn--small{text-align:right;}
.left-details{text-align: left;}
.right-detail{text-align: right;}

.right-detail .grid-product__vendor {font-size: 14px;letter-spacing: 0; font-weight: bold;margin-bottom:9px; opacity:1 }
.right-detail .grid-product__title, .grid-product__price{font-size: 16px;letter-spacing: 0;font-weight: bold;}
.grid-product__price--savings {
    float: left;
    margin: 0;
    padding: 5px;
}
.left-details span.grid-product__price--original {
    margin-top: 9px;
    display: block;
}
.grid-product__price--savings,.product__price-savings{

  background: {{settings.background_savings_text | default: "#000"}}
}
.tag.tag--active span.tag__text {font-weight: 700;}

/************* Product Page **********/
 .template-product .product-single__meta,.template-product .breadcrumb{text-align: center;}
.product__thumbs--beside{margin-left:0; margin-right: 15px}
.template-product .grid--product-images-right .product__photos{direction:ltr;}
/* .template-product .grid--product-images-right .grid__item{float:left} */
.template-product .grid--product-images-left .grid__item{float:left}
.template-product .grid--product-images-left .product__photos{direction:rtl;}
.template-product .js-qty__num {border: none;}
.product__price-savings{padding: 5px;}
.template-product .color-swatch.disabled:after{border-left: none;}


.vimeo-mobile-trigger{display: none;}
.form-vertical label {text-align: right;}
label.tag__text.color {
    word-break: break-word;
    max-width: 50px;
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    font-size: 9px;
}

.cart__image{margin-right: 0; margin-left:22px;}
#CartDrawerForm label, .ajaxcart__subtotal, button.btn.cart__checkout {letter-spacing: 0;}

/************* slick slider **********/
.inner_banner img{
  max-width: 100%;
  width:100%;
}


.inner_banner button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  font-size: 0px;
  border: none;
  padding:0;
  cursor: pointer;
  background-color: rgb(255 255 255 / 80%);
}
.slides-image {
  padding: 0 10px;
}
.inner_banner .slick-prev{
left:10px;
}
.inner_banner .slick-next{
  right:7px;
}

.inner_banner .slick-arrow::before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  transform: rotate(45deg);
}
.inner_banner .slick-prev::before{
  border-top: 0;
    border-right: 0;
    top: 15px;
    left: 15px;
}
.inner_banner .slick-next::before{
  border-bottom: 0;
    border-left: 0;
    top: 15px;
    left: 13px;
}
.banner_slider .slick-disabled {
  display: none !important;
}

h2.section-header__title {
    margin-top: 34px;
}
/************* cart  **********/
.cart__image img {
    opacity: 1;
}
img.icon.icon-search {
    opacity: 1;
}
img.pswp__img.pswp__img--placeholder {
    opacity: 1;
}
img.pswp__img {
    opacity: 1;
}

/************* footer newsletter  **********/
@media(max-width:767px){
.footer__item-padding-noncollapse button .collapsible-trigger__icon .icon {
    display: none;
}
  .footer__item-padding-noncollapse .collapsible-content--small {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.footer__item-padding-noncollapse .collapsible-trigger-btn {
    pointer-events: none;
}
  .footer__item-padding-noncollapse .collapsible-content__inner
{    transform: translateY(0px);}
  /* .footer__item-padding-noncollapse ul.no-bullets.footer__social {
    display: none;
} */
  .footer__item-padding-noncollapse form input[type="checkbox"] {
    width: 33px;
    height: 15px;
    flex: 0 0 23px;
}
}
 .social-icons a svg {
    max-width: 50px;
    width: 50px;
    height: 50px;
}
  .social-icons {
    margin-top: 31px;
    margin-bottom: 2px;
}
.Thankyou-page h1 {
    font-size: 50px;
    margin-bottom: 50px;
    margin-top: 45px;
    font-weight:400;
}
.social-icons a{
    width: 80px;
    height: 80px;
}
/****** custom css******/
a.mobile-nav__link.mobile-nav__link--top-level {
    display: flex;
    align-items:center;
    padding:0;
}
a.mobile-nav__link.mobile-nav__link--top-level > font{
  margin-right: 20px;
}
img.thumbnail-mobile {
    display: inline;
  height: 80px;
}
img.column-image {
    opacity: 1;
}

a.btn.btn--small.return-link {
    width: auto;
    height: auto;
}
.custom-logo-image{
    position: absolute;
    width: 140px;
    left: 0;
    right: 140px;
    top: 0;
}
.grid__item.medium-up--one-half.product-single__sticky{
  position:relative;
}

ul.our-branches-detail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0 60px;
    gap: 30px;
    list-style:none;
}
ul.our-branches-detail li {
  background: #fff;
  border: 1px solid #000;
  padding: 30px;
}
.grid-product__content .grid-product__meta.animation .left-details {
  text-align: right;
  width:100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items:center;
  margin-top:auto;
}

.grid.grid--uniform{
  display:flex;
  flex-wrap: wrap;
}

.featured-coll-grid .grid.grid--uniform{

  display:inherit !important;

}



.grid-product__price{
  margin-left:auto;
  font-weight:normal;
}
.grid.grid--uniform .grid-product__content{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  background: #fff;
  width: 100%;
}
li.mobile-nav__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.product-single__vendor a img.vendor_image {
    width: 5em !important;
    height: auto !important;
}
.footer-add-to-cart{
  display:none;
}
.pro-sizes{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.pro-sizes label{
  margin-bottom:0;
 }
.pro-sizes label input[type="radio"] {
    position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
}
.pro-sizes label input[type="radio"]:checked + div {
    border-color: #000;
}
 
.size-btn > div input[type="radio"]{
     position: absolute;
    opacity: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: 0;
    cursor: pointer;
    z-index:1;
}
.size-btn > div input[type="radio"]:checked + label {
    border-color: #000;
}

.size-btn > div {
    position: relative;
}

.left-details > div{
  display:flex;
  flex-direction: column;
  font-size:12px;
}
.left-details > div > div{
  margin-bottom:5px;
  font-size:12px;
  text-align: center;
}

.grid-product__content .grid-product__meta.animation button[disabled] {
    opacity: 0.5;
}

.custom-cart-icon{
  display:none;
}

.custom_tags.product-tags-custom {
    position: static;
    margin: 0 0 5px;
}

@media(max-width:767px){
  .custom_brands {
    width: 100%;
    
}

.featured-coll-grid .grid-product.small--one-half {
  width: 50% !important;
  padding:10px !important;
  min-height: 200px;
  height: auto !important;
}
  span.custom-cart-icon {
    position: absolute;
    right: 2px;
    background: #fff;
    border-radius: 50%;
    bottom: 2px;
    height: 87%;
    padding: 6px;
    display:block;
  }
   span.custom-cart-icon img{   
    opacity: 1;
    height: 100%;
  }
  button.js-drawer-open-collection-filters.btn.btn--tertiary{
    border-radius:0;
  }
  /* .grid-product__tag img.label_image {
    height: auto !important;
    width: 40px !important;
  } */
  .grid-product__content .grid-product__meta.animation button{
    opacity: 1;
    visibility: visible;
    position:static;
  }
  .grid-product__content:hover .grid-product__meta.animation .product-animation{
    transform: translateY(0);
  }
  .grid-product__content .grid-product__meta.animation{
    display: flex;
    flex-wrap: wrap;
    align-items: end;
  }
  li.mobile-nav__item{
    flex-wrap:wrap;
  }
  .footer-add-to-cart {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    right: 0;
    left: 0;
    display:block;
  }
  .footer-add-to-cart > .product-block-footer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .footer-add-to-cart>.product-block-footer .product-block-footer {
    width: 100%;
    padding: 0 10px;
  }
  .product-block-footer form{
    width: 100%;
  }
  .footer-add-to-cart .js-qty__wrapper{
    border-radius: 20px;
    padding: 3px;
  }
  .footer-add-to-cart>.product-block-footer .product__quantity-footer label {
    margin: 0;
  }
  .product__quantity.desktop, .product-block.desktop {
    display: none;
  }
  .product-single__meta{
    background: #fff;
    padding: 20px !important;
    margin-bottom: 20px;
 
  }
  .grid__item.medium-up--one-half.product-single__sticky.pro-img {
    padding: 0;
    order:0;
  }
  .grid__item.medium-up--one-half.product-single__sticky.pro-img .product__main-photos{
    margin:0;
  }
  html[dir=rtl] .grid{
    margin-right:0;
  }
  html[dir=rtl] .grid__item{
    padding-right:0;
  }
  .footer-add-to-cart>.product-block-footer .product-block-footer .btn--full{
    padding:10px 30px;
  }
  .template-product .breadcrumb{
    text-align:right;
  }
  .coll-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px !important;
  }
  .grid.grid--uniform .grid__item.grid-product.small--one-half.medium-up--one-fifth {
    margin: 0;
    margin-top: 14px;
    padding: 0;
    width: auto;
  }
  .variant-input-wrap label.disabled{
    color:grey;
  }
  .grid__item.grid-product{
    width:auto;
  }
}

@media(max-width:480px){
  ul.our-branches-detail{
    grid-template-columns:1fr;
  }
}


h3.section-header__subtitle_logo {
    font-weight: normal;
}


h4.social-icons-header {
    font-weight: normal;
    margin-bottom: 0px;
}


@media(max-width:767px){
  .custom-logo-image{
    right: 45px;
    width: 85px;
  }
}
/****** grid-menu ******/
 .grid__item.medium-up--one-fifth.appear-animation.appear-delay-1.-grid-menu {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    width: 100% !important;
}


/** CustomerLoginForm **/
#CustomerLoginForm .continue_text:before,#CustomerLoginForm .continue_text:after{
  display:none  
}

#getOTPButton {
    font-size: 1em;
    letter-spacing: 1px;
}

#CustomerLoginForm .continue_text{
  margin-top: 35px;
  font-weight: 600;
}

.h_google_text {
    display: none;
}

.h_facebook_text {
    display: none;
}

.socialLogin_buttons div {
    border: none !important;
    display: inline-block !important;
    height: 45px !important;
}

.socialLogin_buttons {
    display: inline-block !important;
    width: auto !important;
}


[id=customer_register_link]{
  background: #fff;
  padding: 10px;
  border-radius: 30px;
}

.h_googleFB_logo {
    width: 45px!important;
    background: transparent!important;
    border: 1px solid #000000d4!important;
    padding: 7px;
}

#CustomerLoginForm input::-webkit-outer-spin-button,
#CustomerLoginForm input::-webkit-inner-spin-button {
  display: none;
}


/** glassix **/

#glassix-widget-launcher-container#glassix-widget-launcher-container#glassix-widget-launcher-container#glassix-widget-launcher-container {
	bottom: 6rem !important;
}

@media only screen and (max-width: 600px) {
#glassix-container #glassix-widget-launcher-container #glassix-widget-launcher {
	width: 3rem !important;
	height: 3rem !important;
}
#glassix-container #glassix-widget-launcher-container {
	bottom: 1rem !important;
	width: 3rem !important;
	height: 3rem !important;
	right: auto !important;
	left: 1rem !important;
}
}

.grid-product__price{
  text-align: right;
  margin-top: 20px;
  line-height: 1.5em;
}

.grid-product__price--original{
  display:block;
}

.grid-product__price--savings{
  margin-top: 10px;
}

.price-product{
  font-size:1.1rem
}

.theme-store-id-857.spf-layout-theme .gf-block-title .h3  {
    letter-spacing: inherit !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

.gf-option-block ul li button{
  width:100%
}

.gf-count{
  display: block;
  position: absolute;
  left: 15%;
}

.sort-by::before {
	right: inherit !important;
	left: 5px;
}

.grid-product__price--savings{
    padding: 0px 5px;
}

#gf-controls-container{
  width: 102%;
}


.product-img-stampa {

  opacity: 100;
}

@media screen and (min-width: 768px) {
  .label-span {
 
    width: 6rem;
 
  }
  .grid-product { 

    margin-bottom: 35px;
  }

  .h-wishlist-icon .wishlist-h-count {

    right: 6px !important;
  }

  .product-stampa {

    right: 9rem;
    top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  

  #gf-controls-container {
    top: 75px;
    position: sticky !important;
    z-index: 999;
    background-color: #ffffff;
    padding-top:10px
  }
 
  .img-stampa {

    max-height: 2.8rem;
    opacity: 100;
  }

  .product-stampa {

    right: 1rem;
    top: 1rem;
  }

  .product-img-stampa {

    max-height: 4rem;
  }

  .grid {

    margin-right: 0px !important;
    margin-left: 0px !important;

  }

}

.wishlist-engine {

  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 333;

}

.wishlist-engine-button {

  background-color: transparent !important;
}

.img-stampa {

  opacity: 100;
  position: absolute;
}

.page-content--product .product-stampa {

  position: absolute;
  z-index: 9;
 

}



@media screen and (max-width: 768px) {

  
   
  .grid-product.grid-collect {
  
    margin-bottom: 0px;
  }


  .flickity-previous {
    left: 0px !important;
  }

  .flickity-next {
    right: 0px !important;
  }

 .flickity-button {

     z-index: 99999999999;
    position: absolute;

  }
 
  .flickity-button {

    background: hsla(0, 0%, 100%, 0) !important;
 

  }

  .flickity-prev-next-button {
    top: 61% !important;


  }

  .wishlist-engine {

    top: 1px !important;
    left: 1px !important;

  }

  .h-wishlist-icon svg {
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    overflow: unset !important;
  }

  .h-wishlist-icon .wishlist-h-count {

    right: -6px !important;
  }

  .label-span {
 
    width: 4rem;
 
  }
  
 

}

.wishlist-custom {
  background: #FDC624 !important;
  color: #000 !important;
  bottom: 0px!important;
  top: unset !important;
}

.wish-list-icon {
  fill: white !important;
  stroke: black !important;
  stroke-width: 2px;
  bottom: 2px !important;


}

.grid-product__content {

  border: 2px;
  border-radius: 10px;
}

.grid-product__image-mask {

  border-radius: 10px;
}

.product-animation {
 
  height: auto;
  padding-right: 4px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .product-animation{
    gap:0px !important;
  }
}
.product-animation.collect-animation {

  gap: 0px;
  padding: 0px;
  align-items: normal;
  padding-right: 5px;
    padding-left: 5px;
    height: auto;

}

 
.label-container {
  display: flex;
  flex-direction: column;
}

.label-span {
  font-size: clamp(0.6rem, 1vw, 0.9rem); /* Start with a smaller minimum font size */
  flex: 0 0 20%;
  align-self: flex-end;

  text-align: center;
}

.grid-product__price {
  display: flex; /* Enable flexbox */
}

.price-right, .price-left {
  flex: 1; /* Each child will take equal space */
  max-width: 50%; /* Ensure they don't grow beyond 50% */
  padding-right: 10px;
}




.price-product {
  white-space: nowrap; /* Prevents line breaks within the text */
}

/* Optional: Additional styling */
.price-product {
  font-size: 1.1em; /* Adjust font size as needed */
  margin: 5px 0; /* Add some margin for spacing */
}
 

.wishlist-engine[data-added="true"] .wishlist-engine-button svg path {
  fill: #FDC624 !important; /* Change the fill color */
}

.grid-product__meta {

  width: 100%;
 

}
.homepage-block-title { 
  margin: 0 0 -17px;
}
/* custom-content-home-page */
.custom__item-inner--image{
  display:inline;
}
.banner-slider-header{
  text-align:center;
  margin-top: 15px;
  font-weight:normal;
}
@media screen and (max-width: 768px) {
.banner-slider-header{
  font-size:10px;
}  

.grid-product__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.grid-product__content > div:first-child {
  height: 150px; /* Adjust this value to your desired fixed height */
}

.grid-product__content > div:last-child {
  flex-grow: 1;
}
}

.swatch-new  {
  padding: 0.3rem;
  margin: 0.1rem;
  margin-left: 0.3rem;
  border: 1px solid #f2f2f2;
  font-size: .8rem;
  line-height: 1;
}

.product-options-wrapper .swatch-option {
  cursor: pointer;
  margin: 0.5rem 0.2rem;
}

.product-color-btn.selected {

  -webkit-box-shadow: 0 0 0 0.1rem #d2d2d2;
  box-shadow: 0 0 0 0.1rem #d2d2d2;

}

.product-recommendations .grid__item {
  margin-bottom: 30px !important;
}

.size-popup-varients .variant-picker.variant_no_instock{ 
border:none;
}
.size-popup-varients .add_variant_to_cart{
  border:none;
}

.gf-range-min {
  order: 1;
}

.gf-range-split {
  order: 2;
}

.gf-range-max {
  order: 3;
}
.gf-range-inputs {

  flex-direction: row-reverse;
}

@media(max-width:767px){
  .featured::-webkit-scrollbar {
      height: 0.2em
  }
  .featured::-webkit-scrollbar-button {
      background: #ccc;
  }
  .featured::-webkit-scrollbar-track-piece {
      background: #fff;
  }
  .featured::-webkit-scrollbar-thumb {
      background: #ccc;
  }
}

 
/* custom side cart*/


#slidecarthq *{
	direction:rtl;
  font-family: 'Simpler pro'!important;
}

#slidecarthq{
	direction: rtl !important;
	text-align: right;
}

.slidecarthq .header {
  order: 1;
}

.slidecarthq .items {
  order: 3;
}

#slidecarthq .upsells {
	order: 4;
}

.slidecarthq .discount-box {
  order: 4;
}

.slidecarthq .rewards {
  order: 2;
}

.slidecarthq .footer {
  order: 5;
}

#slidecarthq .rewards p{
  direction: ltr;
}

.slidecarthq.cartEmpty .header{
	order: inherit !important;
}


.rewards-tiers-labels{
  display: none !important;
}

#slidecarthq .button.full , #slidecarthq .discount-box-form button {
  border-radius: 30px !important;
}

#slidercarthq .strike-through{
  padding-left: 10px;
}

/*  css added for featured collection price  */
  /* .grid-product__content .grid-product__meta.animation .left-details > div {
    flex: 1;
} */

.grid-product__tag.grid-product__tag--custom {
    font-size: clamp(0.6rem, 1vw, 0.9rem);
}
.grid-product__content .grid-product__meta.animation .left-details .price-right {
    max-width: 100%;
    text-align: right;
}

 .grid-product__content .grid-product__meta.animation .left-details .price-right .price-product{
   margin:0;
   
 }

.grid-product__content .grid-product__meta.animation .left-details .price-right span.grid-product__price--original {
    margin-top: 0;
}

#slidecarthq .header {
    padding: 15px !important;
}

#slidecarthq .header h2 span {
    font-size: 20px;
}

#slidecarthq .footer {
  position: fixed !important;
  bottom: 0px;
  background: #fff !important;
  max-width: 100%;
  width: 430px;
  border-top: 1px solid;
  z-index: 99;
}

.slidecarthq.open{
  padding-bottom: 200px !important;
}

#slidecarthq .rewards-progress {
    background-color: #ffc603 !important
}

@media(max-width:767px){
   .grid-product__content .grid-product__meta.animation .left-details .price-right .price-product{
   
   font-size:12px;
 }
  .grid-product__content .grid-product__meta.animation .left-details .price-right span.grid-product__price--original {
    
    font-size:12px;
}

#slidecarthq .slidecarthq {
    max-width: 85% !important;
}

#slidecarthq .footer {
    width: 85%;
}

	#slidecarthq .item .title a{
		font-size: 15px !important;
		line-height: 1.2em !important;
	}
	
	#slidecarthq .item .image {
		width: 90px!important;
	}
	#slidecarthq .item .image img {
    width: 90px !important;
	}
	#slidecarthq .footer .button{
		border-radius: 30px;
	}
	
	#slidecarthq .quantity-selector {
    margin-right: 20px;
}
#slidecarthq .quantity-selector button {
    width: 25px !important;
    height: 25px !important;
}
#slidecarthq .quantity-selector input, #slidecarthq .quantity-selector input[type='text'] {
    height: 25px !important;
    width: 27px;
}

#slidecarthq .item .main {
  margin-left: 0px !important;
}


#slidecarthq .price{
    position: relative !important;
    left: 15px !important;
    top: -2px !important;
}
/* #slidecarthq .price.strike-through{
  position: relative !important;
  top: 19px !important;
  right: 39px !important;

} */
}


#slidecarthq .empty svg {
  display: none 
}

#slidecarthq .empty p::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url('https://sfycdn.speedsize.com/0aa76a33-61f7-4203-9af1-ed58de19d46f/cdn.shopify.com/s/files/1/0793/4512/3601/files/bag.png?v=1704111565');
  background-size: cover;
  background-position: center center;
  position: relative;
  right: 25%;
  top: -20px;
}

/*custom nav*/
.dark-nav {
  padding: 6px !important;
}

@media only screen and (max-width: 600px) {
  .dark-nav {
    padding: 5px !important;
    padding-right: 6px !important;
  }
  .swym-wishlist{
    padding: 4px !important;
    padding-right: 5px !important;
  }
  .site-nav__icons {
    gap: 2px;
    margin-right: 10px
}

.dark-nav {
  width: 1.7rem !important;
  height: 1.7rem !important;
}

.cart-link__bubble--visible {
  width: 10px !important;
  height: 10px !important;
  right: -12% !important;
 }

 #CartDrawer {
  display: none !important;
}

}

/*You may also like*/
@media only screen and (max-width: 600px) {
.product-recommendations img {
    height: auto !important;
    opacity: 100;
}
}

.grid-product__price {
    flex-wrap: wrap;
    align-items: center;
}
span.grid-product__price--original {
    width: 100%;
}
span.gf-summary {
    text-align: right;
    padding-right: 30px;
    opacity: 1 !IMPORTANT;
}


/*.variant*/
.color-swatch.variant__button-label {
    border-radius: 30px;
}
.color-swatch:before {
    border-radius: 30px;
}

.variant-input-wrap label {
    padding: 2px 10px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 16px !important;
}

.gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle a, .gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle button {
    padding: 1px 4px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 14px !important;
}

.gf-option-block-box-rectangle.gf-option-block ul li.gf-box-rectangle button{
	padding: 1px 4px !important;
    border: 1px solid #f2f2f2 !important;
    font-size: 14px !important;
}


/*MarketingCheckbox*/
#smlAcceptMarketingCheckbox{
    margin: 0px !important;
    margin-top: 3px !important;
}

#smlAcceptMarketingText{
	padding-right: 17px !important
}

.collection-header-banner-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
}

.collection-header-banner-container {
  text-align: center;
}

.collection-header-banner-img-container > img {
  opacity: 1;
  height: 100%;
  object-fit: cover;
}

/*flickity-slide-home*/
@media screen and (max-width: 768px) {
.flickity-slider .grid-product__image-s{
	    height: 100% !important;
		width: 100% !important;
      object-fit:cover !important;
}
}

@media screen and (max-width: 768px) {
  .collection-header-banner-img-container {
      width: 80%;
  }
  .collection-header-banner-outer-container {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
.product-add-to-cart  {
  position: fixed !important; /* Make it fixed to the viewport */
  z-index: 999999999;
    bottom: 0;
    width: 100%;
 
    padding: 15px 10px;
    right: 0;
    left: 0;
    display: block;
}
}

.product-color-btn.selected.disabled {
  position: relative;
  opacity: 0.5; /* Optional: reduces the opacity to imply it's disabled */
}

.product-color-btn.selected.disabled::before,
.product-color-btn.selected.disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px; /* Thickness of the line */
  background: rgba(0, 0, 0, 0.7); /* Color of the line */
}

.product-color-btn.selected.disabled::before {
  transform: rotate(45deg);
  transform-origin: center;
}

.product-color-btn.selected.disabled::after {
  transform: rotate(-45deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {

.grid.recently-viewed.grid--uniform.aos-init.aos-animate {
  display: flex !important;
}

}

/* Base Styles for Modal */
.wishlist-modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 1em;
  width: 90%;
  max-width: 600px;
  margin: 20px;
  z-index: 9999;
  overflow: hidden;
  display: flex;
  flex-direction: column;

}
 

.wishlist-content {
  padding: 20px;
  z-index: 9999;
  max-height: 90vh;
  overflow-y: auto;
}

/* Wishlist Modal and Content Styles */
.wishlist-modal, .wishlist-content {
  max-height: 90vh;
  z-index: 9999;
  overflow-y: auto; /* Enable scrolling */
}

/* Wishlist Item Actions */
.wishlist-item-actions {
  display: flex;
  gap: 10px; /* Spacing between buttons */
}

/* Scrollbar styles for Webkit browsers */
.wishlist-content::-webkit-scrollbar {
  width: 5px;
}

.wishlist-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.wishlist-content::-webkit-scrollbar-thumb {
  background: #888;
}

.wishlist-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* Close Button */
.wishlist-close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Fullscreen Button */
.wishlist-fullscreen-btn {
  position: absolute;
  top: 10px;
  right: 50px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Wishlist Items Styling */
.wishlist-items {
  padding: 0;
  list-style-type: none;
}

/* Clear Wishlist Button */
.wishlist-clear-btn {
  display: block;
  width: 100%;
  background: #afafaf;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.wishlist-clear-btn:hover {
  background: #1e1d1d;
}

/* Scrollbar styles for Webkit browsers */
.wishlist-content::-webkit-scrollbar {
  width: 5px;
}

.wishlist-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.wishlist-content::-webkit-scrollbar-thumb {
  background: #888;
}

.wishlist-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .wishlist-content {
      width: 100%;
      max-height: 100%;
      border-radius: 0;
  }

  .wishlist-fullscreen-btn {
      display: none; /* Hide fullscreen button on small screens */
  }
}
/* Desktop styles */
@media (min-width: 767px) {
  .wishlist-item {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap to the next line */
    align-items: flex-start; /* Aligns items at the start of the flex container */
  }

  .wishlist-item-details {
    flex: 1 0 100%; /* Takes full width */
  }

  .wishlist-item-info {
    flex: 0 1 75%; /* Takes 75% of the space available */
    margin-right: 10px;
  }

  .wishlist-item-actions {
    flex: 0 1 25%; /* Takes 25% of the space available */
    justify-content: flex-start; /* Aligns actions to the start */
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .wishlist-item {
    flex-direction: column; /* Stacks children vertically */
  }

  .wishlist-item-info,
  .wishlist-item-actions {
    flex: 1 0 100%; /* Both take full width */
  }

  .wishlist-item-actions {
    justify-content: center; /* Centers actions underneath */
  }

  .wishlist-item-title {

    font-size: 0.7em;
  }

  .wishlist-item-price { 

    font-size: 0.6em;


   }

   .add-to-cart-btn-wishlist {

  min-height: 25px;
     }
}

.wishlist-item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 5px;
}
.wishlist-item-details {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0; 
}
.wishlist-item-details * {
  white-space: normal; /* Prevents the text from wrapping */
  overflow: hidden; /* Hides text that overflows the container's bounds */
  text-overflow: ellipsis; /* Adds an ellipsis when text overflows */
  max-width: 100%; /* Ensures child elements don't exceed the parent's width */
}

.wishlist-item-image {
  width: 100px;
  margin-right: 15px;
}

.wishlist-item-info {
  flex: 0 0 75%; /* 75% width of the details container */
}

.wishlist-item-title {
  font-weight: bold;
}

.wishlist-item-price {
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}
.wishlist-item-actions {
  flex: 0 0 25%; /* 25% width of the container */
  display: flex;
  justify-content: flex-end;
  gap: 10px; /* Spacing between buttons */
}


.wishlist-btn {
  margin-left: 10px;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background-color: #5cb85c;
  color: white;
}

.wishlist-btn:hover {
  opacity: 0.8;
}

/* Add styles for empty wishlist message */
.wishlist-empty {
  display: flex;
  align-items: center; /* vertically centers the content */
  justify-content: center; /* horizontally centers the content */
  height: 100%; /* make sure the div takes full height of the parent */
}

.wishlist-items .wishlist-empty {
  grid-column: 1 / -1; /* stretches the item across all grid columns */
  grid-row: 1 / -1; /* stretches the item across all grid rows, optional if there's only one row */
}

.wishlist-item-image {

  opacity: 100 !important;
}
 

.heart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 8px; /* Space between heart and text */
}

.heart::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.heart::before {
  background-image: url("data:image/svg+xml,%3Csvg height='25px' width='25px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23ffc603' stroke-width='25' d='M340.8,83C307,83,276,98.8,256,124.8c-20-26-51-41.8-84.8-41.8C112.1,83,64,131.3,64,190.7c0,27.9,10.6,54.4,29.9,74.6L245.1,418l10.9,11l10.9-11l148.3-149.8c21-20.3,32.8-47.9,32.8-77.5C448,131.3,399.9,83,340.8,83z'/%3E%3C/svg%3E");
}

.heart.filled::before {
  background-image: url("data:image/svg+xml,%3Csvg height='25px' width='25px' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffc603' d='M340.8,83C307,83,276,98.8,256,124.8c-20-26-51-41.8-84.8-41.8C112.1,83,64,131.3,64,190.7c0,27.9,10.6,54.4,29.9,74.6L245.1,418l10.9,11l10.9-11l148.3-149.8c21-20.3,32.8-47.9,32.8-77.5C448,131.3,399.9,83,340.8,83z'/%3E%3C/svg%3E");
}


.wishlist-btn-coll {

  left: 0px;
  z-index: 9;
  position: absolute;
  padding-left: 0px;

}

.wishlist-header-icon {
  position: relative;
  display: inline-block;
}


@media (max-width: 767px) {
  .icon-container {

    width: 29px;
    height: 29px;

  }
}


@media (min-width: 767px) {
  .icon-container {

    width: 32px;
    height: 32px;

  }
}



.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: black; /* Circle background */
  border-radius: 50%; /* Make it round */
}

.icon-heart {
  width: 20px; /* Adjust based on your preference */
  height: 20px; /* Adjust based on your preference */
  color: #ffc603; /* Color of the heart */
}

.header-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #000; /* Counter background */
  color: #fff; /* Counter text color */
  border-radius: 50%; /* Make it round */
  padding: 2px 5px; /* Adjust as needed */
  font-size: 12px; /* Counter text size */
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px; /* Ensure it's round */
  height: 20px; /* Match min-width for perfect circle */
}
.add-to-wishlist-btn-product {
  display: block;
  align-items: center;
  justify-content: center;
  background-color: #3d3a2700;
  color: #363333;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  -moz-appearance: none;
  width:100%;
  border-radius: var(--buttonRadius);
}
/* Adjust hover effects as needed */
.add-to-wishlist-btn-product:hover {
  background-color: #c0baba; /* Darker on hover */
}

.add-to-wishlist-btn-product:active {
  transform: translateX(-50%) scale(0.95); /* Click effect */
}

.heart-icon {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g transform="translate(1 1)" stroke="%23FFF" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="square"><path d="M16 6C16 3.79086 14.2091 2 12 2C10.7666 2 9.59721 2.67688 9 3.62132C8.40279 2.67688 7.23335 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 6 12 9 15C12 12 16 8.20914 16 6Z"></path></g></svg>') no-repeat center;
  display: inline-block;
  width: 24px; /* Adjust as needed */
  height: 24px; /* Adjust as needed */
  margin-right: 8px; /* Space between icon and text */
}

.wishlist-text {
  display: inline-block;
  vertical-align: super;
}
 
.add-to-cart-btn-wishlist {
  display: inline-block;
  min-height: 50px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 24 24"><path d="M3 6h18"/><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39"/><path d="M7 7h14v3H7z"/></svg>') no-repeat center left / 20px 20px;
  padding-left: 24px; /* Adjust padding to make room for icon */
}

.remove-btn {
  display: inline-block;
  min-height: 50px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>') no-repeat center / 20px 20px;
  padding: 0 24px; /* Adjust padding to make room for icon */
  border: none; /* Remove border */
  background-color: transparent; /* Set button background */
  cursor: pointer; /* Change cursor to pointer */
}

/* Optional: add a hover effect */
.remove-btn:hover {
  background-color: #f5f5f5; /* Slight background on hover */
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.wishlist-item {
  animation: bounceIn 0.6s ease forwards;
}

.wishlist-button-container {
  display: contents; /* Adjust as needed to fit your layout */
}

.click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%; /* Cover the entire width of the container */
  height: 10%; /* Cover the entire height of the container */
  background-color: transparent; /* Keep the overlay invisible */
  z-index: 99999; /* Ensure it's above the button */
  display: none; /* Initially hidden */
}


.custom-validation-message {
  background-color: #f8d7da; /* Light red background */
  color: #62721c; /* Dark red text */
  border: 1px solid #f5c6cb; /* Light red border */
  border-radius: 4px;
  
  padding-right: 6px;
  margin: 4px;
  margin-right: 0.2vw;
  margin-top: 4px;
  font-size: 0.8em;
    position: absolute; /* Adjust positioning as needed */
  z-index: 99999; /* Ensure it appears above other elements */
}
.wishlist-page-link {
    display: inline-block;

    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

/* Add underline on hover */
.wishlist-page-link:hover {
  text-decoration: underline; /* Underline appears on hover */
} 

/*  wishlist css */



.main-content .wishlist-items {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

   gap:10px;

}



.main-content .wishlist-item .wishlist-item-image {

  width: 100%;

  margin: 0;

}

.main-content .wishlist-item {

    display: block;

}



.main-content .wishlist-item .wishlist-item-details {

    display: block;

}



.main-content .wishlist-btn.remove-btn {

    position: absolute;

    top: 0;

    right: 0;

}

.main-content .wishlist-item {

    display: block;

    display: flex;

    flex-direction: row;

}

.main-content .wishlist-item .wishlist-item-details {

    display: block;

    flex: 0 0 100%;

}

.main-content  .wishlist-item-actions {

    display: block;

    text-align: center;

    flex: 0 0 100%;

    margin-top: auto;

}



.main-content .wishlist-item .wishlist-btn.add-to-cart-btn-wishlist {

    background: #000;

    color: #fff;

    width: 100%;

    padding: 5px 0;

    transition: .3s;

    border-radius: 25px !important;

    min-height: 25px;

    margin-top: 10px;

}



.main-content .wishlist-item .wishlist-btn.add-to-cart-btn-wishlist span.sr-only {

    position: static;

    font-size: 0.9em;

}

.main-content .wishlist-item .wishlist-out-of-stock {

    background: rgb(61 58 39 / 45%);

    color: #fff;

    width: 100%;

    transition: .3s;

    border-radius: 25px;

    padding: 8px 10px;

}

@media only screen and (max-width :768px){

.main-content .wishlist-item {

    display: block;

    display: flex;

    flex-direction: column;

    align-items: stretch;

}

  .main-content .wishlist-item .wishlist-item-details {

    display: block;

    flex: 0 0 auto;

}

  .main-content  .wishlist-item-actions {

    flex: 0 0 auto;

 }

}

@media only screen and (max-width :575px){

  .main-content .wishlist-items {

    grid-template-columns: repeat(2, 1fr);

 }

}
#slidecarthq .note+.discount-box-empty, #slidecarthq .items+.discount-box, #slidecarthq .note+.discount-box {
    margin-top: auto;
    margin-bottom: 50px;
}
@media only screen and (max-width :768px){
#slidecarthq .item .main-bottom{
    flex-wrap: wrap !important;
    gap: 12px !important;
}
#slidecarthq .main-bottom .price-discount-block{
    margin-right: 35px !important;
  flex-direction:row-reverse;
  gap:12px;
}

}

.gf-controls-search-form {
 
    display: none !important;
}

.selected-item .gf-label {
    color: white;
}