/** Shopify CDN: Minification failed

Line 7051:1 Unexpected "}"

**/
.hwuifw{display:none;}
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
	content: '';
	display: table;
	clear: both; 
}
.page-width {
	max-width: 1370px;
	margin: 0 auto; 
    padding-left: 15px;
    padding-right: 15px;
}
body {
    background-color: var(--body-theme);
}
p{
  font-size:14px;
  color:#777;
  line-height: 22px;
      font-family: var(--font-title-family);
}
@media (max-width:1199px) {
	.page-width {
		max-width: 940px;
	}
}
@media (max-width:991px) {
	.page-width {
		max-width: 720px;
	}
}
@media (max-width:767px) {
	.page-width {
		max-width: 576px;
	}
}
@media (max-width:543px) {
	.page-width {
		max-width: auto;
	}
}

/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 16px;
   letter-spacing: 8px;
   font-weight: 500;
   margin-bottom: 12px;
   font-family: var(--font-body-family);
   color: var(--brand-secondary);
}
 @media (max-width: 991px) {
   .section-header .sub-title {
     letter-spacing: 5px;
  }
}
 @media (max-width: 767px) {
   .section-header .sub-title {
     letter-spacing: 3px;
  }
}
 @media (max-width: 543px) {
   .section-header .sub-title {
     font-size: 14px;
     margin-bottom: 8px;
  }
}
.section-header > h2 {
   font-size: 30px;
   line-height: 36px;
   letter-spacing: 1px;
   font-weight: 700;
   color: #232323;
   font-family: var(--font-body-family);
   text-transform: capitalize;
   position: relative;
   margin-bottom: 25px;
   margin-top:0;
}
@media (max-width: 991px){
  .section-header > h2{
    margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header > h2 {
     margin-bottom: 15px;
     font-size: 24px;
     
  }
}
 



  
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
  .featured-product-section .center.view-all-btn a.button {
    background: none;
    color: #232323;
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
    padding: 0;
}
.featured-product-section .center.view-all-btn a.button:hover{
  color: #D0C3A2;
}

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

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #FEC42D;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
	 position: absolute;
	 left: auto;
	 right: 10px;
	 top: 10px;
}
 .thumbnail-buttons .btn-info{
	 width: 32px;
	 height: 32px;
	 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     cursor: pointer;
     border-radius: 50%;
	 margin-bottom: 8px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
  .thumbnail-buttons .wishlist{
     -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
     -ms-transition: all 0.6s;
	 -o-transition: all 0.6s;
	 transition: all 0.6s;
  }
  
  .thumbnail-buttons .cart-btn {
    -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
     -ms-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
    
  }
  
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .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: 32px;
     height: 32px;
     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: 32px;
	height: 32px;
    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(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 32px;
	 height: 32px;
     -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;
    }
  }
  
  /***********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;
      z-index: 1;
}
.variants-swatch .color_swatch .swatch-label .tool-tip:before{
      bottom: -9px;
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent;
    left: calc(50% - 5px);
}
.variants-swatch .color_swatch .swatch-label:hover .tool-tip{
    opacity: 1;
    visibility: visible;
}
.variants-swatch.show--more .group-swatch {
    display: inline!important;
}

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

  
 

  

/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
 }
 #header .nav-header .header-block {
  padding:10px  0;
  position: relative;
}

@media(max-width:991px){
  #header .nav-header .header-block{
	display:none;  
  }
}
  #header .ishiofferblock-container .heading{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    color: var(--navbar-text-color);
    font-family: var(--font-body-family);
  }
  #header .offer-background{
        width: 100%;
    display: block;
    position: relative;
    text-align: center;
    padding:12px 0;
    border-radius: 30px;
    z-index: 1;
  }
 #header .offer-block .close{
       font-size: 30px;
    color: var(--navbar-text-color);
    position: absolute;
    right: 15px;
    top:3px;
    border: 0;
    background: 0 0;
    opacity: 1;
    font-weight: 500;
    z-index: 2;
    cursor: pointer;
 }

@media (max-width:350px){
  #header .offer-block .close{
    right:0;
  }
}
#header .nav-header .row{
  margin:0;
  display: flex;
  align-items: center;
  border-bottom:1px solid #eee;
}



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



@media(min-width:992px){
  /* #header .header-top-height {
    min-height:80px;
  } */
  #header .header-top.fixed-header{
  	background-color:#232323;
   
  }
}

#header .header-top {
  position: relative;
  padding:0;
  border-bottom:1px solid #eee;
  z-index: 5;
}


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

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

#header .desktop-user-info {
  text-align: right;
  position: relative;
  
}
#header .header-top-inner{
      display: flex;
    /* align-items: center; */
    padding: 12px 10px;
  background: #232323; 
    /* border-bottom: 1px solid #eee; */
}
.template-index #header .header-top-inner {
	border-bottom:none;
      background-color: #23232385 !important;
}

.template-index #header .header-top{
  border-bottom: none;
}
@media (max-width:1450px) and (min-width:992px){
  #header .header-top-inner{
    padding:18px 0px;
  }
}
@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;
  }
}



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



#header .desktop-user-info .user_info a:hover,
#header .desktop-user-info .checkout a:hover,
#header .desktop-user-info .wishlist a:hover,
#header .desktop-user-info .contact a:hover {
  color: var(--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(--navbar-text-modify-color);
  width: 1px;
  height: 16px;
}

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
    background: rgba(255, 255, 255, 0.6);
  }
}

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

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

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

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

#header .megamenu-header{
	position:unset;
    text-align:left;
}

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

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

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

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

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

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

/*full-width search  */
#_desktop_searchbar.search-background,
#_mobile_searchbar.search-background{
    width: 100%;
    position: absolute !important;
    height:0;
    left: 0;
    right: 0;
    top:0;

}

#_desktop_searchbar.search-background .search-header__input,
#_mobile_searchbar.search-background .search-header__input{
    width: 100%;
    border: 1px solid #232323;
    border-radius: 0;
    height: 45px;
    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;

}
#_desktop_searchbar.search-background .search-header__submit,
#_mobile_searchbar.search-background  .search-header__submit{
  position: absolute;
    right:3px;
    top: 0;
    border: none;
    background: transparent;
    height: 46px;
    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;
}
#_desktop_searchbar.search-background .search-header__submit svg,
#_mobile_searchbar.search-background  .search-header__submit svg{
    width: 36px;
    height:36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    
}
#_desktop_searchbar.search-background  .toggle-dropdown,
#_mobile_searchbar.search-background  .toggle-dropdown{
  transform: unset;
  background-color:#FFF;
    padding:21px 15px;
}
@media (max-width:991px){
  #_desktop_searchbar.search-background  .toggle-dropdown,
#_mobile_searchbar.search-background  .toggle-dropdown{
  padding:8px 10px;
}
}
.search-background  .toggle-dropdown.active{
      animation: animateMenuOpen .2s ease;
}
#_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
  width:50%;
  margin: auto;
}
@media (max-width:1600px){
  #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:60%;
  }
}
@media (max-width:1199px){
   #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:70%;
  }
}
@media (max-width:767px){
  #_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
      width: 90%;
}
}
@media (max-width:543px){
    #_desktop_searchbar.search-background  .input-width,
    #_mobile_searchbar.search-background  .input-width
{
  margin-left:0;
  }
}
#_desktop_searchbar.search-background  .close,
#_mobile_searchbar.search-background  .close{
    bottom: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    font-size: 29px;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
    color: #777;
    float: left;
    position: absolute;
    padding-left: 15px;
   
 
}
@media (max-width:543px){
   #_mobile_searchbar.search-background .close{
       padding:0 0 0 5px;
   }
}
#_desktop_searchbar.search-background .search-header
{
    width: 75%;
    margin: auto;
}

@media (max-width:1250px){
#_desktop_searchbar.search-background .search-header{
        width: 80%;
  }
}
@media (max-width:1199px){
  #_desktop_searchbar.search-background .search-header{
      width:90%;
  }
}
  #_mobile_searchbar.search-background .search-header{
    width:90%;
    margin: auto;
  }
@media (max-width:767px){
  #_mobile_searchbar.search-background .search-header{
        width: 80%;
     
  }
}
@media (max-width:543px){
  #_mobile_searchbar.search-background .search-header{
        width: 100%;
     
  }
}
@media(max-width:991px){
  #search-container-full{
      z-index: 9;
    position: relative;
  }
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.search-overlay{
  content: "";
  background: rgba(0,0,0,.5);
  position: absolute;
  opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh;
}
@media (max-width:991px){
  .search-overlay{
        z-index: 9;
  }
}
.search-overlay.active{
  opacity: 1;
  visibility: visible;
}
body.active-popup {
    overflow: hidden;
}

#_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: 15px;
}
#_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: 36px;
  height:30px;
  -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;
    width: 40px;
    height: 40px;
  }
}

#_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{
    width: 40px;
    height: 40px;
}

#_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;
}
#_desktop_cart .cart-display .cart-logo svg{
  width: 40px;
  height: 40px;
}
@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: 9px;
  font-weight: 400;
  height: 15px;
  left: auto;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 5px;
  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: 16px;
    line-height: 14px;
    height: 16px;
    font-size:9px;
  }
}
  


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

@media (min-width: 992px) and (max-width: 1199px){
  .header-right {
	padding-left:0;
  }
}
@media (min-width:992px) and (max-width:1199px){
  #top-menu>li>a{
    padding:15px 8px;
  }
}

