/** Shopify CDN: Minification failed

Line 2400:21 Unexpected "0%"
Line 2403:21 Unexpected "100%"

**/
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
	content: '';
	display: table;
	clear: both;
}
.page-width {
	max-width: 1200px;
	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;
	}
}

/******************** main title  *********************/
  
.section-header .sub-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
    
   font-family: var(--font-body-family);
}
@media (max-width: 767px) {
      .section-header .sub-title {
        /* If media is below 768 */
        font-size: 14px;
        letter-spacing: 0; 
      } 
}
.section-header > h2 {
   position: relative;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #232323;
    letter-spacing: 0.2px;
    display: block;
    vertical-align: middle;
   font-family: var(--font-body-family);
}
@media (max-width: 991px) {
      .section-header > h2 {
        /* If media is below 992 */
        font-size: 22px;
        line-height: 22px; 
      } 
}
    @media (max-width: 543px) {
      .section-header > h2 {
        /* If media is below 544 */
        font-size: 20px;
        margin-bottom: 20px; 
      } 
      .featured-product-section .section-header > h2 {
        
        margin-bottom: 15px; 
      } 
    }
/*  .section-header > h2:before {
   position: absolute;
   content: "";
   width: 80px;
   height: 4px;
   background: var(--brand-secondary);
   bottom: 0;
   left:0;
   right:0;
   margin:0 auto;
}
 .section-header.text-center > h2:before {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.text-left > h2:before {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.text-left > h2:before {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}
 */


  
/************************  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: 5px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
    overflow: hidden;
    position: relative;
  }
  .grid__item .card-information .card-information__wrapper{
    padding: 0px 0 15px;
  }
@media (max-width: 767px) {
  .grid__item .card-information .card-information__wrapper{
  padding-bottom:0;
  }
}
  .card-information .card-information__text{
    padding-right:0;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-body-family);
    
    margin: 0;
    margin-top: 3px;
    margin-bottom: 9px;
  }
  
  .card-information .price {
    justify-content:center;
    line-height:1.2;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #232323;
    vertical-align: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: #666;
  }
 .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;
}
   .thumbnail-buttons {
	 position: absolute;
	 left: auto;
	 right: 10px;
	 top: 10px;
}
 .thumbnail-buttons .btn-info{
	 width: 36px;
	 height: 36px;
	 position: relative;
	 border: 0;
	 background-color:  var(--button-bg-color);
     color: var(--button-text-color);
	 padding: 0;
     margin-bottom: 5px;
	 display: block;
     cursor: pointer;
     border-radius: 50%;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}

@media (max-width: 543px){
  .thumbnail-buttons .btn-info, .thumbnail-buttons .wishlist .loader-btn {
    width: 30px;
    height: 30px;
  }
}

.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;
    
  } */
  
   .btn-info.sold-out{
      cursor: not-allowed;
  }
   .cart-btn.loading{
    background-color:var(--btn-bg-hover-color);
  }
   .cart-btn.loading svg{
     opacity:0;
  }
   .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--button-text-hover-color);
        width: 30px;
    height: 34px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin 2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 36px;
	height: 36px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 36px;
	 height: 36px;
}
@media (max-width: 543px){
  .thumbnail-buttons .btn-info svg {
    width: 30px;
    height: 30px;
  }

.thumbnail-buttons .wishlist .loader-btn{
  width:30px;
  height:30px;
}
}

  .thumbnail-buttons .btn-info span {
	display:none;
} 
 .thumbnail-buttons .btn-info:hover{
	 color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
}
 .thumbnail-buttons .btn-info:hover svg {
	  fill: var(--button-text-hover-color);
}

 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  } 
  .card-wrapper:hover .outstock-overlay{
         opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
  }
 }

 .cart-btn.loading{
    background-color:var(--button-bg-hover-color);
  }
  .cart-btn.loading svg,
.cart-btn.loading span{
     opacity:0;
  }
.product-cart .btn-info svg{
display:none;
}
  .product-cart .btn{
    position: relative;
  padding: 7px 16px;
}
.with-sidebar.collectiongrid-layout-4 .grid__item .product-cart .btn{
    padding:6px;
    font-size: 13px;
}
.with-sidebar.collectiongrid-layout-4 .grid__item .cart-btn.loading:before{
	    height: 33px;
}

@media (max-width: 543px){
.product-cart .btn{
  	padding: 8px 12px;
    font-size: 13px;
}
  .cart-btn.loading:before{
  	width: 30px;
    height: 30px;
  }
}
 .product-cart{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
       text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    }
    
 @media(max-width:340px){
  .product-cart .btn{
  	padding: 5px 12px;
    
}
}
@media (max-width: 767px){
  .product-cart{
  position: unset;
        margin-top: 10px;
    margin-bottom: 0;
  }
  }
