<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 539:25 Unexpected ";"
Line 2833:3 Unexpected "#"
Line 3978:2 "transtion" is not a known CSS property

**/
.hwuifw{display:none;}
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
  content: '';
  display: table;
  clear: both; 
}
.page-width {
  max-width: 1622px;
  margin: 0 auto; 
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width:1600px){
  .page-width {
    max-width:1400px;
  }
}
@media (max-width:1400px){
  .page-width {
    max-width:1200px;
  }
}
@media (max-width:1199px) {
  .page-width {
    max-width: 940px;
  }
}
@media (max-width:991px) {
  .page-width {
    max-width: 720px;
  }
}
@media (max-width:767px) {
  .page-width {
    max-width: 576px;
  }
}
@media (max-width:543px) {
  .page-width {
    max-width: auto;
  }
}

p{
  color:var(--Description-color1);
}
.rte{
   color:var(--Description-color1);
}
/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 15px;
    font-weight: 500;
   margin-bottom: 25px;
   font-family: var(--font-body-family);
   color: var(--subtitle-color);
}
 @media (max-width: 543px) {
   .section-header .sub-title {
     font-size: 14px;
     margin-bottom:15px;
  }
}
.section-header &gt; h2 {
      font-size: 38px;
    line-height: 38px;
    letter-spacing: 1.5px;
   font-weight: 600;
   color:var(--title-color);
   font-family: var(--font-body-family);
   text-transform: capitalize;
   position: relative;
   margin-bottom: 5px;
  margin-top:0;
}
 @media (max-width: 1199px) {
   .section-header &gt; h2 {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 991px) {
   .section-header &gt; h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header &gt; h2 {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header &gt; h2 {
     font-size: 25px;
     line-height:30px;
  }
}


/************************ dark-mode css *********************/
.dark-mode .fixed-header {
background:var(--bg-dark);
box-shadow: 0 0 4px 2px rgb(0 0 0);
}
.dark-mode  #_desktop_cart .cart-display .cart-count-bubble,
.dark-mode  #_mobile_cart .cart-display .cart-count-bubble {
  background-color:var(--button-bg-color2);
  color:var(--button-text-color2);
  
}
.dark-mode .section-header .sub-title{
  color:var(--secondarysubtitle-color);
}
.dark-mode #header .slider .slider-tooltip{
background: var(--bg-secondary);
color:var(--color-secondary);
}
.dark-mode #header .slider .slider-tooltip:before{
border-color:var(--bg-secondary) transparent transparent;
}
.dark-mode #top-menu&gt;li&gt;a .title{
  color: var(--color-light);
}
.dark-mode .top-menu.mainmenu-dropdown li a:hover{
color:#eee;  
}
.dark-mode #_desktop_search .search-toggle svg{
   stroke: var(--color-light); 
}
@media (max-width:991px){
.dark-mode  #top-menu&gt;li{
  border-bottom:1px solid var(--border-color2); 
  }
.dark-mode   .mobile-width{
  border-bottom: 1px solid var(--border-color2);
  }
  }
  
.dark-mode #_desktop_user_info .userinfo-title .userinfo-toggle svg , .dark-mode  #_mobile_user_info .userinfo-title .userinfo-toggle svg{
    fill: var(--color-light);
 } 

.dark-mode #_desktop_cart .cart-display .cart-logo svg{
 stroke: var(--color-light); 
}

.dark-mode  #header .nav-header{
  background:var(--bg-secondary);
 }
 @media (max-width:991px){
 .dark-mode #top-menu h3{
   color: var(--color-light);
 }
   }
 .dark-mode #header .nav-header .offer-block .offer-background .offer-inner .ishiofferblock-container .heading{
   color: var(--color-secondary);
 }
 .dark-mode  #header .nav-header .owl-theme .owl-nav svg{
  fill: var(--color-secondary);
 }
 .dark-mode #_mobile_search .search-toggle svg ,
 .dark-mode .mobile-width .mobile-width-left #menu-icon svg,
 .dark-mode #_mobile_cart .cart-display .cart-logo svg{
   fill: var(--color-light);
 }
  .dark-mode .search-overlay{
  background: rgba(255, 255, 255, 0.18);
  }
   .dark-mode  #_desktop_searchbar.search-background  .toggle-dropdown,
  .dark-mode #_mobile_searchbar.search-background  .toggle-dropdown{
  background:var(--bg-dark);
}
.dark-mode #_desktop_searchbar.search-background .close svg, .dark-mode #_mobile_searchbar.search-background .close svg{
color:var(--button-text-color);
}
.dark-mode  .suggestion-tags a{
  background:var(--color-light);
}
 @media (max-width:543px){
   .dark-mode .mobile-width{
     border-bottom: 1px solid var(--border-color2);
   }
 }
 .template-product.dark-mode  #header .header-top{
   border-bottom: 1px solid var(--border-color2);
 }
 .dark-mode .light-mode{
  display:none;
}
.darkmode
{
  display:none;
}
.dark-mode .darkmode{
  display:block;
}
.dark-mode .localization-selector.link{
color:var(--color-dark);
}
@media (max-width:991px){
.dark-mode .localization-selector.link{
  color:var(--color-light);
}
}
 .dark-mode .thumbnail-buttons .btn-info:hover{
   background-color: var( --product-btn-bg-hover-color2)!important;
}
 .dark-mode  .thumbnail-buttons .btn-info:hover svg{
   fill: var(--product-icon-hover-color2);
 }
  .dark-mode   .thumbnail-buttons .wishlist .loader-btn{
  background-color: var( --product-btn-bg-hover-color2);
  }
  .dark-mode  .section-header&gt;h2{
      color:var(--secondarytitle-color);
  }
  .dark-mode  .card-information .card-information__text{
    color:var(--secondarytitle-color);
  }
    .dark-mode .price--on-sale,   .dark-mode .price__regular .price-item--regular{
        color:var(--secondarytitle-color); 
   }
   .dark-mode .button, .dark-mode .btn,  .dark-mode a.btn,  .dark-mode .shopify-challenge__button, .dark-mode .customer button{
     background: var(--button-bg-color2);
     color:var(--button-text-color2);
     border:1px solid var(--button-bg-color2);
   }
   .dark-mode .variants-swatch .color_swatch .swatch-label:hover, .dark-mode .variants-swatch .color_swatch .swatch-label.active{
     border: 1px solid #ffffff;
   }
 .dark-mode  .owl-theme .owl-nav .owl-prev, .dark-mode  .owl-theme .owl-nav .owl-next{
  background-color: var(--button-bg-color2) !important;
  border:1px solid var(--button-bg-color2);
}
   .dark-mode  .owl-theme .owl-nav .owl-prev i,  .dark-mode  .owl-theme .owl-nav .owl-next i{
     color:var(--button-text-color2);
     
   }
   .dark-mode .owl-theme .owl-nav .owl-prev:hover, .dark-mode .owl-theme .owl-nav .owl-next:hover{
   background-color: var(--button-bg-hover-color2) !important; 
    border:1px solid var(--button-bg-hover-color2);  
   }
.dark-mode .btn:before, .dark-mode .button:before, .dark-mode a.btn:before, .dark-mode .shopify-challenge__button:before, .dark-mode .customer button:before{
background: var(--button-bg-color2); 
}
.dark-mode .btn:hover,  .dark-mode .button:hover,  .dark-mode .btn:focus,  .dark-mode .button:focus,  .dark-mode .btn.focus,  .dark-mode .button.focus,  .dark-mode .btn:active,  .dark-mode .button:active{
     background-color: transparent;
    color:var(--button-text-hover-color2);
   border:1px solid var(--button-text-hover-color2);
}
.dark-mode .button--secondary{
    background-color: var(--button-bg-hover-color);
    color:var(--button-text-hover-color2);
  border:1px solid var(--button-text-hover-color2);
}
.dark-mode .button--secondary:hover{
  background-color: var(--button-bg-color2);
   color:var(--button-text-color2);
  border:1px solid var(--button-bg-color2);
}
.dark-mode .mobile-facets__footer .button--secondary{
  background: var(--button-bg-color2);
    color: var(--button-text-color2);
    border: 1px solid var(--button-bg-color2);
}
.dark-mode  .ishislider .ishislideshow-carousel .slider-content .slider-btn{
border: 1px solid var(--button-bg-color2);
}
.dark-mode  .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .dark-mode  .ishislider .ishislideshow-carousel .owl-nav .owl-next{
  background-color: var(--button-bg-color2) !important;
  color:var(--button-text-color2);
  border:1px solid var(--button-bg-color2);
}
.dark-mode .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .dark-mode .ishislider .ishislideshow-carousel .owl-nav .owl-next i{
    color:var(--button-text-color2) !important;
}
.dark-mode  .splide__slide .darkmode-img{
opacity:1;
}
.dark-mode  .splide__slide .service-img{
 opacity:0;
}
.dark-mode   .section-clients{
  background-color: var(--bg-secondary);
}
.dark-mode    .splide__slide{
  color: var(--color-secondary);
}
.dark-mode .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 0%, rgba(255, 255, 255, 0.30) 99.99%, rgba(255, 255, 255, 0.00) 100%, rgba(0, 0, 0, 0.29) 100%);
backdrop-filter: blur(10px);
}

.dark-mode .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover, .dark-mode  .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover{
border: 1px solid var(--color-primary);
}
.dark-mode .testimonial-section .ishitestimonial{
  border-bottom:1px solid #444444;
}
.dark-mode .testimonial-section .ishitestimonial .testimonial-inner .user-description p{
  color:var(--Description-color2);
 }
.dark-mode .testimonial-section .ishitestimonial .testimonial-inner  .user-info .user-designation{
  color:var(--secondarysubtitle-color);
 }
 .dark-mode .testimonial-section .ishitestimonial .testimonial-inner .user-info .user-name{
   color:var(--bg-secondary);
 }
 .dark-mode  .testimonial-section .ishitestimonial .owl-dot.active{
 border: 1px solid var(--button-bg-color2);
 }

@media (min-width:544px){
.dark-mode  .ishiservicestyle .ishiservices {
   background-color:var(--bg-secondary);
 }
}
@media (max-width:543px){
.dark-mode  .service-block .services.item{
    background: var(--bg-secondary);

}
}
.dark-mode .ishiservicestyle .ishiservices .services .service-text .service-title{
  color:var(--color-secondary);
}
.dark-mode  .ishiservicestyle .ishiservices .services .service-text .service-desc{
   color:var(--secondaryDescription-color); 
}
.dark-mode   .ishiservicestyle .ishiservices .services .darkmode-img{
  opacity:1;
}
.dark-mode .ishiservicestyle .ishiservices .services .service-img{
  opacity:0;
}
.dark-mode  .ishiservicestyle .ishiservices{
   background-color:var(--bg-secondary);
}
.dark-mode .ishiservicestyle .ishiservices .owl-dots .owl-dot{
background: var(--color-secondary);
border: 1px solid var(--color-secondary);
}
.dark-mode  .parallax-bgcolor{
  background-color:var(--bg-dark) !important;
}

@media (max-width:991px) {
 .dark-mode  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
      color:var(--secondarytitle-color);
  }
  .dark-mode  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
    color:var(--Description-color2);
  }
  .dark-mode .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data{
        color: var(--color-secondary)!important;
  }
  .dark-mode .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text{
        color: var(--color-secondary)!important;
  }
  .dark-mode .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown{
    background:var(--bg-secondary);
  }
}
.dark-mode  .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a{
   color:var(--secondarytitle-color);
 }
 .dark-mode .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
  color:var(--Description-color2);
 }
 .dark-mode .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog-name{
   color:var(--bg-secondary);
 }
  .dark-mode  .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content a.btn{
      color:var(--bg-secondary);
 }
 .dark-mode   .bannerwithslider .ripple-effect.active .productdotinner:after{
       background: var(--bg-secondary);
    color: var(--color-secondary);
 }
 .dark-mode .footer.footer-color {
  background-color:var(--bg-dark);
 
}
.dark-mode .footer-block__heading{
  color:var(--secondarytitle-color);
}
.dark-mode .footer .darkmodelogo{
 display:block;
  margin: auto;
}
.dark-mode .footer .lightmodelogo{
 display:none;
 margin: auto;
}
.dark-mode .footer .newsletter-desc{
color:var(--Description-color2);
}
.dark-mode .footer .store-infomation .store-desc, .dark-mode .footer .store-infomation .store-desc p{
color:var(--Description-color2);
}
.dark-mode .footer-block__details-content .list-menu__item--link, .copyright__content a{
color:var(--secondarysubtitle-color);
}
.dark-mode .footer .navbar-toggler svg{
  color:var(--color-light);
}
.dark-mode  .footer-bottom{
  background:var(--bg-dark);
  border-top: 1px solid var(--border-color2);
}
.dark-mode  .footer-left .footer__copyright{
  color:var(--secondarytitle-color);
}
.dark-mode .footer .theme-logo{
  border-bottom: 1px solid var(--border-color2);
   border-top: 1px solid var(--border-color2);
  
}
.dark-mode .footer  .newsletter-form .field input{
      border: 1px solid var(--border-color2);
}
.dark-mode  .list-social li a i, .dark-mode .list-social li a svg{
  color: var(--button-text-color);
}
.dark-mode .footer-block__details-content .list-menu__item--link:hover,
.dark-mode .copyright__content a:hover {
  color:  var(--bg-secondary);
    }
.dark-mode .newslatterblock .newsletter__wrapper h2{
  color:var(--color-secondary);
}
.dark-mode .newslatterblock .newsletter__subheading p{
  color:var(--secondaryDescription-color);
}
.dark-mode .newslatterblock:after{
  background-color:var(--bg-secondary);
  opacity:0.61;
}
.dark-mode .newslatterblock:before{
   border: 1px solid #ffffff;
}
.dark-mode .newslatterblock .button:hover{
  color:var(--color-secondary);
      border: 1px solid;
}
.dark-mode .newsletter-form .button{
  border:1px solid var(--button-bg-color2);
}
/*blog-page  */
.dark-mode .blog-articles__article .article-card-content .article-card__title{
color: var(--secondarytitle-color);
}
.dark-mode .blog-articles__article .article-card-content p{
  color: var(--Description-color2);
}
.dark-mode .blog-articles__article .article-card-content .article-card__header span{
  color:var(--secondarysubtitle-color);
}
.dark-mode .blog-articles__article .article-card-content .article-card__footer .r_more{
 color: var(--button-text-color);
border-bottom: 1px solid var(--button-text-color);
  
}
.dark-mode .blog-articles__article .article-card-content .article-card__footer .blog_svg svg{
  fill:var(--color-light);
}
.dark-mode  .blog-articles__article .article-card-content .article-card__header svg{
fill: #fff;
}
.dark-mode .main-blog .blog-articles-list-item .article-card-info .article-card__image-wrapper .blog-name{
  background:var(--button-bg-color2);
  color:var(--button-text-color2);
}
.dark-mode .article-header .article-template__title{
  color:var(--secondarytitle-color); 
}
.dark-mode .article-header .caption-with-letter-spacing{
    color: var(--secondarysubtitle-color);
}
.dark-mode .article-header  .caption-with-letter-spacing svg{
  fill:#fff;
}
.dark-mode .article-template__hero-container .blog-name{
  background: var(--button-bg-color2);
  color: var(--button-text-color2);
}
.dark-mode .recently-viewed-wrapper .owl-theme .owl-nav .owl-next, .recently-viewed-wrapper .owl-theme .owl-nav .owl-prev{
      background-color:#fff!important;
          border: 0.1rem solid rgba(35,35,35, 0.08) !important;
}
.dark-mode .recently-viewed-wrapper .owl-theme .owl-nav .owl-next:hover, .recently-viewed-wrapper .owl-theme .owl-nav .owl-prev:hover{
      background-color:#fff!important;
          border: 0.1rem solid rgba(35,35,35, 0.08) !important;
}
.dark-mode  .recently-viewed-wrapper .owl-theme .owl-nav .owl-next i, .dark-mode  .recently-viewed-wrapper .owl-theme .owl-nav .owl-prev i{
  color:#232323;
}
/*toggle  */
.dark-mode #mobile_top_menu_wrapper,
.dark-mode .cart-notification{
background:var(--bg-dark);
border:0;
}
.dark-mode .mobile-menu-overlay,
.dark-mode .cart-overlay{
  background-color: rgba(255, 255, 255, 0.18);
}
.dark-mode  #mobile_top_menu_wrapper #top_menu_closer svg {
  color:var(--color-light);
}
.dark-mode .toggle-title{
  color:var(--color-light);
}
.dark-mode .cart_info #cart-notification-closer svg,
.dark-mode .cart_info #cart-notification-closer{
  color:var(--color-light);   
}
.dark-mode .cart_info #cart-notification-closer{
border-bottom: 1px solid var(--border-color2);
}
.dark-mode .cart_info #cart-notification-closer
.dark-mode .cart-footer{
border-top: 1px solid var(--border-color2);
}
.dark-mode  .cart-notification-wrapper .reassurance-list.owl-carousel{
  border-bottom: 1px solid var(--border-color2);
}
 color:var(--color-light);  
}
.dark-mode  .cart-notification-product__option, .dark-mode  .cart-notification-product__qty-price, .dark-mode  .cart-notification-product__lineitem{
   color:var(--color-light);
}
.dark-mode .cart-footer span,.dark-mode .cart-notification p {
    color:var(--color-light) ; 
}
/* log-in popup */
.dark-mode #header .user-overlay{
  background-color: rgba(255, 255, 255, 0.18);
}
.dark-mode  #user-notification{
 background-color:var(--bg-dark);
  border:1px solid var(--border-color2);
}
.dark-mode #user-notification .panel-title{
color:var(--secondarytitle-color);

}
.dark-mode #user-notification  .ishi-panel-data{
   background-color:var(--bg-dark);
}
.dark-mode #user-notification .customer.login p{
 color: var(--Description-color2)
}
.dark-mode #user-notification .customer.login .field input{
 border:1px solid var(--border-color2); 
}
.dark-mode #user-notification label.input-label{
  color:var(--secondarytitle-color);
}
  .dark-mode  .field__label , .dark-mode  .customer .field label{
    color:var(--input-secondary-color);
  }
 .dark-mode #_desktop_userinfo .close-btn, .dark-mode  #_mobile_userinfo .close-btn{
 border: 1px solid var(--border-color);
 background: var(--bg-dark);
 }
  .dark-mode #_desktop_userinfo .close-btn svg, .dark-mode  #_mobile_userinfo .close-btn svg{
 color:var(--border-color);
 }
 
/* wishlist-page */
  .dark-mode  .wishlist_table .product-name .wishlist-item-link,  .dark-mode .wishlist_table .card-information .product-price .money{
       color: var(--secondarytitle-color);
 }
  .dark-mode .wishlist_table .product-thumbnail .quickview-btn svg{
     fill: var(--product-icon-hover-color2);
    color: var(--product-icon-hover-color2);
}
  .dark-mode  .wishlist_table .product-thumbnail .product-btn:hover .btn-info,   .dark-mode .wishlist_table .product-remove:hover a{
background:var(--product-btn-bg-hover-color2);
}
  .dark-mode  .wishlist_table .product-thumbnail .quickview-btn:hover svg,   .dark-mode  .wishlist_table .product-remove:hover svg{
     fill: var(--product-icon-hover-color2);
    color: var(--product-icon-hover-color2);
}
  .dark-mode  .wishlist_table .product-thumbnail .product-btn:hover .btn-info,   .dark-mode  .wishlist_table .product-remove:hover a{
    background:var(--product-btn-bg-hover-color2);
  }
  .dark-mode quickview-opener.product-popup-modal__opener.no-js-hidden.btn-info.quick-view:hover svg{
      fill: var(--product-icon-hover-color2);
  }
  
/*main-product page  */
 .dark-mode .product__info-container .product__title{
      color:var(--secondarytitle-color);
    }


  .dark-mode .product__description{
      color: var(--Description-color2); 
 }
   .dark-mode .product-form__input input[type='radio']:checked + label:before{
       border: 1px solid var(--border-color);
   }
   .dark-mode .product-form__input input[type='radio'] + label.square{
     color:var(--color-primary);
    background: transparent;
    border: 1px solid;
   }
   .dark-mode  .product-form__input .form__label{
   color:var(--secondarytitle-color);
   }
