/** Shopify CDN: Minification failed

Line 2476:15 Expected ":"
Line 2476:16 Expected identifier but found "600"

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

.box-layout {
   background-attachment: fixed;
   background-size: cover;
   padding: 70px 0;
   background-color: var(--mainbgcolor);
}
 @media (max-width: 1450px) {
   .box-layout {
     padding: 0;
  }
}
 .box-layout .maincontent {
   width: 1590px;
   max-width: 100%;
   margin: 0 auto;
   background: #fff;
   box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}
 @media (max-width: 1650px) {
   .box-layout .maincontent {
     width: 1400px;
  }
}
 @media (max-width: 1450px) {
   .box-layout .maincontent {
     width: 100%;
  }
}
 .box-layout #header {
   position: relative;
}
 
/******************** main title  *********************/

.section-header > h2 {
   font-size: 30px;
   line-height: 30px;
   letter-spacing: 0.5px;
   font-weight: 500;
   color: #222;
   font-family: var(--font-body-family);
   text-transform: unset;
   position: relative;
   margin-bottom: 25px;
   margin-top:0;
}

 @media (max-width: 543px) {
   .section-header > h2 {
     font-size: 24px;
       margin-bottom: 20px;
  }
}



  
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
    -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
  }
   @media (max-width: 767px) {
    .card--product .mobile-review .spr-badge{
     bottom: 60px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding-right:0;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    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{
    color: #666666;
    display: inline-block; 
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .price__regular .price-item--regular{
    color: var(--brand-secondary);
    font-size: 16px;
      font-weight: 600;
  }
  .price-item--sale,.price--on-sale .price-item--sale{
    color: var(--brand-secondary);
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    padding-left:5px;
  }
  .product-desc{
     display:none;
     color:#787878;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
  }
  .product-flags .sale {
    position: absolute;
    top: 10px;
    color: var(--sale-text-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding:0 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  @media (max-width: 543px) {
      .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
  .outstock-overlay{
    position: absolute;
    background: var(--soldout-bg-color);
    text-align: center;
    padding: 7px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    line-height: 8px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
 @media (max-width: 767px) {
    .outstock-overlay{
       display:none
    }
 }
  @media (min-width: 768px) {
    .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
 .template-404 .card-wrapper:hover .outstock-overlay,
.template-cart .card-wrapper:hover .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
}
  .spr-badge{
   line-height:1.2;
  }
  .spr-badge .spr-starrating{
   margin: 0px;
  }
  .spr-badge .spr-badge-caption{
    display:none;
  }
 .spr-badge i {
    opacity: 1!important;
    height: unset;
    width: unset;
    top: 0;
    font-style: normal;
    margin: 0 1px;
}
  .spr-badge i.spr-icon-star:before,.spr-badge i.spr-icon-star-half-alt:before{
    display:none;
  }
 .spr-badge i.spr-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 .spr-badge i.spr-icon-star-empty:before {
   display: none ! important;
}

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #FEC42D;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
       position: absolute;
      -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
       -o-transition: all 0.5s;
       transition: all 0.5s;
     text-align:center;
  }
.thumbnail-buttons.button-position-right{
	 left: auto;
	 right: 10px;
	 top: 10px;
}
.thumbnail-buttons.button-position-left{
	 left: 10px;
	 right: auto;
	 top: 10px;
}
.thumbnail-buttons.button-position-bottom{
	 left: 0;
	 right: 0;
	 bottom: 10px;
}
 .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: block;
     cursor: pointer;
     border-radius: 50%;
	 margin-bottom: 5px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
.thumbnail-buttons.button-position-bottom .product-btn{
   display: inline-block;
   vertical-align:middle;
}

.thumbnail-buttons.button-position-bottom .product-btn .btn-info{
  margin:0 2px;
}
.thumbnail-buttons .product-btn{
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
 @media (min-width: 768px) {
.thumbnail-buttons.button-position-left .product-btn{
      opacity: 0;
     -webkit-transform: translateX(-100px);
     -moz-transform: translateX(-100px);
     -ms-transform: translateX(-100px);
     -o-transform: translateX(-100px);
     transform: translateX(-100px);
}
.thumbnail-buttons.button-position-right .product-btn{
      opacity: 0;
     -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
     -ms-transform: translateX(100px);
     -o-transform: translateX(100px);
     transform: translateX(100px);
}
.thumbnail-buttons.button-position-bottom .product-btn{
      opacity: 0;
     -webkit-transform: translateY(100px);
     -moz-transform: translateY(100px);
     -ms-transform: translateY(100px);
     -o-transform: translateY(100px);
     transform: translateY(100px);
}
  .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;
  }

 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 40px;
	 height: 40px;
      -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
     -o-transition: all 0.2s;
     transition: all 0.2s;
}
  .thumbnail-buttons .btn-info span {
	display:none;
} 
 .thumbnail-buttons .btn-info:hover{
	 background-color: var(--product-btn-bg-hover-color);
}
 .thumbnail-buttons .btn-info:hover svg {
	 fill: var(--product-icon-hover-color);
}
.cart-btn-bottom .btn{
   color: var(--button-text-hover-color);
   background-color: var(--button-bg-hover-color);
     position:relative;
}

 .cart-btn-bottom .btn.sold-out{
      cursor: not-allowed;
  }
  .cart-btn-bottom .btn.loading{
    background-color:var(--button-bg-color);
  }
  .cart-btn-bottom .btn.loading span{
     opacity:0;
  }
  .cart-btn-bottom .btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color:  var(--button-text-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;
  }

.cart-btn-bottom .btn:hover,.cart-btn-bottom .button:hover,
.cart-btn-bottom .btn:focus,.cart-btn-bottom .button:focus,
.cart-btn-bottom .btn.focus,.cart-btn-bottom .button.focus,
.cart-btn-bottom .btn:active,.cart-btn-bottom .button:active,
.cart-btn-bottom .btn:active:focus,.cart-btn-bottom .btn:active:hover{
   color: var(--button-text-color);
   background-color: var(--button-bg-color);
}

 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons.button-position-left .product-btn,
   .card-wrapper:hover .thumbnail-buttons.button-position-right .product-btn  {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  } 
   .card-wrapper:hover .thumbnail-buttons.button-position-bottom .product-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  } 
  .card-wrapper:hover .position-right .outstock-overlay{
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
   .card-wrapper:hover .position-left .product-flags .sale{
     opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
   } 
   .card-wrapper:hover .position-bottom .spr-badge{
    opacity: 0;
   }
 }
  
@media (max-width: 767px) {
  .card-information .card-information__text{
    font-size:15px;
  }
}
  
  @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:14px;
    }
     .price .price__regular .price-item--regular,
     .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;
    }
    .thumbnail-buttons .btn-info{
      width: 34px;
      height: 34px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 34px;
      height: 34px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 34px;
      height: 34px;
    }
    .cart-btn-bottom .btn{
      padding:8px 16px;
      font-size:13px;
    }
     .cart-btn-bottom .btn.loading:before{
      width: 36px;
      height: 36px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 34px;
      height: 34px;
    }
  }

@media (max-width: 480px) {
  .cart-btn-bottom .btn{
    padding:8px 13px;
    font-size:12px;
  }
}
  

  
 

  

/*************************************** Header.css *****************************/
  
 #header .nav-header{
   background:var(--navbar-background-color);
     padding: 0 85px;
     position: relative;
 }
@media (max-width: 1500px) {
  #header .nav-header {
     padding: 0 30px;
  }
}
 @media (max-width: 1300px) {
   #header .nav-header {
     padding: 0;
  }
}
 @media (max-width: 543px) {
  #header .nav-header {
     overflow: hidden;
  }
}
 @media (min-width: 544px) {
   #header .nav-header {
     display: flex;
     align-items: center;
  }
}
#header .follow-us .footer-social{
  margin:0;
}


#header .follow-us .footer-social ul li a{
 margin:0 10px 0 0;
  width:20px;
  height:20px;
  background:transparent;
}
#header .follow-us .footer-social ul li a i, #header .follow-us .footer-social ul li a svg{
  color:var(--navbar-text-color);
}

#header .follow-us .footer-social .list-social li.facebook:hover a i{
   color: #3b5999;
  }
  #header .follow-us .footer-social .list-social li.twitter:hover a i{
   color: #00aced;
  }
  #header .follow-us .footer-social .list-social li.pinterest:hover a i{
   color: #cb2027;
  } 
 #header .follow-us .footer-social .list-social li.instagram:hover a i{
   color: #cc2366;
  } 
 #header .follow-us .footer-social .list-social li.tiktok:hover a svg{
   color: #e71c4f;
  } 
 #header .follow-us .footer-social .list-social li.tumblr:hover a i{
   color: #f26522;
  } 
 #header .follow-us .footer-social .list-social li.snapchat:hover a i{
   color: #3b5999;
  } 
 #header .follow-us .footer-social .list-social li.youtube:hover a i{
   color: #d12121;
  } 
 #header .follow-us .footer-social .list-social li.vimeo:hover a i{
   color: #00aced;
  }
 #header .nav-header .header-block {
  padding: 10px 0;
  position: relative;
}


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

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

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

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

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


#header .desktop-user-info .user_info a,
#header .desktop-user-info .checkout a,
#header .desktop-user-info .wishlist a,
#header .desktop-user-info .contact a {
  color: var(--navbar-text-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  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 a:hover,
#header .desktop-user-info .checkout a:hover,
#header .desktop-user-info .wishlist a:hover,
#header .desktop-user-info .contact a:hover {
  color: var(--navbar-text-color);
}

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

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

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
  }
   #header .desktop-user-info div:nth-last-of-type(2):after{
    display:none;
  }
}

@media (min-width: 544px) and (max-width: 991px) {

   #header .desktop-user-info div:nth-last-of-type(2){
    padding-right:0;
  }
}


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

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

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


#header .header-top {
  position: relative;
  text-align: center;
  background: #fff;
  z-index: 3;
}



@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 .header-logo-section {
  position: relative;
  text-align: center;
}

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

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

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

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

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

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



#_desktop_search .search-toggle,
#_mobile_search .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#_desktop_search .search-toggle svg,
#_mobile_search .search-toggle svg {
  width: 40px;
  height: 40px;
  fill: var(--header-icon-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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

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

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

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

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

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

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

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

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

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

#_desktop_search .search-info .search__input::-webkit-input-placeholder,
#_mobile_search .search-info .search__input::-webkit-input-placeholder {
  color: #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;
  background: transparent;
  height: 40px;
  width: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  text-align: center;
  padding: 0;
  cursor:pointer;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

@media (max-width: 543px) {
  #_desktop_search .search-info .search-header__submit .icon__fallback-text,
  #_mobile_search .search-info .search-header__submit .icon__fallback-text {
    /* If media is below 544 */
    font-size: 14px;
  }
}
#_desktop_search .search-info .search-header__submit i,
#_mobile_search .search-info .search-header__submit i {
   top: -1px;
   position: relative;
}
#_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;
}

#_desktop_user_info,
#_mobile_user_info {
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


#_desktop_user_info #user-notification,
#_mobile_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: 1;
   overflow:hidden;
}
@media (max-width: 543px) {
  #_desktop_user_info #user-notification,
  #_mobile_user_info #user-notification{
      width: 300px;
  }
}
  @media (max-width: 480px) {
    #_desktop_user_info #user-notification,
    #_mobile_user_info #user-notification{
      width: 280px;
    }
  }
   @media (max-width: 375px) {
    #_desktop_user_info #user-notification,
    #_mobile_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;
  }
 