/*-------------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);
  }
}

.navfullwidth{
  position:relative;
  background:var(--menu-bg-color);
}
  
#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

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


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

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


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

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

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

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

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

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

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  #top-menu>li>a {
    padding: 15px 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;
  border-bottom:1px solid transparent;
  text-transform: uppercase;
}

@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.menularge {
  position:unset;
}

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

#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-color);
    border-bottom:1px solid var(--menu-text-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;
  }
}
.top-menu.mainmenu-dropdown .main-title{
  margin-top:10px;
  letter-spacing:2px;
  color:#666;
  text-align:center;
}
.top-menu.mainmenu-dropdown .nav-btn{
      text-align: center;
      margin-top: 5px;
}
.top-menu.mainmenu-dropdown .nav-btn a{
 display: inline-block;
    border-bottom: 1px solid #333;
  font-weight:500;
}
.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;
    position:relative;
  }
}
@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;
}
#_desktop_search,
#_mobile_search {
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}



#_desktop_search .search-toggle,
#_mobile_search .search-toggle {
  width: 34px;
  height: 36px;
  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;
}


 

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

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

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

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

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

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

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


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

.footer-block--newsletter {
  margin-bottom: 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: 70%;
  position:relative;
}
.newsletter-form .field input{
 background:#fff;
 padding-right: 155px;
  border-radius: 5px;
}
@media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 90px;
  }
  .footer .newsletter-form{
  max-width: 100%;
  
}
}
.newsletter-form .newsletter-form__button{
 height:39px;
 position: absolute;
 right: 3px;
 margin: 0;
  top:3px;
}
.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:500;
  color:var(--footer-heading-color);

}

@media screen and (min-width: 992px) {
  .footer-block__heading {
    font-size: 18px;
    display:block;
     margin-bottom: 17px;
    line-height:22px;
    font-weight: 600;
  }
}
@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: #dedede;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: var(--font-title-family);
}

.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;
    line-height: 25px;
  }
  .footer-block__details-content.list-unstyled{
    margin-top:-7px;
  }
  .footer-block__details-content > :first-child .list-menu__item--link {
    padding-top: 0;
    margin-top: 0;
  }
}


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

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  
 
}

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

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

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

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

 @media (min-width: 992px) {
.footer-bottom .page-width .row {
     display: flex;
     align-items: center;
  }
}
.footer-bottom .footer-left {
   text-align: left;
}
.footer-bottom .footer-left.center{
  text-align: center;
}
 @media (max-width: 991px) {
   .footer-bottom .footer-left {
     text-align: center;
  }
}
.footer-left .footer__copyright {
   padding: 4px 0;
     font-size: 14px;
   color: var(--footer-bottom-text-color);
}
 @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
    padding: 0px 0 5px;
  }
}
.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 10px;
  }
}

.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 {
  
   border-radius: 50%;
   line-height: 45px;
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   color: var(--button-text-hover-color);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   padding-left: 10px;
   width: 80%;
}
 @media (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content {
     width: 75%;
  }
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .content {
     display: inline-block;
     padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
     padding-left: 10px;
  }
}
 .footer .contact-info .contact-info-inner ul .content .title {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   color: var(--footer-heading-color);
   margin-bottom: 5px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
  }
}
 .footer .contact-info .contact-info-inner ul .content a, .footer .contact-info .contact-info-inner ul .content p {
   font-size: 14px;
   font-weight: 400;
   color: #dedede;
   margin-bottom: 0px;
   font-family: var(--font-title-family);
}
.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 {
  
   color: var(--button-bg-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: 30px;
  text-align: center;
  width: 30px;
  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;
}
.footer .footer-social ul li a {
    background-color: transparent!important;
    border: 1px solid #fff;
}
.footer .footer-social ul li:hover a {
    background-color: var(--button-bg-color) !important;
}
.list-social li:hover a i, .list-social li:hover a svg {
    color: #fff;
}
.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);
}
.footer .subheading {
    color: #eee;
    max-width: 70%;
    margin: 25px auto 20px;
  font-family: var(--font-title-family);
}
.footer .footer-block.grid__item{
  position:relative;
}
@media (max-width: 543px){
  .footer .subheading {
    max-width: 100%;
  }
}
@media (min-width: 992px){
.footer .footer-block.grid__item:after {
    content: "";
    width: 1px;
    height: 185px;
    background-color: #474747;
    position: absolute;
    right: 20px;
    top: 20px;
}
  .footer .footer-block.grid__item:last-child:after {
    display: none;
}
}
.footer-boder {
    border-top: 1px solid #474747;
    padding: 10px 0;
}
 @media (max-width:991px){
.footer-boder {
    padding: 10px 0 0;
}
 }
#slidetop{
  border-radius: 5px;
}

/* ----------- 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 (min-width: 992px){
   .ishislider {

      margin-top: -86px;
}
 }
 @media (min-width: 1450px){
   .ishislider {

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

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 40px;
   
   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: 10px;
     right:0;
    left: 0;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}

.ishi-slider-section .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: #FFF !important;
   border-color: #FFF !important;
}
.ishi-slider-section .ishislider .ishislideshow-carousel .owl-dots .owl-dot span{
      width: 10px;
    height: 10px;
    background: #eeeeee !important;
    border: 1px solid #ffffff !important;
    margin: 0 auto;
}
.ishi-slider-section .owl-theme .owl-dots .owl-dot{
  border: 1px solid transparent;
  height: 20px;
    width: 20px;
    border-radius: 50%;
}

.ishi-slider-section .owl-theme .owl-dots .owl-dot.active{
  border-color: #fff;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 1500px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1780px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 18px;
   text-transform: unset;
   line-height: 24px;
   margin-bottom: 15px;
   letter-spacing: 0.8px;
   font-weight:500;
   font-family: var(--font-body-family);
}
 
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
     margin-bottom: 8px;
  }
}
 
 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 55px;
   text-transform: uppercase;
   line-height: 65px;
   margin-bottom: 10px;
   letter-spacing: 3px;
   font-weight: 700;
   font-family: var(--font-body-family);
}
  @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 44px;
     line-height: 45px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 38px;
     line-height: 44px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 26px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 30px;
     letter-spacing: 1px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 14px;
   line-height: 22px;
   margin-bottom: 35px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-title-family);
       
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 35px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 14px;
     padding: 8px 17px;
         min-width: auto !important;
  }
}
 @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: 9px;
     padding: 3px 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;
   font-weight: 600;
   font-family: var(--font-body-family);
   min-width: 150px;
}

.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 .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: 0 3px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 5px;
      margin-bottom: 20px;
  }
}
@media(max-width: 350px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
    margin: 0 2px 20px;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:#f5f5f5;
  color:#232323;
  min-width: 120px;
  display: block;
  padding: 9px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @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: 80px;
     font-weight: 400;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .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;}

.card-information{
background: #fff;
    padding: 10px 12px;
  border-radius: 0px 0 5px 5px;
}

@media (min-width:768px){
  .card-information{
  display: flex;
    justify-content: space-between;
}
.card-information__wrapper {
    width: 65%;
}
  .variants-swatch {
    width: 35%;
    text-align: right;
}
}
 @media (max-width:1199px) and (min-width:992px){
    .card-information{
  display: block;
}
   .card-information__wrapper {
    width: 100%;
}
   .variants-swatch {
    width: 100%;
     text-align: left;
}
 }
 /* @media (max-width:767px){
   .variants-swatch {
    width: 100%;
     text-align:center;
}
 } */
@media (max-width:543px){
  .card-information .card-information__wrapper {
    text-align: center;
}
  .variants-swatch {
    text-align: center;
}
  .card-information .price {
    justify-content: center;
    line-height: 20px;
}
  .card-information {
    background: #fff;
    padding: 0px 5px 10px;
    border-radius: 0 0 5px 5px;
}
}
.card.card--product {
    border-radius: 5px 5px 0 0;
}
.card-wrapper {
    background: #fff;
    border-radius: 5px;
}
/*================ brandlogo ================*/


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

 .manufacture-block .manufacture-carousel .logo-bar__item {
   opacity: 1;
   cursor: pointer;
   display: inline-block;
   vertical-align: middle;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .manufacture-block .manufacture-carousel .logo-bar__item:hover {
   transform: scale(0.9);
   opacity: 1;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
 .manufacture-block .manufacture-carousel .logo-bar__item svg{
width: 194px;

}
@media (max-width: 991px) {
 .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(--header-icon-color);
}
@media (max-width: 991px) {
  .localization-selector.link {
    color:#232323;
    font-size: 16px;
  }
}
localization-form{
      padding: 6px 0;
    display:block;
}
@media (max-width:991px){
  localization-form{
  
    display:inline-block;
  }
  #_mobile_localization{
    text-align:center;
  }
}
.localization-form .no-js-hidden:after{display:none;}
.localization-form .disclosure:after{
  top:8px !important;
}

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
}
@media (min-width:992px){
.language-currency{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10;
 }
}
.localization-form__select .icon-caret{
right: 0.5rem;
}
.localization-form:last-child .localization-form .localization-selector {
    padding-right: 1.5rem!important;
}
@media (min-width:992px){
.localization-form .localization-selector.link {
    background: #f8f8f8;
    color: #232323;
    border: 1px solid #eee;
 } 
}
.fixed-header  #top-menu>li>a{
    padding: 15px 8px;
}
#_desktop_top_menu #top-menu>li.menularge .sub-menu {
 top: 70px !important;
}
.fixed-header #_desktop_top_menu #top-menu>li.menularge .sub-menu {
  top:70px !important;
}
#_desktop_wishlist .wishlist-logo {
      width: 40px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    fill: var(--header-icon-color);
}
  
#_desktop_wishlist .wishlist-logo svg {
    width: 40px;
    height: 38px;
    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(min-width:992px){
  #_desktop_wishlist .wishlist-logo:hover svg{
    fill: var(--header-icon-hover-color);
  }
}
.button, .btn, a.btn, .shopify-challenge__button, .customer button{
  border-radius:5px;
  padding: 12px 29px;
}
@media(max-width:767px){
 .button, .btn, a.btn, .shopify-challenge__button, .customer button{
  
  padding: 9px 24px;
}
  
}

/*******************************  Ishi Marquee Text************************************/
  .testimonial__arrow {
  	position: static;
    opacity: 1;
    width: auto;
    height: auto;
    background: transparent;
    transition: all 200ms;
  }

  .splide__arrows {
  	overflow: visible !important;
  }
    .splide__slide span{
      margin-right:140px;
      
      font-size: 15px;
      text-transform: capitalize;
      position: relative;
      line-height:20px;
      font-weight:500;
      font-family:var(--font-body-family);
    
    }
    @media(max-width:991px){
    .splide__slide span{
      margin-right: 125px;
    }
  }
    @media(max-width:767px){
    .splide__slide span{
      margin-right: 100px;
    }
  }
    @media(max-width:543px){
    .splide__slide span{
      margin-right: 85px;
    }
  }
  .splide__arrow.testimonial__arrow {
  	width: 52px;
    height: 52px;
    transform: none;
  	fill: transparent;
  }
  .splide__arrow svg {
  	width: auto;
    height: auto;
    fill: transparent;
  }

  /******************************* categoryblock ************************************/
/* .ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .image-container img{
 
  max-width:100%;
  width:auto;
   margin: 0 auto;
    
} */
.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .image-container{
  position:relative;
  padding-bottom: 40px;
    
}
.ishi-category-block2  .ishicategoryblock-container{
  transition: all.5s;
}
.ishi-category-block2  .ishicategoryblock .ishicategoryblock-container:hover .text-container {
  background-color:#232323;
}
.ishi-category-block2  .ishicategoryblock .ishicategoryblock-container:hover .text-container .category-subtitle{
  color:#fff;
}
.ishi-category-block2  .ishicategoryblock .ishicategoryblock-container:hover .text-container .arrow svg{
  fill: #fff;
}
.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .text-container{
    text-align: center;
    padding-left: 28px;
      padding-right: 30px;
    width:100%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right:auto;
    text-align: left;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;

  }
 