.dark-mode .quantity__input {
  color:var(--secondarytitle-color);
  border-left: 1px solid var(--border-color2);
  border-right: 1px solid var(--border-color2);
}
.dark-mode  .quantity{
 border: 1px solid var(--border-color2); 
}
.dark-mode .shopify-payment-button__button--unbranded{
  border:1px solid var(--button-text-hover-color2);
  color:var(--button-text-hover-color2);
}
.dark-mode .shopify-payment-button__button--unbranded:hover, .dark-mode .shopify-payment-button__button--unbranded:hover:not([disabled]){
  background:var(--button-bg-color2);
  color:var(--button-text-color2);
}
.dark-mode .product__info-wrapper .accordion{
      border-bottom: 0.1rem solid var(--border-color2);
}
.dark-mode .product__info-wrapper .accordion__title{
color:var(--secondarytitle-color);
}
.dark-mode .product__info-wrapper .accordion .summary__title+.icon-caret{
    color: var(--product-icon-hover-color);
}
.dark-mode .product__info-wrapper .accordion__content{
color:var(--Description-color2);
}
.dark-mode .share-button svg{
  fill:#fff;
}
.dark-mode .share-button .share-title{
  color:var(--secondarytitle-color);
}
.dark-mode .product__info-container .review .write_comment, .dark-mode .product__info-container .review .no-review{
   color:var(--secondarytitle-color);
}
.dark-mode .product__info-wrapper .product-recommendations .card-information__text{
  color:var(--secondarytitle-color);
}
.dark-mode .product-form__input.color input[type=radio]:checked+label[data-color]:after{
  border-color:var(--color-light);
}
.dark-mode  .rte p{
  color:var(--Description-color2);
}
.dark-mode .rte&gt;.h4, .dark-mode .rte&gt;.h5, .dark-mode .rte&gt;.h6, .dark-mode .rte&gt;h4, .dark-mode .rte&gt;h5, .dark-mode .rte&gt;h6{
  color:var(--secondarytitle-color);
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode  h5, .dark-mode .h0, .dark-mode.h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5{
 color:var(--secondarytitle-color); 
}
.dark-mode .shopify-payment-button__button--unbranded:before{
background: var(--button-bg-color2)!important;
}
.dark-mode .cart-btn span{
  color: var(--secondarytitle-color);
  border-bottom: 1px solid;
}
.dark-mode  .product-thumbnail-nav i{
color:var(--color-light);
}
.dark-mode .product-form__input input[type='radio'] + label.square.out-stock:after{
  background-color:var(--color-light);
}
.dark-mode .product__info-container .ishi-progress-content .quantity-value{
      color: var(--secondarytitle-color);
}
.dark-mode .product__info-container .add-to-wishlist span{
color: var(--secondarytitle-color);  
}
.dark-mode  .ishi-popup-modal__button.link{
  color: var(--secondarytitle-color);  
}
/*review-product  */
.dark-mode .spr-container{
  border-color:var(--border-color2);
}
.dark-mode .rte{
color:var(--secondarytitle-color);
}
.dark-mode  input.spr-form-input, .dark-mode  textarea.spr-form-input, .dark-mode  .field__input, .dark-mode  .select__select, .customer .field input, .dark-mode  .customer select{
  border:1px solid var(--border-color2);
}
.dark-mode .spr-review, .dark-mode .spr-form{
  border-color:var(--border-color2);
}
.dark-mode .contact-form-bottom #ContactForm{
  border: 1px solid var(--border-color2);
}
.dark-mode  #shopify-product-reviews .spr-container .spr-header .spr-summary-actions a, .dark-mode #shopify-product-reviews .spr-container .spr-content .spr-summary-actions a{
  background-color: var(--button-bg-color2);
     color: var(--button-text-color2);
  border: 1px solid var(--button-bg-color);
}
.dark-mode #shopify-product-reviews .spr-container .spr-header .spr-summary-actions a:hover, .dark-mode #shopify-product-reviews .spr-container .spr-content .spr-summary-actions a:hover{
  color:var(--button-text-hover-color2);
  background:var(--button-bg-hover-color2);
  border:1px solid var(--button-text-hover-color2);
}
/* contact-page */
.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item{
    background-color: var(--bg-secondary);
}
.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item h3{
    color: var(--color-secondary);
}
.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item p, 
.dark-mode .contact-form-information .information-container .list-contact-info .contact_info_item a{
  color: var(--secondaryDescription-color);
}

.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item .icon-contact i, 
.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item .icon-contact svg{
    color: var(--color-secondary);
    fill: var(--color-secondary);
}
.dark-mode  .icon-contact.lightmode-icon{
display:none;
}
.dark-mode .owl-theme .owl-dots .owl-dot span{
  background: var(--button-bg-color2) !important;
}
/* .dark-mode .bannerwithslider .owl-theme .owl-dots .owl-dot.active span{
 border: 1px solid var(--button-bg-color2);
} */

.dark-mode #slidetop{
  background: var(--bg-secondary) none repeat scroll 0 0;
}
.dark-mode #slidetop:hover{
  background:#fff;
}
.dark-mode #slidetop svg{
  color: var(--button-text-color2);
  stroke: var(--button-text-color2);
}
.dark-mode  .contact-form-information .information-container .list-contact-info .contact_info_item.shop-fax .icon-contact.darkmode-icon{
  display:block;
}
/*cart-notifition  */
.dark-mode .cart-notification-wrapper .reassurance  .reassurance-text  .reassurance-title{
   color:var(--secondarytitle-color);
      }
.dark-mode  .cart-notification-wrapper .reassurance  .reassurance-text .reassurance-desc{
    color:var(--Description-color2);
  }
  /*faq-page */
.dark-mode   .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item.active,
.dark-mode  .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item.active .faq-link{
    color: var(--button-text-color2);
    background: var(--button-bg-color2);
  border: 1px solid;
}
@media (max-width:543px){
 .dark-mode   .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item.active,
.dark-mode  .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item.active .faq-link{
  border: 0;
} 
}
.dark-mode .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item .faq-link{
  border: 1px solid var(--color-light);
}
.dark-mode .ishi-FAQ-section .tabwidth-faq .faq-tab .faq-tabs .faq-item .faq-link{
  color: var(--color-light);
}
.dark-mode .ishi-FAQ-section .faqs-block .faq-container .faq-tab-pane .right-title{
  color: var(--secondarytitle-color);
}
.dark-mode  .ishi-FAQ-section .faqs-block .accordion .faq-title{
color: var(--secondarytitle-color);
}
.dark-mode  .ishi-FAQ-section .faqs-block .accordion .accordion__content{
      color: var(--Description-color2);
}
.dark-mode  .ishi-FAQ-section .faqs-block .faq-container .panel{
    border-bottom: 1px solid var(--border-color2);
}
.dark-mode  .ishi-FAQ-section .ishi-collapse.ishi-collapsed .summary__title:after{
    color: var(--Description-color2);
}
.dark-mode  .ishi-FAQ-section .ishi-collapse .summary__title:after{
  color: var(--Description-color2);
}
.dark-mode .owl-theme .owl-dots .owl-dot.active{
  border:1px solid var(--button-bg-color2);

}
.dark-mode .owl-theme .owl-dots .owl-dot.active span{
  background:transparent !important;  
}
/* quickview-popup */
.dark-mode .product-popup-modal__content{
background-color:var(--bg-dark);
}
.dark-mode .product-popup-modal #qv-text-container #qv-productname{
color:var(--secondarytitle-color);
}

.dark-mode  .product-popup-modal #qv-text-container #qv-price{
  color:var(--secondarytitle-color);
}
.dark-mode  .product-popup-modal #qv-text-container #qv-variants .swatch-wrapper .option-label label, .product-popup-modal #qv-text-container #qv-variants .dropdown-wrapper .option-label label{
      color:var(--secondarytitle-color);
}
.dark-mode  .product-form__input label{
  color:var(--secondarytitle-color);
}
.dark-mode .quantity__button{
  color: var(--color-light);
}
.dark-mode  .product-form__input input[type='radio']:checked + label{
  background: transparent;
  border: 1px solid;
}
.dark-mode .product-popup-modal__toggle{
  background: transparent;
  box-shadow: none;
  border: 1px solid var(--border-color);
  color:var(--border-color);
}
/* .dark-mode  .product-popup-modal #qv-text-container &gt; div{
color:var(--secondarytitle-color);
} */
.dark-mode  .quickview-social .social-heading{
  color:var(--secondarytitle-color);
}
.dark-mode  .quickview-social .social-list li i, .dark-mode  .quickview-social .social-list li svg{
  color:var(--color-light);
}
.dark-mode .Quick-View-list .Quick-View .Quick-View-text .Quick-View-title{
  color:var(--color-secondary);
}
.dark-mode  .product-desc{
  color:var(--Description-color2);
}
/*aboutus-page  */
.dark-mode  p{
      color: var(--Description-color2);
}

.dark-mode .information-container .heading{
    color: var(--secondarytitle-color);
}
.dark-mode .information-container .subheading{
      color: var(--secondarytitle-color);
}
.dark-mode .reviewblock{
  background: var(--aboutbackground-color);
}
/*404-page  */
.dark-mode .empty-page .empty-page-content .home-title,
.dark-mode .empty-page .empty-page-content .sub-title{
      color: var(--secondarytitle-color);
}
.dark-mode .empty-page .contact-btn.btn{
 color:var(--button-text-hover-color2); 
  border:1px solid var(--button-text-hover-color2);
}  
.dark-mode .empty-page .contact-btn.btn:hover{
   border:1px solid  var(--button-bg-color2); 
}
.dark-mode  .empty-page .contact-btn.btn:before{
  background: var(--button-bg-color2) !important;

}
/* cart-page */
.dark-mode .cart-item__name{
  color:var(--secondarytitle-color);
}
.dark-mode  .product-option, .dark-mode  .product-price .cart-item__price-wrapper .price ,  .dark-mode .cart-item__price-wrapper .price{
  color:var(--secondarysubtitle-color);
}
.dark-mode .cart-item__image{
  border:1px solid var(--border-color2);
}
.dark-mode cart-remove-button .icon-remove{
color:var(--product-icon-hover-color);
}
.dark-mode .reassurance-block{
  border: 1px solid var(--border-color2);
}
.dark-mode  .reassurance-block .reassurance .reassurance-text .reassurance-title{
 color:var(--secondarytitle-color); 
}
.dark-mode  .reassurance-block .reassurance .reassurance-text .reassurance-desc{
  color:var(--secondarysubtitle-color);  
}
.dark-mode .totals__subtotal , .dark-mode .totals p{
 color:var(--color-secondary);       
}
.dark-mode .underlined-link{
 color:var(--secondarytitle-color);  
}
.dark-mode .cart__note label{
 color: var(--secondarytitle-color);
}
/*Recently Viewed  */
.dark-mode .recently-viewed-a{
  color:var(--secondarytitle-color);
}
/* collection-page */
.dark-mode .collection-product-count, .dark-mode .collection-filters__label , .dark-mode  #SortBy , .dark-mode  .filter-contet .filter-title{
  color:var(--secondarytitle-color);
}
.dark-mode .filter-overlay{
      background: rgba(255, 255, 255, 0.18);
}
.dark-mode  .filter-popup{
  background-color: var(--bg-dark);
  border:1px solid var(--border-color2);
}
.dark-mode .filter-popup #shopify-section-Ishi_sidebar .left-column .sidebar-title{
  color:var(--secondarytitle-color);
  border-bottom:1px solid var(--border-color2);
  background: transparent;
}
.dark-mode  .filter-popup #shopify-section-Ishi_sidebar .left-column{
border:0;
}
.dark-mode  .facets__summary &gt; span{
color:var(--secondarytitle-color);
}
.dark-mode  #shopify-section-Ishi_sidebar label{
  color:var(--secondarysubtitle-color);
}
.dark-mode  #shopify-section-Ishi_sidebar .left-column .sidebar-title{
  background:var(--aboutbackground-color);
  color: var(--secondarytitle-color);
}
.dark-mode  #shopify-section-Ishi_sidebar .left-column{
 background-color: var(--bg-dark);
  border:1px solid var(--border-color2);
}
.dark-mode .price-range-selected-slider{
background:#fff;
}
.dark-mode  .price-range-custom-slider input[type=range]::-webkit-slider-runnable-track {
 background: #232323;
}
.dark-mode .facets__summary{
color:var(--secondarytitle-color);
}
.dark-mode  .price-range-custom-slider input[type=range]::-webkit-slider-runnable-track {
background:#777;
}
.dark-mode  .price-range-custom-slider input[type=range]::-webkit-slider-thumb {
  background:var(--color-light);
}
.dark-mode  .data-price-range .field__input:not(:placeholder-shown){
color:var(--color-light)
}
.dark-mode  #FacetFiltersFormSidebar .facets__list .facets__item .facet-checkbox input[type=checkbox]:checked~ .filter-color{
  border: 1px solid var(--border-color2);
  box-shadow: none;
}
.dark-mode .size-swatch .facets__item [checked] + svg +svg + .size-box{
  border-color:var(--border-color2);
}
.dark-mode .facets__disclosure{
  border-bottom: 1px solid var(--border-color2);
}
.dark-mode  .data-price-range .field__input{
  border: 0 !important;
}
.dark-mode .filter-popup.normal-sidebar.sidebar_content .Close-filter{
  background:var(--bg-dark);
  box-shadow:none;
  border: 1px solid var(--border-color);
}
.dark-mode .filter-popup.normal-sidebar.sidebar_content .Close-filter svg{
 color: var(--border-color);
}
.dark-mode .pagination-block{
 background:var(--aboutbackground-color); 
}
.dark-mode .select .icon-caret, .customer select + svg{
color:#fff;
}
/* pagination  */
.dark-mode  .pagination__item--current{
  border-color: var(--button-bg-color2);
  background-color: var(--button-bg-color2);
  color: var(--button-text-color2);
}
/* notification-popup  */
.dark-mode #Ishi-notification-popup{
background:var(--bg-dark);
}
.dark-mode .Ishi-notification-popup button#close-popup svg{
color:var(--color-secondary);
}
.dark-mode  .Ishi-notification-popup span.Dummy_time , .dark-mode .Ishi-notification-popup span.verifiedtxt{
  color:var(--color-light);
}
.dark-mode .Ishi-notification-popup .thumbnail-buttons .btn-info svg{
  fill:var(--product-icon-hover-color);
}
.dark-mode .Ishi-notification-popup button#close-popup{
 background: var(--bg-secondary); 
}
/* cart-notifiaction-popup  */
.dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-prev i,  .dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-next i{
  border: 1px solid var(--color-light) !important;
  color:var(--color-light);
  border-radius:50%;
}
.dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-prev:hover i, .dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-next:hover i{
  color:var(--color-light)  !important;  
}
.dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-prev.disabled i, .dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-next.disabled i{
    color:var(--color-light)  !important; 
  opacity:0.5;
}
.dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-prev.disabled:hover i, .dark-mode .cart-colletion-slider .owl-theme .owl-nav .owl-next.disabled:hover i{
  color:var(--color-light)  !important; 
  opacity:0.5;
}
.dark-mode  .cart-notification-product__image{
border: 0.1rem solid var(--border-color2);  
}
.dark-mode .free-shipping-succes-eligible span p{
color:var(--color-free-shipping-indicator) !important;
}
/*menu-popup  */
.dark-mode #_desktop_top_menu #top-menu .sub-menu{
  background:var(--bg-dark);
}
.dark-mode  .top-menu.mainmenu-dropdown .sub-category&gt;a .inner-title{
  color:var(--secondarytitle-color);
  
}
.dark-mode .top-menu.mainmenu-dropdown li a{
  color:var(--secondarysubtitle-color);
}
.dark-mode .top-menu.mainmenu-dropdown .sub-category&gt;a:before{
     border-top: 1px solid var(--border-color2); 
}
.dark-mode  .top-menu.mainmenu-dropdown .main-title{
    color:var(--secondarytitle-color);
}
.dark-mode .top-menu.mainmenu-dropdown .nav-btn a{
      border-bottom: 1px solid var(--border-color2);
}
/* collection-filter */
.dark-mode .mobile-facets__open svg{
     fill: var(--button-text-color2); 
}
.dark-mode  .mobile-facets__header , .dark-mode  .mobile-facets__main , .dark-mode  .mobile-facets__footer , .dark-mode  .mobile-facets__inner{
  background-color:var(--bg-dark);
}
.dark-mode  .mobile-facets__header {
  border-bottom:1px solid var(--border-color2);
}
.dark-mode details.menu-opening .mobile-facets__close svg{
color:var(--color-light);
}
.dark-mode .mobile-facets__summary span , .dark-mode .mobile-facets__sort label , .dark-mode .mobile-facets__sort .select{
  color:var(--color-light);
}
.dark-mode .mobile-facets__sort .select__select{
   color:var(--color-light); 
}
.dark-mode .mobile-facets__sort .select option{
  color:#232323;
}
.dark-mode  .mobile-facets__submenu , .dark-mode .mobile-facets__label{
    background-color:var(--bg-dark);
}
.dark-mode  .mobile-facets__close-button , .dark-mode .mobile-facets__label {
   color:var(--color-light); 
}
.dark-mode  .mobile-facets__label &gt; input[type='checkbox']:checked ~ .icon-checkmark{
color:#232323;
}
.dark-mode .template-search .template-search__search form input{
  background:transparent;
}
/*search-result  */
.dark-mode .search-results{
background:var(--bg-dark);
border:1px solid var(--border-color2);
}
.dark-mode .search-results .title , .dark-mode .search-results .price{
  color:var(--color-light);
}

 .dark-mode .product-thumbnail-nav .prev-btn,
 .dark-mode .product-thumbnail-nav .next-btn{
    background: var(--button-bg-color2);
  }
  .dark-mode .product-thumbnail-nav i{
   color: var(--button-text-color2);
  }
.dark-mode .product__info-container #sold-out .notify-price #notify-me-wrapper .styled-input,
.dark-mode  .product__info-container #sold-out .notify-price #notify-me-wrapper .styled-input:focus{
  background: transparent;
  }
.dark-mode  .product__info-container #sold-out{
  border-top: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2);
  }
.dark-mode .cart-footer {
    border-top: 1px solid var(--border-color2);
}
.dark-mode  .newsletter-form svg{
fill:#232323;
}
.dark-mode  .newsletter-form .newsletter-form__button:hover svg{
  fill:#fff;
}
.dark-mode  .product-popup-modal #qv-text-container #qv-productdescription{
color:var(--Description-color2);
}
.dark-mode .product__media-list .owl-nav .owl-prev i, .dark-mode .product__media-list .owl-nav .owl-next i{
color:#fff;
}

.dark-mode .product-popup-modal #qv-text-container .more-description span{
color:var(--Description-color2);
}
.dark-mode .mobile-facets__footer .button--secondary:before{
background: transparent !important;
}
.dark-mode .cart-notification-product .cart-remove-js svg{
  fill:#fff;
  color:#fff;
}
.dark-mode input.spr-form-input, .dark-mode textarea.spr-form-input, .dark-mode .field__input, .dark-mode .select__select, .dark-mode .customer .field input, .dark-mode .customer select{
color:#eee;
}
.dark-mode .custom_size_chart_des .custom-text-right p{
  color:var(--Description-color2);
}
.dark-mode .custom_size_chart_des .custom-text-right p strong{
   color:var(--secondarytitle-color);
}
.dark-mode  .custom_size_chart_des .custom-text-right-table table tbody td{
 color:var(--secondarytitle-color); 
}
.dark-mode  #PopupModal-newsletter .newsletter-form.newsletter-form .field__label{
color:#666;
}
.dark-mode .newsletter-form.newsletter-form .newsletter-form__button:hover{
  background: transparent;
}
.dark-mode .newsletter-popup-modal__content .newsletter-form.newsletter-form .newsletter-form__button:hover{
  background: var(--button-bg-color2);
}
/************************  featured Product  *********************/
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
@media (max-width:543px){
    .Product-block .section-header {
      padding:0 15px;
    }
  .card--product .spr-badge{
      bottom:10px;
    }
}
  .card-information .card-information__wrapper{
    text-align:left;
  }
  
  .card-information .card-information__text{
    padding-right:0;
    color:  var(--title-color);
    text-decoration: none;
    font-weight:500;
    font-size: 18px;
    line-height: 17px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
  }
  @media (max-width:1400px){
    .card-information .card-information__text{
      font-size:16px;
    }
  }
  @media (max-width:1250px){
    .card-information .card-information__text{
       font-size: 15px; 
    }
  }
  .card-information .price {
    justify-content:left;
    line-height:20px;
    margin-top:10px;
  }
  @media (max-width:1400px){
  .card-information .price{
    margin-top:5px;
  }
  }
  @media (max-width:767px){
    .card-information .price{
      margin-top: 8px;
      font-size: 15px;
    }
  }
  @media (max-width:543px){
    .card-information .price{
      margin-top: 5px;
      font-size: 14px;
    }
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #232323;
    vertical-align: inherit;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
  }
  @media (max-width:1400px){
    .card-information .price{
      font-size:16px; 
    }
  }
  @media (max-width:1250px){
  .price--on-sale .price-item--regular, .price--on-sale, .price__regular .price-item--regular{
    font-size:14px;
    }
  }
  .price--on-sale .price-item--regular{
    color:#787878;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
    padding-left:5px;
  }
  .product-desc{
     display:none;
     color:#787878;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
  }
  .product-flags .sale 
  {
    position: absolute;
    top: 15px;
    color: var(--sale-text-color);
    left: 15px;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

  }
  .slideshow__item .product-flags .sale{
    font-size: 8px;
  }
 @media (max-width:767px){
.featured-product-section.slider-product .card-wrapper .bottom-infromation{
   display: block;
  text-align: center;
   }
 .featured-product-section.slider-product .card-wrapper .bottom-infromation .variants-swatch{
      margin-top: 5px; 
     margin-bottom:1px;
  }
   .featured-product-section.slider-product .card-wrapper .bottom-infromation  .price{
   margin-top: 5px;
  justify-content: center;
   }
 }
