/** Shopify CDN: Minification failed

Line 2767:0 Unexpected "}"

**/
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
	content: '';
	display: table;
	clear: both;
}
.page-width {
	max-width: 1500px;
	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  *********************/
.menu-open {
    overflow: hidden;
}
  .template-search .card-information{
    margin-top:10px;  
  }
    .template-page.wishlist .card-information{
    margin-top:10px;  
  }
.section-header{
      margin-bottom: 30px;
}
@media (max-width: 543px) {
  .section-header{
        margin-bottom:15px;
  }
}
.section-header > h2 {
   font-size: 30px;
    line-height: 40px;
      font-weight: 600;
   letter-spacing: 0px;
   color: #232323;
   font-family: var(--font-body-family);
   text-transform: unset;
   position: relative;
   margin-bottom: 5px;
   margin-top:0;
}
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 28px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 25px;
     line-height: 25px;
  }
}
 @media (max-width:543px) {
   .section-header > h2 {
        font-size: 21px;
     
  }
}
  .section-header .seperator {
    height: 37px;
    width: 100%;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center;
  }



  
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
   @media (max-width: 543px) {
    .card--product .mobile-review .spr-badge{
     bottom: 55px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding-right:0;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
  }

  .card-information .price {
    justify-content:center;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #232323;
    vertical-align: inherit;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: #888888;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
    padding-left:5px;
  }
  .product-desc{
     display:none;
     color:#787878;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
  }
  .product-flags .sale {
    position: absolute;
    top: 10px;
    color: var(--sale-text-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding:0 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  @media (max-width: 543px) {
      .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
  .outstock-overlay{
    position: absolute;
    background: var(--soldout-bg-color);
    text-align: center;
    padding: 7px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    right: auto;
    left: 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);
}
.card-wrapper:hover .outstock-overlay{
  opacity:0;
}
  .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;
   right: 0;
   left: 0;
   bottom: -15px;
   text-align: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
       transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .thumbnail-buttons .btn-info{
	 width: 40px;
	 height: 40px;
	 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: inline-block;
     cursor: pointer;
     border-radius: 50%;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
.thumbnail-buttons .product-btn {
  width: 40px;
	 height: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.thumbnail-buttons .product-btn{
	 margin-right: 5px;
}
.thumbnail-buttons .product-btn:last-child{
	margin-right: 0;
}
@media (min-width: 768px){
.thumbnail-buttons .wishlist-btn {
    transition-delay: 0.2s;
}
  
  .thumbnail-buttons .addtocart-btn {
   transition-delay: 0.4s;
    
  }
}
  
  
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .thumbnail-buttons .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .cart-btn.loading svg{
     opacity:0;
  }
  .thumbnail-buttons .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 40px;
     height: 40px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 40px;
	height: 40px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
/*  @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateY(100px);
		 -moz-transform: translateY(100px);
		 -ms-transform: translateY(100px);
		 -o-transform: translateY(100px);
		 transform: translateY(100px);
	}
} */
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 40px;
	 height: 40px;
}
  .thumbnail-buttons .btn-info span {
	display:none;
} 
 .thumbnail-buttons .btn-info:hover{
	 background-color: var(--product-btn-bg-hover-color);
}
 .thumbnail-buttons .btn-info:hover svg {
	 fill: var(--product-icon-hover-color);
}
 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
/*     -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);
  } */
 }
  
    
  
  @media (max-width: 767px) {
    /* .thumbnail-buttons{
    position:unset !important;
    } */
    .card-information .card-information__text{
      font-size:14px;
    }
     .price .price-item--regular,.price--on-sale .price-item--regular{
        font-size: 14px;
      }
    .price .price-item--sale,.price--on-sale .price-item--sale{
      font-size: 14px;
      margin-left:5px;
    }
    .thumbnail-buttons .btn-info{
      width: 35px;
      height: 35px;

    }
    .thumbnail-buttons .product-btn{
      width: 35px;
      height: 35px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 35px;
      height: 35px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 35px;
      height: 35px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 35px;
      height: 35px;
    }
  }
  
    
  @media (max-width: 543px) {
    .thumbnail-buttons{
      margin-top: 5px !important;
      margin-bottom:5px;
    }
    .card-information .card-information__text{
      font-size:14px;
    }
     .price .price-item--regular,.price--on-sale .price-item--regular{
        font-size: 13px;
      }
    .price .price-item--sale,.price--on-sale .price-item--sale{
      font-size: 14px;
      margin-left:3px;
    }
    .thumbnail-buttons .btn-info{
      margin: 0 !important;
    margin-right: 3px !important;
/*         width: 30px;
      height: 30px; */
    }
/*     .thumbnail-buttons .wishlist .loader-btn{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    } */
    .card--product .mobile-review .spr-badge {
    bottom: 5px;
}
  }

  

  @media (min-width: 768px) {
.thumbnail-buttons .product-btn{
   padding: 0;
	 opacity: 0;
     -moz-transform: scale(0.1);
     -moz-transform: scale(0.1);
     -webkit-transform: scale(0.1);
     -o-transform: scale(0.1);
     -ms-transform: scale(0.1);
     -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
     -ms-transform: rotateX(180deg);
     -o-transform: rotateX(180deg);
     transform: rotateX(180deg);
}
  .card-wrapper:hover .thumbnail-buttons .product-btn {
        opacity: 1;
    -moz-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
    .card-wrapper .price{
    -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
    }
    /* .card-wrapper:hover .price  {
    opacity: 0;
    } */
  }
.top-menu .category .card-wrapper:hover .price,
.sidebar-collection .card-wrapper:hover .price,
.list__item .card-wrapper:hover .price,
.template-404  .card-wrapper:hover .price{
	opacity: 1;
}
.list__item .thumbnail-buttons{
position:unset;
 justify-content: flex-start;
display: flex;
}
@media (max-width: 767px){
.list__item .thumbnail-buttons{
 justify-content: center;
}
}
.list__item .card-wrapper .thumbnail-buttons .product-btn {
    opacity: 1;
    transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
}
.product-recommendations .with-sidebar.product-width-4 .thumbnail-buttons,
.with-sidebar.collectiongrid-layout-4 .thumbnail-buttons{
bottom: -10px;
}
  .product-recommendations .with-sidebar.product-width-4 .thumbnail-buttons .product-btn,
.with-sidebar.collectiongrid-layout-4 .thumbnail-buttons .product-btn{
      width: 30px;
    height: 30px;
} 
/***********color-swath*****************/
.variants-swatch .color-box{
    width:15px;
    height:15px;
    border-radius: 50%;
  display:block;
  background-position: center;
}
.variants-swatch .color_swatch{
  display:inline-block;
  vertical-align:middle;
}
.variants-swatch .color_swatch .swatch-label{
  display: block;
    border-radius: 50%;
     position: relative;
   letter-spacing: 0;
    width: 21px;
    height:21px;
    margin: 0 auto;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    box-sizing: border-box;
    transition: .5s;
}
.variants-swatch .color_swatch .swatch-label:hover{
   border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label.active{
  border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label .tool-tip{
  position: absolute;
    bottom: calc(100% + 8px);
    background: black;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
      transition: .5s;
}
.variants-swatch .color_swatch .swatch-label .tool-tip:before{
      bottom: -9px;
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent;
    left: calc(50% - 5px);
}
.variants-swatch .color_swatch .swatch-label:hover .tool-tip{
    opacity: 1;
    visibility: visible;
}
.variants-swatch.show--more .group-swatch {
    display: inline!important;
}

  .variants-swatch .number-showmore{
    width: auto;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    background: none;
    border: none;
  }
@media (max-width: 991px) {
  .variants-swatch .color-box{
    width: 14px;
    height: 14px;
  }
  .variants-swatch .color_swatch .swatch-label{
    width: 20px;
    height: 20px;
    padding: 2px;
  }
    .variants-swatch .number-showmore{
      line-height: 20px;
      height: 20px;
    }
}
.group-swatch {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}
.variants-swatch .item-swatch-more {
  display: inline-block;
  vertical-align: middle;
}
.variants-swatch .swatch-minus,
.variants-swatch.show--more .swatch-plus{
  display: none;
}
.variants-swatch.show--more .swatch-minus {
  display: inline-block;
}
/******************************************************/
/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
    position: relative;
 }
@media (max-width: 991px) {
#header .nav-header{
	padding: 0;
}
}

#header .nav-header .header-block {
  padding: 12px 15px;
  position: relative;
   text-align: left;
}


#header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  display: inline-block;
  vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
}
#header .nav-header .header-block .text span{
  color:var(--brand-secondary);
}


#header .header-top {
  position: relative;
  text-align: center;
  z-index: 2;
  padding:33px 0;
      border-bottom: 1px solid #eeeeee;
}


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

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

#header .desktop-user-info {
  text-align: right;
  position: relative;
      padding: 7px 15px;
}

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

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

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


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


/* #header .desktop-user-info .user_info .userinfo-title:hover,
#header .desktop-user-info .checkout a:hover,
#header .desktop-user-info .wishlist a:hover,
#header .desktop-user-info .contact a:hover {
  color: var(--navbar-text-hover-color);
} */

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

#header .desktop-user-info > div:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 7px;
  background: var(--navbar-text-color);
  width: 1px;
  height: 16px;
  opacity: 0.2;
}

@media (max-width: 991px) {
  #header .desktop-user-info > div:after {
    top: 10px;
  }
  #header .desktop-user-info > .user_info:after {
    display: none;
  }
}

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

