<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 403:1 Unexpected "}"

**/
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
	content: '';
	display: table;
	clear: both;
}
.page-width {
	max-width: 1250px;
	margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@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;
	}
}
body {
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center top;
   background-size: cover;
   padding: 40px 0;
}

 @media  (max-width: 1550px) {
   body {
     padding: 0;
  }
}
 @media  (max-width: 1550px) {
   body {
     background-image:none !important;
  }
}
.main-page{
   width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.2);
}
body .card-wrapper .cart-btn-bottom.button-position-center .cart-btn,
body .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link,
body #slidetop,
body .quantity,
body .button,
body .btn,
body .shopify-challenge__button,
body .customer button,
body .shopify-payment-button__button--unbranded,
body .owl-theme .owl-dots .owl-dot span,
body .owl-theme .owl-nav .owl-prev,
body .owl-theme .owl-nav .owl-next,
body .customer .field input, 
body .customer select, 
body .field__input, 
body .select__select, 
body input.spr-form-input, 
body textarea.spr-form-input,
body .spr-summary-actions-newreview{
    border-radius: 30px;
}
/******************** main title  *********************/
  

.section-header &gt; h2 {
    position: relative;
    text-align: center;
    text-transform: unset;
    font-size: 36px;
  line-height: 36px;
    color: #1f3143;
    margin-bottom: 25px;
    font-weight: 700;
  font-family: var(--font-title-family);
}
 @media (max-width: 767px) {
   .section-header &gt; h2 {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header &gt; h2 {
     margin-bottom:14px;
  }
}
.section-header .seperator{
    height: 20px;
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}
  
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
   @media (max-width: 543px) {
    .card--product .mobile-review .spr-badge{
     bottom: 43px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding-right:0;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
  }
  
  .card-information .price {
    justify-content:center;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color:var(--brand-secnodary);
    vertical-align: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: #888888;
  }
 .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: 10px;
    color: var(--sale-text-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding:0 4px;
    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;
  }
  @media (max-width: 543px) {
      .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
  .outstock-overlay{
    position: absolute;
    background: var(--soldout-bg-color);
    text-align: center;
    padding: 7px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    line-height: 8px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
 @media (max-width: 767px) {
    .outstock-overlay{
       display:none
    }
 }
  @media (min-width: 768px) {
    .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
 .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: #ccc;
   font-size: 14px;
   -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: 14px;
   -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: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.card-wrapper{
 background:#f6f6f6;
}
  @media (min-width: 768px) {
      .card-wrapper:hover .price {
      opacity:1;
     }
    .card-wrapper .price{
      -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    }
  }
.card-wrapper .price{
      margin-bottom: 5px;
}
 .thumbnail-buttons {
	 position: absolute;
	 left: auto;
	 right: 10px;
	 top: 10px;
}
 .thumbnail-buttons .btn-info{
	 width: 34px;
	 height: 34px;
	 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: 5px;
	 -webkit-transition: all 0.4s;
	 -moz-transition: all 0.4s;
     -ms-transition: all 0.4s;
	 -o-transition: all 0.4s;
	 transition: all 0.4s;
}
  .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;
  }
 
  .cart-btn.loading svg,
  .cart-btn.loading span{
     opacity:0;
}
.product-cart span{
font-size: 12px;
}
.product-cart .btn{
    position: relative;
    padding: 7px 14px;
}
 .product-cart{
   position: unset;
    left: 0;
    right: 0;
    bottom: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.card-wrapper .cart-btn.sold-out{
      cursor: not-allowed;
}
@media (max-width: 767px){
  .product-cart{
    position: unset;
  }
}
  @media (min-width: 768px){
      .product-cart{
        opacity: 1;
      }
      .card-wrapper:hover  .product-cart{
          -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        opacity: 1;
      }
  }
 } 
 
  @media (max-width: 543px){
     .product-cart .cart-btn.loading:before{
            top: -1px;
    } 
  }

.product-cart .btn-info svg{
    display:none;
}
@media (max-width: 543px){
  .product-cart .btn{
    padding: 7px 10px;
      font-size: 12px;
  }
}
.product-cart .cart-btn.loading{
    background-color: var(--button-bg-hover-color);
}

   .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--button-text-hover-color);
     width: 34px;
     height: 34px;
     display: flex;
     border-radius: 50%;
       font-weight: 400;
     align-items: center;
     justify-content: center;
     top: 1px;
     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;
  }
@media (max-width: 543px){
  .cart-btn.loading:before{
     top: 1px;
  }
}
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 34px;
	height: 34px;
    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;
		 -moz-transform: translateY(-100px);
         -webkit-transform: translateY(-100px);
         -o-transform: translateY(-100px);
         -ms-transform: translateY(-100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 34px;
	 height: 34px;
       -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 span {
	display:none;
} 
 .thumbnail-buttons .btn-info:hover{
	 background-color: var(--product-btn-bg-hover-color);
}
 .thumbnail-buttons .btn-info:hover svg {
	 fill: var(--product-icon-hover-color);
}
 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
    -moz-transform: translateY(0px);
   -webkit-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
  } 
  .card-wrapper:hover .outstock-overlay{
         opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
  }
 }
  
.card-information{
      padding-bottom: 10px;
}

  @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:13px;
    }
    .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: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
  }
.template-404 .card-wrapper:hover .price{
opacity: 1;
}
  
  

  
 

  

/*************************************** Header.css *****************************/

 #header .nav-header{
  background:var(--navbar-background-color);
 }
 #header .nav-header .header-block {
  padding: 8px 0;
  position: relative;
}
/*  #_desktop_top_menu #top-menu {
   text-align: left;
   margin-bottom: 0;
   padding: 0 0 0 15px;
} */

#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;
}

#header .nav-header .header-block span{
	    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    fill: var(--navbar-text-color);
}
#header .nav-header .header-block span svg{
	    width: 22px;
    height: 22px;
}
#header .header-top {
  position: relative;
  text-align: center;
  padding:23px 0;
}


@media (min-width: 992px) {
  #header .header-top .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: right;
    padding: 6px 0px;
}

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