/* .product-flags-labels.low-stock-label .low-stock,
.product-flags-labels.on-sale-label .sale,
.product-flags-labels.sold-out-label .outstock-overlay.outstock-text{
    display: block;
} */
/* .product-flags .sale,
.outstock-overlay.outstock-text{
  display: none;
} */
  @media (max-width: 543px) {
      .product-flags .sale {
      left: 9px;
      top: 9px;
      font-size: 7px;
     padding: 5px 7px;
      }
  }
  .outstock-overlay ,  .low-stock{
    position: absolute;
    background:var(--soldout-bg-color);
    text-align: center;
    padding: 7px 12px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    top: 15px;
    right: 15px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
  .low-stock{
  color: var(--lowstock-text-color);
  background: var(--lowstock-bg-color);
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  
 } 
 
 @media (max-width: 767px) {
    .outstock-overlay , .low-stock{
       display:none
    }
 }
  @media (min-width: 768px) {
    .outstock-overlay , .low-stock {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
  @media (max-width:1199px) and (min-width:992px){
.featured-product-section .card-wrapper .bottom-infromation{
  display: block;
      text-align: center;
}
.featured-product-section  .emblem span{
    width: 50px;
    height: 50px;
   font-size: 6px;
}
.featured-product-section  .emblem {
  top: 15px;
    left: 15px;
}
.featured-product-section  .card-information .price{
  margin-top: 5px;
  justify-content: center;
}
.featured-product-section .variants-swatch{
  margin-top: 5px;
}
}

 .template-404 .card-wrapper:hover .outstock-overlay,
.template-cart .card-wrapper:hover .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
}
  .spr-badge{
   line-height:1.2;
  }
  .spr-badge .spr-starrating{
   margin: 0px;
  }
  .spr-badge .spr-badge-caption{
    display:none;
  }
 .spr-badge i {
    opacity: 1!important;
    height: unset;
    width: unset;
    top: 0;
    font-style: normal;
    margin: 0 1px;
}
  .spr-badge i.spr-icon-star:before,.spr-badge i.spr-icon-star-half-alt:before{
    display:none;
  }
 .spr-badge i.spr-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #959595;
   font-size: 16px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 .spr-badge i.spr-icon-star-empty:before {
   display: none ! important;
}

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 16px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #FEC42D;
   font-size: 16px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
   position: absolute;
   left: auto;
   right: 20px;
   top: 20px;
}
 .thumbnail-buttons .btn-info{
   width: 42px;
   height: 42px;
   box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
   position: relative;
   border: 0;
   background-color: var(--product-btn-bg-color);
   padding: 0;
   display: block;
     cursor: pointer;
     /* border-radius: 50%; */
   margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
   line-height: 0px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
  .thumbnail-buttons .wishlist{
     -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
     -ms-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
  }
  
  .thumbnail-buttons .cart-btn {
    -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
     -ms-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
    
  }
  
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .thumbnail-buttons .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .cart-btn.loading svg{
     opacity:0;
  }
  .thumbnail-buttons .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 42px;
     height: 42px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 42px;
  height: 42px;
    display: flex;
     /* border-radius: 50%; */
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
   .thumbnail-buttons .btn-info {
     opacity: 0;
     -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
     -ms-transform: translateX(100px);
     -o-transform: translateX(100px);
     transform: translateX(100px);
  }
}
 .thumbnail-buttons .btn-info svg {
   fill: var(--product-icon-color);
   width: 24px;
   height: 24px;
     -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
     -ms-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
}
.thumbnail-buttons .btn-info.wishlist svg{
    width: 22px;
    height: 22px;
}
  .thumbnail-buttons .btn-info span {
  display:none;
} 
 .thumbnail-buttons .btn-info:hover{
   background-color: var(--product-btn-bg-hover-color) !important;
}
 .thumbnail-buttons .btn-info:hover svg {
   fill: var(--product-icon-hover-color);
}
.product-popup-modal__button{
  padding-right:0;
}
 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  } 
  .card-wrapper:hover .outstock-overlay ,
   .card-wrapper:hover .low-stock  {
         opacity: 0;
     -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
     -ms-transform: translateX(100px);
     -o-transform: translateX(100px);
     transform: translateX(100px);
  }
 }
  
.card-wrapper .bottom-infromation {
    display: flex;
    justify-content: space-between;
}
  @media (max-width:543px){
  .card-wrapper .bottom-infromation{
    display:block;
    text-align:center;
  }
  }
  
  @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:14px;
    }
    .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
      font-size: 14px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width:30px;
      height:30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 23px;
      height:23px;
    }
    .thumbnail-buttons .btn-info svg {
      width:18px;
      height:18px;
    }
    .thumbnail-buttons .btn-info.wishlist svg{
     width:18px;
      height:18px; 
    }
    .thumbnail-buttons{
      right: 10px;
      top: 10px;
    }
  }
  .soldouttext {
    position: absolute;
    color: #232323;
  font-size: 15px;
    top:15px;
    left:15px;
  animation: textRotation 8s linear infinite;
    
  }
  @keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

.soldouttext span {
  position: absolute;
    left: 60%;
    top: 60%;
    transform-origin: 0 45px;
}
.circle{
    position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product-block .collection .grid__item{
  padding-bottom:0px;
}
.template-collection .list__item .card-wrapper .bottom-infromation,
.template-search .list__item .card-wrapper .bottom-infromation{
  display:block;
}
@media (max-width:767px){
  .template-collection .list__item .card-wrapper .bottom-infromation, .template-search .list__item .card-wrapper .bottom-infromation{
        text-align: center;
  }
  .template-collection .list__item .card-information .product-desc, .template-search .list__item .card-information .product-desc{
     text-align: center;
  }
  .template-collection .list__item  .card-information .price , .template-search  .list__item  .card-information .price{
        justify-content: center;
  }
}
.list__item .card-wrapper .variants-swatch{
margin-top:10px;
}
@media (max-width:1400px){
.featured-product-section.slider-product .slider__slide{
padding:0 10px;
}
}

  /***********seach-tag*****************/
.suggestion-tags {
    text-align: left;
    padding-top: 10px;
}
svg.icon-search-1 {
    width:15px;
    height: 20px;
    padding: 2px;
    transform: rotate(-90deg);
}
.suggestion-tags span{
  font-size: 12px;           
}
.suggestion-tags a {
    display: flex;
    align-items: center;
    gap: 2px;
    text-transform: capitalize;
    color: #232323;
    background: #d0d0d077;
    padding: 3px;
    padding-right: 4px;
}
.suggestion-tags ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    margin: 0 0 10px;
}
@media (max-width:405px){
.suggestion-tags ul li{
 padding: 0 1px;
}
}
  /***********color-swath*****************/
.variants-swatch .color-box{
    width:24px;
    height:24px;
    border-radius: 50%;
    display:block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.variants-swatch .color_swatch{
  display:inline-block;
  vertical-align:middle;
}
.variants-swatch .color_swatch .swatch-label{
  display: block;
    border-radius: 50%;
     position: relative;
   letter-spacing: 0;
    width: 30px;
    height:30px;
    margin: 0 auto;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    box-sizing: border-box;
    transition: .5s;
}
.variants-swatch .color_swatch .swatch-label:hover{
   border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label.active{
  border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label .tool-tip{
  position: absolute;
    bottom: calc(100% + 8px);
    background: black;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
      transition: .5s;
}
.variants-swatch .color_swatch .swatch-label .tool-tip:before{
      bottom: -9px;
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent;
    left: calc(50% - 5px);
}
.variants-swatch .color_swatch .swatch-label:hover .tool-tip{
    opacity: 1;
    visibility: visible;
}
.variants-swatch.show--more .group-swatch {
    display: inline!important;
}

  .variants-swatch .number-showmore{
    width: auto;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    background: none;
    border: none;
  }
@media (max-width: 991px) {
  .variants-swatch .color-box{
    width:22px;
    height:22px;
  }
  .variants-swatch .color_swatch .swatch-label{
    width: 28px;
    height:28px;
    padding: 2px;
  }
    .variants-swatch .number-showmore{
      line-height: 20px;
      height: 20px;
    }
}
.group-swatch {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}
.variants-swatch .item-swatch-more {
  display: inline-block;
  vertical-align: middle;
}
.variants-swatch .swatch-minus,
.variants-swatch.show--more .swatch-plus{
  display: none;
}
.variants-swatch.show--more .swatch-minus {
  display: inline-block;
}
@media (max-width:543px){
.variants-swatch{
    margin-top: 5px;
    text-align: center;
}
 .card-information .price{
     justify-content: center;
 } 
  .card-information .card-information__text{
        text-align: center;
  }
}

 

  

/*************************************** Header.css *****************************/
 #header .nav-header {
  background: var(--bg-primary);
    color: var(--color-primary);
      font-size: 14px;
      position: relative;
      letter-spacing: 0.5px;
      }


 #header .nav-header .offer-block .offer-background {
  width: 100%;
  display: block;
  position: relative;
  padding: 5px 0;
  text-align: center;
  border-radius: 30px;
  z-index: 1;
}
 #header .nav-header .offer-block .offer-background .offer-inner {
  width: 15%;
  margin: 0 auto;
}
@media (max-width:1600px){
#header .nav-header .offer-block .offer-background .offer-inner{
    width: 20%;     
 }
}
@media(max-width:1199px){
  #header .nav-header .offer-block .offer-background .offer-inner{
    width: 25%;     
 }
}
@media (max-width: 991px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width: 35%;
  }
}
@media (max-width: 767px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width:45%;
  }
}
@media (max-width: 505px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width:50%;
  }
}
@media (max-width: 455px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width:55%;
  }
}
@media (max-width: 416px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width:65%;
  }
}
@media (max-width: 356px) {
   #header .nav-header .offer-block .offer-background .offer-inner {
    width:74%;
  }
}
@media (min-width:1200px){
.template-product #header .nav-header .offer-block .offer-background .offer-inner{
  width:20%;
}
  }
@media (max-width:1199px) and (min-width:992px){
  .template-product #header .nav-header .offer-block .offer-background .offer-inner{
        width: 25%;
    }
}

 #header .nav-header .offer-block .offer-background .offer-inner .ishiofferblock-container .heading {
  font-size: 14px;
  font-weight:400;
  line-height: 20px;
  text-transform: unset;
  letter-spacing: 0;
  padding: 5px 0;
   display: inline-block;
   text-transform: uppercase;
   text-align:center;
  color: var(--color-primary);
    }

 #header .nav-header  .owl-theme .owl-nav .owl-prev , #header .nav-header .owl-theme .owl-nav .owl-next{
   padding:0;
   background-color: transparent !important;
   position:absolute;
   top: 47%;
   transform: translateY(-50%);
   height: auto;
   width: auto;
   border:0;
 }

  #header .nav-header  .owl-theme .owl-nav .owl-prev {
  left: -50px;

  }
   #header .nav-header .owl-theme .owl-nav .owl-next{
     right:-50px;
   
 }
   
@media (max-width:370px){
    #header .nav-header  .owl-theme .owl-nav .owl-prev {
  left: -40px;

  }
   #header .nav-header .owl-theme .owl-nav .owl-next{
     right:-40px;
   
 }    
}
#header .nav-header .owl-theme .owl-nav svg{
  fill:var(--color-primary);
}
 #header .nav-header  .owl-theme .owl-nav{
       margin-top: 0;
 }


 #header .nav-header .header-block {
  padding: 10px 0;      
  position: relative;
}


#header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width:992px){
.header-top-height{
min-height:74px;
}
}
#header .header-top {
  position: relative;
  text-align: center;
  z-index:2;
  padding:20px 0;
}
.template-product #header .header-top{
  border-bottom:1px solid var(--border-color);
}

@media (min-width: 992px) {
  #header .header-top&gt;.page-width&gt;.row {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991px) {
  #header .header-top {
    overflow: hidden;
    padding: 6px 0;
    z-index: unset;
  }
}

#header .desktop-user-info {
  text-align: left;
  position: relative;
}

@media (max-width: 991px) {
  #header .desktop-user-info {
    text-align: center;
    width: 100%;
  }
}

#header .desktop-user-info .user_info,
#header .desktop-user-info .checkout,
#header .desktop-user-info .wishlist,
#header .desktop-user-info .contact {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #header .desktop-user-info .user_info,
  #header .desktop-user-info .checkout,
  #header .desktop-user-info .wishlist,
  #header .desktop-user-info .contact {
    padding: 6px 8px;
  }
}

@media (max-width: 767px) {
  #header .desktop-user-info .user_info,
  #header .desktop-user-info .checkout,
  #header .desktop-user-info .wishlist,
  #header .desktop-user-info .contact {
    padding: 4px 6px;
  }
}

#header .desktop-user-info .user_info a,
#header .desktop-user-info .checkout a,
#header .desktop-user-info .wishlist a,
#header .desktop-user-info .contact a {
  color: var(--header-icon-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #header .desktop-user-info .user_info a,
  #header .desktop-user-info .checkout a,
  #header .desktop-user-info .wishlist a,
  #header .desktop-user-info .contact a {
    color: #fff;
  }
}

#header .desktop-user-info .user_info a:hover,
#header .desktop-user-info .checkout a:hover,
#header .desktop-user-info .wishlist a:hover,
#header .desktop-user-info .contact a:hover {
  color: var(--header-icon-hover-color);
}

#header .desktop-user-info div {
  position: relative;
}

#header .desktop-user-info div:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 14px;
  background: var(--header-icon-modify-color);
  width: 1px;
  height: 16px;
}

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
    background: rgba(255, 255, 255, 0.6);
  }
}

@media (max-width: 767px) {
  #header .desktop-user-info div:after {
    top: 8px;
  }
}

@media (min-width: 544px) and (max-width: 991px) {
  #header .desktop-user-info div:last-child {
    padding-right: 0;
  }
}

#header .desktop-user-info div:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  #header .desktop-user-info div:first-child {
    padding-left: 0;
  }
}

#header .header-logo-section {
  position: relative;
  text-align: left;
}

#header .header-logo-section .header__logo {
  margin: 0;
}

#header .header-logo-section .header__logo a {
  display: inline-block;
}

#header .header-logo-section .header__logo a.site-header__logo-link {
  color: var(--header-icon-color);
  font-weight: 400;
  font-size: 18px;
}

#header .header-logo-section.logo-left {
  text-align: left;
}

@media (max-width: 991px) {
  #header .header-logo-section.logo-left {
    text-align: center;
  }
}

#_desktop_search,
#_mobile_search {
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align:middle;
}



#_desktop_search .search-toggle,
#_mobile_search .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#_desktop_search .search-toggle{
   width: 25px;
  height:25px;
}
#_desktop_search .search-toggle svg,
#_mobile_search .search-toggle svg {
  width: 40px;
  height: 40px;
  fill: var(--color-darkr);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#_desktop_search .search-toggle svg{
    width: 25px;
  height:25px; 
  fill:none;
  stroke:var(--color-dark);
}
@media (max-width: 991px) {
  #_desktop_search .search-toggle svg,
  #_mobile_search .search-toggle svg {
    fill: var(--color-dark);
  }
}

/* @media (min-width: 992px) {
  #_desktop_search .search-toggle:hover svg,
  #_mobile_search .search-toggle:hover svg {
    fill: var(--header-icon-hover-color);
  }
} */

#_desktop_search .search-info,
#_mobile_search .search-info {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 99;
}

@media (max-width: 991px) {
  #_desktop_search .search-info,
  #_mobile_search .search-info {
    left: 0;
    right: auto;
  }
}

#_desktop_search .search-info form,
#_mobile_search .search-info form {
  width: 100%;
  max-width: 400px;
}

#_desktop_search .search-info form .search-tag,
#_mobile_search .search-info form .search-tag {
  display: none;
}

#_desktop_search .search-info .search__input,
#_mobile_search .search-info .search__input {
  min-width: 280px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  height: 40px;
  padding: 5px 15px;
  padding-right: 40px;
  margin: 0;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #777;
}

@media (max-width: 375px) {
  #_desktop_search .search-info .search__input,
  #_mobile_search .search-info .search__input {
    min-width: 240px;
  }
}

#_desktop_search .search-info .search__input:hover+.btn--link,
#_mobile_search .search-info .search__input:hover+.btn--link {
  opacity: 1;
}

#_desktop_search .search-info .search__input::-moz-placeholder,
#_mobile_search .search-info .search__input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

#_desktop_search .search-info .search__input::-webkit-input-placeholder,
#_mobile_search .search-info .search__input::-webkit-input-placeholder {
  color: #232323;
  opacity: 1;
}

#_desktop_search .search-info .search__input:focus,
#_mobile_search .search-info .search__input:focus {
  background: #fff;
}

#_desktop_search .search-info .search-header__submit,
#_mobile_search .search-info .search-header__submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  height: 40px;
  width: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  line-height: 35px;
  text-align: center;
  padding: 0;
  cursor:pointer;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#_desktop_search .search-info .search-header__submit:place-holder,
#_mobile_search .search-info .search-header__submit:place-holder {
  opacity: 1;
}

#_desktop_search .search-info .search-header__submit.btn--link:hover,
#_mobile_search .search-info .search-header__submit.btn--link:hover,
#_desktop_search .search-info .search-header__submit.btn--link:focus,
#_mobile_search .search-info .search-header__submit.btn--link:focus {
  opacity: 1;
}

#_desktop_search .search-info .search-header__submit .icon__fallback-text,
#_mobile_search .search-info .search-header__submit .icon__fallback-text {
  display: none;
  color: #fff;
  position: unset !important;
  height: 35px;
  width: auto;
  line-height: 32px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 543px) {
  #_desktop_search .search-info .search-header__submit .icon__fallback-text,
  #_mobile_search .search-info .search-header__submit .icon__fallback-text {
    /* If media is below 544 */
    font-size: 14px;
  }
}

#_desktop_search .search-info .search-header__submit .search-logo,
#_mobile_search .search-info .search-header__submit .search-logo {
  display: block;
}

#_desktop_search .search-info .search-header__submit .search-logo i,
#_mobile_search .search-info .search-header__submit .search-logo i {
  color: #222;
}

#_desktop_search .search-info .search-header__submit .search-logo:hover i,
#_mobile_search .search-info .search-header__submit .search-logo:hover i {
  color: var(--brand-secondary);
}

#_desktop_search .search-info .search-results li a img,
#_mobile_search .search-info .search-results li a img {
  border: 1px solid #e9e9e9;
}

#_desktop_search .search-info .search-results li a .price,
#_mobile_search .search-info .search-results li a .price {
  padding-top: 0;
}

/*full-width search  */
#_desktop_searchbar.search-background,
#_mobile_searchbar.search-background{
    width: 100%;
    position: absolute !important;
    height:0;
    left: 0;
    right: 0;
    top:0;

}

