/** Shopify CDN: Minification failed

Line 5100:2 Unexpected "*"

**/
.hwuifw{display:none;}
.row{margin-left:-15px;margin-right:-15px}
.page-width::after {
	content: '';
	display: table;
	clear: both; 
}
.page-width {
	max-width: 1470px;
	margin: 0 auto; 
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width:1199px) {
	.page-width {
		max-width: 970px;
	}
}
@media (max-width:991px) {
	.page-width {
		max-width: 750px;
	}
}
@media (max-width:767px) {
	.page-width {
		max-width: 576px;
	}
}
@media (max-width:543px) {
	.page-width {
		max-width: auto;
	}
}
body {
    background-color: var(--body-theme);
}
p{
  
  font-size:15px!important;
  
}
.owl-carousel .owl-dots{
  text-align:center;
}

/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 18px;
   letter-spacing: 1.8px;
   font-weight: 400;
   margin-bottom: 4px;
   line-height:26px;
   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;
     line-height:20px;
     margin-bottom: 8px;
  }
}
.section-header > h2 {
   font-size: 35px;
   line-height: 45px;
   letter-spacing: 1.75px;
   font-weight: 600;
   color: #232323;
   font-family: var(--font-title-family);
   text-transform: unset;
   position: relative;
   margin-bottom: 25px;
   margin-top:0;
}
.category-list-section .section-header > h2{
margin-bottom:12px;
}
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 32px;
     line-height: 32px;
  }
}
 @media (max-width: 991px) {
   .section-header > h2 {
     font-size: 28px;
     line-height: 28px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header > h2 {
     font-size: 25px;
     margin-bottom: 20px;
  }
   .category-list-section .section-header > h2{
     margin-bottom:10px;
   }
}
 /* .section-header > h2:before {
   position: absolute;
   content: "";
   width: 80px;
   height: 4px;
   background: var(--brand-secondary);
   bottom: 0;
   left:0;
   right:0;
   margin:0 auto;
} */
 .section-header.text-center > h2:before {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.text-left > h2:before {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.text-left > h2:before {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}
.desc{
  color:#777;
  font-size:15px;
  line-height:22px;
  font-family:var(--font-body-family);
  font-weight:400;
  letter-spacing:0.5px;
}
/* @media(max-width:543px){
  .button, .btn, a.btn, .shopify-challenge__button, .customer button{
    padding:6px 15px;
    font-size:14px;
  }
}  */
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
 
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding:0;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family:var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
  }
 .popular-product-section .card-information .card-information__text{
    font-size:17px;
  }
  .card-information .price {
    justify-content:center;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #232323;
    font-family: var(--font-body-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
  }
  .price--on-sale .price-item--regular{
    color: #777777;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
   color: #232323;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
    padding-left:5px;
  }
  @media(max-width:543px){
    .price-item--sale,.price--on-sale .price-item--sale{
      line-height:26px;
      font-size:14px;
    }
  }
  .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: 35px;
	 height: 35px;
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     cursor: pointer;
     border-radius: 5px;
	 margin-bottom: 5px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
     -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
/* .card-wrapper .cart-btn{
  display:none;
  background-color: #92aa83;
  color: #fff;
  line-height: 22px;
  padding: 11px 0;
  border-radius: 5px;
  margin: 0 3%;
  text-align: center;
  position:absolute;
  width:94%;
  bottom:10px;
  opacity:0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
} */
/* @media (min-width: 768px){
  .card-wrapper:hover .cart-btn {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0);
  }
} */
  .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;
  }
  
  .card-wrapper .cart-btn {
    -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 .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: 35px;
     height: 35px;
     display: flex;
     border-radius: 5px;
     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: 35px;
	height: 35px;
    display: flex;
    border-radius: 5px;
    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: 35px;
	 height: 35px;
     -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: 15px;
    }
    .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;
    }
  }
.card-wrapper{
  background-color:#fff;
  border-radius:50px!important;
}
.card-wrapper .card-information{
  border-radius: 0 0 5px 5px;
  margin:0!important;
  padding:10px;
  background-color:#fff;
}  
@media(max-width:543px){
  .card-wrapper .card-information{
    padding:10px 5px;
  }
}
/* @media(max-width:350px){
  .card-wrapper .card-information{
    min-height:122px;
  }
} */
/* @media(max-width:1299px) and (min-width:992px){
  .collectiongrid-layout-4 .card-wrapper .card-information{
    min-height:120px;
  }
} */
.variants-swatch .color_swatch {
    display: inline-block;
    vertical-align: middle;
}
.card-information__wrapper>*:not(.visually-hidden:first-child)+* {
    margin-top:0px;
} 
.card-information__wrapper .variants-swatch{
  margin-top:6px!important;
}
.variants-swatch .color_swatch .swatch-label:hover, .variants-swatch .color_swatch .swatch-label.active {
    border: 1px solid #232323;
}
.variants-swatch .color_swatch .swatch-label {
    display: block;
    border-radius: 50%;
    position: relative;
    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-box {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    background-position: center;
}
.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;
}
@media(min-width:768px){
.variants-swatch .color_swatch .swatch-label:hover .tool-tip {
    opacity: 1;
    visibility: visible;
}
}
.variants-swatch .item-swatch-more {
    display: inline-block;
    vertical-align: middle;
}

.variants-swatch .number-showmore {
    width: auto;
    height: 21px;
    display: inline-block;
    cursor: pointer;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    background: none;
    border: none;
}
.variants-swatch .swatch-minus, .variants-swatch.show--more .swatch-plus{
  display:none;
}

#wishlist_header #wishlist-qty{
    background-color: var(--button-bg-color);
    border-radius: 50%;
    color: var(--button-text-color);
    font-size: 9px;
    font-weight: 400;
    height: 14px;
    position: absolute;
    text-align: center;
    width: 14px;
    line-height: 14px;
    left: 23px;
    top: 8px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



.custome-liquid {
    display: none!important;
}

.shopify-challenge__container .g-recaptcha {
    margin: rem(10px) 0;
    margin: 20px 0!important;
}
@media(max-width:767px){
  .trusted-img{
    margin-bottom:0!important;
  }
}
/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
 }

 #header .nav-header .header-block {
  padding: 10px 0;
  position: relative;
}


#header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-family:var(--font-body-family);
}
@media(min-width:992px){
   .template-index #header .header-top.fixed-header{
     z-index:99 !important;
     background-color:#232323;
   }
   .template-index #header .header-top.fixed-header .page-width .page-width-header{
     border:none;
     padding:0;
   }
}

@media(min-width:992px){
  .template-index #header .header-top {
    position: absolute;
    width:100%;
    text-align: center;
    z-index: 1;
    padding:10px 0;
    background-color:transparent;
  }
}
#header .header-top{
  position: relative;
  width:100%;
  z-index: 1;
  background-color:#232323;
  text-align:center;
  padding:10px 0;
}
#header .header-top .page-width .page-width-header{
  display:flex;
  align-items:center;
 
}
.template-index #header .header-top .page-width .page-width-header{
   border-bottom:1px solid rgba(255,255,255,0.15);
  padding-bottom:10px;
}
@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 .megamenu-header {
    padding:0;
    position: unset;
    text-align: center;
}
#header .desktop-user-info {
  text-align: left;
  position: relative;
}

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

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

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

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

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

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

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

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