.grid__item .card-wrapper .spr-badge{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
  @media (min-width: 768px){
    .product-cart{
      -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    }
    .card-wrapper:hover .product-cart{
      -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
    }
    
/* .grid__item .card-wrapper:hover .spr-badge{
	opacity: 0;
} */
 } 
.list__item .card-wrapper .product-cart{
transform:unset;
  opacity:1;
  position:unset;
  text-align: left;
}
@media (max-width: 767px) {
.list__item .card-wrapper .product-cart{
	text-align: center;
}  
  .card-information .card-information__text{
    font-size:14px;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    font-size: 15px;
  }
}
  
  @media (max-width: 543px) {
    .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
      font-size: 14px;
    }
    .card-information .card-information__text{
      margin: 0;
    }
  }
  
  


#shopify-section-Ishi_sidebar .left-column .grid__item--Ishi_sidebar .card-wrapper:hover .spr-badge{
	opacity: 1; 
}

  
 .template-404 .card-wrapper:hover .spr-badge ,
.template-cart .card-wrapper:hover .spr-badge{
	opacity: 1; 
}
  

  
 
.collection .grid__item{
padding-bottom: 10px;
}
  
  
 

  


/*-------------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;
}
@media (min-width: 992px){
.fixed-header {
    padding: 0px 0!important;
}
}
@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{
  position:relative;
  background:var(--menu-bg-color);
}
  
#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

#_desktop_top_menu #top-menu .sub-menu {
  position: absolute;
  top: 70%;
  left: 0;
  right:0;
  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>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%;
  }
}

#top-menu h3 {
  position: relative;
  margin: 0;
  letter-spacing: 0.5px;
  font-size: 17px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

#top-menu>li>a .title {
  color: var(--header-icon-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--font-body-family);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


@media (min-width: 992px) and (max-width: 1199px){
#top-menu>li>a .title{
 font-size: 14px;
}
}
@media (max-width: 991px) {
  #top-menu>li>a .title {
    /* If media is below 992 */
    float: left;
    color: #232323;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
  }
}

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

#top-menu>li>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>li>a span {
    right: -7px;
    top: 3px;
  }
}

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

@media (max-width: 991px) {
  #top-menu>li>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>li>a span.new {
  background: #666 none repeat scroll 0 0;
}


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

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


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

@media (min-width: 992px) {
  #top-menu>li>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>li>a:hover .title {
    color: var(--menu-text-hover-color);
  }
} */

.top-menu.mainmenu-dropdown {
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.top-menu.mainmenu-dropdown .sub-category>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>a:before {
    /* If media is below 992 */
    display: none;
  }
}

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

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

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown .sub-category>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;
}
  .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;
  }
  
.grid__item--Ishi_megamenu .card-information .card-information__text a:hover{
color: #666;
}
#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>li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul>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-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_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;
}

.ishi-horizontal-megamenu{
  position:unset;
}

#_desktop_top_menu #top-menu>li.menularge .sub-menu {
 top: 75px !important;
}

.fixed-header #_desktop_top_menu #top-menu>li.menularge .sub-menu {
  top: 63px !important;
}

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


@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: 41%;
    margin: 0 auto;
    text-align: center;
    padding: 0 5px;
}


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


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


 


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

  .footer {
  position: relative;
  font-size: 14px;
  border-top: 1px solid rgba(136, 136, 136, 0.3);
  font-family: var(--font-body-family);
  }

.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: 5rem;
  }
  .footer__content-top .grid {
    margin-left: -3rem;
    row-gap: 4rem;
    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;
  }
}
.store-infomation.center .store-desc{
	width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
.store-infomation.center .store-desc{
	width: 85%;
}
}
@media screen and (max-width: 767px) {
.store-infomation.center .store-desc{
	width: 100%;
}
}
.footer .footer-block--newsletter .footer-block__heading{
  float:unset;
  font-size:18px;
}
.footer .footer-block--newsletter .newsletter-desc{
 margin-bottom:12px;
  color:var(--footer-text-color);
}
.footer .footer-block--newsletter .newsletter-desc p{
  color:var(--footer-text-color);
}
.footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
@media screen and (max-width: 991px) {
.footer .newsletter-form{

    max-width: 80%;

}
}
@media screen and (max-width: 767px) {
.footer .newsletter-form{

    max-width: 90%;

}
}
@media screen and (max-width: 543px) {
.footer .newsletter-form{

    max-width: 100%;

}
}
.newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
}
@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;
}
.footer .newsletter-form .newsletter-form__button{
background-color: var(--button-bg-hover-color);
    color: var(--button-text-hover-color);
}
.footer .newsletter-form .newsletter-form__button:hover span{
  color: #f2e6e5;
}
@media  (min-width: 992px) {
  .footer .newsletter-form .field input{
    padding-right: 15px;
  }
  .footer .newsletter-form .newsletter-form__button{
    width: 100%;
    margin-top:15px;
    position:unset;
  }
}

.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:500;
  color:var(--footer-heading-color);

}

