/** Shopify CDN: Minification failed

Line 3928:0 Unexpected "}"
Line 4712:0 Unexpected "}"

**/
.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(min-width:992px){
  .colletion-sticky {
    display: inline !important;
}
  .template-index .normal_main_content {
    position: unset;
}
.normal_main_content {
    position: sticky;
    top: 0;
}
 .normal-sidebar.sidebar_content {
    position: sticky;
    top: 0;
} 
 }
@media (max-width:1199px) {
	.page-width {
		max-width: 940px;
	}
}
@media (max-width:991px) {
	.page-width {
		max-width: 720px;
	}
}
@media (max-width:767px) {
	.page-width {
		max-width: 576px;
	}
}
@media (max-width:543px) {
	.page-width {
		max-width: auto;
	}
}

/******************** main title  *********************/

.section-header > h2 {
	position: relative;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    padding-bottom: 0;
    margin: 0;
  	padding-top:20px;
    font-weight: 600;
    color: #232323;
    font-family: var(--font-title-family);
    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    text-transform: unset;
}
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 35px;
     line-height: 35px;
  }
}
 @media (max-width: 991px) {
   .section-header > h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 26px;
     padding-top:0;
  }
}
.section-header>h2:before {
    position: absolute;
    content: "";
 	left: 0;
    right: 0;
   top:0;
    margin: 0 auto;
 	width: 60px;
    height: 4px;
    border-radius: 0;
   background: var(--brand-secondary);
}
 .section-header.text-center > h2:before {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.text-left > h2:before {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.text-left > h2:before {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}
@media (max-width:767px){
  .section-header>h2:before{
  display:none;
  }
}
 .section-header{
margin-bottom:25px;
}

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

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #FEC42D;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
	 position: absolute;
	 left: 0;
    right: 0;
    bottom:-15px;
    text-align: center;
    transition: all .5s;
}
@media (max-width:767px){
  .thumbnail-buttons{
  position:unset;
  margin-top:3px !important;
  margin-bottom:3px;
 }
}
 .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;
     display:inline-block;
     vertical-align:middle;
     border-radius: 50%;
	margin-right:3px;
	 -webkit-transition: all .5s ease-in-out;
	 -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
	 -o-transition: all .5s ease-in-out;
	 transition: all .5s ease-in-out;
}
@media (min-width:768px){
  .thumbnail-buttons .btn-info.wishlist {
     -webkit-transition: all 0.6s ease-in-out;
	 -moz-transition: all 0.6s ease-in-out;
     -ms-transition: all 0.6s ease-in-out;
	 -o-transition: all 0.6s ease-in-out;
	 transition: all 0.6s ease-in-out;
}
  }
  @media (min-width:768px){
.thumbnail-buttons .btn-info.cart-btn {
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
  }
  } 
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .thumbnail-buttons .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .cart-btn.loading svg{
     opacity:0;
  }
  .thumbnail-buttons .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 40px;
     height: 40px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 40px;
	height: 40px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(-70px);
		 -moz-transform: translateX(-70px);
		 -ms-transform: translateX(-70px);
		 -o-transform: translateX(-70px);
		 transform: translateX(-70px);
        transition: all .9s ease-in-out;
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 40px;
	 height: 40px;
     -webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
     -ms-transition: all 0.2s;
	 -o-transition: all 0.2s;
	 transition: all 0.2s;
}
  .thumbnail-buttons .btn-info span {
	display:none;
} 
 .thumbnail-buttons .btn-info:hover{
	 background-color: var(--product-btn-bg-hover-color);
}
 .thumbnail-buttons .btn-info:hover svg {
	 fill: var(--product-icon-hover-color);
}
 @media (min-width: 768px) {
  .card-wrapper:hover .thumbnail-buttons .btn-info {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  } 
  .card-wrapper:hover .outstock-overlay{
         opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
  }
 }
   @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:14px;
    }
    .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
      font-size: 14px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
  }

.template-collection  .card-information .price{
    margin-top: 0.5rem !important;
}
/***********color-swath*****************/
.variants-swatch .color-box{
    width:15px;
    height:15px;
    border-radius: 50%;
  display:block;
  background-position: center;
}
.variants-swatch .color_swatch{
  display:inline-block;
  vertical-align:middle;
}
.variants-swatch .color_swatch .swatch-label{
  display: block;
    border-radius: 50%;
     position: relative;
   letter-spacing: 0;
    width: 21px;
    height:21px;
    margin: 0 auto;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    box-sizing: border-box;
    transition: .5s;
}
.variants-swatch .color_swatch .swatch-label:hover{
   border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label.active{
  border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label .tool-tip{
  position: absolute;
    bottom: calc(100% + 8px);
    background: black;
    line-height: 22px;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
      transition: .5s;
}
.variants-swatch .color_swatch .swatch-label .tool-tip:before{
      bottom: -9px;
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent;
    left: calc(50% - 5px);
}
.variants-swatch .color_swatch .swatch-label:hover .tool-tip{
    opacity: 1;
    visibility: visible;
}
.variants-swatch.show--more .group-swatch {
    display: inline!important;
}

  .variants-swatch .number-showmore{
    width: auto;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    background: none;
    border: none;
    padding:0;
  }
@media (max-width: 991px) {
  .variants-swatch .color-box{
    width: 14px;
    height: 14px;
  }
  .variants-swatch .color_swatch .swatch-label{
    width: 20px;
    height: 20px;
    padding: 2px;
  }
    .variants-swatch .number-showmore{
      line-height: 20px;
      height: 20px;
    }
}
.group-swatch {
  display: inline;
  vertical-align: middle;
  line-height: 1;
}
.variants-swatch .item-swatch-more {
  display: inline-block;
  vertical-align: middle;
}
.variants-swatch .swatch-minus,
.variants-swatch.show--more .swatch-plus{
  display: none;
}
.variants-swatch.show--more .swatch-minus {
  display: inline-block;
}
/******************************************************/
/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
 }
 #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;
  letter-spacing:0;
}
#header .nav-header .header-row{
border-bottom:1px solid	 #88888833;
}

  #header .nav-header .header-row{
  display:flex;
  align-items:center;
  }

#header .header-top {
  position: relative;
  text-align: center;
  /* z-index: 1; */
  padding:25px 0;
}

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

#header .desktop-user-info {
  text-align:right;
  padding:0;
}

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

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

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

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

#header .desktop-user-info .user_info a,
#header .desktop-user-info .checkout a,
#header .desktop-user-info .wishlist a,
#header .desktop-user-info .contact a {
  color:var(--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;
}

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

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

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

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

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
    background:var(--header-icon-modify-color);
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  #header .header-logo-section.logo-left {
    text-align: center;
  }
}
#header .offer-header{
display:inline-block;
vertical-align:middle;
padding:0;
}
#header .offer-header .offer-btn{
	border-radius: 5px;
    padding: 6px 15px;
    font-weight: 400;
  	display:inline-block;
  	vertical-align:middle;
  	text-align:center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
    border: 1px solid var(--button-bg-hover-color);
}
#header .offer-header .offer-btn i{
margin-right:3px;
font-size:20px;
}
#header .offer-content{
display:none;
}
#header .offer-header .typed{
    display: inline-block;
    color: var(--navbar-text-color);
    font-size: 14px;
    margin-left: 10px;
    min-width:35%;
    text-align: left;
}
@media (max-width:1199px){
  #header .offer-header .typed{
  width:45%;
  }
}
#_desktop_search,
#_mobile_search {
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align:middle;
}

@media(min-width:992px){
  #_desktop_search{
    display: none;
  }
}



#_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;
  line-height: 35px;
  text-align: center;
  padding: 0;
  cursor:pointer;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

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

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

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

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

#_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: 9;
   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:8px;
  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;
  padding:0;
}

.localization-form .dropdown-list{
    z-index:9;
}
.localization-form .dropdown-list{
   left:auto;
   right:0;
}

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

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


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