#_desktop_searchbar.search-background .search-header__input,
#_mobile_searchbar.search-background .search-header__input{
    width: 100%;
    border: 1px solid #232323;
    border-radius: 0;
    height: 45px;
    padding: 5px 15px;
    padding-right: 40px;
    margin: 0;
    background: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #777;

}
#_desktop_searchbar.search-background .search-header__submit,
#_mobile_searchbar.search-background  .search-header__submit{
  position: absolute;
    right:3px;
    top: 0;
    border: none;
    background: transparent;
    height: 46px;
    width: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #232323;
    /* line-height: 40px; */
    text-align: center;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index: 11;
}
#_desktop_searchbar.search-background .search-header__submit svg,
#_mobile_searchbar.search-background  .search-header__submit svg{
    width:21px;
    height:21px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    stroke:var(--color-dark);
    
}
#_desktop_searchbar.search-background  .toggle-dropdown,
#_mobile_searchbar.search-background  .toggle-dropdown{
  transform: unset;
  background-color:var(--bg-light);
    padding:21px 15px;
}
@media (max-width:991px){
  #_desktop_searchbar.search-background  .toggle-dropdown,
#_mobile_searchbar.search-background  .toggle-dropdown{
  padding:8px 10px;
}
}
.search-background  .toggle-dropdown.active{
      animation: animateMenuOpen .2s ease;
}
#_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
  width:50%;
  margin: auto;
}
@media (max-width:1600px){
  #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:60%;
  }
}
@media (max-width:1199px){
   #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:70%;
  }
}
@media (max-width:767px){
  #_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
      width: 90%;
}
}
@media (max-width:543px){
    #_desktop_searchbar.search-background  .input-width,
    #_mobile_searchbar.search-background  .input-width
{
  margin-left:0;
  }
}
#_desktop_searchbar.search-background  .close,
#_mobile_searchbar.search-background  .close{
    bottom: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    font-size: 29px;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
    color: #232323;
    float: left;
    position: absolute;
    padding-left: 15px;
    cursor: pointer;
 
}
@media (max-width:543px){
   #_mobile_searchbar.search-background .close{
       padding:0 0 0 5px;
   }
}
#_desktop_searchbar.search-background .search-header
{
    width: 75%;
    margin: auto;
}

@media (max-width:1250px){
#_desktop_searchbar.search-background .search-header{
        width: 80%;
  }
}
@media (max-width:1199px){
  #_desktop_searchbar.search-background .search-header{
      width:90%;
  }
}
  #_mobile_searchbar.search-background .search-header{
    width:90%;
    margin: auto;
  }
@media (max-width:767px){
  #_mobile_searchbar.search-background .search-header{
        width: 80%;
     
  }
}
@media (max-width:543px){
  #_mobile_searchbar.search-background .search-header{
        width: 100%;
     
  }
}
@media(max-width:991px){
  #search-container-full{
      z-index: 9;
    position: relative;
  }
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-overlay{
  content: "";
  background: rgba(0,0,0,.5);
  position: absolute;
  opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}
@media (max-width:991px){
  .search-overlay{
        z-index: 9;
  }
}
.search-overlay.active{
  opacity: 1;
  visibility: visible;
}
body.active-popup {
    overflow: hidden;
}

#_mobile_user_info {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#_desktop_user_info,
#_mobile_user_info {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#user-notification{
    background-color: var(--bg-light);
    border: 1px solid #e9e9e9;
    padding: 35px 50px;
    position: absolute;
    top:70px;
    right: 10px;
    left: auto;
    text-align: left;
    width: 530px;
    z-index: 99;
    border-radius: 10px;
    height: 534px;
    overflow: hidden;
    overflow-y: auto;
   
}
#user-notification::-webkit-scrollbar{
display:none;
}
@media (max-width:1500px){
#user-notification{
  width:500px;
  }
}

@media (max-width:991px){
#user-notification{
top:50px;
}
}
@media (max-width:767px){
  #user-notification{
    width: 500px;
    height: 500px;
    overflow-y: scroll;
    padding: 35px 50px;
   }
}
@media (max-width: 543px) {
#user-notification{
    width: 430px;
    top: 9rem;
    right: 0;
    left: 0;
    margin: auto;
  }
}
  @media (max-width: 480px) {
  #user-notification{
      width: 400px;
      padding: 35px 30px;
    }
  }
   @media (max-width: 400px) {
   #user-notification{
    width: 320px;
    padding: 35px 15px;
    }
  }
  @media (max-width:350px){
    #user-notification{
      width: 300px;
      }
  }
.toggle-dropdown{
   right: 0;
   visibility: hidden;
   opacity: 0;
   transform: scale(0);
   transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
   will-change: transform;
 }
.toggle-dropdown.active{
    visibility: visible;
    opacity: 1;
    transition: opacity .4s cubic-bezier(0, 1, .4, 1),transform .4s cubic-bezier(.18, 1.25, .4, 1),visibility .4s linear;
    transform: scale(1);
 }
  .usertoggle-dropdown{
   right: 0;
   visibility: hidden;
   opacity: 0;
   transform: scale(0);
   transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
   will-change: transform;
  }
 .usertoggle-dropdown.active{
    visibility: visible;
    opacity: 1;
    transition: opacity .4s cubic-bezier(0, 1, .4, 1),transform .4s cubic-bezier(.18, 1.25, .4, 1),visibility .4s linear;
    transform: scale(1);
 } 
  .ishi-panel-data{
    visibility: hidden;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1),visibility .5s cubic-bezier(.23, 1, .32, 1);
    width:100%;
    position:absolute;
    top: 0;
    left: 0;
    background:#fff;
  }
   .ishi-panel-data-slide{
    top: 0;
    left: 0;
    transform: translateX(100%);
  }
  .ishi-panel-data-default{
     transform: translateX(-100%);
  }
  .ishi-panel-data.active{
     transform: translateX(0);
     visibility: visible;
     position:unset;
  }
 

 #user-notification .customer.login{
   max-width: 100%; 
   padding: 0;
   box-shadow: none;
   margin-bottom: 0;
} 

 #user-notification .customer.login h2{
  margin-top:0;
}

 #user-notification .customer.login .forgot{
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
       border-bottom: 1px solid;
    line-height: 20px;
   text-transform: uppercase;
}
/* @media (max-width:543px){
#user-notification .customer.login .forgot{
      float: unset;
}
} */
 #user-notification .customer.login p{
  margin-bottom:0;
   color:var(--Description-color1);
  font-size:15px;
  letter-spacing: 0;
  cursor: pointer;
   display: inline-block;
    border-bottom: 1px solid;
}
@media (max-width:543px){
  #user-notification .customer.login p{
    margin-top:10px;
  }
}
@media (max-width:543px){
#user-notification .customer.login p{
  font-size:14px;
}
}
#user-notification .customer.login p.panel-desc{
border-bottom:0;
margin-top:0;
}
 #user-notification .customer.login form, #user-notification .customer.login form{
  margin-top:0px;
}
 #user-notification .customer.login .btn, #user-notification .customer.login .btn{
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
  
}

 #user-notification .customer.login #create_customer .btn{
      margin-top: 20px;
  }
#user-notification .customer.login button{
    margin: 15px 0 0;
    display: block;
    width: 100%;
  }
   #user-notification .customer.login .field input{
    padding:10px;
    height: 4.6rem;
  }
  /* #user-notification .customer .field label{
        top: 1.3rem;
  } */
#user-notification  .customer .field input:focus ~ label{
  top: 0.3em;
}
  #user-notification .customer.login .field input:-webkit-autofill,
 #user-notification .customer.login .field input:focus,
 #user-notification .customer.login .field input:not(:placeholder-shown),
#user-notification .customer.login .field input:-webkit-autofill
   {
    padding: 1.7rem 1.5rem 0.8rem;
  }
   /* #user-notification .customer.login .field label{
    top: 1rem;
  } */
  #ishi-recover-panel .field{
    margin-top:1.5rem !important;
  }
   #user-notification .customer.login .field input:-webkit-autofill~label,
   #user-notification .customer.login .field input:focus~label,
   # #user-notification .customer.login .field input:not(:placeholder-shown)~label
  {
    top: 0.2rem;
  }
#user-notification .customer.login .field{
 margin:0;
  }

 .userinfo-title {
  cursor: pointer;
  display:block;
}

.userinfo-title .userinfo-toggle {
  display: inline-block;
  vertical-align: middle;
}

 .userinfo-title .userinfo-toggle svg, #_mobile_user_info .userinfo-title .userinfo-toggle svg {
  fill: var(--color-dark);
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding:0;
}
 #_desktop_user_info  .userinfo-title .userinfo-toggle svg{
   width: 25px;
  height: 25px;
  margin: 0 12px;
}
#user-notification .panel-title{
  font-size:28px;
  margin-bottom: 15px;
}
@media (max-width:543px){
#user-notification .panel-title{
  font-size:25px; 
  }
}
/* @media (min-width: 992px) {
  #_desktop_user_info:hover .userinfo-title .userinfo-toggle svg,
  #_mobile_user_info:hover .userinfo-title .userinfo-toggle svg {
    fill: var(--header-icon-hover-color);
  }
} */
@media (max-width: 991px) {
   .userinfo-title .userinfo-toggle svg,
  #_mobile_user_info .userinfo-title .userinfo-toggle svg {
    fill: #232323;
  }
}
#user-notification label.input-label{
  text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
      margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
@media (max-width:543px){
  #user-notification label.input-label{
   margin-bottom: 1rem;
    margin-top: 1rem; 
  }
}
#_desktop_userinfo .close-btn ,#_mobile_userinfo .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    height: 42px;
    width: 42px;
    display: flex;
    line-height: 42px;
    box-shadow: 0px 1px 4px 2px #959da545;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width:543px){
  #_desktop_userinfo .close-btn, #_mobile_userinfo .close-btn{
  top: 15px;
  right: 15px;
  height: 35px;
  width: 35px;
  line-height: 35PX;
  }
}
#_desktop_userinfo .close-btn svg, #_mobile_userinfo .close-btn svg{
      color: #232323;
}
#header .user-overlay{
  content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top:0;
    left: 0;
    right: 0;
    height: 100vh;
}

#header .user-overlay.active{
opacity: 1;
    visibility: visible;
}


/*cart  */
#_desktop_cart,
#_mobile_cart {
  position: relative;
  display: inline-block;
  vertical-align:middle;
}


#_desktop_cart .cart-display .cart-logo,
#_mobile_cart .cart-display .cart-logo {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
      cursor: pointer;
}

#_desktop_cart .cart-display .cart-logo svg,
#_mobile_cart .cart-display .cart-logo svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#_desktop_cart .cart-display .cart-logo svg{
   width: 25px;
  height: 25px;
  fill:none;
  stroke:var(--color-dark);
}

@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-logo svg,
  #_mobile_cart .cart-display .cart-logo svg {
    stroke:var(--color-dark);
  }
}
  /* @media (min-width: 992px) {
  #_desktop_cart .cart-display .cart-logo:hover svg,
  #_mobile_cart .cart-display .cart-logo:hover svg {
    fill: var(--header-icon-hover-color);
  }
} */
#_desktop_cart .cart-display .cart-count-bubble:empty,
#_mobile_cart .cart-display .cart-count-bubble:empty{
  display: none;
}

#_desktop_cart .cart-display .cart-count-bubble,
#_mobile_cart .cart-display .cart-count-bubble {
  background-color: var(--button-bg-color);
  border-radius: 50%;
  color: var(--button-text-color);
  font-size:9px;
  font-weight: 400;
  height: 15px;
  left: auto;
  position: absolute;
  right:0px;
  text-align: center;
  top: 0px;
  bottom:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  line-height: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-count-bubble,
  #_mobile_cart .cart-display .cart-count-bubble {
    border-radius: 50%;
    top: 4px;
    right: 6px;
    width: 14px;
    line-height: 14px;
    height: 14px;
  }
}
.header-right {
  text-align: right;
}

/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99 !important;
  right: 0;
  padding: 0;
  background:var(--bg-light);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
#header .header-top.fixed-header {
    padding: 15px 0;
}
.horizontal-megamenu {
  position:unset;
}
  .wrapper-nav{
     min-height:50px;
  } 
.navfullwidth{
  position:relative;
  background:var(--menu-bg-color);
}
  
#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

#_desktop_top_menu #top-menu .sub-menu {
  position: absolute;
  top: 70%;
  left: 0;
  right:0;
  padding: 30px;
  background: #fff;
  border: none;
  width: auto;
  z-index: 18;
  overflow: hidden;
  border-radius: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  -moz-transform: translateY(60px);
}


#_desktop_top_menu #top-menu&gt;li:hover:hover .sub-menu {
  top: 100%;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#_desktop_top_menu #top-menu .sub-menu.spacesmall {
  padding: 15px;
}
@media (min-width: 992px) {
   #_desktop_top_menu #top-menu .sub-menu.col-1 {
    width: 160px;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-2 {
    width: 430px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-3 {
    width: 690px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-4 {
    width: 920px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-5{
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #_desktop_top_menu #top-menu .sub-menu.col-5{
    padding:15px;
    width: 95%;
  }
}
#_desktop_top_menu #top-menu&gt;li.menularge .sub-menu {
    top: 72px!important;
}
.fixed-header #_desktop_top_menu #top-menu&gt;li.menularge .sub-menu{
   top: 60px!important;
}
#top-menu h3 {
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 500;
}

@media (max-width: 1400px) {
  #top-menu h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu h3 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  #top-menu h3 {
    font-size: 15px;
    font-weight: 400;
  }
}

#top-menu&gt;li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#top-menu&gt;li:last-child .dropdown-item:after {
  display: none;
}

@media (max-width: 991px) {
  #top-menu&gt;li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--border-color);
  }
  #top-menu&gt;li:last-child {
    border-bottom: none;
  }
}

#top-menu&gt;li .dropdown-item {
  white-space: normal;
}

#top-menu&gt;li&gt;a {
  display: block;
  padding:15px 10px;
  position: relative;
}

@media (max-width: 991px) {
  #top-menu&gt;li&gt;a {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu&gt;li&gt;a {
    padding: 15px 6px;
  }
}

#top-menu&gt;li&gt;a .title {
  color: var(--color-dark);
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--font-body-family);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width:1199px){
#top-menu&gt;li&gt;a .title{
  font-size: 14px;
}
}
@media (max-width: 991px) {
  #top-menu&gt;li&gt;a .title {
    /* If media is below 992 */
    float: left;
    color: #232323;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
  }
}

#top-menu&gt;li.menularge {
  position:unset;
}

@media (max-width: 991px) {
  #top-menu&gt;li.menularge{
    position:relative;
  }
}

#top-menu&gt;li&gt;a i {
  display: none;
}

#top-menu&gt;li&gt;a span {
  background: #f00 none repeat scroll 0 0;
  border-radius: 2px;
  font-family: var(--font-body-family);
  font-size: 8px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 8px;
  right:-13px;
  z-index: 0;
}

@media (max-width: 1199px) {
  #top-menu&gt;li&gt;a span {
    right: -7px;
    top: 3px;
  }
}

@media (max-width: 991px) {
  #top-menu&gt;li&gt;a span {
    display: none;
  }
}

@media (max-width: 991px) {
  #top-menu&gt;li&gt;a span {
    /* If media is below 992 */
    padding: 0 3px;
    top: 0px;
    float: right;
    left: auto;
    right: 0;
    position: relative;
    margin: 0 6px;
  }
}

#top-menu&gt;li&gt;a span.new {
  background: #666 none repeat scroll 0 0;
}


@media (min-width: 992px) {
  #top-menu&gt;li&gt;a span.new:before {
    border-top: 5px solid #666;
  }
}

#top-menu&gt;li&gt;a span.sale {
  background: #7fbc1e none repeat scroll 0 0;
}


@media (min-width: 992px) {
  #top-menu&gt;li&gt;a span.sale:before {
    border-top: 5px solid #7fbc1e;
  }
}

@media (min-width: 992px) {
  #top-menu&gt;li&gt;a span:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-width: 0px;
    border-right-width: 6px;
    border-top: 5px solid #f00;
    -moz-transform: scale(0.9999);
  }
}

/* @media (min-width: 992px) {
  #top-menu&gt;li&gt;a:hover .title {
    color: var(--menu-text-hover-color);
  }
} */

.top-menu.mainmenu-dropdown {
  overflow: hidden;
  position:relative;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.col-2 .top-menu.mainmenu-dropdown {
   grid-template-columns: repeat(2,1fr);
}
.col-3 .top-menu.mainmenu-dropdown {
   grid-template-columns: repeat(3,1fr);
}
.col-4 .top-menu.mainmenu-dropdown {
   grid-template-columns: repeat(4,1fr);
}
.col-5 .top-menu.mainmenu-dropdown {
   grid-template-columns: repeat(5,1fr);
}
@media (max-width: 1199px) {
  .col-5 .top-menu.mainmenu-dropdown{
    grid-column-gap: 15px;
  }
}
@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown {
      display: block;
  }
}
.col-1 .top-menu.mainmenu-dropdown {
   display:block;
}

.top-menu.mainmenu-dropdown .sub-category {
  text-align: left;
}

@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown .sub-category {
    /* If media is below 992 */
    padding: 10px 0;
  }
}

.top-menu.mainmenu-dropdown .sub-category&gt;a {
  padding-bottom: 4px;
  margin-bottom: 17px;
  position: relative;
}

.top-menu.mainmenu-dropdown .sub-category&gt;a:before {
  border-top: 1px solid #ddd;
  bottom: -7px;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
}

@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown .sub-category&gt;a:before {
    /* If media is below 992 */
    display: none;
  }
}

.top-menu.mainmenu-dropdown .sub-category&gt;a .inner-title {
  color: #232323;
}

.top-menu.mainmenu-dropdown .sub-category&gt;a h3 {
  color: var(--brand-secondary);
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown .sub-category&gt;a h3 {
    /* If media is above 991 */
    font-size: 15px;
  }
}

.top-menu.mainmenu-dropdown .sub-category ul .category:last-child a {
  padding-bottom: 0;
}

.top-menu.mainmenu-dropdown li a {
  font-family: var(--font-body-family);
  padding-bottom: 8px;
  font-size: 14px;
  display: block;
  color: #666;
  font-weight: 400;
}

@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown li a {
    color: #232323;
  }
  .dark-mode .top-menu.mainmenu-dropdown li a {
    color: var(--color-light);
  }
}

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown li a:hover {
    color: #232323;
  }
}

.top-menu .collapse {
  display: inherit;
}

.top-menu .popover {
  max-width: inherit;
}

.top-menu.mainmenu-dropdown .sub-category.img-container a {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align:center;
}
.top-menu.mainmenu-dropdown .sub-category.img-container a:before {
  display:none;
}

.sub-menu .img-container {
  clear: both;
}

@media (max-width: 991px) {
  .sub-menu .img-container {
    /* If media is below 992 */
    display: none;
  }
}
.top-menu.mainmenu-dropdown .main-title{
  margin-top:10px;
  letter-spacing:2px;
  color:#666;
  font-weight: 500;
  font-size: 16px;
  text-align:center;
}
.top-menu.mainmenu-dropdown .nav-btn{
      text-align: center;
      margin-top:0px;
}
.top-menu.mainmenu-dropdown .nav-btn a{
 display: inline-block;
    border-bottom: 1px solid #333;
  font-weight:400;
}
.grid__item--Ishi_megamenu .card-wrapper{
    width: 140px;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: inherit;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
    color: #666 !important;
  }
  
  
#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: var(--bg-light);
  z-index: 9999;
  overflow-y: auto;
  overflow-x: auto;
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  padding: 15px 15px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#mobile_top_menu_wrapper #top_menu_closer svg {
  width:18px;
  height:18px;
  color:var(--color-dark);
}

#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 0 15px;
}

#mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #333;
}

.dark-mode #mobile_top_menu_wrapper .top-menu .navbar-toggler{
  color: var(--color-light);
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler i {
  font-size: 24px;
}

#mobile_top_menu_wrapper .top-menu a {
  padding: 0;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  box-shadow: none;
  z-index: inherit;
  position: static;
  overflow: hidden;
  margin-left: 0;
  width: 100%;
  min-width: 100%;
  border: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
  display: block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  margin: 0;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul&gt;li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul&gt;li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 10px 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a {
  display: inline-block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category a {
  font-size: 14px;
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
}

#_mobile_top_menu #top-menu .sub-menu.col-1 .top-menu.mainmenu-dropdown {
  padding:0;
}