#header .desktop-user-info .user_info,
#header .desktop-user-info .checkout,
#header .desktop-user-info .wishlist,
#header .desktop-user-info .contact {
    position: relative;
    padding: 3px 10px;
  display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#header .desktop-user-info &gt;div:last-child{
	padding-right: 0;
}
@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: 2px 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(--navbar-text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  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: var(--navbar-text-color);
  }
}

/* #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: center;
}

#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;
}



#_desktop_search,
#_mobile_search {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align:middle;
  z-index: 1;
}



#_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 svg,
#_mobile_search .search-toggle svg {
  width: 40px;
  height: 40px;
  fill: var(--header-icon-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  #_desktop_search .search-toggle svg,
  #_mobile_search .search-toggle svg {
    fill: #232323;
  }
}

@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-toggle,
  #_mobile_search .search-toggle {display:none;}
  #_desktop_search .search-info,
  #_mobile_search .search-info {
    display:block;
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}



@media (max-width: 991px) {
  #_desktop_search .search-info,
  #_mobile_search .search-info {
    left: 0;
    right: auto;
    position: absolute;
    top: 40px;
    z-index: 99;
  }
}

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

#_desktop_search .search-info form .search-tag,
#_mobile_search .search-info form .search-tag {
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 12px;
    height: 40px;
    padding: 10px 15px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 18px;
    z-index: 3;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: .5px;
}

#_desktop_search .search-info .search__input,
#_mobile_search .search-info .search__input {
  min-width: 280px;
  width: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  height: 40px;
  padding: 5px 15px;
  padding-right: 45px;
  margin: 0;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #777;
}
/* @media (min-width:1200px) {
  #_desktop_search .search-info .search__input{
      text-indent: 140px;
  }
} */
 .search-header .search-results {
   top: auto !important;
   width: 100%;
}
@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: #777;
  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: 2px;
    top: 2px;
  border: none;
  height: 36px;
  width: 36px;
  font-size: 15px;
  font-weight: 400;
  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;
  border-radius: 50%;
    background: var(--button-bg-color);
    color: var(--button-text-color);
}
#_desktop_search .search-info .search-header__submit:hover,
#_mobile_search .search-info .search-header__submit:hover{
	   background: var(--button-bg-hover-color);
    color: var(--button-text-hover-color);
}
#_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;
}

.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_info #user-notification{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    position: absolute;
    right: 0;
    left: auto;
    text-align: left;
    width: 350px;
    z-index: 9;
   overflow:hidden;
}
@media (max-width:991px) {
  .user_info #user-notification{
    right: auto;
    left: 0;
  }
}
@media (max-width:767px) {
  .user_info #user-notification{
    right: 0;
    left: 0;
    margin:0 auto; 
  }
  .user_info {position:unset !important;}
}
@media (max-width: 543px) {
  .user_info #user-notification{
      width: 300px;
  }
}
  @media (max-width: 480px) {
    .user_info #user-notification{
      width: 280px;
    }
  }
   @media (max-width: 375px) {
    .user_info #user-notification{
      width: 260px;
    }
  }
.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);
 }
  
  .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_info #user-notification .customer.login,
#_mobile_user_info #user-notification .customer.login{
   max-width: 100%; 
   padding: 0;
   box-shadow: none;
   margin-bottom: 0;
} 
.user_info #user-notification .customer.login h2{
  margin-top:0;
}
.user_info #user-notification .customer.login .forgot{
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.user_info #user-notification .customer.login p{
  margin-bottom:0;
   color:#232323;
}
.user_info #user-notification .customer.login form{
  margin-top:20px;
}
.user_info #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_info #user-notification .customer.login #create_customer .btn{
      margin-top: 20px;
  }
  .user_info #user-notification .customer.login button{
         margin: 15px 0 0;
    display: block;
    width: 100%;
  }
  .user_info #user-notification .customer.login .field input{
    padding:10px;
    height: 4rem;
  }
  .user_info #user-notification .customer.login .field input:-webkit-autofill,
  .user_info #user-notification .customer.login .field input:focus,
  .user_info #user-notification .customer.login .field input:not(:placeholder-shown),
  .user_info #user-notification .customer.login .field input:-webkit-autofill {
    padding: 1.7rem 1.5rem 0.8rem;
  }
  .user_info #user-notification .customer.login .field label{
    top: 1rem;
  }
  .user_info #user-notification .customer.login .field input:-webkit-autofill~label,
  .user_info #user-notification .customer.login .field input:focus~label,
  .user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label {
    top: 0.2rem;
  }
  .user_info #user-notification .customer.login .field{
        margin: 1.5rem 0 0 0;
  }
.user_info .userinfo-title{
  cursor: pointer;
  display:block;
      color: var( --navbar-text-color);
}

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

.user_info .userinfo-title .userinfo-toggle svg {
  fill: var(--brand-third);
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .user_info .userinfo-title .userinfo-toggle svg{
    fill: #232323;
  }
}
#_desktop_wishlist,  #_mobile_wishlist {
     display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
  }
@media (max-width: 1199px) {
    #_desktop_wishlist,  #_mobile_wishlist {
   display:none;
  }
}