.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 15px 20px;
    box-shadow: 3px 3px 5px 0px #2323230D;
      border-radius:0 0 6px 6px;
}
.ishicategoryblock-container.item img{
       border-radius: 5px 5px 8px 8px;
}
.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .text-container .category-title{
    font-size: 20px;
    font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position:relative;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  transition: all .9s;
}
.ishi-category-block2 .ishicategoryblock .owl-item {
    margin-bottom: 20px;
}
@media (max-width:1200px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    margin-bottom:13px;
  }
}
@media (max-width:767px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
        margin-bottom: 8px;
        font-size: 16px;
  }
}
@media (max-width:543px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title:before{
  content:"";
  position:absolute;
  background:var(--brand-secondary);
  width:18%;
  height:2.5px;
  border-radius:5px;
  bottom:0;
}

.ishi-category-block2 .ishicategoryblock  .ishicategoryblock-container .text-container .category-subtitle{
  font-size:17px;
  font-weight: 600;
  line-height:24px;
 font-family:var(--font-body-family);
  text-transform: capitalize;
  color:#232323;

}


.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .arrow svg{
  width:50px;
  height: 10px;
  fill: #232323;
}






.ishi-category-block2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}
 @media (max-width: 543px){
   .ishi-category-block2 .owl-theme .owl-nav.disabled+.owl-dots{
     margin-top: 0px;
   }
 }
 .ishi-category-block2  .ishicategoryblock .owl-dots .owl-dot.active span, .ishi-category-block2  .ishicategoryblock .owl-dots .owl-dot:hover span {
   background: #232323 !important;
   border-color: #232323 !important;
}
 .ishi-category-block2  .ishicategoryblock .owl-dots .owl-dot span{
      width: 10px;
    height: 10px;
    background: #232323 !important;
    border: 1px solid #232323 !important;
    margin: 0 auto;
}
 .ishi-category-block2  .ishicategoryblock .owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.ishi-category-block2  .ishicategoryblock .owl-theme .owl-dots .owl-dot.active {
    border-color: #232323;
}

/******************** Ishi-Before-After ****************************/




.ishi-banner-section{
  overflow: auto;
}

.ishi-banner-section .banner-block .faqbanner .media{
	background:none;
  overflow: hidden;
}
@media(max-width:991px){
  
  .ishi-banner-section .banner-block .faqbanner{
    margin-bottom:30px;
  }
  
}

.ishi-banner-section #comparison {
	 overflow: hidden;
	 position: relative;
  padding:0;
  border-radius: 5px;

}
@media (max-width: 1199px) {
  .ishi-banner-section #comparison{
      margin: 0 auto;
      float: none;
      
     
  }
}

@media (max-width: 767px) {
  .ishi-banner-section #comparison{
    width: 100%;
     
  }
}

.ishi-banner-section figure {
	 position: absolute;
	 background-size: cover;
	 margin: 0;
}
.ishi-banner-section #scroller__thumb {
	 background-size: cover;
	 position: absolute;
	 width: 50%;
	 box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	 bottom: 0;
	 height: 100%;
     overflow: hidden;
}
.ishi-banner-section .faq-bg-img .text-2{
        position: absolute;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: var(--font-title-family);
    text-transform: uppercase;
    bottom: 30px;
    right: 30px;
    background-color: #fff;
    color: #232323;
    padding: 7px 23px;
    white-space: nowrap;
    border-radius: 30px;
}
@media (max-width: 991px){
  .ishi-banner-section .faq-bg-img .text-2{
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 543px){
  .ishi-banner-section .faq-bg-img .text-2{
    bottom: 15px;
    right: 15px;
    padding: 5px 18px;
  }
}
.ishi-banner-section .faq-bg-img .text{
        position: absolute;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: var(--font-title-family);
    text-transform: uppercase;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
    color: #232323;
    padding: 7px 23px;
    white-space: nowrap;
    border-radius: 30px;
}
@media (max-width: 991px){
  .ishi-banner-section .faq-bg-img .text{
    bottom: 20px;
    left: 20px;
  }
}

@media (max-width: 543px){
  .ishi-banner-section .faq-bg-img .text{
    bottom: 15px;
    left:15px;
    padding: 5px 18px;
  }
}
.ishi-banner-section #scroller__thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
 }
.ishi-banner-section  #scroller__thumb::before, #scroller__thumb::after {
	 content: '';
	 position: absolute;
	 right: -2px;
	 width: 6px;
	 height: 100%;
	 background: #fff;
	 z-index: 1;
}
@media(max-width:991px){
  .ishi-banner-section  #scroller__thumb::before, #scroller__thumb::after {
	 width: 3px;
}
}
.ishi-banner-section #scroller__thumb::before {
	 top: 0;
}
.ishi-banner-section #scroller__thumb::after {
	 bottom: 0;
}
.ishi-banner-section #scroller {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    top: 50%;
    background:#FFF;
    border: 1px solid #fff;
    left: 50%;
    transform: translateY(-50%) translate(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:543px){
  .ishi-banner-section #scroller{
    height: 35px;
    width: 35px;
    border-radius: 30px;;
  }
}


.ishi-banner-section .scroller-center{
      width: 1px;
    height: 19px;
    background: #232323;
}
.ishi-banner-section .scroller-center:before,
.ishi-banner-section .scroller-center:after{
   content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 9px;
  width: 1px;
    height: 19px;
    background: #232323;
}
.ishi-banner-section .scroller-center:after{
   right: 12px;
  left: auto;
}

@media(max-width:543px){
  .ishi-banner-section .scroller-center:before, .ishi-banner-section .scroller-center:after{
     top: 8px; 
  }
  .ishi-banner-section .scroller-center:after{
   right: 11px;
}
  .ishi-banner-section .scroller-center:before{
    left: 11px;
  }
}
.ishi-banner-section #scroller:after{
    margin: auto;
    width: 30px;
    height: 30px;
}

.ishi-faq-section .mainborder .image-left img {
    border-radius: 5px 0 0 5px;
}
@media (max-width: 1199px){
.ishi-faq-section .mainborder .image-left img {
    border-radius:5px;
}
}
.ishi-banner-section #scroller svg{
  width: 12px;
  height: 12px;
}
/* .ishi-faq-section  #handle::before {
	 
	 left: 50%;
	 margin-left: -17px;
}
.ishi-faq-section #handle::after {

	 right: 50%;
	 margin-right: -17px;
} */

.ishi-banner-section #scroller:before,
.ishi-banner-section #scroller:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    left: 0px;
    
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all 0.4s ease-in-out;
}
.ishi-faq-section #scroller:after{
  -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
.ishi-banner-section input[type=range] {
	-webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 0;
    /* transform: translateY(-50%); */
    background-color: transparent;
    width: calc(100% + 10px);
    height: 100%;
    opacity: 0;
    z-index: 2;
      cursor: pointer;
}
.ishi-banner-section input[type=range]:focus, input[type=range]:active {
	 border: none;
	 outline: none;
}
.ishi-banner-section input[type=range]::-webkit-slider-thumb {
	 -webkit-appearance: none;
	 border: none;
	 height: 50px;
	 width: 50px;
	 border-radius: 50%;
	 background: transparent;
	 border: 4px solid white;
	 box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
}
.ishi-banner-section input[type=range]::-moz-range-track {
	 -moz-appearance: none;
	 height: 15px;
	 width: 100%;
	 background-color: transparent;
	 position: relative;
	 outline: none;
}
.ishi-banner-section .btn{
  margin-top:20px;
}
@media (max-width:1550px){
.ishi-banner-section .btn{
margin-top:15px;
}
}
@media (max-width:1350px){
.ishi-banner-section .btn{
 margin-top:10px; 
}
}
.ishi-banner-section .faq-content{
  width:70%;
 
}
@media (max-width:1330px){
.ishi-banner-section .faq-content{
width:86%;
}
}
@media (max-width:1270px){
.ishi-banner-section .faq-content{
width:90%;
}
}
@media (max-width:1199px){
.ishi-banner-section .faq-content{
  width:90%;
      padding:0px 15px;
}
  }
  @media (max-width:991px){
.ishi-banner-section .faq-content{
  width:80%;
      
}
  }
  @media (max-width:543px){
.ishi-banner-section .faq-content{
  width:100%;
}
   
    .ishi-product-section.faq-block .slidcontent {
    padding: 0;
}
    .product-style1 .image-left {
    padding: 0;
}
  }
.ishi-banner-section .faq-btn{
  text-align:left;
}
@media (max-width:767px){
.ishi-banner-section .faq-btn{
text-align:center;
  margin-top:20px;
}
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
    
        /* #MainContent{
    padding-bottom:0;
    } */
    .ishi-banner-section h2.title {
    margin-bottom: 7px;
}
.ishi-banner-section .dec-title {
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-title-family);
    max-width: 49%;
    margin: 0 auto 25px;
  color:#777;
}
@media(max-width:1199px){
  .ishi-banner-section .dec-title{
    max-width: 70%
  }
}
@media(max-width:991px){
  .ishi-banner-section .dec-title{
    max-width: 100%
  }
}
@media(max-width:543px){
  .ishi-banner-section .dec-title{
    margin: 0 auto 15px;
  }
  .product-style1 .image-left {
    padding: 0 !important;
        margin: 0 15px;
}
}
/******************** ishi-blog-style2 ****************************/
.smartblog2 .section-header .Discription {
    font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888;
    width: 46%;
    margin: auto auto 25px;
}

@media (max-width:991px){
  .smartblog2 .section-header .Discription{
     width: 62%;
  }
}

@media (max-width:767px){
  .smartblog2 .section-header .Discription{
     width: 75%;
     margin: auto auto 20px;
  }
}

@media (max-width:543px){
  .smartblog2 .section-header .Discription{
     width: 80%;
     margin: auto auto 15px;
  }
}

@media (max-width:400px){
  .smartblog2 .section-header .Discription{
     width:90%;
    font-size:14px;
  }
}

@media (max-width:320px){
   .smartblog2 .section-header .Discription{
      margin: auto auto 15px;
     }
}
.smartblog2 .products_block_inner {
   position: relative;
}

.smartblog2 .products_block_inner .space { 
   padding: 0;
}
.smartblog2 .products_block_inner .sds_blog_post {
   padding: 0 15px;
   overflow:hidden;
}
@media (max-width:991px){
.smartblog2 .owl-theme .owl-nav{
  margin-top:10px;
}
  }
.smartblog2 .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.2);
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   align-items:center;
   vertical-align: middle;
   background-color: #fff;
   overflow:hidden;
   border-radius:10px;
   transition: .5s;
  margin-bottom:20px;
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
.smartblog2 .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .smartblog2 .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%;
}
.smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding:15px 15px;
   text-align:left;
   margin-bottom: 0;
   background: #fff;

}

.smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align:center;
   border-bottom:none;
   display:flex;
   align-items:center;
   
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .author, 
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding-bottom: 5px;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}