#_mobile_top_menu #top-menu .sub-menu.col-1 .top-menu.mainmenu-dropdown .sub-category.panel {
  padding:0;
}

.mobile-menu-overlay {
  background-color: rgba(0, 0, 0, .5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 200ms, visibility 0ms 200ms;
  visibility: hidden;
  width: 100%;
  z-index: 9998;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-navmenu{
  min-height: 60px;
}


@media (max-width: 991px) {
  .mobile-width {
    padding:10px 0;
    border-bottom:1px solid var(--border-color);
    position:relative;
  }
}
@media (max-width: 991px) {
  .template-index .mobile-width{
     border:none;
  }
}
.mobile-width .mobile-width-left {
  width: 30%;
    padding:0 5px;
    display: flex;
    align-items: center;
}

.mobile-width .mobile-width-left #menu-icon {
  cursor: pointer;
}

.mobile-width .mobile-width-left #menu-icon svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill:var(--color-dark);
}

.mobile-width #_mobile_logo {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding: 0 5px;
}


.mobile-width .mobile-width-right {
     width: 30%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.mobile-width .page-width&gt;.row {
  display: flex;
  align-items: center;
}


 

/******************************** Footer.css *******************************/
  
  

.footer.footerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.footer.footer-color {
  background-color:var(--bg-light);
 
}
 .footer .darkmodelogo{
 display:none;
 margin: auto;
}
 .footer .lightmodelogo{
 display:block;
  margin: auto;
}
.footer .theme-logo{
    padding: 25px 15px;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    text-align: center;
}
.template.index .footer .theme-logo{
 border-top:0; 
}
@media (min-width:1751px){
  .footer__content-top{
    max-width: 1750px;
  }
}
@media (max-width:1750px){
.footer__content-top{
      max-width:1600px;
  }
}
@media (max-width:1600px){
  .footer__content-top{
      max-width:1400px;
  }
}
@media (max-width:1400px){
  .footer__content-top{
      max-width:1200px;
  }
}
@media screen and (max-width: 991px) {
  .footer .grid {
    display: block;
    margin-left: 0;
  }
  .footer-block.grid__item {
    padding: 0;
    margin: 0 0 0.5rem;
    width: 100%;
    overflow:hidden;
  }

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}

.footer__content-top {
  padding-bottom: 3rem;
  padding-top: 4rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .footer__content-top {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .footer__content-top .grid {
    margin-left: -3rem;
    row-gap: 6rem;
    margin-bottom: 0;
  }

  .footer__content-top .grid__item {
    padding-left: 3rem;
  }
}


.footer-block:empty {
  display: none;
}

.footer-block--newsletter {
  margin-bottom: 25px;
}


@media screen and (min-width: 992px) {
  .footer-block {
    display: block;
    margin-top: 0;
  }
  .footer-block--newsletter {
    margin-bottom:0;
  }
}
@media screen and (max-width: 991px) {
.footer-block--newsletter, .store-infomation {
    text-align:center !important;
  }
}


.footer .newsletter-form{
  max-width:90%;
  margin-left: 0;
  position:relative;
}
@media (max-width:1500px){
  .footer .newsletter-form  {
     max-width:100%;
  }
}
@media (max-width:991px){
 .footer .newsletter-form{
    max-width: 70%;
    margin: auto; 
   margin:auto;
  }
}
@media (max-width:767px){
 .footer .newsletter-form{
    margin: auto; 
  }
}
@media (max-width:430px){
.footer .newsletter-form{
  max-width: 100%;
}
}
.footer .newsletter-desc{
  margin-bottom: 20px;
  color: var(--Description-color1);
}
@media (max-width:543px){
  .footer .newsletter-desc{
    margin-bottom: 15px;
  }
}
.newsletter-form .field input{
 background:var(--bg-light);
 padding-right:75px;
height:40px;
}
 .footer .newsletter-form .field input{
  background:transparent;  
 }
/* @media (max-width:1499px){
  .newsletter-form .field input{
        padding-right: 110px;
  }
}
@media (max-width:1199px){
  .newsletter-form .field input{
   padding-right: 60px;
  }
} */
@media (max-width:991px){
  .newsletter-form .field input{
        padding-right:90px;
  }
}
/* @media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 75px;
  }
} */
.newsletter-form .newsletter-form__button{
    height: 40px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
    padding: 13px 10px;
    z-index:1;
}
@media(max-width:1499px){
  .newsletter-form .newsletter-form__button{
      padding: 13px 15px;
  }
  .newsletter-form .newsletter-form__button span{
    font-size: 10px;
  }
}
 .newsletter-form  svg{
     fill: #fff;
    width: 40px;
    height: 40px;
  transtion:0.5s;

 }
 .newsletter-form .newsletter-form__button:hover svg{
    fill: #232323; 
 }
@media (max-width:991px){
  /* .newsletter-form .newsletter-form__button{
     padding: 13px 20px;
  } */
  .newsletter-form .newsletter-form__button span{
    font-size: 14px;
  }
}
.footer .field__label{
top: 1rem;
}
.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:500;
  color:var(--title-color);

}

@media screen and (min-width: 992px) {
  .footer-block__heading {
      display:block;
     margin-bottom: 1.5rem;
  }
}
@media (min-width:1200px){
    .footer-block__heading{
        font-size: 1.8rem; 
    }
}
@media (max-width:1199px){
 .footer-block__heading{
        font-size: 1.7rem; 
    } 
}
@media (max-width:991px){
 .footer-block__heading{
        font-size: 1.6rem; 
    } 
}
@media screen and (max-width: 991px) {
    .footer-block__heading {
      float:left;
    }
}
@media (max-width:991px){
  .mobile-heading{
   font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px; 
  }
}
.footer-title{
 overflow:hidden;
 width:100%;
}
.navbar-toggler{
    float: right;
    margin: 4px;
  display:flex;
}
.footer .navbar-toggler svg{
  color:var(--footer-heading-color);
}
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}

.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: var(--subtitle-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-block__details-content .list-menu__item--link:hover,
.copyright__content a:hover {
  color:  var(--footer-text-hover-color);
    }



.footer-block__details-content.list-unstyled li{
  line-height:26px;
  margin-bottom:5px;
}

@media screen and (min-width: 992px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.4rem;
  }
  .footer-block__details-content.list-unstyled{
    margin-top:-7px;
  }
  .footer-block__details-content &gt; :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}


.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
}
@media (max-width:1751px){
.footer-bottom .page-width{
  max-width: 1750px;
}
}
@media (max-width:1750px){
 .footer-bottom .page-width{
  max-width:1600px;
} 
}
@media (max-width:1600px){
 .footer-bottom .page-width{
  max-width:1400px;
} 
}
@media (max-width:1400px){
 .footer-bottom .page-width{
  max-width:1200px;
} 
}
.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

.copyright__content a {
  color: currentColor;
  text-decoration: none;
}
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0;
  padding-left: 0;
}

@media screen and (min-width: 992px) {
  .list-payment {
    justify-content: flex-end;
    padding-top: 0;
  }
}

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0;
  margin:0 2px;
}

 @media (min-width: 992px) {
.footer-bottom .page-width .row {
     display: flex;
     align-items: center;
  }
}
.footer-bottom .footer-left {
   text-align: left;
}
.footer-bottom .footer-left.center{
  text-align: center;
}
 @media (max-width: 991px) {
   .footer-bottom .footer-left {
     text-align: center;
  }
}
.footer-left .footer__copyright {
   padding: 4px 0;
     font-size: 14px;
   color: var(--Description-color1);
}
 @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
     padding: 0 0 7px 0;
  }
}
.footer-bottom .footer-right {
   text-align: right;
}
.footer-bottom .footer-right.center .list-payment{
  justify-content: center;
} 
 @media (max-width: 991px) {
   .footer-bottom .footer-right {
     text-align: center;
  }
}
.footer-bottom .footer-right .payment-icons {
   cursor: default;
}
 @media (max-width: 991px) {
.footer-bottom .footer-right .payment-icons {
     overflow: hidden;
     padding: 4px 0;
  }
}

.footer-bottom .footer-right .payment-icons .list-payment__item svg{
   width: 38px;
   height: 24px;
}
.footer-bottom .footer-right .payment-icons .list-payment__item .logo-bar__image {
   width: 38px;
   height: 24px;
   padding: 0;
   margin: 2px;
   box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.footer-bottom .footer-right .payment-icons .list-payment__item img {
   cursor: pointer;
   transition: all 0.25s;
   max-width: 100%;
}


.footer .store-infomation img{
  margin-bottom:20px;
}

.footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
  color:var(--Description-color1);
  clear:both;
}


.footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer .contact-info .contact-info-inner ul i {
   height: 45px;
   width: 45px;
   border-radius: 50%;
   line-height: 45px;
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   background: var(--bg-primary);
   color: var(--color-primary);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   padding-left: 10px;
   width: 80%;
}
 @media (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content {
     width: 75%;
  }
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .content {
     display: inline-block;
     padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
     padding-left: 10px;
  }
}
 .footer .contact-info .contact-info-inner ul .content .title {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   color: var(--footer-heading-color);
   margin-bottom: 5px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
  }
}
 .footer .contact-info .contact-info-inner ul .content a, .footer .contact-info .contact-info-inner ul .content p {
   font-size: 14px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin-bottom: 0px;
}
.footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
   margin-bottom: 20px;
   text-align: left;
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:hover i {
   background: var(--button-bg-hover-color);
   color: var(--button-text-hover-color);
}
 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 21px;
}
 @media (min-width: 992px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
 text-align: center; 
  margin: 0 5px 5px 0;
 transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer .footer-social ul li a{
    background-color: transparent !important;
    margin: 0;
      margin-right: 17px;
}
.list-social li a i, .list-social li a svg{
  color:var(--color-dark);
}


.footer-social ul li a i,.footer-social ul li a svg{
   font-size: 16px;
 transition: all 0.3s ease-in-out;
}

.list-social li a{
    transition: all .3s ease-in-out;
    transform: translateY(0);
}
.list-social li a:hover i  {
  transform: translateY(-3px);
}
.list-social li a:hover svg {
 transform: translateY(-3px);
}
.vertical-follows .footer-social{
  margin:0;
}
.vertical-follows .footer-social ul li{
  display:block;
  margin-bottom:10px;
}
.vertical-follows .footer-social ul li:last-child{
 margin-bottom:0;
}
.vertical-follows .footer-social ul li a{
  justify-content: left;
  width:auto;
  height:auto;
  border-radius:unset;
  background:transparent;
  margin:0;
  text-align:left;
}
.vertical-follows .footer-social ul li a i,.vertical-follows .footer-social ul li a svg{
   color:var(--footer-text-color);
   width: 16px;
   margin-right: 10px;
}
.vertical-follows .footer-social ul li a span{
   color:var(--footer-text-color);
     display:block;
}
.vertical-follows .footer-social ul li:hover a i,.vertical-follows .footer-social ul li:hover a svg,.vertical-follows .footer-social ul li:hover a span{
  color:var(--footer-text-hover-color);
}
.store-infotitle{
  font-size: 18px;
  font-weight: 500;
}
/* ----------- Section CSS -------------- */

/*================ ishislider ================*/
/* @media(max-width:991px){
.ishi-slider-section .slideshow-block .owl-stage-outer .owl-stage:first-child .owl-item  .slideshow__link .mobile-page-width-topcenter .slider-content .desc{
  display: none;
}
.ishi-slider-section .slideshow-block .owl-stage-outer .owl-stage:first-child .owl-item  .slideshow__link .mobile-page-width-topcenter .slider-content .slider_btn a{
  display: none;
}
  } */
  @media(max-width:767px){
.ishi-slider-section .slideshow-block .owl-stage-outer .owl-stage:first-child .owl-item  .slideshow__link .mobile-page-width-topcenter .slider-content .desc{
  display: none;
}
.ishi-slider-section .slideshow-block .owl-stage-outer .owl-stage:first-child .owl-item  .slideshow__link .mobile-page-width-topcenter .slider-content .slider_btn a{
  display: block;
}
  }
.ishislider {
  position: relative;
  z-index: 0;
}
 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 46%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color:var(--button-bg-color) !important;
   border:1px solid var(--button-bg-color);
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--button-text-color);
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 40%;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover {
   background-color: var(--button-bg-hover-color) !important;
   box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
   border:1px solid var(--button-text-color);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
    line-height: 30px;
    height: 30px;
    width: 39px;
}

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent !important;
   border: 1px solid var(--button-bg-color) !important;
   /* margin: 0 3px; */
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
.ishislider .ishislideshow-carousel .slideshow__link .image-wrapper {
    width: 100%;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
@media (max-width:1500px){
  .ishislider .ishislideshow-carousel .page-width{
    max-width:1300px;
  }
}
.ishislider .ishislideshow-carousel .page-width-center , .ishislider .ishislideshow-carousel .page-width-right , .ishislider .ishislideshow-carousel .page-width-left
{
    top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;

}
@media (max-width:991px){
.ishislider .ishislideshow-carousel  .mobile-page-width-center , .ishislider .ishislideshow-carousel  .mobile-page-width-left , .ishislider .ishislideshow-carousel  .mobile-page-width-right {
   top: 0;
    bottom: 0;
    height: fit-content;
    margin: auto;
}
}
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 34px;
   text-transform: unset;
   line-height: 34px;
   margin-bottom: 20px;
   letter-spacing: 0.8px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 28px;
     line-height: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 11px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 55px;
    text-transform: unset;
    line-height: 65px;
    margin-bottom: 20px;
    letter-spacing: .7px;
    font-weight: 600;
    font-family: var(--font-body-family);
}
 @media (max-width:1500px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 45px;
    line-height: 50px;
  }
}
 @media (max-width:1350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 44px;
    line-height: 50px;
  }
}
 /* @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 48px;
     line-height: 54px;
     margin-bottom: 20px;
  }
} */
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 38px;
     line-height: 44px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 26px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 30px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom:30px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 35px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
.ishislider .ishislideshow-carousel .slider-content .slider-btn{
  border: 1px solid var(--bg-primary);
}
  .ishislider .ishislideshow-carousel .slider-content .slider-btn:hover{
    color: var(--button-text-color);
    border:1px solid var(--button-text-color);
  }
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 6px 10px;
     line-height:18px;
  }
}
@media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 7px 10px;
     line-height:16px;
  }
}
 .ishislider .ishislideshow-carousel .owl-item.active .sub-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.7s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .main-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.6s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .desc {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.5s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.4s;
}

.ishislider .ishislideshow-carousel.owl-loaded+.ishislideshow-space{
  display:none;
}
.ishislideshow-space .slideshow__item{
    display: flex;
    align-items: center;
    justify-content: center;
}
audio,canvas,progress,video{
  display:block;
  width: 100%;
  object-fit: cover;
}
.ishislideshow-carousel video {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  background:#eee;
    object-fit: cover;
}
.video-div1{
        display: block;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
}
.colletion-slider{
  position: absolute;
  right: 5%;
  top: 22%;
}
@media (max-width:1450px){
  .colletion-slider .card-information .card-information__wrapper{
    text-align:center;
  }
   .colletion-slider  .card-wrapper .bottom-infromation{
         display: block;
   }
  .ishislideshow-carousel .colletion-slider .card-information .price{
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
@media (max-width:1220px){
  .colletion-slider{
      top: 17%;
  }
}
@media (max-width:1300px){
.colletion-slider{
  width:20%;
}
}
@media (max-width:1199px){
.colletion-slider{
    width:22%;
}
}
@media (max-width:991px){
.colletion-slider{
    bottom: 5rem;
    top: auto;
    left: 0;
    right: 0 !important;
    margin: 0 auto;
    width:35%;
}
}
@media (max-width:700px){
.colletion-slider{
width:40%;
}
}
@media (max-width:640px){
.colletion-slider{
width:50%;
}
}
.ishislideshow-carousel .colletion-slider .owl-nav{
  display:none;
}
.ishislideshow-carousel .colletion-slider .owl-dots{
  display:none;
}
.ishislideshow-carousel .colletion-slider .card-wrapper .card-product img{
height:auto;
}
.ishislideshow-carousel .colletion-slider .product-media-carousel{
  border-radius:10px;
}
.ishislideshow-carousel .colletion-slider .card--product .spr-badge{
  z-index: 9;
}
.ishislideshow-carousel .colletion-slider .thumbnail-buttons{
  z-index: 9;
}
.ishislideshow-carousel .colletion-slider .card-information .card-information__text,
.ishislideshow-carousel .colletion-slider .price--on-sale .price-item--regular{
  color:#fff;
  font-size:15px;
}
@media (max-width:991px){
  .ishislideshow-carousel .colletion-slider .price--on-sale .price-item--regular{
 color:#787878; 
  }
}
.ishislideshow-carousel .colletion-slider .price--on-sale{
    font-size:15px;
}
.ishislideshow-carousel .colletion-slider  .card-information .price{
      margin-top: 8px;
      
}
@media (max-width:1450px){
.ishislideshow-carousel .colletion-slider .card-information .price{
 margin-top:4px;
}
}
@media (max-width:1500px){
.ishislideshow-carousel .low-stock{
  padding: 6px 9px; 
  font-size: 8px;
  top: 10px;
  right: 10px;
}
}
@media (max-width:1500px){
.ishislideshow-carousel .thumbnail-buttons .btn-info svg{
  width: 19px;
  height: 19px;
}
.ishislideshow-carousel  quickview-opener.product-popup-modal__opener.no-js-hidden.btn-info.quick-view {
    width: 30px;
    height: 30px;
} 
.ishislideshow-carousel .thumbnail-buttons .btn-info{
    width: 30px;
    height: 30px;
}
 .ishislideshow-carousel  .thumbnail-buttons  .btn-info.wishlist svg{
   width: 17px;
    height: 17px;
 }
 .ishislideshow-carousel  .thumbnail-buttons .wishlist .loader-btn{
   width: 30px;
    height: 30px;
 }
 .ishislideshow-carousel  .thumbnail-buttons{
 right: 14px;
    top: 14px;
 }
}
.ishislideshow-carousel  .price--on-sale .price-item--regular, .ishislideshow-carousel  .price--on-sale, .ishislideshow-carousel  .price__regular .price-item--regular{
color:#fff;
}
@media (max-width:991px){
 .ishislideshow-carousel  .price--on-sale .price-item--regular, .ishislideshow-carousel  .price--on-sale, .ishislideshow-carousel  .price__regular .price-item--regular{
color:#232323;
} 
}
.ishislideshow-carousel .colletion-slider  .variants-swatch .color_swatch .swatch-label:hover, .ishislideshow-carousel .colletion-slider  .variants-swatch .color_swatch .swatch-label.active{
      border: 1px solid #fff;
}
.ishislideshow-carousel .colletion-slider  .variants-swatch .color_swatch .swatch-label .tool-tip{
  z-index:9;
}
.ishislideshow-carousel .videocontent svg{
      width: 100vw;
    height: auto;
}
.ishislideshow-carousel .desktop-slider{
  height:80vh;
}
@media (max-width:1450px){
.ishislideshow-carousel .desktop-slider{
    height:75vh;
  }
}
@media (max-width:1360px){
.ishislideshow-carousel .desktop-slider{
    height:70vh;
  }
}
@media (max-width:1270px){
.ishislideshow-carousel .desktop-slider{
    height:67vh;
  }
}

@media (max-width:1220px){
.ishislideshow-carousel .desktop-slider{
    height:60vh;
  }
}
/* @media (max-width:991px)
{
.ishislideshow-carousel .desktop-slider{
    height: 49vh;
}
} */
  @media (max-width:1250px){
    .slideshow__item  .low-stock, .slideshow__item .product-flags .sale , .slideshow__item  .outstock-overlay{
      padding: 6px 7px;
      font-size: 7px;
  }
  }
@media (max-width:991px){
    .slideshow__item  .low-stock, .slideshow__item .product-flags .sale , .slideshow__item  .outstock-overlay{
     display:none;
  }
}
@media (max-width:991px){
 .ishislideshow-carousel.owl-carousel .owl-item img{
     height: 500px;
    object-fit: cover;
       object-position: top;
 }
}
 .ishislideshow-carousel.owl-theme .owl-dots .owl-dot.active{
 border:0;
 }
 @media (max-width:991px){
.slideshow__item .card-information, .slideshow__item .card-product 
   {
padding:0;
}
   .slideshow__item .card-information{
   padding-left:10px;
   }
 .slideshow__item  .variants-swatch{
   display:none;
 }

 .ishislideshow-carousel  .mobile-review{
   display:none;
 }
   .ishislideshow-carousel .colletion-slider .card-information .card-information__text{
   color:var(--title-color);
   }
   .ishislideshow-carousel .price--on-sale{
      color:var(--title-color);
   }
   .ishislideshow-carousel  .card-wrapper{
  
    background:var(--bg-light);
    overflow: hidden;
    padding: 10px;
   } 
   
.ishislideshow-carousel quickview-opener.product-popup-modal__opener.no-js-hidden.btn-info.quick-view{
    width: auto;
    height:auto;
    background: transparent;
    box-shadow: none;
}
@media (max-width:991px){
.ishislideshow-carousel quickview-opener.product-popup-modal__opener.no-js-hidden.btn-info.quick-view{
      margin-bottom: 5px;
}
}   
  .ishislideshow-carousel  .thumbnail-buttons .btn-info{
    width: auto;
    height:auto;
    background: transparent;
    box-shadow: none;
  }
   .ishislideshow-carousel .thumbnail-buttons{
    right: 4px;
    top: 4px;
   }
  .ishislideshow-carousel .thumbnail-buttons .btn-info svg , .ishislideshow-carousel .thumbnail-buttons .btn-info.wishlist svg{
    width: 18px;
   height: 18px;

   }
    .ishislideshow-carousel .thumbnail-buttons .wishlist .loader-btn{
    width: auto;
    height: auto;
    background: transparent;
  }
}

@media (max-width:543px){
.ishislideshow-carousel .card-information .card-information__text{
text-align: left;
}
.ishislideshow-carousel .card-information .price{
      justify-content: left;
  }
}
@media (max-width:500px){
.colletion-slider{
    width: 60%;
}
}
@media (max-width:420px){
.colletion-slider{
    width: 70%;
}
}
@media (max-width:350px){
.colletion-slider{
    width: 90%;
}
}
@media (max-width:1100px){
.slideshow__item .variants-swatch .color_swatch{
  display:none;
}
 
}
@media (max-width:1100px) and (min-width:992px){
 .slideshow__item  .card-wrapper .bottom-infromation{
        justify-content: center;
  }
}
@media (max-width:991px){
.colletion-slider .card-wrapper .bottom-infromation{
   text-align: left;
}
  .ishislideshow-carousel .colletion-slider .card-information .price{
       justify-content: left;
  }
}
@media (max-width:991px){
.slideshow__item  .card-content{
  display: flex;
    align-items: center;
}
  .slideshow__item .card-information{
    margin-top:0;
  }
}
/************************************** Featured Product css ********************************/

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active{
  display:block;
  opacity: 1;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
  margin: 0 3px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 5px;
      margin-bottom: 20px;
  }
}
@media(max-width: 350px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
    margin: 0 2px 20px;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:#f5f5f5;
  color:#232323;
  min-width: 120px;
  display: block;
  padding: 9px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @media (max-width: 543px) {
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     background: transparent;
     color: #232323;
     padding: 0;
     min-width: 80px;
     font-weight: 400;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
    color: var(--brand-secondary);
      background:transparent;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}

.card-information{
margin-top:15px;
}
@media (max-width:543px){
  .card-information{
    margin-top:10px;
  }
}
 .card-information__wrapper{
  text-align:left;
}

 .product-sold-out{
   opacity:0.5;  
 }
/*================ brandlogo ================*/


.manufacture-block .manufacture-carousel {
  text-align: center;
}

.manufacture-block .manufacture-carousel .logo-bar__item svg{
  width: 130px;
}

.manufacture-block .manufacture-carousel .logo-bar__item {
  cursor: pointer;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}
.manufacture-block .manufacture-carousel .logo-bar__item img {
  max-width:100%;
  width:auto;
  margin: 0 auto;
}
.manufacture-block .manufacture-carousel .logo-bar__item:hover {
   -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.manufacture-block .owl-theme .owl-nav {
  margin-top: 15px;
}


/*******************************  language and currency ************************************/

.localization-selector.link {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .5px;
  color: var(--header-icon-color);
}
@media (max-width: 991px) {
  .localization-selector.link {
    color:#232323;
    font-size: 16px;
  }
}
localization-form{
      padding: 6px 0;
    display: inline-block;
}

.localization-form .no-js-hidden:after{display:none;}
.localization-form .disclosure:after{
  top:8px !important;
}

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
}
.dark-mode{
     background-color:var(--bg-dark);    
    
}
#header .switch {
    position: relative;
    display: inline-block;
      vertical-align: middle;
  margin-left: 8px;
    width: 50px;
    height: 29px;
}
@media (max-width:991px){
  #header .switch{
   margin-left:0px;  
  }
}
#header .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