@media (min-width: 992px) {
  #header .desktop-user-info > div:last-child {
    padding-right: 0;
  }
}
/* @media (max-width:767px){
#header .desktop-user-info > div:after{
  display:none;
}

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

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

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

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



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

#_desktop_search,
#_mobile_search {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align:middle;
}
#_desktop_search{
	margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px){
  #_desktop_search{padding:0;}
}
#_desktop_search .search-toggle,
#_mobile_search .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
@media (min-width: 992px) {
  #_desktop_search .search-toggle,
  #_mobile_search .search-toggle {
     display:none;
  }
}

#_desktop_search .search-toggle svg,
#_mobile_search .search-toggle svg {
  width: 40px;
  height: 40px;
  fill: var(--brand-third);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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


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

@media (min-width: 992px) {
  #_desktop_search .search-info,
  #_mobile_search .search-info {
    display:block;
    position: unset;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media (max-width: 991px) {
  #_desktop_search .search-info,
  #_mobile_search .search-info {
    left: 0;
    right: auto;
  }
}

#_desktop_search .search-info form,
#_mobile_search .search-info form {
  width: 100%;
  margin: 0 auto;
}

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

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

@media (max-width: 991px) {
  #_desktop_search .search-info .search__input,
  #_mobile_search .search-info .search__input {
    min-width: 280px;
    padding-right: 40px;
        border-radius: 0;
    height: 42px;
  }
}

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

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

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

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

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

#_desktop_search .search-info .search-header__submit,
#_mobile_search .search-info .search-header__submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  cursor:pointer;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  #_desktop_search .search-info .search-header__submit,
#_mobile_search .search-info .search-header__submit {
    background: var(--button-bg-color);
    color: var(--button-text-color);
        color: #fff;
    padding: 0 25px;
    height: 43px;
    width: auto;
    border-radius: 0 30px 30px 0;
      right: 4px;
    top: 4px;
}
  #_desktop_search .search-info .search-header__submit:hover,
  #_mobile_search .search-info .search-header__submit:hover {
      background: var(--button-bg-hover-color);
      color: var(--button-text-hover-color);
  }
}
@media (max-width: 991px) {
  #_desktop_search .search-info .search-header__submit,
  #_mobile_search .search-info .search-header__submit {
   height: 40px;
   width: 40px;
   font-size: 15px;
  font-weight: 400;
  color: #232323;
  text-align: center;
    background:transparent;
  }
}

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

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


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

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

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

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

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

.user_info {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.user_info #user-notification{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    position: absolute;
    right: 0;
    left: auto;
    text-align: left;
    width: 350px;
    z-index: 9;
   overflow:hidden;
  top:32px;
}
@media (max-width:991px) {
  .user_info #user-notification{
    right: auto;
    left: -160%;
  }
}

@media (max-width: 543px) {
  .user_info #user-notification{
      width: 300px;
  }
}
  @media (max-width: 480px) {
    .user_info #user-notification{
      width: 280px;
    }
  }
   @media (max-width: 375px) {
    .user_info #user-notification{
      width: 260px;
    }
  }
.toggle-dropdown{
   right: 0;
   visibility: hidden;
   opacity: 0;
   transform: scale(0);
   transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
   will-change: transform;
 }
.toggle-dropdown.active{
    visibility: visible;
    opacity: 1;
    transition: opacity .4s cubic-bezier(0, 1, .4, 1),transform .4s cubic-bezier(.18, 1.25, .4, 1),visibility .4s linear;
    transform: scale(1);
 }
  
  .ishi-panel-data{
    visibility: hidden;
    transition: transform .5s cubic-bezier(.23, 1, .32, 1),visibility .5s cubic-bezier(.23, 1, .32, 1);
    width:100%;
    position:absolute;
    top: 0;
    left: 0;
    background:#fff;
  }
   .ishi-panel-data-slide{
    top: 0;
    left: 0;
    transform: translateX(100%);
  }
  .ishi-panel-data-default{
     transform: translateX(-100%);
  }
  .ishi-panel-data.active{
     transform: translateX(0);
     visibility: visible;
     position:unset;
  }
 
.user_info #user-notification .customer.login,
#_mobile_user_info #user-notification .customer.login{
   max-width: 100%; 
   padding: 0;
   box-shadow: none;
   margin-bottom: 0;
} 
.user_info #user-notification .customer.login h2{
  margin-top:0;
}
.user_info #user-notification .customer.login .forgot{
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
.user_info #user-notification .customer.login p{
  margin-bottom:0;
   color:#232323;
}
.user_info #user-notification .customer.login form{
  margin-top:20px;
}
.user_info #user-notification .customer.login .btn{
    display: block;
    float: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0;
  
}
  .user_info #user-notification .customer.login #create_customer .btn{
      margin-top: 20px;
  }
  .user_info #user-notification .customer.login button{
         margin: 15px 0 0;
    display: block;
    width: 100%;
  }
  .user_info #user-notification .customer.login .field input{
    padding:10px;
    height: 4rem;
  }
  .user_info #user-notification .customer.login .field input:-webkit-autofill,
  .user_info #user-notification .customer.login .field input:focus,
  .user_info #user-notification .customer.login .field input:not(:placeholder-shown),
  .user_info #user-notification .customer.login .field input:-webkit-autofill {
    padding: 1.7rem 1.5rem 0.8rem;
  }
  .user_info #user-notification .customer.login .field label{
    top: 1rem;
  }
  .user_info #user-notification .customer.login .field input:-webkit-autofill~label,
  .user_info #user-notification .customer.login .field input:focus~label,
  .user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label {
    top: 0.2rem;
  }
  .user_info #user-notification .customer.login .field{
        margin: 1.5rem 0 0 0;
  }
.user_info .userinfo-title{
  cursor: pointer;
  display:block;
}

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

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

@media (max-width: 991px) {
  .user_info .userinfo-title .userinfo-toggle svg{
    fill: #232323;
  }
}

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

#_desktop_cart .cart-display {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#_desktop_cart .cart-display .cart-img, 
#_mobile_cart .cart-display .cart-img {
        display: inline-block;
        vertical-align: middle;
        position: relative; 
         transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
}
#_desktop_cart .cart-display .cart-logo,
#_mobile_cart .cart-display .cart-logo {
          width: 60px;
          height: 60px;
          display: inline-block;
          vertical-align: middle;
          border: 1px solid #dddddd;
          border-radius: 50%;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; 
}
          @media (min-width: 1200px) and (max-width: 1350px) {
            #header #_desktop_cart .cart-display .cart-logo,
            #header #_mobile_cart .cart-display .cart-logo {
              width: 50px;
              height: 50px; 
            } 
          }
          @media (max-width: 991px) {
           #_desktop_cart .cart-display .cart-logo, 
           #_mobile_cart .cart-display .cart-logo{
              /* If media is below 992 */
              height: 40px;
              width: 40px;
              border: 0;
            } 
          }


#_desktop_cart .cart-display .cart-logo svg,
#_mobile_cart .cart-display .cart-logo svg {
   width: 60px;
          height: 60px;
  display: inline-block;
  vertical-align: middle;
  fill:#232323;
}
   @media (min-width: 1200px) and (max-width: 1350px) {
            #_desktop_cart .cart-display .cart-logo svg,
     #_mobile_cart .cart-display .cart-logo svg {
              width: 50px;
              height: 50px; 
            } 
          }
@media (max-width: 991px) {
 #_desktop_cart .cart-display .cart-logo svg,
 #_mobile_cart .cart-display .cart-logo svg {
    fill: #232323;
    width: 40px;
     height: 40px;
  }
}


  @media (min-width: 992px) {
       #_desktop_cart .cart-display:hover .cart-img, 
     #_mobile_cart .cart-display:hover .cart-img {
        /* If media is above 991 */ 
    }
        #_desktop_cart .cart-display:hover .cart-img .cart-logo, 
    #_mobile_cart .cart-display:hover .cart-img .cart-logo {
          background: var(--button-bg-color);
          border-color: var(--button-bg-color); 
            }
           #_desktop_cart .cart-display:hover .cart-img .cart-logo svg, 
     #_mobile_cart .cart-display:hover .cart-img .cart-logo svg {
            fill:var(--button-text-color); 
    }
         #_desktop_cart .cart-display:hover .cart-count-bubble,
     #_mobile_cart .cart-display:hover .cart-count-bubble {
          background: var(--button-text-color);
          color:var(--button-bg-color);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); 
    } 
  }
#_desktop_cart .cart-display .cart-count-bubble:empty,
#_mobile_cart .cart-display .cart-count-bubble:empty{
  display: none;
}

#_desktop_cart .cart-display .cart-count-bubble,
#_mobile_cart .cart-display .cart-count-bubble {
  background-color: var(--button-bg-color);
  border-radius: 50%;
  color: var(--button-text-color);
  font-size:9px;
  font-weight: 400;
  height: 15px;
  left: auto;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 2px;
  bottom:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  line-height: 15px;
}
#_desktop_cart .cart-display .cart-count-bubble{
right: 12px;
  top: 12px;
}
@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-count-bubble,
  #_mobile_cart .cart-display .cart-count-bubble {
    border-radius: 50%;
    top: 4px;
    right: 6px;
    width: 14px;
    line-height: 14px;
    height: 14px;
  }
}
  



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

#_desktop_cart .cart-display .cart-content .cart-title,
#_mobile_cart .cart-display .cart-content .cart-title{
   font-size: 14px;
   color: #232323;
  display:block;
  font-weight: 500;
}

#_desktop_cart .cart-display .cart-content .cart-item,
#_mobile_cart .cart-display .cart-content .cart-item{
    color: #777;
    display: block;
    font-size: 14px;
}

#header .header-right {
  text-align: right;
}
 @media (min-width: 1200px) and (max-width: 1350px) {
      #header .header-right {
        padding-left: 0; 
      } 
 }

/*--------------------------Header-contact Block------------------*/
  .ishiheadercontactblock {
   cursor: pointer;
   display: inline-block;
   padding: 0 5px;
   white-space: nowrap;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishiheadercontactblock {
     display: none;
  }
}
 @media (max-width: 991px) {
   .ishiheadercontactblock {
    /* If media is below 992 */
     padding: 6px 0px;
  }
}
 @media (max-width: 543px) {
   .ishiheadercontactblock {
     float: none;
     text-align: center;
     padding-top: 5px;
     display: none;
  }
}
 .ishiheadercontactblock .call {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 543px) {
   .ishiheadercontactblock .call {
     display: block;
  }
}
 .ishiheadercontactblock .call-img {
   width: 60px;
      height: 60px;
      display: inline-block;
      vertical-align: middle;
      border: 1px solid #dddddd;
      border-radius: 50%;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; 
 }
      @media (min-width: 1200px) and (max-width: 1350px) {
        .ishiheadercontactblock .call-img {
          width: 50px;
          height: 50px; 
        } 
      }
 .ishiheadercontactblock .call-img svg {
   fill: #232323;
      width: 60px;
      height: 60px;
   display: inline-block;
   vertical-align: middle;
}
@media (min-width: 1200px) and (max-width: 1350px) {
         .ishiheadercontactblock .call-img svg {
          width: 50px;
          height: 50px; 
        } 
      }