#header .wishlist 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) {
  #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:first-child {
    padding-left: 0;
  }
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#_desktop_searchbar  .search-header__submit,
#_mobile_search  .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_search .search-info .search-header__submit:place-holder,
#_mobile_search .search-info .search-header__submit:place-holder {
  opacity: 1;
}

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

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

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

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

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

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

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

#_desktop_search .search-info .search-results li a .price,
#_mobile_search .search-info .search-results li a .price {
  padding-top: 0;
}
#_desktop_searchbar.search-background, #_mobile_searchbar.search-background {
    width: 100%;
    position: absolute !important;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
}
#_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-container-full{
    z-index:9;
    position:relative;
  }
}

#_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, #_mobile_searchbar.search-background .search-header {
    width: 75%;
    margin: auto;
}
#_mobile_searchbar.search-background .search-header {
    width: 90%;
    margin: auto;
}
#_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 .close, #_mobile_searchbar.search-background .close {
    cursor:pointer;
    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{
    height:25px;
    width:25px;
    padding-left: 0px;
  }
}
#_desktop_searchbar.search-background .input-width, #_mobile_searchbar.search-background .input-width {
    width: 50%;
    margin: auto;
}
@media(max-width:1199px){
  #_desktop_searchbar.search-background .input-width, #_mobile_searchbar.search-background .input-width{
    width:70%;
  }
}
@media(max-width:991px){
   #_mobile_searchbar.search-background .input-width{
     width:100%;
   }
}
.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;
}

#wishlist_header{
  cursor: pointer;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align:middle;
}
#header .wishlist_span{
  display:inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header .wishlist 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;
}
#wishlist_header .wishlist:hover svg{
  fill:var(--header-icon-hover-color);
}


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


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

#_desktop_user_info .userinfo-title .userinfo-toggle,
#_mobile_user_info .userinfo-title .userinfo-toggle {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

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

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


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

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

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

#_desktop_cart .cart-display .cart-count-bubble,
#_mobile_cart .cart-display .cart-count-bubble {
  background-color: var(--button-bg-color);
  border-radius: 50%;
  color: var(--button-text-color);
  font-size: 9px;
  font-weight: 400;
  height: 14px;
  left: auto;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 6px;
  bottom:auto;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 14px;
  font-family:var(--font-body-family);
  line-height: 14px;
  -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: 7px;
    right: 6px;
    width: 14px;
    line-height: 14px;
    height: 14px;
  }
}
  


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

/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99 !important;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
  .wrapper-nav{
     min-height:50px;
    display:none;
  } 
.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;
  letter-spacing:1px;
  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{
  text-transform: uppercase;
 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;
}


 

/******************************** 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 1rem;
    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: 6rem;
    padding-bottom: 6rem;
  }

  .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(max-width:991px){
  #_mobile_newsletter{
    text-align:center;
  }
}
@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;
  }
}
@media(min-width:992px){
  #_desktop_newsletter{
    width:80%;
  }
}

.footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
@media(max-width:991px) and (min-width:544px){
  .footer .newsletter-form{
    margin:0 auto;
    max-width: 75%;
  }
}
.newsletter-form .field input{
  border-radius:5px;
 background:#fff;
 padding-right: 150px;
}
@media  (max-width: 1199px) {
  .newsletter-form .field input{
   padding-right: 85px;
  }
}
@media  (max-width: 543px) {
  .newsletter-form .field input{
   padding-right: 70px;
  }
}
.newsletter-form .newsletter-form__button{
 height: 39px;
  position: absolute;
  right: 3px;
  margin: 0;
  top: 3px;
  border-radius: 5px;
}
.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 18px;
  font-weight:400;
  color:var(--footer-heading-color);
  font-family:var(--font-body-family);
}

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

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}
.footer .footer__list-social li.facebook a ,.footer .footer__list-social li.twitter a ,.footer .footer__list-social li.pinterest a ,.footer .footer__list-social li.instagram a ,.footer .footer__list-social li.tiktok a ,.footer .footer__list-social li.tumblr a ,.footer .footer__list-social li.snapchat a ,.footer .footer__list-social li.youtube a ,.footer  .footer__list-social li.vimeo a{
  background: transparent!important;
  border:1px solid #FDF5F3;
}
.list-social li a i, .list-social li a svg{
  color:#FDF5F3;
}
.footer .footer__list-social li .list-social__link:hover {
  border:1px solid var(--brand-secondary);
}
.footer .footer__list-social li .list-social__link:hover i ,.footer .footer__list-social li .list-social__link:hover svg{
  color:var(--brand-secondary);
}
.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  font-family:var(--font-body-family);
  color: var(--footer-text-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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


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

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


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

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 15px 0;
}

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

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

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

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

 @media (min-width: 992px) {
.footer-bottom .page-width .row {
     display: flex;
     align-items: center;
  }
}
.footer-bottom .footer-left {
   text-align: left;
}
.footer-bottom .footer-left.center{
  text-align: center;
}
 @media (max-width: 991px) {
   .footer-bottom .footer-left {
     text-align: center;
  }
}
.footer-left .footer__copyright {
  font-family:var(--font-body-family);
   padding: 4px 0;
     font-size: 14px;
   color: var(--footer-bottom-text-color);
}
 @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
    padding:0;
    padding-bottom:10px;
     
  }
}

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

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


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

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


.footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer .contact-info .contact-info-inner ul i {
   transform:rotateY(0deg);
   font-size:20px;
   color: var(--button-text-color);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   padding-left: 15px;
   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-family:var(--font-body-family);
   font-size: 18px;
   font-weight: 400;
   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 , .footer .contact-info .contact-info-inner ul .content p {
   font-family:var(--font-body-family);
   font-size: 15px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin: 0px;
}
.footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
   margin-bottom: 20px;
   text-align: left;
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
.footer .contact-info .contact-info-inner ul .site-footer__linklist-item:hover i{
  transform:rotateY(360deg);
  color:var(--brand-secondary);
  transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
   .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 /* .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:hover i {
   background: var(--button-bg-hover-color);
   color: var(--button-text-hover-color);
} */

 @media (min-width: 992px) {
   .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 8px 0px 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;
}
@media(max-width:1199px){
  .footer-social ul li a{
    height:30px;
    width:30px;
  }
}
.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-desc{
  
  font-size:15px;
  line-height:22px;
  font-family:var(--font-body-family);
  font-weight:400;
  margin:12px 0 15px 0;
}
.footer-desc p{
  color:#eee;
}
.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);
}
.popup-newsletter .list-social li a i,.popup-newsletter .list-social li a svg{
  color:#fff;
}
/* ----------- Section CSS -------------- */