#_desktop_top_menu #top-menu .sub-menu.spacesmall {
  padding: 15px;
}
@media (min-width: 992px) {
   #_desktop_top_menu #top-menu .sub-menu.col-1 {
    width: 160px;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-2 {
    width: 430px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-3 {
    width: 690px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-4 {
    width: 920px;
    margin: 0 auto;
  }
  #_desktop_top_menu #top-menu .sub-menu.col-5{
    width: 85%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #_desktop_top_menu #top-menu .sub-menu.col-5{
    padding:15px;
    width: 95%;
  }
}

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

.top-menu.mainmenu-dropdown .sub-category>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;
}

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

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

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

.grid__item--Ishi_megamenu .card-wrapper{
    width: 140px;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: inherit;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
    color: #666 !important;
  }
  
  
#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile_top_menu_wrapper .top-menu .sub-menu ul>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_top_menu #top-menu .sub-menu.col-1 .top-menu.mainmenu-dropdown {
  padding:0;
}

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

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

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-navmenu{
  min-height: 60px;
}
@media (max-width: 991px) {
  .mobile-width {
    background-color: #fff;
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
  }
}
@media (max-width: 991px) {
  .template-index .mobile-width{
     border:none;
  }
}
.mobile-width .mobile-width-left {
  width: 30%;
    padding:0 5px;
    display: flex;
    align-items: center;
}

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

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

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


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


.mobile-width .page-width>.row {
  display: flex;
  align-items: center;
}
.search-right{
  padding:0; 
}
.header-search {
padding:7px 0;

}
.header-search form{
width:80%;
  margin:0 auto;
  margin-right:0;
}
.header-search  .search__input{
  width:100%;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  height: 40px;
  padding: 5px 15px;
  padding-right:60px;
  margin: 0;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color:#c0bcbc;
}
.header-search form  button{
	position: absolute;
  	width:50px;
    height:40px;
    right: 0px;
   color:#fff;
 	border:none;
  border-radius:0 5px 5px 0;
  text-transform:uppercase;
  background:#232323;
}
.header-search 	.search-header__submit i{
color: #fff;
line-height: 38px;
font-size: 20px;
}
.search-right{
padding:0;
}
/******************************** Footer.css *******************************/
.footer{
overflow:hidden;
}
 .footer.footerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
@media (min-width:992px){
	.clip-path-image{
     clip-path: polygon(0% 15%,15% 15%,15% 0%,85% 0%,85% 15%,100% 15%,100% 85%,100% 100%,85% 100%,15% 100%,0 100%,0% 85%); 
 }
}

.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:15rem;
    padding-bottom: 8rem;
  }

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

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


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

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


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

.footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
.newsletter-form .field input{
 background:#fff;
 padding-right: 130px; 
 border-radius:5px;
}

@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-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:400;
  color:var(--footer-heading-color);

}


  .footer-block__heading {
    font-size:16px;
    display:block;
     margin-bottom: 1.5rem;
  }
@media (max-width:1199px){
  .footer-block__heading{
  font-size:15px;
  }
}

@media screen and (max-width: 991px) {
    .footer-block__heading {
      float:left;
    }
}
.footer-title{
 overflow:hidden;
 width:100%;
}
.navbar-toggler{
    float: right;
    margin: 4px;
  display:flex;
}
.footer .navbar-toggler svg{
  color:var(--footer-heading-color);
}
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

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

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

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


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

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


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

.footer-bottom  .footer-border{
padding:15px 0;
border-top:1px solid #232323;
overflow:hidden;
}


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

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

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

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

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

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


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

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


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


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

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

/*================ ishislider ================*/
.ishislider {
  position: relative;
  z-index: 0;
}
 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 46%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   border-radius:50%;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: var(--button-bg-color) !important;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--button-text-color);
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 40%;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover {
   background-color: var(--button-bg-hover-color) !important;
   box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
   line-height: 40px;
    color: var(--button-text-color) !important;
   height: 40px;
   width: 40px;
}

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

 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     margin-bottom: 5px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
      font-size: 18px;
    line-height: 22px;
}
     
  }

 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size:16px;
     margin-bottom: 10px;
     letter-spacing: 8px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 5px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    letter-spacing: 3px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
        font-size: 14px;
    line-height: 15px;
    letter-spacing: 2px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size:65px;
   text-transform: unset;
   line-height:70px;
   margin-bottom:30px;
   letter-spacing: 0.5px;
   font-weight: 700;
   font-family: var(--font-title-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 65px;
     line-height:65px;
     margin-bottom:20px;
     
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:57px;
    line-height: 55px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
       font-size: 42px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
        font-size: 30px;
    line-height: 30px;
  }
}
 @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: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 25px;
    line-height: 26px;
    }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 22px;
    line-height: 22px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
    margin-bottom:30px;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    letter-spacing: .5px;
    line-height: 24px;
   font-family: var(--font-body-family);
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
   
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 4px 10px;
     line-height:18px;
  }
}
@media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding:4px 8px;
     line-height:16px;
  }
}
 .ishislider .ishislideshow-carousel .owl-item.active .sub-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.7s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .main-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.6s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .desc {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.5s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.4s;
}

.ishislider .ishislideshow-carousel.owl-loaded+.ishislideshow-space{
  display:none;
}
.ishislideshow-space .slideshow__item{
    display: flex;
    align-items: center;
    justify-content: center;
}



/************************************** Featured Product css ********************************/
.featured-product-section	.section-header{
margin-bottom:13px;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active{
  display:block;
  opacity: 1;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
   margin-bottom:30px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 5px;
    margin-bottom: 10px;
    
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:transparent;
  color:#666;
  display:inline-block;
  padding: 0px 15px;
  letter-spacing: 1px;
  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{
     background: transparent;
     color: #232323;
     padding: 0;
     min-width:70px;
     font-weight: 400;
   }
 }
@media (min-width:544px){
  .featured-product-section .ishi-product-tabs	.ishi-product-tab-item:not(:last-child):after{
  content: "|";
  color:#999;
  	}	
  }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  color: var(--brand-secondary);
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
    color: var(--brand-secondary);
      background:transparent;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}

@media (max-width:991px) and (min-width:544px){
  .card+.card-information{
  margin-bottom:0.5rem;
  }
}
@media (max-width:543px){
      .featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
        white-space: nowrap;
      overflow-x: auto;
     padding: 0 20px;
      }
   .featured-product-section .ishi-product-tabs::-webkit-scrollbar {
    display: none; 
   }
}
/*================ brandlogo ================*/


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

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

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

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


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

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

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

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
}
.localization-form:last-child .localization-form .localization-selector {
    padding-right: 1.5rem!important;
}
.localization-form:only-child .localization-selector.link {
    padding: 0;
    padding-right: 2.3rem;
    padding-left: 1rem!important;
} 

.localization-form:only-child .localization-selector.link .icon-caret {
    right: 0;
	}