@media (max-width: 991px) {
    #_desktop_wishlist,  #_mobile_wishlist {
     padding: 0;
  }
}
  #_desktop_wishlist .wishlist .wishlist-logo,  #_mobile_wishlist .wishlist .wishlist-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;
   position: relative;
}
  #_desktop_wishlist .wishlist .wishlist-logo svg,  #_mobile_wishlist .wishlist .wishlist-logo svg {
   fill:#232323;
   width: 30px;
   height: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
    #_desktop_wishlist .wishlist .wishlist-logo svg,  #_mobile_wishlist .wishlist .wishlist-logo svg {
    /* If media is below 992 */
     fill: #232323;
     height: 40px;
     width: 40px;
  }
}
  #_desktop_wishlist .wishlist .wishlist-logo #wishlist-qty,  #_mobile_wishlist .wishlist .wishlist-logo #wishlist-qty {
   background-color: var(--button-bg-color);
   border-radius: 50%;
   color: var(--button-text-color);
   font-size: 11px;
   font-weight: 400;
   height: 15px;
   right: auto;
   position: absolute;
   left: 5px;
   text-align: center;
   bottom: 4px;
   width: 15px;
   line-height: 15px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   display: none;
}
 @media (max-width: 991px) {
    #_desktop_wishlist .wishlist .wishlist-logo #wishlist-qty,  #_mobile_wishlist .wishlist .wishlist-logo #wishlist-qty {
     background-color: var(--button-bg-color);
     border-radius: 50%;
     color: var(--button-text-color);
     top: 6px;
     right: 5px;
     left: auto;
     width: 14px;
     line-height: 14px;
     height: 14px;
  }
}
  #_desktop_wishlist .wishlist .wishlist-content,  #_mobile_wishlist .wishlist .wishlist-content {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
}
 
  #_desktop_wishlist .wishlist .wishlist-content .wishlist-text,  #_mobile_wishlist .wishlist .wishlist-content .wishlist-text {
   font-size: 14px;
   font-weight: 500;
   line-height: 14px;
   display: block;
    color:#232323;
}
  #_desktop_wishlist .wishlist .wishlist-content #wishlist-qty,  #_mobile_wishlist .wishlist .wishlist-content #wishlist-qty {
   font-size: 12px;
   font-weight: 500;
   color: #787878;
}
  #_desktop_wishlist .wishlist .wishlist-content .wishlist-item-inner,  #_mobile_wishlist .wishlist .wishlist-content .wishlist-item-inner {
   font-size: 13px;
   font-weight: 500;
   color: #666;
    font-size: 12px;
}
@media (max-width: 991px) {
    #_desktop_wishlist,  #_mobile_wishlist {
   display:block;
          margin-right: 4px;
  }
  #_mobile_wishlist .wishlist-content{
    display:none !important;
  }
 #_mobile_wishlist .wishlist .wishlist-logo svg{
    height: 25px;
    width: 25px;
  }
  #_mobile_wishlist .wishlist .wishlist-logo{
  height: 25px;
    width: 25px;
  }
}

#_desktop_cart,
#_mobile_cart {
  position: relative;
  display: inline-block;
  vertical-align:middle;
  cursor: pointer;
}
.cart-logo{
  display:none;
}

#_desktop_cart .cart-display .cart-logo,
#_mobile_cart .cart-display .cart-logo {
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-logo,
  #_mobile_cart .cart-display .cart-logo {
    background: transparent;
  }
}
#_desktop_cart .cart-display .cart-logo svg,
#_mobile_cart .cart-display .cart-logo svg {
  width: inherit;
  height: inherit;
  display: inline-block;
  vertical-align: middle;
     fill:#232323;
      width: 40px;
    height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* @media (min-width: 992px) {
  #_desktop_cart .cart-display .cart-logo svg,
  #_mobile_cart .cart-display .cart-logo svg {
    stroke: var(--button-text-hover-color);
    stroke-width: 4px;
  }
} */
@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-logo svg,
  #_mobile_cart .cart-display .cart-logo svg {
    fill: #232323;
    width: 40px;
    height: 40px;
  }
  #_desktop_cart .cart-display .cart-logo,
  #_mobile_cart .cart-display .cart-logo {
  	 width: 40px;
    height: 40px;
  }
}
#_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: 10px;
  font-weight: 400;
  height: 15px;
  left: auto;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 2px;
  bottom:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  line-height: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
    display:none;
}

@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: 16px;
    line-height: 16px;
    height: 16px;
    display:block;
  }
}

#_desktop_cart .cart-display .cart-price-content,
#_mobile_cart .cart-display .cart-price-content{
  display: inline-block; 
  vertical-align: middle;
  text-align: left;
  padding-left: 2px;
  position: relative;
}


#_desktop_cart .cart-display .cart-price-content span,
#_mobile_cart .cart-display .cart-price-content span{
    text-align: left;
    color: #666;
    display: inline-block;
    font-size: 13px;
      font-weight: 400;
}
#_desktop_cart .cart-display .cart-price-content .title,
#_mobile_cart .cart-display .cart-price-content .title{
    display: block;
    position: relative;
    font-size: 14px;
  font-weight: 500;
    color: #232323;
  line-height:20px;
  margin:0;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.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;
  right: 0;
  padding: 0;
  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);
  }
}
  .wrapper-nav{
     min-height:50px;
  } 
 .navfullwidth.fixed-header{
    background:var(--menu-bg-color);
    position:relative;
      
} 
.navfullwidth{
position:relative;
}  
#shopify-section-Ishi_megamenu {
      float: none;
    border-radius: 50px;
    background:var(--menu-bg-color);
        text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

#_desktop_top_menu #top-menu .sub-menu {
  position: absolute;
  top: 70%;
  left:0;
  right:0;
  background: #fff;
  border: none;
  width: auto;
  z-index: 18;
  overflow: hidden;
  padding:30px;
  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%;
  }
}

@media (max-width: 1400px) {
  #top-menu h3 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu h3 {
    font-size: 15px;
  }
}
#top-menu h3 {
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 500;
}

@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 #eee;
  }
  #top-menu&gt;li:last-child {
    border-bottom: none;
  }
}
#top-menu&gt;li.menularge {
  position:unset;
}

@media (max-width: 991px) {
  #top-menu&gt;li.menularge{
    position:relative;
  }
}
#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 10px;
  }
}

#top-menu&gt;li&gt;a .title {
  color: var(--menu-text-color);
  font-weight: 400;
  font-size: 14px;
  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: 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&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: 1px;
  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;
  }
}

@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;
}
.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;
  }
}

.grid__item--Ishi_megamenu .card-wrapper{
    width: 140px;
      background: none;
}
  .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: white;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: auto;
}

#mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  padding: 15px 15px 10px;
  text-align: right;
}

#mobile_top_menu_wrapper #top_menu_closer svg {
  width:18px;
  height:18px;
  color: #232323;
}

#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;
}

#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 {
    background-color: #fff;
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
  }
}
@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: #232323;
}

.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(--footer-bg-color);
  border-top: 1px solid #eee;
}
@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: 4rem;
    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;
  }
}
@media screen and (max-width: 991px) {
  .footer-block--newsletter .footer-block__heading{
      float: unset;
    margin-bottom:5px;
  }
}


.footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
@media screen and (max-width: 991px) {
  .footer .newsletter-form{
    max-width: 70%;
        margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .footer .newsletter-form{
    max-width: 85%;
  }
}
@media screen and (max-width: 543px) {
  .footer .newsletter-form{
    max-width: 100%;
  }
}
.newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
  border-radius: 30px;
}
@media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 70px;
  }
}
.newsletter-form .newsletter-form__button{
 height:45px;
 position: absolute;
 right: 0;
 margin: 0;
  top:0;
  border-radius: 0 30px 30px 0;
}
.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:400;
  color:var(--footer-heading-color);

}

@media screen and (min-width: 992px) {
  .footer-block__heading {
    font-size: 1.8rem;
    display:block;
     margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
    .footer-block__heading {
      float:left;
    }
}
.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(--footer-text-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);
  padding: 10px 0;
}

.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(--footer-bottom-text-color);
}
 @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
     padding: 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(--footer-text-color);
  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(--button-bg-color);
   color: var(--button-text-color);
   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  .block-newsletter-label {
 color: var(--footer-text-color);
 margin-bottom: 15px;
 }
.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  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-social ul li a i,.footer-social ul li a svg{
   font-size: 16px;
  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;
}


.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-infomation{
    width: 70%;
    margin: 0 auto;
}
@media (max-width: 991px) {
  .store-infomation{
      width: 80%;
  }
}
@media (max-width: 767px) {
  .store-infomation{
      width: 90%;
  }
}
@media (max-width: 543px) {
  .store-infomation{
      width: 100%;
  }
}
/* ----------- Section CSS -------------- */

/*================ ishislider ================*/
.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;
   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);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
   line-height: 40px;
    color: var(--button-text-color) !important;
   height: 40px;
   width: 40px;
}

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-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 .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 1500px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1400px;
  }
}
@media (max-width: 1300px) {
 .ishislider .ishislideshow-carousel .page-width {
     max-width:90%;
  }
}

 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 24px;
   text-transform: unset;
   line-height: 34px;
   margin-bottom: 15px;
   letter-spacing: 0.8px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 22px;
     line-height: 25px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
     line-height: 23px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 18px;
     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: 59px;
   text-transform: unset;
   line-height: 58px;
   margin-bottom: 12px;
   letter-spacing: 0.7px;
   font-weight: 800;
   font-family: var(--font-title-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 50px;
     line-height: 53px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 41px;
     line-height: 41px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 31px;
     line-height: 31px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 25px;
     line-height: 30px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 28px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 19px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 17px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 15px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 13px;
     line-height: 15px;
  }
}
 .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: 20px;
  }
}
 @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;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn .btn{
     font-size: 13px;
     line-height: 16px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn .btn{
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn .btn{
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn .btn{
     font-size: 10px;
     padding: 4px 10px;
     line-height:18px;
  }
}
@media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn .btn{
     font-size: 9px;
     padding: 5px 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;
}


/************************************** Featured Product css ********************************/

.featured-product-section .view-all-btn{
  margin-top: 0;
}

.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{
 display: block;
 margin: 0 0 10px;
}
.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;
}
.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);
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}

 @media (min-width: 544px) {
 .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{
       margin-bottom: 20px;
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     display: inline-block;
     vertical-align: middle;
     padding: 0 15px;
     min-width: auto;
     background: transparent;
    color: #666666;
   }
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link,
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item:hover .ishi-product-nav-link{
    background: transparent;
    color: #232323;
  }
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 20px;
  }
   .featured-product-section .ishi-product-tabs::-webkit-scrollbar {
    display: none; 
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item:not(:first-child) {
    margin-left: 15px;
  }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link::before {
    position: absolute;
    content: "";
    background: #232323;
    bottom: 0;
    width: 0;
    height: 1px;
    top: auto;
    right: 0;
    left: 0;
  }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active  .ishi-product-nav-link::before {
     width: 100%;
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
      display: inline-block;
     vertical-align: middle;
      margin-bottom: 0;
    }
 }
.card-information__wrapper&gt;*:not(.visually-hidden:first-child)+*{
  margin-top:3px;
}
/*================ 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 {
   opacity: 1;
   cursor: pointer;
   display: inline-block;
   vertical-align: middle;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
/* .manufacture-block .manufacture-carousel .logo-bar__item img {
  max-width:100%;
  width:auto;
  margin: 0 auto;
} */
.manufacture-block .manufacture-carousel .logo-bar__item:hover {
    transform: scale(0.9);
   opacity: 1;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}

.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( --navbar-text-color);
}

localization-form{
    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( --navbar-text-color);
  }
  
  .localization-form:only-child .localization-selector.link{
       padding-right: 2rem;
  }
  .localization-form:only-child .localization-selector.link .icon-caret{
    right: 0;
  }
}
 .localization-form .dropdown-list{
   right:0;
    left:auto;
  }