/*================ ishislider ================*/
.ishislider {
  position: relative;
  z-index: 0;
}
 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 46%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: var(--button-bg-color) !important;
   opacity: 0;
   border-radius:5px;
   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 8px 3px rgb(255 255 255 / 22%);
}
 .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;
   
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.ishislider .ishislideshow-carousel .owl-nav .owl-prev i{
  margin-left:-1px;
}
 .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;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
   width:auto;
   height:auto;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 25px;
   height: 5px;
   border-radius: 5px;
   background: #fff !important;
   border:none !important;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
.ishislider .ishislideshow-carousel button.owl-dot.active{
  border:none;
}
 .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: 1650px;
  }
}
 .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: 8px;
   letter-spacing: 1.8px;
   font-weight:400;
   font-family: Rubik;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 17px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size:16px;
     line-height: 22px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 15px;
     line-height: 20px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 11px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 50px;
   text-transform: unset;
   line-height: 50px;
   margin-bottom: 15px;
   letter-spacing: 2.5px;
   font-weight: 600;
   font-family: var(--font-title-family);
}
 @media (max-width: 1599px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 47px;
     line-height: 47px;
  }
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 43px;
     line-height: 43px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 32px;
     line-height:32px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 24px;
     line-height: 30px;
     margin-bottom:20px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 30px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 24px;
     margin-bottom:25px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 17px;
     line-height: 22px;
  }
}
 @media (max-width: 390px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 16px;
     line-height: 20px;
     margin-bottom:20px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 14px;
     line-height: 18px;
     margin-bottom:17px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 15px;
   line-height: 22px;
   letter-spacing: 0.75px;
   font-weight: 400;
   font-family: Rubik;
   width:80%;
   margin:0 auto 35px;
}
 @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:0 auto 30px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 25px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 4px 10px;
     line-height:18px;
  }
}
@media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 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;
}

.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 .card-information .price{
     margin-top:5px;
}
.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: 543px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs {
      white-space: nowrap;
      overflow-x: auto;
      padding: 0 10px;
  }
}
@media(max-width: 350px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
    margin: 0 7px 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: 15px;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  line-height: 20px;
  font-family:var(--font-body-family);
  -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;}
@media(max-width:543px){
  .collection .grid__item .card-wrapper .thumbnail-buttons,
  .template-search .grid__item .card-wrapper .thumbnail-buttons{
    position:absolute;
    text-align:center;
    margin-top:0px;
    right:8px;
    top:8px;
  }
  .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info,
  .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{
      vertical-align: middle;
    display:block;
     
  }
}
.product-list.row{
  margin-left:0;
  margin-right:0;
}
.featured-product-section .owl-theme .owl-dots .owl-dot{
  width:18px;
  height:18px;
  border-radius:50%;
  background-color:transparent!important;
  border:1px solid transparent;
  margin:0;
}
.featured-product-section .owl-theme .owl-dots .owl-dot.active {
  border-color:#232323!important;
}
.featured-product-section .owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  background-color:transparent!important;
  border-radius:50%;
  border:1px solid #808080;
  margin:0 auto;
}
.featured-product-section .owl-theme .owl-dots .owl-dot.active span{
  background-color:#232323!important;
  border-color:#232323!important;
}
.featured-product-section .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:5px;
}
/*================ ishi category list section ================*/

@media(max-width:991px){
  .category_tab{
    margin-bottom:30px;
  }
}
@media(max-width:543px){
  .category_tab , .category_content{
    padding:0;
  }
}
@media(min-width:992px){
  .category-list-section .category_row{
    display:flex;
    align-items:center;
  }
}
@media(max-width:991px){
  .category-list-section .category_row{
    display:grid;
  }
}
@media(max-width:1199px) and (min-width:992px){
  .category-list-section .row .category_tab{
     width:40%;
  }
  .category-list-section .row .category_content{
     width:60%;
  }
}
@media(max-width:991px){
  .category-list-section .row .category_tab{
    padding:20px 12px;
     order:2;
  }
  .category-list-section .row .category_content{
    order:1;
  }
}
@media(max-width:1199px) and (min-width:992px){
  .category-list-section .row .category_tab .desc{
    display:none;
  }
  .category-list-section .row .category_tab .title{
    margin-bottom:15px;
  }
}
.category-list-section .category_img_list img{
  width:100%;
}
.category-list-section .category_img_list .category_img{

  display: none;
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.category-list-section .category_img_list .category_img.active{
 display: block;
    opacity: 2;
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-list-section .nav-pills>li{
  float:none;
}
.tab_category_list{
  margin-bottom:25px;
}
.category-list-section .category_title.active a  {
  background-color:transparent!important;
  color:#232323!important;
}
.category-list-section .category_title a:hover  {
  background-color:transparent!important;
}

.category-list-section .category_title {
  width:85%;
  position:relative;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  border-bottom:1px solid #d9d9d9;
  padding:0px;
  display:flex;
}
@media(max-width:1199px){
  .category-list-section .category_title{
    font-size:16px;
    padding:5px 0;
  width:95%;
    
  }
}
@media(max-width:991px){
  .category-list-section .category_title{
padding:2px 0;
  }
}
@media(max-width:767px){
  .category-list-section .category_title{
    width:100%;
  }
}
/* .category-list-section .category_title.active .ishi-toggle{
  padding-bottom:10px;
} */
.category-list-section .category_title .content-right{
  padding-left:12px;
  width: 100%;
  margin: 20px 0;
}

.category-list-section .category_title .active_icon{
  padding:15px 0;
}
.category-list-section .category_title a{
  display:inline-block;
  color: #555;
}
.category-list-section .category_title .ishi-toggle svg{
  float:right;
  height:24px;
}
.category-list-section .ishi-collapse.ishi-toggle{
  padding: 0px 0 ;
}
.category-list-section .category_title.active .ishi-collapse.ishi-toggle{
  padding-bottom:0;
}
.category-list-section .category_title .active_icon img{
  max-width: inherit;
}
.category-list-section .category_title .ishi-product-nav-link:before{
  content: "\f106";
    position: absolute;
    right: 20px;
    color: #232323;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: normal;
    text-transform: none;
} 
@media(max-width:543px){
  .category-list-section .category_title .ishi-product-nav-link:before{
    right:5px;
  }
  .category-list-section .category_title{
    padding:5px 0;
  }
}
.category-list-section .category_title .ishi-toggle.ishi-collapsed .ishi-product-nav-link:before{
  content: "\f107";
}
.category-list-section .category_title .ishi-collapse-content{
  padding-top:5px;
  padding-bottom:0px;
}
.category-list-section .category_title.active:before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  bottom:0;
  background-color:#232323;
}

.category-list-section .desc p{
  color:currentcolor;
}

/*================ ishi video section ================*/
@media(max-width:767px){
  .video-section{
    overflow:hidden;
    position:relative;
  }
}
.video-section .video-block{
  position:relative;
  height: 665px;
}
@media(max-width:991px){
  .video-section .video-block{
    height: 568px;
  }
}
@media(max-width:767px){
  .video-section .video-block{
    height: 330px;
  }
}
@media(max-width:543px){
  .video-section .video-block{
    height: 220px;
  }
}
.video-section .video-block video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-section .video-block:after{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  z-index:3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.90) 6.46%, rgba(0, 0, 0, 0.00) 73.07%);
}
@media(max-width:767px){
  .video-section .video-block video{
    display:block;
    height:100%;
  }
}
.video-section .section_progressbar .myProgress {
  width: 60%;
  border-radius:50px;
  background-color: rgba(255, 255, 255, 0.90);
}
@media(max-width:991px){
   .video-section .section_progressbar .myProgress {
      width: 80%;
    }
}
@media(max-width:767px){
  .video-section .section_progressbar .myProgress {
    width: 100%;
  }
}
.video-section .section_progressbar .myBar {
  width: 1%;
  height: 7px;
  border-radius:50px;
  background-color: #92AA83;
}
.video-section  .video_section_content{
  z-index:5;
  position: absolute;
  top:0;
  left: 8%;
  padding:130px 12px;
}