.products_block_inner .sds_blog_post .blog_post .blog-img{
    position:relative;
    display:block;
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i{
   font-size: 14px;
   margin-right: 5px;
   color: #fff;
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
color:#666
 }
   .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year {
   display: none;
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a {
   display: inherit;
   color: inherit;
}
.smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:after {
   position: absolute;
   content: "";
   left: auto;
   right: 0;
   top: 0;
   bottom: auto;
   background: #e5e5e5;
   width: 1px;
   height: 30px;
   display:none;
}
  .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: #666;
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom:3px;
   line-height: 18px;
   text-align:center;
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size:18px;
   font-weight:500;
   line-height: 24px;
   letter-spacing: 0px;
   color: #232323;
   font-family: var(--font-title-family);
   color:var(--brand-secondary);
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom:0px;
   text-align:center;
   color:#888888;
   font-size:14px;
   line-height:22px;
    font-family: var(--font-body-family);
   font-weight:400;
}

 .smartblog2 .owl-theme .owl-nav {
     top: -32%;
    position: absolute;
    right: 12px;
 }
@media (max-width:1199px){
   .smartblog2 .owl-theme .owl-nav {
     top: -35%;
   }
}

@media (max-width:991px){
   .smartblog2 .owl-theme .owl-nav {
      position:unset;
   }
}

.smartblog2 .blog-btn{
  background:transparent;
  color:var(--brand-secondary);
  text-align:center;
}
.smartblog2 .blog-btn:hover{
  letter-spacing:1px;
   -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

.smartblog2 .blog-btn .btn{
  padding:8px 20px;
  }
.smartblog2 .blog-btn a:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #556f5f;
    height: 5px;
    width: 80px;
    bottom: 25px;
}
.smartblog2 .blog-btn:hover{
  color:#232323;
  background-color:unset;
}
.ishi-blog-style2 .smartblog .blog-left{
  text-align:center;
  cursor:pointer;
   width: 56%;
  
}
.smartblog {
    overflow: hidden;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-left{
    width:100%;
    padding-right:15px;
  }
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover:hover .blog_post .news_module_image_holder a img {
    -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover .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%;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-left{
  margin-bottom:30px;
}
}
.ishi-blog-style2 .smartblog .blog-right{
  display:grid;
  width:44%;
  padding-left: 10px;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-right{
    width:100%;
  }
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-right{
     margin-bottom:0px;
}
}
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder{
  position: relative;
  overflow:hidden;
      border-radius: 10px;
      margin-bottom: 40px;
}
@media (max-width:1199px){
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder{
       margin-bottom: 35px;
}
}

@media (max-width:991px){
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder{
   margin-bottom:20px;
}
}
@media(max-width:375px){
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .blog_content{
  margin-top: 2px;
  }
}
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
        margin-top: 25px;
  }
  @media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
    margin-top: 20px;
  }
  }
  @media (max-width:991px){
    .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
        margin-top:0px;
    }
  }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
    font-size: 15px;
    font-weight: 500;
    background: #FFFFFF;
    padding: 7px 14px;
    color: #777;
    overflow: hidden;
  bottom:95px;
  font-family: var(--font-title-family);
  
}
@media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
   bottom: 110px;
  }
}
@media (max-width:991px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
   position: unset;
    box-shadow: none !important;
    background: transparent !important;
    padding:0;
  }
   .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blogdate {
    margin-bottom: 5px !important;
}
  
}


/* @media (max-width:1293px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
   bottom:100px;
  }
}
@media (max-width:1250px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
    width: 30%;
  }
}
@media (min-width:992px) and (max-width:1200px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    bottom:103px;
  }
}
@media (max-width:1199px){
   .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
        width: 33%;
      font-size: 15px;
    }
}

@media (max-width:991px){
    .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    padding:0;
      }
}
@media (max-width:767px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
    padding:0;
        font-size: 18px;
  }
} */

.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .comment a{
  color:#232323;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title{

    margin-bottom:5px;
}

.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
   font-family:var(--font-body-family);
    color:#232323;
    font-size:19px;
      font-weight: 600;
}
@media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
    font-size:17px;
}
}
.ishi-blog-style2 .rte{
   margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    font-family: var(--font-title-family);
}
@media (max-width:543px){
  .ishi-blog-style2 .rte{
   text-align:center;
}
    }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .rte{
  text-align:center;
}

.ishi-blog-style2 .products_block_inner .sds_blog_post_ .blog_post .blog_content .rte,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .rte,.ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_content .rte{
 margin-bottom:0;
 
}

.ishi-blog-style2 .products_block_inner .sds_blog_post_2{
  cursor:pointer;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_3{
  margin-top:24px;
  cursor:pointer;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_4{
  margin-top:24px;
  cursor:pointer;
}
@media (max-width:543px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_3{
    margin-top:30px;
  }
}
@media (max-width:543px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_4{
    margin-top:30px;
  }
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title, .ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_content .sds_post_title{
  margin-top: 12px;
    margin-bottom:8px;
   
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_content .sds_post_title a{
    color: #232323;
    font-size: 19px;
    line-height: 22px;
    font-family: var(--font-body-family);
    font-weight: 600;
}
@media (max-width:1199px){
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_content .sds_post_title a{
   font-size:16px;
}
  .ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title, .ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_content .sds_post_title{
  margin-top: 5px;
    margin-bottom:5px;
   
}
}
.ishi-blog-style2 .sds_blog_post_2 .blog_post.row,.ishi-blog-style2 .sds_blog_post_3 .blog_post.row,.ishi-blog-style2 .sds_blog_post_4 .blog_post.row{
  display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post.row,.ishi-blog-style2 .sds_blog_post_3 .blog_post.row,.ishi-blog-style2 .sds_blog_post_4 .blog_post.row{
    display:block;
    text-align:center;
  }
}

@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog-img,.ishi-blog-style2 .sds_blog_post_3 .blog_post .blog-img,.ishi-blog-style2 .sds_blog_post_4 .blog_post .blog-img{
    margin-bottom:20px;
  }
}
@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog-img, .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog-img, .ishi-blog-style2 .sds_blog_post_4 .blog_post .blog-img{
    margin-bottom: 15px;
  }
}
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog_content,  .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog_content, .ishi-blog-style2 .sds_blog_post_4 .blog_post .blog_content{
   padding-left:5px;
  }
  @media (max-width:1199px){
    .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog_content,  .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog_content, .ishi-blog-style2 .sds_blog_post_4 .blog_post .blog_content{
   padding:0px;
  }
  }
  @media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog_content, .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog_content, .ishi-blog-style2 .sds_blog_post_4 .blog_post .blog_content{
  padding-right:15px;
 padding-left:15px; 
  }
  }
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_date,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_date, .ishi-blog-style2 .products_block_inner .sds_blog_post_4 .blog_post .blog_date {
 color: #232323;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    font-family: var(--font-body-family);
 
 
}


.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_2 .blog_post .news_module_image_holder,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_3 .blog_post .news_module_image_holder,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_4 .blog_post .news_module_image_holder {
  overflow:hidden;
      border-radius: 10px;
 }
 
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_2 .comment a,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_3 .comment a,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_4 .comment a{
  color:#232323;
  
 }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
  color:#232323;
    box-shadow: 0px 4px 4px 0px #0000000D;

    border-radius: 5px;
}
@media(max-width:991px){
      .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
        border: none;
      }
}
   
@media (max-width:991px){
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
    color:#232323;
  font-size:16px;
  font-weight:400;
    font-family:var(--font-body-family);
  /* text-transform: uppercase; */
 
}
  }

 .ishi-blog-style2 .view-all-btn .button{
   margin-top:35px;
  }
  @media (max-width:1199px){
    .ishi-blog-style2 .view-all-btn .button{
      margin-top:20px;
    }
  }
   @media (max-width:767px){
    .ishi-blog-style2 .view-all-btn .button{
      margin-top:15px;
    }
  } 
@media (max-width:543px){
  .ishi-blog-style2 .view-all-btn .button{
        margin-top: 5px;
  }
}

/******************************* categoryblock ************************************/
/* .ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .image-container img{
 
  max-width:100%;
  width:auto;
   margin: 0 auto;
    
} */
.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .image-container{
  position:relative;
      
}
.ishi-category-block3  .ishicategoryblock-container{
  transition: all.5s;
}

.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container{
    text-align: center;
    padding-left: 28px;
      padding-right: 30px;
    width:100%;
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0;
    right:auto;
    text-align: left;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
  padding: 25px;

  }
  @media (max-width:1199px){
    .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container{
      padding-left:14px;
    padding-right: 17px;
    }
  }
  @media (max-width:767px){
    .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container{
      padding-left:10px;
    padding-right: 10px;
    }
    .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container{
      padding:15px;
    }
  }
  @media (max-width:543px){
    .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container{
      padding-left: 20px;
    }
  }
.ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  background: #23232359;
  border-radius: 0 0 5px 5px;
}
.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container .category-title{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: var(--font-title-family);
  position:relative;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  transition: all .9s;
}
@media (max-width:1200px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    margin-bottom:8px;
  }
}
@media (max-width:767px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
        margin-bottom: 5px;
        font-size: 14px;
  }
}
@media (max-width:543px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    font-size: 16px;
    margin-bottom: 5px;
  }
}


.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container .category-subtitle{
  font-size:23px;
  font-weight: 700;
line-height:23px;
 font-family:var(--font-body-family);
}
@media (max-width:1250px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
    font-size:22px;
  }
}
@media (max-width:1199px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
        font-size: 19px;
  }
}
@media (max-width:767px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
        font-size: 16px;
  }
}
@media (max-width:543px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
    font-size:18px; 
  }
}
.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow{
    float: right;
    width: 39px;
    height: 39px;
        background: var(--button-bg-color);
    border-radius:30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition: all .5s;
}
.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow:hover{
  background: #fff;
}

.ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .arrow i{
  font-size: 25px;
    margin-left: 3px;
}
@media (max-width:767px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .arrow i{
     font-size: 22px;
  }
}

@media (max-width:767px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .arrow{
      width: 34px;
      height: 34px;
  }
}
@media (max-width:543px){
  .ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .arrow{
    display:none;
  }
}
.ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container:hover .text-container .arrow{
  opacity:1;

}

 @media(max-width:543px){
  .ishi-category-block3  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow{
    
    opacity:1;
   
}
}
.ishi-category-block3 .ishicategoryblock .ishicategoryblock-container .text-container .arrow svg{
  width:20px;
  height: 20px;
  fill: #232323;
}
.ishi-category-block3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
 @media (max-width: 543px){
   .ishi-category-block3 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}
 }
 .ishi-category-block3  .ishicategoryblock .owl-dots .owl-dot.active span, .ishi-category-block2  .ishicategoryblock .owl-dots .owl-dot:hover span {
   background: #232323 !important;
   border-color: #232323 !important;
}
 .ishi-category-block3  .ishicategoryblock .owl-dots .owl-dot span{
      width: 10px;
    height: 10px;
    background: #232323 !important;
    border: 1px solid #232323 !important;
    margin: 0 auto;
}
 .ishi-category-block3  .ishicategoryblock .owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.ishi-category-block3  .ishicategoryblock .owl-theme .owl-dots .owl-dot.active {
    border-color: #232323;
}

 /********************************  Single Products ****************************************/