/*====================== Category Block ====================== */
 #_desktop_category .ishi-category-block, #_mobile_category .ishi-category-block {
   position: relative;
   overflow: hidden;
   z-index: 0;
}
 @media (max-width: 991px) {
	 #_desktop_category .ishi-category-block, #_mobile_category .ishi-category-block {
		 margin: 30px 0 0;
	}
}
 @media (min-width: 992px) {
	 #_desktop_category .ishi-category-block .ishicategoryblock.page-width, #_mobile_category .ishi-category-block .ishicategoryblock.page-width {
		 max-width: 810px;
	}
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container {
	 position: relative;
	 overflow: hidden;
	 text-align: center;
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container a, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container a {
	 position: relative;
	 overflow: hidden;
	 text-align: center;
	 display: block;
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .image-container, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .image-container {
	 position: relative;
	 overflow: hidden;
	 margin-bottom: 7px;
	 border-radius: 50%;
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .image-container img, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .image-container img {
	 width: 80px;
	 max-width: 100%;
	 margin: 0 auto;
	 border-radius: 50%;
	 padding: 0;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .text-container, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container .text-container {
	 font-size: 14px;
	 color: #232323;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 padding: 0;
	 margin: 0 auto;
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .image-container img, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .image-container img {
	 -moz-transform: rotate(-5deg);
	 -webkit-transform: rotate(-5deg);
	 -o-transform: rotate(-5deg);
	 -ms-transform: rotate(-5deg);
	 transform: rotate(-5deg);
}
 @media (max-width: 767px) {
	 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .image-container img, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .image-container img {
		/* If media is below 768 */
		 -moz-transform: rotate(0deg);
		 -webkit-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
		 -ms-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
}
 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .text-container, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-container:hover .text-container {
	 color: var(--brand-secondary);
	 background: transparent;
}
 @media (min-width: 992px) {
	 #_desktop_category .ishi-category-block .ishicategoryblock .ishicategoryblock-inner, #_mobile_category .ishi-category-block .ishicategoryblock .ishicategoryblock-inner {
		 padding: 0 30px;
	}
}
 @media (min-width: 768px) {
	 #_desktop_category .ishi-category-block .ishicategoryblock .owl-nav, #_mobile_category .ishi-category-block .ishicategoryblock .owl-nav {
		 margin: 0;
	}
	 #_desktop_category .ishi-category-block .ishicategoryblock .owl-nav .owl-prev, #_mobile_category .ishi-category-block .ishicategoryblock .owl-nav .owl-prev, #_desktop_category .ishi-category-block .ishicategoryblock .owl-nav .owl-next, #_mobile_category .ishi-category-block .ishicategoryblock .owl-nav .owl-next {
		 position: absolute;
		 top: 28%;
		 bottom: auto;
		 left: -15px;
		 right: auto;
		 margin: 0;
	}
	 #_desktop_category .ishi-category-block .ishicategoryblock .owl-nav .owl-next, #_mobile_category .ishi-category-block .ishicategoryblock .owl-nav .owl-next {
		 left: auto;
		 right: -15px;
	}
}
 
/*------------------------(ishiservices)-----------------*/
 .ishiservicestyle .ishiservices {
	 position: relative;
}
 .ishiservicestyle .ishiservices .ishiservices-content {
	 display: block;
	 position: relative;
	 padding: 20px 15px;
}
 @media (max-width: 767px) {
	 .ishiservicestyle .ishiservices .ishiservices-content {
		 padding: 20px 15px 30px;
	}
}
 .ishiservicestyle .ishiservices .service-block {
	 display: block;
	 overflow: hidden;
}
 .ishiservicestyle .ishiservices .services {
	 text-align: left;
	 cursor: pointer;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 @media screen and (min-width: 544px) and (max-width: 991px) {
	 .ishiservicestyle .ishiservices .services {
		/* If media is between 768 and 991 */
		 margin-bottom: 20px;
	}
	 .ishiservicestyle .ishiservices .services:nth-child(3), .ishiservicestyle .ishiservices .services:last-child {
		 margin-bottom: 0;
	}
}
 @media (max-width: 543px) {
	 .ishiservicestyle .ishiservices .services {
		/* If media is below 544 */
		 width: 100%;
		 margin-bottom: 20px;
		 border: 0;
	}
	 .ishiservicestyle .ishiservices .services:last-child {
		 margin-bottom: 0;
	}
}
 .ishiservicestyle .ishiservices .services .service-img-outer {
	 display: inline-block;
	 vertical-align: middle;
	 position: relative;
	 background: transparent;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
	 .ishiservicestyle .ishiservices .services .service-img-outer {
		/* If media is between 992 and 1199 */
		 text-align: center;
		 margin: 0 auto 5px;
		 display: block;
	}
}
 @media (max-width: 767px) {
	 .ishiservicestyle .ishiservices .services .service-img-outer {
		/* If media is below 768 */
		 display: block;
		 text-align: center;
		 margin: 0 auto 5px;
	}
}
 .ishiservicestyle .ishiservices .services .service-img {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
	 margin: 0;
	 text-align: center;
	 height: 60px;
	 width: 60px;
	 overflow: hidden;
	 background-position: center;
	 background-repeat: no-repeat;
	 -webkit-transition: all 0.4s;
	 -moz-transition: all 0.4s;
	 -o-transition: all 0.4s;
	 transition: all 0.4s;
}
 .ishiservicestyle .ishiservices .services .service-text {
	 display: inline-block;
	 vertical-align: middle;
	 text-align: left;
	     padding-left: 5px;
    width: 70%;
      
}

 @media screen and (min-width: 992px) and (max-width: 1199px) {
	 .ishiservicestyle .ishiservices .services .service-text {
		 text-align: center;
		 padding-left: 0px;
		 display: block;
       width: 100%;
	}
}
 @media (max-width: 767px) {
	 .ishiservicestyle .ishiservices .services .service-text {
		/* If media is below 768 */
		 display: block;
		 text-align: center;
		 padding-left: 0px;
        width: 100%;
        
	}
}
 .ishiservicestyle .ishiservices .services .service-text .service-title {
	 font-size: 20px;
	 font-weight: 800;
   font-family: var(--font-title-family);
	 color: #232323;
	 -webkit-transition: all 0.7s;
	 -moz-transition: all 0.7s;
	 -o-transition: all 0.7s;
	 transition: all 0.7s;
}
 @media (max-width: 767px) {
	 .ishiservicestyle .ishiservices .services .service-text .service-title {
		 font-size: 18px;
	}
}
 @media (max-width: 543px) {
	 .ishiservicestyle .ishiservices .services .service-text .service-title {
		 font-size: 17px;
	}
}
 .ishiservicestyle .ishiservices .services .service-text .service-desc {
	 color: #787878;
	 font-weight: 400;
	 font-size: 14px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
	 .ishiservicestyle .ishiservices .services .service-text .service-desc {
		/* If media is between 992 and 1199 */
		 font-size: 12px;
	}
}
 .ishiservicestyle .ishiservices .services:hover .service-img {
	 transform: rotateY(360deg);
	 -webkit-animation-name: jackInTheBox;
	 animation-name: jackInTheBox;
	 animation: jackInTheBox;
	 -webkit-animation-duration: 1s;
	 animation-duration: 1s;
	 -webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
}
 @keyframes jackInTheBox {
	 0% {
		 opacity: 0;
		 -webkit-transform: scale(0.1) rotate(30deg);
		 transform: scale(0.1) rotate(30deg);
		 -webkit-transform-origin: center bottom;
		 transform-origin: center bottom;
	}
	 50% {
		 -webkit-transform: rotate(-10deg);
		 transform: rotate(-10deg);
	}
	 70% {
		 -webkit-transform: rotate(3deg);
		 transform: rotate(3deg);
	}
	 100% {
		 opacity: 1;
		 -webkit-transform: scale(1);
		 transform: scale(1);
	}
}
 /***************************** ishitopbanners ********************************/
.ishi-topbanner-section{
	    overflow: hidden;
}
 .ishitopbanners .ishitopbanners-container {
	 cursor: pointer;
   margin-bottom:30px;
}
 @media (max-width: 1199px) {
	 .ishitopbanners .ishitopbanners-container:last-child.odd {
		 float: none;
		 display: inline-block;
	}
}
 @media (max-width: 991px) {
	 .ishitopbanners .ishitopbanners-container {
		/* If media is below 992 */
		 margin-bottom: 30px;
	}
 }
 @media (max-width: 543px) {
	 .ishitopbanners .ishitopbanners-container {
		/* If media is below 544 */
		 width: 100%;
	}
}
 .ishitopbanners .ishitopbanners-container .image-container {
	 -js-display: flex;
	 display: flex;
	 align-items: center;
}
 .ishitopbanners .ishitopbanners-container .image-container img {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 width: 100%;
}
 .ishitopbanners .ishitopbanners-container .image-container .banner-desc {
	 position: absolute;
	 right: 10px;
	 left: auto;
	 width: 50%;
}
 @media (max-width: 991px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc {
		/* If media is below 768 */
		 width: 60%;
		 right: 5px;
	}
}
 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data {
	 position: relative;
	 text-align: center;
}
 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-title {
	 font-size: 15px;
	 font-weight: 400;
	 line-height: 15px;
	 margin-bottom: 15px;
}
 @media (max-width: 1199px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-title {
		/* If media is below 768 */
		 font-size: 12px;
		 line-height: 13px;
	}
}
 @media (max-width: 991px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-title {
		/* If media is below 768 */
		 font-size: 12px;
		 line-height: 12px;
		 margin-bottom: 10px;
	}
}
 @media (max-width: 543px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-title {
		/* If media is below 544 */
		 font-size: 15px;
		 line-height: 15px;
	}
}
 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
	 font-size: 34px;
	 font-weight: 600;
	 line-height: 32px;
	 margin-bottom: 15px;
	 -webkit-transition: all 0.7s;
	 -moz-transition: all 0.7s;
	 -ms-transition: all 0.7s;
	 -o-transition: all 0.7s;
	 transition: all 0.7s;
}
 @media (max-width: 1199px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
		/* If media is below 768 */
		 font-size: 20px;
		 line-height: 20px;
	}
}
 @media (max-width: 991px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
		/* If media is below 768 */
		 font-size: 16px;
		 line-height: 16px;
		 margin-bottom: 10px;
	}
}
 @media (max-width: 767px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
		/* If media is below 768 */
		 font-size: 24px;
		 line-height: 24px;
	}
}
 @media (max-width: 543px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
		/* If media is below 544 */
		 font-size: 35px;
		 line-height: 35px;
	}
}
 @media (max-width: 400px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .sub-title {
		/* If media is below 544 */
		 font-size: 25px;
		 line-height: 25px;
	}
}
 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-btn .btn {
	 border-radius: 30px;
}
 @media (max-width: 1199px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-btn .btn {
		/* If media is below 544 */
		 padding: 8px 14px;
		 font-size: 12px;
	}
}
 @media (max-width: 991px) {
	 .ishitopbanners .ishitopbanners-container .image-container .banner-desc .banner-data .banner-btn .btn {
		/* If media is below 544 */
		 padding: 5px 10px;
		 font-size: 11px;
	}
}
 .ishitopbanners .ishitopbanners-container .image-container:hover .banner-desc .banner-data .sub-title {
	 transform: rotateX(360deg);
	 -webkit-transform: rotateX(360deg);
}