@media(max-width:991px){
  .video-section  .video_section_content{
    padding:90px 12px;
  }
}
 @media(max-width:767px){
  .video-section  .video_section_content{
    position:unset;
    padding:30px 15px 23px;
  }
   .video-section .col-sm-video{
     background:#232323;
   }
} 
@media(max-width:543px){
  .video-section  .video_section_content{
    left:0;
  }
}
.video-section  .video_section_content .section-header{
  margin-bottom:24px;
}
.video-section  .section-header>h2 {
  font-weight:500;
  color:#fff;
  margin-bottom:12px;
}
@media(max-width:543px){
  .video-section  .section-header>h2{
    font-size:24px;
  }
}
@media(min-width:991px){
 .video-section   .section-header .desc{
    width:80%;
  }
}
.video-section  .section-header .desc p{
  color:#eee;
}
.video-section .section_progressbar .progressbar_title{
  width:60%;
  margin-bottom:12px;
  color: #FFF;
  font-family: Rubik;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px; 
  letter-spacing: 0.2px;
}
@media(max-width:991px){
  .video-section .section_progressbar .progressbar_title{
    width:80%;
  }
}
@media(max-width:767px){
  .video-section .section_progressbar .progressbar_title{
    width:100%;
  }
}
.video-section .section_progressbar .progressbar_title span{
 float:right;
}
.video-section  .section_progressbar .progress_div{
  margin-bottom:20px;
}
.video-section  .video-btn{
   display:inline-block;
  margin-top:15px;
}