.ishiheadercontactblock:hover .call-img {
      background-color: var(--button-bg-color);
      border-color: var(--button-bg-color); 
        }
    .ishiheadercontactblock:hover .call-img svg {
        fill: var(--button-text-color); 
    }
 .ishiheadercontactblock .call-text {
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   padding-left: 7px;
}
 .ishiheadercontactblock .call-text .call-title {
       display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    color: #232323;
   font-size: 14px;
       font-weight: 500;
}
 .ishiheadercontactblock .call-text .call-num {
    color: #777;
    display: block;
    font-size: 14px;
}
/*-------------------------headerlink--------------*/
#ishiheaderlinks_block {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding: 0; 
}
  @media (max-width: 991px) {
    #ishiheaderlinks_block {
      /* If media is below 992 */
      /*  padding: 5px;*/
      float: right; 
    } 
  }
  #ishiheaderlinks_block .bullet {
    margin: 0; 
  }
    #ishiheaderlinks_block .bullet li {
      display: inline-block;
      vertical-align: middle;
      position: relative; 
    }
      #ishiheaderlinks_block .bullet li a {
        color: var(--menu-text-color);
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        display: block;
        padding: 15px 15px;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; 
      }
        @media (max-width: 991px) {
          #ishiheaderlinks_block .bullet li a {
            /* If media is below 992 */
            margin: 0 8px; 
          } 
        }
        #ishiheaderlinks_block .bullet li a:hover {
          color: var(--menu-text-hover-color); 
        }

        @media (max-width: 1199px) {
          #ishiheaderlinks_block .bullet li a {
            /* If media is below 992 */
            color: #232323; 
          } 
          #ishiheaderlinks_block .bullet li a:hover {
          color: #232323;
          }
        }
          @media (min-width: 1200px) {
            #ishiheaderlinks_block .bullet li a:hover {
              color: var(--menu-text-hover-color); 
            } 
          }
      #ishiheaderlinks_block .bullet li .viewmore:before {
        content: '\f0d7';
        position: absolute;
        right: 0;
        font-family: FontAwesome; 
      }
      #ishiheaderlinks_block .bullet li .headerlink-dropdown {
        position: absolute;
        top: 170%;
        width: 160px;
        right: 0;
        visibility: hidden;
        background: #ffffff;
        overflow: hidden;
        text-align: left;
        padding: 5px 20px;
        opacity: 0;
        z-index: 2;
        border: 1px solid #ebebeb;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
        #ishiheaderlinks_block .bullet li .headerlink-dropdown ul li a {
          padding: 5px 0;
          color: #232323; 
        }
        #ishiheaderlinks_block .bullet li .headerlink-dropdown ul li:hover a {
          color: var(--menu-text-hover-color); 
        }
      #ishiheaderlinks_block .bullet li:hover .headerlink-dropdown {
        top: 110%;
        opacity: 1;
        visibility: visible; 
      }
    #ishiheaderlinks_block .bullet.small {
      display: none; 
    }
      @media (max-width: 1199px) {
        #ishiheaderlinks_block .bullet.small {
          /* If media is below 1200 */
          display: block;
          visibility: hidden;
          opacity: 0;
          padding: 10px;
          top: 120%;
          position: absolute;
          right: auto;
          z-index: 2;
          background: #fff;
          border: 1px solid #ebebeb;
          width: 140px;
        } 
      }
      @media (max-width: 991px) {
        #ishiheaderlinks_block .bullet.small {
          left: auto;
          right: 0; 
        } 
      }
      #ishiheaderlinks_block .bullet.small li {
        display: block;
        text-align: left; 
      }
        #ishiheaderlinks_block .bullet.small li a {
          padding: 3px 10px;
          margin: 0; 
        }
  #ishiheaderlinks_block .header-link {
    cursor: pointer;
    position: relative;
    padding: 5px 0; 
  }
    @media (max-width: 991px) {
      #ishiheaderlinks_block .header-link {
        /* If media is below 992 */ 
      } 
    }
    @media (min-width: 1200px) {
      #ishiheaderlinks_block .header-link .link-icon {
        display: none;
      } 
    }
    #ishiheaderlinks_block .header-link .link-icon .link-menu {
      padding: 5px;
      position: relative;
      width: 40px;
      height: 40px;
      display: inline-block;
      vertical-align: middle; 
    }
      
    #ishiheaderlinks_block .header-link .small-title {
      margin: 0;
      padding: 5px;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: var(--menu-text-color);
    }
      @media (max-width: 991px) {
        #ishiheaderlinks_block .header-link .small-title {
          /* If media is below 992 */
          display: none; 
        } 
      }
  @media (max-width: 1199px) {
    #ishiheaderlinks_block:hover .header-link .small {
      /* If media is below 1200 */
      top: 110%;
      opacity: 1;
      visibility: visible;
    } 
  }
  @media (max-width: 991px) {
    #ishiheaderlinks_block:hover .header-link .small {
      /* If media is below 992 */
      top: 100%; 
    } 
  }

 #ishiheaderlinks_block .header-link .link-icon {
   fill: var(--menu-text-color);
   width: 40px;
   height: 40px;
   display: inline-block;
   vertical-align: middle;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
   #ishiheaderlinks_block .header-link{
    display: inline-block;
    vertical-align: middle;
     padding: 0; 
  }
}
 #ishiheaderlinks_block .header-link .link-icon svg {
   fill: var(--menu-text-color);
   width: 40px;
   height: 40px;
 }
 @media (max-width: 1199px) {
   #ishiheaderlinks_block .header-link .link-icon svg {
      fill: var(--menu-text-color);
  }
  
}
@media (max-width: 991px) {
   #ishiheaderlinks_block .header-link .link-icon svg {
      fill: #232323;
  }
  
}

/*-------------------------offerblock--------------*/
#ishioffersblock {
  float: right;
  padding: 3px 15px;
  overflow: hidden;
  width: 23%; 
}
  @media (max-width: 991px) {
    #ishioffersblock {
      /* If media is below 992 */
      display: none; 
    } 
  }
  @media screen and (min-width: 1300px) and (max-width: 1426px) {
    #ishioffersblock {
      /* If media is between 1300 and 1426 */
      width: 24%; 
    } 
  }
  @media screen and (min-width: 1200px) and (max-width: 1299px) {
    #ishioffersblock {
      /* If media is between 1200 and 1399 */
      width: 26%; 
    }
  }
  @media (max-width: 1199px) {
    #ishioffersblock {
      /* If media is below 992 */
      width: 32%; 
    }
  }
  #ishioffersblock .offer-img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
  }
    #ishioffersblock .offer-img svg {
      fill:  var(--brand-secondary); 
    height: 40px;
    width: 40px;
    }
  #ishioffersblock .typed {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px; 
  }
@media (max-width: 1199px) {
  #ishioffersblock .typed {
    font-size: 12px; 
  }
}
    #ishioffersblock .typed a {
      color: var(--menu-text-color);
    }

.offerstitle {
  display: none;
}


 #_desktop_top_menu .wrapper-menu, #_desktop_top_menu .wrapper {
    width: 18px;
    height: 14px;
    display: flex;
    position: absolute;
    top: 16px;
    left: 30px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out; 
 }
    #_desktop_top_menu .wrapper-menu.open, #_desktop_top_menu .wrapper.open {
      transform: rotate(-45deg); 
    }
      #_desktop_top_menu .wrapper-menu.open .line-menu.start, #_desktop_top_menu .wrapper.open .line-menu.start {
        transform: rotate(-90deg) translateX(3px);
      }
      #_desktop_top_menu .wrapper-menu.open .line-menu.end, #_desktop_top_menu .wrapper.open .line-menu.end {
        transform: rotate(-90deg) translateX(-3px); 
      }
    #_desktop_top_menu .wrapper-menu .line-menu, #_desktop_top_menu .wrapper .line-menu {
      background-color: white;
      border-radius: 5px;
      width: 100%;
      height: 2px; 
    }
      #_desktop_top_menu .wrapper-menu .line-menu:after, #_desktop_top_menu .wrapper .line-menu:after {
        content: '';
        position: absolute;
        right: 0;
        width: 0;
        height: 2px;
        border-radius: 5px;
        background: white;
        transition: all 0.3s;
        transition-delay: 0.1s; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu:nth-child(2n+1):after, #_desktop_top_menu .wrapper .line-menu:nth-child(2n+1):after {
        transition-delay: 0.2s; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu:nth-child(2n+2):after, #_desktop_top_menu .wrapper .line-menu:nth-child(2n+2):after {
        transition-delay: 0.3s; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu:nth-child(2n+3):after, #_desktop_top_menu .wrapper .line-menu:nth-child(2n+3):after {
        transition-delay: 0.4s;
        right: auto;
        left: 0; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu.half, #_desktop_top_menu .wrapper .line-menu.half {
        width: 50%; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu.start, #_desktop_top_menu .wrapper .line-menu.start {
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: right; 
      }
      #_desktop_top_menu .wrapper-menu .line-menu.end, #_desktop_top_menu .wrapper .line-menu.end {
        align-self: flex-end;
        transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
        transform-origin: left; 
      }
  #_desktop_top_menu:hover .wrapper-menu.open .line-menu:after, #_desktop_top_menu:hover .wrapper.open .line-menu:after {
    display: none; 
  }
  #_desktop_top_menu:hover .wrapper-menu .line-menu:nth-child(2n+1):after, #_desktop_top_menu:hover .wrapper .line-menu:nth-child(2n+1):after {
    width: 50%; 
  }
  #_desktop_top_menu:hover .wrapper-menu .line-menu:nth-child(2n+2):after, #_desktop_top_menu:hover .wrapper .line-menu:nth-child(2n+2):after {
    width: 100%;
  }
  #_desktop_top_menu:hover .wrapper-menu .line-menu:nth-child(2n+3):after, #_desktop_top_menu:hover .wrapper .line-menu:nth-child(2n+3):after {
    width: 50%;
  }
/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
  .wrapper-nav{
     min-height:50px;
  } 
.navfullwidth{
  background:var(--menu-bg-color);
        padding: 4px 0;
    border-bottom: 1px solid #eee;
}
  
.open > .dropdown-menu {
   display: block;
}
#shopify-section-Ishi_megamenu {
    float: left;
    width: 20.85%;
    padding: 0 15px;
}
/* @media (min-width: 1200px) and (max-width: 1300px) {
  #shopify-section-Ishi_megamenu {
    width: 23%;
  }
@media (max-width: 1199px) {
  #shopify-section-Ishi_megamenu {
    width: 22.3%;
  }
}} */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #shopify-section-Ishi_megamenu {
      /* If media is between 992 and 1199 */
      width: 25%; } }