/*================ story-block ================*/
 .ishi-story-section .ishistoryblock {
	 text-align: center;
}
 .ishi-story-section .ishistoryblock.storyimage {
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: cover;
}
 .ishi-story-section .ishistoryblock.story-color {
	 width: 100%;
	 display: block;
	 position: relative;
}
 .ishi-story-section .ishistoryblock .page-width .row {
	/* If media is above 1200 */
}
 @media (min-width: 768px) {
	 .ishi-story-section .ishistoryblock .page-width .row {
		 display: flex;
		 align-items: center;
	}
}
 @media (min-width: 768px) {
	 .ishi-story-section .ishistoryblock .desc-left {
		 order: 1;
	}
}
 @media (min-width: 768px) {
	 .ishi-story-section .ishistoryblock .banner-right {
		 order: 2;
	}
}
 .ishi-story-section .ishistoryblock .story-image-wrapper .image-container {
	 display: inline-block;
	 vertical-align: middle;
}
 .ishi-story-section .ishistoryblock .story-image-wrapper .image-container img {
	 max-width: 100%;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 @media (max-width: 767px) {
	 .ishi-story-section .ishistoryblock .story-image-wrapper {
		 margin-bottom: 30px;
	}
}
 .ishi-story-section .ishistoryblock .text-wrapper {
	 display: block;
	 text-align: left;
}
 @media (max-width: 767px) {
	 .ishi-story-section .ishistoryblock .text-wrapper {
		/* If media is below 768 */
		 text-align: center;
	}
}
 .ishi-story-section .ishistoryblock .text-wrapper .sub-title {
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
    margin-bottom: 12px;
}
 @media (max-width: 991px) {
	 .ishi-story-section .ishistoryblock .text-wrapper .sub-title {
		/* If media is below 992 */
		 margin-bottom: 10px;
         font-size:14px;
	}
}
 .ishi-story-section .ishistoryblock .text-wrapper .title {
	 margin-bottom:10px;
	 line-height: 50px;
	 font-size: 50px;
	 font-weight: 900;
   font-family: var(--font-title-family);
}
 @media (max-width: 991px) {
	 .ishi-story-section .ishistoryblock .text-wrapper .title {
		/* If media is below 992 */
		 margin-bottom: 10px;
		 line-height: 40px;
		 font-size: 40px;
	}
}
 @media (max-width: 543px) {
	 .ishi-story-section .ishistoryblock .text-wrapper .title {
		/* If media is below 992 */
		 line-height: 35px;
		 font-size: 35px;
	}
}
 .ishi-story-section .ishistoryblock .text-wrapper .description {
	 line-height: 24px;
	 margin-bottom: 25px;
	 max-width: 90%;
	 font-size: 14px;
}
 @media (max-width: 991px) {
	 .ishi-story-section .ishistoryblock .text-wrapper .description {
		/* If media is below 992 */
		 max-width: 100%;
		 margin-bottom: 20px;
	}
}
 .ishi-story-section .ishistoryblock .text-wrapper .description ul li {
	 list-style: unset;
}
 /*================ smartblog ================*/
 .ishi-smartblog-section {
	 overflow: hidden;
}
 .smartblog .products_block_inner {
	 position: relative;
}
 .smartblog .products_block_inner .owl-nav {
	 margin-top: 15px;
}
 @media (max-width: 991px) {
	 .smartblog .products_block_inner .owl-nav {
		/* If media is below 992 */
		 margin-top: 0px;
	}
}
 .smartblog .products_block_inner .section-header &gt; h2 {
	 margin-bottom: 10px;
}
@media (max-width:991px){
  .smartblog .products_block_inner .section-header &gt; h2{
    margin-bottom:5px;
  }
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post {
	 padding: 15px;
}

 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder a img {
	 -webkit-transform-style: unset;
	 transform-style: unset;
	 transform: scale(1.26);
	 -webkit-transform: scale(1.26);
	 -ms-transform: scale(1.26);
	 -o-transform: scale(1.26);
	 -moz-transform: scale(1.26);
	 opacity: 0.8;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
	 opacity: 1;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
	 display: block;
	 max-width: 100%;
	 position: relative;
	 margin-bottom: 0px;
	 background: #fff;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
	 position: relative;
	 display: block;
	 overflow: hidden;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
	 transition: all 1.5s;
	 -webkit-transition: all 1.5s;
	 -moz-transition: all 1.5s;
	 -ms-transition: all 1.5s;
	 -o-transition: all 1.5s;
	 max-width: 100%;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content {
	 padding: 20px;
	 text-align: left;
	 margin: 0;
	 background: #f5f5f5;
}
 @media (max-width: 750px) {
	 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content {
		/* If media is below 749 */
		 float: none;
	}
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
	 background-color: transparent;
	 padding: 0;
	 margin-top: 0;
	 margin-bottom: 10px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date {
	 margin: 0;
	 text-align: left;
	 display: block;
	 margin-bottom: 15px;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i {
	 display: none;
	 font-size: 18px;
	 margin-right: 8px;
	 vertical-align: middle;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date {
	 display: inline-block;
	 vertical-align: middle;
	 color: var(--brand-secondary);
	 font-size: 24px;
	 line-height: 24px;
	 font-weight: 600;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year {
	 display: none;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment, .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
	 display: inline-block;
	 vertical-align: middle;
	 font-size: 14px;
	 color: #666;
	 margin: 0;
	 margin-right: 10px;
}
.smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a{
color: #232323;
}
 @media (max-width: 543px) {
	 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment, .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
		/* If media is below 544 */
		 font-size: 13px;
	}
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i, .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author i {
	 font-size: 14px;
	 margin-right: 3px;
	 display: none;
}
 @media (max-width: 543px) {
	 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i, .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author i {
		/* If media is below 544 */
		 font-size: 12px;
	}
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
	 text-transform: uppercase;
	 color: #232323;
}
/*  @media (max-width: 375px) {
	 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
		 display: block;
		 margin-bottom: 10px;
	}
} */
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
	 margin-bottom:8px;
	 line-height: 18px;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
	 font-size: 18px;
	 font-weight: 500;
	 text-transform: capitalize;
	 color: #232323;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
	 margin-bottom: 10px;
	 font-size: 14px;
	 font-weight: 400;
	 color: #787878;
	 line-height: 22px;
}
 .smartblog .products_block_inner .smartblog-carousel .sds_blog_post .blog_post .blog_content .article__meta-buttons {
	 display: block;
}
 /*================ testimonials ================*/
 .ishitestimonial.testimonialimage {
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: cover;
	 background-attachment: fixed;
}
 .ishitestimonial.testimonial-color {
	 display: block;
	 width: 100%;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container {
	 text-align: center;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img {
	 max-width: 140px;
	 border-radius: 20px;
	 display: block;
	 margin: 0 auto 35px;
	 text-align: center;
	 box-shadow: 0px 21px 32.9px 2.1px rgba(27, 27, 27, 0.25);
	 position: relative;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img img {
	 max-width: 100%;
	 width: auto;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img .quote {
	 position: absolute;
	 left: -20px;
	 right: auto;
	 top: auto;
	 z-index: 2;
	 border-radius: 50%;
	 bottom: 5px;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 text-align: center;
	 background: var(--button-bg-hover-color);
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img .quote svg {
	 fill: var(--button-text-hover-color);
       width: 40px;
	 height: 40px;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-description {
	 font-size: 20px;
	 line-height: 30px;
	 position: relative;
	 font-weight: 500;
	 width: 60%;
	 margin: 0 auto 12px;
}
 @media (max-width: 991px) {
	 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-description {
		 width: 80%;
	}
}
 @media (max-width: 767px) {
	 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-description {
		 width: 100%;
	}
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-name {
	 position: relative;
	 display: inline-block;
	 vertical-align: middle;
	 font-size: 20px;
	 font-weight: 500;
	 margin: 0;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-designation {
	 display: inline-block;
	 vertical-align: middle;
	 font-size: 14px;
	 font-weight: 400;
	 padding-left: 5px;
}
 .ishitestimonial .owl-dots {
	 margin-top: 21px !important;
	 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:543px){
  .ishitestimonial .owl-dots{
   margin-top: 16px !important;
  }
}
 .ishitestimonial .owl-dots .owl-dot {
	 display: inline-block;
	 vertical-align: middle;
}
 .ishitestimonial .owl-dots .owl-dot span {
	 cursor: pointer;
	 width: 12px;
	 height: 12px;
	 background-color: var(--button-bg-hover-color);
	 border-radius: 50%;
	 display: block;
}
 .ishitestimonial .owl-dots .owl-dot.active span, .ishitestimonial .owl-dots .owl-dot:hover span {
	 background-color: var(--button-bg-color);
}
 /********************************** Deal Block *****************************/

 .ishispecialdeal {
   position: relative;
}
 .ishispecialdeal .product_content {
   display: block;
   text-align: center;
}
.ishispecialdeal .card-wrapper{
	background: #f6f7f8;
    border: none;
}
.ishispecialdeal .grid__item .card-information:before{
	display:none;
}
  .ishispecialdeal .card-wrapper{
      display: flex;
        align-items: center;
    margin-bottom:30px;
  }

/*  @media (max-width: 543px) {
  .ishispecialdeal .card-wrapper .card--product{
     width: 100%;
     text-align: center;
     padding: 0;
     margin: 0 auto 15px;
  }
} */

 .ishispecialdeal .card-wrapper .card-information{
  padding:15px 5px;
       text-align: left;
  margin:0;
   background:transparent;
}

.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper{
  margin-top: 10px;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask{
  padding:0;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails{
  height: 90px;
  margin: 0 -5px;
  overflow: hidden;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item{
    padding: 5px;
    border: medium none;
    margin: 0;
    width: 33.33%;
    float: left;
}
@media (max-width: 1199px) {
  .ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails{
    height: 140px;
  }
}
/*  @media (max-width: 543px) {
  .ishispecialdeal .card-wrapper .card-information{
     padding: 0;
      width: 100%;
  }
} */

.ishispecialdeal .card-wrapper .card-information .card-information__wrapper{
  text-align:left;
  position:relative;
}

 .ishispecialdeal .card-wrapper .card-information .card-information__text{margin-bottom:0;}
.ishispecialdeal .card-wrapper .card-information .price{opacity:1;justify-content: flex-start;margin-bottom:0;}
/* .ishispecialdeal .card-wrapper .card-information__wrapper&gt;:not(.visually-hidden:first-child)+*{
    margin-top: 1rem;
}  */
.ishispecialdeal .card-wrapper .card-information .card-information__text{
    font-size: 14px;
}
.ishispecialdeal .price--on-sale .price-item--regular, .ishispecialdeal .price--on-sale, .ishispecialdeal .price__regular .price-item--regular{
font-size: 14px;
}
.ishispecialdeal .card-wrapper .product-desc{
  margin-top: 6px !important;
  font-size:15px;
}
/* @media (max-width: 543px) {
  .ishispecialdeal .card-wrapper .card-information .card-information__wrapper{
    text-align:center;
  }
  .ishispecialdeal .card-wrapper .card-information .price{justify-content: center;}
} */
.ishispecialdeal .countdowncontainer{
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ishispecialdeal .countdowncontainer .countdown {
        display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 10px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ishispecialdeal .countdowncontainer .countdown .data{
        font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
    color: #232323;
    position: relative;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ishispecialdeal .countdowncontainer .countdown:last-child .data{
   color: var(--brand-secondary);
}
.ishispecialdeal .countdowncontainer .countdown .text{
  display: block;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    color: #666;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

 @media (max-width: 767px) {
   .ishispecialdeal .countdowncontainer .countdown .data {
     		 width: 45px;
  }
/*    .ishispecialdeal .countdowncontainer .countdown .text{
    display: none;
   } */
   .ishispecialdeal .countdowncontainer .countdown{
    margin-right:5px;
   }
   .ishispecialdeal .countdowncontainer{margin-bottom:10px;}
}

.ishispecialdeal .countdowncontainer .countdown:after{
    content: ":";
    position: absolute;
    left: auto;
    color: #232323;
    font-size: 15px;
    right: -10px;
    bottom: auto;
    top: 5px;
    font-weight: 600;
    text-align: center;
}
.ishispecialdeal .countdowncontainer .countdown:last-child:after{
  display:none;
}
.ishispecialdeal .thumbnail-buttons{
    left: 0;
    right: 0;
    top: auto;
    bottom: 5px;
}
@media (max-width: 767px) {
  .ishispecialdeal .thumbnail-buttons{
      position: unset;
  }
}
.ishispecialdeal .thumbnail-buttons .btn-info, .ishispecialdeal .thumbnail-buttons .product-btn{
 display: inline-block;
  vertical-align: middle;
  transform: unset;
}
.ishispecialdeal .thumbnail-buttons .btn-info{
margin-bottom: 0;
  margin-right:3px;
}
.ishispecialdeal .product-flags {
  display:none;
}
@media (min-width: 768px) {
  .ishispecialdeal .card-wrapper:hover .countdowncontainer{
   opacity:0;
  }
}
.ishispecialdeal .cart-btn.loading:before{
    width: 30px;
    height: 30px;
      top: 0px;
}
.dealimage {
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
 @media (max-width: 767px) {
    .ishispecialdeal .product_content{
        float: unset !important;
    }
 }
@media (max-width: 543px) {
  .ishispecialdeal .countdowncontainer .countdown .text{
    display: none;
  }
  .ishispecialdeal .countdowncontainer .countdown .data{
  width: auto;
        font-size: 16px;
  }
  .ishispecialdeal .countdowncontainer .countdown:after{
      font-size: 12px;
    right: -7px;
    bottom: auto;
    top: 0px;
  }
}
.ishispecialdeal .owl-nav{
    margin-top: 0;
}
@media (min-width: 767px) {
  .ishispecialdeal .card--product .spr-badge{
    bottom: 4px;
  }
}</pre></body></html>