/*================ ishi testimonial section ================*/
.testimonial-section .testimonial-content{
  text-align:center;
}
.testimonial-section .testimonial-content .row{
  display: grid;
  justify-items: center;
}
.testimonial-section .testimonial-content .testimonial_image img{
  display:inline-block;
  width:auto;
}
.testimonial-section .testimonial-content .testimonial_image{
  margin-bottom:30px;
}
.testimonial-section .testimonial-content .user-ratting {
  margin-bottom: 10px;
   text-align:center;
 }
 .testimonial-section .testimonial-content .user-ratting  .starrating i{
    position: relative;
   font-style: normal;
   display: inline-block;
 }
 .testimonial-section .testimonial-content .starrating i.star-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 20px;
}
 .testimonial-section .testimonial-content .starrating i.starfill:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 20px;
}
.testimonial-section .testimonial-content .testimonial-data{
   position:relative;
}
.testimonial-section .testimonial-content .testimonial-data .teatimonial_name{
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height:24px;
  margin-bottom:5px;
}
.testimonial-section .testimonial-content .testimonial-data .teatimonial_profession{
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial-section .testimonial-content .testimonial-data .testimonial_desc{
  width:60%;
  margin:0 auto;
}
@media(max-width:1199px){
  .testimonial-section .testimonial-content .testimonial-data .testimonial_desc{
    width:80%;
  }
}
@media(max-width:991px){
  .testimonial-section .testimonial-content .testimonial-data .testimonial_desc{
    width:100%;
  }
}
@media(max-width:767px){
  .testimonial-section .testimonial-content .testimonial-data .testimonial_desc{
    width:100%;
  }
}
.testimonial-section .testimonial-content .testimonial-data .testimonial_desc p{
  color:currentcolor;
  text-align: center;
  font-family: Rubik;
  font-size: 17px!important;
  font-weight: 400;
  line-height: 24px;
}
@media(max-width:991px){
  .testimonial-section .testimonial-content .testimonial-data .testimonial_desc p{
    font-size:16px!important;
  }
}
@media(max-width:543px){
  .testimonial-section .testimonial-content .testimonial-data .testimonial_desc p{
    font-size:15px!important;
  }
}
.testimonial-section .owl-theme .owl-dots .owl-dot{
  width:18px;
  height:18px;
  border-radius:50%;
  background-color:transparent!important;
  border:1px solid transparent;
  margin:0;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active {
  border-color:#232323!important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  background-color:transparent!important;
  border-radius:50%;
  border:1px solid #808080;
  margin:0 auto;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
  background-color:#232323!important;
  border-color:#232323!important;
}
.testimonial-section .owl-theme .owl-dots{
  margin-top:25px;
}
.testimonial-section .owl-theme .owl-nav{
  position:relative;
  margin:0;
}
.testimonial-section .owl-theme .owl-nav .owl-prev,.testimonial-section .owl-theme .owl-nav .owl-next{
  top: -61px;
  position: absolute;
  width:auto;
  height:auto;
  margin:0;
  background-color:transparent!important;
}
.testimonial-section .owl-theme .owl-nav .owl-prev{
  left:16%;
}
@media(max-width:1199px){
  .testimonial-section .owl-theme .owl-nav .owl-prev{
    left:2%;
  }
}
.testimonial-section .owl-theme .owl-nav .owl-prev svg{
  transform: rotate(180deg);
}
.testimonial-section .owl-theme .owl-nav .owl-next{
  right:16%;
}
@media(max-width:1199px){
  .testimonial-section .owl-theme .owl-nav .owl-next{
    right:2%;
  } 
}
@media(max-width:991px){
  .testimonial-section .owl-theme .owl-nav{
    display:none;
  }
}
/*================ Ishi banner block ================*/
@media(max-width:991px){
  .banner-block .banner{
    margin-bottom:15px;
  }
  .banner-block .banner:last-child{
    margin-bottom:0;
  }
}
.banner-block .image-container{
  border-radius:5px;
  overflow:hidden;
}
.banner-block .image-container:hover img{
  transform: scale(1.2);
  -webkit-transition: all 1.8s;
   -moz-transition: all 1.8s;
   -o-transition: all 1.8s;
   transition: all 1.8s;
}
.banner-block img{
  position:relative;
  -webkit-transition: all 1.8s;
   -moz-transition: all 1.8s;
   -o-transition: all 1.8s;
   transition: all 1.8s;
}

.banner-block .banner-data{
  width:60%;
  position:absolute;
}
@media(max-width:543px){
  .banner-block .banner-data{
    width:90%;
  }
}
@media(max-width:350px){
  .banner-block .banner-data{
    width:85%;
  }
}
.banner-block .banner-data .banner_title{
  font-size:28px;
  line-height:32px;
  font-weight:500;
  font-family:var(--font-body-family);
  margin-bottom:10px;
  transform: rotateX(0deg);
  -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.banner-block .image-container:hover .banner-data .banner_title {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
@media(max-width:767px){
  .banner-block .banner-data .banner_title{
    font-size:26px;
    line-height:30px;
  }
}
@media(max-width:543px){
  .banner-block .banner-data .banner_title{
    font-size:24px;
    line-height:28px;
    margin-bottom:20px;
  }
}
.banner-block .banner-data .banner_desc p{
  color:currentcolor;
  font-size:15px;
  line-height:22px;
  font-weight:400;
  font-family:var(--font-body-family);
  margin-bottom:18px;
}
@media(max-width:543px){
  .banner-block .banner-data .banner_desc{
    display:none;
  }
}
.banner-block .banner-data .banner_btn .button{
  padding:10px 52px;
}
.banner-block .banner-data.banner_top_left{
  top:10%;
  left:6%;
  text-align:left;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_top_left{
    top:7%;
     left:7%;
  }
}
.banner-block .banner-data.banner_top_center{
  top:10%;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_top_center{
    top:7%;
     right:7%;
  }
}
.banner-block .banner-data.banner_top_right{
  top:10%;
  right:6%;
  text-align:right;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_top_right{
    top:7%;
     right:7%;
  }
}
.banner-block .banner-data.banner_middle_left{
  left:6%;
  top:50%;
  transform:translateY(-50%);
  text-align:left;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_middle_left{
     left:7%;
  }
}
.banner-block .banner-data.banner_middle_center{
  top:50%;
  left:50%;
  transform:translate(-50% ,-50%);
  text-align:center;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_middle_center{
     right:7%;
  }
}
.banner-block .banner-data.banner_middle_right{
  right:6%;
  top:50%;
  transform:translateY(-50%);
  text-align:right;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_middle_right{
     right:7%;
  }
}
.banner-block .banner-data.banner_bottom_left{
  bottom:10%;
  left:6%;
  text-align:left;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_bottom_left{
     left:9%;
    bottom:9%;
  }
}
.banner-block .banner-data.banner_bottom_center{
  bottom:10%;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_bottom_center{
     right:7%;
    bottom:4%;
  }
}
.banner-block .banner-data.banner_bottom_right{
  bottom:10%;
  right:6%;
  text-align:right;
}
@media(max-width:543px){
  .banner-block .banner-data.banner_bottom_right{
     right:7%;
    bottom:4%;
  }
}


/*================ ishi features block ================*/
.features_block{
  padding:50px 0;
}
@media(max-width:543px){
  .features_block{
    padding:30px 0;
  }
}
@media(min-width:992px){
  .features_block .page-width .row{
    display:flex;
    align-items:center;
  }
}
@media(min-width:992px){
  .features_block .feature_images.col-lg-6{
    width:55%;
  }
  .features_block .feature_data.col-lg-6{
    width:45%;
  }
  .features_block .page-width{
    max-width:1100px;
  }
}
.features_block .feature_images .feature_image{
  position:relative;
}
.features_block .feature_data{
  position:relative;
}

@media(max-width:543px){
  .features_block .feature_data h2{
    font-size:20px;
  }
}
.features_block .feature_content{
  padding-left:25px;
}
.features_block .feature_content li:before{
  left: -20px;
  top: 20px;
  position: absolute;
  content: "";
  height: 83px;
  border-right: 2px dashed #d2d2d2;
}
@media(max-width:406px){
    .features_block .feature_content li:before{
      height:105px;
    }
}
.features_block .feature_content .feature.line:before{
  border-color:#232323;
}
.features_block .feature_content .feature.active.line:before{
  border-color:#d2d2d2;
}
.features_block ul li:last-child:before {
 display:none;
}

.features_block .feature_content li{
  position:relative;
} 
.feature_content .feature_title:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: -23px;
  top: 11px;
  border-radius: 50%;
  background-color: #888;
}
.feature_content .feature_title:after{
  left: -26px;
  top: 8px;
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #888;
  background-color: transparent;
  border-radius: 50%;
}
.features_block .feature_content .feature{
  margin-bottom:20px;
}
.feature_content .feature.active .feature_title:before {
  background-color: #232323;
}
.feature_content .feature.active .feature_title:after{
  border-color:#232323;
}
.feature_content .feature.line .feature_title:before {
  background-color: #232323;
}
.feature_content .feature.line .feature_title:after{
  border-color:#232323;
}
.features_block .feature_content .feature_title{
  color:#232323;
  font-family:var(--font-body-family);
  font-size:18px;
  line-height:24px;
  font-weight:400;
  margin-bottom:5px;
}
.features_block .feature_content .feature_desc{
  color:#777;
  font-family:var(--font-body-family);
  font-size:15px;
  line-height:22px;
  font-weight:400;}
/* .features_block .feature_image{
  display:none;
}
.features_block .feature_image.active{
  display:block;
} */

.features_block .owl-carousel .owl-item .front_img{
  left: 7%;
  top: -16px;
  position: absolute;

  border-radius: 10px;
  margin: 22px auto;
  width: auto;
}
@media(max-width:991px){
  .features_block .owl-carousel .owl-item .front_img{
    left:14%;
  }
}
@media(max-width:767px){
  .features_block .owl-carousel .owl-item .front_img{
    left:4%;
  }
}
@media(max-width:767px) and (min-width:544px){
  .feature_images.col-md-12{
    padding:0;
  }
}

.features_block .owl-carousel .owl-item .bg_img{
  transform: rotate3d(0,0,1,364deg);
  width: auto;
  margin: 30px auto;
  border-radius: 10px;
}
@media(max-width:543px){
  .features_block .owl-carousel .owl-item .front_img{
    margin: 0px auto;
    transform:unset;
    position:unset;
  }
  .features_block .owl-carousel .owl-item .bg_img{
    display:none;
  }
  .features_block .owl-nav{
    margin:20px 0;
  }
}
.features_block .owl-carousel .owl-nav{
  text-align:center;
}
.features_block .owl-carousel .owl-nav svg{
  margin: 0 5px;
  height:15px;
  width:20px;
}
.features_block .owl-carousel .owl-nav .owl-prev svg{
  transform: rotate(180deg);
}

/*================ ishi service block ================*/
.ishiservices .service-title{
  font-family:var(--font-body-family);
  font-size:20px;
  line-height:22px;
  font-weight:400;
  color:#232323;
}
.ishiservices .service-desc{
  font-family:var(--font-body-family);
  font-size:15px;
  line-height:22px;
  font-weight:400;
  color:#777;
}

 .ishi-services-block .ishiservices .section-header{
    display: block;
    overflow: hidden;
  }
 .ishi-services-block .ishiservices .service-width-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-services-block .ishiservices .service-width-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-services-block .ishiservices .service-width-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-services-block .ishiservices .service-width-2 .services:nth-child(2n+1){
    clear:left;
  }
 .ishi-services-block .ishiservices .service-width-3 .services:nth-child(3n+1){
    clear:left;
  }
  .ishi-services-block .ishiservices .service-width-4 .services:nth-child(4n+1){
    clear:left;
  }
 .ishi-services-block .ishiservices .services.icon-center{
    text-align:center;
  }
  .ishi-services-block .ishiservices .services.icon-center .service-img{
    margin-bottom:15px;
  }
  .ishi-services-block .ishiservices .services.icon-left a{
    display:flex;
    align-items:center;
  }
  .ishi-services-block .ishiservices .services.icon-left .service-img{
    margin-right:15px;
    display: inline-block;
    vertical-align: middle;
  }
  .ishi-services-block .ishiservices .services .service-block .service-title{
    font-size: 20px;
    color: #232323;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
  }
  .ishi-services-block .ishiservices .services.icon-left .service-block .service-title{
    margin-bottom: 2px;
  }
  .ishi-services-block .ishiservices .services.icon-left .service-block {
    width: calc(100% - 20%);
    display: inline-block;
    vertical-align: middle;
  }
  @media (min-width: 768px) {
    .ishi-services-block .ishiservices .services:hover .service-block .service-title{
      letter-spacing:0.8px;
      color: var(--brand-secondary);
    }
  }
  @media (max-width: 1199px) {
    .ishi-services-block .ishiservices .service-width-4.icon-left{
        grid-template-columns: repeat(2, 1fr);
    }
    .ishi-services-block .ishiservices .service-width-4.icon-left .services:nth-child(4n+1){
      clear:none;
    }
    .ishi-services-block .ishiservices .service-width-4.icon-left.services:nth-child(2n+1){
      clear:left;
    }
  }
  @media (max-width: 991px) {
   .ishi-services-block .ishiservices .service-width-4{
      grid-template-columns: repeat(2, 1fr);
    }
    .ishi-services-block .ishiservices .service-width-4 .services:nth-child(4n+1){
      clear:none;
    }
    .ishi-services-block .ishiservices .service-width-4 .services:nth-child(2n+1){
      clear:left;
    }
    .ishi-services-block .ishiservices .services .service-block .service-title{
      font-size:16px;
    }
  }
  @media (max-width: 767px) {
     .ishi-services-block .ishiservices .service-width-3{
       grid-template-columns: repeat(1, 1fr);
     }
    .ishi-services-block .ishiservices .section-header{
      margin-bottom: 0;
    }
  }

  @media (max-width: 543px) {
     .ishi-services-block .ishiservices .service-width-4,.ishi-services-block .ishiservices .service-width-3,.ishi-services-block .ishiservices .service-width-2{
       grid-column-gap: 20px;
       grid-row-gap: 20px;
     }
    .ishi-services-block .ishiservices .service-width-4.icon-left,.ishi-services-block .ishiservices .service-width-2.icon-left{
        grid-template-columns: repeat(1, 1fr);
    }
  }
  @media(max-width:991px){
  .ishi-services-block .ishiservices .services.icon-left a{
    display:block;
    text-align:center;
  }
  .ishi-services-block .ishiservices .services.icon-left .service-block{
    width:100%;
  }
  .ishi-services-block .ishiservices .services.icon-left .service-img{
    margin-right:0;
    display:block;
    margin-bottom:15px;
  }
}

/*================ ishi popular product block ================*/
@media(min-width:992px){
  .popular-product-section .popular_productcontent{
    display:flex;
    align-items:center;
  }
}
.popular-product-section .card__inner {
  position:relative;
}
.popular-product-section .productdot{
  cursor:pointer;
  position:absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.popular-product-section .productdot:hover .dot-1:after{
  background:#232323;
}
.popular-product-section .productdot.active .dot-1:after{
  background:#232323;
}
.popular-product-section .popular_product_right .section-header{
  text-align:center;
}
@media(max-width:991px){
  .popular-product-section .popular_product_right{
    margin-top:30px
  }
}
@media(max-width:543px){
  .popular-product-section .popular_product_right .card-product.col-xs-2{
    padding:0;
  }
  .popular-product-section .popular_product_right .card-wrapper .card-information{
    padding:10px;
  }
}
 @media(max-width:400px){
  .popular-product-section .popular_product_right .card-product{
    width:40%;
  }
} 
/*
@media(max-width:380px){
  .popular-product-section .popular_product_right .card-product.col-xs-2{
    width:50%;
  }
} */
.popular-product-section .ripple-effect:after ,  .popular-product-section .ripple-effect:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #eee;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
  transition: all 0.4s ease-in-out;
}
.popular-product-section .ripple-effect:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
@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
  }
}
.popular-product-section .dot-1:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 17%;
    border-radius: 100%;
    z-index: 0;
    text-align: center;
    color: #fff;
    background:var(--brand-secondary);
    width: 16px;
    height: 16px;
    transition: .5s;
}