.single-product-section .ishi-product-tab{
   margin-top: 70px;
}
.single-product-section .contact-form-bottom{
  width:80%;
  margin:0 auto;
}
.single-product-section .product-form__input.size {
    display: none;
}
.single-product-section .reassurance-block {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 25px 20px;
    overflow: hidden;
    background: #fff;
}
.shopify-payment-button__button--unbranded {
    border-radius: 5px;
}
.single-product-section .reassurance-space {
    width: 93%;
}
.single-product-section .reassurance-hover-img-main{
  position:relative;
}
.single-product-section .reassurance-block .reassurance .reassurance-text .reassurance-desc {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    line-height: 18px;
}
.single-product-section .product-form__input.color {
    margin-bottom: 20px;
  float: left;
    width: 20%;
}
.single-product-section .product-form__input label[data-color]:after {
    content: "";
    position: absolute;
    width: calc(95% + 7px);
    height: calc(95% + 7px);
    border: 1px solid transparent;
    border-radius: 50%;
    top: -3px;
    left: -3px;
    transition: .5s;
}
.single-product-section  .product-form__input.color label[data-color] {
    padding: 1rem!important;
    margin: 10px 7px 0 0;
}
.single-product-section  .quantity__button {
    color: #232323;
}
.single-product-section .quantity__input {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0 0.5rem;
    height: 4rem;
}
.single-product-section .product__info-container .product-price .price-item--regular {
    font-size: 20px;
}
.single-product-section .product__info-container .review {
    margin-top: 5px;
}
@media (max-width: 991px){
  .single-product-section .reassurance-space {
    width: 100%;
}
 .single-product-section .product__media-wrapper {
    margin-bottom: 0px;
}
  .single-product-section .reassurance-space {
    margin-bottom: 0px;
}
}
@media (max-width: 767px){
  .single-product-section .product__media-wrapper {
    margin-bottom: 15px;
}
}
@media (max-width: 543px){
  .single-product-section .reassurance-space {
    margin-bottom: 0 !important;
}
}
.single-product-section .share_this_btn {
    display: none;
}
.single-product-section .product__media-list .owl-nav .owl-prev {
  left: -13px;
}
.single-product-section .product__media-list .owl-nav .owl-next{
  right: -13px;
}
.single-product-section a.product__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--font-body-family);
}
.single-product-section .product__info-container .product-price .price--on-sale .price-item--sale {
    color: #777 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: var(--font-body-family);
}
.single-product-section  .product__info-container .product-price .price--on-sale .price-item--regular{
   color: #777 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: var(--font-body-family);
}
/* .single-product-section .variant-space {
    width: 25%;
    float: left;
} */
/* .single-product-section  .quantity {
    position: relative;
    width: 14rem;
    display: flex;
    background: #fff;
    border-radius: 30px;
  border: 0;
} */
.single-product-section  .product-form__input .form__label {
    padding-left: 0;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 10px;
    color: #232323;
}
@media (max-width: 1199px) {
  .single-product-section .contact-form-bottom{
    width:90%;
  }
}
@media (max-width: 991px) {
  .single-product-section .contact-form-bottom{
    width:100%;
  }
}
@media (max-width: 767px) {
  .single-product-section .ishi-product-tab{
     margin-top: 30px;
  }
}

.single-product-section .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   width: 60px;
   margin-right: 10px;
   background: #fff;
   border-radius: 5px;
   height: 60px;
   padding: 5px 0px;
   position: relative;
}
 @media (max-width: 543px) {
  .single-product-section .countdowncontainer .countdown {
     margin-right: 8px;
  }
}
 .single-product-section .countdowncontainer .countdown .data {
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0px;
   font-weight: 500;
   position: relative;
   color: #232323;
}
 @media (max-width: 543px) {
  .single-product-section .countdowncontainer .countdown .data {
     font-size: 20px;
  }
}
 .single-product-section .countdowncontainer .countdown .text {
   font-size: 13px;
   line-height: 20px;
   letter-spacing: 0px;
   font-weight: 400;
   position: relative;
   color: #666;
}
 .single-product-section .countdowncontainer .countdown:last-child:after {
   display: none;
} 
.single-product-section .reassurance-hover-img-main {
    position: relative;
}
.single-product-section .reassurance-block .reassurance .reassurance-imghvr {
    width: 35px;
    height: 35px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-product-section .reassurance-img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
   
}
.single-product-section .reassurance-imghvr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    opacity: 0;
}
.single-product-section .reassurance:hover .reassurance-imghvr{
  opacity: 1;
}
.single-product-section .reassurance:hover .reassurance-img{
  opacity: 0;
}
.single-product-section .reassurance-block .reassurance:nth-child(3) {
    clear: both;
}
.single-product-section .quantity {
    border: 0;
    position: relative;
    width: 13rem;
    display: flex;
    border-radius: 30px;
    background: #fff;
}
 @media (max-width: 543px){
   .single-product-section a.product__title{
     margin-bottom:10px !important;
   }
   .single-product-section .product-price {
    margin-bottom: 10px !important;
}
   .single-product-section .product__info-container .review{
     margin-bottom: 10px !important;
   }
 }
/**************************** combo-productblock*******************************/
@media screen and (min-width: 1200px){
.product-style1 .feature_productcontent{
    display: flex;
    align-items: center;
  overflow: hidden;
      border: 1px solid #eee;
    border-radius: 10px;
}
}
@media(max-width:1480px){
  .product-style1 .feature_productcontent{
    margin: 0 15px;
  }
}
@media(max-width:1199px){
  .product-style1 .feature_productcontent{
    margin: 0;
  }
}
.product-style1 .image-left{
    display: block;
     padding: 0;
 
}
@media(max-width:1340px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media(max-width:1299px){
.product-style1 .image-left{
      padding: 0;
}
}
@media(max-width:1240px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media(max-width:1199px){
.product-style1 .image-left{
      padding: 0;
}
}
@media(max-width:767px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media (max-width:1199px){
.product-style1 .image-left{
    text-align:center;
      float: none;
    margin-bottom: 30px;
  border-right:0;
}
  .product-style1 .image-left img{
    border-radius:10px;
  }
}

@media (max-width: 991px){
  .product-style1 .image-left{
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 543px){
  .product-style1 .image-left{
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px){
 .product-style1 .product-main{
    padding: 0px 0;
   border: none;
  }
}


 .product-style1 .card-information .card-information__wrapper{
  text-align:left; 
}
@media (max-width: 543px){
 .product-style1 .card-wrapper .thumbnail-buttons{
    border: none;
  }
}
.product-style1 .card--product .spr-badge{
  bottom: 5px;
}
@media (max-width: 767px){
.product-style1 .card--product .spr-badge{
  bottom: 45px;
}  
}
@media (max-width: 543px){
.product-style1 .card--product .spr-badge{
  bottom: 50px;
}  
}

.view-all-btn{
  margin-top: 0px;
}
   .product-style1 .card-wrapper{
      background: transparent;
     box-shadow: none;
         display: flex;
    align-items: center;
    margin-bottom:30px;
     margin-top: 0;
   }
   @media (max-width:1199px) {
 .product-style1 .cart-left{
       padding-left: 0;
 }
   }
   
  .product-style1   .card-information .right-price{
    display: flex;
    align-items:center;
    justify-content:space-between;
  
  }


  
@media (min-width:544px){
  .product-style1 .card-wrapper:hover  .card-information .price{
    opacity:0;
  }
}
  .product-style1 .card+.card-information{
     padding:0;
    margin-top:0;
   width: 82%;
   }
 
   @media (max-width:543px){
     .product-style1 .card+.card-information{
       width: 76%;
     }
   }
   .product-style1 .product-desc{
         display: block;
         font-size: 16px;
    line-height: 22px;
    width: 75%;
   }
   @media (max-width:1199px){
     .product-style1 .product-desc{
       width:70%;
     }
   }
     @media (max-width:991px){
     .product-style1 .product-desc{
       width:80%;
     }
   }
      @media (max-width:543px){
     .product-style1 .product-desc{
      display:none;
     }
   }
   @media (max-width:991px){
    .product-style1   .card--product{
           width: 25%;
     }
    .product-style1  .card-information {
     width: 75%;
    }
   }
   @media (max-width:543px){
      .product-style1   .card--product{
        width:36%;
        padding:0;
     }
    .product-style1  .card-information {
     width:70%;
    }
     .product-style1 .card+.card-information{
       padding-left: 10px;
       padding-right:0;
     }
   }
.product-style1   .card__inner {
 position:relative;
  overflow: hidden;
}
 .product-style1 .cart-btn-bottom{
   text-align:center;
   margin-top:35px !important;
  position: relative;
 }
 @media (max-width:543px){
   .product-style1 .cart-btn-bottom{
     margin-top:25px !important;
   }
 }
 .product-style1 .cart-btn-bottom .combo-btn{
  padding: 12px 90px;
 }
 @media (max-width:543px){
   .product-style1 .cart-btn-bottom .combo-btn{
    padding: 12px 50px;
     font-size:13px;
   }
 }
 .product-style1  .price--on-sale .price-item--regular ,  .product-block .price--on-sale,  .product-block .price__regular .price-item--regular{
   font-size:18px;
   font-weight:400;
   vertical-align: middle;
 }
 .product-block .add-to-cart-btn{
   text-align:center;
 }
 .product-style1  .thumbnail-buttons svg{
    fill:#232323;
   width:30px;
  height:30px;
   display:block;
  
    }
.product-style1  .thumbnail-buttons .btn-info.wishlist svg{
  display:block;
 }
.product-style1  .thumbnail-buttons .btn-info.wishlist {
  position:unset;
  margin-top: -7px;
}
.product-style1 .thumbnail-buttons .wishlist .loader-btn{
background: none;
     width: 30px;
    height: 30px;
}
.cart-btn-bottom.loading:before{
      position: absolute;
    content: "\f1ce";
    font-family: "FontAwesome";
    color: #ffffff;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-animation: fa-spin2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.cart-btn-bottom.loading svg, .cart-btn-bottom.loading span{
opacity:0;
}
.product-style1 .cart-btn.loading:before{
   position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--button-text-hover-color);
     width: 40px;
     height: 40px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top:1px;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
}
.product-style1 .cart-btn.loading span{
  opacity:0;
}
.ishi-faq-section .faq-block .accordion {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width:543px){
  .product-style1 .thumbnail-buttons{
    right:0;
  }
}
 .product-style1  .thumbnail-buttons .btn-info{
 width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
 }
 .product-style1 .thumbnail-buttons{
 transform:unset;
opacity:1;
  position: absolute;
   top: 0;
   bottom:auto;
   left:auto;
    right:0px;
   padding:0;
 }
 .product-style1 .thumbnail-buttons .btn-info{
   background: none;
   display:block;
 }
 @media (min-width:768px){
 .product-style1  .card-wrapper  .thumbnail-buttons .btn-info{
        opacity: 0;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translate(0px);
  }
 }
  @media (min-width:768px){
  .product-style1  .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: translate(0px);
  }
 }
  @media (max-width:543px){
   .product-style1   .price--on-sale .price__sale{
          justify-content: left;
    }
    .product-style1 .card-information .right-price{
          display: block;
          float: unset;
          margin-top: 2px;
    }
    .product-style1 .card-information .price{
          justify-content: left;
          margin-top: 0.3rem;
    }
  .product-style1  .card-information .card-information__text{
     font-size:15px;  
    }
  }

  @media (min-width:1200px){
    .cart-left{
  padding-left:0px;
  width:18%;    
    }
  }
 .product-style1 .card-wrapper:hover:before{
   padding:0;
   box-shadow:none;
   
 }
 @media (max-width:1199px){
  .product-style1  .card-information .card-information__text{
     font-size:16px;
   }
 }
  @media (max-width:543px){
  .product-style1  .card-information .card-information__text{
 
        margin-top: 0;
   }
 }
 .product-style1 .cart-btn-bottom .cart-btn .single-crt-btn{
    padding: 10px 20px;
  }
  @media (max-width:543px){
.product-style1    .card-information .card-information__wrapper{
         text-align: left; 
    }
  }
.product-style1  .single-button{
    text-align: right;
    margin-top: 0 !important;
    float: right;
    position: absolute;
    right:0px;
    top:-11px;
  margin-top:0 !important;
  opacity:0;
  transition: .5s;
  }
  @media (max-width:1350px) and (min-width:1200px){
    .product-style1 .single-button{
      top:0;
    }
  }
  @media (max-width:1199px){
    .product-style1 .single-button{
      top: -18px;
    }
  }
  @media (max-width:767px){
    .product-style1 .single-button{
   
    top:0px;
    }
  }
  @media (max-width:543px){
    .product-style1 .single-button{
      position:unset;
      float:unset;
      text-align:left;
      margin-top:4px !important;
          opacity: 1;
    }
  }
  @media (max-width:767px){
    .product-style1 .single-button .btn{
    padding: 9px 10px;
    line-height: 18px;
    }
  }
  @media (min-width:544px){
  .product-style1 .card-wrapper:hover  .single-button{
     opacity:1;
  }
   
  }
 

.ishi-product-section .faq-container .panel{
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}




.ishi-faq-section .faq-block .faqbanner .media{
	background:none;
  overflow: hidden;
}
@media (min-width: 1200px){
  .ishi-faq-section .faq-block .accordion{
    width: 50%;
  }
}
@media (max-width: 1199px){
.ishi-faq-section .faq-block .accordion{
    width: 100%;
      padding-bottom: 0 !important;
  }
}
.ishi-faq-section .faq-block .accordion{
  border:none;
  padding-right: 60px;
}
@media(max-width:1399px){
  .ishi-faq-section .faq-block .accordion{
    padding:20px 15px;
  }
}

@media(max-width:991px){
  .ishi-faq-section .faq-block .accordion{
    width:100%;
    padding:15px 0px;
  }
  .ishi-faq-section .faq-block .faqbanner{
    margin-bottom:30px;
  }
  
}
@media(max-width:767px){
  .ishi-faq-section .faq-block .accordion{
   
    padding:15px 15px;
  }
}
.product-style1 .feature_productcontent .section-header{
      margin-bottom: 15px;
}
.product-style1 .feature_productcontent .section-header .dec-title{
      font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: var(--font-body-family);
    width: 80%;
  color: #777;
  margin: 0;
}
.product-style1 .feature_productcontent .section-header .title{
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 0px;
    font-weight: 600;
  margin-bottom: 8px;
}
@media(max-width:991px){
  .product-style1 .feature_productcontent .section-header .title{
    font-size: 30px;
    line-height: 30px;
    }
}
@media(max-width:767px){
  .product-style1 .feature_productcontent .section-header .title{
    font-size: 26px;
    line-height: 26px;
    }
}
@media(max-width:375px){
  .product-style1 .feature_productcontent .section-header .title{
    font-size: 24px;
    line-height: 26px;
    }
}

@media(max-width:543px){
  .product-style1 .feature_productcontent .section-header .dec-title{
    display: block;
    width:100%
  }
}
.product-style1 .feature_productcontent .faq-btn{
  margin-top: 25px;
}
@media(max-width:543px){
  .product-style1 .feature_productcontent .faq-btn{
    margin-top: 20px;
  }
}


/* .ishi-faq-section .faq-block .accordion .panel:first-child .summary{
  border-top: none;
  padding-top: 0px;
} */

.ishi-faq-section .faq-block .accordion .summary{
  border-top: 1px solid rgba(102, 102, 102, 0.1);
}
.ishi-faq-section .faq-block .accordion .panel:first-child .summary{
  border-top: none;
   padding-top: 0px;
}



.ishi-faq-section .faq-block .accordion .accordion__content{
  padding: 0 20px 30px 0px;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-title-family);
  font-weight: 400;
}
@media(max-width:1199px){
  .ishi-faq-section .faq-block .accordion .accordion__content:last-child{
  padding: 0 20px 15px 0px;
  
}
}
.ishi-faq-section .faq-block .accordion .summary__title svg{
  display: none;
}

.ishi-faq-section .faq-block .accordion .faq-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-family: var(--font-body-family);
    color: #232323;
}



@media (max-width: 767px) {
  .ishi-faq-section .faq-block .accordion .faq-title{
      font-size: 17px;
  }
}


.ishi-product-section.faq-block .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    /* top: 0; */
    bottom: 15px;
    left: 0;
    right: 0;
}
.ishi-product-section.faq-block .owl-dots .owl-dot.active span, .ishi-product-section.faq-block .owl-dots .owl-dot:hover span {
   background: #FFF !important;
   border-color: #FFF !important;
}
.ishi-product-section.faq-block .owl-dots .owl-dot span{
      width: 10px;
    height: 10px;
    background: #eeeeee !important;
    border: 1px solid #ffffff !important;
    margin: 0 auto;
}
.ishi-product-section.faq-block .owl-theme .owl-dots .owl-dot{
  border: 1px solid transparent;
  height: 20px;
    width: 20px;
    border-radius: 50%;
}