@media screen and (min-width: 992px) {
  .footer-block__heading {
    font-size: 1.8rem;
    display:block;
     margin-bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
 .footer-block__heading {
    font-size: 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 > :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}


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

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  border-top: 1px solid var(--footer-text-modify-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;
    font-size: 14px;
}


.footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer .contact-info .contact-info-inner ul i {
      height: 30px;
    width: 30px;
    line-height: 32px;
    font-size: 19px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   color: var(--footer-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: 2px;
   width: 82%;
}
/*  @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: 10px;
   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 {
   color: var(--footer-text-hover-color);
}
 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 17px;
}
 @media (min-width: 992px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  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);
}
/* ----------- 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);
   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);
   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;
   height: 40px;
   width: 40px;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i:before, .ishislider .ishislideshow-carousel .owl-nav .owl-next i:before {
   color: var(--button-text-color);
   line-height: 40px;
   height: 40px;
   width: 40px;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i:before, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i:before {
   color: var(--button-text-hover-color);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i:after, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i:after {
   color: var(--button-text-hover-color);
}
 .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;
   border-radius: 0;
   margin: 0 3px;
   display: block;
       background: var(--button-bg-color)!important;
         border:1px solid var(--button-bg-color) !important;
   -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-hover-color)!important;
     border:1px solid var(--button-bg-hover-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: 1700px;
  }
}


 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   	font-size: 22px;
    position: relative;
    text-transform: unset;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    letter-spacing: .8px;
}
.ishislider .ishislideshow-carousel .slider-content .sub-title:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
/*     margin: 0 auto; */
    width: 150px;
    height: 1px;
    background-color: currentcolor;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title:after {
     width: 100px;
  }
}
 @media (max-width: 543px) {
  .ishislider .ishislideshow-carousel .slider-content .sub-title:after {
     width: 70px;
    margin: 0 auto;
  }
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size: 20px;
     line-height: 20px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     margin-bottom: 25px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 16px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 15px;
     line-height: 15px;
     padding-bottom: 15px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 15px;
     line-height: 15px;
     padding-bottom: 10px;
     margin-bottom: 22px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
     line-height: 13px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 11px;
     margin-bottom: 15px;
  }
}

 .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 77px;
    text-transform: unset;
    line-height: 77px;
  	margin-bottom: 35px;
    letter-spacing: .5px;
    font-weight: 500;
   font-family: var(--font-base-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 62px;
     line-height: 70px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 48px;
     line-height: 54px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 36px;
     line-height: 42px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 27px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 27px;
     line-height: 30px;
     margin-bottom:23px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 17px;
     line-height: 20px;
     margin-bottom: 17px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 18px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 50px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 35px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 7px 16px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 6px 17px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 5px 16px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 9px;
     padding: 4px 14px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 8px;
     padding: 4px 13px;
  }
}
 .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;
}
/*------------------------(ishiservices)-----------------*/
.ishiservice-block .ishiservices {
  text-align: center;
  position: relative; 
}
  .ishiservice-block .ishiservices .ishiservices-content {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto;
  }
  .ishiservice-block .ishiservices .services {
    text-align: center;
    cursor: pointer;
    padding: 35px 15px;
    border: 1px solid #eee; 
  }
    @media (min-width: 544px) {
      .ishiservice-block .ishiservices .services {
        /* If media is above 543 */
        border-right: 0; 
      } 
    }
      @media screen and (min-width: 544px) and (min-width: 544px) and (max-width: 991px) {
        .ishiservice-block .ishiservices .services {
          /* If media is between 768 and 991 */
          padding: 35px 28px; 
        }
          .ishiservice-block .ishiservices .services:nth-child(2) {
            border: 1px solid #eee; 
          }
          .ishiservice-block .ishiservices .services:nth-child(1), .ishiservice-block .ishiservices .services:nth-child(2) {
            border-bottom: none; 
          } 
      }
    @media (max-width: 543px) {
      .ishiservice-block .ishiservices .services {
        /* If media is below 544 */
        border-bottom: 0; 
      } 
    }
    .ishiservice-block .ishiservices .services:last-child {
      border: 1px solid #eee; 
    }
    @media (max-width: 543px) {
      .ishiservice-block .ishiservices .services {
        /* If media is below 544 */
        width: 100%;
        text-align: center; 
      } 
    }
    .ishiservice-block .ishiservices .services .service-img {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      line-height: 67px;
      background: #f2e6e5;
      position: relative;
      display: block;
      text-align: center;
      margin: 0 auto 10px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; 
    }
      .ishiservice-block .ishiservices .services .service-img img {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
      .ishiservice-block .ishiservices .services .service-img:after {
        content: "";
        height: 70px;
        width: 70px;
        left: 0;
        top: 0;
        opacity: 0;
        position: absolute;
        border-radius: 50%;
        border: 1px dashed #f2e6e5;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; 
      }
    .ishiservice-block .ishiservices .services .service-img-hover {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0;
      margin: 0 auto;
      transition: all 300ms ease;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease; 
    }
      @media (max-width: 1199px) {
        .ishiservice-block .ishiservices .services .service-img-hover {
          /* If media is below 1200 */
          right: 0;
          margin: 0 auto;
          text-align: center; 
        } 
      }
    .ishiservice-block .ishiservices .services .service-block {
      overflow: hidden;
      text-align: center;
      display: inline-block;
      vertical-align: middle; 
    }
      .ishiservice-block .ishiservices .services .service-block .service-title {
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 6px;
        color: #232323;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; 
      }
      .ishiservice-block .ishiservices .services .service-block .service-desc {
        color: #666;
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; 
      }
  @media(max-width:1199px){
    .ishiservice-block .ishiservices .services .service-block .service-desc{
      font-size:14px;
    }
  }
      
    .ishiservice-block .ishiservices .services:hover .service-hover {
      background: #333; 
    }
      .ishiservice-block .ishiservices .services:hover .service-hover:after {
        opacity: 1;
        -webkit-animation: spinAround 9s linear infinite;
        -moz-animation: spinAround 9s linear infinite;
        animation: spinAround 9s linear infinite; 
      }
      .ishiservice-block .ishiservices .services:hover .service-hover img {
        opacity: 0; 
      }
      .ishiservice-block .ishiservices .services:hover .service-hover .service-img-hover {
        opacity: 1; 
      }
        .ishiservice-block .ishiservices .services:hover .service-hover .service-img-hover img {
          opacity: 1; 
        }

keyframes spinAround 0%  {
  transform: rotate(0deg); 
}
keyframes spinAround 100%  {
  transform: rotate(360deg); 
}

@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg); 
  }

  100% {
    -webkit-transform: rotate(360deg); 
  } 
}