#header .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 34px;
}

#header .slider:before {
  position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color:#232323;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  border: 1.5px solid #eee;
}
#header .tool-tip,
#header .tool-tip2{
    position: absolute;
    bottom: calc(100% + -1px);
    background: #232323;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.dark-mode #header .tool-tip,
.dark-mode #header .tool-tip2{
  background: #fff;
  color: #232323;
}
.dark-mode #header .tool-tip:before,
.dark-mode #header .tool-tip2:before{
  border-color: #fff transparent transparent;
}
#header .tool-tip:before,
#header .tool-tip2:before {
    bottom: -9px;
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: #232323 transparent transparent;
    left: calc(50% - 5px);
}


#header #_desktop_mode:hover .tool-tip{
opacity: 1;
    visibility: visible;
}

.template-index.dark-mode #header #_desktop_mode .tool-tip{
  opacity: 0;
  visibility: hidden;
}

#header #_desktop_mode:hover .tool-tip2{
  opacity: 1;
 visibility: visible;
}

.template-index.dark-mode #header #_desktop_mode:hover .tool-tip2{
  opacity: 1;
  visibility: visible;
}

.template-index #header #_desktop_mode .tool-tip2{
    opacity: 0;
  visibility: hidden;
}




 

#header input:checked + .slider {
    background-color: var(--bg-secondary);
}

#header input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
#header label{
  margin-bottom:0;
}

/**************product-slider*******************/
.Product-block .owl-nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}
.Product-block .ishi-featured-product-tab .owl-nav  .owl-prev{
  position: absolute;
  left:20px;
  right: auto;
  opacity:0;
  color:1px solid var(--bg-primary);
}
@media (max-width:543px){
  .Product-block .ishi-featured-product-tab .owl-nav .owl-prev{
    left:20px;
  }
}
 .Product-block .ishi-featured-product-tab .owl-nav  .owl-next{
   position: absolute;
      right: 70px;
    left: auto;
   opacity:0;
    color:1px solid var(--bg-primary);
 }
 .Product-block  .ishi-featured-product-tab:hover .owl-nav  .owl-prev{
  opacity:1;
 }
  .Product-block  .ishi-featured-product-tab:hover .owl-nav  .owl-next{
  opacity:1;
 }
.Product-block .collection {
    overflow: hidden;
}
 .Product-block .ishi-featured-product-tab {
    margin-left: 30px;
    margin-right: -50px;
}
@media (max-width:543px){
  .Product-block .ishi-featured-product-tab{
    margin-left: 15px;
  }
   .Product-block .collection .grid__item{
     padding:0;
     margin-bottom: 5px;
   }
}
.Product-block .ishi-featured-product-tab .owl-nav .owl-prev.disabled{
  opacity:0;
}
.Product-block .ishi-featured-product-tab .owl-nav .owl-next.disabled{
  opacity:0;
}
.circles {
    position: relative;
   display: flex;
    justify-content: center;
    align-items: center;
}

.emblem {
  display:flex;
    margin: 0 auto;
  width:60px;
    height: 60px;
  border-radius: 50%;
    color:  #232323;
  animation: spinZ 20s linear infinite;
  text-align: center;
    position: absolute;
    top: 30px;
    left: 30px;
}
 .emblem span {
position: absolute;
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size:8px;
    text-transform: uppercase;
    transition: all .5s cubic-bezier(0,0,0,1);
  }
@media (max-width:543px){
  .emblem span{
  font-size: 6px;
  opacity:0;
  }
  .emblem{
    width: 42px;
    height: 42px;
    top: 15px;
    left: 15px;
  }
}
@media (max-width:543px){
.Product-block .ishi-featured-product-tab .owl-nav .owl-prev,
 .Product-block .ishi-featured-product-tab .owl-nav .owl-next {
  display:none;
  }
}
@keyframes spinZ {
    0% {
        transform: rotateZ(360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

/******************** product *********************/
@media screen and (min-width: 992px){
.bannerwithslider .bannercontent{
    display: flex;
    align-items: center;
}
}
.bannerwithslider .product-right.backgroundimage{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  border: 1px solid #eee !important;
  border-left: 0 !important;
}
@media (max-width:991px){
  .bannerwithslider .product-right.backgroundimage{
     border-left:1px solid #eee !important;
  }
}
.bannerwithslider .image-left img{
   max-width:100%;
}
.bannerwithslider .image-left{
    display: block;
}


.bannerwithslider .productdot {
      width:22px;
    height:22px;
    background: transparent;
    border-radius: 50%;
position: absolute;
    cursor: pointer;
 -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
/* .bannerwithslider .productdotinner{
background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
} */
.bannerwithslider .ripple-effect .productdotinner:after{
    content: "+";
    position: absolute;
    top:49%;
    left:49%;
    transform: translate(-50%, -50%);
     border-radius: 100%;
    z-index: 0;
    text-align: center;
    color: #232323;
    background: #fff;
    width: 22px;
    height: 22px;
      line-height: 22px;
    transition: .5s;

   }
   @media (max-width:543px){
  .bannerwithslider .ripple-effect .productdotinner:after{
    top: 49%;
    left: 49%;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
   }
.bannerwithslider .ripple-effect.active .productdotinner:after{
   background:var(--bg-primary);
    color:var(--color-primary);
}
.bannerwithslider .ripple-effect:after ,  .bannerwithslider .ripple-effect:before {
        content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all 0.4s ease-in-out;
  }
.bannerwithslider .ripple-effect:after {
          -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
    }
  @keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}  
.bannerwithslider .image-left img{
  width:100%;
  max-width:100%;
}


@media (max-width: 991px){
  .bannerwithslider .image-left{
    text-align: center;
  

  }
}
.bannerwithslider .image-left{
  padding-right:0;
  padding-left:0;
}
@media (max-width:991px){
  .bannerwithslider .image-left{
  margin-bottom: 30px;
  }
}
.bannerwithslider .product-right {
  padding-left:0;
  padding-right:0;
}

.bannerwithslider .card-wrapper:hover:before{
  box-shadow:none;
}
.bannerwithslider .product-right .grid__item{
  padding: 0 70px;
}
@media (max-width:1300px){
  .bannerwithslider .product-right .grid__item{
     padding: 0 60px; 
  }
}
@media (max-width:1199px){
  .bannerwithslider .product-right .grid__item{
     padding: 0 30px; 
  }
}
@media (max-width:991px){
.bannerwithslider .product-right .grid__item{
    padding: 0px 15rem;
}
}
@media (max-width:767px){
.bannerwithslider .product-right .grid__item{
    padding: 0px 10rem;
}
}
@media (max-width:543px){
  .bannerwithslider .product-right .grid__item{
    padding: 0px 7rem;
  }
}
@media (max-width:430px){
  .bannerwithslider .product-right .grid__item{
    padding: 0px 5rem;
  }
}
@media (min-width:544px){
  .bannerwithslider .owl-nav .owl-prev,
.bannerwithslider .owl-nav .owl-next{
  display:none;
}
}
.bannerwithslider .owl-nav .owl-prev,
.bannerwithslider .owl-nav .owl-next{
    position: absolute;
    top: auto;
    left: 10%;
    bottom: 60%;
}
  
.bannerwithslider .owl-nav .owl-next{
    right: 10%;
    left: auto;
}
@media (max-width:500px){
.bannerwithslider .owl-nav .owl-prev
{
    left: 11%;
}
.bannerwithslider .owl-nav .owl-next{
right: 11%;
}  
}
@media (max-width:470px){
.bannerwithslider .owl-nav .owl-prev
{
  left: 12%;
}
.bannerwithslider .owl-nav .owl-next{
right: 12%;
}  
}
@media (max-width:430px){
.bannerwithslider .owl-nav .owl-prev
{
  left: 8%;
}
.bannerwithslider .owl-nav .owl-next{
right:8%;
}  
}
/* @media (max-width:430px){
.bannerwithslider .owl-nav .owl-prev
{
  left:9%;
}
.bannerwithslider .owl-nav .owl-next{
right:9%;
}  
} */
@media (max-width:350px){
 .bannerwithslider .owl-nav .owl-prev{
  left:10%;
}
.bannerwithslider .owl-nav .owl-next{
right:10%;
}  
.bannerwithslider .owl-theme .owl-nav .owl-prev i , .bannerwithslider  .owl-theme .owl-nav .owl-next i  {
width: 30px;
height: 30px;
margin: auto;
}
 .bannerwithslider .owl-theme .owl-nav .owl-prev, .bannerwithslider .owl-theme .owl-nav .owl-next{
height: 30px;
width: 30px;
bottom:65%;
 }
 }
 @media (max-width:330px){
.bannerwithslider .owl-nav .owl-prev
{
  left:11%;
}
.bannerwithslider .owl-nav .owl-next{
right:11%;
}  
}
.bannerwithslider  .card-information .card-information__text{
  font-size: 17px;
}

.bannerwithslider .price--on-sale .price-item--regular, .bannerwithslider .price--on-sale, .price__regular .price-item--regular{
    font-size: 17px;
}

@media (max-width:1350px){
  .bannerwithslider .price--on-sale .price-item--regular, .bannerwithslider .price--on-sale, .price__regular .price-item--regular{
    font-size: 15px;
}
 .bannerwithslider .card-information .price{
      margin-top: 7px;
 }
  .bannerwithslider .card-information .card-information__text{
 font-size: 15px;
  }
  .bannerwithslider .variants-swatch .color_swatch .swatch-label{
    width: 26px;
    height: 26px;
  }
  .bannerwithslider .variants-swatch .color-box{
  width: 20px;
    height: 20px;
  }
  .bannerwithslider .variants-swatch .number-showmore{
    padding:0;
  }
}
.bannerwithslider .owl-theme .owl-dots .owl-dot span{
   width: 8px;
    height: 8px;
}
.bannerwithslider .owl-theme .owl-dots .owl-dot{
  margin: 0 3px;
}


@media (max-width: 543px){
 .bannerwithslider .card-wrapper .thumbnail-buttons{
    border: none;
  }
}

@media (max-width: 767px){
.bannerwithslider .card--product .spr-badge{
  bottom: 10px;
}  
}
@media (max-width: 543px){
.bannerwithslider .card--product .spr-badge{
  bottom: 10px;
}  
}
.bannerwithslider .category-carousel .owl-dots .owl-dot {
  display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    height: 18px;
    width: 18px;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bannerwithslider .category-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--button-bg-color)!important;
    border: none!important;
    margin: 0 auto;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }
.bannerwithslider .category-carousel .owl-dots .owl-dot.active , .product-block .category-carousel .owl-dots .owl-dot:hover  {
     border-color: var(--button-bg-color) !important;
      }
 .bannerwithslider .owl-theme .owl-dots .owl-dot.active span {
  background: transparent !important;
   /* border: 1px solid var(--button-bg-color); */
    cursor: default;
    width: 14px;
    height: 14px;
}
.bannerwithslider owl-dots .owl-dot.active span, .product-block  .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
}  
.bannerwithslider .card-wrapper:hover{
    box-shadow: none;
    padding: 0;
}
.bannerwithslider .pin-opener .card-information__text{
    font-size: 17px;
    padding-right: 0;
}

@media (max-width:400px){
.bannerwithslider .owl-theme .owl-dots{
padding-bottom:15px;
}
}
@media (max-width:543px){
   .bannerwithslider .card+.card-information{
         margin-top: 1rem;
   }
}

/*******************************  parallax block ************************************/
@media (min-width:992px){
.parallax-block-with-timer .page-width{
  max-width:1750px;
}
}

.parallax-block-with-timer .ishiparallaxbanner {
   overflow: hidden;
}
.parallax-block-with-timer .ishiparallaxbanner .parallaximage{
  display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
     background-position: center;
}
@media (max-width:991px){
  .parallax-block-with-timer .ishiparallaxbanner .parallaximage{
    height:400px;
    object-fit: cover;
  }
  .parallax-mobileblock{
    padding:50px 0;
  }
}

 .parallax-block-with-timer .ishiparallaxbanner .parallaximage.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}

 .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
   text-align: center;
}
@media (max-width:543px){
.parallax-block-with-timer .ishiparallaxbanner .parallax-list{
  padding:0;
}
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
     float: none;
     display: block;
     margin: 0 auto;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 20px;
   font-weight: 400;
   line-height: 20px;
   margin-bottom:15px;
   position: relative;
   letter-spacing:10px;
  font-family: var(--font-body-family);
   -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
}
 @media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size:17px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 16px;
    
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    font-family: var(--font-body-family);
    margin-bottom: 15px;
}
@media (max-width:1420px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
    font-size: 43px;
  }
}
@media (max-width:1240px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:991px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
    color: var(--title-color);
  }
}
@media (max-width:767px){
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
     font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
   }
}
@media (max-width:543px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title{
    font-size: 25px;
    line-height: 25px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span {
   font-weight: 600;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child {
   margin-right: 70px;
   position: relative;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child {
     margin-right: 50px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child:after {
   position: absolute;
   content: " ";
   width: 26px;
   height: 7px;
   left: auto;
   right: -50px;
   top: 0;
   bottom: 0;
   margin: auto;
   transform: skew(40deg);
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child:after {
     width: 20px;
     height: 4px;
     right: -36px;
  }
}

 
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
      font-size: 16px;
    font-weight: 400;
    line-height:27px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:100%;
   margin: 0 auto 25px;
}
@media (max-width:1420px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle{
        font-size: 15px;
        line-height: 25px;
  }
}
@media (max-width:991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
    width:75%;
    color:var(--Description-color1);
  }
}
@media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
    width:100%;
  }
}
@media (max-width:543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
     font-size: 14px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
   margin-bottom: 35px;
   clear: both;
}
@media (max-width:991px){
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
   margin-bottom:25px;
   }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown {
   display: inline-block;
    vertical-align: middle;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.69) 0%, rgba(255, 255, 255, 0.30) 99.99%, rgba(255, 255, 255, 0.00) 100%, rgba(255, 255, 255, 0.29) 100%);
    backdrop-filter: blur(10px);
    padding: 17px 0;
    margin-right: 8px;
}
@media (max-width:991px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown{
    background:var(--bg-primary);
 
  }
}
@media (max-width:335px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown{
        padding: 15px 0;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
   font-size:25px;
   line-height:25px;
   width:75px;
   font-weight:400;
   text-align: center;
   margin: 0 auto;
   
}
@media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
        color:var(--color-light) !important;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
   line-height: 30px;
     font-size: 25px;
     
  }
   }
@media (max-width:375px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data{
      line-height: 25px;
    width: 65px;
  }
}   
@media (max-width:335px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data{
    font-size: 23px;
    line-height: 23px;
    width: 60px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
   font-size:15px;
   margin-top:8px;
   text-align: center;
   
}
@media (max-width:991px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text{
    color:var(--color-light) !important;
  }
}
@media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
    /* If media is below 544 */
     font-size: 13px;
  }
}
@media (max-width:767px){
  .parallax-list{
    padding:0;
  }
}

 /* .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-btn   {
   position: relative;
   overflow: hidden;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
} */
.parallax-block-with-timer .ishiparallaxbanner .parallax-list .btn:hover{
    color: var(--button-text-color);
    border: 1px solid var(--button-text-color);
}
.parallax-block-with-timer .ishiparallaxbanner .parallax-list a{
      position: relative;
    z-index: 1;
}
 .parallax-block-with-timer .ishiparallaxbanner [data-deal="0"] .countdowncontainer {
   display:none;
}
 .parallax-block-with-timer .card-wrapper{
   display:flex;
   align-items:center;
 }
 .parallax-block-with-timer  .pin-opener{
    min-width: 318px;
    text-align: left;
    background-color: #fff;
    padding: 6px;
    position:relative;
    transition: all .6s ease;
   -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
   
 }
 @media (max-width:450px){
 .parallax-block-with-timer .pin-opener{
   min-width: 235px;
  }
 }
 .parallax-block-with-timer  .pin-opener:after{
    content: "";
    position: absolute;
     left: -9px;
    transform: rotate(90deg);
    top: 33%;
    border-radius: -3px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent;
 }
 @media (max-width:991px){
.parallax-block-with-timer .pin-opener:after{
   top: -10px;
   left: 50%;
   transform: rotate(180deg);
   }
 }
 
 @media (max-width:450px){
 .parallax-block-with-timer .pin-opener:after{
  left: 52%;
 }
 }