#_desktop_top_menu {
  padding: 0;
  position:relative;
}
 #_desktop_top_menu .home-title {
    font-size: 14px;
    text-align: left;
    padding: 15px 15px 15px 65px;
    margin: 0;
    font-family: var(--font-body-family);
    line-height: 16px;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background-image: none;
    position: relative;
   color: var(--button-text-color);
   background: var(--button-bg-color);
}
 #_desktop_top_menu .home-title span {
   display: inline-block;
   vertical-align: middle;
}
 #_desktop_top_menu .home-title span svg {
   width: 40px;
   height: 20px;
   fill: var(--button-text-color);
}
/*  #_desktop_top_menu .home-title:after {
   content: '';
   position: absolute;
   left: -10px;
   top: 0px;
   border: 8px solid var(--button-bg-color);
   border-left: 11px solid transparent;
   border-right: 0px solid transparent;
   border-top: 0;
} */
.open>.dropdown-menu {
    display: block !important;
}
@media (min-width: 992px) {
   #top-menu, .dropdown-menu {
         position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: none;
         float: left;
    min-width: 160px;
    padding: 8px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
         display: none;
  }
}
 #top-menu h3, .dropdown-menu h3 {
   position: relative;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   margin: 0;
   letter-spacing: 0.5px;
   font-family: var(--font-body-family);
   font-size: 15px;
   font-weight: 500;
   color: #000;
}
 @media (max-width: 991px) {
   #top-menu h3, .dropdown-menu h3 {
     font-size: 15px;
     font-weight: 400;
  }
}
 #top-menu > li, .dropdown-menu > li {
   display: block;
   text-align: left;
   position: relative;
}
 @media (min-width: 992px) {
   #top-menu > li:after, .dropdown-menu > li:after {
     content: "";
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 1px;
     width: 95%;
     background: #eee;
     text-align: center;
     margin: 0 auto;
  }
}
 #top-menu > li:last-child:after, .dropdown-menu > li:last-child:after {
   display: none;
}
 @media (max-width: 991px) {
   #top-menu > li, .dropdown-menu > li {
     display: block;
     padding: 15px 0;
     border-bottom: 1px solid #eee;
  }
   #top-menu > li:last-child, .dropdown-menu > li:last-child {
     border-bottom: none;
  }
}
 #top-menu > li .dropdown-item, .dropdown-menu > li .dropdown-item {
   white-space: normal;
}
 #top-menu > li .dropdown-item:hover, .dropdown-menu > li .dropdown-item:hover, #top-menu > li .dropdown-item:focus, .dropdown-menu > li .dropdown-item:focus {
   background-color: #fff;
}
 #top-menu > li > a, .dropdown-menu > li > a {
   display: block;
   padding: 15px 15px;
   position: relative;
   overflow: hidden;
}
 @media screen and (min-width: 1400px) and (max-width: 1449px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     padding: 12px 15px;
  }
}
 @media screen and (min-width: 1350px) and (max-width: 1399px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     padding: 11px 15px;
  }
}
 @media screen and (min-width: 1300px) and (max-width: 1349px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     padding: 10px 15px;
  }
}
 @media screen and (min-width: 1200px) and (max-width: 1299px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     padding: 9px 15px;
  }
}
 @media (max-width: 1199px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     padding: 6px 15px;
  }
}
 @media (max-width: 991px) {
   #top-menu > li > a, .dropdown-menu > li > a {
     display: inline-block;
     vertical-align: middle;
  }
}
 @media (min-width: 992px) {
   #top-menu > li > a:hover .title, .dropdown-menu > li > a:hover .title, #top-menu > li > a:focus .title, .dropdown-menu > li > a:focus .title, #top-menu > li > a:hover i, .dropdown-menu > li > a:hover i, #top-menu > li > a:focus i, .dropdown-menu > li > a:focus i {
     color: var(--brand-secondary);
  }
}
 #top-menu > li > a .title, .dropdown-menu > li > a .title {
   color: #232323;
   display: inline-block;
   vertical-align: middle;
   font-weight: 400;
   line-height: 14px;
   font-size: 14px;
   font-family: var(--font-body-family);
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   #top-menu > li > a .title, .dropdown-menu > li > a .title {
     float: left;
     color: #000;
     line-height: 20px;
     font-weight: 400;
     font-size: 16px;
  }
}
 #top-menu > li > a svg, .dropdown-menu > li > a svg {
   float: right;
   margin:4px 0;
   color: #666;
   transform: rotate(-90deg);
   width: 12px;
   height: 12px;
}
 @media (max-width: 991px) {
   #top-menu > li > a svg, .dropdown-menu > li > a svg {display:none;}
 }
 #top-menu > li > a span, .dropdown-menu > li > a span {
   background: #f00 none repeat scroll 0 0;
   border-radius: 2px;
   font-family: var(--font-body-family);
   font-size: 9px;
   font-weight: 500;
   left: -3px;
   padding: 1px 6px;
   position: relative;
   top: -14px;
   letter-spacing: 0.5px;
   color: #fff;
}
 @media (max-width: 1199px) {
   #top-menu > li > a span, .dropdown-menu > li > a span {
     top: -12px;
     font-size: 7px;
  }
}
 @media (max-width: 991px) {
   #top-menu > li > a span, .dropdown-menu > li > a span {
     padding: 0 3px;
     top: 0px;
     float: right;
     left: auto;
     right: 0;
     position: relative;
     margin: 0 6px;
     display: none;
  }
}
 #top-menu > li > a span.new, .dropdown-menu > li > a span.new {
   background:#232323 none repeat scroll 0 0;
}
 @media (min-width: 992px) {
   #top-menu > li > a span.new:before, .dropdown-menu > li > a span.new:before {
     border-top: 5px solid #232323;
  }
}
 #top-menu > li > a span.sale, .dropdown-menu > li > a span.sale {
   background: #7fbc1e none repeat scroll 0 0;
}
 #top-menu > li > a span.sale:before, .dropdown-menu > li > a span.sale:before {
   border-color: #7fbc1e transparent transparent #7fbc1e;
}
 @media (min-width: 992px) {
   #top-menu > li > a span.sale:before, .dropdown-menu > li > a span.sale:before {
     border-top: 5px solid #7fbc1e;
  }
}
 @media (min-width: 992px) {
   #top-menu > li > a span:before, .dropdown-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);
  }
}
 #_desktop_top_menu #top-menu > li .sub-menu, #_desktop_top_menu .dropdown-menu > li .sub-menu {
   top: 5px;
   left: 115%;
   border: none;
   width: auto;
   z-index: 18;
   overflow: hidden;
   padding: 15px 0;
   border-radius: 0;
   border-left: 2px solid var(--brand-secondary);
   visibility: hidden;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   text-align: center;
   position: absolute;
   background: #fff;
}
 #_desktop_top_menu #top-menu > li .sub-menu.desktop-collapse, #_desktop_top_menu .dropdown-menu > li .sub-menu.desktop-collapse {
   opacity: 0;
   -webkit-transition: opacity 0.4s, left 0.4s, right 0.4s, visibility 0.4s;
   -o-transition: opacity 0.4s, left 0.4s, right 0.4s, visibility 0.4s;
   transition: opacity 0.4s, left 0.4s, right 0.4s, visibility 0.4s;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   #_desktop_top_menu #top-menu > li .sub-menu, #_desktop_top_menu .dropdown-menu > li .sub-menu {
     left: 49%;
  }
}
 #_desktop_top_menu #top-menu > li:hover:hover .sub-menu, #_desktop_top_menu .dropdown-menu > li:hover:hover .sub-menu {
   left:100% !important;
   opacity: 1;
   visibility: visible;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   #_desktop_top_menu #top-menu > li:hover:hover .sub-menu, #_desktop_top_menu .dropdown-menu > li:hover:hover .sub-menu {
   left: 55% !important;
  }
}
.top-menu.mainmenu-dropdown {
  display: block;
  position: relative;
  overflow: hidden;
}

.top-menu.mainmenu-dropdown .sub-category {
  text-align: left;
  width: 180px;
  float: left;
  margin-left:20px;
  margin-bottom: 0px;
}

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

.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;
  text-transform: capitalize;
  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;
  }
}


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

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

.sub-menu .img-container {
  clear: both;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .sub-menu .img-container {
    /* If media is below 992 */
    display: none;
  }
}

.grid__item--Ishi_megamenu .card-wrapper{
    width: 140px;
   border:none;
}
.grid__item--Ishi_megamenu .card-wrapper .card--product{
  border:1px solid #eee;
  }
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
.grid__item--Ishi_megamenu .card-information {
  margin:10px 0 0!important;
  padding:0;
  background:transparent;
}
  .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: #555;
  }
  
  
#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-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-navmenu{
  min-height: 60px;
}


@media (max-width: 991px) {
  .template-index .mobile-width {
    border-bottom: 0;
  }
  .mobile-width {
    background-color: #fff;
    padding:10px 0;
       border-bottom: 1px solid #eee;
  }
}

.mobile-width .mobile-width-left {
  width: 30%;
    padding:0 5px;
    display: flex;
    align-items: center;
}

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

.mobile-width .mobile-width-left #menu-icon svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: #232323;
}

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


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


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

 

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

.footer.footerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.footer.footer-color {
  background-color:var(--footer-bg-color);
  border-top: 1px solid #eee;
}
@media screen and (max-width: 991px) {
  .footer .grid {
    display: block;
    margin-left: 0;
  }
  .footer-block.grid__item {
    padding: 0;
    margin: 0 0 0.5rem;
    width: 100%;
    overflow:hidden;
  }

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

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

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

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

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


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

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


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


.footer .newsletter-form.newsletter-form{
  max-width: 100%;
  position:relative;
}
.newsletter-form.newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
}
@media  (max-width: 991px) {
  .footer .newsletter-form.newsletter-form{
    max-width: 70%;
  }
}
@media  (max-width: 767px) {
  .newsletter-form.newsletter-form .field input{
   padding-right: 70px;
  }
  .footer .newsletter-form.newsletter-form{
    max-width: 90%;
        margin: 0 auto;
  }
}
@media  (max-width: 543px) {
  .footer .newsletter-form.newsletter-form{
    max-width: 100%;
  }
}
.newsletter-form.newsletter-form .newsletter-form__button{
 height:45px;
 position: absolute;
 right: 0;
 margin: 0;
  top:0;
}
@media  (min-width: 992px) {
.footer .newsletter-form.newsletter-form .newsletter-form__button{
      position: unset;
}
}
@media  (max-width: 991px) {
.newsletter-form.newsletter-form .newsletter-form__button{
   border-radius: 0 30px 30px 0;
  }
}
.newsletter-popup .newsletter-form__button{
   border-radius: 0 30px 30px 0;
  }
}

.footer_newslwtter .newsletter-form .newsletter-form__button{
  position:unset;
  height:40px;
  width:100%;
}
.footer_newslwtter .newsletter-form .field input{
    background: transparent;
    padding-right: 15px;
  margin-bottom:20px;
 border: 1px solid var(--footer-text-modify-color2);
   color:var(--footer-text-color);
}
.footer_newslwtter .newsletter-form .field__label{
  color:var(--footer-text-color);
}
.footer_newslwtter .block-newsletter-label{
  margin:0 0 14px;
  color:var(--footer-text-color);
   display:block;
}

@media  (max-width: 991px) {
.footer_newslwtter .footer-block__heading {
  display:block;
  width: 100%;
}
  .footer_newslwtter .block-newsletter-label{
      overflow: hidden;
    width: 100%;
  }
}
.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.6rem;
    display:block;
     margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
    .footer-block__heading {
      float:left;
    }
}
.footer-title{
 overflow:hidden;
 width:100%;
}
.navbar-toggler{
    float: right;
    margin: 4px;
  display:flex;
}
.footer .navbar-toggler svg{
  color:var(--footer-heading-color);
}
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

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

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

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


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

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


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


.footer-bottom {
  padding: 15px 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-text-color);
}
 @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
     padding: 7px 0;
  }
}
.footer-bottom .footer-right {
   text-align: right;
}
.footer-bottom .footer-right.center .list-payment{
  justify-content: center;
}	
 @media (max-width: 991px) {
   .footer-bottom .footer-right {
     text-align: center;
  }
}
.footer-bottom .footer-right .payment-icons {
   cursor: default;
}
 @media (max-width: 991px) {
.footer-bottom .footer-right .payment-icons {
     overflow: hidden;
     padding: 4px 0;
  }
}

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


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

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


.footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer .contact-info .contact-info-inner ul li i {
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   color: var(--footer-text-hover-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;
}
.footer .contact-info .contact-info-inner ul li:hover i{
  color:var(--button-bg-hover-color);
}
 @media (max-width: 991px) {
   .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   padding-left: 10px;
   width: 80%;
}
 @media (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content {
     width: 75%;
  }
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .content {
     display: inline-block;
     padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
     padding-left: 10px;
  }
}
 .footer .contact-info .contact-info-inner ul .content .title {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   color: var(--footer-heading-color);
   margin-bottom: 5px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
  }
}
 .footer .contact-info .contact-info-inner ul .content a, .footer .contact-info .contact-info-inner ul .content p {
   font-size: 14px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin-bottom: 0px;
}
.footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
   margin-bottom: 20px;
   text-align: left;
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 21px;
}
 @media (min-width: 992px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  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);
}
/*================ ishi-services ================*/
 .footer_service .ishiservices {
   text-align: center;
   clear: both;
   display: block;
   overflow: hidden;
   background:var(--footer-service-bg-color);
}

 
 .footer_service .ishiservices .ishiservices-content .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
   margin: 0 auto;
}
 .footer_service .ishiservices .services {
   text-align: center;
   cursor: pointer;
   border-right: 1px solid rgba(102, 102, 102, 0.15);
}
 @media (max-width: 991px) {
   .footer_service .ishiservices .services {
    /* If media is below 768 */
     margin-bottom: 15px;
     border-right: 0;
  }
   .footer_service .ishiservices .services:nth-child(2n+1) {
      margin-bottom: 0;
  }
}
 @media (max-width: 543px) {
   .footer_service .ishiservices .services {
     width: 100%;
  }
    .footer_service .ishiservices .services:nth-child(2n+1) {
      margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .footer_service .ishiservices .services:nth-child(2n+2) {
     border-right: 0;
  }
}
 .footer_service .ishiservices .services:last-child {
   border-right: 0;
   margin-bottom: 0;
}
 .footer_service .ishiservices .services .service-img {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   overflow: hidden;
   height: 50px;
   width: 50px;
   line-height: 45px;
   text-align: center;
   transition: all 400ms ease;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
}
 @media (max-width: 767px) {
   .footer_service .ishiservices .services .service-img {
     display: block;
     margin: 0 auto 5px;
  }
}
 .footer_service .ishiservices .services img {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .footer_service .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;
}
 .footer_service .ishiservices .services .service-block {
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   padding-left: 6px;
   font-weight: 400;
       width: 70%;
}
 @media (max-width: 1350px) {
   .footer_service .ishiservices .services .service-block {
    /* If media is below 1200 */
     text-align: center;
     padding-left: 0;
     display: block;
        width: 100%;
  }
}

 @media (max-width: 991px) {
   .footer_service .ishiservices .services .service-block {
    /* If media is below 992 */
     text-align: left;
     padding-left: 10px;
         display: inline-block;
    width: 100%;
  }
}
 @media (max-width: 1199px) {
   .footer_service .ishiservices .services .service-block {
     text-align: center;
     padding-left: 0;
  }
}
 @media (max-width: 767px) {
   .footer_service .ishiservices .services .service-block {
    /* If media is below 544 */
     text-align: center;
     padding-left: 0;
     display: block;
        width: 100%;
  }
}
@media (max-width: 543x) {
   .footer_service .ishiservices .services .service-block {
    /* If media is below 544 */
     width: 80%;
  }
}
 .footer_service .ishiservices .services .service-block .service-title {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 0;
    color: var(--footer-service-text-color);
}
 .footer_service .ishiservices .services .service-block .service-desc {
   display: block;
   font-weight: 400;
   color: var(--footer-service-sub-color);
}
 .footer_service .ishiservices .services:hover .service-hover img {
   opacity: 0;
}
 .footer_service .ishiservices .services:hover .service-hover .service-img-hover {
   opacity: 1;
}
 .footer_service .ishiservices .services:hover .service-hover .service-img-hover img {
   opacity: 1;
}

@media (max-width: 991px) {
   .footer_service .ishiservices .services:nth-child(3n+1) {
    clear: none;
  }
   .footer_service .ishiservices .services:nth-child(2n+1) {
    clear: left;
  }
}

/* ----------- Section CSS -------------- */

/*================ ishislider ================*/
.slider-banner {
  /*background: #f5f5f5 url(//cdn.shopify.com/s/files/1/0065/2486/2575/t/15/assets/bg.jpg?8419) center fixed;*/
  padding: 35px 0;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;  
}
  @media (max-width: 991px) {
    .slider-banner {
      /* If media is below 992 */
      margin-bottom: 30px; 
    } 
  }
@media (max-width: 767px) {
    .slider-banner {
     
      padding:0;
          padding-top: 30px;
    } 
  }

#slider-width {
  margin-left: 20.84%;
  width: 58.65%;
  margin-bottom: 35px; 
}
  @media (max-width: 1199px) {
    #slider-width {
      /* If media is below 1200 */
      margin-left: 23.84%;
      width: 56.65%; 
    } 
  }
  @media (max-width: 991px) {
    #slider-width {
      /* If media is below 992 */
      margin-left: 0;
      width: 100%;
      margin-bottom: 30px; 
    }
  }

.ishislider {
  position: relative;
  z-index: 0;
}
.ishislider .ishislideshow-carousel{
  position: relative;
}
.ishislider .ishislideshow-carousel img{
	border-radius: 5px;
}
 .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 !important;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: var(--button-bg-color) !important;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--button-text-color);
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 40%;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover {
   background-color: var(--button-bg-hover-color) !important;
   box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
   line-height: 40px;
    color: var(--button-text-color) !important;
   height: 40px;
   width: 40px;
}

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

.ishislider .ishislideshow-carousel .page-width {
	position: absolute;
	left: 0;
	right: 0;
}
@media (min-width: 1200px) {
.ishislider .ishislideshow-carousel .page-width{
  width: 80%;
}
}

 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 14px;
	width: auto;
	text-transform: unset;
	font-family: var(--font-body-family);
	text-align: unset;
	padding: 7px 15px;
	display: inline-block;
	vertical-align: middle;
	line-height: 14px;
	margin-bottom: 15px;
	border-radius: 15px;
	letter-spacing: 0.8px;
}
 
@media (max-width: 1499px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 12px;
		margin-bottom: 12px;
		line-height: 12px;
	}
}

@media (max-width: 1199px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 11px;
		line-height: 11px;
	}
}

@media (max-width: 991px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 13px;
		line-height: 13px;
	}
}

@media (max-width: 767px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 14px;
		line-height: 11px;
		padding: 7px 12px;
	}
}

@media (max-width: 543px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 13px;
		line-height: 13px;
        margin-bottom:20px;
        
	}
}

@media (max-width: 480px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size:12px;
		padding: 7px 10px;
		line-height: 10px;
	}
}

@media (max-width: 415px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
	 margin-bottom: 13px;
    padding: 7px 8px;
    font-size: 10px;
    line-height: 10px;
	}
}

@media (max-width: 380px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size:10px;
    line-height: 7px;
    padding: 7px;
    margin-bottom: 11px;
	}
}

 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 42px;
	text-transform: unset;
	text-align: unset;
	line-height: 42px;
	margin-bottom: 20px;
	letter-spacing: 0.7px;
	font-weight: 600
   font-family: var(--font-body-family);
}

@media (max-width: 1499px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 35px;
		line-height: 35px;
	}
}

@media (max-width: 1199px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 31px;
		line-height: 31px
	}
}

@media (max-width: 991px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 30px;
		line-height: 30px;
      margin-bottom: 17px;
	}
}

@media (max-width: 767px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 25px;
		line-height: 25px;
	}
}

@media (max-width: 543px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 24px;
		line-height: 22px;
          margin-bottom: 18px;
      
	}
}

@media (max-width: 480px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 20px;
		line-height: 20px
	}
}

@media (max-width: 415px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 13px;
	}
}

@media (max-width: 380px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 16px;
	}
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 16px;
	line-height: 16px;
	margin-bottom: 25px;
	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: 14px;
		line-height: 14px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1199px) {
	.ishislider .ishislideshow-carousel .slider-content .desc {
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.ishislider .ishislideshow-carousel .slider-content .desc {
		font-size: 14px;
		line-height: 12px;
		margin-bottom: 22px;
	}
}
@media (max-width: 767px) {
	.ishislider .ishislideshow-carousel .slider-content .desc {
		display: none;
	}
}
 @media (max-width: 1299px) {
    .ishislider .ishislideshow-carousel .slider-content .slider-btn  {
     padding: 8px 17px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn{
    padding: 7px 16px;
     font-size: 13px;
     line-height: 20px;
  }
}
@media (max-width: 991px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn{
		 padding: 5px 12px;
		 font-size: 11px;
       line-height: 18px;
	}
}
@media (max-width: 543px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn{
		 padding: 8px 16px;
        font-size: 10px;
        line-height: 15px;
	}
}
@media (max-width: 415px) {
  .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     padding: 8px 12px;
    font-size: 10px;
    line-height: 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;
}


/************************************** Featured Product css ********************************/
 .thumbnail-buttons{
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  display:block;
}
 .thumbnail-buttons .product-btn{
  margin: 0 2px 5px;
}
.featured-product-section .card-information .card-information__wrapper{
  margin-top: 10px;
}
.featured-product-section .view-all-btn{
  margin-top: 0px;
}

.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: inline-block;
 margin: 0 0 10px;
}
@media(max-width:767px){
  .featured-product-section .thumbnail-buttons{
    position:absolute !important;
  }
  .featured-product-section .section-header{
    margin-bottom: 25px;
  }
}
 @media (min-width: 544px) {
 .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 3px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
  }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  color:#787878;
  min-width: 120px;
  display: block;
  padding: 5px 12px;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @media (max-width: 543px) {
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     display: inline-block;
     vertical-align: middle;
     font-size: 16px;
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
       margin-bottom: 20px;
   }
   .featured-product-section .thumbnail-buttons{
      margin-bottom: 0;
      top: 5px;
      right: 5px;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  color:#232323;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:before{
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 999;
    opacity: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #cccccc;
    opacity: 1;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link:before{
   background: #ffcc33;
    width: 25px;
    border-radius: 5px;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}
 @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;
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
  white-space: nowrap;
    overflow-x: auto;
    padding: 0 15px;
    display: block;

   }
     .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
        margin-left:15px;
  }
  .featured-product-section .ishi-product-tabs::-webkit-scrollbar {
    	display: none;
    } 
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
   border:0;
  padding:0;
  margin-top:15px;
  min-width:auto;
  display:inline-block;
  background: transparent;
  border-bottom: 1px solid transparent;
   }
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
     
     color:#232323;
         background: transparent;
   }
 
 }

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


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

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

.manufacture-block .manufacture-carousel .logo-bar__item {
 opacity: 1;
   cursor: pointer;
   display: inline-block;
   vertical-align: middle;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
/* .manufacture-block .manufacture-carousel .logo-bar__item img {
  max-width:100%;
  width:auto;
  margin: 0 auto;
} */
.manufacture-block .manufacture-carousel .logo-bar__item:hover {
 transform: scale(0.9);
   opacity: 1;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}

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


/*******************************  language and currency ************************************/
/*  .localization-form:only-child .button, .localization-form:only-child .localization-form__select{
	padding: 10px;
      padding-bottom: 8px;
}  */

@media (max-width: 991px) {
.localization-form:only-child .button, .localization-form:only-child .localization-form__select{
  	padding: 7px 20px 7px 10px;
}
}

.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:block;
    text-align: center;
}
}
@media (min-width: 992px) {
  .localization-form:only-child .localization-selector.link{
       padding-right: 2.3rem;
  }
   .localization-form:only-child .localization-selector.link .icon-caret{
    right: 6px;
  }
}
.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: -3px;
    top: 7px;
    background: var(--navbar-text-color);
    width: 1px;
    height: 16px;
      opacity: .2;
}
@media (max-width: 991px) {
.localization-form .localization-selector:after{
	right: -6px;
    top: 7px;
}
}
@media (max-width: 767px) {
.localization-form .localization-selector:after{
	display:none;
}
}
localization-form:last-child .localization-form .localization-selector:after{
  display:none;
}
localization-form:last-child .localization-form .localization-selector{
  padding-right: 1.5rem !important;
}
localization-form:last-child .localization-form .localization-selector svg{
  right: 0px !important;
}

 input,textarea{
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
 }
/*************** ishitwobannerblock *****************/