.ishi-product-section.faq-block .owl-theme .owl-dots .owl-dot.active{
  border-color: #fff;
}
.ishi-product-section.faq-block .mainborder {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #E2E1E1;
  margin: 0 15px;
}
@media (max-width: 1480px){
.ishi-product-section.faq-block .mainborder {
    margin: 0 15px;
}
}
@media(max-width:1199px){
  .ishi-product-section.faq-block .mainborder{
    display:block;
    border: none;
  }
  .ishi-product-section.faq-block .owl-theme .owl-nav.disabled+.owl-dots{
    bottom:45px;
  }
  .ishi-product-section.faq-block .mainborder {
    margin: 0px;
}
}
@media(max-width:543px){
  .ishi-product-section.faq-block .owl-theme .owl-nav.disabled+.owl-dots{
    bottom:30px;
  }
}
.ishi-product-section.faq-block .slidcontent {
  padding-left:0;
}
.ishi-product-section.faq-block h2.title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
}
.ishi-product-section.faq-block .dec-title {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-title-family);
    font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 543px){
  .ishi-product-section.faq-block .dec-title{
   
    margin-bottom: 15px;
  }
  .ishi-product-section.faq-block h2.title {
    margin-bottom: 10px;
        font-size: 24px;
}
}
.ishi-faq-section .faq-block .accordion .summary{
   padding: 20px 0;
   background:transparent;
}

@media(max-width:767x){
  .ishi-faq-section .faq-block .accordion .summary{
  	padding: 15px 0 !important;
  }
}
@media(max-width:543x){
  .ishi-faq-section .faq-block .accordion .summary {
    padding: 10px 0 !important;
}
  .ishi-faq-section .faq-block .accordion .faq-title{
        line-height: 24px;
  }
}

/********************video****************************/
audio,canvas,progress,video{
  display:block;
  width: 100%;
  object-fit: cover;
}

.video-section  .video-div{
  display:block;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
}
 .video-section .thumbnail {
    overflow: unset;
   min-height: 310px;
}
.video-section .card {
    overflow: hidden;
} 
.video-section .video-block {
    overflow: hidden;
    position:relative;
}
.video-section .video-content{
  display:flex;
  align-items:center;
  padding-bottom: 38.25%;
  
}
.video-section .thumbnail-buttons {
    z-index: 1;
}
@media(max-width:1500px){
  .video-section .video-content {
    padding-bottom: 44.25%;
}
}
@media(max-width:1300px){
  .video-section .video-content {
    padding-bottom: 50.25%;
}
}
@media(max-width:1199px){
  .video-section .video-content {
    padding-bottom: 55.25%;
}
}
@media(max-width:991px){
  .video-section .video-content {
    padding-bottom: 60.25%;
}
}
@media(max-width:991px){
  .video-section .video-content {
    padding-bottom: 64.25%;
}
}
.video-section .collection .grid__item {
   
    padding: 0;
}

.video-section .video-data.left{
    left:2%;
}
.video-section .video-data.right{
 right:20%;
}
/* @media(max-width:1400px){
  .video-section .video-data.right{
    right: 15%
  }
}
@media(max-width:1199px){
  .video-section .video-data.right{
    right: 10%
  }
} */
.video-section .video-data.center{
    left:0;
    right:0;
      margin: 0 auto;
}






.video-section .owl-nav {
    display:none !important;
    /* top: 0; */
    /* bottom: 0; */
}
.video-section .product-list{
  position: relative;
}
.video-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
        border-radius: 50%;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.video-section .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
        border-radius: 50%;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
@media(max-width:543px){
  .video-section .owl-carousel .owl-nav button.owl-next{
    right: 0px;
  }
  .video-section .owl-carousel .owl-nav button.owl-prev{
    left: 0px;
  }
  .video-section .thumbnail-buttons {
    margin-bottom: 5px;
}
}
.video-section .video-data {
    
  position: absolute;
    text-align: center!important;
    bottom: 22%;
    left: 0;
    right: 0;
    padding: 0 30px 0 80px;
     
   
}
@media(max-width: 1600px){
  .video-section .video-data {
    bottom: 20%;
     
   
}
}
.video-section .video-inner-content {
    display: flex;
    align-items: center;
  justify-content: space-between;
  
}
/* .video-section .thumbnail img {
    height: auto;
} */
.video-section .owl-carousel .owl-nav button.owl-next svg, .video-section .owl-carousel .owl-nav button.owl-prev svg{
    fill: #232323;
}
.video-section .owl-carousel .owl-nav button.owl-next:hover svg, .video-section .owl-carousel .owl-nav button.owl-prev:hover svg{
    fill: #fff;
}
.video-section .card-information{
  display:flex;
}
@media(max-width: 991px){
  /* .video-section .card-information{
  display:block;
} */
  .video-section .variants-swatch {
    text-align: left;
}
}
.video-section .card-information__wrapper {
    width: 70%;
}
.video-section  .collection .thumbnail img {
    height: auto;
  border-radius: 5px 5px 0 0;
  min-height: 310px;
     width: 100%;
}
.video-section  .parallax-title {
	/* If media is below 992 */
	 font-size: 35px;
	 font-weight: 700;
	 font-family: var(--font-body-family);
	 line-height: 40px;
	 margin-bottom: 10px;
	 letter-spacing: 0;
      text-align: left;
}

 .video-section .parallax-subtitle {
	 margin-bottom: 20px;
	 font-size: 14px;
	 font-weight: 300;
	 line-height: 24px;
	 display: block;
   font-family: var(--font-title-family);
       max-width: 90%;
	     text-align: left;
}