#_desktop_user_info #user-notification .customer.login,
#_mobile_user_info #user-notification .customer.login{
   max-width: 100%; 
   padding: 0;
   box-shadow: none;
   margin-bottom: 0;
} 
#_desktop_user_info #user-notification .customer.login h2,
#_mobile_user_info #user-notification .customer.login h2{
  margin-top:0;
}
#_desktop_user_info #user-notification .customer.login .forgot,
#_mobile_user_info #user-notification .customer.login .forgot{
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: 13px;
}
#_desktop_user_info #user-notification .customer.login p,
#_mobile_user_info #user-notification .customer.login p{
  margin-bottom:0;
   color:#232323;
}
#_desktop_user_info #user-notification .customer.login form,
#_mobile_user_info #user-notification .customer.login form{
  margin-top:20px;
}
#_desktop_user_info #user-notification .customer.login .btn,
#_mobile_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;
  
}
  #_desktop_user_info #user-notification .customer.login #create_customer .btn,
  #_mobile_user_info #user-notification .customer.login #create_customer .btn{
      margin-top: 20px;
  }
  #_desktop_user_info #user-notification .customer.login button,
  #_mobile_user_info #user-notification .customer.login button{
         margin: 15px 0 0;
    display: block;
    width: 100%;
  }
  #_desktop_user_info #user-notification .customer.login .field input,
  #_mobile_user_info #user-notification .customer.login .field input{
    padding:10px;
    height: 4rem;
  }
  #_desktop_user_info #user-notification .customer.login .field input:-webkit-autofill,
  #_mobile_user_info #user-notification .customer.login .field input:-webkit-autofill,
  #_desktop_user_info #user-notification .customer.login .field input:focus,
  #_mobile_user_info #user-notification .customer.login .field input:focus,
  #_desktop_user_info #user-notification .customer.login .field input:not(:placeholder-shown),
  #_mobile_user_info #user-notification .customer.login .field input:not(:placeholder-shown),
  #_desktop_user_info #user-notification .customer.login .field input:-webkit-autofill,
  #_mobile_user_info #user-notification .customer.login .field input:-webkit-autofill {
    padding: 1.7rem 1.5rem 0.8rem;
  }
  #_desktop_user_info #user-notification .customer.login .field label,
  #_mobile_user_info #user-notification .customer.login .field label{
    top: 1rem;
  }
  #_desktop_user_info #user-notification .customer.login .field input:-webkit-autofill~label,
  #_mobile_user_info #user-notification .customer.login .field input:-webkit-autofill~label,
  #_desktop_user_info #user-notification .customer.login .field input:focus~label,
  #_mobile_user_info #user-notification .customer.login .field input:focus~label,
  #_desktop_user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label,
  #_mobile_user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label {
    top: 0.2rem;
  }
  #_desktop_user_info #user-notification .customer.login .field,
  #_mobile_user_info #user-notification .customer.login .field{
        margin: 1.5rem 0 0 0;
  }
#_desktop_user_info .userinfo-title,
#_mobile_user_info .userinfo-title {
  cursor: pointer;
  display:block;
}

#_desktop_user_info .userinfo-title .userinfo-toggle,
#_mobile_user_info .userinfo-title .userinfo-toggle {
  display: inline-block;
  vertical-align: middle;
}

#_desktop_user_info .userinfo-title .userinfo-toggle svg,
#_mobile_user_info .userinfo-title .userinfo-toggle svg {
  fill: var(--header-icon-color);
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 992px) {
  #_desktop_user_info:hover .userinfo-title .userinfo-toggle svg,
  #_mobile_user_info:hover .userinfo-title .userinfo-toggle svg {
    fill: var(--header-icon-hover-color);
  }
}
@media (max-width: 991px) {
  #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  #_mobile_user_info .userinfo-title .userinfo-toggle svg {
    fill: #232323;
  }
}

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


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

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

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

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

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


.header-right {
  text-align: right;
}

/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  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);
  }
}
#header-layout2 .header-top.fixed-header .site-header-inner,
#header-layout1 .header-top.fixed-header .site-header-inner{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
 @media (min-width: 992px) {
   #header-layout2 header-top.fixed-header,
   #header-layout1 .header-top.fixed-header {
     background: var(--menu-bg-color) !important;
  }
}

 .box-layout .header-top.fixed-header, .box-layout .navfullwidth.fixed-header {
   display: none !important;
   width: 1590px;
   margin: 0 auto;
}
 @media (max-width: 1650px) {
   .box-layout .header-top.fixed-header, .box-layout .navfullwidth.fixed-header {
     width: 1400px;
  }
}
 @media (max-width: 1450px) {
   .box-layout .header-top.fixed-header, .box-layout .navfullwidth.fixed-header {
     width: 100%;
  }
}
 

  .nav-height{
     min-height:62px;
  } 
.navfullwidth{
  background:var(--menu-bg-color);
}



#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

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

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

.top-menu.mainmenu-dropdown .sub-category {
  text-align: left;
  width: 200px;
  float: left;
  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;
  }
}

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown li a:hover {
    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;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: inherit;
      color:var(--brand-secondary);
  }

  .grid__item--Ishi_megamenu .card-information .price .price-item--regular, .grid__item--Ishi_megamenu .card-information .price--on-sale .price-item--regular{
    color:#666;
    font-size:14px;
  }
  .grid__item--Ishi_megamenu .card-information .price .price-item--sale, .grid__item--Ishi_megamenu .card-information .price--on-sale .price-item--sale{
    font-size:15px;
    color:var(--brand-secondary);
  }
  .grid__item--Ishi_megamenu .card-information{
    margin-top: 1rem;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
    color: #222;
    font-weight:500;
    font-size:15px;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a:hover{
    color: #222;
  }
  .grid__item--Ishi_megamenu .card-information__wrapper>:not(.visually-hidden:first-child)+* {
    margin-top: .3rem;
  }
  
#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) {
  .mobile-width {
    background-color: #fff;
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
  }
}
@media (max-width: 991px) {
  .template-index .mobile-width{
     border:none;
  }
}
.mobile-width .mobile-width-left {
  width: 30%;
    padding:0 5px;
    display: flex;
    align-items: center;
}

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

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

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


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


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


/******************** header-layout1 *******************/
 @media (min-width: 992px) {
   #header-layout1 #header .header-top {
     background: var(--menu-bg-color);
     border-bottom:1px solid #eee;
  }
  #header-layout1 #header .header-top-height{
    min-height:90px;
  }
}
 @media (min-width: 992px) {
 .template-index  #header-layout1 #header .header-top {
     border-bottom:none;
  }
}

 #header-layout1 #header .header-top .site-header-inner {
   padding: 20px 85px;
}
 @media (min-width: 992px) {
   #header-layout1 #header .header-top .site-header-inner {
    /* If media is above 991 */
     display: flex;
     align-items: center;
  }
}
 @media (max-width: 1500px) {
   #header-layout1 #header .header-top .site-header-inner {
     padding: 20px 30px;
  }
}
 @media (max-width: 1300px) {
   #header-layout1 #header .header-top .site-header-inner {
     padding: 20px 0;
  }
}
 @media (min-width: 1420px) {
   .template-index #header-layout1 #header .header-transparent {
     position: absolute;
     left: 0;
     right: 0;
     z-index: 9;
     background: var(--menu-bg-opacity-color);
  }
}
 #header-layout1 #header .header-logo-section {
   position: relative;
   text-align: left;
}
 @media (max-width: 991px) {
   #header-layout1 #header .header-logo-section {
     text-align: center;
     padding: 0;
  }
}
 

/******************** header-layout2 *******************/
 @media (min-width: 992px) {
   #header-layout2 #header .header-top {
     background: var(--menu-bg-color);
     border-bottom:1px solid #eee;
  }
  #header-layout2 #header .header-top-height{
    min-height:90px;
  }
}
 @media (min-width: 992px) {
 .template-index  #header-layout2 #header .header-top {
     border-bottom:none;
  }
}

 #header-layout2 #header .header-top .site-header-inner {
   padding: 20px 85px;
}
 @media (min-width: 992px) {
   #header-layout2 #header .header-top .site-header-inner {
    /* If media is above 991 */
     display: flex;
     align-items: center;
  }
}
 @media (max-width: 1500px) {
   #header-layout2 #header .header-top .site-header-inner {
     padding: 20px 30px;
  }
}
 @media (max-width: 1300px) {
   #header-layout2 #header .header-top .site-header-inner {
     padding: 20px 0;
  }
}

 #header-layout2 #header .header-logo-section {
   position: relative;
   text-align: left;
}
 @media (min-width: 1200px) {
   #header-layout2 #header .header-logo-section {
     order: 2;
     text-align: center;
  }
   #header-layout2 .megamenu-header {
     order: 1;
     text-align: left;
   }
    #header-layout2 .header-right {
     order: 3;
  }
}
 @media (max-width: 991px) {
   #header-layout2 #header .header-logo-section {
     text-align: center;
     padding: 0;
  }
}

#header-layout2 .header-right #ishiemailblock {
   position: relative;
   text-align: left;
   white-space: nowrap;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   display: inline-block;
   vertical-align: middle;
   padding-right: 25px;
   margin-right: 10px;
}
 #header-layout2 .header-right #ishiemailblock:after {
   position: absolute;
   content: "";
   right: 0;
   left: auto;
   top: -9px;
   background: #eee;
   height: 40px;
   width: 1px;
}
 @media (max-width: 1199px) {
   #header-layout2 .header-right #ishiemailblock {
     display: none;
  }
}
 #header-layout2 .header-right #ishiemailblock .email {
   display: inline-block;
   vertical-align: middle;
   position: relative;
}
 #header-layout2 .header-right #ishiemailblock .email .email-title {
   color: var(--header-icon-color);
   font-size: 15px;
   font-weight: 600;
   display: inline-block;
   vertical-align: middle;
}
 #header-layout2 .header-right #ishiemailblock .email .email-num {
   display: inline-block;
   vertical-align: middle;
   font-size: 14px;
   font-weight: 400;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--header-icon-color);
}
 #header-layout2 .header-right #ishiemailblock .email .email-num:hover {
   color: var(--header-icon-hover-color);
}

@media (min-width: 992px) {
   #header-layout2 #header .header-top>.page-width>.row{
     display: flex;
     align-items: center;
  }
}
 @media screen and (min-width: 1200px) and (max-width: 1500px) {
   #header-layout2 #top-menu > li > a {
     padding: 15px 10px;
  }
  #header-layout2 #top-menu > li > a .title {
     font-size: 14px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   #header-layout2 #top-menu > li > a {
     padding: 15px 7px;
  }
  #header-layout2 #top-menu > li > a .title {
     font-size: 14px;
  }
}

/******************** header-layout3 ********************/
@media (min-width: 992px) {
  .template-index #header-layout3 .navfullwidth{
border-bottom:none;
}
#header-layout3 .navfullwidth{
border-bottom:1px solid #eee;
}
}