@-moz-keyframes spinAround {
  0% {
    -moz-transform: rotate(0deg); 
  }

  100% {
    -moz-transform: rotate(360deg); 
  } 
}
@media (max-width: 991px) {
  .ishiservice-block .ishiservices .services:nth-child(3n+1) {
    clear: none;
  }
  .ishiservice-block .ishiservices .services:nth-child(2n+1) {
    clear: left;
  }
}
/********************************** Deal Block *****************************/

@media (min-width: 544px) {
  .specialdeal-block {
    /* If media is above 543 */
    padding: 0 60px;
    } }
  @media screen and (min-width: 544px) and (min-width: 992px) and (max-width: 1049px) {
    .specialdeal-block {
      /* If media is between 992 and 1199 */
      padding: 0 100px; } }
 .ishispecialdeal {
   position: relative;
}

 @media (max-width: 767px) {
   .ishispecialdeal .card--product .spr-badge{
   	    bottom: 65px;
   }
}
.ishispecialdeal .thumbnail-buttons{
    right: 25px;
}
.ishispecialdeal .product-cart{
    bottom: 10px;
}
 @media (max-width: 767px) {
.ishispecialdeal .product-cart{
    margin-top: 15px;
}
 }
/* @media screen and (max-width: 767px){
.ishispecialdeal .grid__item .card-wrapper .thumbnail-buttons {
    position: unset;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;

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

.ishispecialdeal .card-wrapper .card--product .card__inner{position:relative;}
 .ishispecialdeal .card-wrapper .card-information{
    text-align: center;
    display: block;
   margin-top: 1.3rem;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-img{
  position:relative;

}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
  padding-left: 0;
}
@media (max-width: 1420px){
  .ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper{
      height: 100px;
  }
}


@media (max-width: 1199px){
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
  display: none;
}
}
.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: 310px;
    display: block;
    overflow: hidden;
    margin: 0;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item{
    padding: 0px;
    border: medium none;
  margin: 0 0 10px;
}

@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--product .card__inner{
       padding: 0 15px;
   }
}

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

.ishispecialdeal .card-wrapper .card-information .card-information__text{
  	margin-bottom:0;
    padding-right: 0;
}
.ishispecialdeal .card-wrapper .card-information .price{
  opacity:1;
  justify-content: 
  center;margin-bottom:0;
}
.ishispecialdeal .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+*{
      margin: 1rem 0 0;
}
.ishispecialdeal .card-wrapper .card-information .card-information__text{
    font-size: 16px;
}
.ishispecialdeal .countdowncontainer{
      margin-bottom: 15px;
}
@media (max-width: 543px){
.ishispecialdeal .thumbnail-buttons .btn-info {
    width: 30px;
    height: 30px;
}
 .ishispecialdeal .thumbnail-buttons .btn-info svg {
    width: 30px; 
    height: 30px; 
}
   .ishispecialdeal .thumbnail-buttons .btn-info svg {
    width: 30px; 
    height: 30px; 
}
  .ishispecialdeal .thumbnail-buttons .cart-btn.loading:before {
    width: 30px;
    height: 30px;
}
   .ishispecialdeal .thumbnail-buttons .wishlist .loader-btn {
    width: 30px;
    height: 30px;
}
  .ishispecialdeal .thumbnail-buttons{
    right:20px;
  }
}
@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 .countdown {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.ishispecialdeal .countdowncontainer .countdown:last-child{
  margin-right:0;
}

@media (max-width: 1400px) {
  .ishispecialdeal .countdowncontainer .countdown {
  margin-right: 3px;
  }
}
.ishispecialdeal .countdowncontainer .countdown .data{
    font-size: 18px;
    padding: 7px 0;
    border: 1px solid #eee;
    width: 78px;
    height: 45px;
    font-weight: 500;
    color: #232323;
    position: relative;
    line-height: 30px;
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.ishispecialdeal .countdowncontainer .countdown .data:hover {
    background: var(--button-bg-color);
    border-color: var(--button-bg-color);
    color: var(--button-text-color);
}
.ishispecialdeal .countdowncontainer .countdown:last-child .data{
   background: var(--button-bg-color);
   border-color: var(--button-bg-color);
   color: var(--button-text-color);
}
.ishispecialdeal .countdowncontainer .countdown .text{
       display: block;
    font-size: 14px;
    font-weight: 400;
    padding-top: 7px;
    color: #666;
    font-family: var(--font-body-family);
}
 @media (max-width: 1199px) {
   .ishispecialdeal .countdowncontainer .countdown .data {
        width: 55px;
  }
}
 @media (max-width: 767px) {
   .ishispecialdeal .countdowncontainer .countdown .data {
     width: 45px;
  }
   .ishispecialdeal .countdowncontainer .countdown{
    margin-right:5px;
   }
   .ishispecialdeal .countdowncontainer{margin-right:10px;}
}
 .ishispecialdeal .outstock-overlay{
display:none;
}
 .ishispecialdeal .owl-theme .owl-nav{
margin-top: 15px;
}
 @media (min-width: 768px) {
 .ishispecialdeal .grid__item .card-wrapper:hover .spr-badge{
opacity:0;
}
 }
.ishispecialdeal .product-cart .btn{
padding: 10px 16px;
}
.ishispecialdeal .cart-btn.loading:before{
 height: 40px;
}
/*================ smartblog ================*/
.smartblog {
   position: relative;
}
.smartblog.blogimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
/* 
 .smartblog .smartblog-carousel .sds_blog_post {
   padding:0 15px;
} */
 .smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .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 .smartblog-carousel .sds_blog_post .blog_post {
   position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
        background: #f7f8f9;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
       display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 0;
    background: #232323;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
      position: relative;
    display: block;
    overflow: hidden;
}
 .smartblog .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 .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo {
            float: left;
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    content: "";
    padding: 2px 10px;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border-radius: 0;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .smartbloginfo {
opacity: 1;
}
@media (max-width: 543px){
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo {
    opacity: 1;
}
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date {
     float: left;
    position: relative;
    margin: 4px 0;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date i {
  font-size: 13px;
    margin-right: 3px;
   display:none;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date {
    font-size: 13px;
    font-weight: 400;
   text-align: center;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_year {
   display: none;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date span{
font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    line-height: 16px;
    letter-spacing: 1px;
   display:block;
 }

@media (max-width: 767px) {
/*  .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post  .hover-date .blog_date {
 	padding: 5px 16px;
 } */
 }
/*@media (max-width: 543px) {
    .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_date {
    	font-size: 30px;
    line-height: 32px;
    }
  .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo{
  	height: 72px;
  }
 }
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_month{
    font-size: 14px;
    line-height: 20px;
    dispaly: block;
    font-weight: 400;
    color: var(--brand-secondary);
 } */
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment, 
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
  display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin: 0 5px;
    margin-bottom: 5px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
   display: inline-block;
}
/* .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartbloginfo .comment a {
   color: #fff;
} */
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment i, 
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author i {
   font-size: 13px;
    margin-right: 3px;
   color: var(--brand-secondary);
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
       padding: 20px 15px 3px;
    text-align: left;
    margin: 0;
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span{
	margin-bottom: 0;
    position: relative;
    margin-right: 7px;
    font-size: 15px;
    
    color: var(--brand-secondary);
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author a,
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author .author{
      display: inline-block;
    font-size: 15px;
    
	color: #232323;
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author a,
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author .author{
margin-bottom:7px;
}

.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author i {
    font-size: 14px;
    padding-right: 5px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 7px;
   line-height: 18px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
        font-size: 16px;
    font-family: var(--font-body-family);
    text-transform: none;
    font-weight: 500;
    letter-spacing: .5px;
      color: #232323;
          transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
/* .smartblog .products_block_inner .smartblog-carousel .sds_blog_post:hover .blog_post .blog_content .sds_post_title a {
     color:var(--brand-secondary);
  } */
@media (max-width: 991px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 992 */
     font-size: 16px;
  }
}
 @media (max-width: 767px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 768 */
     font-size: 14px;
  }
}
 @media (max-width: 543px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 15px;
  }
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
     margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 21px;
}

 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .btn {
  padding: 8px 14px;
    font-size: 13px;
   background: var(--button-bg-hover-color);
   border-color: var(--button-bg-hover-color);
   color: var(--button-text-hover-color);
     display:none;
}

 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .btn:hover {
   background: var(--button-bg-color);
   border-color: var(--button-bg-color);
   color: var(--button-text-color);
} 
@media (max-width: 543px) {
    .smartblog .products_block_inner .owl-nav {
      /* If media is below 544 */
      margin-top: 20px;
    } 
}
  @media (min-width: 544px) {
    .smartblog .products_block_inner {
      /* If media is above 543 */ 
    }
      .smartblog .products_block_inner:hover .owl-nav {
        opacity: 1; 
      }
      .smartblog .products_block_inner .owl-nav {
        display: block;
        opacity: 0;
        -webkit-transition: all ease .4s;
        -moz-transition: all ease .4s;
        transition: all ease .4s; 
        margin-top:0;
      }
        .smartblog .products_block_inner .owl-nav .owl-prev, .smartblog .products_block_inner .owl-nav .owl-next {
          position: absolute;
          left: 0;
          top: 43%;
        }
        .smartblog .products_block_inner .owl-nav .owl-next {
          right: 0;
          left: auto; 
        } 
  }
@media (max-width: 1199px) {
  .smartblog {
    /* If media is below 1200 */
    margin-bottom: 70px; } 
  .smartblog.smart-full{
  margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .smartblog {
    /* If media is below 1200 */
    margin-bottom: 30px; }
  .smartblog.smart-full{
  margin-bottom: 0px;
  }
}
.not-show {
  display: none; }
/*================ testimonials ================*/
.ishitestimonial .ishitestimonials-carousel {
  padding: 32px 15px;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important; 
}
  @media (max-width: 767px) {
    .ishitestimonial .ishitestimonials-carousel {
      /* If media is below 768 */
      margin: 0; 
    } 
  }
  .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; 
  }
    .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 {
        display: block;
        margin: auto;
        max-width: 110px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 10px;
      }
.ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img svg{
 max-width: 110px;
        border-radius: 50%;
}
        @media (max-width: 991px) {
          .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img {
            /* If media is below 992 */
            display: block;
            margin: 0 auto;
            text-align: center;
            margin-bottom: 20px; 
          } 
        }
        @media (max-width: 543px) {
          .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img {
            /* If media is below 544 */
            margin-bottom: 15px; 
          } 
        }
        .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img img {
          max-width: 100%; }
      .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info {
        display: inline-block;
        vertical-align: middle;
        width: 85%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 6px; 
      }
        @media (max-width: 767px) {
          .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info {
            /* If media is below 768 */
            margin-bottom: 20px; 
            width: 95%;
          } 
        }
        .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-name {
          display: block;
          margin-bottom: 8px;
          font-weight: 500; 
          font-size:15px;
          color:#232323;
        }
        .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-designation {
          display: block;
          margin-bottom: 12px; 
        }
        .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p{
          padding: 0px 20px 20px;
          line-height: 22px;
        }
          @media (max-width: 991px) {
            .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p{
              /* If media is below 992 */
              line-height: 22px;
              padding: 0 10px;
              text-align: center;
              margin-bottom: 5px; 
            } 
          }
          @media (max-width: 767px) {
            .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p{
              /* If media is below 768 */
              line-height: 22px; 
            } 
          }
          @media (max-width: 543px) {
            .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p{
              /* If media is below 544 */
              font-size: 14px;
              margin-bottom: 0; 
            } 
          }
          .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol {
            position: relative; 
          }
            .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p:before, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p:after, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul:before, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul:after, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol:before, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol:after {
              content: "\f10d";
              font-family: "FontAwesome";
              font-size: 12px;
              position: relative;
              top: -8px;
              left: -5px; 
            }
            .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description p:after, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul:after, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol:after {
              content: "\f10e";
              right: -5px;
              left: auto; 
            }
          .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul li, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol li {
            list-style: unset; 
          }
.ishitestimonial .owl-dots {
  margin: 0 !important;
}
    .ishitestimonial .owl-dots .owl-dot span {
      background:var(--brand-secondary) !important;
    }
    .ishitestimonial .owl-dots .owl-dot.active span, .ishitestimonial .owl-dots .owl-dot:hover span {
      background: #232323 !important;
    }

@keyframes shrink {
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  } 
}
/*================ ishiinstagram ================*/
.ishiinstagram {
  position: relative; 
}
  @media (min-width: 992px) {
    .ishiinstagram {
      display: flex;
      align-items: center; 
    } 
  }
  .ishiinstagram .home-title {
    position: relative;
  }
    @media (min-width: 992px) {
      .ishiinstagram .home-title {
        /* If media is above 991 */
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
        width: 355px;
        padding: 25px 20px;
        font-size: 30px;
        line-height: 34px;
        font-weight: 500;
        color: #232323;
        background-color: rgba(242, 230, 229, 0.7);
      } 
    }
    @media (max-width: 991px) {
      .ishiinstagram .home-title {
        /* If media is below 992 */
        padding-bottom: 18px; 
      }
        .ishiinstagram .home-title:before {
          display: none; 
        } 
    }
    .ishiinstagram .home-title a {
      text-decoration: none;
      line-height: 34px;
      color: #232323; 
    }
      @media (max-width: 991px) {
        .ishiinstagram .home-title a {
          /* If media is below 992 */
          font-size: 22px;
          line-height: 22px;
          color: #232323;
          font-weight: 500;
        } 
      }
      @media (max-width: 543px) {
        .ishiinstagram .home-title a {
          /* If media is below 544 */
          font-size: 20px;
          margin-bottom: 20px;
        } 
      }
    .ishiinstagram .home-title span {
      font-size: 24px;
      font-weight: 300;
      color: #232323; 
    }
      @media (max-width: 991px) {
        .ishiinstagram .home-title span {
          color: #232323;
          font-size: 22px;
          line-height: 22px; 
        } 
      }
      @media (max-width: 543px) {
        .ishiinstagram .home-title span {
          /* If media is below 544 */
          font-size: 20px;
          margin-bottom: 20px; 
        } 
      }
    .ishiinstagram .home-title:before {
      display: none; 
    }
  .ishiinstagram #instafeed {
    position: relative;
  }
    .ishiinstagram #instafeed .instaitem a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; 
    }
      .ishiinstagram #instafeed .instaitem a:after {
        background: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        top: 12px;
        right: 12px;
        left: 12px;
        bottom: 12px;
        margin: auto;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transition: all 1.5s;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -o-transition: all 1.5s;
      }
      .ishiinstagram #instafeed .instaitem a img {
        max-width: 100%;
        -webkit-transform-style: unset;
        transform-style: unset;
        transition: all 1.5s;
        -webkit-transition: all 1.5s;
        -moz-transition: all 1.5s;
        -ms-transition: all 1.5s;
        -o-transition: all 1.5s; 
      }
      .ishiinstagram #instafeed .instaitem a .instagram {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        z-index: 99;
        margin-top: -10px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
        .ishiinstagram #instafeed .instaitem a .instagram i {
          font-size: 30px;
          color: white;
          display: inline-block;
          vertical-align: middle;
          width: 26px;
          height: 26px;
          line-height: 26px;
          border-radius: 30px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; 
        }
          .ishiinstagram #instafeed .instaitem a .instagram i:hover {
            background: #d6249f;
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); 
          }
    .ishiinstagram #instafeed .instaitem .text-container {
      position: absolute;
      bottom: 0;
      display: block;
      padding: 10px;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 400;
      font-family: Poppins;
      color: white; 
    }
      .ishiinstagram #instafeed .instaitem .text-container .likes {
        float: left;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        margin-bottom: 5px; 
      }
      .ishiinstagram #instafeed .instaitem .text-container .comments {
        float: right;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        margin-bottom: 5px; 
      }
      .ishiinstagram #instafeed .instaitem .text-container i {
        display: block;
        font-size: 16px;
        color: white;
        display: inline-block;
        padding-right: 5px;
        padding-left: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
    .ishiinstagram #instafeed .instaitem:hover a:after {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); }
    .ishiinstagram #instafeed .instaitem:hover a img {
      transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5); 
    }
    .ishiinstagram #instafeed .instaitem:hover a .instagram {
      display: block;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); 
    }
    .ishiinstagram #instafeed .instaitem:hover .text-container {
      opacity: 1; }
    .ishiinstagram #instafeed .instahover a img {
      -webkit-filter: grayscale(70%);
      -moz-filter: grayscale(70%);
      -ms-filter: grayscale(70%);
      -o-filter: grayscale(70%);
      filter: grayscale(70%);
    }