@media(max-width: 1199px){
  .video-section .parallax-subtitle {
    max-width: 65%;
  }
}
.video-section  .countdowncontainer {
	 margin-bottom: 30px;
	 clear: both;
      text-align: left;
}
 .video-section .parallax-offer {
    text-align: left;
}
  ul.search-results::-webkit-scrollbar {
    	display: none;
    } 
 .video-section  .countdowncontainer .countdown {
	 display: inline-block;
	 vertical-align: middle;
	 width: 75px;
	 height: 80px;
	 text-align: center;
	border-radius: 5px;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.30) 99.99%, rgba(255, 255, 255, 0.00) 100%, rgba(255, 255, 255, 0.29) 100%);

backdrop-filter: blur(6.5px);

	 padding: 15px 0;
	 pointer-events: none;
	 margin-right: 15px;
   
}
.video-section .video-data .video-inner-content .collection {
    width: 17%;
}
@media(max-width: 1600px){
  .video-section .video-data .video-inner-content .collection {
    width: 20%;
}
}
@media(max-width: 1450px){
  .video-section .video-data .video-inner-content .collection {
    width: 25%;
}
  .video-section .video-data {
    
    padding: 0 30px 0 50px;
}
  .video-section .video-data {
    bottom: 16%;
}
}
@media(max-width: 1300px){
   .video-section .video-data {
    bottom: 18%;
}
  .video-section .video-data {
    
    padding: 0 25px 0 25px;
}
}
@media(max-width: 1199px){
  .video-section .video-inner-content {
    gap: 30px;
}
   .video-section .video-data .video-inner-content .collection {
    width: 30%;
}
}
@media(max-width: 1100px){
   .video-section .video-data .video-inner-content .collection {
    width: 35%;
}
   .video-section .video-data {
    bottom: 16%;
}
}
@media(max-width: 1025px){
   .video-section .video-data .video-inner-content .collection {
    width: 40%;
}
}
@media(max-width: 960px){
   .video-section .video-data .video-inner-content .collection {
    width: 45%;
}
}
@media(max-width: 915px){
   .video-section .video-data .video-inner-content .collection {
    width: 55%;
}
   .video-section .video-data {
    bottom: 13%;
}
}
@media(max-width: 851px){
   .video-section .video-data .video-inner-content .collection {
    width: 65%;
}
}
@media(max-width: 807px){
   .video-section .video-data .video-inner-content .collection {
    width: 80%;
}
  .video-section .video-content {
    padding-bottom: 70.25%;
}
   .video-section .video-data {
    bottom: 15%;
}
}
@media(max-width: 767px){
   .video-section .video-data .video-inner-content .collection {
    width: 50%;
}
  .video-section .video-inner-content {
    gap: 0px;
    padding: 0;
}
  
}
@media(max-width: 767px){
  .video-section .video-data {
        margin-left: 0px;
   
}
}
@media(max-width:767px){
  .video-section .video-content{
    padding-bottom: 46.25%;
  }
  
}
@media(max-width:543px){
  .video-section .video-content{
    padding-bottom: 55.25%;
  }
}
@media(max-width:340px){
  .video-section .video-content{
    padding-bottom: 70.25%;
  }
}

@media (max-width:543px){
.video-section .video-data{
padding: 30px 15px 20px;
}
}
 @media (max-width: 767px) {
  audio,canvas,progress,video{
    display:block;
  }
  .video-section .video-content{
    display:block;
    overflow:hidden;
    position:relative;
  }
 
  
}

 @media (max-width: 543px) {
	 .video-section  .countdowncontainer .countdown {
		 width: 60px;
		 height: 55px;
		 padding: 7px 0;
       margin-right: 8px;
	}
}
 .video-section  .countdowncontainer .data {
	 font-size: 25px;
	 font-weight: 600;
	 line-height: 25px;
	 margin-bottom: 5px;
	 text-align: center;
	 position: relative;
	 color: #fff;
   font-family: var(--font-body-family);
}

 /* @media (max-width: 991px) {
	 .video-section  .countdowncontainer .data {
		 font-size: 28px;
		 line-height: 28px;
	}
}
 @media (max-width: 767px) {
	 .video-section  .countdowncontainer .data {
		 font-size: 24px;
		 line-height: 24px;
	}
} */
 @media (max-width: 543px) {
	 .video-section  .countdowncontainer .data {
		 font-size: 20px;
		 line-height: 20px;
	}
}
 .video-section .countdowncontainer .text {
	 font-size: 16px;
	 color: #fff;
   font-weight: 400;
	 line-height: 22px;
   font-family: var(--font-title-family);
   
}
 @media (max-width: 767px){
    .video-section .countdowncontainer .text {
	 color: #777;
   
}
   .video-section .countdowncontainer .data{
     color: #232323;
   }
 }
 @media (max-width: 991px) {
	 .video-section .countdowncontainer .text {
		 font-size: 13px;
	}
}

 @media (max-width: 543px) {
	 .video-section .countdowncontainer .text {
		 font-size: 14px;
	}
}




 .video-section .owl-stage-outer {
    position: unset;
    width: auto;
    height: auto;
}
.video-section .owl-dots {
   height:auto !important;
   bottom:0 !important;
 top:auto !important;
  margin-bottom: 10px;
}
 .video-section .owl-dots .owl-dot.active span, .video-section .owl-dots .owl-dot:hover span {
   background: #232323 !important;
   border-color: #232323 !important;
}
 .video-section .owl-dots .owl-dot span{
      width: 10px;
    height: 10px;
    background: #232323 !important;
    border: 1px solid #232323 !important;
    margin: 0 auto;
}
 .video-section .owl-theme .owl-dots .owl-dot {
    border: 1px solid transparent;
    height: 18px;
    width: 18px;
    border-radius: 50%;
}
.video-section .owl-theme .owl-dots .owl-dot.active {
    border-color: #232323;
}
/* .video-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    margin-bottom: 10px;
      position: absolute;
    left: 0;
    right: 0;
    display: block;
}
 */
/* .video-section .owl-nav {
    position: unset !important;
    width: auto !important;
    height: auto !important;
} */
.video-section .owl-nav {
    margin-top: 0;
}
@media(max-width:767px){
  .video-section .video-data{
    position:unset;
    background: #f2efe5;
    padding: 25px 15px;
    margin-left:0;
  }
  .video-section .parallax-title{
    color:#232323 !important;
  }
  .video-section .parallax-subtitle{
    color:#232323 !important;
        max-width: 100%;
  }
  .video-section .countdowncontainer .countdown{
    background: var(--button-bg-color);
  }
  .video-section .video-inner-content {
    width: 100%;
}
   .video-section  .collection .grid__item{
     padding-bottom:0;
   }
  .video-section .parallax-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    
}
  .video-section .countdowncontainer .countdown {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .video-section .countdowncontainer .data {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  .video-section .collection {
    width: 30%;
}
  .video-section .video-inner-timer {
    width: 60%;
}
}
@media(max-width:700px){
  .video-section .video-inner-content {
    
    flex-direction: column;
  }
  .video-section .card-information {
    display: block;
}
   .video-section .variants-swatch {
    text-align: center;
}
  .video-section .video-inner-timer {
    padding: 15px;
}
  .video-section .video-data .video-inner-content .collection {
    width: 100%;
    margin-bottom:20px;
}
  .video-section .card-information__wrapper {
    width: 100%;
}
  /* .video-section .card-information {
    display: block;
} */
  .video-section .collection {
    width: 75%;
}
  .video-section .parallax-title {
    text-align: center;
}
  .video-section .parallax-subtitle {
    text-align: center;
}
  .video-section .countdowncontainer {
    text-align: center;
}
  .video-section .parallax-offer {
    text-align: center;
}
  /* .video-section .variants-swatch {
    text-align: left;
} */
  .video-section .card-information .card-information__wrapper {
    text-align: center;
}
  .video-section .card-information .price {
    justify-content: center;
}
  .video-section .video-inner-timer {
    width: 100%;
}
  .video-section .parallax-subtitle {
    margin-bottom: 15px;
  }
}
@media(max-width:543px){
    .video-section .collection {
    width: 100%;
      padding: 0;
}
  .video-section .video-inner-content {
    padding: 0;
}
    .video-section .collection .grid__item {
    padding: 0;
}
  .video-section .product-list {
    padding: 0;
}
  .video-section .video-inner-timer {
  
    padding: 0;
}
  .video-section .countdowncontainer .countdown {
    width: 65px;
    height: 65px;
    margin-right: 5px;
        padding: 12px 0;
}
}
@media(max-width:350px){
  .video-section .countdowncontainer .countdown {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}
}
@media (max-width: 1199px) and (min-width: 992px){
 .video-section .variants-swatch {
    text-align: right;
}
}
@media (max-width: 992px){
    .single-product-section .product-form__input.color {
    width: 35%;
}
}
@media (max-width: 767px){
    .single-product-section .product-form__input.color {
    width: 25%;
}
}
@media (max-width: 450px){
    .single-product-section .product-form__input.color {
    width:30%;
}
}
@media (max-width: 380px){
    .single-product-section .product-form__input.color {
    width:38%;
}
}
/********************************* Ishi Image With Product ***********************************/



.Ishi-Image-With-Product .video-div{
  display:block;
  top: 0!important;
  left: 15px!important;
  width: 64%!important;
  height: 488px!important;
  
  border-radius:5px;
}
 @media (min-width: 1199px){
   height: 474px!important;
 }
 @media (max-width: 991px){
   .Ishi-Image-With-Product .video-div{
  width: 68%!important;
} 
 }
 @media (max-width: 767px){
   .Ishi-Image-With-Product .video-div{
  width: 100%!important;
} 
 }
/* .Ishi-Image-With-Product  .video-content{
  display:flex;
  align-items:center;
  padding-bottom:100%;
  
} */

.ishi-story-block{
 overflow:hidden;
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
.collection-left .icon-with-text-content:last-child {
    margin-bottom: 0;
}
.Ishi-Image-With-Product .icon-image img {
    width: 56px;
    height: 56px;
}

.Ishi-Image-With-Product  .icon-image {
    width: 110px;
    height: 80px;
}
 @media (max-width: 767px){
   .Ishi-Image-With-Product .icon-image {
    width: 130px;
    height: 80px;
}
 }
.Ishi-Image-With-Product .storyblock .valign-wrapper{
  display: inline-block;
}
  @media (min-width: 1200px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
	     position: sticky;
    top: 90px;
}
} 
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper {
		 text-align: center;
	}
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	   
}
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
		 margin-bottom: 15px;
	}
}

 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper {
	 display: inline-block;
	 position: absolute;
	 z-index: 2;
	    bottom: -4%;
    right: 20px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
       overflow: hidden;
    border-radius: 5px;
}
/* .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper:hover{
  z-index: 1;
} */
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper:hover img{
  transform: scale(1.1);
}
@media (max-width:767px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper:hover img{
  transform: scale(1);
}
}
@media (max-width:1199px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper{
    right:15%;
    bottom: 24px;
  }
}
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
    position: absolute;
    top: 0px;
    right: 25px;
  overflow: hidden;
    border-radius: 5px;
}