.popular-product-section .popular_product_right .card-wrapper {
  display:flex;
  align-items:center;
  margin-bottom:20px;
  background-color:transparent;
  border-radius:0!important;
}
.popular-product-section .thumbnail-buttons .btn-info{
  margin-bottom:0;
  display:inline-block;
  box-shadow: 0 0 10px 4px #c2c0c01a;
  opacity:1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.popular-product-section .thumbnail-buttons .btn-info ,.popular-product-section .thumbnail-buttons .popular_btn_info{
  margin-right:8px;
}
@media(max-width:400px){
  .popular-product-section .thumbnail-buttons .btn-info, .popular-product-section .thumbnail-buttons .btn-info svg{
    width:30px;
    height:30px;
  }
}
.popular-product-section .popular_product_right .card-product{
  padding:0;
}
.popular-product-section .popular_product_right .card--product img{
  border-radius:5px;
}
.popular-product-section .popular_product_right .card-wrapper .card-information{
  padding:0px 0 0px 15px;
  background-color:transparent;
  position:relative;
}
@media (max-width: 350px) {
  .popular-product-section .popular_product_right .card-wrapper .card-information {
      min-height: auto;
  }
}
.popular-product-section .popular_product_right .card-information .card-information__wrapper{
  text-align:left;
}
.popular-product-section .popular_product_right .card-information .product_first_row{
  margin-bottom:3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-product-section .popular_product_right .card-information .product_first_row .product_price{
  display:inline-block;
  float:right;
}
.popular-product-section .popular_product_right .card--product .spr-badge{
  bottom:5px!important;
}
@media(max-width:350px){
   .popular-product-section .popular_product_right .card-information .product_first_row{
     display:block;
   }
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price{
    display:block;
    float:none;
  }
  .popular-product-section .popular_product_right .card-information .price {
    justify-content: start;
  }
  .popular-product-section .popular_product_right .card-information .product_first_row{
    margin-bottom:0;
  }
}
.popular-product-section .popular_product_right .thumbnail-buttons{
  display:inline-block;
  position:unset;
  opacity:1;

}
@media(max-width:767px){
  .popular-product-section .popular_product_right .thumbnail-buttons{
    opacity:1;
  }
}
@media(max-width:543px){
  .popular-product-section .popular_product_right .thumbnail-buttons{
     right:8px;
  }
}
.popular-product-section .popular_product_right .card-wrapper .cart-btn{
  padding: 5px 12px;
  position:unset;
  opacity:1;
  line-height:23px;
  width:auto;
  margin:0 3px;
  transform: unset;
}
@media(max-width:543px){
  .popular-product-section .popular_product_right .card-wrapper .cart-btn{
     padding: 4px 10px;
    line-height:21px;
  }
}
.popular-product-section .product-flags .sale{
  top: 6px;
  left: 6px;
  border-radius: 5px;
  min-height: 23px;
  min-width: 50px;
}
.popular-product-section .popular_product_right .product-desc{
  width:88%;
  display:block;
  font-size:15px;
  font-family:var(--font-body-family);
  line-height:22px;
  color:#777;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media(max-width:543px){
  .popular-product-section .popular_product_right .product-desc{
    display:none;
  }
}
.popular-product-section .popular_product_right .wishlist{
  vertical-align: top;
}
.popular-product-section .popular_product_right .wishlist .add-in-wishlist-js ,.popular-product-section .popular_product_right .wishlist .added-wishlist{
  display:flex;
}

.popular-product-section .popular_product_right .product-btn{
  display: block;
  text-align: center;
  width: 55%;
  margin: 25px auto 0;
}
@media(max-width:543px){
  .popular-product-section .popular_product_right .product-btn{
    width:90%;
  }
}
.popular-product-section .card-information .price{
  justify-content:left;
}
@media(max-width:767px){
  .popular-product-section .card-information .price{
      justify-content:center;
  }
}
.popular-product-section .pin-opener {
    min-width: 318px;
    text-align: left;
    background-color: #fff;
    transition: all .6s ease;
    padding: 10px 10px 10px 10px;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    z-index: 3;
    border: 1px solid #eeeeee;
  border-radius:10px;
}
@media(max-width:1199px){
  .popular-product-section .pin-opener{
  min-width: 270px;
}
}
@media(max-width:767px){
  .popular-product-section .pin-opener{
  min-width: 175px;
}
}
@media(max-width:543px){
  .popular-product-section .pin-opener{
    min-width: 175px;
  }
}
@media(max-width:420px){
  .popular-product-section .pin-opener{
    min-width: 150px;
  }
}
.popular-product-section .productdot .pin-opener .card-wrapper{
  display:flex;
  align-items:center;
}
.popular-product-section .productdot .pin-opener .card-wrapper .media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
  border-radius:5px;
}
.popular-product-section .productdot .pin-opener .card-wrapper .card-product{
  padding:0;
}
.popular-product-section .productdot .pin-opener .card-wrapper .card-information{
  padding:0;
  padding-left:12px;
}
.popular-product-section .productdot .pin-opener{
    position: absolute;
    opacity: 0;
    visibility: hidden;    
}
.popular-product-section .productdot:hover .pin-opener{
    opacity: 1;
    visibility: visible;
}
.popular-product-section .pin-opener:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    top: -12px;
    margin: auto;
    opacity: 1;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    border-bottom: solid 13px #FFFFFF;
    border-left: solid 11px transparent;
    border-right: solid 12px transparent;
}
.popular-product-section .pin-opener.content-top{
    left: -147px;
    top: 45px;
   transform: scale(0) translateY(0%);
    -moz-transform: scale(0) translateY(0%);
    -o-transform: scale(0) translateY(0%);
    -webkit-transform: scale(0) translateY(0%);
    -ms-transform: scale(0) translateY(0%);
}



  @media(max-width:991px){
   
    .popular-product-section .pin-opener.content-top{
      left: -100px;
    }
    .popular-product-section .pin-opener:before{
      left: -42px;
    }
  }
  @media(max-width:767px){
    .popular-product-section .productdot .pin-opener .card-wrapper{
        display:block;
    } 
    .popular-product-section .productdot .pin-opener .card-wrapper .card-product{
      width:100%;
    }
    .popular-product-section .productdot .pin-opener .card-wrapper .card-information{
      width:100%;
      padding:0;
      text-align:center;
    }
    .popular-product-section .pin-opener.content-top{
      left: -49px;
    }
    .popular-product-section .pin-opener:before{
      left: -52px;
    }
    .popular-product-section .productdot .pin-opener .card-wrapper .card-information{
    padding-top:10px;
    }
  }
  /* @media(max-width:670px){
    .popular-product-section .pin-opener.content-top{
      left: -73px;
    }
    .popular-product-section .pin-opener:before{
      left: -8px;
    }
  } */
  @media(max-width:543px){
    
    .popular-product-section .pin-opener.content-top{
      left: -55px;
    }
     .popular-product-section .pin-opener:before{
      left: -37px;
    }
  }
   
  @media(max-width:455px){
    .popular-product-section .pin-opener.content-top{
      left: -25px;
    }
     .popular-product-section .pin-opener:before{
      left: -98px;
    }
  }
  @media(max-width:420px){
    .popular-product-section .pin-opener:before{
      left: -76px;
    }
  }