/*================ bannersblock ================*/
.ishibannerblock {
  text-align: center; 
      overflow: hidden;
}
/*   .ishibannerblock .image-container {
    display: inline-block;
    vertical-align: middle; 
  } */
    .ishibannerblock .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; 
    }
    .ishibannerblock .image-container a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; 
    }
    @media (max-width: 767px) {
      .ishibannerblock .bannerblock {
        /* If media is below 768 */
        margin-bottom: 30px; 
      } 
    }
    .ishibannerblock .bannerblock:last-child {
      margin-bottom: 0; 
    }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ishibannerblock .ishibanner-container2 {
      /* If media is between 768 and 991 */
      margin-bottom: 15px;
    } 
  }
/*================ parallaxblock ================*/
.ishiparallaxbanner {
  overflow: hidden;
  position: relative; 
}
  .ishiparallaxbanner .parallaximage {
    display: block;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
  }
    .ishiparallaxbanner .parallaximage.parallax-color {
      display: block;
      position: relative;
      width: 100%; 
    }
    @media (min-width: 768px) {
      .ishiparallaxbanner .parallaximage > .page-width {
        /* If media is above 767 */
        max-width: 1400px; 
      } 
    }
      @media (min-width: 768px) and (max-width: 991px) {
        .ishiparallaxbanner .parallaximage > .page-width {
          /* If media is below 992 */
          max-width: 900px; 
        } 
      }
  .ishiparallaxbanner .parallax-list {
    text-align: center;
    position: relative; 
  }
    @media (max-width: 767px) {
      .ishiparallaxbanner .parallax-list {
        float: none!important;
        display: block;
        margin: 0 auto; 
      } 
    }
    .ishiparallaxbanner .parallax-list:hover .parallax-discount:after {
      width: 60%; 
    }
    .ishiparallaxbanner .parallax-list .parallax-discount {
      font-size: 25px;
      line-height: 32px;
      font-weight: 400;
      font-family: var(--font-body-family);
      margin-bottom: 25px;
      padding-bottom: 10px;
      display: inline-block;
      vertical-align: middle;
      letter-spacing: .4px;
      position: relative; 
    }
      @media (max-width: 543px) {
        .ishiparallaxbanner .parallax-list .parallax-discount {
          /* If media is below 544 */
          font-size: 20px;
          line-height: 22px;
          margin-bottom: 20px; 
        } 
      }
      .ishiparallaxbanner .parallax-list .parallax-discount:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 25%;
        height: 2px;
        margin: 0 auto;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; 
      }
    .ishiparallaxbanner .parallax-list .parallax-title {
      font-family: var(--font-base-family);
      font-size: 90px;
      font-weight: 400;
      line-height: 96px;
      margin-bottom: 30px;
        }
      @media (max-width: 1199px) {
        .ishiparallaxbanner .parallax-list .parallax-title {
          /* If media is below 992 */
          font-size: 70px;
          line-height: 75px; 
        } 
      }
      @media (max-width: 767px) {
        .ishiparallaxbanner .parallax-list .parallax-title {
          /* If media is below 768 */
          font-size: 50px;
          line-height: 55px;
          margin-bottom: 30px; 
        } 
      }
      @media (max-width: 543px) {
        .ishiparallaxbanner .parallax-list .parallax-title {
          /* If media is below 544 */
          font-size: 28px;
          line-height: 32px;
          margin-bottom: 16px; 
        } 
      }
    .ishiparallaxbanner .parallax-list .parallax-subtitle {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      font-family: var(--font-body-family);
      padding-bottom: 40px;
      color:#666;
    }
      @media (max-width: 1199px) {
        .ishiparallaxbanner .parallax-list .parallax-subtitle {
          /* If media is below 768 */
          font-size: 18px; 
        } 
      }
      @media (max-width: 543px) {
        .ishiparallaxbanner .parallax-list .parallax-subtitle {
          /* If media is below 544 */
          font-size: 15px;
          padding-bottom: 22px; 
        } 
      }
    .ishiparallaxbanner .parallax-list .parallax-offer {
      position: relative;
      display: block; 
    }
      .ishiparallaxbanner .parallax-list .parallax-offer a {
        position: relative;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 10px 22px;
        border-radius: 0;
        z-index: 1;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        margin: 0; 
      }
        .ishiparallaxbanner .parallax-list .parallax-offer a:before {
          position: absolute;
          top: 0;
          left: 50%;
          right: 50%;
          bottom: 0;
          opacity: 0;
          content: '';
          z-index: -1;
          -webkit-transition: 0.8s all ease;
          -moz-transition: 0.8s all ease;
          -o-transition: 0.8s all ease;
          transition: 0.8s all ease; 
        }
        .ishiparallaxbanner .parallax-list .parallax-offer a:hover:before {
          left: 0;
          right: 0;
          opacity: 1; 
        }