#header-layout3 .header-center #ishiemailblock {
   position: relative;
   text-align: left;
   white-space: nowrap;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   display: inline-block;
   vertical-align: middle;
}

 #header-layout3 .header-center #ishiemailblock .email {
   display: inline-block;
   vertical-align: middle;
   position: relative;
}
 #header-layout3 .header-center #ishiemailblock .email .email-title {
   color: var(--header-icon-color);
   font-size: 15px;
   font-weight: 600;
   display: inline-block;
   vertical-align: middle;
}
 #header-layout3 .header-center #ishiemailblock .email .email-num {
   display: inline-block;
   vertical-align: middle;
   font-size: 14px;
   font-weight: 400;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--header-icon-color);
}
 #header-layout3 .header-center #ishiemailblock .email .email-num:hover {
   color: var(--header-icon-hover-color);
}
@media (min-width: 992px) {
  #header-layout3 #header .header-logo-section {
    order: 2;
    text-align: center;
  }
  #header-layout3 .header-center {
    order: 1;
    text-align:left;
  }
  #header-layout3 .header-right {
    order: 3;
  }
  #header-layout3 #header {
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    z-index: 1;
  }
  #header-layout3 #header .header-top {
    padding: 25px 0;
  }
  #header-layout3 .language-currency{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10;
  }
  #header-layout3 .language-currency localization-form{
    display:block;
  }
  #header-layout3 .language-currency .localization-selector.link{
    background:#fff;
    color:#232323;
    border:1px solid #eee
  }
  #header-layout3 .language-currency .localization-selector.link:hover{
    color:#232323;
  }
   #header-layout3 .language-currency .localization-form .dropdown-list{
   right:auto;
    left:0;
  }
   #header-layout3 .language-currency .localization-form:only-child .localization-selector.link{
       padding-right: 3rem;
  }
   #header-layout3 .language-currency .localization-form:only-child .localization-selector.link .icon-caret{
    right: 1rem;
  }
  #header-layout3 #top-menu > li > a {
     padding: 20px 18px;
  }
   #header-layout3 #top-menu > li > a .title {
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   #header-layout3 #top-menu > li > a {
     padding: 20px 15px;
  }
  #header-layout3 #top-menu > li > a .title {
     font-size: 14px;
  }
}


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

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

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

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

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

  .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: 20px;
}


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



.newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
}
@media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 70px;
  }
}

.newsletter-form.newsletter-form .newsletter-form__button{
 height:45px;
 position: absolute;
 right: 0;
 margin: 0;
  top:0;
}

.footer .footer-block--newsletter .newsletter_text h2 {
   font-size: 34px;
   font-weight: 500;
   margin-top:0;
   margin-bottom: 0;
   letter-spacing: 0;
   line-height: 35px;
   color: var(--footer-heading-color);
   position: relative;
   text-transform: unset;
}
.footer  .footer-block--newsletter .newsletter_text p{
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: var(--footer-text-color);
    font-weight: 400;
    margin-top: 15px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
.footer .footer-block--newsletter .newsletter_text h2 {
     font-size: 30px;
  }
}

.footer .newsletter-form{
  max-width: 100%;
  position:relative;
  margin-top:15px;
}
 @media  (max-width: 991px) {
  .footer .newsletter-form{
     max-width: 70%;
   }
 }
 @media  (max-width: 767px) {
   .footer .footer-block--newsletter .newsletter_text h2 {
     font-size: 28px;
   }
 }
 @media  (max-width: 543px) {
  .footer .newsletter-form{
     max-width: 100%;
   }
   .footer .footer-block--newsletter .newsletter_text h2 {
     font-size: 24px;
  }
 }
.footer .newsletter-form .field input{
   background:#fff;
   padding-right: 45px;
   height:50px;
}
.ishi-newsletter-block .newsletter-form .field .field__label {
  top: 1.5rem;
}
.ishi-newsletter-block .newsletter-form .field .field__input:focus~.field__label, 
.ishi-newsletter-block .newsletter-form .field .field__input:not(:placeholder-shown)~.field__label{
  top: 0.6rem;
}
.footer .newsletter-form .newsletter-form__button{
   height:44px;
   width:44px;
   padding:0;
   position: absolute;
   right: 3px;
   margin:0;
   top: 3px;
}
.footer .newsletter-form .newsletter-form__button svg{
   height:44px;
   width:44px;
   fill: currentColor;
}

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

}

@media screen and (min-width: 992px) {
  .footer-block__heading {
    font-size: 1.8rem;
    display:block;
     margin-bottom: 2rem;
    font-weight;600;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-block__heading {
    font-size: 1.6rem;
  }
}
@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);
}

.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.list-unstyled li{
    margin-bottom:10px;
  }

}


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

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  border-top: 1px solid #e9e9e9;
  padding: 10px 0;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}

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

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

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

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

.footer-bottom .footer-right .payment-icons .list-payment__item svg{
   width: 38px;
   height: 24px;
}
.footer-bottom .footer-right .payment-icons .list-payment__item .logo-bar__image {
   width: 38px;
   height: 24px;
   padding: 0;
   margin: 2px;
   box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}
.footer-bottom .footer-right .payment-icons .list-payment__item img {
   cursor: pointer;
   transition: all 0.25s;
   max-width: 100%;
}
.footer .block-width-100 .store-infomation .store-desc{
      width: 50%;
      margin: 0 auto;
  }
@media (max-width: 1199px) {
  .footer .block-width-100 .store-infomation .store-desc {
      width: 70%;
  }
}
@media (max-width: 991px) {
  .footer .block-width-100 .store-infomation .store-desc {
      width: 100%;
  }
}
.footer .store-infomation img{
  margin-bottom:20px;
}

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


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

.footer .contact-info .contact-info-inner .with-text li{
  display:flex;
  align-items:flex-start;
  line-height:24px;
}
.footer .contact-info .contact-info-inner .with-text li .title{
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 24px;
   color: var(--footer-heading-color);
}
.footer .contact-info .contact-info-inner .with-text .content{
  width:unset;
}
.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.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}


.vertical-follows .footer-social{
  margin:0;
}
.vertical-follows .footer-social ul li{
  display:block;
  margin-bottom:10px;
}
.vertical-follows .footer-social ul li:last-child{
 margin-bottom:0;
}
.vertical-follows .footer-social ul li a{
  justify-content: left;
  width:auto;
  height:auto;
  border-radius:unset;
  background:transparent;
  margin:0;
  text-align:left;
}
.vertical-follows .footer-social ul li a i,.vertical-follows .footer-social ul li a svg{
   color:var(--footer-text-color);
   width: 16px;
   margin-right: 10px;
}
.vertical-follows .footer-social ul li a span{
   color:var(--footer-text-color);
     display:block;
}
.vertical-follows .footer-social ul li:hover a i,.vertical-follows .footer-social ul li:hover a svg,.vertical-follows .footer-social ul li:hover a span{
  color:var(--footer-text-hover-color);
}

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

/*================ ishislider ================*/
.ishislider {
  position: relative;
  z-index: 0;
}
 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 46%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: var(--button-bg-color) !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;
}
 @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;
   height: 40px;
   width: 40px;
   color: var(--button-text-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent  !important;
   border: 1px solid var(--button-bg-color)  !important;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color)  !important;
   border-color: var(--button-bg-color)  !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (max-width: 1200px) and (max-width: 1300px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1100px;
   }
 }
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 32px;
   text-transform: unset;
   line-height: 36px;
   margin-bottom: 20px;
   letter-spacing: 1px;
}
 @media (max-width: 1200px) and (max-width: 1300px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 28px;
     line-height: 30px;
  }
 }
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 28px;
     line-height: 30px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
     line-height: 22px;
  }
}
 @media (max-width:543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
     margin-bottom: 8px;
  }
}
 @media (max-width:345px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
     line-height: 14px;
  }
}

 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 72px;
   text-transform: unset;
   line-height: 77px;
   margin-bottom: 30px;
   letter-spacing: 0.5px;
   font-weight: 500;
}
 @media (max-width: 1200px) and (max-width: 1300px) {
   .ishislider .ishislideshow-carousel .slider-content  .main-title {
     font-size: 60px;
     line-height: 60px;
  }
 }
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 60px;
     line-height: 60px;
  }
}
 @media (max-width:991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 47px;
     line-height: 47px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 37px;
     line-height: 38px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 28px;
     line-height: 30px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 24px;
  }
}
 @media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 22px;
     margin-bottom: 8px;
  }
}
 @media (max-width: 345px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 20px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 35px;
   letter-spacing: 0.5px;
   font-weight: 400;
}
 @media (max-width: 1200px) and (max-width: 1300px) {
   .ishislider .ishislideshow-carousel .slider-content .desc  {
     font-size: 15px;
     margin-bottom: 30px;
  }
 }
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
     margin-bottom: 30px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}

 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 20px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 5px 12px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 9px;
     padding: 4px 10px;
  }
}
 @media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 8px;
     padding: 3px 8px;
  }
}
 .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.4s;
}
 .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.5s;
}
 .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.6s;
}
 .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.6s;
}

.ishislider .ishislideshow-carousel.owl-loaded+.ishislideshow-space{
  display:none;
}
.ishislideshow-space .slideshow__item{
    display: flex;
    align-items: center;
    justify-content: center;
}
/************************************** Featured Product css ********************************/
 @media (min-width: 544px) {
   .featured-product-section .view-all-btn{
    margin-top:0;
  }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active{
  display:block;
  opacity: 1;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
 display: block;
 margin: 0 0 10px;
}
 @media (min-width: 544px) {
 .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 2px;
    margin-bottom: 30px;
    margin-top:-5px;
    display: inline-block;
    vertical-align: middle;
  }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:#fff;
  border: 1px solid #e5e5e5;
  color:#666666;
  min-width: 140px;
  display: block;
  padding: 9px 22px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @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{
     margin-bottom:20px;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border-color: var(--button-bg-color);
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}


/**************************** product-block-style2 *******************************/

.ishi-product-block-style2 .card-wrapper {
    border: 1px solid #efefef;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.ishi-product-block-style2 .card-wrapper .card--product{
  padding-left:0;
}
.ishi-product-block-style2 .card-wrapper .card--product .card__inner {position:relative;}
.ishi-product-block-style2 .card-wrapper .card-information{margin:0;}
.ishi-product-block-style2 .card-wrapper .card-information .card-information__wrapper{
    text-align: left;
}
.ishi-product-block-style2 .card-wrapper .card-information .card-information__wrapper .price{
   justify-content: flex-start;
}
.ishi-product-block-style2 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {
    margin-top: 0.8rem;
}
.ishi-product-block-style2 .card-wrapper .product-desc{
  display:block;
  margin-top: 0.4rem !important;
}
.ishi-product-block-style2 .card-wrapper .thumbnail-buttons{
   position:unset;
   text-align: left !important;
}
.ishi-product-block-style2 .card-wrapper .thumbnail-buttons .product-btn{
  display:inline-block;
  vertical-align:middle;
  margin:0 2px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .ishi-product-block-style2 .card-wrapper .card-information{padding-left:0;}
   .ishi-product-block-style2 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.5rem;}
   .ishi-product-block-style2 .card-wrapper .product-desc{margin-top: 0.1rem !important;}
   .ishi-product-block-style2 .card-wrapper .card-information .card-information__text{font-size:15px;}
   .ishi-product-block-style2 .card-wrapper .product-desc{
     font-size:13px;
     line-height:20px;
   }
   .ishi-product-block-style2 .thumbnail-buttons .btn-info,
   .ishi-product-block-style2 .thumbnail-buttons .btn-info svg,
   .ishi-product-block-style2 .thumbnail-buttons .cart-btn.loading:before,
   .ishi-product-block-style2 .thumbnail-buttons .wishlist .loader-btn{
      width: 34px;
      height: 34px;
   }
   
 }
@media (max-width: 991px) {
  .ishi-product-block-style2 .grid--peek .grid__item{
    width:calc(90% - 4rem / 2);
  }

}
 @media (max-width: 767px) {
   .ishi-product-block-style2 .card-wrapper .thumbnail-buttons .product-btn{ margin:0;}
   .ishi-product-block-style2 .card-wrapper .thumbnail-buttons .btn-info{
    margin:0 4px 0 0;
   }
   .ishi-product-block-style2 .grid--peek .grid__item{
    width:calc(100% - 4rem / 2);
  }
    .ishi-product-block-style2 .card-wrapper .product-desc{line-height:22px;}
 }
 @media (max-width: 543px) {
   .ishi-product-block-style2 .card-wrapper .card-information{padding-left:0;}
   .ishi-product-block-style2 .card-wrapper .product-desc{display:none;}
   .ishi-product-block-style2 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.4rem;}
 }
 @media (max-width: 349px) {
   .ishi-product-block-style2 .card-information .spr-badge{ margin-bottom: 4px;}
   .ishi-product-block-style2 .card-information .card-information__text{font-size: 13px;}
   .ishi-product-block-style2 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.2rem;}
 }