/*******************************  category block ************************************/
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
    display: inline-block;
    margin: 0 4px;
    height: 34px;
    width: 34px;
    border: none;
    border-radius:50% !important;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i{
    width: 34px;
    height: 34px;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.ishicategoryblock .image-container{
position:relative;
overflow:hidden;
}
.ishicategoryblock .category-content  .title{
	font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
        font-family: var(--font-body-family);
    transform: translateY(0);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
@media (max-width:1199px){
  .ishicategoryblock .category-content .title{
  font-size:22px;
  }
}
@media 	(max-width:767px){
  .ishicategoryblock .category-content .title{
  	color:#232323 !important;
	margin: 10px 0 8px;
	}
}
@media (min-width:544px) and (max-width:767px){
  .ishicategoryblock .category-content .title{
  font-size:20px;
  }
}
.ishicategoryblock .category-content  .desc{
  	margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 24px;
}
@media (max-width:767px){
  .ishicategoryblock .category-content  .desc{
  color:#787878 !important;
  margin-bottom: 14px;
  line-height: 21px;
  }
}
.ishicategoryblock .category-desc{
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: left;
    left: 0;
    right: 0;
    padding: 0 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
@media (max-width:767px){
  .ishicategoryblock .category-desc{
   opacity:1;
    position:unset;
    padding:0;
  
  }
}
.ishicategoryblock  .ishicategoryblock-container:hover  .category-desc{
opacity:1;
background:#0005;
}

/*******************************  category block ************************************/
.ishibannerblock .bannerblock {
display:inline-block;
vertical-align:middle;
}
@media (min-width:768px){
.ishibannerblock  .row{
    display: flex;
    align-items: center;
}
}
.ishibannerblock .bannerblock .image-container{
	display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
}
.ishibannerblock .banner-hover	.darkcolor::after ,	.ishibannerblock .banner a.darkcolor::before{
  background: rgba(0, 0, 0, 0.1);
}
.ishibannerblock .banner a.lightcolor::after ,	.ishibannerblock .banner a.lightcolor::before{
 background: rgba(255, 255, 255, 0.1);
}
@media (max-width:767px){
  .ishibannerblock .bannerblock1 {
  margin-bottom:30px;
  }
}
.ishibannerblock .bannerblock  .banner-part{
	position:relative;
}
.ishibannerblock .bannerblock  .banner-part .banner-center{
	position:absolute;
 	top:50px;
}
@media (max-width:991px){
  .ishibannerblock .bannerblock .banner-part .banner-center{
  top:12px;
  }
}
@media (max-width:767px){
  .ishibannerblock .bannerblock .banner-part .banner-center{
  top:30px;
  }
}
.ishibannerblock .bannerblock  .banner-part .banner-right{
	position:absolute;
 	top:50px;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  top:35px;
  right:10px;
  }
}
@media (max-width:991px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
    top: 20px;
    right: -10px;
  }
}
@media (max-width:767px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  top:65px;
  right:20px;
  }
}
@media (max-width:543px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  right:10px;
  }
}
@media (max-width:480px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  top:40px;
  }
}
@media (max-width:375px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  top:30px;
  }
}
@media (max-width:320px){
  .ishibannerblock .bannerblock .banner-part .banner-right{
  top:22px;
  }
}
.ishibannerblock .bannerblock  .banner-part .banner-center{
    width: auto;
    display: inline-block;
    padding: 0 15px;
    right: 0;
    left: 0;
  	text-align:center;
  	position: absolute;
    z-index: 1;
}
.ishibannerblock .bannerblock  .banner-part .banner-text .sub-title{
	font-weight: 400;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 10px;
    letter-spacing: 9px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock .banner-part .banner-text .sub-title{
  font-size: 17px;
  line-height:17px;
  letter-spacing:7px;
 
  }
}
@media (max-width:991px){
  .ishibannerblock .bannerblock .banner-part .banner-text .sub-title{
 	font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    letter-spacing: 5px;
  }
}
@media (max-width:767px){
  .ishibannerblock .bannerblock .banner-part .banner-text .sub-title{
    font-size: 14px;
	margin-bottom: 5px;
    letter-spacing:3px;
  }
}
@media (max-width:400px){
  .ishibannerblock .bannerblock .banner-part .banner-text .sub-title{
   margin-bottom:2px;
    letter-spacing:2px;
    
  }
}
.ishibannerblock .bannerblock :hover .sub-title{
    transform: rotatex(360deg);
}
.ishibannerblock .bannerblock  .banner-part .banner-text .main-title{
  margin-bottom:0px;
  padding-bottom:20px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font-title-family);
   transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
@media (max-width:991px){
 .ishibannerblock .bannerblock  .banner-part .banner-text .main-title {
 padding-bottom:13px;
	}
}
@media (max-width:543px){
 .ishibannerblock .bannerblock  .banner-part .banner-text .main-title {
 padding-bottom:10px;
	}
}
.ishibannerblock .bannerblock  .banner-part .banner-center .main-title{
font-size:70px;
line-height:70px;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock .banner-part .banner-center .main-title{
  font-size:60px;
line-height:60px;
  }
}
@media (max-width:991px){
  .ishibannerblock .bannerblock .banner-part .banner-center .main-title{
    font-size:32px;
    line-height:35px;
  
  }
}
@media (max-width:543px){
  .ishibannerblock .bannerblock .banner-part .banner-center .main-title{
    font-size:23px;
    line-height:25px;
  
  }
}

.ishibannerblock .bannerblock2 .banner-padding{
	padding-bottom:30px;
}

.ishibannerblock .bannerblock  .banner-part .banner-right .main-title{
    font-size:55px;
    line-height:55px;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock  .banner-part .banner-right .main-title{
    font-size:40px;
    line-height:40px;
	}
}
@media (max-width:991px){
  .ishibannerblock .bannerblock  .banner-part .banner-right .main-title{
    font-size:32px;
    line-height:35px;
   
	}
}
@media (max-width:543px){
  .ishibannerblock .bannerblock  .banner-part .banner-right .main-title{
    font-size: 23px;
    line-height: 25px;;
	}
}

.ishibannerblock .bannerblock  .banner-right{
	position: absolute;
    right: 20px;
    left: auto;
    text-align: left;
  	padding: 0 15px;
    z-index: 1;
}
@media (max-width:375px){
  .ishibannerblock .bannerblock .banner-right{
  right:10px;
  
  }
}
.ishibannerblock .bannerblock   .banner-left{
    position: absolute;
    left:20px;
    right: auto;
    top: 20px;
    padding:0 15px;
    text-align: left;
    z-index:1;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock .banner-left{
	left:10px;
    top:10px;
  }
}
@media (max-width:991px){
  .ishibannerblock .bannerblock .banner-left{
	left:0px;
  }
}
.ishibannerblock .bannerblock  .banner-part .banner-left .main-title{
font-size:60px;
line-height:60px;
}
@media (max-width:1199px){
  .ishibannerblock .bannerblock  .banner-part .banner-left .main-title{
font-size:50px;
line-height:50px;
  }
}
@media (max-width:991px){
  .ishibannerblock .bannerblock  .banner-part .banner-left .main-title{
font-size:32px;
line-height:35px;
  }
}
@media (max-width:543px){
  .ishibannerblock .bannerblock  .banner-part .banner-left .main-title{
font-size:23px;
line-height:25px;
  }
}

.ishibannerblock .bannerblock  .banner-part .banner-left .btn{
    background: #ffc001;
    border-color: #ffc001;
    color: #232323;
}
.ishi-product-tab {
  margin-top:50px;
}
.ishibannerblock .bannerblock .lightcolor:after{
    background: rgba(255,255,255,.1);
}
@media (max-width:991px){
.ishibannerblock .btn{
padding:5px 10px;
font-size:13px;
}

}

/*******************************  parallax block ************************************/