/************************************** 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{
    margin: 0 5px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
  }

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:transparent;
  color:#666666;
/*   min-width: 120px; */
  display: block;
  padding: 9px 12px;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  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 .ishi-product-nav-link:hover{
  color: #666;
}

 @media (max-width: 543px) {
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     display: inline-block;
     vertical-align: middle;
     background: unset !important;
     color:#232323;
     padding: 0 !important;
         font-size: 14px;
   }
 }
 .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
  @media (max-width:543px){
      .featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
        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.active .ishi-product-nav-link{
      background: none;
      color: #666;
  }
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}


/*================ brandlogo ================*/


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

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

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

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

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



.localization-form__select .icon-caret{
  	right: 0rem;
}
@media (max-width: 991px) {
.localization-form__select .icon-caret{
	    right: 1px;
}
}
.localization-form .dropdown-list{
  	z-index: 9;
}
.localization-selector.link {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .5px;
  color: var(--navbar-text-color);
}

localization-form{
      padding: 0px;
    display: inline-block;
}

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

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (max-width: 991px){
.header__localization {
    margin: 0;
    display: inline-block;
    text-align: center;
}
}

.localization-form .disclosure:after{
  top:13px !important;
  right: -2px !important;
}

 .localization-form .dropdown-list{
   right:0;
    left:auto;
  }
.product-form__input .form__label{
	    font-weight: 500;
}
.cart__note label{
	font-size: 16px;
}
.localization-form .localization-selector:after{
  	content: '';
    position: absolute;
    right: -6px;
    top: 10px;
    background: var(--navbar-text-color);
    width: 1px;
    height: 12px;
}
@media (max-width: 991px) {
.localization-form .localization-selector:after{
	right: -6px;
    top: 11px;
}
}
localization-form:last-child .localization-form .localization-selector:after{
  display:none;
}

/* @media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
} */
 input,textarea{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
 }
#slidetop svg{
    position: relative;
    top: -1px;
}
.template-page h1 {
     display: none; 
}