.popular-product-section .productdot:hover .pin-opener.content-top{
  transform: scale(1) translateY(0%);
    -moz-transform: scale(1) translateY(0%);
    -o-transform: scale(1) translateY(0%);
    -webkit-transform: scale(1) translateY(0%);
    -ms-transform: scale(1) translateY(0%);
}
.popular-product-section .pin-opener .card-information__text{
  text-align:left;
    font-size: 16px;
    padding: 0;
}
@media(max-width:767px){
  .popular-product-section .pin-opener .card-information__text{
    font-size: 15px;
    text-align:center;
  }
}
/*================ brandlogo ================*/


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

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

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

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

/**************************** blog style *******************************/
.ishi-blog-style1 .smartblog .products_block_inner {
   position: relative;
}
  @media (min-width: 768px) {
   .ishi-blog-style1 .smartblog .products_block_inner.title-left {
     display: flex;
     align-items: center;
  }
}
 @media (min-width: 768px) {
   .ishi-blog-style1 .smartblog .products_block_inner .left > h2 {
     margin-bottom: 30px;
     text-align: left;
  }
   .ishi-blog-style1 .smartblog .products_block_inner .left .sub-title {
     margin-bottom: 30px;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .ishi-blog-style1 .smartblog .products_block_inner .left .sub-title {
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
     color: #666;
     letter-spacing: 0;
  }
}
 @media (max-width: 767px) {
   .ishi-blog-style1 .smartblog .products_block_inner .left {
     text-align: center !important;
     margin-bottom: 25px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .space {
   padding: 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post {
   padding: 0 15px;
   overflow:hidden;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
   transform: scale(1.3);
   -moz-transform: scale(1.3);
   -webkit-transform: scale(1.3);
   -o-transform: scale(1.3);
   -ms-transform: scale(1.3);
}

.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   align-items:center;
   vertical-align: middle;
  overflow:hidden;
   transition: .5s;
}
@media (max-width:767px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post{
  margin:0;
  }
}
@media (max-width:991px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post{
  display:block;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
   border-radius:10px 10px 0 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 3s ease 0s;
   -moz-transition: all 3s ease 0s;
   -ms-transition: all 3s ease 0s;
   -o-transition: all 3s ease 0s;
   transition: all 3s ease;
   max-width: 100%;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
  text-align:left;
  padding:15px 20px; 
  background-color:#fff;
  border-radius:0px 0px 10px 10px;
}
@media(max-width:767px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
      text-align:center;
  }
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blogdate{
  margin-bottom:7px;
}
@media (max-width:991px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content{
  position:unset;
  width:100%;
  padding: 15px;
  
  }
}

 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align:center;
   border-bottom:none;
   display:flex;
   align-items:center;
   
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .author, 
.ishi-blog-style1 .smartblog .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: left;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
    .ishi-blog-style1 .products_block_inner .sds_blog_post .blog_post .blog-img{
    position:relative;
    display:block;
    }
 .ishi-blog-style1 .products_block_inner .sds_blog_post .blog_post  .blog_date{
    font-size:15px;
    color:var(--brand-secondary);
   font-family:var(--font-body-family);
}
  
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i{
   font-size: 14px;
   margin-right: 5px;
   color: #fff;
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
color:#666;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
     font-size: 13px;
     margin-right: 3px;
    
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:after {
   position: absolute;
   content: "";
   left: auto;
   right: 0;
   top: 0;
   bottom: auto;
   background: #e5e5e5;
   width: 1px;
   height: 30px;
   display:none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author {
     font-size: 13px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
   font-size: 14px;
   position: relative;
   color: #666;
}
 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .author i {
     font-size: 13px;
  }
}

 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   font-family:var(--font-body-family);
   font-weight:400;
   font-size:18px;
   margin-bottom:8px;
   line-height: 22px;
}

/* @media (max-width:767px){
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title{
  margin-bottom:0;
 }
} */
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   text-transform:capitalize;
   font-size:18px;
   font-weight:400;
   line-height: 24px;
   letter-spacing: 0px;
   color: #232323;
  font-family:var(--font-body-family);
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}

 @media (max-width: 543px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom:12px;
   color:#777;
   font-size:15px;
}
@media(max-width:767px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
    text-align:center;
  }
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_btn .btn{
   background-color: transparent;
   color: #232323;
   padding: 0;
    border-radius:0;
    border:none;
    border-bottom:1px solid #232323;
    -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
.ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_btn .btn:hover{
  background-color: transparent;
  box-shadow:none;
  letter-spacing:1px;
  -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
}
@media (max-width:543px){
  .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
  font-size:14px;
  }
}
.ishi-blog-style1 .owl-theme .owl-dots .owl-dot{
  width:18px;
  height:18px;
  border-radius:50%;
  background-color:transparent!important;
  border:1px solid transparent;
  margin:0;
}
.ishi-blog-style1 .owl-theme .owl-dots .owl-dot.active {
  border-color:#232323!important;
}
.ishi-blog-style1 .owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  background-color:transparent!important;
  border-radius:50%;
  border:1px solid #808080;
  margin:0 auto;
}
.ishi-blog-style1 .owl-theme .owl-dots .owl-dot.active span{
  background-color:#232323!important;
  border-color:#232323!important;
}
.ishi-blog-style1 .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:35px;
}
@media(max-width:1199px){
  .ishi-blog-style1 .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:25px;
  }
}
@media(max-width:543px){
  .ishi-blog-style1 .owl-theme .owl-nav.disabled+.owl-dots{
    margin-top:20px;
  }
}