/**************************** product-block-style3 *******************************/


   .ishi-product-block-style3 .collection-block {
     margin-bottom: 30px;
  }
 .ishi-product-block-style3 .collection-block .section-header > h2 {
   text-align: left;
   margin-bottom: 20px;
   font-size: 22px;
   line-height: 24px;
   position: relative;
   padding: 3px 0;
}
 .ishi-product-block-style3 .collection-block .owl-theme .owl-nav {
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
    margin: 0 -4px;
}
.ishi-product-block-style3 .collection-block .owl-theme .owl-nav .owl-prev, 
.ishi-product-block-style3 .collection-block .owl-theme .owl-nav .owl-next {
   height: 30px;
   width: 30px;
}
.ishi-product-block-style3 .collection-block .owl-theme .owl-nav .owl-prev i, 
.ishi-product-block-style3 .collection-block .owl-theme .owl-nav .owl-next i {
   width: 30px;
   height: 30px;
}

 .ishi-product-block-style3 .collection-block .products-display .multilevel-item .grid__item:last-child {
   padding-bottom: 0;
}
 .ishi-product-block-style3 .collection-block .products-display .grid__item {
   padding-bottom: 15px;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .card-wrapper {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border: 1px solid #f0f0f0;
  overflow:hidden;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .card-information .card-information__text{
  font-size: 14px;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons {
    text-align: left;
    bottom: -16px;
    left: 5px;
    top: auto;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px){
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons{
      position: unset;
}
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .product-btn{
  display: inline-block;
  vertical-align: middle;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info{
  margin:0 4px 0 0
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info::last-child{
 margin-right:0px;
}

@media (min-width: 768px){
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info {
    opacity: 0;
   -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
}
}
@media (min-width: 768px){
.ishi-product-block-style3 .collection-block .products-display .grid__item .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
        transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}
  .ishi-product-block-style3 .collection-block .grid__item .card-wrapper:hover .card-information .price{
    opacity:0;
  }
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .quick-view {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .wishlist {
   -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .cart-btn {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.ishi-product-block-style3 .collection-block .grid__item .product-card-placeholder .card--product{
   float: left;
   width: 90px;
}
.ishi-product-block-style3 .collection-block .grid__item .product-card-placeholder .card-information {
    width: calc(100% - 90px);
    padding: 0;
    padding-left: 10px;
    float: left;
    margin: 0;
}
.ishi-product-block-style3 .collection-block .grid__item .card--product .card__text {
    font-size:14px;
  }
.ishi-product-block-style3 .collection-block .grid__item .card--product{
  padding-left:0;
}
.ishi-product-block-style3 .collection-block .grid__item .card-information .card-information__wrapper{
  text-align:left;
}
.ishi-product-block-style3 .collection-block .grid__item .card-information {
    padding: 0 5px;
    margin: 0;
}
.ishi-product-block-style3 .collection-block .grid__item .card-information .price{
  justify-content: flex-start;
  margin-bottom:0;
      -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

@media (min-width: 992px) and (max-width: 1199px) {

  .ishi-product-block-style3 .collection-block .grid__item .card--product .card__text {
    font-size:13px;
  }
  .ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info,
   .ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info svg,
   .ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .cart-btn.loading:before,
   .ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons .wishlist .loader-btn{
      width: 34px;
      height: 34px;
   }
}
@media  (max-width: 1199px) {
  .ishi-product-block-style3 .collection-block .products-display .card-information {
    padding-left:0;
    padding-right:5px;
  }
  .ishi-product-block-style3 .collection-block .products-display .grid__item .thumbnail-buttons{left:0;}
  
}

 @media (max-width: 480px) {
   .ishi-product-block-style3 .collection-block .grid__item .card--product,
  .ishi-product-block-style3 .collection-block .products-display .card-information {
     width: 50%;
  }
   .ishi-product-block-style3 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.5rem;}
}


/**************************** ishispecialdeal *******************************/

.ishispecialdeal .grid__item{
  padding:0 15px;
}
.ishispecialdeal .grid__item .card-wrapper{
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow:hidden;
  display:flex;
  align-items:center;
}
 @media (min-width: 544px) {
  .ishispecialdeal .grid__item .card--product{
    padding-left:0;
  }
   .ishispecialdeal .grid__item .card-information .card-information__wrapper{
  text-align:left;
  }
   .ishispecialdeal .grid__item .card-information .price{
  justify-content: flex-start;
   }
   .ishispecialdeal .card-wrapper .thumbnail-buttons{
     text-align: left !important;
  }
 }

.ishispecialdeal .grid__item .card-information {
    padding: 0 15px 0 5px;
    margin: 0;
}
.ishispecialdeal .grid__item .card-information .price{
  margin-bottom:0;
      -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.ishispecialdeal .card-wrapper .product-desc{
  display:block;
  margin-top: 0.3rem !important;
}
.ishispecialdeal .countdowncontainer .countdown{
   text-align: left;
   font-weight: 400;
   cursor: pointer;
   position: relative;
   width: 40px;
   display: inline-block;
   vertical-align: middle;
}
.ishispecialdeal .countdowncontainer .countdown:after{
   content: ":";
   position: absolute;
   top: 0px;
   right: 6px;
   color: #222;
   font-weight: 600;
}
.ishispecialdeal .countdowncontainer .countdown:last-child:after{
   display:none;
}
.ishispecialdeal .countdowncontainer .countdown .data{
    font-size: 16px;
    color: #222;
    position: relative;
    font-weight: 600;
}
.ishispecialdeal .countdowncontainer .countdown:last-child .data{
   color: var(--brand-secondary);
}
.ishispecialdeal .card-wrapper .thumbnail-buttons{
   position:unset;
}
.ishispecialdeal .card-wrapper .thumbnail-buttons .product-btn{
  display:inline-block;
  vertical-align:middle;
  margin:0 2px;
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .ishispecialdeal .card-wrapper .card-information{padding-left:0;}
   .ishispecialdeal .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.5rem;}
   .ishispecialdeal .card-wrapper .product-desc{margin-top: 0.1rem !important;}
   .ishispecialdeal .card-wrapper .card-information .card-information__text{font-size:15px;}
   .ishispecialdeal .card-wrapper .product-desc{
     font-size:13px;
     line-height:20px;
     display:none;
   }
   .ishispecialdeal .thumbnail-buttons .btn-info,
   .ishispecialdeal .thumbnail-buttons .btn-info svg,
   .ishispecialdeal .thumbnail-buttons .cart-btn.loading:before,
   .ishispecialdeal .thumbnail-buttons .wishlist .loader-btn{
      width: 34px;
      height: 34px;
   }
   
 }

 @media (max-width: 767px) {
   .ishispecialdeal .card-wrapper .thumbnail-buttons .product-btn{ margin:0;}
   .ishispecialdeal .card-wrapper .thumbnail-buttons .btn-info{
    margin:0 4px 0 0;
   }
   .ishispecialdeal .grid--peek .grid__item{
    width:calc(100% - 4rem / 2);
  }
    .ishispecialdeal .card-wrapper .product-desc{line-height:22px;}
   
 }
 @media (max-width: 543px) {
   .ishispecialdeal .card-wrapper .card-information{padding-left:0;}
   .ishispecialdeal .card-wrapper .product-desc{display:none;}
   .ishispecialdeal .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.4rem;}
   .ishispecialdeal .countdowncontainer .countdown{
     width:35px;
     text-align: center;
   }
   .ishispecialdeal .countdowncontainer .countdown:after{
     right:-4px;
   }
   .ishispecialdeal .grid__item .card-wrapper{
    display:block;
   }
   .ishispecialdeal .card-wrapper .card-information{
     padding:10px 5px;
   }
   .ishispecialdeal .grid__item .card--product{
     padding:0;
   }
  .ishispecialdeal .products-display,
   .ishispecialdeal .grid__item{
     padding:0 5px;
   }
 }
 @media (max-width: 400px) {
   .ishispecialdeal .countdowncontainer .countdown{
     width:32px;
   }
   .ishispecialdeal .countdowncontainer .countdown:after{
     right:-3px;
   }
   .ishispecialdeal .countdowncontainer .countdown .data{
    font-size:14px;
   }
 }
 @media (max-width: 349px) {
   .ishispecialdeal .card-information .spr-badge{ margin-bottom: 4px;}
   .ishispecialdeal .card-information .card-information__text{font-size: 13px;}
   .ishispecialdeal .countdowncontainer .countdown{
     width:28px;
   }
 }

/*************************** banner with deal ************************/

@media (min-width: 992px) {
   .ishi-deal-banner-block >.page-width >.row {
     display: flex;
     align-items: center;
  }
   .ishi-deal-banner-block .page-width .row .banner-left {
     order: 1;
  }
   .ishi-deal-banner-block .page-width .row .banner-right {
     order: 3;
  }
   .ishi-deal-banner-block .page-width .row .deal-section {
     order: 2;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .banner-left, .ishi-deal-banner-block .banner-right {
     width: 100%;
     text-align: center;
  }
}
 .ishi-deal-banner-block .banner-left .bannerblock, .ishi-deal-banner-block .banner-right .bannerblock {
   overflow: hidden;
   position: relative;
}
 .ishi-deal-banner-block .banner-left .bannerblock .image-container, .ishi-deal-banner-block .banner-right .bannerblock .image-container {
   position: relative;
   overflow: hidden;
}
 .ishi-deal-banner-block .banner-left .bannerblock .image-container img, .ishi-deal-banner-block .banner-right .bannerblock .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-deal-banner-block .banner-left .bannerblock.ishibanner-container1, .ishi-deal-banner-block .banner-right .bannerblock.ishibanner-container1 {
   margin-bottom: 30px;
}
 @media (max-width: 991px) {
   .ishi-deal-banner-block .banner-left .bannerblock.ishibanner-container1, .ishi-deal-banner-block .banner-right .bannerblock.ishibanner-container1 {
     margin-bottom: 27px;
  }
}
 @media (max-width: 767px) {
   .ishi-deal-banner-block .banner-left .bannerblock.ishibanner-container1, .ishi-deal-banner-block .banner-right .bannerblock.ishibanner-container1 {
     margin-bottom: 20px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .banner-left .bannerblock.ishibanner-container1, .ishi-deal-banner-block .banner-right .bannerblock.ishibanner-container1 {
     margin-bottom: 30px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .banner-left .bannerblock.ishibanner-container2, .ishi-deal-banner-block .banner-right .bannerblock.ishibanner-container2 {
     margin-bottom: 30px;
  }
}
 @media (max-width: 991px) {
   .ishi-deal-banner-block .deal-section {
     margin-top: 30px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .deal-section {
     padding: 0;
  }
}
 .ishi-deal-banner-block .ishispecialdeal {
   border: 1px solid #eee;
   padding: 25px 35px 20px;
}
 @media (max-width: 1199px) {
   .ishi-deal-banner-block .ishispecialdeal {
     padding: 15px 15px 10px;
  }
}
 @media (max-width: 991px) {
   .ishi-deal-banner-block .ishispecialdeal {
     padding: 30px 15px 25px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .ishispecialdeal {
     padding: 0;
     border: none;
  }
}
 .ishi-deal-banner-block .ishispecialdeal .section-header > h2 {
   margin-bottom: 25px;
}
 .ishi-deal-banner-block .ishispecialdeal .grid__item .card-wrapper{
  border:none;
  display:block;
}
.ishi-deal-banner-block .ishispecialdeal .card-information__wrapper>:not(.visually-hidden:first-child)+*{
    margin-top: .7rem;
}
.ishi-deal-banner-block .ishispecialdeal .grid__item .card-information{
 padding:15px 5px 0
}
.ishi-deal-banner-block  .ishispecialdeal .grid__item .card-information .card-information__wrapper{
  text-align:center;
}
.ishi-deal-banner-block  .ishispecialdeal .grid__item .card-information .price{justify-content:center;}
.ishi-deal-banner-block .ishispecialdeal .card-wrapper .thumbnail-buttons{
  text-align:center !important;
}
.ishi-deal-banner-block .ishispecialdeal .card-wrapper .countdowncontainer{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.ishispecialdeal .countdowncontainer .countdown .data{
 text-align:center;
}
.ishispecialdeal .countdowncontainer .countdown:after{
    right: -5px;
}
 @media (max-width: 1199px) {
   .ishi-deal-banner-block .ishispecialdeal .section-header > h2 {
     margin-bottom: 15px;
  }
}

 @media (max-width: 991px) {
   .ishi-deal-banner-block .ishispecialdeal .section-header > h2 {
     margin-bottom: 25px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-banner-block .ishispecialdeal .section-header > h2 {
     margin-bottom: 20px;
  }
}
.ishi-deal-banner-block .ishispecialdeal .owl-nav {
 margin:0;
}
 @media (min-width: 768px) {
   .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-prev, .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-next {
     left: -50px;
     right: auto;
     position: absolute;
     top: 40%;
     margin: 0;
  }
   .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-next {
     right: -50px;
     left: auto;
  }
}
 @media (min-width: 768px) and (max-width: 1199px) {
   .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-prev, .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-next {
     left: -30px;
     right: auto;
  }
}
 @media (min-width: 768px) and (max-width: 1199px) {
   .ishi-deal-banner-block .ishispecialdeal .owl-nav .owl-next {
     right: -30px;
     left: auto;
  }
}
 @media (max-width: 767px) {
   .ishi-deal-banner-block .ishispecialdeal .owl-nav {
     margin-top: 15px;
  }
   .ishi-deal-banner-block .ishispecialdeal .grid__item .card-information{
      padding:15px 5px 5px;
   }
}
/**************************** Story block style 1 *******************************/

.story-block-style1 .story-image {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
 @media (min-width: 1200px) {
   .story-block-style1 .ishistoryblock .page-width {
     max-width: 1090px;
  }
}
 @media (min-width: 768px) {
   .story-block-style1 .ishistoryblock .valign-wrapper {
     display: flex;
     align-items: center;
  }
}
 @media (max-width: 767px) {
   .story-block-style1 .ishistoryblock .valign-wrapper {
     text-align: center;
  }
}
 .story-block-style1 .ishistoryblock .story-image-wrapper {
   padding-right: 40px;
   margin-bottom: 15px;
}
 @media (max-width: 767px) {
   .story-block-style1 .ishistoryblock .story-image-wrapper {
     padding-right: 15px;
  }
}
 .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper {
   position: relative;
   display: block;
   z-index: 1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
   .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper {
     margin-bottom: 20px;
     display: inline-block;
  }
}
 .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper:after {
   position: absolute;
   content: "";
   left: 15px;
   right: -15px;
   top: 15px;
   bottom: -15px;
   border: 1px solid #eee;
   z-index: -1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper img {
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   position: relative;
   top: 0;
   left: 0;
}
 @media (min-width: 768px) {
   .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper:hover img {
     top: 15px;
     left: 15px;
  }
}
 .story-block-style1 .ishistoryblock .text-wrapper {
   padding-left: 25px;
}
 @media (max-width: 767px) {
   .story-block-style1 .ishistoryblock .text-wrapper {
     padding-left: 15px;
  }
}
 .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .subtitle {
   font-size: 16px;
   letter-spacing: 1.6px;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 15px;
}
 .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .title {
   font-size: 35px;
   line-height: 36px;
   margin-bottom: 20px;
   letter-spacing: 1px;
   font-weight: 600;
}
 @media (max-width: 991px) {
   .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .title {
    /* If media is below 992 */
     font-size: 28px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .title {
     font-size: 26px;
  }
   .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .subtitle{
      margin-bottom: 10px;
   }
}
 .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .description {
   margin-bottom: 45px;
}
 @media (max-width: 991px) {
   .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 30px;
  }
}
 @media (max-width: 543px) {
   .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 15px;
  }
   .story-block-style1 .ishistoryblock .story-image-wrapper .image-wrapper:after {
     display:none;
   }
}
 .story-block-style1 .ishistoryblock .text-wrapper .story-text-block .description p {
   margin-bottom: 10px;
}
 


/*================ Story block style 2 ================*/

.story-block-style2 .story-image {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
.story-block-style2 .ishistoryblock .valign-wrapper {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (min-width: 768px) {
   .story-block-style2 .ishistoryblock .valign-wrapper {
     display: flex;
     align-items: center;
  }
}
 @media (max-width: 767px) {
   .story-block-style2 .ishistoryblock .valign-wrapper {
     text-align: center;
  }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper {
   margin-bottom: 80px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 1199px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper {
     margin-bottom: 15px;
  }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .image-wrapper {
   display: inline-block;
   position: relative;
   z-index: 2;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .image-wrapper {
    /* If media is below 768 */
     margin-bottom: 20px;
  }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .image-wrapper:after {
   position: absolute;
   content: "";
   left: 15px;
   right: -15px;
   top: 15px;
   bottom: -15px;
   background: #fff;
   border: 1px solid #eee;
   z-index: -1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .image-wrapper img {
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   position: relative;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
   display: inline-block;
   position: absolute;
   right: 15px;
   top: 50px;
   z-index: 1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backimage-wrapper img {
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   position: relative;
}
 @media (max-width: 1199px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
     display: none;
  }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backside {
   position: absolute;
   top: 0;
   left: 15px;
   z-index: 0;
}
 @media (max-width: 1199px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backside {
     display: none;
  }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .backside:after {
   position: absolute;
   content: "";
   left: 15px;
   right: -15px;
   top: 15px;
   bottom: -15px;
   background: #fff;
   border: 1px solid #eee;
   z-index: -1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block {
   text-align: center;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .subtitle {
   font-size: 16px;
   letter-spacing: 1.6px;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 15px;
}
 .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .title {
   font-size: 35px;
   line-height: 36px;
   margin-bottom: 20px;
   letter-spacing: 1px;
   font-weight: 600;
}
 @media (max-width: 991px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .title {
    /* If media is below 992 */
     font-size: 28px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .title {
     font-size: 26px;
  }
    .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .subtitle {
      margin-bottom: 10px;
    }
}
 .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .description p {
   margin-bottom: 45px;
}
 @media (max-width: 991px) {
   .story-block-style2 .ishistoryblock .valign-wrapper .text-wrapper .story-text-block .description p {
     margin-bottom: 30px;
  }
}
 @media (min-width: 1200px) {
   .story-block-style2 .ishistoryblock .valign-wrapper:hover .story-image-wrapper .image-wrapper {
     opacity: 0;
  }
   .story-block-style2 .ishistoryblock .valign-wrapper:hover .story-image-wrapper .backimage-wrapper {
     opacity: 1;
  }
}
 @media (max-width: 543px) {
 .story-block-style2 .ishistoryblock .valign-wrapper .story-image-wrapper .image-wrapper:after {
   display:none;
 }
}
 

 
/*================ Story block style 3 ================*/
.story-block-style3 .story-image {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
 .story-block-style3 .story-image.fixed {
   background-attachment: fixed;
}
 @media (min-width: 1200px) {
   .story-block-style3 .ishistoryblock .page-width {
     max-width: 1340px;
  }
}
 .story-block-style3 .ishistoryblock .text-wrapper {
   padding: 60px 15px;
}
 @media (max-width: 767px) {
   .story-block-style3 .ishistoryblock .text-wrapper {
     float: none;
     padding: 30px 15px;
  }
}
 @media (max-width: 349px) {
   .story-block-style3 .ishistoryblock .text-wrapper {
     padding: 30px 5px;
  }
}
 .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .subtitle {
   font-size: 16px;
   letter-spacing: 1.6px;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 15px;
}
 .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .title {
   font-size: 35px;
   line-height: 36px;
   margin-bottom: 20px;
   letter-spacing: 1px;
   font-weight: 600;
}
 @media (max-width: 991px) {
   .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .title {
    /* If media is below 992 */
     font-size: 28px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .title {
     font-size: 26px;
  }
   .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .subtitle {
   margin-bottom: 10px;
   }
}
 .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .description {
   margin-bottom: 45px;
}
 @media (max-width: 991px) {
   .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 30px;
  }
}
 @media (max-width: 543px) {
   .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 15px;
  }
}
 .story-block-style3 .ishistoryblock .text-wrapper .story-text-block .description p {
   margin-bottom: 10px;
}


/***************************** parallax-block-with-timer ****************************/ 

.parallax-block-with-timer .ishiparallaxbanner {
   overflow: hidden;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-image {
   display: block;
   position: relative;
   width: 100%;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-image.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-image.fixed {
   background-attachment: fixed;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
   padding: 60px 15px;
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
     padding: 30px 15px;
     float: none;
  }
}
 @media (max-width: 349px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
     padding: 30px 5px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 30px;
   font-weight: 400;
   line-height: 32px;
   margin-bottom: 15px;
   letter-spacing: 1.5px;
}
 @media (max-width: 1199px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 27px;
     line-height: 30px;
  }
}
 @media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 24px;
     line-height: 25px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 22px;
     line-height: 24px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 20px;
     line-height: 24px;
     margin-bottom: 15px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
   font-size: 60px;
   font-weight: 600;
   line-height: 60px;
   margin-bottom: 20px;
}
 @media (max-width: 1199px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 55px;
     line-height: 55px;
  }
}
 @media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 50px;
     line-height: 50px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 40px;
     line-height: 44px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 35px;
     line-height: 35px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 28px;
     line-height: 30px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
   font-size: 16px;
   font-weight: 600;
   line-height: 20px;
   position: relative;
   top: 0px;
   letter-spacing: 3.2px;
   margin-bottom: 20px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
     font-size: 14px;
     letter-spacing: 2px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
   margin-bottom: 30px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
     margin-bottom: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   padding: 15px 0;
   width: 77px;
   height: 77px;
   text-align: center;
   border-radius: 50%;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
   margin: 0 3px;
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown {
     padding: 10px 0;
     width: 60px;
     height: 60px;
     margin: 0 2px;
  }
}
 @media (max-width: 480px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown {
     margin: 0;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
   font-size: 24px;
   pointer-events: none;
   font-weight: 600;
   line-height: 27px;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
     font-size: 18px;
     line-height: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   pointer-events: none;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
     line-height: 18px;
     font-size: 13px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .sale-end {
   font-size: 18px;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list > a {
   position: relative;
   overflow: hidden;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
 .parallax-block-with-timer .ishiparallaxbanner [data-deal="0"] .countdowncontainer {
   display: none;
}

/********************************* parallax-block-without-timer *********************/

 .parallax-block-without-timer .ishiparallaxbanner {
   overflow: hidden;
   text-align: center;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-image {
   display: block;
   position: relative;
   width: 100%;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-image.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-image.fixed {
   background-attachment: fixed;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-list {
   display: inline-block;
}
 @media (max-width: 767px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list {
     float: none;
     text-align: center;
     display: inline-block;
  }
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
   font-size: 80px;
   font-weight: 600;
   line-height: 90px;
   letter-spacing: 0;
}
 @media (max-width: 1199px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 70px;
     line-height: 80px;
  }
}
 @media (max-width: 991px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 60px;
     line-height: 70px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 50px;
     line-height: 60px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 40px;
     line-height: 50px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 30px;
     line-height: 40px;
  }
}
 @media (max-width: 349px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title1 {
     font-size: 26px;
     line-height: 33px;
  }
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
   font-size: 80px;
   font-weight: 600;
   line-height: 90px;
   letter-spacing: 0;
   margin-bottom: 10px;
}
 @media (max-width: 1199px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 70px;
     line-height: 80px;
  }
}
 @media (max-width: 991px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 60px;
     line-height: 70px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 50px;
     line-height: 60px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 40px;
     line-height: 50px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 30px;
     line-height: 40px;
  }
}
 @media (max-width: 349px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-title2 {
     font-size: 26px;
     line-height: 33px;
  }
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-info {
   font-size: 16px;
   line-height: 24px;
   font-weight: 400;
   margin-bottom: 40px;
   position: relative;
   letter-spacing: 0.8px;
   padding: 17px 60px;
   display:inline-block;
   vertical-align:middle;
}
 @media (max-width: 991px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-info {
     padding: 15px 30px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-info {
     margin-bottom: 30px;
     font-size: 14px;
     padding: 12px 20px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-list .parallax-info {
     font-size: 14px;
     padding: 10px 15px;
  }
}
 

.parallax-block-without-timer .ishiparallaxbanner .parallax-list .viewmore-btn{
   clear:both;
}


/***********************************  services style 1 ***********************************/


.ishi-service-block-style1 .ishiservices {
   text-align: center;
   position: relative;
   z-index: 1;
}
 .ishi-service-block-style1 .ishiservices .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
   margin: 0 auto;
}
 .ishi-service-block-style1 .ishiservices .service-block {
   display: block;
   overflow: hidden;
}
 .ishi-service-block-style1 .ishiservices .services {
   text-align: center;
   cursor: pointer;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 767px) {
   .ishi-service-block-style1 .ishiservices .services {
     margin-bottom: 30px;
     width: 100%;
  }
   .ishi-service-block-style1 .ishiservices .services:last-child {
     margin-bottom: 0;
  }
}
 .ishi-service-block-style1 .ishiservices .services a {
   display: flex;
   align-items:center;
   padding: 25px 15px;
   border-radius: 5px;
   border: 1px solid #e5e5e5;
   background: #fff;
   justify-content:center;
}
 @media (max-width: 991px) {
   .ishi-service-block-style1 .ishiservices .services a {
     padding: 15px;
  }
}
 .ishi-service-block-style1 .ishiservices .services .service-img-outer {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   height: 50px;
   width: 50px;
   margin: 0 10px 0 0;
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
   .ishi-service-block-style1 .ishiservices .services a {
     display:block;
   }
   .ishi-service-block-style1 .ishiservices .services .service-img-outer {
     text-align: center;
     margin: 0 auto 5px;
  }
}
 @media (max-width: 543px) {
   .ishi-service-block-style1 .ishiservices .services a {
     display:block;
   }
   .ishi-service-block-style1 .ishiservices .services .service-img-outer {
     display: block;
     text-align: center;
     margin: 0 auto 5px;
  }
}
 .ishi-service-block-style1 .ishiservices .services .service-img {
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   height: 50px;
   width: 50px;
   line-height: 50px;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-block-style1 .ishiservices .services .service-text {
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   width: 80%;
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
   .ishi-service-block-style1 .ishiservices .services .service-text {
     display: block;
     text-align: center;
     width: 100%;
  }
}
 @media screen and (min-width: 544px) and (max-width: 767px) {
   .ishi-service-block-style1 .ishiservices .services .service-text {
     width: 50%;
  }
}
 @media (max-width: 543px) {
   .ishi-service-block-style1 .ishiservices .services .service-text {
     display: block;
     text-align: center;
     width: 100%;
  }
}
 .ishi-service-block-style1 .ishiservices .services .service-text .service-title {
   font-size: 16px;
   font-weight: 500;
   margin: 0 0 3px;
   letter-spacing: 0;
   color: #222;
   line-height: 18px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 543px) {
   .ishi-service-block-style1 .ishiservices .services .service-text .service-title {
     font-size: 15px;
  }
}
 .ishi-service-block-style1 .ishiservices .services .service-text .service-desc {
   color: #666;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: 0.42px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 543px) {
   .ishi-service-block-style1 .ishiservices .services .service-text .service-desc {
     font-size: 13px;
  }
}
 @media (min-width: 768px) {
   .ishi-service-block-style1 .ishiservices .services:hover .service-img {
     transform: rotateY(360deg);
     -webkit-transition: rotateY(360deg);
     -moz-transition: rotateY(360deg);
     -o-transition: rotateY(360deg);
  }
   .ishi-service-block-style1 .ishiservices .services:hover .service-text .service-title {
     color: var(--brand-secondary);
  }
}


/*******************************  services style 2 ********************************/

.ishi-service-block-style2 .ishiservices {
   text-align: center;
   position: relative;
   z-index: 1;
}
 .ishi-service-block-style2 .ishiservices .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   text-align: center;
}
 .ishi-service-block-style2 .ishiservices .service-block {
   display: block;
   overflow: hidden;
}
 .ishi-service-block-style2 .ishiservices .services {
   text-align: center;
   cursor: pointer;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services {
     margin-bottom: 30px;
  }
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services {
     width: 100%;
     text-align: center;
  }
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services:last-child {
     margin-bottom: 0;
  }
}
 .ishi-service-block-style2 .ishiservices .services a {
   display: flex;
   align-items:center;
   padding: 10px 15px;
   border-radius: 5px;
   border: 1px solid #e7e7e7;
   background: #fff;
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services a {
     padding: 10px;
     display:block;
  }
}
 .ishi-service-block-style2 .ishiservices .services .service-img-outer {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   height: 40px;
   width: 40px;
   margin:0 10px 0 0;
}
 @media (max-width: 991px) {
   .ishi-service-block-style2 .ishiservices .services .service-img-outer {
     text-align: center;
     margin: 0 auto;
     display: block;
  }
   .ishi-service-block-style2 .ishiservices .services a {
     display:block;
  }
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services .service-img-outer {
     margin: 0 auto 5px;
  }
}
 .ishi-service-block-style2 .ishiservices .services .service-img {
   display: inline-flex;
   align-items: center; 
   justify-content: center;
   position: relative;
   height: 40px;
   width: 40px;
   transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
}
 .ishi-service-block-style2 .ishiservices .services .service-img img {
   transition: all 0.7s ease;
   -webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
}
 .ishi-service-block-style2 .ishiservices .services .service-text {
   display: inline-block;
   vertical-align: middle;
   text-align: left;
   overflow: hidden;
   position: relative;
   width: 82%;
}
 @media (max-width: 991px) {
   .ishi-service-block-style2 .ishiservices .services .service-text {
     display: block;
     text-align: center;
     width: 100%;
  }
}
 .ishi-service-block-style2 .ishiservices .services .service-text .service-title {
   font-size: 16px;
   font-weight: 500;
   letter-spacing: 0;
   color: #222;
   opacity: 1;
   line-height: 20px;
   transition: all 400ms ease;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   letter-spacing: 0.5px;
}
 @media (max-width: 991px) {
   .ishi-service-block-style2 .ishiservices .services .service-text .service-title {
     font-size: 15px;
  }
}
 .ishi-service-block-style2 .ishiservices .services .service-text .service-desc {
   display: block;
   opacity: 0;
   letter-spacing: 0.42px;
   color: #666;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   -webkit-transition: all 400ms ease;
   -moz-transition: all 400ms ease;
   -ms-transition: all 400ms ease;
   -o-transition: all 400ms ease;
   letter-spacing: 0.5px;
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
   .ishi-service-block-style2 .ishiservices .services .service-text .service-desc {
     font-size: 13px;
     letter-spacing:0;
  }
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services .service-text .service-desc {
     opacity: 1;
  }
}
 @media (max-width: 543px) {
   .ishi-service-block-style2 .ishiservices .services .service-text .service-desc {
     font-size: 13px;
  }
}
 .ishi-service-block-style2 .ishiservices .services.services-hover .service-text .service-title {
   transform: translateY(11px);
   -moz-transform: translateY(11px);
   -webkit-transform: translateY(11px);
   -o-transform: translateY(11px);
   -ms-transform: translateY(11px);
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services.services-hover .service-text .service-title {
     transform: translateY(0);
     -moz-transform: translateY(0);
     -webkit-transform: translateY(0);
     -o-transform: translateY(0);
     -ms-transform: translateY(0);
  }
}
 .ishi-service-block-style2 .ishiservices .services.services-hover .service-text .service-desc {
   transform: translateY(0);
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -o-transform: translateY(0);
   -ms-transform: translateY(0);
}
 .ishi-service-block-style2 .ishiservices .services.services-hover:hover .service-text .service-title {
   opacity: 0;
   transform: translateY(-20px);
   -moz-transform: translateY(-20px);
   -webkit-transform: translateY(-20px);
   -o-transform: translateY(-20px);
   -ms-transform: translateY(-20px);
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services.services-hover:hover .service-text .service-title {
     opacity: 1;
     transform: translateY(0px);
     -moz-transform: translateY(0px);
     -webkit-transform: translateY(0px);
     -o-transform: translateY(0px);
     -ms-transform: translateY(0px);
  }
}
 .ishi-service-block-style2 .ishiservices .services.services-hover:hover .service-text .service-desc {
   opacity: 1;
   transform: translateY(-9px);
   -moz-transform: translateY(-9px);
   -webkit-transform: translateY(-9px);
   -o-transform: translateY(-9px);
   -ms-transform: translateY(-9px);
}
 @media (max-width: 767px) {
   .ishi-service-block-style2 .ishiservices .services.services-hover:hover .service-text .service-desc {
     transform: translateY(0px);
     -moz-transform: translateY(0px);
     -webkit-transform: translateY(0px);
     -o-transform: translateY(0px);
     -ms-transform: translateY(0px);
  }
}
 

/*****************************  banner-without-text-section *****************************/
.bannerblock .image-container a:before,
.bannerblock .image-container a:after{
  z-index:1;
}
.banner-without-text-section {
   overflow: hidden;
}
 .banner-without-text-section .ishibannerwithouttext {
   position: relative;
}
 .banner-without-text-section .ishibannerwithouttext .ishibannerwithouttext-container {
   overflow: hidden;
   position: relative;
}

 .banner-without-text-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container {
   position: relative;
   overflow: hidden;
       display: grid;
}
 .banner-without-text-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container img {
   max-width: 100%;
   width: 100%;
   -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 0s;
}

 .banner-without-text-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container a:hover.scale img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .banner-without-text-section .ishibannerwithouttext .ishibannerwithouttext_grid {
   overflow: hidden;
}


/******************************** banner with-text block *******************************/


.banner-with-text-section {
   overflow: hidden;
}
 .banner-with-text-section .ishibannerwithtext {
   position: relative;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container {
   overflow: hidden;
   position: relative;
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container {
     width: 100%;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container {
   position: relative;
   overflow: hidden;
    display: grid;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container a {
    display: grid;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container img {
   max-width: 100%;
   width: 100%;
   -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 0s;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container a:before,
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container a:after{
   z-index:1;
 }
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container a:hover.scale img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
   position: absolute;
   left: 70px;
   right: auto;
   top: auto;
   bottom: 70px;
}
 @media (max-width: 1600px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
     left: 50px;
     bottom: 50px;
  }
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
     left: 50px;
     bottom: 50px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
     left: 30px;
     bottom: 30px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
     left: 20px;
     bottom: 15px;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
   font-size: 40px;
   font-weight: 400;
   letter-spacing: 0;
   line-height: 40px;
}
 @media (max-width: 1600px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 35px;
     line-height: 35px;
  }
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 20px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 600px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 18px;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
   font-size: 60px;
   font-weight: 700;
   letter-spacing: 0;
   line-height: 75px;
   margin-bottom: 15px;
}
 @media (max-width: 1600px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 50px;
     line-height: 65px;
  }
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 40px;
     line-height: 55px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 35px;
     line-height: 50px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 28px;
     line-height: 40px;
  }
}
 @media (max-width: 600px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 25px;
     line-height: 35px;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .btn__small {
   font-size: 16px;
   font-weight: 400;
   line-height: 16px;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   letter-spacing: 0;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .btn__small {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext_grid {
   overflow: hidden;
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container {
     width: 100%;
  }
}
 .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data {
   left: 40px;
   bottom: 40px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data {
     left: 30px;
     bottom: 30px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data {
     left: 20px;
     bottom: 15px;
  }
}
 .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-offer {
   font-size: 25px;
   line-height: 30px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 22px;
     line-height: 26px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-offer {
     font-size: 18px;
     line-height: 22px;
  }
}
 .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-title {
   font-size: 45px;
   line-height: 55px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 35px;
     line-height: 45px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 28px;
     line-height: 40px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .banner-title {
     font-size: 25px;
     line-height: 35px;
  }
}
 .banner-with-text-section .ishibannerwithtext.page-width .ishibannerwithtext-container .image-container .banner-data .btn__small {
   font-size: 14px;
}
 

/********************************  ishi-collection-section **********************************/

.ishi-collection-section .collection-grid-item__title-wrapper{
  margin: 15px 0 0 0;
  padding:0;
} 

.ishi-collection-section .collection-grid-item:hover .collection-grid-item__title-wrapper .collection-grid-item__title{
  opacity:1;
}

.ishi-collection-section .collection-item{
  position:unset !important;
  display:block;
  margin-top: 3px;
  font-size: 14px;
  color: #666;
  background:transparent;
  padding:0;
}

/***************************************** brandlogo *******************************************/

.manufacturer-block .manufacturer-carousel {
   text-align: center;
}
 .manufacturer-block .manufacturer-carousel .logo-bar__item {
   cursor: pointer;
   display: block;
   -moz-transform: rotateY(0deg);
   -webkit-transform: rotateY(0deg);
   -o-transform: rotateY(0deg);
   -ms-transform: rotateY(0deg);
   transform: rotateY(0deg);
   transition: all 1s;
   -webkit-transition: all 1s;
   -moz-transition: all 1s;
   -o-transition: all 1s;
}
.manufacturer-block .manufacturer-carousel .logo-bar__item img {
 max-width:100%;
 width:auto;
 margin: 0 auto;
}
 .manufacturer-block .manufacturer-carousel .logo-bar__item:hover {
  -moz-transform: rotateY(360deg);
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
   transform: rotateY(360deg);
}
 .manufacturer-block .manufacturer-carousel .owl-nav {
   margin-top: 15px;
}
 .manufacturer-block .manufacturer-carousel .logo-bar__item .ishi-placeholder {
  width: 130px;
}



/******************************  Smart blog  *****************************************/


/**************** blog style 1 *********************/

.ishi-blog-style1 .smartblog .products_block_inner {
   position: relative;
}
 .ishi-blog-style1 .smartblog .products_block_inner .center > h2 {
   margin-bottom: 30px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .center .sub-title {
   width: 50%;
   margin: 0 auto 30px;
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   color: #777;
   letter-spacing: 0;
   padding:0 15px;
}
@media (max-width: 1199px) {
 .ishi-blog-style1 .smartblog .products_block_inner .center .sub-title {
    width: 70%;
 }
}
@media (max-width: 991px) {
 .ishi-blog-style1 .smartblog .products_block_inner .center .sub-title {
    width: 100%;
 }
}
 @media (min-width: 768px) {
   .ishi-blog-style1 .smartblog .products_block_inner.title-left {
     display: flex;
     align-items: center;
  }
}
 @media (min-width: 768px) {
   .ishi-blog-style1 .smartblog .products_block_inner .left > h2 {
     margin-bottom: 30px;
     text-align: left;
  }
   .ishi-blog-style1 .smartblog .products_block_inner .left .sub-title {
     margin-bottom: 30px;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .ishi-blog-style1 .smartblog .products_block_inner .left .sub-title {
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
 @media (max-width: 767px) {
   .ishi-blog-style1 .smartblog .products_block_inner .left {
     text-align: center !important;
     margin-bottom: 25px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .space {
   padding: 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
}
 .ishi-blog-style1 .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-style1 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   background-color: #fff;
   border: 1px solid #eee;
   border-radius: 5px;
}
 .ishi-blog-style1 .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-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .ishi-blog-style1 .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-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding: 0 15px 20px;
   text-align: center;
   margin-bottom: 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align: center;
   padding: 9px 0;
   border-bottom: 1px solid #e5e5e5;
   display: flex;
   align-items: center;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, 
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding: 5px 0;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   font-size: 14px;
   margin-right: 5px;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .ishi-blog-style1 .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-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   text-align: center;
   display: block;
   letter-spacing: 0.5px;
   margin-right: 0;
   margin-bottom: 10px;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
   margin-top: 18px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 5px;
   line-height: 18px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-weight: 500;
   line-height: 24px;
   letter-spacing: 0px;
   color: #222;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 10px;
   text-align: center;
}



/**************** blog style 2 *********************/

.ishi-blog-style2 .smartblog .products_block_inner {
   position: relative;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
}
 .ishi-blog-style2 .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-style2 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder .blog_hover {
   opacity: 1;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   background-color: #fff;
   border: 1px solid #eee;
   border-radius: 5px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: flex;
   align-items: center;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .ishi-blog-style2 .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-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog_hover {
   opacity: 0;
   position: absolute;
   text-align: center;
   padding: 25px 15px;
   left: 20px;
   right: 20px;
   border-radius: 5px;
   background: rgba(255, 255, 255, 0.83);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 767px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog_hover {
     opacity: 1;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog_hover .desc {
   margin-bottom: 15px;
   font-size: 14px;
   color: #787878;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: .5px;
   text-align:center;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog_hover .readmore {
   background: transparent;
   color: #222;
   padding: 0;
   font-size: 13px;
   font-weight: 600;
   line-height: 16px;
   border: none;
   display:inline-block;
   position: relative;
   letter-spacing: 0.1px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog_hover .readmore:before {
   position: absolute;
   content: "";
   bottom: 0;
   left: 0;
   right: 0;
   width: auto;
   height: 1px;
   background: #222;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding: 0 15px 20px;
   text-align: center;
   margin-bottom: 0;
   float: unset;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align: center;
   padding: 9px 0;
   border-bottom: 1px solid #e5e5e5;
   display: flex;
   align-items: center;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding: 5px 0;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
 @media (max-width: 543px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   font-size: 14px;
   margin-right: 5px;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .ishi-blog-style2 .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-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   text-align: center;
   display: block;
   letter-spacing: 0.5px;
   margin-right: 0;
   margin-bottom: 10px;
}
 @media (max-width: 543px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
     font-size: 13px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
   margin-top: 18px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 0;
   line-height: 18px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   text-transform: capitalize;
   font-weight: 500;
   line-height: 24px;
   letter-spacing: 0px;
   color: #222;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (max-width: 543px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 15px;
   font-size: 14px;
   color: #777;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0px;
}

/**************** blog style 3 *********************/

 .ishi-blog-style3 .smartblog .products_block_inner {
   position: relative;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
}
 .ishi-blog-style3 .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-style3 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-flex;
   align-items: center;
   vertical-align: middle;
   background-color: #fff;
   border: 1px solid #eee;
   border-radius: 5px;
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post {
     display: block;
     overflow: hidden;
  }
}
 .ishi-blog-style3 .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;
   padding: 0;
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
     width: 100%;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .ishi-blog-style3 .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-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding: 0 15px;
   text-align: center;
   margin-bottom: 0;
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 0 5px;
  }
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     width: 100%;
     padding: 0 15px 20px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align: center;
   padding: 9px 0;
   border-bottom: 1px solid #e5e5e5;
   display: flex;
   align-items: center;
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
     padding: 6px 0;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding: 5px 0;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
 @media (min-width: 992px) and (max-width: 1299px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   font-size: 14px;
   margin-right: 5px;
   color: #666;
}
 @media (min-width: 992px) and (max-width: 1299px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .ishi-blog-style3 .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-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   text-align: center;
   display: block;
   letter-spacing: 0.5px;
   margin-right: 0;
   margin-bottom: 10px;
}
 @media (min-width: 992px) and (max-width: 1299px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
  }
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
     margin-bottom: 7px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
     font-size: 13px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
   margin-top: 18px;
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_inner {
     margin-top: 12px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 10px;
   line-height: 18px;
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
     margin-bottom: 8px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   text-transform: capitalize;
   font-weight: 500;
   line-height: 24px;
   letter-spacing: 0px;
   color: #222;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 @media (min-width: 992px) and (max-width: 1299px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 @media (max-width: 543px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 15px;
   font-size: 14px;
   color: #787878;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: .5px;
   text-align: center;
}
 @media (min-width: 544px) and (max-width: 650px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
     font-size: 13px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}

/**********************  newsletter block *************************/
/*================ newsletter style1================*/

.ishi-newsletter-block .newsletter.newsletter-image {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
}
 .ishi-newsletter-block .newsletter.fixed {
   background-attachment: fixed;
}
 .ishi-newsletter-block .newsletter .block_newsletter {
   overflow: hidden;
   display: block;
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
   text-align: center;
   width: 60%;
   margin: 0 auto;
}
 @media (max-width: 991px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
     width: 70%;
  }
}
 @media (max-width: 767px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
     width: 90%;
  }
}
 @media (max-width: 543px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
     width: 100%;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .sub-heading {
   font-size: 16px;
   line-height: 22px;
   display: block;
   letter-spacing: 1.6px;
   font-weight: 600;
   font-style: italic;
   margin-bottom: 15px;
}
 @media (max-width: 543px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .sub-heading {
     font-size: 14px;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
   font-size: 40px;
   font-weight: 500;
   margin-bottom: 20px;
   letter-spacing: 0;
   line-height: 40px;
   position: relative;
   font-family: var(--primary-font);
   text-transform: unset;
}
 @media (max-width: 767px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 480px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
     font-size: 28px;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc {
   font-size: 14px;
   line-height: 24px;
   display: block;
   letter-spacing: 0;
   font-weight: 400;
   margin-bottom: 20px;
}
.ishi-newsletter-block .footer-social{
 margin-top:0;
  margin-bottom:20px;
}
.ishi-newsletter-block .footer-social ul li a{
  width:40px;
  height:40px;
}
.ishi-newsletter-block .footer-social ul li a i, .footer-social ul li a svg{
  font-size:18px;
}
.ishi-newsletter-block .newsletter-form {width:50%;}
@media (max-width: 991px) {
  .ishi-newsletter-block .newsletter-form {width:70%;}
}
@media (max-width: 767px) {
  .ishi-newsletter-block .newsletter-form {width:90%;}
}
@media (max-width: 543px) {
  .ishi-newsletter-block .newsletter-form {width:100%;}
}
.ishi-newsletter-block .newsletter-form .field input{
  height: 6rem;
}
.ishi-newsletter-block .newsletter-form .field .field__label {
  top: 2rem;
}
.ishi-newsletter-block .newsletter-form .field .field__input:focus~.field__label, 
.ishi-newsletter-block .newsletter-form .field .field__input:not(:placeholder-shown)~.field__label{
  top: 0.6rem;
}
.ishi-newsletter-block .newsletter-form .newsletter-form__button {
    height: 54px;
    right: 3px;
    top: 3px;
}



/********************************** Masonry bannerblock ***************************/

.ishi-masonry-banner-block {
   overflow: hidden;
}
 .ishi-masonry-banner-block .ishimasonrybanner {
   position: relative;
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container {
   overflow: hidden;
   position: relative;
}
 @media (max-width: 543px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container {
     width: 100%;
  }
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container {
   position: relative;
   overflow: hidden;
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container img {
   max-width: 100%;
   width: 100%;
   -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 0s;
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container a {
   display: flex;
   align-items: center;
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container a:hover.scale img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container .banner-button {
   position: absolute;
   left: 0;
   right: 0;
   z-index: 2;
   text-align: center;
}
 @media (max-width: 991px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container .banner-button {
     left: auto;
     bottom: 10px;
     right: 10px;
  }
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container .banner-button .btn {
   box-shadow: 0px 2px 5px 0px rgba(255, 255, 255, 0.15);
}
 @media (max-width: 991px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner-container .image-container .banner-button .btn {
     background: transparent;
     color: #232323;
     padding: 0;
     border-radius: 0;
     border: none;
     border-bottom: 1px solid #232323;
     font-size: 13px;
     font-weight: 500;
  }
}
 .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner_grid {
   overflow: hidden;
}
 @media (max-width: 543px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner_grid .space {
     width: 100%;
  }
}
 @media (max-width: 767px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner_grid .ishimasonrybanner-right .ishimasonrybanner-container {
     width: 50%;
     float: left;
  }
}
 @media (max-width: 543px) {
   .ishi-masonry-banner-block .ishimasonrybanner .ishimasonrybanner_grid .ishimasonrybanner-right .ishimasonrybanner-container {
     width: 100%;
  }
}
 

/*================  stickyproduct ================*/
.sticky-inner{
  min-height:113px;
}
.ishi-sticky-product-section {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 98;
   background: #fff;
   top: auto;
   box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
   border-top: 1px solid #e5e5e5;
}
 .ishi-sticky-product-section .ishi_sticky-product {
   padding: 10px 0;
   display: flex;
   align-items: center;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-left {
   width: 100px;
}
 
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right {
   padding-left: 15px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right {
     display: block;
  }
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title{
   font-size: 18px;
   font-weight: 400;
   margin: 0;
   margin-bottom: 5px;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title a{
   color: #232323;
}
 @media (max-width: 1199px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 16px;
  }
}
 @media (max-width: 767px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 15px;
  }
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 14px;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .ishi-sticky-product-price{
  color: var(--brand-secondary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .ishi-sticky-product-price .sticky-product-compareatprice{
  text-decoration: line-through;
    color: #666;
  font-size: 14px;
  font-weight: 400;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form {
   margin: 0;
   display: block;
   width: auto;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-form__variants{
  display: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .sticky-product-variant{
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .sticky-product-variant{
     display: none;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 10px;
  color: #666;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper select {
   min-width: 120px;
   height: 47px;
   width: 100%;
   margin: 0;
   cursor: pointer;
   outline: none;
   border: 1px solid #e9e9e9;
   padding: 0 4rem 0 1.5rem;
   -webkit-appearance: none;
   appearance: none;
   font-size: 14px;
   color: #232323;
   background-image: url(//cdn.shopify.com/s/files/1/0569/3109/0570/t/4/assets/dropdown-sprite.png?v=97761753985165059591678736363);
   background-repeat: no-repeat;
   background-position: right 15px center;
   background-size: 8px;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper select .veriant-option {
   outline: none;
}
@media (max-width: 991px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-form__quantity{
     display: none;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn{
  vertical-align: bottom;
  padding: 13px 25px;
  margin-left: 5px;
}
@media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn{
     margin: 0;
     background: none;
     color: #232323;
     padding: 0;
     text-decoration: underline;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out{
  pointer-events: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn .value-soldout{
  display: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out .value-soldout{
  display: block;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out .value-cart{
  display: none;
}
 .ishi-sticky-product-section .close {
   font-size: 26px;
   color: #fff;
   position: absolute;
   right: 10px;
   top: -15px;
   opacity: 1;
   font-weight: 400;
   background: #232323;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
   border: 0;
   line-height: 24px;
   cursor: pointer;
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .close {
     width: 25px;
     height: 25px;
     font-size: 19px;
     right: 5px;
     top: 5px;
  }
}


/*====================== Instagram Block ====================== */
.ishi-instagram-block .ishiinstagram {
   position: relative;
   overflow: hidden;
}
 @media (min-width: 992px) {
   .ishi-instagram-block .ishiinstagram .ishiinstagram-inner {
     display: flex;
     align-items: center;
  }
}
 .ishi-instagram-block .ishiinstagram .home-title {
   position: relative;
}
 @media (min-width: 992px) {
   .ishi-instagram-block .ishiinstagram .home-title {
    /* If media is above 991 */
     margin-bottom: 40px;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     z-index: 2;
     width: 335px;
     padding: 22px 20px;
     background: var(--button-bg-hover-opacity-color);
  }
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram .home-title {
    /* If media is below 992 */
     margin-bottom: 30px;
  }
   .ishi-instagram-block .ishiinstagram .home-title:before {
     display: none;
  }
}
@media (max-width: 767px) {
   .ishi-instagram-block .ishiinstagram .home-title {
     margin-bottom: 25px;
  }
}
 @media (max-width: 543px) {
   .ishi-instagram-block .ishiinstagram .home-title {
     margin-bottom: 20px;
  }
}
 .ishi-instagram-block .ishiinstagram .home-title a {
   font-size: 30px;
   font-weight: 500;
   line-height: 40px;
   color: var(--button-text-hover-color);
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     color: #232323;
     font-weight: 500;
     line-height: 30px;
  }
}
 @media (max-width: 543px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     font-size: 24px;
  }
}
 .ishi-instagram-block .ishiinstagram .home-title span {
   font-weight: 400;
   letter-spacing: 0;
   color: var(--button-text-hover-color);
}
 @media (min-width: 992px) {
   .ishi-instagram-block .ishiinstagram .home-title span {
     font-size: 30px;
  }
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram .home-title span {
     color: #232323;
     font-weight: 500;
     line-height: 30px;
  }
}
 @media (max-width: 543px) {
   .ishi-instagram-block .ishiinstagram .home-title span {
     font-size: 24px;
  }
   
}
 .ishi-instagram-block .ishiinstagram .home-title:before {
   display: none;
}
 .ishi-instagram-block .ishiinstagram #instafeed {
   position: relative;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem {
   position: relative;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay {
   background: rgba(255, 255, 255, .25);
   position: absolute;
   width: 94%;
   height: 94%;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   margin: auto;
   overflow: hidden;
   opacity: 0;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 50%;
   top: 0;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   left: 50%;
   bottom: 0;
   top: auto;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   content: "";
   width: 2px;
   height: 0;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 0;
   top: 50%;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   right: 0;
   left: auto;
   top: 50%;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a img {
   max-width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 99;
   margin-top: -10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i {
   font-size: 30px;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i:hover {
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
   position: absolute;
   bottom: 0;
   display: block;
   padding: 10px;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   text-transform: unset;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
    /* If media is below 992 */
     opacity: 1;
  }
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .likes {
   float: left;
   display: inline-block;
   margin-left: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .comments {
   float: right;
   display: inline-block;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container i {
   display: block;
   font-size: 16px;
   color: #fff;
   display: inline-block;
   padding-right: 5px;
   padding-left: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:after {
   width: 100%;
   left: 0;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after {
   height: 100%;
   top: 0;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
   opacity: 1;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .instagram {
   display: block;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .text-container {
   opacity: 1;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instahover a img {
   -webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
   -ms-filter: grayscale(70%);
   -o-filter: grayscale(70%);
   filter: grayscale(70%);
}


/************************ Offer Block ******************************/

.ishi-offer-block .offer-block .offer-background {
   width: 100%;
   display: block;
   position: relative;
   padding: 10px 0;
   text-align: center;
}
 .ishi-offer-block .offer-block .offer-background .offer-inner {
   width: 60%;
   margin: 0 auto;
}
 @media (max-width: 991px) {
   .ishi-offer-block .offer-block .offer-background .offer-inner {
     width: 80%;
  }
}
 @media (max-width: 767px) {
   .ishi-offer-block .offer-block .offer-background .offer-inner {
     width: 90%;
  }
}
 .ishi-offer-block .offer-block .offer-background .offer-inner .ishiofferblock-container .heading {
   font-size: 13px;
   font-weight: 400;
   line-height: 20px;
   text-transform: unset;
   letter-spacing: 0;
   padding: 5px 0;
}
 .ishi-offer-block .offer-block .owl-nav {
   margin: 0;
}
 @media (max-width: 767px) {
   .ishi-offer-block .offer-block .owl-nav {
     margin-top: 15px;
  }
}
 .ishi-offer-block .offer-block .owl-nav .owl-prev, .ishi-offer-block .offer-block .owl-nav .owl-next {
   position: absolute;
   top: 0;
   left: -40px;
   right: auto;
   background: transparent !important;
   width: 30px;
   height: 30px;
}
 @media (max-width: 767px) {
   .ishi-offer-block .offer-block .owl-nav .owl-prev, .ishi-offer-block .offer-block .owl-nav .owl-next {
     position: unset;
  }
}
 .ishi-offer-block .offer-block .owl-nav .owl-prev i, .ishi-offer-block .offer-block .owl-nav .owl-next i {
   width: 30px;
   height: 30px;
   line-height: 30px;
}
 .ishi-offer-block .offer-block .owl-nav .owl-prev i, .ishi-offer-block .offer-block .owl-nav .owl-next i {
   width: 30px;
   height: 30px;
   line-height: 30px;
}
 .ishi-offer-block .offer-block .owl-nav .owl-next {
   left: auto;
   right: -40px;
}
/*******************************  language and currency ************************************/

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

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

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--navbar-text-color);
  }
  .localization-form .dropdown-list{
   right:0;
    left:auto;
  }
  .localization-form:only-child .localization-selector.link{
       padding-right: 2rem;
  }
  .localization-form:only-child .localization-selector.link .icon-caret{
    right: 0;
  }
}
  
  
body.button-rounded .card-wrapper .cart-btn-bottom .cart-btn,
body.button-rounded .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link,
body.button-rounded #slidetop,
body.button-rounded .quantity,
body.button-rounded .button,
body.button-rounded .btn,
body.button-rounded .shopify-challenge__button,
body.button-rounded .customer button,
body.button-rounded .shopify-payment-button__button--unbranded,
body.button-rounded .owl-theme .owl-dots .owl-dot span,
body.button-rounded .owl-theme .owl-nav .owl-prev,
body.button-rounded .owl-theme .owl-nav .owl-next,
body.button-rounded .customer .field input, 
body.button-rounded .customer select, 
body.button-rounded .field__input, 
body.button-rounded .select__select, 
body.button-rounded input.spr-form-input, 
body.button-rounded textarea.spr-form-input,
body.button-rounded .spr-summary-actions-newreview{
    border-radius: 30px;
}