.parallax-block-with-timer .grid__item .card-wrapper .emblem{
  display:none;
}
.parallax-block-with-timer .grid__item .card-wrapper .spr-badge{
display:none;
}
.parallax-block-with-timer .grid__item .card-wrapper .card-product{
  padding:0;
  width:29%;
}
.parallax-block-with-timer .grid__item .card-wrapper .card-information{
  width:71%;
  margin-top:0;
}
.parallax-block-with-timer .grid__item .card-wrapper .card-information .card-information__text{
  font-size:16px;
  font-weight:500;
  text-align:left;
  color: var(--title-color);
}
.parallax-block-with-timer .grid__item .card-wrapper  .card-information .price{
  justify-content: left;
}
.parallax-block-with-timer .price--on-sale,.parallax-block-with-timer .price__regular .price-item--regular{
    font-size:16px;
    color: var(--title-color);
}
.parallax-block-with-timer .thumbnail-buttons .btn-info{
  transform: unset;
  opacity:1;
 margin-bottom: 0;
 margin-right: 10px;
width: 35px;
height: 35px;
}
.parallax-block-with-timer .thumbnail-buttons .btn-info.wishlist svg{
  width: 18px;
    height: 18px;
  }
 .parallax-block-with-timer .thumbnail-buttons .wishlist .loader-btn{
  width: 35px;
height: 35px; 
 }