.ishitwobannerblock {
	 margin-bottom: 30px;
	 width: 20.45%;
}
 @media (max-width: 1199px) {
	 .ishitwobannerblock {
		/* If media is below 1200 */
		 width: 19.45%;
	}
}
 @media (max-width: 991px) {
	 .ishitwobannerblock {
		/* If media is below 992 */
		 margin-bottom: 30px;
		 width: 100%;
	}
}
 .ishitwobannerblock .ishitwobannerblock-container {
	 display: block;
	 width: 100%;
	 overflow: hidden;
}
 @media (max-width: 991px) {
	 .ishitwobannerblock .ishitwobannerblock-container {
		 text-align: center;
	}
}
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container {
	 display: inline-block;
	 vertical-align: middle;
}
 @media (min-width: 992px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container {
		/* If media is above 991 */
		 margin: 0;
		 margin-bottom: 30px;
	}
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:last-child {
		 margin-bottom: 0;
	}
}
 @media (max-width: 991px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container {
		/* If media is below 992 */
		 margin-bottom: 0;
	}
}
 @media (max-width: 767px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container {
		/* If media is below 768 */
		 margin-bottom: 0;
		 text-align: center;
		 width: 50%;
	}
}
 @media (max-width: 543px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container {
		/* If media is below 544 */
		 width: 100%;
		 margin-bottom: 30px;
	}
}
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:first-child {
	/* If media is below 992 */
}
/*  @media (max-width: 991px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:first-child {
		 margin-left: 8%;
	}
}
 @media (max-width: 767px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:first-child {
		 margin-left: 0;
	}
} */
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:last-child {
	/* If media is below 544 */
}
 @media (max-width: 543px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container:last-child {
		 margin-bottom: 0;
	}
}
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container {
	 overflow: hidden;
	 position: relative;
}
/*  @media (max-width: 991px) {
	 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container {
		 display: inline-block;
		 vertical-align: middle;
		 text-align: center;
	}
} */
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container a {
	 display: block;
	 position: relative;
	 overflow: hidden;
	 border-radius: 5px;
	 -webkit-transition: all 0.8s;
	 -moz-transition: all 0.8s;
	 -ms-transition: all 0.8s;
	 -o-transition: all 0.8s;
	 transition: all 0.8s;
}
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container a:before, .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container a:after {
	 background: rgba(0, 0, 0, 0.1);
}
 .ishitwobannerblock .ishitwobannerblock-container .ishitwobanner-container .image-container img {
	 border-radius: 5px;
	 max-width: 100%;
	 -webkit-transition: all 1s;
	 -moz-transition: all 1s;
	 -o-transition: all 1s;
	 transition: all 1s;
   width: 100%;
}
 body .card-wrapper .cart-btn-bottom .cart-btn,