.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner img{
      border-radius: 5px;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner:hover img{
  transform: scale(1.2);
}
@media (max-width: 1350px) {
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
  display:none;
}
}

@media (max-width: 1230px) {
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
 right: 20px;

}
}
@media (max-width:1199px) {
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
   right:15%;
  display: block;
}
}
@media (max-width:991px) {
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
 right:4%;
top:0;

}
}
@media (max-width:767px) {
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
  display:none;
}
}
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper {
		 right: 4%;
    bottom: 24px;
	}
}
 @media (max-width:767px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper {
		/* If media is below 1200 */
     position:unset;
     padding-top: 15px;
    text-align: center;
    width: 100%;
    margin-bottom:0;
	}
}

 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper img {
      max-width: 100%;
       border-radius: 5px;
      -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
     z-index: 1;
}

 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper img {
  	  max-width: 100%;
     width:100%;
      overflow:hidden;
      position:relative;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
       border-radius: 10px;
}
/* .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper:hover{
  z-index: 3;
} */

@media (max-width:1199px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper{
  margin-bottom:5px;
  text-align:center;
  }
}
@media (max-width:991px) and (min-width:768px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper{
 text-align:left;
  }
}
 
   
     .ishistoryblock .stroyblock-btn{
    text-align: left;
    margin-top: 8px;
       
     }
     @media (max-width:543px){
  .ishistoryblock .stroyblock-btn{
        margin-top: 0px;
    clear: both;
    text-align: center;
  }
     }

.Ishi-Image-With-Product .icon-with-text-content {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 25px 50px 25px 30px;
    margin-bottom: 15px;
    border-radius:5px;
  border:1px solid transparent;
     opacity:0.6;
}
.Ishi-Image-With-Product .icon-with-text-content.active{
  opacity:1;
  border:1px solid #eee;
}



.Ishi-Image-With-Product .icon-with-text-content:hover .icon-with-text-title{
  transform: rotateX(360deg);
}
@media (max-width:1199px){
  .Ishi-Image-With-Product .icon-with-text-content {
    gap: 0px;
  }
}
@media (max-width:991px){
  .Ishi-Image-With-Product .icon-with-text-content {
    gap: 15px;
  }
}
 @media (max-width:1286px){
   .Ishi-Image-With-Product .icon-with-text-content{
     padding: 25px 30px 25px 30px;
   }
 }
 @media (max-width:543px){
   .Ishi-Image-With-Product .icon-with-text-content{
     padding: 15px 10px ;
     flex-direction: column;
    align-items: center;
   }
   .Ishi-Image-With-Product .icon-image {
    width: 110px;
    height: 56px;
}
   .Ishi-Image-With-Product .icon-with-text-title {
    text-align: center;
}
   .icon-with-text-subtitle {
    text-align: center;
}
 }
.Ishi-Image-With-Product .icon-with-text-title {
    font-size: 19px;
    font-weight: 400;
    font-family: var(--font-body-family);
    line-height: 22px;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-align: left;
  transform: rotateX(0deg);
    transition: all .5s;
  text-transform: capitalize;
}

.icon-with-text-subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    font-family: var(--font-title-family);
    text-align: left;
    color: #777;
}
@media (max-width: 1199px){
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
    float: none;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 45px;
}
}
@media (max-width: 767px){
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0;
}
}
@media (max-width:543px){
   .Ishi-Image-With-Product .icon-with-text-content{
     padding: 15px 10px ;
     flex-direction: column;
    align-items: center;
   }
   .Ishi-Image-With-Product .icon-image {
    width: 110px;
    height: 56px;
}
   .Ishi-Image-With-Product .icon-with-text-title {
    text-align: center;
     margin-bottom: 5px;
}
   .icon-with-text-subtitle {
    text-align: center;
}
 }
  @media (max-width: 767px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
		 margin-bottom: 15px;
	}
}
/********************************* Ishi marquee ***********************************/
.Ishi-Marquee-Text .splide__slide span:after {
    content: "";
    position: absolute;
    left: -14px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background-color: #fff;
    display: inline-block;
}
/********************************* Ishi Gallery ***********************************/

    .ishi-gallery-Style .ishigallaryblock .Gallery  {
       display: block;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 60px;
    position: relative;
    overflow: hidden;

   }
   @media (max-width: 1300px){
      .ishi-gallery-Style .ishigallaryblock .Gallery  {
    padding: 50px 30px;

   }
   }
    @media (max-width: 543px){
      .ishi-gallery-Style .ishigallaryblock .Gallery{
        padding: 30px;
      }
    }
.ishi-gallery-Style .innerimg {
    display: flex;
    gap: 10px;
}

 .ishi-gallery-Style .left-side-content-main {
        padding-right: 0;
}
 .ishi-gallery-Style .left-side-content-inner {
    margin-bottom: 70px;
}
  .ishi-gallery-Style .left-side-content-img img {
    width: 100%;
    height: 359px;
}

  .ishi-gallery-Style .right-side-content-main {
    padding-left: 10px;
   
}
  .ishi-gallery-Style .firstimg {
    margin-bottom: 10px;
}
 .ishi-gallery-Style  h2.title {
    line-height: 38px;
    margin-bottom: 7px;
}
   .ishi-gallery-Style .galley-image{
     overflow:hidden;
      border-radius:5px;
   }
.ishi-gallery-Style .dec-title {
    color: #777;
    font-size: 14px;
    line-height: 22px;
    font-family: var(--font-title-family);
    font-weight: 400;
    margin-bottom: 25px;
    max-width: 90%;
}
 .ishi-gallery-Style .galley-image 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-gallery-Style .galley-image:hover img {
    -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  
}
.ishi-gallery-Style .gallery-inner {
    display: flex;
    align-items: end;
}
@media (max-width: 991px){
  .ishi-gallery-Style .dec-title {
    max-width: 60%;
  margin:0 auto;
    text-align:center;
}
  .ishi-gallery-Style h2.title {
    text-align: center;
}
  .ishi-gallery-Style .left-side-content-img img{
    height:auto;
  }
}
@media (max-width: 1500px){
  .ishi-gallery-Style .gallery-inner {
   
    align-items: center;
}
  .ishi-gallery-Style .left-side-content-inner {
    margin-bottom: 35px;
}
}

@media (max-width: 991px){
  .ishi-gallery-Style .gallery-inner {
    display: block;  
}
  .left-side-content-img {
    margin-bottom: 10px;
}
  .ishi-gallery-Style .left-side-content-main {
    padding-right: 0;
    padding-left: 0;
}
  .ishi-gallery-Style .right-side-content-main {
    padding-left: unset;
    padding-right: unset;
}
  .ishi-gallery-Style .left-side-content-inner {
    margin-bottom: 20px;
}
}
@media (max-width: 543px){
  .ishi-gallery-Style .innerimg {
    display: flex;
    gap: 5px;
}
  .ishi-gallery-Style .firstimg {
    margin-bottom: 5px;
}
  .left-side-content-img {
    margin-bottom: 5px;
}
}
.cart-item__image {
    border-radius: 5px;
}
.cart-notification-product__image {
    border-radius: 5px;
}
.product__media-list .product__media-item .product__media {
   
    border-radius: 5px;
}
.product-section .product--media--sticky {
    background: transparent;
}
.product__media-wrapper .single-product {
   
    border-radius: 5px;
    
}
.product__media-list .owl-nav .owl-prev, .product__media-list .owl-nav .owl-next {
    top: 0;
    bottom: 0;
}
.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: 0;
    bottom: 0;
}
.search-results .type {
    color: #777;
}
.search-results .thumbnail img {
   
    border-radius: 5px;
}
@media (max-width: 991px){
.aboutus-information .aboutus-banner {
    margin-bottom: 20px;
}
  .information-container .heading {
  
    margin: 0 0 10px;
}}
.template-collection .list__item .variants-swatch, .template-search .list__item .variants-swatch{
   
    text-align: left;
}
@media (max-width:767px){
   .template-collection .variants-swatch, .template-search .variants-swatch {
    width: 100%;
     text-align:center !important;
}
 }
.template-collection .list__item .card-information, .template-search .list__item .card-information{
  background: transparent;
    color: #232323;
  display: block;
}
.template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons{
  position: unset;
  display:flex;
  justify-content: left;
}
@media (max-width:767px){
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons{
  justify-content: center;
}
}
.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 img, .template-search .list__item .thumbnail img{
     border-radius: 5px;
}
.template-collection .collectiongrid-layout-4 .variants-swatch .color_swatch .swatch-label, .template-search .collectiongrid-layout-4 .variants-swatch .color_swatch .swatch-label{
  width: 18px;
    height: 18px;
}
.template-collection .collectiongrid-layout-4 .variants-swatch .color-box, .template-search .collectiongrid-layout-4 .variants-swatch .color-box{
  width: 12px;
    height: 12px;
}
@media (max-width: 1350px){
  .template-collection .collectiongrid-layout-4 .card-information, .template-search .collectiongrid-layout-4 .card-information{
    display:block;
  }
 
 }
@media (max-width: 767px){
.template-collection .card-information .card-information__wrapper, .template-search .card-information .card-information__wrapper{
    text-align: center;
}
  .template-collection .card-information .price, .template-search .card-information .price {
    justify-content: center;
    line-height: 20px;
}
  .template-collection .list__item .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+*, .template-search .list__item .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+* {
    margin-top: 0.5rem;
}
  .template-collection .list__item .card-information, .template-search .list__item .card-information {
    width: 100%;
    padding: 10px 0 0;
    display: block;
}
   .ishi-gallery-Style .dec-title {
    max-width: 100%;
  margin:0 auto;
    text-align:center;
}
}
 


.template-product .product-recommendations .collection .grid__item {
    padding-bottom: 0;
}
.template-blog .spaced-section {
    margin-bottom: 30px;
}
.product-popup-modal #qv-images-container #qv-product-cover {
    text-align: center;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
.product-popup-modal__content img {
    max-width: 100%;
    border-radius: 5px;
}
.template-collection   .sidebar_content .grid__item.grid__item--Ishi_sidebar img {
    border-radius: 5px;
}
.template-search   .sidebar_content .grid__item.grid__item--Ishi_sidebar img {
    border-radius: 5px;
}
@media (max-width:767px){
   .template-collection .variants-swatch, .template-search .variants-swatch 
    width: 100%;
     text-align:center !important;
}
 }
 @media (max-width:543px){
.faq-block .accordion .faq-title {
    line-height: 23px;
}
 }
 .wishlist-item-link img {
    border-radius: 5px;
}
.product-popup-modal #qv-text-container input[type=checkbox].more_toggle:not(:checked)~#qv-productdescription {
    max-height: 93px;
}
.stickyaddtocart.ProductForm__AddToCart.button.button--full-width {
    border-radius: 0;
}
.sticky-cartbtn{
  z-index: 9;
}
.shopify-challenge__container .g-recaptcha {
    margin: rem(10px) 0;
    margin: 20px 0px;
}