.parallax-block-with-timer  .thumbnail-buttons{
      display: flex;
    position: unset;
   
}
.parallax-block-with-timer  .thumbnail-buttons quickview-opener.product-popup-modal__opener.no-js-hidden.btn-info.quick-view{
width: 35px;
height: 35px;
}
.parallax-block-with-timer .thumbnail-buttons .btn-info svg{
      width: 21px;
    height: 21px;
}
.parallax-block-with-timer  .card-information__wrapper&gt;*:not(.visually-hidden:first-child)+*{
margin-top:1rem;
}
@media (max-width:543px){
  .parallax-block-with-timer  .card-information__wrapper&gt;*:not(.visually-hidden:first-child)+*{
  margin-top:0.5rem;
  }
}
.parallax-block-with-timer .parallax-point {
    width:22px;
    height:22px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    transform: translate(50%, 50%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.parallax-block-with-timer .productdotinner{
background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}
.parallax-block-with-timer .productdotinner:after{
    content: "+";
    position: absolute;
    top: 52%;
    left: 52%;
    transform: translate(-50%, -50%);
     border-radius: 100%;
    z-index: 0;
    text-align: center;
    color: #232323;
    background: #fff;
    width: 22px;
    height: 22px;
      line-height: 21px;
    transition: .5s;

   }
.parallax-block-with-timer  .parallax-point .pin-opener.content-top{
    top: calc(100% - 82px);
    transform-origin: 0 100%;
    left: calc(101% - 0px);
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
   opacity:0;
  visibility: hidden;
}
@media (max-width:991px){
.parallax-block-with-timer  .parallax-point .pin-opener.content-top{
 top: calc(100% - 15px);
    transform: translate(-50%);
    left: 50%;
}
}
.parallax-block-with-timer .parallax-point:hover .pin-opener.content-top{
  opacity:1;
   left: calc(100% - -15px);
      visibility: visible;
}
@media (max-width:991px){
.parallax-block-with-timer .parallax-point:hover .pin-opener.content-top{
 top: calc(100% - 0px);
  bottom: 0;
  left: 50%;
}
}
@media (max-width:450px){
  .parallax-block-with-timer  .parallax-point .pin-opener.content-top{
    left:0; 
  }
.parallax-block-with-timer .parallax-point:hover .pin-opener.content-top{
 left:0;
}
}
.parallax-block-with-timer .ripple-effect:after ,  .parallax-block-with-timer .ripple-effect:before {
        content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all 0.4s ease-in-out;
  }
  
.parallax-block-with-timer .ripple-effect:after {
          -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
    }
  @keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
} 



/*******************************  Marquee Text************************************/
 .section-clients{
      background-color: var(--bg-primary);
    }
 .splide__slide{
      color: var(--color-primary);
   }
      
  .testimonial__arrow {
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
    background: transparent;
    transition: all 200ms;
  }
  .splide__slide{
    display:flex;
    align-items:center;
    padding:0 100px;
  }
  @media (max-width:767px){
  .splide__slide{
  padding:0 40px;
  }
  }
  @media (max-width:543px){
    .splide__slide{
      padding:0 80px;
    }
  }
  .splide__arrows {
    overflow: visible !important;
  }
    .splide__slide span{
      margin-right:140px;
       font-size: 15px;
      text-transform: capitalize;
      position: relative;
      line-height:20px;
      font-weight:500;
      font-family:var(--font-body-family);
    
    }
    @media(max-width:991px){
    .splide__slide span{
      margin-right: 125px;
    }
  }
    @media(max-width:767px){
    .splide__slide span{
      margin-right: 100px;
    }
  }
    @media(max-width:543px){
    .splide__slide span{
      margin-right: 85px;
    }
  }
  .splide__arrow.testimonial__arrow {
    width: 52px;
    height: 52px;
    transform: none;
    fill: transparent;
  }
  .splide__arrow svg {
    width: auto;
    height: auto;
    fill: transparent;
  }
 .splide__slide .service-img{
    display:flex;
    align-items:center;
 }
  .splide__slide .service-block{
     display:flex;
    align-items:center;
    padding-left:10px;
  }
  .splide__slide .darkmode-img{
      display:flex;
    align-items:center;
    position:absolute;
    opacity:0;
  }

/**********************banner-with-text*************************/
@media (min-width:1200px){
  .productshowcase .page-width{
  max-width:1800px;
}
}
.productshowcase .baneer-content{
    margin: 0 52px;
}
@media (max-width:1240px){
.productshowcase .baneer-content{
    margin: 0 40px;
}
}
@media (max-width:767px){
.productshowcase .baneer-content{
margin: 0 30px;
}
}
@media (max-width:543px){
  .productshowcase .baneer-content{
    margin:0;
  }
}
.productshowcase .product-top{
  display: flex;
  align-items: center;
}
@media (max-width:991px){
  .productshowcase .product-top{
     display:block;
  }
   .productshowcase .product-top .left-banner{
     overflow: hidden;
     margin-bottom: 30px;
   }
}
.productshowcase .banner-image{
  padding-right: 10px;
  padding-left:0;
}
@media (max-width:991px){
  .productshowcase .product-top .left-banner{
    padding:0;
  }
}
@media (max-width:543px){
.productshowcase .banner-image{
margin-bottom: 20px;
padding:0 15px;
 }
}

.productshowcase .banner-image1 {
  padding-right:0px;
  padding-left:10px;
}

.productshowcase .banner-image1 img{
   border-radius: 0  10px 10px 0;
}
@media (max-width:543px){
 .productshowcase .banner-image1{
  padding:0 15px;
}
.productshowcase .banner-image1 img{
   border-radius:10px;
}
}
.productshowcase  .productbanner-data  .section-header &gt; h2{
  font-size: 50px;
  line-height: 56px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width:1760px){
  .productshowcase .productbanner-data .section-header&gt;h2{
      font-size: 45px;
    line-height: 53px;
  }
}
@media (max-width:1610px){
  .productshowcase .productbanner-data .section-header&gt;h2{
     font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width:1510px){
  .productshowcase .productbanner-data .section-header&gt;h2{
     font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:1510px){
  .productshowcase .productbanner-data .section-header&gt;h2{
     font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width:1680px){
  .productshowcase .productbanner-data .section-header&gt;h2{
    font-size: 35px;
    line-height: 41px;
  }
}

@media (max-width:1355px){
  .productshowcase .productbanner-data .section-header&gt;h2{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 12px;
  }
}
@media (max-width:1220px){
.productshowcase .productbanner-data .section-header&gt;h2{
  font-size: 28px;
    line-height: 35px;
}
}
@media (max-width:1189px){
  .productshowcase .productbanner-data .section-header&gt;h2{
  font-size:23px;
  line-height: 30px;
 
  }
}
@media (max-width:1005px){
  .productshowcase .productbanner-data .section-header&gt;h2{
  font-size:22px;
  line-height: 26px;
 
  }
}
@media (max-width:991px){
  .productshowcase .productbanner-data .section-header&gt;h2{
    text-align:center;
    font-size: 30px;
    line-height: 35px;
   }
}
@media (max-width:543px){
  .productshowcase .productbanner-data .section-header&gt;h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px
  }
}
@media (max-width:991px){
  .productshowcase .productbanner-data{
    text-align:center;
  }
}
.productshowcase .product-top .image-container{
      display: block;
    max-width: 100%;
    position: relative;
  overflow:hidden;
 
}
.productshowcase .product-top a{
    position: relative;
   overflow: hidden;
}

.productshowcase .product-top .image-container img{
    max-width: 100%;
    width:100%;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
@media (min-width:544px){
.productshowcase .product-top .image-container:hover img{
  -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
}



  audio,canvas,progress,video{
  display:block;
  width: 100%;
  object-fit: cover;
}

.video-section  .video-div{
  display:block;
  top: 0!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
    
}

.video-section .video-block {
    overflow: hidden;
    position:relative;
}
.video-section .video-content{
  display:flex;
  align-items:center;
  padding-bottom: 107.25%;
      position: relative;
}

@media(max-width:767px){
  .video-section .video-content{
    padding-bottom: 107.25%;
  }
}
@media(max-width:543px){
  .video-section .video-content{
    padding-bottom: 100.25%;
  }
}


 @media (max-width: 767px) {
  audio,canvas,progress,video{
    display:block;
  }
  .video-section .video-content{
    display:block;
    overflow:hidden;
    position:relative;
  }
}
/*********************testimonial-block*************************/
.testimonial-section .ishitestimonial .testimonial-inner  .user-info .user-name{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family:var(--font-body-family);
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:543px){
  .testimonial-section .ishitestimonial .testimonial-inner .user-info .user-name{
     font-size: 18px;
  }
}
.testimonial-section .ishitestimonial .testimonial-inner  .user-info .user-designation{
    font-size:18px;
    display: inline-block;
    vertical-align: middle;  
    font-weight: 500;
    color:var(--subtitle-color);
}
@media (max-width:543px){
  .testimonial-section .ishitestimonial .testimonial-inner .user-info .user-designation{
      font-size:16px;
  }
}
.testimonial-section .ishitestimonial .testimonial-inner  .user-info{
    margin-bottom: 12px;
}
@media (max-width:543px){
  .testimonial-section .ishitestimonial .testimonial-inner .user-info{
        margin-bottom:8px;
  }
}
.testimonial-section .ishitestimonial .testimonial-inner .user-description p{
color:var(--Description-color1);
}
.testimonial-section .ishitestimonial .owl-dots{
margin-top: 20px !important;
}
.testimonial-section .ishitestimonial .owl-dots span{
width: 8px;
height: 8px;
margin: auto;
background:var(--button-bg-color) !important;
}
.testimonial-section .ishitestimonial .owl-dot.active span{
background: transparent !important;
}
.testimonial-section .ishitestimonial .owl-dot.active{
border:1px solid var(--button-bg-color);
border-radius:50%;
width:15px;
height:15px;
  
} 
.testimonial-section .ishitestimonial{
padding-bottom:55px;
border-bottom:1px solid #eee;
}
@media (max-width:543px){
  .testimonial-section .ishitestimonial{
  padding-bottom:30px;
  }
}
  .testimonial-section  .owl-item .ishitestimonials-container .user-ratting  .starrating i{
  position: relative;
   font-style: normal;
   display: inline-block;
}
  .testimonial-section .owl-item .ishitestimonials-container  .user-ratting .starrating i.star-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 16px;
}
  .testimonial-section .owl-item .ishitestimonials-container .user-ratting .starrating i.starfill:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 16px;
}
.testimonial-section .ishitestimonial .testimonial-inner .user-info .user-ratting{
  margin-bottom:5px;
}
/*********************newsletter-block*************************/
.newslatterblock{
  background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow:hidden;
  
  position:relative;
}
.newslatterblock:before{
      position: absolute;
    content: "";
    border: 1px solid #ABABAB;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
 z-index: 4;

}
.newslatterblock:after{
      content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color:var(--bg-primary);
  opacity:0.73;
    
}
.newslatterblock .newsletter__wrapper{
      z-index: 5;
    position: relative;
}
@media (max-width:767px){
  .newslatterblock .newsletter__wrapper{
    padding:0 15px;
  }
}
@media (max-width:430px){
  .newslatterblock .newsletter__wrapper{
    padding: 0 5px;
  }
}
.newslatterblock .newsletter__wrapper h2{
  font-size: 38PX;
    line-height: 39px;
    letter-spacing: 0px;
    font-weight: 500;
  font-family: var(--font-title-family);
  color:var(--color-primary);
    text-transform: capitalize;
    position: relative;
    margin-bottom:15px;
    margin-top: 0;
}
@media (max-width:991px){
  .newslatterblock .newsletter__wrapper h2{
    font-size: 34PX;
    line-height: 37px;
    margin-bottom: 10px;
  }
}
@media (max-width:767px){
  .newslatterblock .newsletter__wrapper h2{
    font-size:30PX;
    line-height:30px;
  }
}
@media (max-width:496px){
.newslatterblock .newsletter__wrapper h2{
font-size: 25PX;
    line-height: 30px;
}
}
.newslatterblock .newsletter__wrapper .subheading{
  font-size: 16px;
    letter-spacing: 8px;
    font-weight: 500;
    margin-bottom:8px;
    font-family: var(--font-body-family);

}
.newslatterblock .newsletter__subheading p {
    width: 75%;
    margin: auto;
  text-align:center;
  font-size: 15px !important;
      line-height: 25px;
  color:var(--primaryDescription-color);
}
@media (max-width:991px){
.newslatterblock .newsletter__subheading p{
    width: 85%;
}
}
 @media (max-width:767px){
.newslatterblock .newsletter__subheading p{
    width: 100%;
} 
 }
 @media (max-width:543px){
   .newslatterblock .newsletter__subheading p{
    font-size: 14px !important; 
   }
 }
.newslatterblock .field__input{
    height: 4.6rem;
}
.newslatterblock  .newsletter__button{
    position: absolute;
    right:1px;
  left: auto;
    top: 1px;
    height:44px;
  z-index:1;
}
@media (max-width:767px){
.newslatterblock .newsletter__button{
   padding: 10px 25px;
  }
}
@media (max-width:430px){
.newslatterblock .newsletter__button{
  position: relative;
  margin-top: 10px;
  box-shadow: 0px 2px 24px #959da533;
}
}
@media (max-width:543px){
  .newslatterblock .newsletter__button:hover{
    color:var(--button-text-color);
    border:1px solid var(--button-text-color);
  }
}
.newslatterblock  .field__label{
    display: flex;
    align-items: center;
     top: 0.7rem;
  color:#666;
}
@media (max-width:430px){
  .newslatterblock .field__label{
        left: 0.5rem;
  }
}
.newslatterblock .field__label span{
    height: 33px;
    width: 33px;
  margin-right: 10px;
}
@media (max-width:430px){
  .newslatterblock .field__label span{
        margin-right: 5px;
  }
}
.newslatterblock .field__label  span svg{
  width:31px;
  height:31px;
}
.newslatterblock .field__input:focus~.field__label span{
      margin-right:0px;
}
.newslatterblock .field__input:focus~.field__label span svg {
    width:20px;
}
.newslatterblock .field__input:focus~.field__label{
    top: 0.1em;  
}
.newslatterblock .field input{
border:0;
padding-right: 185px;
height: 46px;  
}
@media (max-width:767px){
  .newslatterblock .field input{
    padding-right:90px;
  }
}
@media (max-width:430px){
.newslatterblock .field input{
 padding-right: 10px;
 padding-left: 10px;
}
}
.newsletter-section .newslatterblock .field__input:not(:placeholder-shown), .field__input:-webkit-autofill{
      padding-left: 1.9rem;
}
.newsletter-section .field__input:not(:placeholder-shown) ~ .field__label{
       top: 0.1em;
}
.newsletter-section .field__input:not(:placeholder-shown) ~ .field__label span{
  height: 28px;
  width: 20px;
  margin-right: 10px;
}
.newsletter-section .field__input:not(:placeholder-shown) ~ .field__label span svg{
width: 20px;
height: 26px;
} 
 /**************** blog style 1 *********************/

.blog-section .smartblog .products_block_inner {
   position: relative;
}


 @media (min-width: 768px) {
   .blog-section .smartblog .products_block_inner.title-left {
     display: flex;
     align-items: center;
  }
}
 @media (min-width: 768px) {
   .blog-section .smartblog .products_block_inner .left &gt; h2 {
     margin-bottom: 30px;
     text-align: left;
  }
   .blog-section .smartblog .products_block_inner .left .sub-title {
     margin-bottom: 30px;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
@media (max-width:543px){
   .blog-section  .section-header{
     padding:0 15px;
   }
}
@media (max-width: 767px) {
  .blog-section .smartblog .products_block_inner .left .sub-title {
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
 @media (max-width: 767px) {
   .blog-section .smartblog .products_block_inner .left {
     text-align: center !important;
     margin-bottom: 25px;
  }
}
 .blog-section .smartblog .products_block_inner .space {
   padding: 0;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   border-radius:5px;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
  
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
  
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 3s ease 0s;
   -moz-transition: all 3s ease 0s;
   -ms-transition: all 3s ease 0s;
   -o-transition: all 3s ease 0s;
   transition: all 3s ease;
   max-width: 100%;
   
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
  margin-top:15px;
   text-align: center;
   margin-bottom: 0;
   
 }
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align: center;
   padding: 0;
  display: flex;
   align-items: center;
  margin-bottom: 10px;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .author,
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding: 5px 0;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a{
  color:#232323;
  }
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date{
  /* position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color:var(--brand-secondary);
   color:#fff;
   border-radius:10px;
    padding:10px 10px;
    margin: 10px 0 0px 10px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s; */
 }
 @media (max-width: 543px) {
   .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, 
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i , 
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .author i {
   font-size: 14px;
   margin-right: 5px;
   color: #666;
} 
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date
{
    display: inline-block;
    vertical-align: middle;
}
 @media (max-width: 543px) {
   .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo &gt; span {
   position: relative;
}

 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo &gt; span:last-child:after {
   display: none;
}
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
text-align:left;
}
@media (max-width:543px){
  .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner{
    text-align:center;
  }
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 5px;
   line-height: 18px;
}
@media (max-width:991px){
.blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title{
margin-bottom:0;
}
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-weight:500;
   line-height: 24px;
   letter-spacing: 0px;
   color:var(--color-secondary);
   font-family:var(--font-body-family);
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (max-width: 543px) {
   .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom:12px;
   text-align:left;
   font-size:15px;
   line-height:25px;
   color:var(--Description-color1);
}
@media (max-width:543px){
   .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
       text-align:center;
     font-size: 14px;
    line-height: 24px;
   }
}
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog-name{
   margin-bottom:5px;
   color:var(--subtitle-color);
 }
.blog-section .view-all-btn{
    margin-top:15px;
  
  }
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content a.btn{
   font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    padding-bottom: 3px;
    color: #232323;
    border: 0;
    background: 0 0;
    position: relative;
   letter-spacing: 0;
   border-bottom: 1px solid;
    border-radius: 0;
    line-height: 15px;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
 }
 .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content a.btn:before{
   background: transparent;
 }
  .blog-section .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content a.btn:hover{
    letter-spacing:0.5px;
  }
.blog-section .smartblog  .owl-dots{
margin-top:20ppx !important;
}
@media (max-width:543px){
  .blog-section .smartblog  .owl-dots{
    margin-top:10px !important;
  }
}
.blog-section .owl-theme .owl-dots .owl-dot span{
      width: 8px;
    height: 8px;
}
/*------------------------(ishiservices)-----------------*/
@media (min-width:320px){
 .ishiservicestyle .ishiservices {
   background-color:var(--bg-primary);
 }
}
@media (max-width:543px){
.service-block .services.item{
    background: var(--bg-primary);
    padding: 20px 25px;
}
  /* .ishiservices{
  margin-bottom: -20px;
  } */
}
 .ishiservicestyle .ishiservices {
   text-align: center;
   position: relative;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
@media (max-width:767px){
  .ishiservicestyle .ishiservices {
   padding-left: 15px !important;
    padding-right: 15px !important; 
    }
}
@media (max-width:543px){
  .ishiservicestyle .ishiservices{
    padding-left: 60px !important;
    padding-right: 60px !important;  
  }
}
@media (max-width:449px){
  .ishiservicestyle .ishiservices{
    padding-left:20px !important;
    padding-right:20px !important;  
  }
}
 .ishiservicestyle .ishiservices .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
   margin: 0 auto;
}
 .ishiservicestyle .ishiservices .service-block {
   display: block;
   overflow: hidden;
}

 .ishiservicestyle .ishiservices .services {
   text-align: center;
   position: relative;
   display: flex;
    align-items: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 @media (max-width: 1199px) {
   .ishiservicestyle .ishiservices .services {
     margin-bottom: 30px;
  }

   .ishiservicestyle .ishiservices .services:nth-child(3), .ishiservicestyle .ishiservices .services:last-child {
     margin-bottom: 0;
  }
    .ishiservicestyle .ishiservices .services:nth-child(3){
    clear:left;
    }
}
 @media (max-width: 767px) {
   .ishiservicestyle .ishiservices .services {
    /* If media is below 768 */
  }
   .ishiservicestyle .ishiservices .services:nth-child(3) {
     margin-bottom: 15px;
  }
}
 .ishiservicestyle .ishiservices .services:last-child {
   margin-bottom: 0;
}
 .ishiservicestyle .ishiservices .services:last-child:after {
   display: none;
}

 .ishiservicestyle .ishiservices .services .service-img-outer {
   display:flex;
  align-items: center;
}
 .ishiservicestyle .ishiservices .services .service-img {
    text-align: center;
     overflow: hidden;
   margin-right:20px;
   transition: all 400ms ease;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
}
 .ishiservicestyle .ishiservices .services .darkmode-img {
    text-align: center;
     overflow: hidden;
   margin-right:20px;
   transition: all 400ms ease;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
}
@media (max-width:543px){
   .ishiservicestyle .ishiservices .services .darkmode-img{
     margin-right:17px;
   }
  .ishiservicestyle .ishiservices .services{
       margin-bottom:0;
  }
}
 .ishiservicestyle .ishiservices .services .darkmode-img{
       position: absolute;
      opacity:0;
 }
 .ishiservicestyle .ishiservices .services .service-text {
   font-size: 18px;
   color: #232323;
   font-weight: 500;
   position: relative;
    text-align: left;
    width: calc(100% - 75px);
}
@media (max-width:1500px){
.ishiservicestyle .ishiservices .services .service-text{
    width: calc(100% - 60px);
}
}
@media (max-width:1350px){
.ishiservicestyle .ishiservices .services .service-text{
width: calc(100% - 57px);
}
}
@media (max-width:1199px){
  .ishiservicestyle .ishiservices .services .service-text{
    width: calc(100% - 50x);
  }
}
@media (max-width:767px){
  .ishiservicestyle .ishiservices .services .service-text{
    width: calc(100% - 57px);
  }
}

 @media (max-width: 991px) {
   .ishiservicestyle .ishiservices .services .service-text {
    /* If media is below 992 */
     font-size: 16px;
  }
}
 .ishiservicestyle .ishiservices .services .service-text .service-title {
    color:var(--color-primary);
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
}
 .ishiservicestyle .ishiservices .services .service-text .service-desc {
   font-size: 15px;
     font-weight:400;
   color:var(--primaryDescription-color);

}
@media (max-width:1500px) and (min-width:1200px){
    .ishiservicestyle .ishiservices .services .service-text .service-desc{
    font-size: 14px;
  }
}
@media (max-width:767px){
  .ishiservicestyle .ishiservices .services .service-text .service-desc{
    font-size: 14px;
  }
}
 .ishiservicestyle .ishiservices .services:hover .service-img-outer .service-img {
   transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
}
 .ishiservicestyle .ishiservices .services:hover .service-img-outer .darkmode-img {
   transform: rotateY(360deg);
   -moz-transform: rotateY(360deg);
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
}
 .ishiservicestyle .ishiservices .services:hover .service-text .service-title {
   letter-spacing: 1px;
   
}
@media (max-width: 991px) and (min-width:544px) {
  .ishiservicestyle .ishiservices .services:nth-child(2n+1){
   clear:left;
  }
}  

.home-demo .item {
  background: #ff3f4d;
  flex: 1 1 100px;
  padding: 10px;
}
.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.home-slider {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 601px) {
  .home-demo .item {
    margin: 5px;
  }
}
@media (min-width:544px){
 .product-sidebar .ishiservicestyle .ishiservices .services{
 display:block;
 }
 .product-sidebar .ishiservicestyle .ishiservices .services .service-text{
   text-align: center;
    width: 100%;
  }
.product-sidebar .ishiservicestyle .ishiservices .services .service-img-outer{
  display: block;
}
.product-sidebar  .ishiservicestyle .ishiservices .services .service-img{
 margin-right: 0;
margin-bottom: 10px; 
}
}
@media (max-width:1300px) and (min-width:992px){
.product-sidebar .ishiservicestyle .ishiservices{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
}
@media (max-width:1400px){
.template-product .collection .grid__item {
  padding:0 10px;
  }
}
.ishiservicestyle .ishiservices .owl-dots .owl-dot{
    width:8px;
    height:8px;
    background:var(--color-primary);
    border-radius: 50%;
    border: 1px solid var(--color-primary);
      margin: 0 2px !important;
}
.ishiservicestyle .ishiservices .owl-dots .owl-dot.active{
 background:transparent;
 width:11px;
 height:11px;
}
@media (max-width:490px){
 .ishiservicestyle .ishiservices .owl-dots {
     margin-top:-9px;
 }
}
.ishiservicestyle .ishiservices .owl-dots {
   padding-bottom: 20px;
}
/******************top-banner*********************/
.topbannerblock .topbanner  svg{
    width: 1590px;
    height: 625px;
}
.topbannerblock .banner-content {
      position: relative;
}
.topbannerblock  .section-header&gt;h2{
  /* font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 400; */
  color: var(--color-primary);
  /* margin-bottom: 15px;
  transform: scale(0.8); */
}
@media (max-width:767px){
  .topbannerblock .section-header&gt;h2{
    font-size:30px;
    line-height:30px;
  }
}
@media (max-width:543px){
.topbannerblock .section-header&gt;h2{
  font-size: 30px;
    line-height: 30px;
}
}
.topbannerblock .sub-title{
  color:#eee;
}
.topbannerblock .section-header {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 25%;
}
@media (max-width:1650px){
  .topbannerblock .section-header{
    top: 20%;
  }
}
@media (max-width:1450px){
.topbannerblock .section-header{
top: 15%;
}
}
@media (max-width:1199px){
.topbannerblock .section-header{
      top: 8%;
}
}
@media (max-width:991px){
.topbannerblock .section-header{
      top: 15%;
}
}
@media (max-width:543px){
.topbannerblock .section-header{
      top: 25%;
}
}
.topbannerblock  .banner-title{
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    left: 0;
    right: 0;
    padding: 0 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  flex-direction: column;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.topbannerblock  .category-desc .title{
  font-size: 32px;
      font-weight: 500;
    color:var(--color-primary);
    text-transform: uppercase;
   opacity: 0.5;
  margin-bottom: 5px;
     transform: scale(0.8);
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.topbannerblock .category-desc .title.active{
  opacity:1;
  cursor: pointer;
   transform: scale(1.2);
}
@media (max-width:1199px){
.topbannerblock .category-desc .title.active{
 transform: scale(1);
}
  .topbannerblock .category-desc .title{
    margin-bottom: 0px;
  }
}
@media (max-width:767px){
  .topbannerblock  .category-desc .title{
     font-size:22px;
  }
    
}
@media (max-width:543px){
  .topbannerblock .category-desc .title{
    font-size: 20px;
  }
}
@media (max-width:450px){
  .topbannerblock .category-desc .title{
    font-size: 18px;
  }
}
.topbannerblock .topbanner.item {
  position:absolute;
  top:0;
  left: 0;
  right: 0;
}
  
.topbannerblock .topbanner.item .image-container img{
  opacity:0;
  width: 100%;
   -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
  
}
.topbannerblock .topbanner.item.active .image-container img{
  opacity:1;
}
.topbannerblock .topbanner.item1.item {
  position: relative;
  z-index: 2;
}
@media (max-width:767px){
.topbannerblock .topbanner.item .image-container img{
 height: 400px;
    object-fit: cover;
  
}
}
/*****************category-block**********************/
.category-section{
  overflow:hidden;
}
@media (min-width:544px){
.category-section .category-content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
}
@media (max-width:767px){
  .category-section .category-content{
    grid-column-gap:10px;
    grid-row-gap: 10px;
  }
}
/* @media (max-width:543px){
  .category-section .category-content{
      display: initial;
  }
} */
.category-section  .category-content .collection-grid-item{
  position:relative;
}
.category-section    .category-content .collection-grid-item__title-wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
 
}
.category-section   .category-content .collection-list__item .collection-grid-item__title-wrapper .collection-grid-item__title{
   font-size: 25px;
  color:var(--color-primary);
  font-weight: 600;
  position: relative;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
@media (max-width:1199px){
.category-section   .category-content .collection-list__item .collection-grid-item__title-wrapper .collection-grid-item__title{
  font-size:20px;
  }
}
@media (max-width:767px){
  .category-section .category-content .collection-list__item .collection-grid-item__title-wrapper .collection-grid-item__title{
        font-size: 18px;
  }
}
@media (max-width:380px){
.category-section .category-content .collection-list__item .collection-grid-item__title-wrapper .collection-grid-item__title{
font-size: 15px;
}
}
.category-section   .category-content .collection-list__item:hover .collection-grid-item__title-wrapper .collection-grid-item__title{
    letter-spacing: 1.5px;
   -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.category-section  .category-content .collection-list__item .collection-grid-item__title-wrapper .collection-grid-item__title:before{
  position: absolute;
    content: "";
    height:1px;
    background: var(--color-primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity:0;
   -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.category-section   .category-content .collection-list__item:hover  .collection-grid-item__title-wrapper .collection-grid-item__title:before{
  opacity:1;
}
@media (max-width:543px){
.category-section .page-width{
 padding:0;    
}
 .category-section .category-content {
     margin-left: 15px;
 } 
}
/**********************breadcrumb*************************/
.breadcrumb-container {
  background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-size: cover;
   padding: 150px 0;
  position:relative;
}
@media (max-width:1500px){
.breadcrumb-container{
  padding: 100px 0;
}
}
.breadcrumb-container:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
   background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(7.5px);
}

 @media (max-width: 991px) {
   .breadcrumb-container {
     padding: 40px 0;
}
   }
 .breadcrumbs {
   text-align: center;
   color: var(--breadcrumb-text-color);
   font-size: 18px;
     z-index: 1;
    position: relative;
}

 @media (max-width: 767px) {
  /* If media is below 768 */
   .breadcrumbs {
     font-size: 17px;
  }
}
 .breadcrumbs h3 {
    font-size:40px;
    line-height: 40px;
    color: var(--breadcrumb-text-color);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-top:20px;
    margin-bottom:0px;
    font-family:var(--font-body-family);
}
@media(max-width:543px){
  .breadcrumbs h3{
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
  }
}
.breadcrumb-container .breadcrumbs .description {
    font-size: 14px;
      font-weight: 400;
    line-height: 24px;
    width: 40%;
    color: var(--breadcrumb_description-color);
}


 .breadcrumbs a {
   color: var(--brand-primary);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}

 .breadcrumbs a:hover {
   color: var(--breadcrumb-text-color);
}
 .breadcrumbs .divider {
   margin: 0 6px;
   color: var(--breadcrumb-text-color);
   font-size: 18px;
}

 @media (max-width: 767px) {
  /* If media is below 768 */
   .breadcrumbs .divider {
     font-size: 13px;
  }
}
/**************profuct-page css***************/
.template-product .breadcrumb-container{
  display:none;
}




/*================ cart colletion slider start================*/

.cart-notification-slider .card-information .price {
    justify-content: left;
    margin-top: 10px;
}
.cart-notification-slider .card-information .card-information__wrapper {
    text-align: left;
}

.cart-notification-slider  .card-information {
    padding-left: 0;
}

.cart-notification-slider .thumbnail-buttons .btn-info {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.cart-notification-slider .thumbnail-buttons {
    position: absolute;
    left: auto;
    right: 10px;
    top: 35px;
}
.cart-notification-slider .thumbnail-buttons .btn-info svg {
    width: 35px;
    height: 35px;
}
.cart-notification-slider .thumbnail-buttons .btn-info {
    width: 35px;
    height: 35px;
}
.cart-collection-slider-title {
    font-size: 18px;
    font-weight: 500;
}
@media (max-width:1500px){
  .cart-collection-slider-title{
   font-size:15px;
        margin-bottom: 8px;
  }
}
.cart-notification-slider .owl-dots{
      position: absolute;
    top: -26%;
    right: 0;
    margin-top: 0 !important;
}
@media (max-width:1500px){
  .cart-notification-slider .owl-dots{
   top: -21%;  
  }
}
@media (max-width:380px){
.cart-notification-slider .owl-dots{
     top: -30%;  
}
}
 .cart-colletion-slider .owl-theme .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
       margin-top: 0;
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev i, .cart-colletion-slider .owl-theme .owl-nav .owl-next i {
    width: 28px;
    height: 28px;
    color: var(--color-dark);
}
@media (max-width:543px){
.cart-colletion-slider .owl-theme .owl-nav .owl-prev i, .cart-colletion-slider .owl-theme .owl-nav .owl-next i{
   width: 27px;
    height: 25px
}
}
@media (max-width:543px){
 .owl-theme .owl-dots .owl-dot.active{
    width:11px;
    height:11px;
  }
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev.disabled i, .cart-colletion-slider .owl-theme .owl-nav .owl-next.disabled i {
  color: #8080803b;
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev.disabled:hover i, .cart-colletion-slider .owl-theme .owl-nav .owl-next.disabled:hover i {
    color: #8080803b !important;
}
  
.cart-colletion-slider .owl-theme .owl-nav .owl-prev, .cart-colletion-slider .owl-theme .owl-nav .owl-next {
    display: inline-block;
    background-color: transparent !important;
    border: 1px solid var(--color-dark) !important;
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
}
@media (max-width:543px){
.cart-colletion-slider .owl-theme .owl-nav .owl-prev, .cart-colletion-slider .owl-theme .owl-nav .owl-next{
   height: 28px;
    width: 28px;
  }
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev:hover, .cart-colletion-slider .owl-theme .owl-nav .owl-next:hover {
    background: transparent;
    border: 1px solid #232323 !important;
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev:hover i, .cart-colletion-slider .owl-theme .owl-nav .owl-next:hover i {
    color: #232323 !important;
}

.cart-colletion-slider .owl-theme .owl-nav .owl-next.disabled{
    border: 1px solid #8080803b !important;
}
.cart-colletion-slider .owl-theme .owl-nav .owl-prev.disabled{
    border: 1px solid #8080803b !important;
}
.cart-colletion-slider {
    border-top: 1px solid #78787854;
    padding-top: 15px;
}
@media (max-width:1500px){
.cart-colletion-slider{
      padding-top: 8px;
}
}
.cart-colletion-slider .cart-btn.btn-info.add-to-cart-js {
  margin-top: 2px;
    font-size: 14px;
  cursor: pointer;
      color: var(--button-text-hover-color);
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cart-colletion-slider .card-information  .btn-info.sold-out span{
border-bottom: 1px solid var(--title-color);         
}
.cart-colletion-slider .card-information .card-information__text{
  font-size: 16px;
}
@media (max-width:543px){
.cart-colletion-slider .card-information .card-information__text{
    font-size: 14px;
  text-align:left;
}
}
.cart-notification-slider .card-information .price.price--on-sale,
.cart-notification-slider .price--on-sale .price-item--regular{
  font-size: 16px;
}
@media (max-width:543px){
.cart-notification-slider .card-information .price.price--on-sale, .cart-notification-slider .price--on-sale .price-item--regular{
    font-size: 14px;
}
.cart-notification-slider .card-information .price.price--on-sale{
  margin-top:3px;
}
}
.cart-colletion-slider .cart-btn.btn-info.add-to-cart-js:hover{
      color: var(--button-bg-color);
}
/* .cart-notification-slider .card-information .cast-variants-swatch{
display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  margin-top: 10px;
} */
@media (max-width:543px){
.cart-notification-slider .card-information .cast-variants-swatch{

    margin-top: 3px;
}
.cart-notification-slider .card-information .variants-swatch{
    text-align: left;
}
}
.cart-notification-slider .card-information{
  display: flex;
  align-items: center;
}
.cart-notification-slider .card-information{
margin-top: 0;
}
.cart-notification-slider .card-wrapper{
    display: flex;
    align-items: center;
}
.cart-notification-slider .card-wrapper .card-product {
  padding-left: 0;
}
@media (max-width:767px){
.recently-viewed-grid-item .card-wrapper .bottom-infromation{
  display: block; 
  text-align: center;
 }
.recently-viewed-grid-item  .card-information .price{
justify-content: center;
}  
  .product-recommendations .card-wrapper .bottom-infromation{
     display: block; 
  text-align: center;
    }
.product-recommendations  .card-information .price{
justify-content: center;
} 
 }
 .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    justify-content: left;
}
.template-collection .list__item .thumbnail-buttons .btn-info, .template-search .list__item .thumbnail-buttons .btn-info {
    /* display: inline-block; */
    opacity: 1;
    transform: unset;
    margin-right:10px;
}
.template-collection .list__item .thumbnail-buttons .btn-info:last-child, .template-search .list__item .thumbnail-buttons .btn-info:last-child{
  margin-right: 0px;
}
@media (max-width: 767px){
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    justify-content: center;
}
}
.template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    position: unset;
  display: flex;
}
.cart-colletion-slider .card-product{
padding-left:0;
}
.ishi-notification-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* Add other necessary styles for positioning, size, etc. */
}

#Ishi-notification-popup.active .ishi-notification-wrapper {
  opacity: 1;
}
@media (max-width:1500px) and (min-width:544px){
.cart-colletion-slider .card-product .card--product img{
width: 100px;
    height: 125px;
    border-radius: 10px;
}
  .cart-colletion-slider{
        margin-bottom: -17px;
  }
}
/******************************** cart colletion slider end *******************************/

/* Centering the loader */
/* #loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-icon img {
  width: 50px;
  height: 50px; 
}
.loader-icon img {
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */


.cart-upsell-shipping {
    overflow-y: scroll;
      padding-top: 10px;
}

.cart-upsell-shipping::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.cart-upsell-shipping::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.cart-upsell-shipping::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.cart-upsell-shipping::-webkit-scrollbar {
    display: none;
}

.cart-upsell-shipping-inner{
    position: relative;
    width: auto;
    overflow-y: scroll;
    max-height: 255px;
}
    .cart-upsell-shipping-inner.cart-empty-notification{
    overflow: hidden;
  }

.cart-upsell-shipping-inner::-webkit-scrollbar-track{
  border-radius: 10px;
}

.cart-upsell-shipping-inner::-webkit-scrollbar{
  width: 5px;
}

.cart-upsell-shipping-inner::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: rgba(0,0,0,0.2);
}
.cart-upsell-shipping-inner {
  overflow-y: scroll;
  background-color: white;
}
.cart-upsell-shipping-inner::-webkit-scrollbar {
  width: 5px; 
}
.cart-upsell-shipping-inner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); 
  border-radius: 10px; 
}
@-moz-document url-prefix() {
    .cart-upsell-shipping {
        scrollbar-width: thin;
        scrollbar-color: #000000 #F5F5F5;
    }
}
/* #cart-notification-product::-webkit-scrollbar{display:none;} */
</pre></body></html>