.parallax-block-with-timer .ishiparallaxbanner {
   overflow: hidden;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallaximage {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallaximage.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}

 .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
   text-align: center;
}
@media (max-width:543px){
.parallax-block-with-timer .ishiparallaxbanner .parallax-list{
  padding:0;
}
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
     float: none;
     display: block;
     margin: 0 auto;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 20px;
   font-weight: 400;
   line-height: 20px;
   margin-bottom:15px;
   position: relative;
   letter-spacing:10px;
  font-family: var(--font-body-family);
   -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
}
 @media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size:17px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 16px;
    
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
	font-size: 70px;
    font-weight: 700;
    line-height: 90px;
    position: relative;
    font-family: var(--font-title-family);
    margin-bottom: 15px;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span {
   font-weight: 600;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child {
   margin-right: 70px;
   position: relative;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child {
     margin-right: 50px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child:after {
   position: absolute;
   content: " ";
   width: 26px;
   height: 7px;
   left: auto;
   right: -50px;
   top: 0;
   bottom: 0;
   margin: auto;
   transform: skew(40deg);
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title span:first-child:after {
     width: 20px;
     height: 4px;
     right: -36px;
  }
}
 @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: 40px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    /* If media is below 544 */
     font-size: 35px;
     line-height: 35px;
     margin-bottom:20px;
  }
}
 @media (max-width:400px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    /* If media is below 544 */
     font-size:27px;
     line-height:27px;
  
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
      font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width:100%;
    letter-spacing: 0.8px;
    margin: 0 auto 20px;
}
@media (max-width:991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
  	width:75%;
  }
}
@media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
  	width:85%;
  }
}
@media (max-width:543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
  	width:100%;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
   margin-bottom: 30px;
   clear: both;
}
@media (max-width:991px){
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer {
   margin-bottom:25px;
   }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   position:relative;
}

 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
   font-size:30px;
   line-height:30px;
   width:75px;
   font-weight:500;
   text-align: center;
   margin: 0 auto;
   color:#fff;
}
@media (max-width: 991px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
     font-size: 30px;
     width: 65px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .data {
	 line-height: 30px;
     font-size: 24px;
     width:50px;
  }
   
   }
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .countdown-seconds.data {
   color:#ec1c23;
   }
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
   font-size:14px;
   margin-top:0px;
   text-align: center;
   color: #eee;
}
@media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer .text {
    /* If media is below 544 */
     font-size: 13px;
  }
}
.parallax-block-with-timer .ishiparallaxbanner .parallax-list .countdowncontainer:last-child{
  color:#000;

}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-btn {
   display: block;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-btn > 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-with-timer .ishiparallaxbanner .countdown:not(:last-child):after{
position:absolute;
content:":";
top: 8px;
right: -4px;
color: #fff;
}
/*******************************  single product block ************************************/
.product__media-list .owl-nav .owl-next, .product__media-list .owl-nav .owl-prev{
     background-color: #eee !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
  	right: -16px;
}
@media (max-width:543px){
  .product__media-list .owl-nav .owl-next,.product__media-list .owl-nav .owl-prev{
  width:30px;
  height:30px;
  right:-13px;
  }
}
.product__media-list .owl-nav .owl-prev{
left:-16px;
}
@media (max-width:543px){
  .product__media-list .owl-nav .owl-prev{
  left:-10px;
  }
  .product__media-list .owl-nav .owl-next{
    right:-10px;
  }
}
.product__media-list .owl-nav .owl-prev i, .product__media-list .owl-nav .owl-next i{
font-size:24px;
}
/*******************************  service style ************************************/
.ishiserviceblock .ishiservices {
   text-align: center;
   position: relative;
}
.ishiserviceblock .ishiservices .services {
   text-align: center;
   cursor: pointer;
 
}
@media	(max-width:991px){
  .ishiserviceblock .ishiservices .services:nth-child(3){
  clear:left;
  } 
}
 @media (max-width: 991px) {
     .ishiserviceblock .ishiservices .services:nth-child(2), .ishiserviceblock .ishiservices .services:nth-child(1) {
     margin-bottom:30px;
  }
}
 @media (max-width:543px) {
    .ishiserviceblock .ishiservices .services:nth-child(3),  .ishiserviceblock .ishiservices .services:nth-child(2), .ishiserviceblock .ishiservices .services:nth-child(1) {
     margin-bottom:20px;
  }
}

@media (max-width:543px){
  .ishiserviceblock .ishiservices .services{
    width: 100%;
    text-align: left;
    padding: 0 15px;

  }
}
 .ishiserviceblock .ishiservices .services .service-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
@media (max-width:543px){
  .ishiserviceblock .ishiservices .services .service-img{
	margin: 0;
    margin-right: 10px;
    display: inline-block;
  }
}
.ishiserviceblock .ishiservices .services .service-img img {
  transition: all .5s ease;
   -webkit-transition:  all .5s ease;
   -moz-transition:  all .5s ease;
   -ms-transition:  all .5s ease;
   -o-transition:  all .5s ease;
}
@media (max-width:543px){
  .ishiserviceblock .ishiservices .services .service-img img{
    width:50px;
    height:50px;
  }
}
 .ishiserviceblock .ishiservices .services .service-text {
   overflow: hidden;
   text-align: center;
   display: block;
}
@media (max-width:543px){
  .ishiserviceblock .ishiservices .services .service-text{
   display: inline-block;
    overflow: unset;
    text-align: left;
    vertical-align: middle;
    width: 70%;
  }
}
 .ishiserviceblock .ishiservices .services .service-text .service-title {
     font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #232323;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
}
 @media (min-width:544px) {
   .ishiserviceblock .ishiservices  .services:not(:last-child):after{
     bottom: 0;
    right: 0;
    margin: auto 0;
    position: absolute;
    content: "";
    width: 1px;
    height: 70px;
    border-radius: 0;
    background: #e9e9e9;
    top: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
   }
}
 @media (max-width:991px) {
   .ishiserviceblock .ishiservices  .services:nth-child(2):after{
   display:none;
   } 
 }
@media (min-width:768px){
.ishi-service-block .ishiservices .services:hover .service-img {
    transform: rotateY(360deg);
  }
}
 @media (max-width: 543px) {
   .ishiserviceblock .ishiservices .services .service-text .service-title {
     font-size: 16px;
  }
}
 .ishiserviceblock .ishiservices .services .service-text .service-desc {
   color:#787878;
   font-weight: 400;
   font-size: 14px;
   line-height:20px;
   margin-bottom: 0;
   transition: all .3s ease;
}
 @media (max-width: 543px) {
   .ishiserviceblock .ishiservices .services .service-text .service-desc {
     font-size: 14px;
  }
}
.ishiserviceblock .ishiservices .services:hover .service-text .service-title {
     letter-spacing: 0.8px;
  }
}
}

 /*******************************  testimonial***************************/

 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container {
	overflow: hidden;
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info {
   text-align: center;
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center  .user-content {
   padding: 10px 0;
   text-align: center;
}

.ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonial-img{
	display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    margin: 7px;
 	 width: 100px;
    height: 100px
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center .user-content .user-description{
 width:75%;
 margin:0 auto;
 }
@media (max-width:991px){
.ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center .user-content .user-description{
width:100%;
}
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center .user-content .user-description p {
   font-size: 14px;
   line-height: 24px;
   font-weight: 400;
   color: #787878;
   letter-spacing: 0.5px;
   text-align: center;
   position: relative;
  
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center .user-content .user-name {
     font-size: 18px;
    font-weight: 600;
    color: #232323;
  	margin-right: 5px;
    line-height: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center .user-content .user-designation {
   font-weight: 400;
   font-size: 14px;
   color:#787878;
   display:inline-block;
   margin-bottom: 0px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-center  .user-desc{
margin-bottom:10px;
  display:inline-flex;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
     width: 100%;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
     width: 65%;
  }
}
 @media (max-width: 767px) {
   .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonials-outer-right .testimonial-img-inner {
     width: auto;
     border-radius: 50%;
     vertical-align: middle;
     margin-bottom: 30px;
  }
}


.ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container .user-info  .testimonial-img img {
   max-width: 100%;
   width: auto;
}
.ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-container:hover .testimonials-outer-center .user-content .user-designation {
   color: #ec1c23;
}


 .ishi-testimonial-section .testimonial .testimonial-inner .ishitestimonials-carousel .owl-item:nth-child(2n) .ishitestimonials-container .testimonials-outer-right .testimonial-img-inner {
   background: var(--button-bg-hover-color);
}
 @media (min-width: 768px) {
   .ishi-testimonial-section .testimonial .owl-nav .owl-prev, .ishi-testimonial-section .testimonial .owl-nav .owl-next {
     left: -40px;
     right: auto;
     position: absolute;
     top: 45%;
     margin: 0;
  }
   .ishi-testimonial-section .testimonial .owl-nav .owl-next {
     right: -40px;
     left: auto;
  }
}
.ishi-testimonial-section .owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
background: #cccccc;
}

 .ishi-testimonial-section .testimonial .testimonial-inner{
border-bottom:1px solid #eee; 
padding-bottom:70px;
}
@media (max-width:767px){
  .ishi-testimonial-section .testimonial .testimonial-inner{
  padding-bottom:30px;
  }
}
 /**************** newslatter *********************/
.newslatterblock.newslatterimage{
width:100%;
background-size:cover;
background-position:center;
background-repeat: no-repeat;
background-attachment: fixed;
display: block;
position:relative;
}
.newslatterblock .icon {
fill:#ec1c23;
width: 50px;
height: 50px;
margin: 0 auto;
display: block;
text-align:center;
}
.newslatterblock .header-section{
margin-bottom:25px;
}
@media (max-width:767px){
  .newslatterblock .header-section{
    margin-bottom:20px;
  }
}
.newslatterblock .header-section .hometitle{
font-size:30px;
font-weight:600;
line-height:35px;
position:relative;
display:inline-block;
vertical-align:middle;
margin:0;
padding-top:15px;
letter-spacing: 0;
text-transform: unset;
font-family: var(--font-title-family);
}
@media (max-width:543px){
  .newslatterblock .header-section .hometitle{
  font-size:24px;
  line-height:26px;
  }
}
.newslatterblock  .newsletter-form{
width: 37%;
}
@media (max-width:1199px){
  .newslatterblock .newsletter-form{
  width:50%;
  }
}
@media (max-width:991px){
  .newslatterblock .newsletter-form{
  width:70%;
  }
}
.newslatterblock .newsletter__button {
	float: right;
    position: absolute;
    z-index: 9;
    top: 3px;
    right: 4px;
    border-radius: 5px;
    width: auto;
}
.newslatterblock .newsletter-form .field input{
 background:#fff;
 padding-right: 135px; 
 border-radius:5px;
 height:52px;
}
@media (max-width:767px){
  .newslatterblock .newsletter-form .field input{
   padding-right:75px;
  }
}
@media (max-width:767px){
.newslatterblock .newsletter-form {
width:90%;
margin:0 auto;
	}
}
@media (max-width:543px){
.newslatterblock .newsletter-form {
width:100%;
  margin:0 auto;
	}
}
.newslatterblock .field__label{
      top: 1.6rem;
}
.newslatterblock .newsletter__subheading{
    width: 55%;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media (max-width:991px){
 .newslatterblock .newsletter__subheading{
    width:65%;
   margin-bottom:15px;
 }
}
@media (max-width:767px){
  .newslatterblock .newsletter__subheading{
   width:80%;
  } 
}
@media (max-width:543px){
  .newslatterblock .newsletter__subheading{
   width:100%;
  } 
}
/**************** blog style 1 *********************/

.ishi-blog-style1 .smartblog .products_block_inner {
   position: relative;
}
.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;
  }
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
  max-width: 100%;
  position: relative;
  overflow:hidden;
 }
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .imageoverlay{
 position:absolute;
 left:0;
 right:0;
 top:0;
bottom:0;
opacity:1;
background:rgba(51,51,51,.5);
transition: all .5s ease-in-out;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post:hover .news_module_image_holder .imageoverlay{
 opacity:0;
 }
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog-comment{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
 .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;
  display:none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .smartbloginfo {
   text-align: center;
   padding: 9px 0;
 display: flex;
   align-items: center;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .blog_date, 
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment {
   padding: 5px 0;
   font-size: 14px;
  color:#fff;
   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  .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment i {
   font-size: 14px;
   margin-right: 5px;
   color: #ffffff;
 
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .blog_date .date .day_year, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .blog_date a, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .smartbloginfo > span {
   position: relative;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .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 .smartbloginfo > span:last-child:after {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .author {
   color:#fff;
   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_inner {
   margin-top: 18px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .sds_post_title {
   margin-bottom: 5px;
   line-height: 18px;
   text-align:center;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post  .sds_post_title a {
  font-size: 16px;
   font-family: var(--font-body-family);
    font-weight: 400;
    margin: 0 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    letter-spacing: .5px;
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .sds_post_title a{
border-bottom-color:rgba(255, 255, 255, 0.6);
color:#fff;
}
 @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 {
  display:none;
   margin-bottom: 10px;
   text-align: center;
  
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .readmore{
display:none;
}

/**************************** product-block-style2 *******************************/
.ishi-product-block-style2 .product-flags{
display:none;
}
.ishi-product-block-style2 .card-wrapper {
    border-radius: 5px;
    display: flex;
    align-items: center;
}
/* .ishi-product-block-style2 .card-wrapper .card--product{
      position: relative;
    overflow: hidden;
    display: inline-block;
   padding:0;
    border: none;
  z-index:9;
} */
.ishi-product-block-style2 .card-wrapper .card--product .card__inner {
      position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}
.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 .card-information__wrapper .thumbnail-buttons{
     position:absolute;
    text-align: left;
    justify-content: left;
    padding:0 15px;
   }
@media (max-width:767px){
  .ishi-product-block-style2 .card-wrapper .card-information__wrapper .thumbnail-buttons{
  position:unset;
  padding:0;
  
  }
}
.ishi-product-block-style2 .card-wrapper .card-information .card-information__wrapper .thumbnail-buttons .btn-info{
margin-left:0;
}
.ishi-product-block-style2 .card-wrapper .product-desc{
  display:block;
  /* margin-top: 0.4rem !important; */
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .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:14px;
     line-height:20px;
   }
 }
@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 .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 .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: 14px;}
   .ishi-product-block-style2 .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.2rem;}
 }

 


/********************************** Deal Block *****************************/


.special-deal-block .ishispecialdeal .grid__item{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px;
}
@media (max-width:767px){
  .special-deal-block .ishispecialdeal .grid__item{
  padding-bottom:0;
  }
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .grid__item{
  padding:0 5px;
  }
}
.special-deal-block .ishispecialdeal  .card-information .card-information__text{
	font-size: 16px;
   line-height: 22px;
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .card-information .card-information__text{
  font-size:14px;
  }
}
.special-deal-block .mobile-review {
display:inherit;
}	
.special-deal-block .ishispecialdeal .countdowncontainer {
   display: inline-block;
   vertical-align: middle;
   background: #f8f8f8;
 	opacity: 1;
  	position: absolute;
    top: auto;
    bottom: 11px;
    left: 20px;
    text-align: center;
   -webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
   -o-transition: all 0.6s ease;
   transition: all 0.6s ease;
}
/* .special-deal-block .ishispecialdeal .card-wrapper:hover .countdowncontainer{
  opacity:0;
} */
@media (max-width:1199px){
  .special-deal-block .ishispecialdeal .countdowncontainer{
  right:20px;
 
  }
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .countdowncontainer{
  left:10px;
  right:10px;
  }
}
@media (max-width:460px){
  .special-deal-block .ishispecialdeal .countdowncontainer{
  left:5px;
  right:5px;
  }
}
 .special-deal-block .ishispecialdeal .countdowncontainer .countdown {
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #f8f8f8;
    width: 55px;
    height: 55px;
    padding: 5px 0;
}
@media (max-width:767px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown{
  width:47px;

  }
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown {
  height:35px;
  }
}

@media (max-width:440px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown{
  width:35px;
  height: 30px;
  }
}
@media (max-width:425px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown{
  padding:6px 0;
  }
}
@media (max-width:360px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown{
  width:30px;
  }
}
 .special-deal-block .ishispecialdeal .countdowncontainer .countdown:after {
   content: ":";
   position: absolute;
   top: 8px;
   right: -4px;
   font-size:22px;
}
@media (max-width:425px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown:after{
  font-size:18px;
  }
}
 .special-deal-block .ishispecialdeal .countdowncontainer .countdown:last-child {
   margin-right: 0;
}
 .special-deal-block .ishispecialdeal .countdowncontainer .countdown:last-child:after {
   display: none;
}

 .special-deal-block .ishispecialdeal .countdowncontainer .countdown .data {
   font-size:17px;
   line-height: 25px;
   letter-spacing: 1px;
   font-family: Work Sans;
   font-weight:500;
   color: #232323;
   position: relative;
   font-family:var(--font-body-family);
 	-webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}

@media (max-width:440px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown .data{
 line-height:20px;
 font-size:14px;
  }
}
@media (max-width:400px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown .data{
  font-size:13px;
  }
}

 .special-deal-block .ishispecialdeal .countdowncontainer .countdown .text {
	font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #787878;
    letter-spacing: .5px;
 	font-family:var(--font-body-family);
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown .text{
    display:none;
  }
  
}
 @media (max-width: 767px) {
   .special-deal-block .ishispecialdeal .countdowncontainer .data-large:after {
     right: -6px;
  }
}
 @media (max-width:400px) {
   .special-deal-block .ishispecialdeal .countdowncontainer .data-large:after {
     right: -5px;
  }
}
@media (max-width:543px){
  .special-deal-block .ishispecialdeal .countdowncontainer .data-large:after{
  top:0;
  }
}
@media (max-width:440px){
  .special-deal-block .ishispecialdeal .countdowncontainer .countdown:after{
  font-size:19px;
  }
}
@media (max-width:425px){
  .special-deal-block .ishispecialdeal .countdowncontainer .data-large:after{
      right: -5px;
  }
}
@media (max-width:543px){
.special-deal-block .ishispecialdeal .countdowncontainer .countdown:after{
    top:0;
	}
}
@media (max-width:543px){
.special-deal-block .ishispecialdeal .countdowncontainer .countdown:after{
    top:0;
	}
}
@media (max-width:767px){
margin-top:10px !important;
  }
}
@media (min-width:544px){
/* .special-deal-block .ishispecialdeal .card-wrapper:hover  .card-information .price{
opacity:0;
	} */
}
.special-deal-block  .owl-theme .owl-nav{
  margin-top:15px;
}


/*----------------Image hover effect------------------*/
.ishi-customhover-fadeinnormal.scale img, .ishi-customhover-fadeinflip.scale img, .ishi-customhover-fadeinrotate.scale img, .ishi-customhover-fadeinrotate3D.scale img, .ishi-customhover-fadeintop.scale img, .ishi-customhover-fadeinbottom.scale img, .ishi-customhover-fadeoutcenter.scale img, .ishi-customhover-fadeinoutcorner.scale img, .ishi-customhover-fadeinoutbordercorner.scale img, .ishi-customhover-doublefadeincenter.scale img, .ishi-customhover-fadeinoutdouble.scale img, .ishi-customhover-fadeinoutsingle.scale img, .ishi-customhover-fadeinoutdoublevertical.scale img, .ishi-customhover-perspective.scale img, .ishi-customhover-fadeinoutrotatevertical.scale img {
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   -webkit-transition: all 0.6s ease 0s;
   -moz-transition: all 0.6s ease 0s;
   -ms-transition: all 0.6s ease 0s;
   -o-transition: all 0.6s ease 0s;
   transition: all 0.6s ease 0s;
}
 .ishi-customhover-fadeinnormal:hover.scale img, .ishi-customhover-fadeinflip:hover.scale img, .ishi-customhover-fadeinrotate:hover.scale img, .ishi-customhover-fadeinrotate3D:hover.scale img, .ishi-customhover-fadeintop:hover.scale img, .ishi-customhover-fadeinbottom:hover.scale img, .ishi-customhover-fadeoutcenter:hover.scale img, .ishi-customhover-fadeinoutcorner:hover.scale img, .ishi-customhover-fadeinoutbordercorner:hover.scale img, .ishi-customhover-doublefadeincenter:hover.scale img, .ishi-customhover-fadeinoutdouble:hover.scale img, .ishi-customhover-fadeinoutsingle:hover.scale img, .ishi-customhover-fadeinoutdoublevertical:hover.scale img, .ishi-customhover-perspective:hover.scale img, .ishi-customhover-fadeinoutrotatevertical:hover.scale img {
   transform: scale(1.1);
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
}
 .ishi-customhover-fadeinoutsingle:before {
   content: "";
   left: 0;
   opacity: 1;
   position: absolute;
   right: 0;
   top: 0;
   background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
   height: 0;
   -webkit-transition: all 900ms ease-in-out 0s;
   -o-transition: all 900ms ease-in-out 0s;
   transition: all 900ms ease-in-out 0s;
   width: 100%;
}
 .ishi-customhover-fadeinoutsingle:hover:before {
   opacity: 0;
   height: 100%;
}
 .ishi-customhover-fadeinoutdouble:before {
   content: "";
   left: 0;
   opacity: 1;
   position: absolute;
   right: 0;
   top: 0;
   background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
   height: 0;
   -webkit-transition: all 900ms ease-in-out 0s;
   -o-transition: all 900ms ease-in-out 0s;
   transition: all 900ms ease-in-out 0s;
   width: 100%;
}
 .ishi-customhover-fadeinoutdouble:after {
   content: "";
   left: 0;
   opacity: 1;
   position: absolute;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
   height: 0;
   -webkit-transition: all 900ms ease-in-out 0s;
   -o-transition: all 900ms ease-in-out 0s;
   transition: all 900ms ease-in-out 0s;
   width: 100%;
}
 .ishi-customhover-fadeinoutdouble:hover:before {
   opacity: 0;
   height: 85%;
}
 .ishi-customhover-fadeinoutdouble:hover:after {
   opacity: 0;
   height: 85%;
}
 .ishi-customhover-fadeinoutdoublevertical:before {
   content: "";
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   bottom: 0;
   background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
   width: 0;
   -webkit-transition: all 900ms ease-in-out 0s;
   -o-transition: all 900ms ease-in-out 0s;
   transition: all 900ms ease-in-out 0s;
   height: 100%;
}
 .ishi-customhover-fadeinoutdoublevertical:after {
   content: "";
   opacity: 1;
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   background: rgba(255, 255, 255, .6) none repeat scroll 0 0;
   width: 0;
   -webkit-transition: all 900ms ease-in-out 0s;
   -o-transition: all 900ms ease-in-out 0s;
   transition: all 900ms ease-in-out 0s;
   height: 100%;
}
 .ishi-customhover-fadeinoutdoublevertical:hover:before {
   opacity: 0;
   width: 85%;
}
 .ishi-customhover-fadeinoutdoublevertical:hover:after {
   opacity: 0;
   width: 85%;
}
 .ishi-customhover-perspective:before {
   content: "";
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.1);
   position: absolute;
   top: 0;
   left: 0;
   border: 15px solid rgba(255, 255, 255, 0);
   opacity: 0;
}
 .ishi-customhover-perspective:hover:before {
   animation-name: perspectiveH;
   animation-duration: 1200ms;
   animation-iteration-count: 1;
   animation-timing-function: linear;
   opacity: 1;
}
 @keyframes perspectiveH {
   0% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
     opacity: 0;
  }
   40% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
     -webkit-animation-timing-function: ease-in;
     animation-timing-function: ease-in;
  }
   60% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
     opacity: 1;
  }
   80% {
     -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
     transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
   100% {
     -webkit-transform: perspective(400px);
     transform: perspective(400px);
  }
}
 .ishi-customhover-fadeinoutrotatevertical:before, .ishi-customhover-fadeinoutrotatevertical:after {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   color: #fff;
   text-align: center;
   padding: 20% 20px;
   background: rgba(0, 0, 0, 0.05);
   transform: rotate(-90deg);
   transform-origin: left top 0;
   -webkit-transition: all 0.6s ease 0s;
   -moz-transition: all 0.6s ease 0s;
   -o-transition: all 0.6s ease 0s;
}
 .ishi-customhover-fadeinoutrotatevertical:after {
   right: 0;
   bottom: 0;
   top: auto;
   left: auto;
   transform-origin: right bottom 0;
}
 .ishi-customhover-fadeinoutrotatevertical:hover:before, .ishi-customhover-fadeinoutrotatevertical:hover:after {
   transform: rotate(0deg);
}
 .ishi-customhover-fadeinnormal:after {
   content: "";
   position: absolute;
   top: 10px;
   left: 10px;
   right: 10px;
   bottom: 10px;
   background: rgba(0, 0, 0, 0.07);
   opacity: 0;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
 .ishi-customhover-fadeinnormal:hover:after {
   opacity: 1;
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
}
 .ishi-customhover-fadeinflip:after {
   content: "";
   background-color: rgba(0, 0, 0, 0.08);
   position: absolute;
   padding: 30px;
   position: absolute;
   top: 10px;
   bottom: 10px;
   left: 10px;
   right: 10px;
   opacity: 0;
   -webkit-transform: rotate3d(1, 1, 0, 100deg);
   -moz-transform: rotate3d(1, 1, 0, 100deg);
   -ms-transform: rotate3d(1, 1, 0, 100deg);
   -o-transform: rotate3d(1, 1, 0, 100deg);
   transform: rotate3d(1, 1, 0, 100deg);
   -webkit-transition: all 0.35s ease;
   -moz-transition: all 0.35s ease;
   transition: all 0.35s ease;
}
 .ishi-customhover-fadeinflip:hover:after {
   opacity: 1;
   -webkit-transition-delay: 0.14s;
   -moz-transition-delay: 0.14s;
   transition-delay: 0.14s;
   -webkit-transform: rotate3d(0, 0, 0, 0deg);
   -moz-transform: rotate3d(0, 0, 0, 0deg);
   -ms-transform: rotate3d(0, 0, 0, 0deg);
   -o-transform: rotate3d(0, 0, 0, 0deg);
   transform: rotate3d(0, 0, 0, 0deg);
}
 .ishi-customhover-fadeinrotate:after {
   content: '';
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
   position: absolute;
   display: block;
   top: 10px;
   right: 10px;
   bottom: 10px;
   opacity: 0;
   left: 10px;
   -webkit-transition: all 0.3s ease 0s;
   -moz-transition: all 0.3s ease 0s;
   -ms-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   -webkit-transform: rotate(-180deg) scale(0);
   -moz-transform: rotate(-180deg) scale(0);
   -ms-transform: rotate(-180deg) scale(0);
   -o-transform: rotate(-180deg) scale(0);
   transform: rotate(-180deg) scale(0);
}
 .ishi-customhover-fadeinrotate:hover:after {
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   opacity: 1;
}
 .ishi-customhover-fadeinrotate3D:after {
   content: "";
   position: absolute;
   top: 50%;
   left: 50%;
   right: 50%;
   bottom: 50%;
   -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
}
 .ishi-customhover-fadeinrotate3D:hover:after {
   background: rgba(0, 0, 0, 0.08);
   transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   -webkit-transform: rotateY(180deg);
   -o-transform: rotateY(180deg);
   -ms-transform: rotateY(180deg);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
}
 .ishi-customhover-fadeintop:after {
   content: "";
   background: rgba(0, 0, 0, 0.06);
   transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   width: 100%;
   height: 0%;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
}
 .ishi-customhover-fadeintop:hover:after {
   height: 100%;
}
 .ishi-customhover-fadeinbottom:after {
   content: "";
   background: rgba(0, 0, 0, 0.06);
   transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -ms-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   width: 100%;
   height: 0%;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
}
 .ishi-customhover-fadeinbottom:hover:after {
   height: 100%;
}
 .ishi-customhover-fadeintopbottom:before, .ishi-customhover-fadeintopbottom:after {
   content: "";
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.06);
   bottom: -100%;
   width: 100%;
   height: 100%;
   display: block;
   left: 0;
   opacity: 0;
   position: absolute;
   -webkit-transition: all 0.8s ease 0s;
   -moz-transition: all 0.8s ease 0s;
   -ms-transition: all 0.8s ease 0s;
   -o-transition: all 0.8s ease 0s;
   transition: all 0.8s ease 0s;
}
 .ishi-customhover-fadeintopbottom:after {
   top: -100%;
   bottom: auto;
}
 .ishi-customhover-fadeintopbottom:hover:before {
   bottom: 50%;
   opacity: 1;
}
 .ishi-customhover-fadeintopbottom:hover:after {
   top: 50%;
   opacity: 1;
}
 .ishi-customhover-doublefadeincenter:before, .ishi-customhover-doublefadeincenter:after {
   content: "";
   bottom: 10px;
   left: 10px;
   opacity: 0;
   position: absolute;
   right: 10px;
   top: 10px;
   background: rgba(0, 0, 0, 0.06) none repeat scroll 0 0;
   transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
   -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
   -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
   -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
   -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}
 .ishi-customhover-doublefadeincenter:before {
   transform: scale(0, 1);
   -webkit-transform: scale(0, 1);
   -moz-transform: scale(0, 1);
   -o-transform: scale(0, 1);
   -ms-transform: scale(0, 1);
}
 .ishi-customhover-doublefadeincenter:after {
   transform: scale(1, 0);
   -webkit-transform: scale(1, 0);
   -moz-transform: scale(1, 0);
   -o-transform: scale(1, 0);
   -ms-transform: scale(1, 0);
}
 .ishi-customhover-doublefadeincenter:hover:before, .ishi-customhover-doublefadeincenter:hover:after {
   opacity: 1;
   transform: scale(1);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
}
 .ishi-customhover-fadeoutcenter:after {
   background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
   bottom: 20px;
   content: "";
   left: 20px;
   position: absolute;
   right: 20px;
   top: 20px;
   transform: scale(0);
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   opacity: 1;
}
 .ishi-customhover-fadeoutcenter:hover:after {
   transform: scale(1);
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transition-duration: 1s;
   -moz-transition-duration: 1s;
   -webkit-transition-duration: 1s;
   -khtml-transition-duration: 1s;
   -o-transition-duration: 1s;
   opacity: 0;
}
 .ishi-customhover-fadeoutcorner:before, .ishi-customhover-fadeoutcorner:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 0;
   background: rgba(0, 0, 0, 0.1);
   margin: auto;
   opacity: 1;
}
 .ishi-customhover-fadeoutcorner:after {
   bottom: 0;
   right: 0;
   left: auto;
   top: auto;
}
 .ishi-customhover-fadeoutcorner:hover:before, .ishi-customhover-fadeoutcorner:hover:after {
   height: 100%;
   -webkit-transition: 1.3s;
   transition: 1.3s;
   opacity: 0;
   width: 100%;
}
 .ishi-customhover-fadeinoutcorner:after {
   background-color: var(--brand-secondary);
   width: 0;
   height: 0;
   content: "";
   opacity: 0.1;
   position: absolute;
   -webkit-transition: all 0.4s ease-in-out 0s;
   right: 0;
}
 .ishi-customhover-fadeinoutcorner:hover:after {
   width: 100%;
   height: 100%;
   right: auto;
   left: 0;
}
 .ishi-customhover-fadeinoutbordercorner:before, .ishi-customhover-fadeinoutbordercorner:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   opacity: 0;
   -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
   transition: opacity 0.9s, transform 0.9s;
   z-index: 9;
}
 .ishi-customhover-fadeinoutbordercorner:before {
   content: '';
   z-index: 9;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   transform: scale(0);
   -moz-transform: scale(0);
   -webkit-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   background: rgba(0, 0, 0, 0.1);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-customhover-fadeinoutbordercorner:before {
   border-top: 10px solid #fff;
   border-bottom: 10px solid #fff;
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
   background: rgba(0, 0, 0, 0.1);
}
 .ishi-customhover-fadeinoutbordercorner:after {
   border-right: 10px solid #fff;
   border-left: 10px solid #fff;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   background: transparent !important;
}
 .ishi-customhover-fadeinoutbordercorner:hover:before, .ishi-customhover-fadeinoutbordercorner:hover:after {
   opacity: 1;
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
}
 .ishi-customhover-fadeinoutbordercorner:hover:before {
   opacity: 1;
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
}





/***********************.template-collection************************/

.template-collection .list__item .card-information .thumbnail-buttons , .template-search .list__item .card-information .thumbnail-buttons{
    position: unset;
    text-align: left;
   display:flex;
}
@media (max-width:767px){
.template-collection .list__item .card-information .thumbnail-buttons, .template-search .list__item .card-information .thumbnail-buttons{
text-align:center;
}
}
.template-collection .list__item .card-information .price, .template-search .list__item .card-information .price{
opacity:1 !important;
}
.template-collection .list__item .card-information  .thumbnail-buttons .btn-info ,
.template-search .list__item .card-information  .thumbnail-buttons .btn-info{
    opacity: 1;
    transform: unset;
}
@media screen and (max-width: 543px){
.collection .grid__item .card-wrapper .thumbnail-buttons, .template-search .grid__item .card-wrapper .thumbnail-buttons{
  margin-top:0.5rem;
  
 }
}
@media screen and (max-width: 543px){
.collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{

margin-bottom:0;
 }
}

.with-sidebar.collectiongrid-layout-4 .grid__item .card-information .card-information__wrapper>.thumbnail-buttons{
bottom:-9px;
}
.template-collection  .section-header , .template-search  .section-header{
margin-bottom:0;
}

/* .with-sidebar.collectiongrid-layout-4 .grid__item .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+*{
margin-top:0 !important;
} */

@media (min-width: 481px) and (max-width: 991px){
.mobile-facets__open {
    padding: 0 20px 0 10px;
}
}

.template-search .template-search__search form .search__button{
border-radius: 0 5px 5px 0;
}
.template-search .template-search__search form input{
border-radius:5px;
}

@media (max-width:543px){
  .card-information__wrapper>*:not(.visually-hidden:first-child)+*{
    margin-top:0.3rem;
  }
}
/*Header*/
#_desktop_user_info .userinfo-title .userinfo-toggle:hover svg{
  fill: var(--button-bg-color);
}
#_desktop_cart .cart-display .cart-logo:hover svg{
  fill: var(--button-bg-color);
}
/*Header*/
/*Navigation*/
.ishislider .ishislideshow-carousel .owl-nav .owl-next i{
  margin-left: 2px;
}
.ishislider .ishislideshow-carousel .owl-nav .owl-prev i{
  margin-left: 0px;
}
.ishicategoryblock .ishicategoryblock-carousel .owl-nav .owl-next i{
  margin-left: 2px;
}
.ishicategoryblock .ishicategoryblock-carousel .owl-nav .owl-prev i{
  margin-left: 0px;
}
.special-deal-block .owl-nav .owl-next i{
  margin-left: 2px;
}
.special-deal-block .owl-nav .owl-prev i{
  margin-left: 0px;
}
.smartblog .owl-nav .owl-next i{
  margin-left: 2px;
}
.smartblog .owl-nav .owl-prev i{
  margin-left: 0px;
}
.product__media-list .owl-nav .owl-next i{
  margin-left: 2px;
}
.product__media-list .owl-nav .owl-prev i{
  margin-left: 0px;
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next i{
  margin-left: 2px;
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev i{
  margin-left: -1px;
}
/*Navigation*/
/*Feature Product Section*/
.thumbnail-buttons{
  top:10px;
  bottom:auto;
  left:auto;
  right:10px;
}
.thumbnail-buttons .btn-info{
  display:block;
  margin:0 0 5px;
}
.thumbnail-buttons .btn-info{
  transform: translateX(70px);
  transition: all .6s ease-in-out;
}
.thumbnail-buttons .btn-info.wishlist{
  transition: all .9s ease-in-out;
}
.card-information{
  margin-top:10px;
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
  top: 35%;
  right: -16px !important;
  background-color: #eee;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev{
  left: -16px !important;
  right:auto !important;
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev i, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next i{
  font-size: 24px;
}
@media(max-width:767px){
  .thumbnail-buttons{
    position:absolute;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .thumbnail-buttons .btn-info{
    transform: translateX(0px);
  }
  .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
    top: 38%;
  }
}
@media(max-width:543px){
  .collection .grid__item .card-wrapper .thumbnail-buttons, .template-search .grid__item .card-wrapper .thumbnail-buttons{
    position:absolute;
  }
  .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{
    display:block;
    margin:0 0 5px;
  }
  .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
    top: 35%;
  }
  .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
    height:30px;
    width:30px;
    right: -13px !important;
  }
  .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev{
    left: -13px !important;
    right: auto !important;
  }
}
@media(max-width:400px){
  .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
    top: 31%;
  }
}
/*Feature Product Section*/
/*Single Product Block*/
button[aria-disabled=true]{
  opacity:1 !important;
}
body.overflow-hidden .zoomContainer {
    display: none;
}
@media(max-width:767px){
  .product__media-list .owl-nav .owl-prev, 
  .product__media-list .owl-nav .owl-next {
    top: 38%;
  }
}
@media(max-width:543px){
  .product__media-list .owl-nav .owl-prev, 
  .product__media-list .owl-nav .owl-next {
    top: 40%;
  }
}
@media(max-width:400px){
  .product__media-list .owl-nav .owl-prev, 
  .product__media-list .owl-nav .owl-next {
    top: 35%;
  }
}
/*Single Product Block*/
/*Banner Block*/
.ishibannerblock .bannerblock .banner-part .banner-left .btn:hover{
  background: #232323;
  border-color: #232323;
  color: #fff;
}
/*Banner Block*/
/*Special Product Block*/
.ishi-product-block-style2 .card-wrapper .card-product {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0;
    border: none;
    z-index: 9;
}
.ishi-product-block-style2 .section-header{
  margin-bottom: 25px;
}
/*Special Product Block*/
/*Collection Page*/
/*CSS*/
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    position: unset;
    display: flex;
    justify-content: left;
}
.template-collection .list__item .thumbnail-buttons .btn-info, .template-search .list__item .thumbnail-buttons .btn-info {
    display: inline-block;
    opacity: 1;
    transform: unset;   
    margin-right: 5px;
}
.template-collection .list__item .thumbnail-buttons .btn-info:last-child{
  margin-right:0;
}
.template-search .list__item .thumbnail-buttons .btn-info:last-child{
  margin-right:0;
}
@media(max-width:767px){
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons{
    justify-content:center;
  }
  .collectiongrid-layout-1 .product-desc{
    margin-bottom:1rem;
  }
  .template-collection .list__item .card-information, .template-search .list__item .card-information{
    padding: 15px 0 0;
  }
}
/*Collection Page*/
/*Product Page*/
@media(max-width:767px){
  .ishi-product-tab{
    margin-top:15px;
  }
  .spaced-section {
    margin-bottom: 5px;
  }
}
/*Product Page*/
/*Popup Box*/
.newsletter-popup .field__input {
  padding-right: 135px!important;
  border:1px solid #000;
}
@media(max-width:767px){
  .newsletter-popup .field__input {
    padding-right: 80px!important;
  }
}
/*Popup Box*/
/*Contact Footer*/
.shopify-challenge__container .shopify-challenge__button{
  margin: 20px auto;
}
.shopify-challenge__container .shopify-challenge__errors{
  margin-bottom: 20px;
}
/*Contact Footer*/
/*Cart Page*/
.cart__note .field__input{
  border-radius: 10px;
}
/*Cart Page*/