body .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link,
body #slidetop,
body .quantity,
body .button,
body .btn,
body .shopify-challenge__button,
body .customer button,
body .shopify-payment-button__button--unbranded,
body .owl-theme .owl-dots .owl-dot span,
body .owl-theme .owl-nav .owl-prev,
body .owl-theme .owl-nav .owl-next,
body .customer .field input,
body .customer select,
body .field__input,
body .select__select,
body input.spr-form-input,
body textarea.spr-form-input,
body .spr-summary-actions-newreview{
    border-radius: 30px;
}
/*================ ishibottombanner ================*/
 @media (max-width: 767px) {
	 .ishibottombannerblock {
		 display: none;
	}
}
 .ishibottombannerblock .ishibottombannerblock-container {
	 display: block;
	 width: 100%;
	 overflow: hidden;
}
 @media (max-width: 991px) {
	 .ishibottombannerblock .ishibottombannerblock-container {
		 text-align: center;
	}
}
 .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container {
	 overflow: hidden;
	 position: relative;
}
 @media (max-width: 991px) {
	 .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container {
		 text-align: center;
	}
}
 .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container a {
	 display: block;
	 position: relative;
	 overflow: hidden;
	 border-radius: 5px;
	 -webkit-transition: all 0.8s;
	 -moz-transition: all 0.8s;
	 -ms-transition: all 0.8s;
	 -o-transition: all 0.8s;
	 transition: all 0.8s;
}
 .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container a:before, .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container a:after {
	 background: rgba(0, 0, 0, 0.15);
}
 .ishibottombannerblock .ishibottombannerblock-container .ishibottombanner-container .image-container img {
	 border-radius: 5px;
	 max-width: 100%;
	 -webkit-transition: all 1s;
	 -moz-transition: all 1s;
	 -o-transition: all 1s;
	 transition: all 1s;
}
 /*================ bannerblock ================*/
 .ishibannerblock {
	 text-align: center;
}
 .ishibannerblock .image-container img {
	 max-width: 100%;
	 width: 100%;
	 -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
}
 .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;
}
 .ishibannerblock .image-container a:before, .ishibannerblock .image-container a:after {
	 background: rgba(0, 0, 0, 0.1);
 }
 @media screen and (min-width: 1200px) and (max-width: 1450px) {
	 .ishibannerblock .bannerblock {
		/* If media is between 1200 and 1450 */
		 padding: 0 12px;
	}
}
 @media (max-width: 1199px) {
	 .ishibannerblock .bannerblock {
		/* If media is below 1200 */
		 padding: 0 9px;
	}
}
 @media (max-width: 991px) {
	 .ishibannerblock .bannerblock {
		/* If media is below 992 */
		 padding: 0 15px;
	}
}
 @media (max-width: 767px) {
	 .ishibannerblock .bannerblock {
		/* If media is below 768 */
		 padding: 0 15px;
		 margin-bottom: 30px;
	}
}
 .ishibannerblock .ishibanner-container2 {
	 margin-bottom: 30px;
}
 @media (max-width: 1199px) {
	 .ishibannerblock .ishibanner-container2 {
		/* If media is below 1200 */
		 margin-bottom: 20px;
	}
}
 @media (max-width: 767px) {
	 .ishibannerblock .ishibanner-container2 {
		/* If media is below 768 */
		 margin-bottom: 30px;
	}
}
 .ishibannerblock .ishibanner-container4 {
	 margin-bottom: 0;
}
 /*================ 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;
}
@media (max-width:543px){
  .ishiparallaxbanner .parallaximage{
    background-image:none !important;
  }
}
 .ishiparallaxbanner .parallaximage.parallax-color {
	 display: block;
	 position: relative;
	 width: 100%;
}
 .ishiparallaxbanner .parallax-list {
	 display: inline-block;
	 text-align: center;
	 position: relative;
}
 @media (max-width: 767px) {
	 .ishiparallaxbanner .parallax-list {
		 float: none !important;
		 margin: 0 auto;
		 display: block;
	}
}
 .ishiparallaxbanner .parallax-list .parallax-discount {
	 font-size:20px;
	 font-weight: 400;
	 line-height: 25px;
	 margin-bottom: 20px;
	 letter-spacing: 0.5px;
}
@media (max-width:543px){
  .ishiparallaxbanner .parallax-list .parallax-discount{
        margin-bottom: 10px;
  }
}
 .ishiparallaxbanner .parallax-list .parallax-discount span {
	 font-size: 28px;
	 font-weight: 600;
}
 @media (max-width: 767px) {
	 .ishiparallaxbanner .parallax-list .parallax-discount span {
		 font-size: 22px;
	}
}
 .ishiparallaxbanner .parallax-list .parallax-title {
	 font-size: 65px;
	 line-height: 75px;
	 margin-bottom: 22px;
	 font-weight: 600;
}
 @media (max-width: 991px) {
	 .ishiparallaxbanner .parallax-list .parallax-title {
		 font-size: 55px;
		 line-height: 65px;
	}
}
 @media (max-width: 767px) {
	 .ishiparallaxbanner .parallax-list .parallax-title {
		 font-size: 40px;
		 line-height: 50px;
	}
}
@media (max-width: 543px) {
	 .ishiparallaxbanner .parallax-list .parallax-title {
	font-size: 34px;
    line-height: 36px;
	}
}
@media (max-width:425px) {
	 .ishiparallaxbanner .parallax-list .parallax-title {
	font-size: 25px;
    line-height: 27px;
    margin-bottom: 17px;
	}
}
 .ishiparallaxbanner .parallax-list .parallax-subtitle {
	 font-size: 14px;
	 margin-bottom: 35px;
	 letter-spacing: 2px;
}
@media (max-width:543px){
  .ishiparallaxbanner .parallax-list .parallax-subtitle{
    margin-bottom: 30px;
  }
}
@media (max-width:425px){
.ishiparallaxbanner .parallax-list .parallax-subtitle{
    margin-bottom: 25px;
}
}
 .ishiparallaxbanner .parallax-list .parallax-offer {
	 position: relative;
	 display: block;
}
 /*================ category ================*/
 .ishilinkblock {
	 text-align: center;
}
 .ishilinkblock .home-title {
	 display: none;
}
 .ishilinkblock .ishi_linkblock {
	 display: block;
	 overflow: hidden;
	 background: #f4f4f4;
}
 .ishilinkblock .ishi_linkblock:hover .link-img img {
	 -moz-transform: rotate(-8deg);
	 -webkit-transform: rotate(-8deg);
	 -o-transform: rotate(-8deg);
	 -ms-transform: rotate(-8deg);
	 transform: rotate(-8deg);
}
 .ishilinkblock .ishi_linkblock h3 {
	/* If media is below 992 */
	 color: #232323;
	 font-size: 20px;
	 margin-bottom: 15px;
	 font-weight: 500;
	 text-align: left;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 @media (max-width: 1199px) {
	 .ishilinkblock .ishi_linkblock h3 {
		 font-size: 18px;
	}
}
 @media (max-width: 991px) {
	 .ishilinkblock .ishi_linkblock h3 {
		 font-size: 14px;
	}
}
 .ishilinkblock .ishi_linkblock .link-img {
	 padding: 0;
	 position: relative;
	 left: -45px;
}
 @media (max-width: 543px) {
	 .ishilinkblock .ishi_linkblock .link-img {
		/* If media is below 544 */
		 padding: 30px 0;
		 left: -20px;
	}
}
 .ishilinkblock .ishi_linkblock .link-img img {
	 max-width: 100%;
	 width: auto;
	 text-align: center;
	 margin: 0 auto;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishilinkblock .ishi_linkblock .link-list {
	 line-height: 26px;
	 padding: 40px 15px 0;
	 text-align: left;
}
 @media (max-width: 543px) {
	 .ishilinkblock .ishi_linkblock .link-list {
		/* If media is below 544 */
		 padding: 20px 15px 0;
	}
}
 .ishilinkblock .ishi_linkblock .link-list ul {
	 display: block;
	 margin-bottom: 20px;
}
 .ishilinkblock .ishi_linkblock .link-list ul li {
	 position: relative;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishilinkblock .ishi_linkblock .link-list ul li a {
	 color: #666;
	 text-decoration: none;
	 font-size: 14px;
	 position: relative;
	 overflow: hidden;
	 letter-spacing: 0.5px;
	 font-weight: 400;
	 padding-left: 20px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishilinkblock .ishi_linkblock .link-list ul li a:before {
	 content: "+";
      position: absolute;
      left: 4px;
	 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;
}
 .ishilinkblock .ishi_linkblock .link-list ul li:hover a {
	 color: #232323;
	 padding-left: 0;
}
 .ishilinkblock .ishi_linkblock .link-list ul li:hover a:before {
	 opacity: 0;
}
 .ishilinkblock .ishi_linkblock .link-list .link {
	 float: right;
	 margin-bottom: 15px;
}
 .ishilinkblock .ishi_linkblock .link-list .link a {
	 color: #232323;
	 font-weight: 400;
	 border-bottom: 1px solid #232323;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishilinkblock .ishi_linkblock .link-list .link a:hover {
	 letter-spacing: 1px;
	 color: var(--brand-secondary);
	 border-color: var(--brand-secondary);
}
 .ishilinkblock .ishilinkblock_grid {
	 display: block;
	 overflow: hidden;
	 margin: 0 -15px;
}
 @media (max-width: 1359px) {
	 .ishilinkblock .ishilinkblock_grid .ishilinkblock-container {
		 width: 50%;
		 margin-bottom: 30px;
	}
}
 @media (max-width: 991px) {
	 .ishilinkblock .ishilinkblock_grid .ishilinkblock-container {
		 width: 100%;
	}
	 .ishilinkblock .ishilinkblock_grid .ishilinkblock-container:last-child {
		 margin-bottom: 0;
	}
}
 /******************* specialproduct ******************/
.ishi-specialproduct .outstock-overlay,.ishi-specialproduct .product-flags{
	display:none;
}
.ishi-specialproduct .grid__item .card-wrapper {
  display: flex;
  align-items: center;
  background: #fff;
}
.ishi-specialproduct .card--product{
  padding-left: 0;
}
.ishi-specialproduct .card--product .card__inner {
  position: relative;
  overflow: hidden;
}
.ishi-specialproduct .thumbnail-buttons {
  left: auto;
  right: 10px;
  top: 10px;
  bottom: auto;
  position: absolute;
  margin-top: 0 !important;
}
.ishi-specialproduct .thumbnail-buttons .btn-info{
  display: block;
  vertical-align: middle;
  padding: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: 0 2px 5px;
  /* margin-right: 5px; */
  opacity:1;
  box-shadow: none;
  box-sizing: border-box;
  border: 1px solid var(--border-color);
    position: relative;
    background-color: var(--button-bg-color);
      position: relative;
      cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}
.ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, 
.template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{
   display: block;
   margin: 0 2px 4px !important;
}
@media screen and (max-width: 543px){
  .ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, 
  .ishi-specialproduct .collection .list__item .card-wrapper .thumbnail-buttons .btn-info, 
  .ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info,
  .ishi-specialproduct .template-search .list__item .card-wrapper .thumbnail-buttons .btn-info{
    margin:0;
    margin-right: 3px;
 
    width: 35px;
    height: 35px;
  }
  .ishi-specialproduct .thumbnail-buttons{
    right: 5px;
    top: 5px;
  }
}
.ishi-specialproduct .thumbnail-buttons .btn-info:hover{
  border: 1px solid var(--border-hover-color);
    background-color: var(--button-bg-hover-color);
      }
.ishi-specialproduct .thumbnail-buttons .btn-info svg {
  width: 35px;
  height: 35px;
  fill:var(--button-text-color);
        -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }

.ishi-specialproduct .thumbnail-buttons .btn-info:hover svg{
  fill:var(--button-text-hover-color);
    }
.ishi-specialproduct .card-information .card-information__wrapper{
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons, 
.ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons{
  text-align: left;
  border: 0;
}
@media (max-width: 767px){
  .ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons, 
  .ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons{
    opacity: 1;
    position: unset;
    justify-content: left;
  }
}
.ishi-specialproduct .card-information{
  text-align: left;
  background: 0 0;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 0 5px;
}
.ishi-specialproduct .card-information .price{
  justify-content: left;
}
.ishi-specialproduct .card-information .spr-badge {
  margin-bottom: 8px;
}
@media (max-width: 767px){
  .ishi-specialproduct .card-information .spr-badge {
    margin-bottom: 4px;
  }
}
.ishi-specialproduct .card-information .card-information__text {
  margin-bottom: 8px;
}
.ishi-specialproduct .card-wrapper .card-information .price {
  margin-top:0;
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width: 767px){
  .ishi-specialproduct .card-wrapper .card-information .price{
    margin-bottom: 4px;
  }
}
.ishi-specialproduct .card-wrapper:hover .spr-badge{
  opacity:1;
}
@media (min-width: 768px){
  .ishi-specialproduct .thumbnail-buttons .btn-info {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
  }
  .ishi-specialproduct .grid__item .card-wrapper{
    text-align:left;
  }
  /* .ishi-specialproduct .card-wrapper:hover .card-information .price{
    opacity:0;
  } */
  .ishi-specialproduct .card-wrapper:hover .thumbnail-buttons .btn-info{
    transform: unset;
    opacity: 1;
  }
 
}
.ishi-specialproduct .card-wrapper .thumbnail-buttons .quick-view{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ishi-specialproduct .card-wrapper .thumbnail-buttons .wishlist{
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.ishi-specialproduct .card-wrapper .thumbnail-buttons .cart-btn {
  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;

}
@media screen and (max-width: 767px){
  .ishi-specialproduct .grid__item {
    width: calc(100% - 2rem / 2);
  }
  .ishi-specialproduct .card-wrapper .thumbnail-buttons .btn-info>div{
    border:none;
    margin:0;
  }
}



.ishi-specialproduct .thumbnail-buttons .btn-info.sold-out{
  cursor: not-allowed;
}
.ishi-specialproduct .thumbnail-buttons .cart-btn.loading{
  background-color:var(--button-bg-hover-color);
  border-color: var(--button-bg-hover-color);
    }
.ishi-specialproduct .thumbnail-buttons .cart-btn.loading svg{
  opacity:0;
}
.ishi-specialproduct .thumbnail-buttons .cart-btn.loading:before{
  position: absolute;
  content: "\f1ce";
  font-family: "FontAwesome";
  color: var(--button-text-hover-color);
    border: 1px solid var(--border-hover-color);
      width: 35px;
      height: 35px;
      display: flex;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      top: -1px;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align:center;
      -webkit-animation: fa-spin2s infinite linear;
      -moz-animation: fa-spin 2s infinite linear;
      -o-animation: fa-spin 2s infinite linear;
      animation:fa-spin 2s infinite linear;
      }

.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: var(--button-bg-hover-color);
}
.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn a {
  display: block;
}
.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn i{
  display: block;
  color: #fff;
  position: relative;
  color: var(--button-text-hover-color);
    top: -1px;
}
@media (max-width: 767px){
  .ishi-specialproduct .card-information .card-information__text{
        font-size: 13px;
        margin-bottom: 4px;
  }
}
.ishi-specialproduct .product-desc{
  display:block;
  margin-bottom: 8px;
}
@media (max-width: 480px){
  .ishi-specialproduct .product-desc{
   display:none;
  }
}
.ishitestimonials {
	 overflow: hidden;
	 position: relative;
}
 @media (max-width: 1199px) {
	 .ishitestimonials {
		/* If media is below 1200 */
		 margin-bottom: 30px;
	}
}
 .ishitestimonials:hover .owl-nav, .ishispecialdeal:hover .owl-nav {
	 opacity: 1;
}
 .ishitestimonials .testimonial-block {
	 padding: 34px 15px;
	 position: relative;
}
 @media screen and (min-width: 1200px) and (max-width: 1400px) {
	 .ishitestimonials .testimonial-block {
		/* If media is between 1200 and 1400 */
		 padding: 24px 15px;
	}
}
 .ishitestimonials .testimonialimage {
	 display: block;
	 position: relative;
	 width: 100%;
	 background-size: cover;
	 background-repeat: no-repeat;
	 background-position: center;
}
 .ishitestimonials .testimonialimage.testimonial-color {
	 display: block;
	 position: relative;
	 width: 100%;
}
 .ishitestimonials .ishitestimonials-container {
	 text-align: center;
}
 .ishitestimonials .ishitestimonials-container .testimonial-img {
	 width: 120px;
	 height: 120px;
	 display: block;
	 text-align: center;
	 margin: 0 auto 20px;
	 border-radius: 50%;
}
 .ishitestimonials .ishitestimonials-container .testimonial-img img {
	 max-width: 100%;
	 border-radius: 50%;
}
 .ishitestimonials .ishitestimonials-container .user-description {
	 width: 80%;
	 line-height: 24px;
	 margin: 0 auto 18px;
	 text-align: center;
	 font-weight: 400;
	 font-size: 14px;
	 position: relative;
}
 @media (max-width: 1199px) {
	 .ishitestimonials .ishitestimonials-container .user-description {
		/* If media is below 1200 */
		 width: 60%;
	}
}
 @media (max-width: 767px) {
	 .ishitestimonials .ishitestimonials-container .user-description {
		/* If media is below 768 */
		 width: 90%;
	}
}
 .ishitestimonials .ishitestimonials-container .user-description ul li, .ishitestimonials .ishitestimonials-container .user-description ol li {
	 list-style: unset;
}
 .ishitestimonials .ishitestimonials-container .user-info {
	 margin-bottom: 17px;
}
 @media (max-width: 991px) {
	 .ishitestimonials .ishitestimonials-container .user-info {
		/* If media is below 992 */
		 margin-bottom: 0;
	}
}
 .ishitestimonials .ishitestimonials-container .user-info .user-name {
	 display: block;
	 font-size: 22px;
	 font-weight: 400;
	 margin-bottom: 2px;
	 letter-spacing: 0.5px;
}
 .ishitestimonials .ishitestimonials-container .user-info .user-designation {
	 margin-bottom: 0px;
	 display: block;
	 font-size: 15px;
}
 .ishitestimonials .ishitestimonials-container .user-quote {
	 
	 width: 40px;
	 height: 40px;
	 margin: 0 auto 15px;
	 text-align: center;
	 position: relative;
	 transition: all 0.5s;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
       display: none;
}
@media (max-width: 991px) {
  .ishitestimonials .ishitestimonials-container .user-quote {
  display: block;
  }
}
.ishitestimonials .ishitestimonials-container .user-quote svg{
  width: 40px;
	 height: 40px;
}
 .ishitestimonials .owl-dots {
	 display: block;
	 text-align: center;
	 opacity: 1;
	 -webkit-transition: all 0.3s ease 0s;
	 -moz-transition: all 0.3s ease 0s;
	 -ms-transition: all 0.3s ease 0s;
	 -o-transition: all 0.3s ease 0s;
	 transition: all 0.3s ease 0s;
}
 @media (max-width: 991px) {
	 .ishitestimonials .owl-dots {
		/* If media is below 992 */
		 display: none;
	}
}
 .ishitestimonials .owl-dots .owl-dot {
	 display: inline-block;
	 margin: 0px 2px;
	 outline: none;
}
 .ishitestimonials .owl-dots .owl-dot span {
	 display: block;
	 width: 12px;
	 height: 12px;
	 border: none;
	 cursor: pointer;
	 border-radius: 50%;
}
 .ishitestimonials .owl-dots .owl-dot.active span {
	 cursor: default;
}
 @media (max-width: 991px) {
	 .ishitestimonials .owl-nav, .ishispecialdeal .owl-nav{
		 margin-top: 20px;
	}
}
 @media (min-width: 992px) {
	 .ishitestimonials .owl-nav,.ishispecialdeal .owl-nav {
		/* If media is above 991 */
		 margin-top: 0;
		 opacity: 0;
		 -webkit-transition: all 0.5s;
		 -moz-transition: all 0.5s;
		 -ms-transition: all 0.5s;
		 -o-transition: all 0.5s;
		 transition: all 0.5s;
	}
	 .ishitestimonials .owl-nav .owl-prev, .ishitestimonials .owl-nav .owl-next{
		 position: absolute;
		 top: 43%;
		 left: 0px;
		 right: auto;
	}
    .ishispecialdeal .owl-nav .owl-prev, .ishispecialdeal .owl-nav .owl-next {
		 position: absolute;
		 top: 43%;
		 left: -15px;
		 right: auto;
	}
	 .ishitestimonials .owl-nav .owl-next, .ishispecialdeal .owl-nav .owl-next {
		 right: 0px;
		 left: auto;
	}
}
/*  @media (min-width: 1200px) {
  .testimonilwithdeal .page-width .row{
     display: flex;
      align-items: center;
  }
 } */
.not-show{
 display:none;
}
@media(max-width: 543px) {
  .ishitestimonials .ishitestimonials-container .user-info .user-name {
    font-size: 20px;
  }
}
 /********************************** Deal Block *****************************/

 .ishispecialdeal {
   position: relative;
}
 .ishispecialdeal .product_content {
   display: block;
   text-align: center;
}
@media (min-width: 991px) {
  .ishispecialdeal .card-wrapper{
      display: flex;
      align-items:center;
  }
}
.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 0px;
  }
}
.ishispecialdeal .card-wrapper .card--product .card__inner{position:relative;}
@media (min-width: 767px) {
 .ishispecialdeal .card-wrapper .card-information{
  padding:0 0 0 25px;
  margin:0;
  display: flex;
  align-items: center;
}
}
.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: 270px;
    margin: 0;
  display: block;
}
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail{
      padding-right: 5px;
    overflow: unset;
}
/* .ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item{
    padding: 5px;
    border: medium none;
    margin: 0;
    width: 33.33%;
    float: left;
} */
.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item a{
  display: block;
  margin: 0 0 15px;
}
@media (max-width: 1199px) {
  .ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails{
    height: 140px;
  }
}
 @media (max-width: 543px) {
  .ishispecialdeal .card-wrapper .card-information{
     padding: 0;
      width: 100%;
  }
}

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

.ishispecialdeal .card-wrapper .card-information .card-information__text{margin-bottom:0;}
.ishispecialdeal .card-wrapper .card-information .price{opacity:1;justify-content: flex-start;margin-bottom:0;}
.ishispecialdeal .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+*{
    margin-top: 1rem;
}
.ishispecialdeal .card-wrapper .card-information .card-information__text{
        font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px;
}
.ishispecialdeal .card-wrapper .product-desc{display:block;margin-top: 6px !important;}
.ishispecialdeal .countdowncontainer{
      margin-bottom: 15px;
}
@media (max-width: 991px) {
.ishispecialdeal .card-wrapper .card-information .card-information__text{
    font-size: 20px;
    line-height: 24px;
}
}
@media (max-width: 767px) {
.ishispecialdeal .card-wrapper .card-information .card-information__text{
    font-size: 16px;
}
}
.ishispecialdeal .price .price-item--sale,
.ishispecialdeal .price .price-item--regular,
.ishispecialdeal .price--on-sale .price-item--sale{
  font-size: 22px;
    line-height: 24px;
}
.ishispecialdeal .price--on-sale.price .price-item--regular {
   font-size: 18px;
    line-height: 20px;
}
@media (max-width:991px) {
  .ishispecialdeal .price .price-item--sale, 
  .ishispecialdeal .price .price-item--regular,
.ishispecialdeal .price--on-sale .price-item--sale{
      font-size: 20px;
    line-height: 22px;
}
.ishispecialdeal .price--on-sale.price .price-item--regular {
   font-size: 18px;
}
}
@media (max-width:767px) {
  .ishispecialdeal .card-wrapper .card-information{
    padding: 0;
  }
  .ishispecialdeal .card-wrapper .card-information .card-information__wrapper{
    margin-top: 15px;
    text-align: center;
    padding: 0;
  }
  .ishispecialdeal .price .price-item--sale, 
  .ishispecialdeal .price .price-item--regular,
.ishispecialdeal .price--on-sale .price-item--sale{
  font-size: 17px;
    padding-left: 3px;
  
}
  .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;
    width: 60px;
    margin-right: 5px;
}
.ishispecialdeal .countdowncontainer .countdown .data{
    font-size: 20px;
    padding: 7px 0;
    letter-spacing: 0;
    font-family: var(--primary-font);
    font-weight: 500;
    color: #232323;
    position: relative;
    margin-bottom: 3px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.ishispecialdeal .countdowncontainer .countdown:last-child .data{
   background: var(--button-bg-color);
   color: var(--button-text-color);
}
.ishispecialdeal .countdowncontainer .countdown .text{
  display:block;
  font-size: 14px;
    letter-spacing: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    color: #666;
}
 @media (max-width: 543px) {
  .ishispecialdeal .countdowncontainer .countdown .data{
    font-size: 18px;
  }
}
 
.ishispecialdeal .card-wrapper:hover .price{
  opacity: 1;
}
.ishispecialdeal .thumbnail-buttons{
position:unset;
 justify-content: flex-start;
display:flex;
}
.ishispecialdeal .card-wrapper .thumbnail-buttons .product-btn {
    opacity: 1;
    transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
  transition-delay: unset;
}
@media (max-width: 767px) {
   .ishispecialdeal .countdowncontainer .countdown{
           margin-right:5px;
   }
   .ishispecialdeal .countdowncontainer{margin-right:10px;}
  .ishispecialdeal .thumbnail-buttons{
  justify-content: center;
  }
}
@media (max-width: 543px) {
   .ishispecialdeal .countdowncontainer .countdown{
           width: 50px;
   }
}
@media (max-width:345px) {
   .ishispecialdeal .countdowncontainer .countdown{
           width: 45px;
   }
}

.ishispecialdeal .product-flags .sale {
    left: 25px;
  }
  @media (max-width: 543px) {
     .ishispecialdeal .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
 /**************** blog style 1 *********************/

.ishi-blog-style .smartblog .products_block_inner {
   position: relative;
}
 .ishi-blog-style .smartblog .products_block_inner .space {
   padding: 0;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   background-color: #fff;
   border-radius: 5px;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 3s ease 0s;
   -moz-transition: all 3s ease 0s;
   -ms-transition: all 3s ease 0s;
   -o-transition: all 3s ease 0s;
   transition: all 3s ease;
   max-width: 100%;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
    padding: 15px 30px 15px 80px;
    text-align: left;
    margin: 0;
    background: #f8f8f8;
    position: relative;
}
@media(max-width:1199px){
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content{
    padding: 8px 30px 15px 80px;
  }
}
@media (max-width:543px){
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content{
 padding: 15px 30px 15px 65px;
}
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content.blog-inner{
  padding: 15px 30px 15px 30px;
}
@media (min-width: 992px){
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
    position: absolute;
    bottom: -1px;
    transform: translateY(112px);
    transition: all .5s;
  }
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post:hover .blog_post .blog_content{
      transform: translateY(0);
    background: rgba(248,248,248,.9);
  }
}

 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   margin-bottom: 0;
    position: absolute;
    left: 15px;
    top: -25px;
    background-color: var(--button-bg-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    transition: all .5s;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post:hover .blog_post .blog_content .smartbloginfo{
    background-color: var(--button-bg-hover-color);
        box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.2);
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date{
    position: relative;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .day_date{
     font-size: 20px;
    font-weight: 600;
    line-height: 18px;
    color: var(--button-text-color);
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .day_month{
   color: var(--button-text-color);
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    overflow: hidden;
    transition: all .5s;
     line-height: 12px;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post:hover .blog_post .blog_content .smartbloginfo .blog_date .day_date{
  color: var(--button-text-hover-color);
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post:hover .blog_post .blog_content .smartbloginfo .blog_date .day_month{
 color: var(--button-text-hover-color);
}
 @media (max-width: 543px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   display: none;
    font-size: 20px;
    color: #f1383e;
    padding-right: 5px;
}
 @media (max-width: 543px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
/*  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:after {
   position: absolute;
   content: "";
   left: auto;
   right: 0;
   top: 0;
   bottom: auto;
   background: #e5e5e5;
   width: 1px;
   height: 30px;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
} */
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author,.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .comment a {
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 500;
   text-align: left;
   display: block;
   letter-spacing: 0.5px;
   margin-right: 0;
   margin-bottom: 5px;
}
 @media (max-width: 543px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
  }
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: var(--brand-secondary);
}
 @media (max-width: 543px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
     font-size: 13px;
  }
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
   margin-top: 0;
       text-align: left;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner .readmore{
    color: var(--brand-secondary);
    border-bottom: 1px solid var(--brand-secondary);
     background: unset;
          border-radius: 0;
    padding: 0;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom:5px;
   line-height: 18px;
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 19px;
   line-height: 22px;
   letter-spacing: 0px;
   color: #232323;
    font-family:var(--font-title-family);
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (max-width: 1199px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 10px;
}
@media screen and (min-width: 992px) and (min-width: 1200px) and (max-width: 1350px) {
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
  transform: translateY(140px);
  }
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a{
      font-size: 17px;
  }
}
 @media (max-width:991px) {
   .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px){
  .ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
    transform: translateY(140px);
  }
}
@media (min-width: 1400px) {
  /* If media is above 1500 */
  .normal-sidebar {
    width: 20%; }

  .normal_main_content {
    width: 80%; } }
#shopify-section-Ishi_sidebar .left-column .section-header{
      margin-bottom: 0px;
}
@media (max-width:767px){
.collection .grid__item{
      padding-bottom: 10px;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner{
  text-align:center;
}
.ishi-blog-style .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
  text-align:center;
}
}
  @media (max-width:543px){
  .template-collection    .card-information .card-information__text,
  .template-search   .card-information .card-information__text {
        font-size: 15px;
  }
  }
  .collection-grid-section .thumbnail-buttons{
    bottom:auto !important;
  }
/*CSS*/
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    position: unset;
    display: flex;
    justify-content: left;
}
.template-collection .list__item .thumbnail-buttons .btn-info, .template-search .list__item .thumbnail-buttons .btn-info {
    display: inline-block;
    opacity: 1;
    transform: unset;   
    margin-right: 5px;
}
@media(max-width:767px){
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons{
    justify-content: center;
  }
}
/*Contact footer page*/
.shopify-challenge__container .shopify-challenge__button{
  margin: 20px auto;
}
.shopify-challenge__container .shopify-challenge__message, 
.shopify-challenge__container .shopify-challenge__errors{
  margin-bottom: 20px;
}
/*Contact footer page*/
/*navigation*/
.ishislider .ishislideshow-carousel .owl-nav .owl-next i{
  margin-left: 1px;
}
.ishislider .ishislideshow-carousel .owl-nav .owl-prev i{
  margin-left: -1px;
}
.testimonilwithdeal .ishispecialdeal .owl-theme .owl-nav .owl-next i{
  margin-left: 1px;
}
.testimonilwithdeal .ishispecialdeal .owl-theme .owl-nav .owl-prev i{
  margin-left: 0px;
}
.testimonilwithdeal .testimonial .owl-theme .owl-nav .owl-next i{
  margin-left: 1px;
}
.testimonilwithdeal .testimonial .owl-theme .owl-nav .owl-prev i{
  margin-left: 0px;
}
.ishi-blog-style .smartblog .owl-theme .owl-nav .owl-next i{
  margin-left: 1px;
}
.ishi-blog-style .smartblog .owl-theme .owl-nav .owl-prev i{
  margin-left: 0px;
}
/*navigation*/
/*Footer*/
.footer .footer-bottom .footer-left{
  padding: 0;
}
.footer .footer-bottom .footer-right{
  padding: 0;
}
/*Footer*/
.preloader{
  animation: loading .5s infinite linear;
    border: 0.5rem solid var(--button-text-hover-modify-color);
    border-left: 0.5rem solid #403e3e;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    width: 2rem;
    top:25%;
  left:50%;
  transform: translate(50%, 50%);
}