/************************  services block *********************/

 *******  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: inline-block;
}

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

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
}
@media(max-width:991px){
  /* .grid--peek .grid__item{
    width:auto;
  } */
  
}
.slider-component .slider-buttons{
  display:none;
}

@media (min-width: 992px){
  .language-currency .localization-selector.link {
      background: #f8f8f8!important;
      color: #232323!important;
      border: 1px solid #eee!important;
  }
}

 .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    position: unset;
    display: flex;
}
.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;
   
}

/* .card-wrapper{
  background: #f8f8f8;
    padding-bottom: 20px;
    height: calc(100% - 7px);
}
@media (max-width:365px){
  .card-wrapper{
         height: calc(100% - 25px);
  }
}
 */

 /* .search-overlay {
       background: rgba(0,0,0,.5);
    opacity: 2;
    visibility: hidden;
    position: fixed;
    top: 28%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:0;
 } */
 .template-cart .cart-item__image{
border-radius:10px;
}
.template-page.contact .image-container .lazyloaded{
border-radius:10px;
}
.template-blog .article-card__image-wrapper .article-card__image {
    border-radius: 10px;
}
.template-article .article-template__hero-adapt .lazyloaded{
border-radius:10px;
}
.template-article .article-template__hero-adapt{
border-radius:10px;
}
.template-404 .image-container .lazyloaded{
border-radius:10px;
}
.collection-grid-item__overlay {
    border-radius: 10px;
}
.template-collection .normal-sidebar .ishi-customhover-fadeinrotate .lazyloaded{
border-radius:5px;

}
.template-search .normal-sidebar .ishi-customhover-fadeinrotate .lazyloaded{
border-radius:5px;

}
.template-article .normal-sidebar .ishi-customhover-fadeinrotate .lazyloaded{
border-radius:5px;
}
.template-collection .collectiongrid-layout-1 .media--square {
    border-radius: 10px;
}
.template-search .collectiongrid-layout-1 .media--square {
    border-radius: 10px;
}
.aboutus-information .lazyloaded{
border-radius:10px;
}
.grid__item--Ishi_megamenu .media--square {
    border-radius: 10px;
}
.menularge .popover .lazyloaded{
border-radius:10px;
}
.cart-notification-product .cart-notification-product__image {
    border-radius: 5px;
}
.product-popup-modal__content-info .valign-wrapper .lazyloaded {
    border-radius: 10px;
}
.quickview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the last value for transparency (0 to 1) */
  z-index: 999; /* Adjust the z-index to make sure the overlay is above other elements */
  display: none;
}

/* Apply styles to the quick view popup */
.quickview-popup {
  position: relative;
  z-index: 1000; /* Adjust the z-index to make sure the popup is above the overlay */
}

.product-popup-modal.toggle-dropdown.active{
  background:#00000080 !important;
}

/* Display the overlay when the quick view popup is open */
.product-popup-modal.toggle-dropdown.active + .quickview-overlay {
  display: block;
}

.preloader{
  animation: loading .5s infinite linear;
    border: 0.5rem solid var(--button-text-hover-modify-color);
    border-left: 0.5rem solid #403e3e;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 2rem;
    position: absolute;
    width: 2rem;
    top:25%;
  left:50%;
  transform: translate(50%, 50%);
}

body.overflow-hidden .zoomContainer {
    display: none;
}