/** Shopify CDN: Minification failed

Line 11597:60 Unexpected "{"

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


body .card-wrapper .cart-btn-bottom.button-position-center .cart-btn, body .quantity, body .button, body .btn, body .shopify-challenge__button, body .customer button, body .shopify-payment-button__button--unbranded, body .owl-theme .owl-nav .owl-prev, body .owl-theme .owl-nav .owl-next, body .customer .field input, body .customer select, body .field__input, body .select__select, body input.spr-form-input, body textarea.spr-form-input, body .spr-summary-actions-newreview {
    border-radius: 6px;
}
body.button-rounded .card-wrapper .cart-btn-bottom.button-position-center .cart-btn,
body.button-rounded .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link,
body.button-rounded #slidetop,
body.button-rounded .quantity,
body.button-rounded .button,
body.button-rounded .btn,
body.button-rounded .shopify-challenge__button,
body.button-rounded .customer button,
body.button-rounded .shopify-payment-button__button--unbranded,
body.button-rounded .owl-theme .owl-dots .owl-dot span,
body.button-rounded .owl-theme .owl-nav .owl-prev,
body.button-rounded .owl-theme .owl-nav .owl-next,
body.button-rounded .customer .field input, 
body.button-rounded .customer select, 
body.button-rounded .field__input, 
body.button-rounded .select__select, 
body.button-rounded input.spr-form-input, 
body.button-rounded textarea.spr-form-input,
body.button-rounded .spr-summary-actions-newreview{
    border-radius: 8px;
}

.shopify-payment-button__button--unbranded{
  border: 1px solid var(--button-bg-color);
}
.button:hover{
    border: 1px solid var(--button-bg-color);
}

.button--secondary {
    border: 1px solid var(--button-bg-color);
}
.button--secondary:hover{
  border-color: var(--button-bg-color);
}

/******************** main title  *********************/
  
.section-header .dec-title {
   font-size: 15px;
   line-height: 23px;
   font-weight: 500;
   font-family: var(--font-body-family);
   width: 100%;
   margin: auto;
   color: var(--text-color);
}
.ishi-category-block2 .section-header{
  margin-bottom: 40px;
  
}
.section-header{
  margin-bottom: 28px;
}
@media(max-width:991px){
  .section-header .dec-title{
    width: 100%
  }
  .section-header{
  margin-bottom: 25px;
   
  }
  
}
.template-collection .section-header{
margin-bottom: 0;
}


 @media (max-width: 543px) {
   .section-header .dec-title {
     display:none;
  }
   .section-header{
      margin-bottom: 15px;
  }
}
.section-header > h2 {
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0px;
   font-weight: 700;
   color: var(--brand-secondary);
   text-transform: unset;
   position: relative;
   margin-bottom:16px;
   margin-top:0;
   text-transform: capitalize;
}
.ishi-blog-style2 .section-header > h2{
margin-bottom:48px;
}
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 991px) {
   .section-header > h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 30px;
  }
}
 @media (max-width: 375px) {
   .section-header > h2 {
     font-size: 24px;
     line-height: 26px;
  }
}
.section-header .sub-title{
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
@media (max-width: 543px){
  .section-header .sub-title{
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
}
  
/************************  featured Product  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
   @media (max-width: 543px) {
    .card--product .mobile-review .spr-badge{
     bottom: 55px;
    }
   }
  .card-information .card-information__wrapper{
    text-align: left;
  }
  .card-information .card-information__text{
    color: var(--brand-secondary);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
    padding: 1px 0;
    display: inline-block;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .card-information .price {
    margin-top: 10px !important;
    padding-bottom:10px;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: var(--brand-secondary);
    vertical-align: inherit;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
   padding-left: 16px;
  }
  
  @media (max-width: 543px){
    .price-item--sale, .price--on-sale .price-item--sale{
       padding-left: 5px;
    }
    
  }
  .product-desc{
     display:none;
     color:#777;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
    font-size:15px;
  }
  .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;
	 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     cursor: pointer;
     border-radius: 50%;
	 margin-bottom: 5px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
  .thumbnail-buttons .wishlist{
     -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
     -ms-transition: all 0.6s;
	 -o-transition: all 0.6s;
	 transition: all 0.6s;
  }
  
  .thumbnail-buttons .cart-btn {
    -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
     -ms-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
    
  }
  
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .thumbnail-buttons .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .cart-btn.loading svg{
     opacity:0;
  }
  .thumbnail-buttons .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 35px;
     height: 35px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 35px;
	height: 35px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 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: 16px;
    }
    .price--on-sale .price-item--regular{
      font-size: 13px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;

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

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

  
 

  

/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
 }

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


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


#header .header-top {
    position: relative;
    z-index: 9;
    padding: 5px 46px;
    background: var(--menu-bg-color);
    max-width: 1920px;
    margin-inline: auto;
}


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

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

#header .desktop-user-info {
  text-align: 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 .desktop-user-info div:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 14px;
  background: var(--header-icon-modify-color);
  width: 1px;
  height: 16px;
}

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 10px;
    background: 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 {
  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: 24px;
  height: 24px;
  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: 24px;
  height: 24px;
  fill: var(--header-icon-color) !important;
  -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 !important;
    width: 17px;
    height: 17px;
}
}

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

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

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

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

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

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

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

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

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

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

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

#_desktop_search .search-info .search-header__submit,
#_mobile_search .search-info .search-header__submit {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: transparent;
  height: 40px;
  width: 40px;
  font-size: 15px;
  font-weight: 400;
  color: #232323;
  line-height: 35px;
  text-align: center;
  padding: 0;
  cursor:pointer;
  outline: none;
  z-index: 11;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

#_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: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  fill: var(--header-icon-color) !important;
  -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 !important;
    height:17px;
    width:17px;
  }
}
  @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);
    border: 1px solid #ffffff;
    font-size: 11px;
    font-weight: 400;
    height: 15px;
    left: auto;
    position: absolute;
    right: -6px;
    text-align: center;
    top: -4px;
    bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    line-height: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: var(--brand-secondary);
    color: #fff;
}

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

.header-right {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}

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

#_desktop_top_menu {
    padding: 0;
    text-align: center;
}

#_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 24px;
  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: 500;
  font-size: 16px;
  line-height: 20px;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  #top-menu>li>a .title {
    /* If media is below 992 */
    float: left;
    color: #232323;
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
  }
}

#top-menu>li.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-hover-color);
  }
}

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

.top-menu.mainmenu-dropdown .sub-category {
  text-align: left;
}
.top-menu.mainmenu-dropdown .sub-category.img-container a img{
    border-radius: 10px;
}

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

.top-menu.mainmenu-dropdown .sub-category>a {
  padding-bottom: 4px;
  margin-bottom: 17px;
  position: relative;
}

.top-menu.mainmenu-dropdown .sub-category>a:before {
  border-top: 1px solid #ddd;
  bottom: -7px;
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
}

@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown .sub-category>a:before {
    /* If media is below 992 */
    display: none;
  }
}

.top-menu.mainmenu-dropdown .sub-category>a .inner-title {
  color: #232323;
}

.top-menu.mainmenu-dropdown .sub-category>a h3 {
  color: var(--brand-secondary);
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown .sub-category>a h3 {
    /* If media is above 991 */
    font-size: 15px;
  }
}

.top-menu.mainmenu-dropdown .sub-category ul .category:last-child a {
  padding-bottom: 0;
}

.top-menu.mainmenu-dropdown li a {
  font-family: var(--font-body-family);
  padding-bottom: 8px;
  font-size: 14px;
  display: block;
  color: #666;
  font-weight: 400;
}

@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown li a {
    color: #232323;
  }
}

@media (min-width: 992px) {
  .top-menu.mainmenu-dropdown li a:hover {
    color: #232323;
  }
}

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

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

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

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

@media (max-width: 991px) {
  .sub-menu .img-container {
    /* If media is below 992 */
    display: none;
  }
}
.top-menu.mainmenu-dropdown .main-title{
  margin-top:10px;
  letter-spacing:2px;
  color:#666;
  text-align:center;
}
.top-menu.mainmenu-dropdown .nav-btn{
      text-align: center;
      margin-top: 5px;
}
.top-menu.mainmenu-dropdown .nav-btn a{
 display: inline-block;
    border-bottom: 1px solid #333;
  font-weight:500;
}
.grid__item--Ishi_megamenu{
  padding-bottom: 10px;
}
.grid__item--Ishi_megamenu .card-wrapper{
    width: 170px;
        background: transparent;
    box-shadow: none;
    border: 0;
}
.grid__item--Ishi_megamenu .card-wrapper .card-information{
  padding-top: 0;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align: center;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: center;
  }
  .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;
  }
  .mobile-navmenu {
    min-height: 46px;
}
}
@media (max-width: 991px) {
  .template-index .mobile-width{
     border:none;
        position: relative;
  }
}
.mobile-width .mobile-width-left {
    width: 30%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.mobile-width .mobile-width-left #menu-icon {
  cursor: pointer;
}

.mobile-width .mobile-width-left #menu-icon svg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    fill: #232323;
}
.mobile-width #_mobile_logo {
    width: 30%;
    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;
}

@media(max-width:1500px){
  .header-right {
    gap: 25px;
}
  #top-menu>li>a {
    padding: 15px 9px;
}
  
}
@media(max-width:1300px){
  #top-menu>li>a .title {
    font-size: 14px;
}
}

@media(max-width:1199px){
  #top-menu>li>a .title {
    font-size: 12px;
}
}

@media(max-width:991px){
.mobile-width .mobile-width-right {
    gap: 15px;
}
  #_desktop_search .search-toggle, #_mobile_search .search-toggle {
    width: 17px;
    height: 17px;
}
}

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

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

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

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

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

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

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


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

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


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


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

.newsletter-popup .newsletter-form .field input {
  background: #fff;
  padding-right: 155px;
}

@media (max-width: 767px) {
 .newsletter-popup .newsletter-form .field input {
    padding-right: 95px;
  }
}

.newsletter-popup .newsletter-form .newsletter-form__button{
 height:45px;
 position: absolute;
 right: 0;
 margin: 0;
  top:0;
  padding: 10px 30px;
}
.footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.7rem;
  font-weight:600;
  color:var(--footer-heading-color);

}

@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-block__details-content .list-menu__item--link,
.copyright__content a {
  color: var(--footer-text-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 15px;
}
.footer-block__details-content.list-unstyled li{
    position: relative;
}
.footer-block__details-content .list-menu__item--link:hover{
  margin-left:10px;
}

.footer-block__details-content .list-menu__item--link:before{
      content: '';
    display: block;
      position: absolute; 
      width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 30px;
    left: 0px;
    top: 10px;
      opacity: 0;
        transition: .5s;
}
.footer-block__details-content .list-menu__item--link:hover:before{
      opacity: 1;
}

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


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

@media screen and (min-width: 992px) {
  .footer-block__details-content .list-menu__item--link {
    display: inline-block;
    font-size: 1.5rem;
  }
  .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 #ffffff3b;
  padding: 10px 0;
}

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

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

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

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

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

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


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

.footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
  color:var(--footer-text-color);
  clear:both;
  width:80%;
  font-size:15px
}
@media(max-width:1300px){
  .footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
    width:90%;
  }
}
@media(max-width:991px){
  .footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
    width:90%;
    font-size: 14px
    margin: auto;
  }
}
@media(max-width:991px){
  .footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
    width:100%;
  }
}


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


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

 .footer .store-infomation .footer-social ul li a{
   background-color: transparent;
 }

/******************************** footer_layout2 *******************************/
  .footer_layout2 .footer-block--newsletter .newsletter-desc {
    font-size: 16px;
    line-height: 22px;
    color: var(--footer-text-color);
    margin-bottom: 15px;
}
@media(max-width: 991px){
  .footer_layout2 .footer-block--newsletter .newsletter-desc{
     font-size: 15px;
  }
}  
.footer_layout2 .ishi-horizontal-megamenu {
    position: unset;
}
.footer_layout2 .footer.footerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.footer_layout2 .footer.footer-color {
  background-color:var(--footer-bg-color);
  /* border-top: 1px solid #eee; */
}
@media screen and (max-width: 991px) {
 .footer_layout2 .footer .grid {
    display: block;
    margin-left: 0;
  }
 .footer_layout2 .footer-block.grid__item {
    padding: 0;
    margin: 0 0 0.5rem;
    width: 100%;
    overflow:hidden;
  }

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

.footer_layout2 .footer__content-top {
  padding-bottom: 6rem;
  padding-top: 7rem;
  display: block;
}
@media(max-width:991px){
  .footer_layout2 .footer__content-top{
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

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

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

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


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

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


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


.footer_layout2 .footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
.footer_layout2 .newsletter-form .field input{
 background: #fff;
    padding-right: 140px;
    height: 51px;
}
.footer_layout2 .field__label{
  top: 1.5rem;
}
@media  (max-width: 767px) {
.footer_layout2  .newsletter-form .field input{
   padding-right: 70px;
  }
}
.footer_layout2 .newsletter-form .newsletter-form__button{
  height: 45px;
  position: absolute;
  right: 3px;
  margin: 0;
  top: 3px;
  background-color: var(--button-bg-hover-color);
  color: var(--button-text-hover-color);
}
.footer_layout2 .newsletter-form .newsletter-form__button:hover{
   background-color: var(--button-bg-color);
   color: var(--button-text-color);
}
.footer_layout2 .footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:600;
  color:var(--footer-heading-color);
    text-transform: capitalize;
}

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

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

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

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


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

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


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

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

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

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

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

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

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

.footer_layout2 .footer-bottom .footer-right .payment-icons .list-payment__item svg{
   width: 38px;
   height: 24px;
}
.footer_layout2 .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_layout2 .footer-bottom .footer-right .payment-icons .list-payment__item img {
   cursor: pointer;
   transition: all 0.25s;
   max-width: 100%;
}


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

.footer_layout2 .footer .store-infomation .store-desc, .footer_layout2 .footer .store-infomation .store-desc p{
  color:var(--footer-text-color);
  clear:both;
  width: 90%;
  font-size: 15px;
}
@media(max-width:1199px){
  .footer_layout2 .footer .store-infomation .store-desc, .footer_layout2 .footer .store-infomation .store-desc p{
    width:100%;
  }
}

@media(max-width:991px){
  .footer_layout2 .footer .store-infomation .store-desc, .footer_layout2 .footer .store-infomation .store-desc p{
    width: 80%;
    margin: auto;
    font-size: 14px;
        line-height: 22px;
  }
  
}
@media(max-width: 543px){
  .footer_layout2 .footer .store-infomation .store-desc, .footer_layout2 .footer .store-infomation .store-desc p{
    width:100%;
  }
}


.footer_layout2 .footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer_layout2 .footer .contact-info .contact-info-inner ul i {
   height: 45px;
   width: 45px;
   border-radius: 50%;
   line-height: 45px;
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   background: var(--button-bg-color);
   color: var(--button-text-color);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   display: none;
}
 @media (max-width: 991px) {
   .footer_layout2 .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer_layout2 .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
.footer_layout2 .footer .contact-info .contact-info-inner ul .content {
   display:flex;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   width: 100%;
}
 @media (max-width: 1199px) {
.footer_layout2 .footer .contact-info .contact-info-inner ul .content {
    width: 100%;
}
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .content {
    padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
     padding-left:0px;
  }
}
 .footer_layout2 .footer .contact-info .contact-info-inner ul .content .title {
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   color: var(--footer-heading-color);
   margin-bottom: 5px;
}

@media (max-width: 1550px){
.footer_layout2 .footer .contact-info .contact-info-inner ul .content .title {
    font-size: 16px;
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .footer_layout2 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
  }
}
 .footer_layout2 .footer .contact-info .contact-info-inner ul .content a, .footer_layout2 .footer .contact-info .contact-info-inner ul .content p {
   font-size: 15px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin-left: 5px;
   margin-bottom: 0;
}
.footer_layout2 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
   margin-bottom: 20px;
   text-align: left;
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer_layout2 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
  .footer_layout2 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 .footer_layout2 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:hover i {
   background: var(--button-bg-hover-color);
   color: var(--button-text-hover-color);
}
 .footer_layout2 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 21px;
}
 @media (min-width: 992px) {
   .footer_layout2 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer_layout2 .footer-social{
  margin-top:20px;
}
.footer_layout2 .footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer_layout2 .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_layout2 .vertical-follows .footer-social{
  margin:0;
}
.footer_layout2 .vertical-follows .footer-social ul li{
  display:block;
  margin-bottom:10px;
}
.footer_layout2 .vertical-follows .footer-social ul li:last-child{
 margin-bottom:0;
}
.footer_layout2 .vertical-follows .footer-social ul li a{
  justify-content: left;
  width:auto;
  height:auto;
  border-radius:unset;
  background:transparent;
  margin:0;
  text-align:left;
}
.footer_layout2 .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;
}
.footer_layout2 .vertical-follows .footer-social ul li a span{
   color:var(--footer-text-color);
     display:block;
}
.footer_layout2 .vertical-follows .footer-social ul li:hover a i,.vertical-follows .footer-social ul li:hover a svg,.vertical-follows .footer-social ul li:hover a span{
  color:var(--footer-text-hover-color);
}
 /******************************** footer_layout3 *******************************/
  
  
.footer_layout3 .ishi-horizontal-megamenu {
    position: unset;
}
.footer_layout3 .footer.footerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.footer_layout3 .footer.footer-color {
  background-color:var(--footer-bg-color);
  /* border-top: 1px solid #eee; */
}
@media screen and (max-width: 991px) {
 .footer_layout3 .footer .grid {
    display: block;
    margin-left: 0;
  }
 .footer_layout3 .footer-block.grid__item {
    padding: 0;
    margin: 0 0 0.5rem;
    width: 100%;
    overflow:hidden;
  }

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

.footer_layout3 .footer__content-top {
  padding-bottom: 6rem;
  padding-top: 7rem;
  display: block;
}
@media(max-width:991px){
  .footer_layout3 .footer__content-top{
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}

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

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

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


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

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


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


.footer_layout3 .footer .newsletter-form{
  max-width: 100%;
  position:relative;
}
.footer_layout3 .newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
}
@media  (max-width: 767px) {
.footer_layout3  .newsletter-form .field input{
   padding-right: 70px;
  }
}
.footer_layout3 .newsletter-form .newsletter-form__button{
 height:45px;
 position: absolute;
 right: 0;
 margin: 0;
  top:0;
}
.footer_layout3 .footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:500;
  color:var(--footer-heading-color);
    text-transform: capitalize;
}

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

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

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

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


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

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


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

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

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

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

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

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

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

.footer_layout3 .footer-bottom .footer-right .payment-icons .list-payment__item svg{
   width: 38px;
   height: 24px;
}
.footer_layout3 .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_layout3 .footer-bottom .footer-right .payment-icons .list-payment__item img {
   cursor: pointer;
   transition: all 0.25s;
   max-width: 100%;
}


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

.footer_layout3 .footer .store-infomation .store-desc, .footer_layout3 .footer .store-infomation .store-desc p{
  color:var(--footer-text-color);
  clear:both;
  width: 90%;
  font-size: 15px;
}
@media(max-width:1199px){
  .footer_layout3 .footer .store-infomation .store-desc, .footer_layout3 .footer .store-infomation .store-desc p{
    width:100%;
  }
}

@media(max-width:991px){
  .footer_layout3 .footer .store-infomation .store-desc, .footer_layout3 .footer .store-infomation .store-desc p{
    width: 80%;
    margin: auto;
    font-size: 14px;
        line-height: 22px;
  }
  
}
@media(max-width: 543px){
  .footer_layout3 .footer .store-infomation .store-desc, .footer_layout3 .footer .store-infomation .store-desc p{
    width:100%;
  }
}


.footer_layout3 .footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer_layout3 .footer .contact-info .contact-info-inner ul i {
   height: 45px;
   width: 45px;
   border-radius: 50%;
   line-height: 45px;
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   background: var(--button-bg-color);
   color: var(--button-text-color);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
   display: none;
}
 @media (max-width: 991px) {
   .footer_layout3 .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer_layout3 .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
.footer_layout3 .footer .contact-info .contact-info-inner ul .content {
   display:flex;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   width: 100%;
}
 @media (max-width: 1199px) {
.footer_layout3 .footer .contact-info .contact-info-inner ul .content {
    width: 100%;
}
}
 @media (max-width: 991px) {
   .footer .contact-info .contact-info-inner ul .content {
    padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
     padding-left:10px;
  }
}
 .footer_layout3 .footer .contact-info .contact-info-inner ul .content .title {
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   color: var(--footer-heading-color);
   margin-bottom: 5px;
}

@media (max-width: 1550px){
.footer_layout3 .footer .contact-info .contact-info-inner ul .content .title {
    font-size: 16px;
}
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .footer_layout3 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
  }
}
 .footer_layout3 .footer .contact-info .contact-info-inner ul .content a, .footer_layout3 .footer .contact-info .contact-info-inner ul .content p {
   font-size: 15px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin-left: 5px;
   margin-bottom: 0;
}
.footer_layout3 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
   margin-bottom: 20px;
   text-align: left;
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer_layout3 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
  .footer_layout3 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 .footer_layout3 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:hover i {
   background: var(--button-bg-hover-color);
   color: var(--button-text-hover-color);
}
 .footer_layout3 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 21px;
}
 @media (min-width: 992px) {
   .footer_layout3 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}
.footer_layout3 .footer-social{
  margin-top:20px;
}
.footer_layout3 .footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer_layout3 .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_layout3 .vertical-follows .footer-social{
  margin:0;
}
.footer_layout3 .vertical-follows .footer-social ul li{
  display:block;
  margin-bottom:10px;
}
.footer_layout3 .vertical-follows .footer-social ul li:last-child{
 margin-bottom:0;
}
.footer_layout3 .vertical-follows .footer-social ul li a{
  justify-content: left;
  width:auto;
  height:auto;
  border-radius:unset;
  background:transparent;
  margin:0;
  text-align:left;
}
.footer_layout3 .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;
}
.footer_layout3 .vertical-follows .footer-social ul li a span{
   color:var(--footer-text-color);
     display:block;
}
.footer_layout3 .vertical-follows .footer-social ul li:hover a i,.vertical-follows .footer-social ul li:hover a svg,.vertical-follows .footer-social ul li:hover a span{
  color:var(--footer-text-hover-color);
}

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

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

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 50px;
   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;
     left: 0;
     right: 0;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent !important;
   border: 1px solid var(--button-bg-color) !important;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
.ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev svg, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next svg{
    width: 15px;
    height: 16px;
    margin-left: 12px;
}
 .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;
   border-radius: 10px;
}
.ishislider .ishislideshow-carousel .slideshow__link img{
  border-radius: 10px;
  width: 100%;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 70px;
}
 @media (min-width: 1500px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1700px;
  }
}

@media(max-width:991px){
  .ishislider .ishislideshow-carousel .page-width{
    bottom: 30px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 34px;
   text-transform: unset;
   line-height: 34px;
   margin-bottom: 20px;
   letter-spacing: 0.8px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 28px;
     line-height: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
  }
}
 @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: 60px;
   margin-bottom: 15px;
   letter-spacing: 0.7px;
   font-weight: 600;
   text-transform: capitalize;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 50px;
     line-height: 60px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 35px;
     line-height: 36px;
     margin-bottom: 11px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 38px;
     line-height: 44px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 26px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 30px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 16px;
     line-height: 20px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 18px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 25px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 4px 10px;
     line-height:18px;
  }
}

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

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

.ishi-slider-section .owl-theme .owl-dots .owl-dot.active{
  border-color: #fff;
}




/*================ Start Testimonial block ================*/
.ishi-testimonial-section .ishitestimonial {
  position: relative;
}
.ishi-testimonial-section .ishitestimonial .section-header{
  overflow: hidden;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i {
   position: relative;
   font-style: normal;
   display: inline-block;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i.star-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 18px;
}
@media (max-width: 543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i.starfill:after{
     font-size: 16px;
  }
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i.starfill:after {
   content: "\F005";
   font-family: "FontAwesome";
   color: var(--brand-secondary);
}

 .ishi-testimonial-section .ishitestimonial.bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel{
  margin-top: 20px;  
}
@media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel{
    margin-top: 10px;  
  }
}
@media (max-width: 767px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel{
    margin-top: 5px;  
  }
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item{
  padding-right: 3px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style {
   text-align: center;
   padding: 20px; 
   border-radius: 15px;
   border: 1px solid var(--brand-secondary);
}
@media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style{
    padding: 15px; 
  }
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-img {
   display: block;
   vertical-align: middle;
   border-radius: 10px;
   margin: 0 auto;
   overflow: hidden;
   margin-bottom: 25px;
}
@media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-img{
    margin-bottom: 15px;
  }
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-img img{
  width: 100%;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-img img {
   max-width: 100%;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-img .placeholder-svg {
   width: 80px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .testimonial-content{
  text-align:center;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-ratting {
   margin-bottom:15px;
}
 @media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-ratting {
    margin-bottom: 5px;
  }
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-name {
   position: relative;
   margin-bottom: 15px;
   display: inline-block;
   font-size: 24px;
   line-height: 30px;
   font-weight: 700;
}
@media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-name {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 27px;
    
  }
}
@media (max-width: 543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
    
  }
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-designation {
   display: inline-block;
   font-weight: 400;
   font-size: 14px;
   color: var(--brand-secondary);
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-description {
   line-height: 24px;
   font-weight: 400;
   font-size: 18px;
   letter-spacing: 0;
}
@media  (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-description{
    font-size: 15px;
    margin-bottom: 25px;
  }
}
@media  (max-width: 543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style .user-description{
    font-size: 14px;
    margin-bottom: 15px;
  }
}


.ishi-testimonial-section .owl-theme .owl-nav{
   margin:0;
}
@media (max-width: 767px){
  .ishi-testimonial-section .owl-theme .owl-nav{
    margin-top: 25px;
  }
}
@media (max-width: 543px){
  .ishi-testimonial-section .owl-theme .owl-nav{
    margin-top: 20px;
  }
}
.ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -15%;
  right: auto;
}
.ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  bottom: auto;
  right: -15%;
  left: auto;
}
@media (max-width: 1599px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
     right: -10%;
  }
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     left: -10%;
  }
}
@media (max-width: 1499px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
     right: -5%;
  }
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     left: -5%;
  }
}
@media (max-width: 1340px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
     right: -2%;
  }
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     left: -2%;
  }
}
@media (max-width: 1250px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
     right: 0;
  }
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     left: 0;
  }
}
@media (max-width: 1199px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next{
     right: -21px;
  }
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     left: -21px;
  }
}
@media (max-width: 767px){
  .ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-next,.ishi-testimonial-section .ishitestimonials-carousel .owl-nav .owl-prev{
     position: unset;
  }
}

/*================ End Testimonial block ================*/
    


/************************************** Featured Product css ********************************/
.featured-product-section .card-information .variants-swatch{
  display: none;
}


.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.parcelatorCollection {
    padding-top: 13px;
}
.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;
}
.Product-block.featured-product-section .collection slider-component .product-list{
  position: unset;
}
.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;
}
.ishi-product-tab-content .button {
    min-width: 200px;
    padding-block: 13px;
}
@media(max-width:1350px){
.parcelatorCollection{
padding-top:0;
}
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 5px;
      margin-bottom: 20px;
  }
}
@media(max-width: 350px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
    margin: 0 2px 20px;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background: transparent;
  color:#777;
  display: block;
  padding: 0px 7px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 22px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
      font-family: var(--font-body-family);
}
 @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{
  color: #232323;
}
.product-style2 .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
text-decoration-line: underline;
}


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

.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .card-wrapper{
  border: inherit;
  background-color: inherit;
  box-shadow: inherit;
}

.card-information{
  margin-top:10px;
  padding: 5px 8px 15px;
}
@media(max-width:543px){
  .card-information{
    margin-top: 0;
  }
}
.card-wrapper {
    border: 1px solid rgba(102, 102, 102, 0.08);
    background-color: #FDFBF7;
    overflow: hidden;
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);

}
.thumbnail.media.media--transparent.media--square.media--hover-effect {
   border-radius:10px;
}
@media(max-width:380px){
  .card-wrapper{
     box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.08);
  }
}

.template-collection .card-wrapper,
.template-search .card-wrapper,
.template-article .card-wrapper{
    background-color: transparent;
      box-shadow: none;
      border: none;
 
}
.template-collection #MainContent .normal_main_content  #ProductGridContainer .card-wrapper .card--product,
.template-search #MainContent .normal_main_content  #ProductGridContainer .card-wrapper .card--product{
   border-radius: 10px;
}
.template-collection #MainContent .normal_main_content  #ProductGridContainer .card-wrapper .card-information,
.template-search #MainContent .normal_main_content  #ProductGridContainer .card-wrapper .card-information{
  padding-top: 0; 
}



.collection-grid-section .collectiongrid-layout-1 .card-wrapper{
  border: none;
}



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


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

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

}
@media (max-width: 991px) {
 .manufacture-block .owl-theme .owl-nav{
    margin-top: 15px;
}
}


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

.localization-selector.link {
  font-weight: 400;
  font-size: 15px;
  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);
  }
}



/*================ ishislider1 ================*/

.ishi-slider-banner-section .bg-color{
  overflow: hidden;
  padding-bottom: 58px;
  padding-top: 58px;
}
@media (min-width: 1600px){
  .ishi-slider-banner-section .bg-color .page-width{
    max-width: 1600px;
  }
}
@media (max-width: 1599px) and (min-width: 1200px){
   .ishi-slider-banner-section .bg-color .page-width{
     max-width: 1400px;
   }
}
@media (max-width: 1199px){
  .ishi-slider-banner-section .bg-color{
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.ishi-slider-banner-section{
      overflow: hidden;
}
.ishi-slider-banner-section .ishibanner.ishi-banner-block{
    width: 36%;
    padding-inline:20px;
}
.ishi-slider-banner-section .ishislider {
    width: 64%;
}
@media(max-width:1199px){
.ishi-slider-banner-section .ishibanner.ishi-banner-block{
    padding-inline:10px;
}
}
@media (max-width: 991px){
  .ishi-slider-banner-section .ishislider {
    width: 100%;
    margin-bottom: 30px;
  }
  .ishi-slider-banner-section .ishibanner.ishi-banner-block{
    padding-left: 15px;
    width: 100%;
  }
}

.ishi-slider-banner-section .slider-content-bottomleft.text-align-left {
    bottom: 25px;
}
@media(max-width:767px){
  .ishi-slider-banner-section .slider-content-bottomleft.text-align-left{
    left: 15px !important;
    bottom: 0;
  }
}
@media(max-width: 543px){
  .ishi-slider-banner-section .slider-content-bottomleft.text-align-left{
    left: 0px !important;
    bottom: 0;
  }
}
 .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 25px;
   text-transform: unset;
   line-height: 30px;
   margin-bottom: 0px;
   letter-spacing: 0.7px;
   font-weight: 600;
   font-family: var(--font-body-family);
}
 @media (max-width: 1399px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:  20px;
     line-height: 25px;
  }
}
 @media (max-width: 1199px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 25px;
  }
}
 @media (max-width: 991px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 25px;
     line-height: 30px;
     margin-bottom: 0;
  }
}
 @media (max-width: 543px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 25px;
  }
}
 @media (max-width: 450px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 25px;
  }
}
@media (max-width: 410px){
  .ishislider .ishislideshow-carousel .slider-content{
    width: 50%;
  }
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data{
    width: 60% !important;
  }
}

@media (max-width: 360px){
  .ishislider .ishislideshow-carousel .slider-content{
    width: 60%;
  }
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data{
    width: 70% !important;
  }
}


 .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 15px;
   line-height: 24px;
   margin-bottom: 25px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1499px) {
   .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
  .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
  .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
  .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
     display: block;
  }
}
 @media (max-width: 543px) {
  .ishi-slider-banner-section .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}

.ishislider .ishislideshow-carousel .slider-content .btn{
  padding: 12px 40px;
      background-color: var(--button-bg-hover-color);
      color: var(--button-text-hover-color) !important;
    border: none;
}
@media(max-width:767px){
  .ishislider .ishislideshow-carousel .slider-content .btn{
    padding: 10px 25px;
  }
}
@media(max-width:543px){
  .ishislider .ishislideshow-carousel .slider-content .btn{
    padding: 10px 20px;
  }
}
@media(max-width:400px){
  .ishislider .ishislideshow-carousel .slider-content .btn{
    padding: 7px 18px;
  }
}
.ishislider .ishislideshow-carousel .slider-content .btn:hover{
   background-color: var(--button-bg-color);
      color: var(--button-text-color) !important;
}

.ishislideshow-space .slideshow__item{
    display: flex;
    align-items: center;
    justify-content: center;
}

 @media (min-width: 992px) {
   .ishi-slider-banner-section .ishislider {
    /* If media is above 991 */
  }
   .ishi-slider-banner-section .ishislider.slider-banner-left {
     float: right;
     margin-bottom: 0px;
  }
}
 .ishi-slider-banner-section .ishibanner {
  /* If media is below 992 */
}
 @media (max-width: 991px) {
   .ishi-slider-banner-section .ishibanner {
     /* margin-bottom: 30px; */
     overflow: hidden;
  }
}
 @media (max-width: 543px) {
   .ishi-slider-banner-section .ishibanner {
    /* If media is below 544 */
     width: 100%;
  }
}
.ishi-slider-banner-section .ishibanner .bannerblock .image-container a{
    position: relative;
    overflow: hidden;
    display: block;
  border-radius: 10px;
}
 .ishi-slider-banner-section .ishibanner .bannerblock {
   margin-bottom:56px;
}
@media(max-width:1599px) {
   .ishi-slider-banner-section .ishibanner .bannerblock {
    margin-bottom: 44px;
}
   }

@media(max-width:1199px){
.ishi-slider-banner-section .ishibanner .bannerblock {
    margin-bottom: 28px;
}
}
 @media screen and (min-width: 544px) and (max-width: 991px) {
   .ishi-slider-banner-section .ishibanner .bannerblock {
    /* If media is between 768 and 991 */
     margin-bottom: 0;
  }
}
 .ishi-slider-banner-section .ishibanner .bannerblock:last-child {
   margin-bottom: 0;
}
 .ishi-slider-banner-section .ishibanner .bannerblock .banner-data {
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: 26px;
}
@media (min-width: 1600px){
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data{
    width: 40%;
  }
}
@media(max-width:991px){
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data {
    bottom: 20px;
  }
}
@media(max-width:767px){
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data {
    bottom: 15px;
  }
}


.ishi-slider-banner-section .ishibanner .bannerblock .image-container:hover .banner-data .banner-title {
  transform:rotatex(360deg);
}
 .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title {
   font-size: 20px;
   font-weight: 600;
   line-height: 25px;
   text-align: left;
   letter-spacing: 0;
    font-family: var(--font-body-family);
   text-transform: uppercase;
   transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
 @media (min-width: 1200px) and (max-width: 1250px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title {
     font-size: 18px;
     font-weight: 600;
     line-height: 25px;
   }
 }

 @media (min-width: 992px) and (max-width: 1199px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title {
     font-size: 15px;
     line-height: 20px;
  }
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data{
    bottom: 14px;
  }
}
 @media(max-width: 991px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title {
     font-size: 18px;
  }
}
 @media(max-width: 767px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title {
     font-size: 15px;
     line-height: 20px;
  }
   .ishi-slider-banner-section .ishibanner .bannerblock {
    margin-bottom: 20px;
}
}
@media(max-width:543px){
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title{
    font-size: 17px;
    line-height: 22px;
}
    }
@media(max-width:543px){
  .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-title{
      font-size: 15px;
      line-height: 20px;
  }
}
 .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-link-text {
   margin-top: 10px;
   font-size: 14px;
   font-weight: 400;
   text-transform: uppercase;
   display: inline-block;
   border-bottom: 1px solid currentcolor;
   vertical-align: middle;
   line-height: 17px;
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   -o-transition: all .5s;
    transition: all .5s;
}
 @media (max-width: 1199px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-link-text {
     letter-spacing: 0.2px;
     font-size: 13px;
  }
}
 @media (max-width: 767px) {
   .ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-link-text {
     margin-top: 2px;
  }
}

.ishi-slider-banner-section .ishibanner .bannerblock .banner-data .banner-link-text:hover{
      letter-spacing: 1px;
}

/*================ slider-bannersblock ================*/

 @media (max-width: 543px) {
.ishi-slider-banner-section .ishibanner .bannerblock {
    /* If media is below 544 */
     width: 100%;
  }
}
.ishi-slider-banner-section .ishibanner .bannerblock:last-child {
   margin-bottom: 0;
}

/*================ ishisliderstyle2 ================*/
.ishi-slider-style2{
  display:block;
  overflow:hidden;
}

.ishislider2 {
  position: relative;
  z-index: 0;
  padding: 0 28px; 
}
 .ishislider2 .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider2 .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev, .ishislider2 .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;
   border-radius:50%;
   background-color: var(--button-bg-color) !important;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   fill: var(--button-text-color);
}
 @media (max-width: 991px) {
   .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev, .ishislider2 .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 40%;
  }
}
 .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev:hover, .ishislider2 .ishislideshow-carousel .owl-nav .owl-next:hover {
   background-color: var(--button-bg-hover-color) !important;
  fill: var(--button-text-hover-color);
}
 .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider2 .ishislideshow-carousel .owl-nav .owl-next i {
   line-height: 40px;
    color: var(--button-text-color) !important;
   height: 40px;
   width: 40px;
}

 .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider2 .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider2 .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider2 .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider2 .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 22px;
   right:23%;
   left:auto;
   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:1199px){
.ishislider2 .ishislideshow-carousel .owl-dots{
     bottom:10px;
}
}
 @media (max-width: 991px) {
   .ishislider2 .ishislideshow-carousel .owl-dots {
     left:0;
     right:0;
  }
}
@media (max-width:543px){
  .ishislider2 .ishislideshow-carousel .owl-dots{
  bottom:2px;
  }
}
 .ishislider2 .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider2 .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 8px;
   height:8px;
   background: var(--brand-secondary)  !important;
   border: 2px solid var(--brand-secondary) !important;
   margin: 0 auto;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider2 .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider2 .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--brand-secondary) !important;
   border-color: var(--brand-secondary) !important;
}
 .ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider2 .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider2 .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 .ishislider2 .ishislideshow-carousel .slider-content {
   padding: 0;
}
@media (min-width: 1500px) {
  .ishislider2 .ishislideshow-carousel .page-width{
    max-width: 1650px;
    padding:0;
  }
}
  .ishislider2 .left-banner{
    padding:0;
        padding-right: 5px;
  }
  @media (max-width:991px){
    .ishislider2 .left-banner{
      padding:0;
    }
  }
  @media (max-width:543px){
    .ishislider2 .left-banner{
      display:none;
    }
  }
@media screen and (min-width: 1200px) and (max-width: 1449px) {
  .ishislider2 .ishislideshow-carousel .page-width{
    max-width: 1075px;
  }
}

.ishislider2 .slider-left,.ishislider2 .slider-right{
	padding:0;
}
@media (max-width:543px){
  .ishislider2 .slider-left {
    display:none;
  }
}
.ishislider2 .media > img{
	    object-fit: unset;
}
@media (max-width:543px){
.ishislider2  .slider-content{
  background:rgba(255, 255, 255, 0.9);
  padding:15px !important;
}
  }
  .ishislider2 .slidershadow-right{
   padding:0;
        padding-left: 5px;
  }
  @media(max-width:991px){
    .ishislider2 .slidershadow-right{
       padding:0;
    }
  }
.ishislider2 .ishislideshow-carousel .slider-content .sub-title {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    text-transform: unset;
    line-height: 22px;
    margin-bottom:20px;
    padding: 8px 45px;
   letter-spacing: 7px;
}
@media (max-width:1200px){
  .ishislider2 .ishislideshow-carousel .slider-content .sub-title{
      margin-bottom: 12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .ishislider2 .ishislideshow-carousel .slider-content .sub-title {
    padding: 8px 41px;
    font-size: 15px;
  }
}
@media (max-width:991px){
.ishislider2 .ishislideshow-carousel .slider-content .sub-title{
      margin-bottom: 15px;
}
}
@media (max-width: 543px) {
  .ishislider2 .ishislideshow-carousel .slider-content .sub-title {
    padding: 6px 30px;
    font-size: 15px;
    margin-bottom: 9px;
  }
}

@media (max-width: 480px) {
  .ishislider2 .ishislideshow-carousel .slider-content .sub-title {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 21px;
  }
}

@media (max-width: 400px) {
  .ishislider2 .ishislideshow-carousel .slider-content .sub-title {
    margin-bottom:11px;
    padding: 5px 13px;
    margin-bottom:10px;
    letter-spacing: 6px;
    font-size: 12px;    
    line-height:19px;
 }
}

.ishislider2 .ishislideshow-carousel .slider-content .main-title {
  font-size: 50px;
  text-transform: capitalize;
  line-height: 50px;
 font-weight: 600;
   margin-bottom: 18px;
}

@media (max-width: 1450px) and (min-width: 1200px) {
  .ishislider2 .ishislideshow-carousel .slider-content .main-title {
       font-size: 42px;
    line-height: 46px;
     margin-bottom: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .ishislider2 .ishislideshow-carousel .slider-content .main-title {
      font-size: 37px;
    line-height: 40px;
    margin-bottom: 9px;
  }
}
@media (max-width:991px) {
  .ishislider2 .ishislideshow-carousel .slider-content .main-title {
    font-size: 60px;
    line-height:60px;
  }
}
@media (max-width: 767px) {
  .ishislider2 .ishislideshow-carousel .slider-content .main-title {
    font-size: 57px;
    line-height: 60px;
  }
}

@media (max-width: 543px) {
  .ishislider2 .ishislideshow-carousel .slider-content .main-title {
    font-size: 27px;
    line-height: 27px;
    margin-bottom: 14px;
  }
}

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

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

.ishislider2 .ishislideshow-carousel .slider-content .desc {
  margin-bottom:30px;
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

}
@media (max-width:1260px){
.ishislider2 .ishislideshow-carousel .slider-content .desc{
white-space: initial;
} 
}

@media (max-width:1199px){
  .ishislider2 .ishislideshow-carousel .slider-content .desc{
 margin-bottom: 25px;
    
  }
}


@media (max-width: 991px) {
  .ishislider2 .ishislideshow-carousel .slider-content .desc {
    line-height: 22px;
    margin-bottom: 20px;
  }
}



@media (max-width: 543px) {
  .ishislider2 .ishislideshow-carousel .slider-content .desc {
    display: none;
  }
}

.ishislider2 .ishislideshow-carousel .slider-content .desc p {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1499px) {
  .ishislider2 .ishislideshow-carousel .slider-content .desc p {
    font-size: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .ishislider2 .ishislideshow-carousel .slider-content .desc p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ishislider2 .ishislideshow-carousel .slider-content .desc p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ishislider2 .ishislideshow-carousel .slider-content .slider-btn {
    font-size: 13px;
    padding: 8px 17px;
  }
}

@media (max-width: 480px) {
  .ishislider2 .ishislideshow-carousel .slider-content .slider-btn {
    font-size:11px;
    padding: 4px 12px;
  }
}
 .ishislider2 .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;
}
 .ishislider2 .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;
}
 .ishislider2 .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;
}
 .ishislider2 .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;
}

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

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

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

  }
.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    font-size: 20px;
    font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 8px;
  position:relative;
  -webkit-transition: all .9s;
  -moz-transition: all .9s;
  -o-transition: all .9s;
  transition: all .9s;
}
@media (max-width:1200px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    margin-bottom:13px;
  }
}
@media (max-width:767px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
        margin-bottom: 8px;
        font-size: 16px;
  }
}
@media (max-width:543px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title{
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-title:before{
  content:"";
  position:absolute;
  background:var(--brand-secondary);
  width:18%;
  height:2.5px;
  border-radius:5px;
  bottom:0;
}

.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
  font-size: 22px;
  font-weight: 600;
  line-height:24px;
  text-transform: capitalize;

}
@media (max-width:1250px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
    font-size:22px;
  }
}
@media (max-width:1199px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
        font-size: 19px;
  }
}
@media (max-width:767px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
        font-size: 17px;
  }
}
@media (max-width:543px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .category-subtitle{
    font-size:21px; 
  }
}
.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow{
    float: right;
    width: 35px;
    height: 35px;
    background:var(--button-bg-hover-color);
    border-radius:50px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    display: none;
    transition: all .5s;
}
.ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .arrow svg{
  width:12px;
  height: 12px;
  fill: #535353;
}

.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow:hover{
    background:var(--button-bg-color);
  box-shadow: 0px 2px 13px #959da533;
}
.ishi-category-block2  .ishicategoryblock  .ishicategoryblock-container .text-container .arrow:hover svg{
  fill: #fff;
}
@media (max-width:767px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .arrow{
      width: 30px;
      height: 30px;
  }
}
@media (max-width:543px){
  .ishi-category-block2 .ishicategoryblock .ishicategoryblock-container .text-container .arrow{
    opacity:1;
  }
}
.ishi-category-block2  .ishicategoryblock .ishicategoryblock-container:hover .text-container .arrow{
  opacity:1;

}
.ishi-category-block2 .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span{
  border: 1px solid var(--button-bg-hover-color);
 
}



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

/* .video-section  .video-div{
  display:block;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
} */

.video-section .video-block {
    overflow: hidden;
    position:relative;
}
.video-section .video-content{
  display:flex;
  align-items:center;
  /* padding-bottom: 38.25%; */
  
}

/* @media(max-width:767px){
  .video-section .video-content{
    padding-bottom: 46.25%;
  }
}
@media(max-width:543px){
  .video-section .video-content{
    padding-bottom: 55.25%;
  }
}
@media(max-width:340px){
  .video-section .video-content{
    padding-bottom: 70.25%;
  }
} */
.video-section .video-data {
   position: absolute;
   text-align:center !important;
   z-index:4;
   background: #FFFFFFBA;
   border:1px solid #ddd;
   padding: 40px 15px;
  width:21%;
   bottom:40%;
  border-radius:0px;
}
@media (max-width:1400px){
  .video-section .video-data{
     bottom:36%;
  }
}
@media (max-width:1350px){
  .video-section .video-data{
     bottom:37%;
  }
}
@media (max-width:1600px){
  .video-section .video-data{
    width:25%;
  }
}
@media (max-width:1350px){
  .video-section .video-data{
    width:30%;
  }
}
@media (max-width:1199px){
  .video-section .video-data{
    width:35%;
      bottom:33%;
    
  }
}
@media (max-width:1024px){
  .video-section .video-data{
   bottom:30%;
    
  }
}
@media (max-width:991px){
  .video-section .video-data{
   width:40%;
    
  }
}
@media (max-width:980px){
  .video-section .video-data{
   width:45%;
  bottom:25%;
  }
}
@media (max-width:767px){
  .video-section .video-data{
    width:100%;
   
  }
}
@media (max-width:543px){
.video-section .video-data{
padding: 30px 15px;
}
}
.video-section .video-data.left{
    left:20%;
}
.video-section .video-data.right{
 right:20%;
}
@media(max-width:1400px){
  .video-section .video-data.right{
    right: 15%
  }
}
@media(max-width:1199px){
  .video-section .video-data.right{
    right: 10%
  }
}
.video-section .video-data.center{
    left:0;
    right:0;
      margin: 0 auto;
}
.video-section .video-data .title{
   font-size:30px;
   line-height:30px;
   color:#232323;
   font-weight:600;
      text-transform: uppercase;
   margin-bottom: 15px;
}
@media (max-width:543px){
  .video-section .video-data .title{
    font-size:27px;
  }
}
.video-section .video-data .sub-title{
   font-size:15px;
   line-height:22px;
   color:#777;
   font-weight:400;
   margin-bottom: 15px;
}
.video-section .video-data .sub-title p{
   font-size:15px;
   color:#777;
  line-height:22px;
}
.video-section .video-data .btn_link{
  position:relative;
  color:#232323;
  font-size:14px;
  font-weight:400;
  border-bottom:1px solid #333;
}



 @media (max-width: 767px) {
  audio,canvas,progress,video{
    display:block;
  }
  .video-section .video-content{
    display:block;
    overflow:hidden;
    position:relative;
  }
   .video-section .video-data {
     position:unset;
     background:#fff;
     bottom: 0 !important;
     left: 0 !important;
   }
}

/******************** Ishi-Marquee-Text ****************************/
      

.Ishi-Marquee-Text .video-bottom-text .marquee-top span{
      margin-right: 250px;
  position: relative;
}
@media(max-width:991px){
  .Ishi-Marquee-Text .video-bottom-text .marquee-top span{
    margin-right: 150px;
  }
}
@media(max-width:543px){
  .Ishi-Marquee-Text .video-bottom-text .marquee-top span{
    margin-right: 80px;
  }
}
  
.Ishi-Marquee-Text .video-bottom-text .marquee-top span:after{
    content: "";
    position: absolute;
    left: -14px;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background-color: #fff;
    display: inline-block;
}
.Ishi-Marquee-Text .video-bottom-text .marquee-top {
    position: relative;
    width: 100%;
    animation-name: marquee;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: max-content;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
@keyframes marquee {
      0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

@media(max-width:543px){
  .Ishi-Marquee-Text .video-bottom-text .marquee-top{
     padding: 10px 0;
  }
}

/******************** testimonial-style1 ****************************/

 .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container {
	overflow: hidden;
    background-color:#fff;
   border-radius:5px;
  transition: all .5s;
   padding: 25PX 20px;
  border-radius: 8px;
	
}

@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container{
  padding: 15px;
    margin-top: 0;
  }
}

.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .right-content{
display:inline-block;
  vertical-align: middle;
}

@media (max-width:543px){
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .right-content{
 display:block;
  text-align:center;
}
}

 .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info {
   text-align:left;
   
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonial-img svg{
width:100px;
height:100px;
  
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .quote {
    position: absolute;
    left: auto;
    right: 35px;
    top: auto;
    bottom: 2px;
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .quote svg{
width:33px;
height:33px;
fill:var(--button-bg-color);
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container:hover .user-info .quote svg{
  fill:var(--brand-secondary);
   transition: all .5s;
}

.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .user-content .user-description {
   margin:20px 0 20px 10px;
}
@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .user-content .user-description{
    margin: 8px 0 20px 0px;
  }
}
 .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info  .user-content .user-description p {
   font-size: 15px;
   line-height:23px;
   font-weight: 400;
   color: #777;
   letter-spacing: 0.5px;
   text-align:left;
   position: relative;
   
  
}
@media (max-width:543px){
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .user-content .user-description p{
text-align:center;
 font-size: 14px;
    line-height: 22px;
}
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .user-name {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
   line-height: 20px;
    position: relative;
    margin-bottom: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

 .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info   .user-designation {
   font-weight: 400;
   font-size: 14px;
   color:#777;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info   .user-desc{
  text-align:left;
  display:inline-block;
  position: relative;
}

@media (max-width:543px){
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .user-desc{
text-align:center;
}
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info  .testimonial-img{
 display: inline-block;
  vertical-align: middle;
   margin-right: 10px;
      border: 1px solid transparent;
      border-radius: 50%;
    transition: all .5s;
  
}
@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .testimonial-img{
    display:inline-block;
    margin-right:0;
    margin-bottom:10px;
   text-align:center;
  }
}
@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info .top-content{
    text-align:center;
  }
}

.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-info  .testimonial-img img {
   max-width: 100%;
   width: auto;
  display:inline-block;
}

.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container:hover .testimonials-outer-center .user-content .user-designation {
   color: #ec1c23;
}

.ishi-testimonial-Style1 .owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
background: #cccccc;
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-ratting {
  margin-bottom:8px;
}
@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-ratting{
    text-align:center;
  }
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container  .user-ratting  .starrating i{
  position: relative;
   font-style: normal;
   display: inline-block;
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container   .user-ratting .starrating i.star-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 16px;
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container  .user-ratting .starrating i.starfill:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 16px;
}
.ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-description p{
  font-size:15px;
  color:#777;
  line-height: 22px;
  margin-bottom: 25px;
}
@media (max-width:543px){
  .ishi-testimonial-Style1 .testimonial .testimonial-inner .ishitestimonials-container .user-description p{
    text-align:center;
    margin-bottom: 15px;
   
  }
}
/******************** Ishi-Chair-View ****************************/

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

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

.ishi-banner-section #comparison {
	 overflow: hidden;
	 position: relative;
  padding:0;
    border-radius: 10px;
}
@media (max-width: 1199px) {
  .ishi-banner-section #comparison{
      margin: 0 auto;
      float: none;
      
     
  }
}

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

.ishi-banner-section figure {
	 position: absolute;
	 background-size: cover;
	 margin: 0;
}
.ishi-banner-section #scroller__thumb {
	 background-size: cover;
	 position: absolute;
	 width: 50%;
	 box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
	 bottom: 0;
	 height: 100%;
     overflow: hidden;
}
.ishi-banner-section .faq-bg-img .text-2{
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    bottom: 30px;
    right: 30px;
  text-decoration: underline;
  color: #fff;
      white-space: nowrap;
}

.ishi-banner-section .faq-bg-img .text-2:hover{
  color: var(--button-bg-color);
}

@media (max-width: 991px){
  .ishi-banner-section .faq-bg-img .text-2{
    font-size: 16px;
  }
}
@media (max-width: 543px){
  .ishi-banner-section .faq-bg-img .text-2{
    font-size: 15px;
    bottom: 15px;
    right: 15px;
  }
}
.ishi-banner-section .faq-bg-img .text{
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
    bottom: 30px;
    left:30px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    text-decoration: underline;
    color:#fff;
  white-space: nowrap;
}
.ishi-banner-section .faq-bg-img .text:hover{
  color: var(--button-bg-color);
}
@media (max-width: 991px){
  .ishi-banner-section .faq-bg-img .text{
    font-size: 16px;
  }
}
@media (max-width: 543px){
  .ishi-banner-section .faq-bg-img .text{
    font-size: 15px;
    bottom: 15px;
    left:15px;
  }
}
.ishi-banner-section #scroller__thumb img{
    object-fit: cover;
    width: 100%;
    height: 100%;
 }
.ishi-banner-section  #scroller__thumb::before, #scroller__thumb::after {
	 content: '';
	 position: absolute;
	 right: -2px;
	 width: 4px;
	 height: 100%;
	 background: #fff;
	 z-index: 1;
}
.ishi-banner-section #scroller__thumb::before {
	 top: 0;
}
.ishi-banner-section #scroller__thumb::after {
	 bottom: 0;
}
.ishi-banner-section #scroller {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    top: 50%;
    background:#FFF;
    border: 1px solid #fff;
    left: 50%;
    transform: translateY(-50%) translate(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:543px){
  .ishi-banner-section #scroller{
    height: 35px;
    width: 35px;
    border-radius: 30px;;
  }
}


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

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



.ishi-banner-section #scroller svg{
  width: 12px;
  height: 12px;
}
/* .ishi-faq-section  #handle::before {
	 
	 left: 50%;
	 margin-left: -17px;
}
.ishi-faq-section #handle::after {

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

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

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

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }
    
  d

/*================ ishi-blog-style1 ================*/

.ishi-smartblog-section .smartblog {
   position: relative;
}
.ishi-smartblog-section .smartblog.blogimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post {
   padding:0 15px;
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .news_module_image_holder a img {
   -webkit-transform-style: unset; 
   transform-style: unset;
   transform: scale(1.26);
   -webkit-transform: scale(1.26);
   -ms-transform: scale(1.26);
   -o-transform: scale(1.26);
   -moz-transform: scale(1.26);
  
   
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
       display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 0;
}
 .ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
      position: relative;
    display: block;
    overflow: hidden;
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
   transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    max-width: 100%;
}
 
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment, 
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
  display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin: 0 5px;
    margin-bottom: 5px;
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
   display: inline-block;
}
/* .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartbloginfo .comment a {
   color: #fff;
} */
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment i, 
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author i {
   font-size: 13px;
    margin-right: 3px;
   color: var(--brand-secondary);
}
 .ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
   padding:14px 0 0;
   margin-bottom: 0;
   text-align: left;
   color: var(--brand-secondary);
}
@media (max-width:767px){
  .ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content{
    text-align:center;
  }
}
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author{
  display: inline-block;
  vertical-align: middle;
 position: relative;
  margin-bottom:5px;
}

@media(max-width: 543px){
 .ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author{
       padding-bottom: 0px;
    margin-bottom: 2px;
    
  }
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author > span{
	padding-right: 24px;
  	position:relative;
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author > span:after{
  content: '/';
  position: absolute;
  right:5px;
  font-size: 15px;
  top: 0;
  bottom: 0;
  color: #a51016;
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author > span:last-child{
	padding:0;
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author > span:last-child:after{
  display:none;
}



.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author .blog_date{
  display: inline-block;
  vertical-align: middle;
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author .blog_date .date,.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment a{
      font-size: 15px;
    font-weight: 400;
    color: #777;
    font-style: italic;
}
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment{
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom:3px;
}
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
  color: var(--brand-secondary);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

@media (max-width: 543px) {
 .ishi-smartblog-section   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 18px;
  }

}
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  margin:0;
  letter-spacing: 0.5px;
}
@media (max-width:767px){
.ishi-smartblog-section .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc{
text-align:center;
}
}
.ishi-smartblog-section  .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .readmore {
   background: 0 0;
   color: #232323;
    padding: 0;
    border: 0;
    padding-bottom: 5px;
   text-transform: uppercase;
   font-size: 15px;
    border-bottom: 1px solid #232323;
   display: inline-block;
    text-align: left;
    vertical-align: middle;
   display:none;
}
.ishi-smartblog-section .smartblog .smartblog-carousel .owl-nav{
	margin-top:20px;
}
@media (min-width:768px){
.ishi-smartblog-section .owl-theme .owl-dots{
  margin-top: 30px !important;
}
}

/******************** ishi-blog-style2 ****************************/
.smartblog2 .section-header .Discription {
    font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888;
    width: 46%;
    margin: auto auto 25px;
}

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

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

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

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

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

.smartblog2 .products_block_inner .space { 
   padding: 0;
}
.smartblog2 .products_block_inner .sds_blog_post {
   padding: 0 15px;
   overflow:hidden;
}
@media (max-width:991px){
.smartblog2 .owl-theme .owl-nav{
  margin-top:10px;
}
  }
.smartblog2 .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
   transform: scale(1.2);
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
}

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

 .smartblog2 .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
.smartblog2 .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .smartblog2 .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 3s ease 0s;
   -moz-transition: all 3s ease 0s;
   -ms-transition: all 3s ease 0s;
   -o-transition: all 3s ease 0s;
   transition: all 3s ease;
   max-width: 100%;
}
.smartblog2 .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding:15px 15px;
   text-align:left;
   margin-bottom: 0;
   background: #fff;

}

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

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

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

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

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

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

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

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

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

.smartblog2 .blog-btn .btn{
  padding:8px 20px;
  }
.smartblog2 .blog-btn a:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #556f5f;
    height: 5px;
    width: 80px;
    bottom: 25px;
}
.smartblog2 .blog-btn:hover{
  color:#232323;
  background-color:unset;
}
.ishi-blog-style2 .smartblog .blog-left{
  text-align:center;
  cursor:pointer;
   width: 45%;
  padding-right:20px;
}
.ishi-blog-style2 .smartblog .blog-right{
  padding-right:20px;

}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-left{
    width:100%;
    padding-right:15px;
  }
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover:hover .blog_post .news_module_image_holder a img {
    -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover .blog_post .news_module_image_holder img {
     transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    max-width: 100%;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover .blog_post .news_module_image_holder img{
    width: 100%;
  }
  .ishi-blog-style2 .smartblog .blog-left{
  margin-bottom:30px;
}
}
.ishi-blog-style2 .smartblog .blog-right{
  display:grid;
  width:55%;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-right{
    width:100%;
  }
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-right{
     margin-bottom:20px;
}
}
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder{
  position: relative;
  overflow:hidden;
      border-radius: 10px;
}


@media (max-width:991px){
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder{
   margin-bottom:15px;
}
}
@media(max-width:375px){
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .blog_content{
  margin-top: 2px;
  }
}
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
        margin-top: 25px;
  }
  @media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
    margin-top: 20px;
  }
  }
  @media (max-width:991px){
    .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .smartbloginfo{
        margin-top:0px;
    }
  }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFF;
    padding: 7px 14px;
    color: #777;
    overflow: hidden;
  bottom:78px;
  
}
@media (max-width:1293px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
   bottom:100px;
  }
}
@media (max-width:1250px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
    width: 30%;
  }
}
@media (min-width:992px) and (max-width:1200px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    bottom:103px;
  }
}
@media (max-width:1199px){
   .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
        width: 33%;
      font-size: 15px;
    }
}

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

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

    margin-bottom:5px;
}

.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .blog_inner{
  margin-top: 15px;
  text-align: left;
}

.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
  font-family:var(--font-body-family);
  color: var(--brand-secondary);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
    font-size:17px;
}
}
.ishi-blog-style2 .rte{
  margin-bottom:0;
  font-size: 15px;
  line-height: 21px;
  color: var(--text-color);
}

@media(max-width:767px)and (min-width:544px){
    .item.sds_blog_post_1.blog-img-hover .blog-img, .item.sds_blog_post_1.blog-img-hover .blog_inner {
    width: 100%;
}
  
.sds_blog_post_2 .article__grid-meta.article__grid-meta--has-image.blog_content{
      width: 50%;
}
  .sds_blog_post_2  .blog-img {
    width: 50%;
}
}
@media (max-width:543px){
  .ishi-blog-style2 .rte{
   text-align:center;
}
    }

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

.ishi-blog-style2 .products_block_inner .sds_blog_post_2{
  cursor:pointer;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_3{
  margin-top: 40px;
  cursor:pointer;
}
@media (max-width:543px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_3{
    margin-top:30px;
  }
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title{
  margin-top: 2px;
    margin-bottom:6px;
   
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title a{
    color: var(--brand-secondary);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
@media (max-width:1199px){
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_content .sds_post_title a,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_content .sds_post_title a{
   font-size:17px;
}
}
.ishi-blog-style2 .sds_blog_post_2 .blog_post.row,.ishi-blog-style2 .sds_blog_post_3 .blog_post.row{
  display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post.row,.ishi-blog-style2 .sds_blog_post_3 .blog_post.row{
    display:block;
    text-align:center;
  }
}

@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog-img,.ishi-blog-style2 .sds_blog_post_3 .blog_post .blog-img{
    margin-bottom:20px;
  }
}
@media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog-img, .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog-img{
    margin-bottom: 15px;
  }
}
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog_content,  .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog_content{
   padding-left:5px;
  }
  @media (max-width:543px){
  .ishi-blog-style2 .sds_blog_post_2 .blog_post .blog_content, .ishi-blog-style2 .sds_blog_post_3 .blog_post .blog_content{
  padding-right:15px;
 padding-left:15px; 
  }
  }
.ishi-blog-style2 .products_block_inner .sds_blog_post_2 .blog_post .blog_date,.ishi-blog-style2 .products_block_inner .sds_blog_post_3 .blog_post .blog_date {
  color:#777;
  font-size:16px;
  font-weight:400;
  /* text-transform: uppercase; */
 
}


.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_2 .blog_post .news_module_image_holder,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_3 .blog_post .news_module_image_holder {
  overflow:hidden;
      border-radius: 10px;
 }
 
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_2 .comment a,
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_3 .comment a{
  color:#232323;
  
 }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
       color:#777;
      border: 1px solid #eee;
      border-radius: 10px;
}
@media(max-width:991px){
      .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
        border: none;
      }
}
   
@media (max-width:991px){
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
    color:#777;
  font-size:16px;
  font-weight:400;
    font-family:var(--font-body-family);
  /* text-transform: uppercase; */
  position:unset;
}
  }
.ishi-blog-style2 .view-all-btn{
  padding: 0 15px;
}
 .ishi-blog-style2 .view-all-btn .button{
   margin-top:35px;
   padding: 13px 59px;
  }
  @media (max-width:1199px){
    .ishi-blog-style2 .view-all-btn .button{
      margin-top:20px;
    }
  }
   @media (max-width:767px){
    .ishi-blog-style2 .view-all-btn .button{
      margin-top:15px;
    }
  } 
@media (max-width:543px){
  .ishi-blog-style2 .view-all-btn .button{
    margin-top: 5px;
    padding: 13px 80px;
  }
}




/**************************** combo-productblock*******************************/
@media screen and (min-width: 1200px){
.product-style1 .feature_productcontent{
    display: flex;
    align-items: center;
  overflow: hidden;
      border: 1px solid #eee;
    border-radius: 10px;
}
}
@media(max-width:1480px){
  .product-style1 .feature_productcontent{
    margin: 0 15px;
  }
}
@media(max-width:1199px){
  .product-style1 .feature_productcontent{
    margin: 0;
  }
}
.product-style1 .image-left{
    display: block;
     padding: 0;
 
}
@media(max-width:1340px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media(max-width:1299px){
.product-style1 .image-left{
      padding: 0;
}
}
@media(max-width:1240px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media(max-width:1199px){
.product-style1 .image-left{
      padding: 0;
}
}
@media(max-width:767px){
.product-style1 .image-left{
      padding: 0 15px;
}
}
@media (max-width:1199px){
.product-style1 .image-left{
    text-align:center;
      float: none;
    margin-bottom: 0px;
  border-right:0;
}
  .product-style1 .image-left img{
    border-radius:10px;
  }
}

@media (max-width:991px){
 .product-style1  .product-right{
   float: none;
    margin: auto;
    border:0;
   
  }
}

@media (max-width:543px){
  .product-style1 .product-right{
    padding:0 15px;
  }
}
.product-style1 .categorydot{
      width:22px;
    height:22px;
    background: #FFF;
    border-radius: 50%;
position: absolute;
    cursor: pointer;
 -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  display: flex;
    justify-content: center;
    align-items: center;
}

.product-style1 .categorydot.active{
    background: var(--button-bg-color);
}
@media (max-width:543px){
  .product-style1 .categorydot{
     width:26px;
    height:26px;
  }
}
.product-style1 .categorydot p{
  font-size: 13px;
    font-weight: 400;
    color: #232323;

}

.product-style1 .categorydot.active .dot p{
color: #fff;
}

@media (max-width: 991px){
  .product-style1 .image-left{
    text-align: center;
    margin-bottom: 0px;
  }
}

@media (max-width: 991px){
 .product-style1 .product-main{
    padding: 0px 0;
   border: none;
  }
}

.product-style1 .owl-theme .owl-dots .owl-dot span{
  border-radius: 0;
}
.product-style1 .owl-theme .owl-dots .owl-dot{
  margin: 0 3px;
}
@media (max-width: 543px){
 .product-style1 .thumbnail-buttons .btn-info{
    background: transparent;
    border: none;
    float: none;
    width: auto;
  }
}
 .product-style1 .card-information .card-information__wrapper{
  text-align:left; 
}
@media (max-width: 543px){
 .product-style1 .card-wrapper .thumbnail-buttons{
    border: none;
  }
}
.product-style1 .card--product .spr-badge{
  bottom: 5px;
}
@media (max-width: 767px){
.product-style1 .card--product .spr-badge{
  bottom: 45px;
}  
}
@media (max-width: 543px){
.product-style1 .card--product .spr-badge{
  bottom: 50px;
}  
}

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


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

.ishi-product-section .faq-container .panel{
   -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width:1200px){
.ishi-product-section .faq-container .panel.blur {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
  }



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

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

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


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

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

.ishi-product-section .faq-container .panel .summary.ishi-collapse.ishi-collapsed{
    opacity: 0.5;
}



@media(max-width:767x){
  .ishi-faq-section .faq-block .accordion .summary{
  	padding:12px 0;
  }
}

.ishi-faq-section .faq-block .accordion .accordion__content{
  padding:0 20px 20px 50px;
  color:#777777;
  font-size:15px;
}
@media(max-width:767px){
  .ishi-faq-section .faq-block .accordion .accordion__content{
     padding:0 15px 15px 40px;
    font-size:15px;
  }
}
.ishi-faq-section .faq-block .accordion .faq-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
  text-transform: capitalize;
}
.ishi-faq-section .faq-block .accordion .faq-title .category-count{
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

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

@media only screen and (max-width: 1299px) and (min-width: 1200px){
  .ishi-faq-section .faq-block .accordion .summary{
    padding: 10px 0;
  }
  .product-style1 .feature_productcontent .section-header{
  margin-bottom: 5px;
  }
  .product-style1 .feature_productcontent .faq-btn {
    margin-top: 20px;
  }
  .ishi-faq-section .faq-block .accordion .accordion__content {
    padding: 0 20px 15px 50px;
  }
  .ishi-faq-section .faq-block .accordion .faq-title .category-count{
    width: 35px;
    height: 35px;
}
}

/*================ product-section ================*/

.Tab-with-product-section .collection {
  text-align: center;
}
  

  .Tab-with-product-section .ishi-featured-product-tab{
  display: inline-block;
  }
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .btn-primary {
    margin: 0;
  }
.Tab-with-product-section .collection .theme-button-center{
  display: none;
}
  
  @media(max-width:1199px){
    .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .btn-primary{
      display: none;
    }
    .Tab-with-product-section .collection .theme-button-center{
      display: inline-block;
  }
  }
  @media(max-width:555px){
    .Tab-with-product-section .ishi-featured-product-tab{
      display: block;
    }
  }
  @media(min-width:1200px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section { 
          position: sticky;
          top: 250px;
          text-align: left;
    }
  }
  @media(max-width:1199px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section{
    margin-bottom: 35px;
  }
  }
@media(max-width:991px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section{
     position: relative;
    z-index: 10;
  }
}
@media(max-width:767px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section{
      padding: 0;
    margin-bottom: 5px;
  }
  .Tab-with-product-section .ishi-featured-product-tab .ishi-product-tab-content{
      padding: 0;
  }
}
@media(max-width:543px){
    .Tab-with-product-section .ishi-featured-product-tab .product-tab-section{
      text-align: center;
    }
}

.Tab-with-product-section .section-header .dec-title {
    margin: 0;
    width: 90%;
      color: #777;
    font-size: 15px;
    font-weight: 400;
  }
  @media(max-width:767px){
    .Tab-with-product-section .section-header .dec-title{
      width: 100%;
    }
  }
  .Tab-with-product-section .section-header .dec-title p{
    margin-bottom: 15px;
  }

  .Tab-with-product-section .section-header {
    margin-bottom: 25px;
    text-align: left;
  }
  @media(max-width:543px){
    .Tab-with-product-section .section-header {
      margin-bottom: 15px;
      text-align: center;
    }
    .Tab-with-product-section .ishi-product-tab-content .ishi-product-tab-pane .product-list {
      margin-bottom: 10px;
    }
  }

.Tab-with-product-section .ishi-featured-product-tab .ishi-product-tabs {
    text-align: left;
    margin-bottom: 35px;
}

@media(max-width: 1199px){
.Tab-with-product-section .ishi-featured-product-tab .ishi-product-tabs{
    margin-bottom: 0px;
}
}
@media(max-width:767px){
  .Tab-with-product-section .ishi-featured-product-tab .ishi-product-tabs{
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 ;
    margin-bottom: 25px
  }
  .Tab-with-product-section .ishi-featured-product-tab .ishi-product-tabs::-webkit-scrollbar {
    display: none;
  }
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business .main-img {
    position: relative;
  text-align: center;
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business .ishi-product-nav-link{
  padding: 0;
    background-color: transparent !important;
    color: #777 !important;
    min-width: auto;
    margin-top: 8px;
  font-size: 17px;
    font-weight: 500;
}
@media(max-width:1299px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business .ishi-product-nav-link{
    font-size: 16px;
  }
}
@media(min-width:544px){
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item:hover .ishi-business .ishi-product-nav-link {
  color: #3C6368 !important;
}
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item.active .ishi-business .ishi-product-nav-link{
  color: #3C6368 !important;
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item{
  cursor: pointer;
      margin: 0;
    margin-right: 20px;
}

@media(max-width:1399px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item{
    margin-right: 10px;
  }
}
@media(max-width:543px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item{
    margin-right: 5px;
  }
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item:last-child{
  margin-right: 0px;
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business{
  border: 1px solid #EEEEEE;
      /* padding: 16px 18px; */
    border-radius: 10px;
      -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
      width: 125px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media(max-width:1299px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business{
      padding: 16px 12px;
  }
}
@media(max-width:375px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item .ishi-business{
      padding: 8px 10px;
  }
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .active .ishi-business{
  border-color: #3C6368;
}
@media(min-width:544px){
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-product-tab-item:hover .ishi-business {
  border-color: #3C6368;
}
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section li .ishi-business .main-img .second-img{
      position: absolute;
    top: 0;
     right: 0;
    left:0;
  opacity: 0;
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .active .ishi-business .main-img .second-img{
  opacity: 1;
}

.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .active  .ishi-business .main-img .fast-img{
  opacity: 0;
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-business .main-img .fast-img{
  opacity: 1;
}
 @media(min-width:544px){
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section li:hover .ishi-business .main-img .second-img{
  opacity: 1;
}
.Tab-with-product-section .ishi-featured-product-tab .product-tab-section li:hover  .ishi-business .main-img .fast-img{
  opacity: 0;
}
  }
@media(max-width:991px){
  .Tab-with-product-section .collection .grid__item{
  margin-bottom: 30px
  }
}
@media(max-width:375px){
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section li .ishi-business .main-img .second-img img,
  .Tab-with-product-section .ishi-featured-product-tab .product-tab-section .ishi-business .main-img .fast-img img{
    width:24px;
  }
   .Tab-with-product-section .collection .grid__item {
    margin-bottom: 15px
  }
  
}


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

/* @media only screen and (max-width: 2560px) and (min-width: 1900px){
  .ishi-newsletter-block .newsletter {
      padding-top: 320px !important;
  }
} */

.ishi-newsletter-block .newsletter.newsletter-image {
   background-position: center top;
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
}
 .ishi-newsletter-block .newsletter.fixed {
   background-attachment: fixed;
}
 .ishi-newsletter-block .newsletter .block_newsletter {
   overflow: hidden;
   display: block;
}

.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
  text-align: center;
  width: 45%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
    width: 90%;
  }
}

@media (max-width: 543px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text {
    width: 100%;
  }
}

.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  line-height: 40px;
  position: relative;
  text-transform: unset;
}

@media (max-width: 991px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
    font-size: 37px;
    line-height: 36px;
    margin-bottom: 11px;
  }
}

@media (max-width: 767px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media (max-width: 543px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc {
  font-size: 15px;
  line-height: 24px;
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc {
    margin-bottom:20px;
  }
}
@media (max-width: 543px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc {
    font-size: 14px;
  }
}

.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p{
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
}



.ishi-newsletter-block .newsletter-form {width:38%;max-width:100%;margin:0 auto;}
@media (max-width: 991px) {
  .ishi-newsletter-block .newsletter-form {width:80%;}
}
@media (max-width: 767px) {
  .ishi-newsletter-block .newsletter-form {width:90%;}
}
@media (max-width: 543px) {
  .ishi-newsletter-block .newsletter-form {width:100%;}
}

.ishi-newsletter-block .newsletter .block_newsletter .footer-block--newsletter{margin-bottom:0;}

.ishi-newsletter-block .newsletter-form .field input{
  padding-right: 155px;
  height: 5rem;
  background: #fff;
  color:#999;
  border: 1px solid #EEEEEE;
  
}
@media(max-width:767px){
  .ishi-newsletter-block .newsletter-form .field input{
    padding-right: 95px;
  }
}
.ishi-newsletter-block .newsletter-form .field .field__label {
  top: 1.5rem;
  color:#999;
}
.ishi-newsletter-block .newsletter-form .field .field__input:focus~.field__label, 
.ishi-newsletter-block .newsletter-form .field .field__input:not(:placeholder-shown)~.field__label{
  top: 0.6rem;
}
.ishi-newsletter-block .newsletter-form .newsletter-form__button {
  position: absolute;
    height: 44px;
    right: 3px;
    top: 3px;
      padding: 10px 29px;
}
@media(max-width:991px){
  .ishi-newsletter-block .newsletter {
    padding: 30px 0 !important;
    background-image: none !important;
  }
}


/********************************* Ishi Newsletter Style2 ***********************************/

.Ishi-Newsletter-Style2 .newsletter-form .newsletter-form__button svg {
    width: 17px;
    height: 17px;
    fill: #FCF6BD;
}
.Ishi-Newsletter-Style2 .newsletter-form .newsletter-form__button:hover svg {
    fill: #232323;
}

.Ishi-Newsletter-Style2 .newsletter .block_newsletter .newsletter_text h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
  .Ishi-Newsletter-Style2 .newsletter .block_newsletter .newsletter_text h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}

.Ishi-Newsletter-Style2 .newsletter .block_newsletter .newsletter_text .title-desc {
    font-size: 15px;
    line-height: 24px;
    display: block;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.Ishi-Newsletter-Style2 .newsletter-form {
    width: 24%;
    max-width: 100%;
    margin: 0 auto;
}
@media(max-width:1199px){
  .Ishi-Newsletter-Style2 .newsletter-form{
    width:32%;
  }
}
@media(max-width:991px){
  .Ishi-Newsletter-Style2 .newsletter-form{
    width:50%;
  }
}
.Ishi-Newsletter-Style2 .newsletter-form .field input {
    padding-right: 55px;
    height: 46px;
    background: #fff;
    color: #999;
    border: 1px solid #EEEEEE;
}
.Ishi-Newsletter-Style2 .newsletter-form .newsletter-form__button {
    height: 40px;
    right: 3px;
    top: 3px;
    padding: 10px 11px;
}
.Ishi-Newsletter-Style2 .newsletter-form .field .field__label {
    top: 1.3rem;
    color: #999;
}


/********************************* Ishi Image With Product ***********************************/


.ishi-story-block{
 overflow:hidden;
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 @media (min-width: 1200px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper {
		 display: flex;
		 align-items: center;
	}
}
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper {
		 text-align: center;
	}
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
}
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper {
		 margin-bottom: 15px;
	}
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper {
	 display: inline-block;
	 position: absolute;
	 z-index: 2;
	    bottom: 0px;
    right: 20px;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
       overflow: hidden;
    border-radius: 10px;
}
/* .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper:hover{
  z-index: 1;
} */
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper:hover img{
  transform: scale(1.3);
}
@media (max-width:1199px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper{
    right:4%;
  }
}
.Ishi-Image-With-Product .storyblock .story-image-wrapper .backimage-wrapper-inner{
    position: absolute;
    top: 0px;
    right: 30px;
  overflow: hidden;
    border-radius: 10px;
}

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

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

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

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

 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .image-wrapper img {
      max-width: 100%;
       border-radius: 10px;
      -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
     z-index: 1;
}
 
 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
	 display: inline-block;
	 float: left;
   border-radius: 10px;
       overflow: hidden;
	 position: relative;
	 z-index: 1;
	 text-align: right;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
   margin-bottom: 60px;
}
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper:hover img{
  transform: scale(1.3);
}
@media (max-width:1199px){
  .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper{
        float:none;
        text-align:center;
      margin-right: 4%;
    margin-bottom: 45px;
  }
}
 @media (max-width: 991px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
		 display: inline-block;
		 float: none;
		 right: 0;
		 text-align: center;
       margin-right: 0;
       margin-bottom: 60px;
	}
}
 @media (max-width: 767px) {
	 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper {
		 margin: 0;
	}
}
 .Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper img {
  	  max-width: 100%;
     width:100%;
      overflow:hidden;
      position:relative;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 position: relative;
       border-radius: 10px;
}
.Ishi-Image-With-Product .storyblock .valign-wrapper .story-image-wrapper .backimage-wrapper:hover{
  z-index: 3;
}

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


.ishi-product-block-style2 .collection-block .products-display .grid__item .card-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: calc(100% - 1px);
    border-radius: 10px;
  padding: 10px;
}
@media(max-width:543px){
  .ishi-product-block-style2 .collection-block .products-display .grid__item .card-wrapper{
    display: block;
    margin-bottom: 25px;
  }
}
.ishi-product-block-style2 .collection-block .products-display .grid__item {
    float: none;
    width: 100%;
}
@media(max-width:543px){
  .ishi-product-block-style2 .collection-block .products-display .grid__item{
    width: 50%;
    padding: 0 5px;
  }
}
.ishi-product-block-style2 .collection-block .grid__item .card--product {
    padding: 0;
  border-radius: 10px;
}
.ishi-product-block-style2 .collection-block .grid__item .card-information {
    margin-top: 0;
    text-align: left;
    padding: 0 15px;
    background: transparent;
    overflow: hidden;
    position: relative;
}


.ishi-product-block-style2 .collection-block .grid__item .card-information .card-information__wrapper {
    text-align: left;
}

.ishi-product-block-style2 .collection-block .card-information .card-information__text {
    text-align: left;
    margin-bottom: 0px;
    border: 0;
}
@media(max-width:767px){
  .ishi-product-block-style2 .collection-block .card-information .card-information__text{
    margin: 0;
  }
}
.ishi-product-block-style2 .collection-block .grid__item .card-wrapper .card-information .spr-badge {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    float: unset;
    text-align: left;
}
.ishi-product-block-style2 .collection-block .grid__item .card-information .price {
    float: unset;
    justify-content: flex-start;
    margin-bottom: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.ishi-product-block-style2 .collection-block .grid__item .card-information .product-desc{
      display: block;
    line-height: 22px;
  font-size: 15px;
    font-weight: 300;
  color: #777777;
}
@media(max-width:543px){
  .ishi-product-block-style2 .collection-block .grid__item .card-information .product-desc{
    display: none;
  }
}

.ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons {
    text-align: left;
    right: 0px;
    left: auto;
    top: 0px;
    justify-content: flex-start;
    overflow: hidden;
}
.ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons .btn-info{
background-color: transparent;
    box-shadow: none;
  margin:0;
}
.ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons .wishlist .loader-btn{
  background-color: transparent;
    box-shadow: none;
}
.ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons .product-btn {
    margin: 0 4px 0 0;
}
@media(max-width: 767px){
  .ishi-product-block-style2 .collection-block .grid__item .card-information{
    padding: 0 15px;
  }
}


@media(max-width: 543px){
  .ishi-product-block-style2 .collection-block .grid__item .card-information{
    text-align: center;
    padding: 5px 0 0;
  }
  .ishi-product-block-style2 .collection-block .grid__item .card-information .card-information__wrapper {
    text-align: center;
  }
     .ishi-product-block-style2 .collection-block .grid__item .card-wrapper .card-information .spr-badge{
     text-align: center;
     }
  .ishi-product-block-style2 .collection-block .grid__item .card-information .price{
  justify-content: center;
  }
  .ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons{
    justify-content: center;
    right: 10px;
    top: 10px;
  }
  
}
@media (min-width: 768px){
.ishi-product-block-style2 .card-wrapper:hover .cart-btn-bottom {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1;
}
 .ishi-product-block-style2 .card-wrapper .cart-btn-bottom {
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    opacity: 0;
}
  
}
@media(max-width:543px){
  .ishi-product-block-style2 .card-wrapper .card-information .card-information__text {
        font-size: 16px;
    text-align: center;
  }
}


.ishi-product-block-style2 .card-wrapper .cart-btn-bottom {
    position: absolute;
    cursor: pointer;
    bottom: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media(max-width:767px){
  .ishi-product-block-style2 .card-wrapper .cart-btn-bottom{
      position: unset;  
  }
}
.ishi-product-block-style2 .collection-block .products-display .grid__item .thumbnail-buttons .product-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
}
.ishi-product-block-style2 .card-wrapper .cart-btn-bottom .cart-btn span{
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.ishi-product-block-style2 .card-wrapper .cart-btn-bottom .cart-btn:hover span{
  color: var(--button-bg-color);
}

@media(max-width:543){
  .ishi-product-block-style2 .card-wrapper .cart-btn-bottom .cart-btn span{
    font-size: 14px;
  }
}

.ishi-product-block-style2 .media--portrait {
    padding-bottom: 96%;
}
@media(min-width:1200px){
  

.Ishi-Image-With-Product .collection-left{
  padding-left: 0;
}
}  
  

.Ishi-Image-With-Product .collection-left .section-header .dec-title{
  font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: var(--font-body-family);
    width: 93%;
    margin: 0;
    color: #777;
}
.Ishi-Image-With-Product .collection-left .section-header .title{
      font-size: 40px;
      width: 90%;
    line-height: 51px;
  color: #2F2F2F;
}

@media(max-width:1199px){
  .Ishi-Image-With-Product .collection-left .section-header .title{
     font-size: 36px;
    line-height: 36px;
    width: 100%;
  }
}
@media(max-width: 991px){
  .Ishi-Image-With-Product .collection-left .section-header .title{
     font-size: 30px;
    line-height: 30px;
  }
}
@media(max-width: 767px){
  .Ishi-Image-With-Product .collection-left .section-header .title{
     font-size: 26px;
    line-height: 30px;
  }
}
@media(max-width: 543px){
  .Ishi-Image-With-Product .collection-left .section-header .title{
     font-size: 26px;
    line-height: 31px;
    text-align: center;
  }
}
@media(max-width: 375px){
  .Ishi-Image-With-Product .collection-left .section-header .title{
     font-size: 24px;
    line-height: 28px;
  }
}



  /***************************************** Collection block ****************************************************  */

.ishi-collection-block .services .service-text{
   position: absolute;
    bottom: 22px;
    text-align: left;
    left: 19px;
        transform: rotate(180deg);
  writing-mode: vertical-lr;
}
.ishi-collection-block .services .stroyblock-btn{
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.ishi-collection-block .services .stroyblock-btn .story-btn{
        padding: 0;
    border: 0;
    background: transparent;
      text-decoration: underline;
  opacity: 0;
}
  .ishi-collection-block .services.active .service-img-outer .service-img  .stroyblock-btn .story-btn{
    opacity: 1;
    }
   @media(max-width:991px){
     .ishi-collection-block .services .stroyblock-btn .story-btn{
       opacity: 1;
     }
   }

.ishi-collection-block .services .service-text .service-title{
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.ishi-collection-block .services .service-text .service-desc{
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color:#fff;
}

.ishi-collection-block .services .service-img-outer .service-img img{
  border-radius: 0px;
    height: 531px;
    width:100%;
  
    transition: all 5s;
      object-fit: cover;
}

@media(max-width:543px){
.ishi-collection-block .services .service-img-outer .service-img img{
  height: 300px;
}
}



.ishi-collection-block .blog-section .service-block{
  display:flex;
  width: 100%;
  gap: 6px;
}

.ishi-collection-block .services .active .service-img img{
  height:100%;
}

.ishi-collection-block .blog-section .services {
  width: 29%;
  height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

@media (max-width:1299px){
 .ishi-collection-block .services.active .service-img-outer .service-img img{
        min-width: 482px;
  }
}

@media (max-width:1199px){
  .ishi-collection-block .services.active .service-img-outer .service-img img{
        min-width: 100px;
  }
}
@media (max-width:1099px){
  .ishi-collection-block .services.active .service-img-outer .service-img img{
        min-width: 360px;
  }
}
 .ishi-collection-block .services.active {
      width: 85%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

@media (max-width:991px){
  .ishi-collection-block .blog-section .service-block{
    display:unset;
    text-align:center;
  }
  .ishi-collection-block .blog-section .services{
    width:100%;
    margin-bottom:30px;
  }
  .ishi-collection-block .blog-section .services:last-child{
    margin-bottom:0;
  }
  .ishi-collection-block .services.active{
    width:100%;
  }
  .ishi-collection-block .services.active .service-img-outer .service-img img{
        min-width: auto;
  }
}


@media(max-width:543px){
  .ishi-collection-block .blog-section .services{
    width:100%;
    margin: 0 auto 30px;
    height:auto;
  }
}

@media (max-width:434px){
  
  .ishi-collection-block .services .service-text .service-desc{
      margin: 0px 6px;
  }
}

/****************** Ishi-Services-Style1 ***************/

#shopify-section-Ishi_services-block {
	 clear: both;
}
 .Ishi-Services-Style1 .ishiservices-block {
	 text-align: center;
	 clear: both;
	 display: block;
	 overflow: hidden;
	 padding: 25px 0;
	 border-radius: 5px;
}
 .Ishi-Services-Style1 .ishiservices-block .ishiservices-content {
	 display: block;
	 overflow: hidden;
	 position: relative;
	 text-align: center;
	 margin: 0 auto;
}
 .Ishi-Services-Style1 .ishiservices-block .services {
	 text-align: center;
	 cursor: pointer;
	 position: relative;
}
.Ishi-Services-Style1 .ishiservices-block .services a{
  display: flex;
  align-items: center;
  justify-content: center;
}
 @media (max-width: 991px) {
	 .Ishi-Services-Style1 .ishiservices-block .services {
		/* If media is below 768 */
		 margin-bottom: 10px;
	}
}
 @media (min-width: 768px) {
	 .Ishi-Services-Style1 .ishiservices-block .services:nth-child(3) {
		 margin-bottom: 0;
	}
}
 .Ishi-Services-Style1 .ishiservices-block .services:last-child {
	 margin-bottom: 0;
}


 @media (max-width: 991px) {
	 .Ishi-Services-Style1 .ishiservices-block .services:nth-child(2n+2):after {
		 display: none;
	}
}
.Ishi-Services-Style1 .ishiservices-block .services .service-img-outer{
    display: inline-block;
    vertical-align: middle;
    position: relative;
     height: 60px;
	 width: 60px;
    margin: 0 10px 0 0;
}
 @media (max-width: 1350px) {
  .Ishi-Services-Style1 .ishiservices-block .services .service-img-outer{
     margin: 0;
  }
 }
 .Ishi-Services-Style1 .ishiservices-block .services .service-img {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	 position: relative;
	 overflow: hidden;
	 height: 60px;
	 width: 60px;
	 line-height: 60px;
	 transition: all 400ms ease;
	 -webkit-transition: all 400ms ease;
	 -moz-transition: all 400ms ease;
	 -ms-transition: all 400ms ease;
	 -o-transition: all 400ms ease;
}
 .Ishi-Services-Style1 .ishiservices-block .services img {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .Ishi-Services-Style1 .ishiservices-block .services .service-block {
	 display: inline-block;
	 vertical-align: middle;
	 text-align: left;
	 font-weight: 400;
	 font-family: var(--font-body-family);
}
 @media (max-width: 1350px) {
   .Ishi-Services-Style1 .ishiservices-block .services a{
  display: block;
  text-align: center;
}
	 .Ishi-Services-Style1 .ishiservices-block .services .service-block {
		/* If media is below 1200 */
		 text-align: center;
		 padding-left: 0;
		 display: block;
	}
}
 @media (max-width: 991px) {
   .Ishi-Services-Style1 .ishiservices-block .services a{
  display: flex;
  align-items: center;
  justify-content: center;
} 
	 .Ishi-Services-Style1 .ishiservices-block .services .service-block {
		/* If media is below 992 */
		 text-align: left;
		 padding-left: 10px;
		 display: inline-block;
	}
}
 @media (max-width: 543px) {
     .Ishi-Services-Style1 .ishiservices-block .services a{
  display: block;
  text-align: center;
}
	 .Ishi-Services-Style1 .ishiservices-block .services .service-block {
		/* If media is below 544 */
		 text-align: center;
		 padding-left: 0;
		 display: block;
	}
}
 .Ishi-Services-Style1 .ishiservices-block .services .service-block .service-title {
	 font-size: 18px;
	 font-weight: 600;
	 margin-bottom: 0;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .Ishi-Services-Style1 .ishiservices-block .services .service-block .service-desc {
	 display: block;
	 font-weight: 400;
	 font-size: 15px;
}
 .Ishi-Services-Style1 .ishiservices-block .services:hover .service-block .service-title {
	 color: var(--brand-secondary) !important;
}
  @media (max-width: 991px) {
  .Ishi-Services-Style1 .ishiservices-block .services:nth-child(3n+1) {
     clear: none;
  }
   .Ishi-Services-Style1 .ishiservices-block .services:nth-child(2n+1) {
     clear: left;
  }
}

/***************************** banner-with-faq ****************************/ 


.banner-with-faq .faq-section .feature_productcontent{
   border-radius: 0px;
}

.banner-with-faq .banner-faq .panel{
  width: 85%;
}
.banner-with-faq .banner-faq.accordion{
  width: 41%;
}
.banner-with-faq .banner-faq .faq-banner-text{
  margin-left: 12%;
}
.banner-with-faq .faq-section{
     overflow: hidden;
}

@media(max-width:1700px){
  .banner-with-faq .banner-faq .panel{
    width: 100%;
  }
  .banner-with-faq .banner-faq .faq-banner-text{
    margin-left: 5%;
    padding:20px 0;
  }
  .banner-with-faq .feature_productcontent .section-header .dec-title{
    width:100%
  }
}

@media(min-width:1400px){
  .banner-with-faq .faq-section .image-left img {
    height: 588px;
  }
}

@media(max-width:1399px){
  .banner-with-faq .banner-faq .panel{
    width: 85%;
  }
  .banner-with-faq .banner-faq .faq-banner-text{
    margin-left: 12%;
    padding: 0;
  }
    .banner-with-faq .faq-section .feature_productcontent{
    display: block;
  }
  .banner-with-faq .faq-section .image-left{
    width:100%
  }
  .banner-with-faq .banner-faq.accordion{
    width: 100%;
    padding: 20px;
  }
  .banner-with-faq .faq-section .image-left{
    margin-bottom: 0;
  }
   .banner-with-faq .feature_productcontent .section-header .dec-title{
    width:85%
  }
}

.banner-with-faq .faq-section .image-left img {
    width: 100%;
}

@media(max-width:543px){
  .banner-with-faq .banner-faq .faq-banner-text{
    margin-left: 0;
  }
  .banner-with-faq .banner-faq .panel{
    width: 100%;
  }
  .banner-with-faq .banner-faq.accordion{
    padding: 20px 15px;
  }
  .banner-with-faq .feature_productcontent .section-header .dec-title{
    display: block;
    width: 100%;
  }
  .banner-with-faq .feature_productcontent .section-header{
    margin-bottom:0;
  }
}

.banner-with-faq .faq-block .accordion .faq-container .panel:last-child .summary{
  border-bottom: 1px solid #E8E7DF;

}
.banner-with-faq .faq-block .accordion .faq-container .panel .summary{
  border-color: #E8E7DF;
}




/***************************** Deal-block ****************************/ 

.deal-block .ishidealbanner {
   overflow: hidden;
}
.deal-block .ishidealbanner .deal-outer{
    
    display: flex;
    align-items: center;
}
@media (max-width:991px){
  .deal-block .ishidealbanner .deal-outer{
    display:block;
  }
}
.deal-block .ishidealbanner .deal-outer .content:after{
  content: "";
 position: absolute;
    right: -15px;
    top: -14px;
    width: 1px;
    height: 92px;
    background: #DEDEDE;
}
@media(max-width:1199px){
  .deal-block .ishidealbanner .deal-outer .content:after{
    right: 0;
    top: -20px;
  }
}
.deal-block .ishidealbanner .deal-outer .content:last-child:after{
  display:none;
}

 .deal-block .ishidealbanner .deal-image  {
   display: block;
   position: relative;
   width: 100%;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   padding: 60px;
}

@media(max-width: 1361px){
  .deal-block .ishidealbanner .deal-image {
    padding: 60px 30px ;
  }
}
@media(max-width: 1301px){
  .deal-block .ishidealbanner .deal-image {
    padding: 60px 15px;
  }
}
@media(max-width: 991px){
  .deal-block .ishidealbanner .deal-image {
    padding: 20px 15px;
    overflow: hidden;
  }
}



 .deal-block .ishidealbanner .deal-image.deal-color {
   display: block;
   position: relative;
   width: 100%;
}
@media (max-width:991px){
  .deal-block .left-content{
    text-align:center;
    margin-bottom: 12px;
  }
}
.deal-block .ishidealbanner .deal-list .deal-title {
    font-size: 34px;
    line-height: 36px;
    margin-bottom:7px;
    font-weight: 400;
}
 @media (max-width: 1271px) {
   .deal-block .ishidealbanner .deal-list .deal-title {
     font-size:28px;
     line-height:30px;
  }
}
 @media (max-width: 991px) {
   .deal-block .ishidealbanner .deal-list .deal-title {
     font-size: 24px;
     line-height:25px;
  }
  
}
 @media (max-width: 767px) {
   .deal-block .ishidealbanner .deal-list .deal-title {
     font-size: 30px;
      line-height: 36px;
      margin-bottom: 10px;
  }
}
 @media (max-width: 543px) {
   .deal-block .ishidealbanner .deal-list .deal-title {
    font-size: 20px;
    line-height: 20px;
  }
}
 @media (max-width: 425px) {
   .deal-block .ishidealbanner .deal-list .deal-title {
     font-size: 25px;
     line-height: 28px;
  }
}

 .deal-block .ishidealbanner .deal-subtitle {
      font-size: 16px;
    line-height: 22px;
   font-weight: 400;
    position: relative;
    width:95%;
   text-transform: capitalize;
}
@media (max-width:1199px){
  .deal-block .ishidealbanner .deal-subtitle{
   font-size: 15px;
  }
}
@media (max-width:767px){
  .deal-block .ishidealbanner .deal-subtitle{
   width: 90%;
    margin: auto;
  }
}
 @media (max-width: 543px) {
 .deal-block .ishidealbanner  .deal-subtitle {
    width:100%;
  }
}
 .deal-block .ishidealbanner  .center-content{
   text-align:center;
   padding-right:0;
   
 }
 @media (max-width:991px){
   .deal-block .ishidealbanner .center-content{
     text-align:center;
     padding:0 15px;
   }
 }
 .deal-block .ishidealbanner .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
  width: 90px;
  text-align: center;
   position:relative;
 -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
   margin: 0 3px;
}
@media (max-width:1199px){
  .deal-block .ishidealbanner .countdowncontainer .countdown{
        width: 57px;
  }
}

 @media (max-width: 991px) {
   .deal-block .ishidealbanner  .countdowncontainer .countdown {
     width: 60px;
     height: 60px;
     margin: 0 2px;
  }
}
 @media (max-width: 480px) {
   .deal-block .ishidealbanner  .countdowncontainer .countdown {
     margin: 0;
  }
}
.deal-block .ishidealbanner .countdowncontainer .countdown:after{
    content: ":";
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 33px;
    color: #FFFFFF;
}

@media(max-width:543px){
  .deal-block .ishidealbanner .countdowncontainer .countdown:after{
    font-size: 23px;
  }
}
  
.deal-block .ishidealbanner .countdowncontainer .countdown:last-child:after{
  display:none;
}
 .deal-block .ishidealbanner .countdowncontainer .data {
   font-size: 30px;
   pointer-events: none;
   font-weight:600;
   line-height:30px;
   margin-bottom: 3px;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
@media (max-width:1199px){
  .deal-block .ishidealbanner .countdowncontainer .data{
      line-height: 25px;
      font-size: 24px;
  }
}

 @media (max-width: 767px) {
   .deal-block .ishidealbanner  .countdowncontainer .data {
     font-size: 20px;
     line-height: 23px;
  }
}
 .deal-block .ishidealbanner  .countdowncontainer .text {
   font-size: 17px;
   line-height: 20px;
   font-weight: 400;
   pointer-events: none;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
@media (max-width:1199px){
  .deal-block .ishidealbanner .countdowncontainer .text{
    font-size:16px;
  }
}
 @media (max-width: 767px) {
   .deal-block .ishidealbanner  .countdowncontainer .text {
     line-height: 18px;
     font-size: 15px;
  }
}

 .deal-block .ishidealbanner .deal-list > a {
   position: relative;
   overflow: hidden;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
 .deal-block .ishidealbanner [data-deal="0"] .countdowncontainer {
   display: none;
}
.deal-block .ishidealbanner .right-content{
  text-align:right;
}
.deal-block .ishidealbanner .btn{
  border:0;
}
@media (max-width:991px){
  .deal-block .ishidealbanner .right-content{
    text-align:center;
  }
}
@media(max-width: 543px){
  .deal-block .ishidealbanner .btn{
    margin-top: 10px;
  }
}

/*================ galleryblock ================*/
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container {
  display: block;
  overflow: hidden;
  padding: 0;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container {
  display: block;
  overflow: hidden;
  position: relative;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image a, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image a:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container a:before {
  display: none;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image a:after, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container a:after {
  display: none;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image a:hover, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container a:hover {
  padding-left: 0;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image img, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay {
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -10px;
  text-align: center;
  color: var(--button-text-color);
    font-size: 18px;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--button-bg-color);
    -webkit-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
    -webkit-transform: translate(-50px, -50px);
    -ms-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
    -ms-transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon:after, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon:after {
  content: '';
  position: absolute;
  top: 30px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: var(--button-bg-color);
    -webkit-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transform: translate(50px, -50px);
    -ms-transform: translate(50px, -50px);
    transform: translate(50px, -50px);
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon .icon-square, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon .icon-square {
  position: relative;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon .icon-square:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon .icon-square:before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 20px;
  height: 20px;
  background-color: var(--button-bg-color);
    -webkit-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-transform: translate(-50px, 50px);
    -ms-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon .icon-square:after, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon .icon-square:after {
  content: '';
  position: absolute;
  left: -10px;
  bottom: -30px;
  width: 20px;
  height: 20px;
  background-color: var(--button-bg-color);
    -webkit-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-transform: translate(50px, 50px);
    -ms-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
    -ms-transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
    -o-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .galley-image .imageoverlay .icon .icon-square i, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container .image-container .imageoverlay .icon .icon-square i {
  color: var(--button-text-color);
    position: absolute;
    top: 23px;
    left: 3px;
    font-size: 16px;
    z-index: 3;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transition: all 0.4s ease 0.4s;
    -webkit-transition: all 0.4s ease 0.4s;
    -moz-transition: all 0.4s ease 0.4s;
    -o-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
    }
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay {
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay .icon:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay .icon:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay .icon:after, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay .icon:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay .icon .icon-square:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay .icon .icon-square:before, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay .icon .icon-square:after, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay .icon .icon-square:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .galley-image .imageoverlay .icon .icon-square i, .ishi-gallery-block .ishigalleryblocks .ishigalleryblocks-container:hover .image-container .imageoverlay .icon .icon-square i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*************************** Ishi-Product-Categroy *****************************/

.ishi-product-categroy .section-header .dec-title {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-family: var(--font-body-family);
    width: 81%;
    margin: 0;
}
.ishi-product-categroy .section-header{
  margin-bottom:20px;
}

.ishi-product-categroy .ishi-featured-product-tab1 {
  text-align:center;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs{
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tab-content .ishi-product-tab-pane1{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tab-content .ishi-product-tab-pane1.active{
  display:block;
  opacity: 1;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1{
 display: block;
}
 .ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1{
     display: inline-block;
    vertical-align: middle;
    float: none;
    border-bottom: 2px solid transparent;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
  }
 
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
   color: #888;
    min-width: 120px;
    display: block;
    padding: 0 12px 9px 12px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: 19px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
@media (max-width: 543px) {
  .ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
   font-size: 14px;
    padding: 0 6px 7px 6px;
  }
}
@media (max-width: 410px) {
  .ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
    min-width: 87px;
  }
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1.active{
  border-color: #1f4590;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1.active .ishi-product-nav-link{
  color: #1f4590;
}
.ishi-product-categroy .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link:after{display:none;}

/********category*******/
.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1{
  display:block;
  margin:0;
  border: none;
  position:relative;
  overflow: hidden;
}
 .ishi-product-categroy .categroy-block .ishi-product-nav-tabs1{
   display: inline-block;
  vertical-align: middle;
  width:100%;
}
.ishi-product-categroy .categroy-block .faq-btn{
  margin-top: 15px;
  text-align: left;
}
@media (max-width:991px){
  .ishi-product-categroy .categroy-block .faq-btn{
    margin-top: 25px;
  }
}

.ishi-category-product-tab{
display:flex;
}
.ishi-category-nav-tabs{
width:50%;
}
.ishi-product-categroy .categroy-block .categroy-title {
background-color: #1a2930;
color: #fff;
border-bottom: 1px solid #eee;
padding: 15px;
text-align:left;
font-size:16px;
}
@media (min-width:992px) and (max-width: 1199px){
  .ishi-product-categroy .categroy-block .categroy-tab{
    width: 40%;
  }
}
@media (min-width:992px) and (max-width: 1199px){
  .ishi-product-categroy .categroy-block .categroy-des{
    width: 60%;
  }
}
@media (min-width:992px) and (max-width: 1199px){
  .ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
    padding: 13px 0px !important;
   
  }
}
@media (min-width:992px) and (max-width: 1199px){
 .ishi-product-categroy .categroy-block .ishi-product-tab-item1 .ishi-product-nav-link p{
    line-height: 18px !important;
   font-size: 16px !important;
    padding-left: 8px !important;
  }
  .ishi-product-categroy .section-header .dec-title{
    width: 100%
  }
}

#shopify-section-template--14369463337042__1662785262e2747dea .ishi-product-categroy .categroy-block .ishi-product-nav-tabs1{
  content: "";
  position: unset;
  border-bottom: none;
  margin: 0;
}

.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
      background: #fff;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 20px 0px;
    text-align: left;
    letter-spacing: 0;
}
.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1:last-child .ishi-product-nav-link{
  margin-bottom: 0;
}
.product__info-container .add-to-wishlist .btn{
  font-family: var(--font-body-family);
}
@media (max-width: 991px){
  .ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .ishi-product-nav-link{
    padding: 15px 0px;    
  }
}
.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1.active .ishi-product-nav-link:before{
  display: none;  
}
.ishi-product-categroy .categroy-block .ishi-product-nav-tabs1:after{
  display: none;
}
.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .categroy-icon{
display: inline-block;
vertical-align: middle;
transition: .5s;
border-radius: 50%;
  width:36px;
  height:36px;
}

.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1 .categroy-icon{
  opacity:1;
}



.ishi-product-categroy .categroy-block .ishi-product-tab-item1 .ishi-product-nav-link p{
  display: inline-block;
  vertical-align: middle;
  padding-left:12px;
  font-size: 20px;
  margin: 0;
  line-height: 33px;
  color:#232323;
  font-weight: 500;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
  text-transform: capitalize;
}
@media(max-width:991px){
  .ishi-product-categroy .categroy-block .ishi-product-tab-item1 .ishi-product-nav-link p{
    font-size:17px;
  }
}
.ishi-product-categroy .categroy-block .ishi-product-tab-item1.active .ishi-product-nav-link p{
  color:#8AB0D1;
}

.ishi-product-categroy .categroy-block .ishi-product-tab-item1.active .ishi-product-nav-link .arrow svg{
  fill: #8AB0D1;
}
.ishi-product-categroy .categroy-block .ishi-product-tab-item1 .ishi-product-nav-link .arrow svg{
  fill: #777777;
}
.ishi-product-categroy .categroy-block .ishi-product-tab-item1 .ishi-product-nav-link .arrow{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}


.ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tabs .ishi-product-tab-item1.active:last-child:before{
  bottom: 20px;
}

.ishi-product-categroy .categroy-block	.categroy-img {
text-align:center;
}
.ishi-product-categroy .categroy-block .categroy-img img{
  width: 100%;
  border-radius: 0px;
}
@media (max-width:767px){
  .ishi-product-categroy .categroy-block .categroy-img{
  width:100%;
  }
}
@media (max-width:543px){
  .ishi-product-categroy .categroy-block .categroy-img{
    padding:0;
  }
}
.ishi-product-categroy .categroy-block .categroy-detail{
  text-align: center;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    background: rgba(35, 35, 35, 0.42);
    border-radius: 3px;
    padding: 26px 32px;
    width: 56%;
        border-radius: 0;
    margin: auto;
}
@media (max-width:1199px){
  .ishi-product-categroy .categroy-block .categroy-detail{
     padding: 25px 20px;
    bottom: 38px;
    width: 80%;
  }
}
@media (max-width: 400px){
  .ishi-product-categroy .categroy-block .categroy-detail{
    bottom: 30px;
  }
}
@media (max-width: 350px){
  .ishi-product-categroy .categroy-block .categroy-detail{
    bottom: 20px;
  }
}
@media (max-width:543px){
  .ishi-product-categroy .categroy-block .categroy-detail{
  padding:15px;
  }
}

.ishi-product-categroy .categroy-block .categroy-detail .bg-image img{
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width:500px){
  .ishi-product-categroy .categroy-block .categroy-detail .bg-image img{
    display: none;
  }
}



.ishi-product-categroy .categroy-block .product-detail .title{
    font-size: 18px;
    font-weight: 600;
    color: #8AB0D1;
    line-height: 22px;
    margin-bottom: 20px;
      text-transform: uppercase;
}
@media (max-width:1199px){
  .ishi-product-categroy .categroy-block .product-detail .title{
    margin-bottom: 15px;
  }
}
@media (max-width:991px){
  .ishi-product-categroy .categroy-block .product-detail .title{
    font-size: 17px;
  }
}
@media (max-width:543px){
  .ishi-product-categroy .categroy-block .product-detail .title{
    font-size: 16px;
  }
}
@media (max-width:500px){
  .ishi-product-categroy .categroy-block .product-detail .title{
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width:368px){
  .ishi-product-categroy .categroy-block .product-detail .title{
    margin-bottom: 9px;
  }
}
.ishi-product-categroy .categroy-block .product-detail .description p{
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 0;
    color: #FFFFFF;
        margin-bottom: 26px;
    text-transform: capitalize;
}

@media(max-width:1199px){
  .ishi-product-categroy .categroy-block .product-detail .description p{
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 17px;
  }
}
@media (max-width:500px){
  .ishi-product-categroy .categroy-block .product-detail .description p{
    width: 100%;
  }
}
@media (max-width:462px){
  .ishi-product-categroy .categroy-block .product-detail .description p{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width:368px){
  .ishi-product-categroy .categroy-block .product-detail .description p{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
.ishi-product-categroy .categroy-des .product-detail .title-text .stroyblock-btn .story-btn {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
}
.ishi-product-categroy .categroy-des .product-detail .title-text .stroyblock-btn:hover .story-btn{
  color: #8AB0D1;
}

.ishi-product-categroy .categroy-block .product-detail	.plan-details{
  width:90%;
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom:1px solid #eee;
}
@media (max-width:543px){
  .ishi-product-categroy .categroy-block .product-detail .plan-details{
  width:100%;
  }
}
.ishi-product-categroy .categroy-block .product-detail	.plan-details:last-child{
border-bottom:none;
}
.ishi-product-categroy .categroy-block .product-detail	 .plan-details .details {
display:inline-block;
vertical-align:middle;
font-size:14px;
color:#666;
}
.ishi-product-categroy .categroy-block .product-detail	.categroies .qty{
display:inline-block;
vertical-align:middle;
float:right;
color:#666;
}

/* .ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tab-content .ishi-product-tab-pane1.active{
    display: flex;
    align-items: center;
} */
@media (max-width:767px){
  .ishi-product-categroy .categroy-block .ishi-featured-product-tab1 .ishi-product-tab-content .ishi-product-tab-pane1.active{
  display:block;
  }
}
@media (max-width:991px){
  .ishi-product-categroy .categroy-block	.categroy-tab{
 	 width:80%;
    margin: 0 auto 30px;
    text-align: center;
    float: none;
  }
}
@media (max-width:767px){
  .ishi-product-categroy .categroy-block .categroy-tab{
  width:100%;
  }
}

.ishi-product-categroy .categroy-block	.categroy-btn{
margin-top:25px;
}

/*================ ishiinstagram ================*/
.ishiinstagram {
  position: relative; 
}
  .ishiinstagram.insta-full {
    padding: 0 15px; 
  }
  .ishiinstagram .instagram-main {
    padding: 0; 
  }
  .ishiinstagram #instafeed {
    position: relative; 
  }
    .ishiinstagram #instafeed .instaitem a {
      display: block;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
    }
      .ishiinstagram #instafeed .instaitem a:after {
        background: rgba(255, 255, 255, 0.2);
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        margin: auto;
        transform: scale(0);
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transition: all 1.5s;
        -webkit-transition: all 1.0s;
        -moz-transition: all 1.0s;
        -ms-transition: all 1.0s;
        -o-transition: all 1.0s;
      }
      .ishiinstagram #instafeed .instaitem a img {
        max-width: 100%;
        -webkit-transform-style: unset;
        transform-style: unset;
        transition: all 1.5s;
        -webkit-transition: all 1.7s;
        -moz-transition: all 1.7s;
        -ms-transition: all 1.7s;
        -o-transition: all 1.7s;
        transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      }
      .ishiinstagram #instafeed .instaitem a .instagram {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        z-index: 99;
        margin-top: -10px;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
        .ishiinstagram #instafeed .instaitem a .instagram i {
          font-size: 15px;
          color: #ffffff;
          display: inline-block;
          border-radius: 6px;
          width: 20px;
          height: 20px;
          line-height: 20px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
        }
          .ishiinstagram #instafeed .instaitem a .instagram i:hover {
            background: #d6249f;
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25); 
          }
    .ishiinstagram #instafeed .instaitem .text-container {
      position: absolute;
      bottom: 0;
      display: none;
      padding: 10px;
      width: 100%;
      opacity: 0;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      text-transform: capitalize;
      font-size: 14px;
      font-weight: 400;
      font-family: var(--font-body-family);
      color: #ffffff; 
    }
      .ishiinstagram #instafeed .instaitem .text-container .likes {
        float: left;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        margin-bottom: 5px; 
      }
      .ishiinstagram #instafeed .instaitem .text-container .comments {
        float: right;
        display: inline-block;
        margin-right: 10px;
        position: relative;
        margin-bottom: 5px; 
      }
      .ishiinstagram #instafeed .instaitem .text-container i {
        display: block;
        font-size: 16px;
        color: #ffffff;
        display: inline-block;
        padding-right: 5px;
        padding-left: 8px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; 
      }
    .ishiinstagram #instafeed .instaitem:hover a:after {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1); 
    }
    .ishiinstagram #instafeed .instaitem:hover a img {
      transform: scale(1.5);
      -moz-transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -o-transform: scale(1.5);
      -ms-transform: scale(1.5);
    }
    .ishiinstagram #instafeed .instaitem:hover a .instagram {
      display: block;
      -webkit-transform: scale(1.4);
      -moz-transform: scale(1.4);
      -ms-transform: scale(1.4);
      -o-transform: scale(1.4);
      transform: scale(1.4);
    }
    .ishiinstagram #instafeed .instaitem:hover .text-container {
      opacity: 1; 
    }
    .ishiinstagram #instafeed .instahover a img {
      -webkit-filter: grayscale(70%);
      -moz-filter: grayscale(70%);
      -ms-filter: grayscale(70%);
      -o-filter: grayscale(70%);
      filter: grayscale(70%); 
    }



/*================ parallaxblock ================*/



.Tab-with-product-section .parallax-block .collection .grid__item {
    padding-bottom: 0px;
}
.parallax-block .parallax-title {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: var(--font-body-family);
  margin-bottom: 15px;
}
 @media (max-width: 543px) {
   .parallax-block .parallax-title {
     font-size: 30px;
    line-height: 35px;
     
  }
  .parallax-block .card-information {
    padding: 10px 10px 10px;
}
 }

.parallax-block slider-component .slider-buttons {
    margin: 0;
    justify-content: center;
    transition: all .5s ease-in-out;
    display: none !important;
}
.parallax-block.parallaximage.lazyloaded {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.parallax-block .owl-theme .owl-dots .owl-dot.active span {
    background: transparent !important;
    cursor: default;
    width: 15px;
    height: 15px;
    border-radius: 30px;
  border: 1px solid #232323;
}
.parallax-block .owl-theme .owl-dots .owl-dot span {
   width: 8px;
    height: 8px;
    background:  #232323 !important;
  border: 0;
   
}
.parallax-block .owl-theme .owl-dots .owl-dot {
    margin: 0 3px;
}
.parallax-block .owl-theme .owl-nav .owl-prev, .parallax-block .owl-theme .owl-nav .owl-next {
    display: inline-block;
    background-color: transparent !important;
  margin: 0 20px;
}
.parallax-block .owl-theme .owl-nav .owl-prev:hover, .parallax-block .owl-theme .owl-nav .owl-next:hover {
     background-color: transparent !important;
}


@media(min-width:992px){
/* .parallax-block .page-width {
    max-width: 1680px;
} */
  }
.parallax-list.parallax-text-left {
    max-width: 85%;
}
@media(max-width:1199px){
  .parallax-list.parallax-text-left {
    max-width: 100%;
}
}
.parallax-flex {
    display: flex;
    align-items: center;
}
@media(max-width:991px){
  .parallax-flex {
    display: block;
   
}
}
.parallax-block .ishi-featured-product-tab {
    margin-top: 0px;
}

@media(max-width:410px){
  a.btn.theme-button.content-btn2 {
    
    margin-left: 0px;
}
}


a.btn.theme-button.content-btn2:hover{
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
}

.parallax-block .card-wrapper {
    border: 0;
}
.parallax-block .slider-buttons {
    display: none!important;
}
.parallax-block .slider-mobile-gutter  {
    width: 27%;
}

.product-type-style1 .owl-theme .owl-nav {
    margin-top: 0px;
}

 .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
  border-radius: 30px !important;
}
.product-popup-modal #qv-images-container #qv-product-cover,
.product-popup-modal #qv-images-container #qv-product-cover img{
      border-radius: 10px;
}

.product-popup-modal #qv-images-container #qv-thumbnails .thumb-item img{
  border-radius: 10px;
}
.cart-notification-product__image{
  border-radius: 10px;
}
@media(max-width:543px){
  .product-type-style1 .collection .grid__item {
    padding: 0 5px 20px;
  }
}


   

@media(max-width:991px){
  .splide__slide span{
    margin-right: 125px;
  }
}

.template-list-collections  .btn{
padding: 12px 20px ;
}


 .product-recommendations {
    margin-bottom: 40px;
}
@media(max-width: 767px){
  .product-recommendations {
    margin-bottom: 30px;
  }
  
}


div#_mobile_localization {
    text-align: center;
}

.Ishi-Marquee-Text .video-bottom-text{
    overflow: hidden;
    position: relative;
  padding: 15px 0;
    }

    .Ishi-Marquee-Text .section-clients{
      margin-top: -1px;
    }

    .cart__note .field__input{
      border-radius: 10px;
    }
.button.loading {
opacity:1;
}



/*================ ishi popular product block ================*/
.price .price-item--sale, .price--on-sale .price-item--sale{
  color: var(--brand-secondary);
  font-weight: 600;
  font-size:24px;
}
.popular-product-section .section-header{
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.popular-product-section .card-information .card-information__text{
  font-size: 24px;
  line-height: 30px;
  color: var(--brand-secondary);
  margin-bottom: 13px;
  margin-top: 0;
  font-weight: 700;
}
.popular-product-section .popular_product_right .product-desc {
    font-size: 16px;
    color: #36151E;
    font-weight: 500;
}
.popular-product-section .popular_product_right .card-wrapper .card-information {
    margin-top: 0;
}
@media (max-width: 1199px){
  .popular-product-section .card-information .card-information__text{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .price .price-item--sale, .price--on-sale .price-item--sale {
    font-size: 17px;
}
  .price--on-sale .price-item--regular, .price--on-sale, .price__regular .price-item--regular {
    font-size: 17px;
}
}

@media (max-width: 991px){
  .popular-product-section .card-information .card-information__text{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .popular-product-section .card-information .card-information__text{
    font-size:17px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 543px){
  .popular-product-section .card-information .card-information__text{
    font-size:15px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .price--on-sale .price-item--regular, .price--on-sale, .price__regular .price-item--regular{
    font-size: 14px;
    
  }
      .price .price-item--sale, .price--on-sale .price-item--sale {
        font-size: 15px;
    }
}
@media (max-width: 450px){
  .popular-product-section .card-information .card-information__text{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
@media (max-width: 380px){
  .popular-product-section .card-information .card-information__text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
  }
}
/* .popular-product-section .card-wrapper:hover .card-information .product-desc{
 opacity:0;
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.popular-product-section .card-wrapper .card-information .product-desc{
      -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
} */
@media(min-width:992px){
  .popular-product-section .popular_productcontent{
    display:flex;
    
  }
}
.popular-product-section .popular_productcontent .popular_image img{
  width: 100%;
   height:100%;
  border-radius: 8px;
}
.popular-product-section .popular_productcontent .popular_image {
    height:100%;
}
.popular-product-section .card__inner {
  position:relative;
}
.popular-product-section .popular_product_right .section-header{
  text-align:center;
}
.popular_pro_block .page-width {
    max-width: 1600px;
}
.popular_image_left {
    padding-inline: 12px;
}

.popular-product-section .spr-badge{
  padding-top:10px;
  }
@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 .productdot{
  cursor:pointer;
  position:absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
.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 .productdot:hover .dot-1:after{
  background:#232323;
}
.popular-product-section .productdot.active .dot-1:after{
  background:#232323;
}
.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 .popular_product_right .card-wrapper {
  display:flex;
  align-items:center;
  margin-bottom:16px;
  background-color:transparent;
  border-radius:0!important;
  box-shadow: inherit;
  border: inherit;
}
@media (max-width: 1350px){
  .popular-product-section .popular_product_right .card-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px){
  .popular-product-section .popular_product_right .card-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px){
   .popular-product-section .popular_product_right .card-wrapper{
     margin-bottom: 15px;
   }
}
.popular-product-section .thumbnail-buttons .btn-info{
  margin-bottom:0;
  display:block;
  
  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-bottom:5px;
  width:30px;
  height:30px;
}
.popular-product-section  .thumbnail-buttons .wishlist .loader-btn{
  width:30px;
  height:30px;
}
@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  .thumbnail-buttons .wishlist .loader-btn{
  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 24px;
  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;
}
@media (max-width: 1199px){
  .popular-product-section .popular_product_right .card-information .product_first_row{
    margin-bottom: 0px;
  }
}
.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-information .product_first_row .product_price .price{
  margin-top: 0 !important;
}
.popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item--regular{
  font-size: 16px;
  line-height: 22px;
  margin-right:  15px;
}
@media (max-width: 543px){
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item--regular{
    font-size: 16px;
    line-height: 22px;
  }
}
.popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item.price-item--sale{
  font-size: 24px;
  line-height: 30px;
  padding: 0;
  color: var(--brand-secondary);
}

@media (max-width: 767px){
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item.price-item--sale{
    font-size: 20px;
    line-height: 25px;
  }
  .popular-product-section .popular_product_right .card-information .product_first_row {
    margin-bottom: 0;
}
  .popular-product-section .popular_product_right .card-wrapper .card-information {
    padding: 0px 0 0px 14px;
}
}
@media (max-width: 543px){
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item.price-item--sale{
    font-size: 18px;
    line-height: 25px;
  }
}
.popular-product-section .popular_product_right .card-information .variants-swatch{
  display: none;
}
.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:absolute;
  opacity:1;

}
.popular-product-section .popular_product_right .thumbnail-buttons .btn-info svg{
  width:30px;
  height:30px;
}
@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;
  }
}
    @media(max-width:400px){
  .popular-product-section .popular_product_right .thumbnail-buttons .btn-info svg {
    width:30px;
    height:30px;
  }
}
.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{
  display:block;
  font-size: 15px;
  font-family:var(--font-body-family);
  line-height:22px;
  margin-top: 0;
  color: var(--theme-text-color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1199px){
  .popular-product-section .popular_product_right .product-desc{
    font-size: 14px;
    line-height:20px;      
  }
}
@media (max-width: 767px){
  .popular-product-section .popular_product_right .product-desc{
    font-size: 14px;
    line-height:20px;
    
  }
}
@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{
  padding-inline: 12px;
}

.popular-product-section .popular_product_right .product-btn {
    display: block;
    text-align: center;
    margin-top: 16px;
    padding: 10px 20px;
    line-height: 26px;
    border-radius: 10px;
    color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
    font-size: 16px;
}
.popular-product-section .popular_product_right .product-btn:hover {
    background-color: transparent !important;
    border-color: #000 !important;
}
@media (max-width: 991px){
  .popular-product-section .popular_product_right .product-btn{
    margin-top: 45px;
    font-size: 15px;
  }
}
.popular-product-section .popular_product_right .product-btn:hover{
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border-color: var(--button-text-color);
}
@media (max-width: 767px){
  .popular-product-section .popular_product_right .product-btn{
     margin-top: 5px;
  }
}
@media (max-width: 543px){
  .popular-product-section .popular_product_right .product-btn{
    font-size: 14px;
    padding: 9px 25px;
  }
}
.popular-product-section .popular_product_right .product-btn a{
  color: currentColor;
  padding: 11px 40px;
  display: block;
}
@media (max-width: 543px){
  .popular-product-section .popular_product_right .product-btn a{
   padding: 9px 25px;
  }
}
.popular-product-section .card-information .price{
  justify-content:left;
}
.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;
}
/* .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;
  padding-top: 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%);
}
.popular-product-section .pin-opener .card-information__text{
  text-align:left;
    font-size: 16px;
    padding: 0;
}
  @media (max-width:1399px) and (min-width:1200px){
.popular-product-section  .productdot3 {
    left: 30% !important;

}
  }
  @media (max-width:1199px) and (min-width:992px){
  .popular-product-section .pin-opener.content-top{
   left: -120px;
  }
    .popular-product-section  .productdot3 {
    left: 30% !important;
    top:60% !important;
}
    .popular-product-section .pin-opener:before {
        left:-54px;
  }
  }
  @media(max-width:991px){
    .popular-product-section .pin-opener.content-top{
      left: -60px;
    }
    .popular-product-section .pin-opener:before{
      left: -170px;
    }
  }
  @media(max-width:767px){
    .popular-product-section .pin-opener.content-top{
      left: -70px;
    }
    .popular-product-section .pin-opener:before{
      left: -99px;
    }
       .popular-product-section .productdot .pin-opener .card-wrapper{
    display:block;
    }
    .popular-product-section .productdot .pin-opener .card-wrapper .card-information{
    width: 100%;
    padding: 0;
    text-align: center;
  }
     .popular-product-section .pin-opener{
   min-width:200px;
    }
    .popular-product-section .productdot .pin-opener .card-wrapper .card-product{
      width:100%;
    }
     .popular-product-section .pin-opener .card-information__text{
    text-align:left;
    }
       .popular-product-section .card-information .price {
    justify-content: center;
}
    .popular-product-section .pin-opener:before {
    left:-5px;
    }
    .popular-product-section .productdot3{
      left:18% !important;
    }
  }
  @media(max-width:670px){
    .popular-product-section .pin-opener.content-top{
      left: -73px;
    }
    .popular-product-section .pin-opener:before{
      left: -5px;
    }
  }
  @media(max-width:543px){
    .popular-product-section .pin-opener.content-top{
      left: -40px;
    }
     .popular-product-section .pin-opener:before{
      left: -50px;
    }
    .popular-product-section .productdot .pin-opener .card-wrapper .card-information{
      padding-left:0;
    }
  }
  @media(max-width:480px){
  .popular-product-section .pin-opener.content-top{
      left: -25px;
    }
    .popular-product-section .pin-opener:before {
    left: -70px;
}
  }
  @media(max-width:455px){
    .popular-product-section .pin-opener.content-top{
      left: -25px;
    }
     .popular-product-section .pin-opener:before{
      left: -70px;
    }
  }
    @media(max-width:425px){
    .popular-product-section .pin-opener.content-top{
      left: -42px;
    }
    }
  @media(max-width:350px){
    .popular-product-section .productdot1{
        left: 54% !important;
        top: 22% !important;
      }
   .popular-product-section .productdot2{
       left: 30%  !important;
       top: 35% !important;
   }
    .popular-product-section .productdot3{
         left: 15% !important;
        top: 69% !important; 
    }
  }
  @media(max-width:400px){
    .popular-product-section .popular_product_right .product-btn{
      width:100%;
    }
  }
.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%);
}

@media(max-width:767px){
  .popular-product-section .pin-opener .card-information__text{
    font-size: 15px;
  }
}
@media(max-width:543px){
  .popular-product-section .pin-opener .card-information__text{
    font-size: 14px;
    padding:0 5px;
    text-align:center;
  }
}

/* Header */
.header-block{
  padding:0;
}

#header .header-top {
  position: relative;
  z-index: 9;
  padding: 5px 50px;
  background: var(--menu-bg-color);
}

@media(max-width:1001px) {
   #header .header-top {
      padding: 20px 35px;
   }
}
#header .nav-header{
  display: flex;
}

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

.Product-block.featured-product-section .product-slider-text {
   display: flex;
   align-items: end;
   margin-bottom: 30px;
   width: 100%;
}
@media (max-width: 991px){
  .Product-block.featured-product-section .product-slider-text{
     display: block;
     padding: 0;
     width: 85%;
  }
  .Product-block.featured-product-section .product-slider-text .btn {
    padding:10px;
  }  
  
}
@media (max-width: 543px){
  .Product-block.featured-product-section .product-slider-text{
     width: 75%;
  }
}
@media (max-width: 450px){
  .Product-block.featured-product-section .product-slider-text{
     width: 75%;
  }
}
.Product-block.featured-product-section .product-slider-text .section-header{
  width: auto;
  margin: 0;
  text-align: left;
  padding-right: 30px;  
}
@media (max-width: 991px){
  .Product-block.featured-product-section .product-slider-text .section-header{
     padding: 0;
     margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
    .header-top-height {
        min-height:60px;
    }
      #header .header-top>.page-width-container-fluid>.row {
        display: flex;
        align-items: center;
    }
  
}
@media(max-width:991px){
  .Product-block.featured-product-section .section-header {
    display: block;
}
   #mobile_top_menu_wrapper .top-menu a {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
    }
  .Product-block.featured-product-section .section-header{
  display:block;
  }
  .Product-block.featured-product-section .section-header .sub-title{
letter-spacing: 0px;
    }
}

.product-slider-text {
    padding-right: 25px;
}
.Product-block.featured-product-section .card-wrapper .cart-btn{
  width:100%;
  height:100%;
  border-radius:unset;
  box-shadow: inherit;
  border: inherit;
}
 .Product-block.featured-product-section .card-wrapper .cart-btn:hover{
    background-color: unset;
    color: unset;

  }



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

}
@media(max-width:991px){
#_desktop_searchbar.search-background, #_mobile_searchbar.search-background{
top:4.5%;
}
}
#_desktop_searchbar.search-background .search-header__input,
#_mobile_searchbar.search-background .search-header__input{
    width: 100%;
    border: 1px solid #232323;
    border-radius: 5px;
    height: 45px;
    padding: 5px 15px;
    padding-right: 40px;
    margin: 0;
    background: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #777;

}
#_desktop_searchbar.search-background .search-header__submit,
#_mobile_searchbar.search-background  .search-header__submit{
  position: absolute;
    right:3px;
    top: 0;
    border: none;
    background: transparent;
    height: 46px;
    width: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #232323;
    /* line-height: 40px; */
    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:35px;
    height:35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    stroke:var(--color-dark);
    
}
#_desktop_searchbar.search-background .search-header__submit svg,
#_mobile_searchbar.search-background  .search-header__submit svg{
width:21px;
height:21px;
}
#_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 10px;
}
}
.search-background  .toggle-dropdown.active{
      animation: animateMenuOpen .4s ease;
}
#_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
  width:50%;
  margin: auto;
}
@media (max-width:1600px){
  #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:60%;
  }
}
@media (max-width:1199px){
   #_desktop_searchbar.search-background .input-width, 
  #_mobile_searchbar.search-background .input-width{
      width:70%;
  }
}
@media (max-width:767px){
  #_desktop_searchbar.search-background  .input-width,
#_mobile_searchbar.search-background  .input-width{
      width: 90%;
}
}
@media (max-width:543px){
    #_desktop_searchbar.search-background  .input-width,
    #_mobile_searchbar.search-background  .input-width
{
  margin-left:0;
  }
}
#_desktop_searchbar.search-background  .close,
#_mobile_searchbar.search-background  .close{
    bottom: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    font-size: 29px;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
    color: #232323;
    float: left;
    position: absolute;
    padding-left: 15px;
    cursor: pointer;
 
}
@media (max-width:543px){
   #_mobile_searchbar.search-background .close{
       padding:0 0 0 5px;
   }
}
#_desktop_searchbar.search-background .search-header
{
    width: 75%;
    margin: auto;
}

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

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

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

/* Start Footer */
.footer-contact-number{
  color: var(--footer-text-color);
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 991px){
  .footer-contact-number{
    gap: 15px; 
    font-size: 15px;
  }
}
.footer-contact div{
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px){
  .footer-contact div{
    font-size: 15px;
  }
}
.footer-left .footer__copyright{
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 991px){
  .footer-left .footer__copyright{
    font-size: 15px;  
  }
}

.footer .footer-bottom-list .footer-newsletter form .newsletter-policy .button {
   padding: 10px 20px;
}
/* End Footer */


/************************* About Section ********************************/


.ishi-About-Section .ishi-about .backgraund-truck-img .bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ishi-About-Section .ishi-about {
    background-repeat: no-repeat;
    background: bottom;
    background-size: cover;
  position: relative;
}
@media (max-width: 991px){
  .ishi-About-Section .ishi-about .row{
    display: flex;
    flex-flow: wrap;    
    flex-direction: column-reverse;
  }
}
.ishi-About-Section .singel-img {
  margin-bottom: 58px;
  position: relative;
  z-index:1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  border-radius: 8px;
}
.ishi-About-Section .singel-img img{
  width: 100%;
}

@media(min-width:1200px){
  .ishi-About-Section .ishi-about .row.content-justify{
    align-items: flex-start;
    display: flex;
  }
}

@media(max-width:543px){
  .ishi-About-Section .ishi-about{
    background-image:none !important;
    background-color: #f6f8fb;
  }
 .ishi-About-Section .singel-img{
     margin-bottom: 10px;
  }
}

.ishi-About-Section .singel-img{
  margin: 0;
}
.ishi-about .ishi-left-containt .row .singel-img{
  padding-right: 11px;
  padding-left: 11px;
  position: relative;
    z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ishi-about .ishi-left-containt .row .singel-img:hover{
  z-index: 3;
}
.ishi-about .ishi-about-text-containt .ishi-right-containt{
  width: 90%;
  margin-left: 0;
}
@media (max-width: 991px){
  .ishi-about .ishi-about-text-containt .ishi-right-containt{
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 543px){
  .ishi-about .ishi-about-text-containt .ishi-right-containt{
    margin-top: 30px;
  }
}
.ishi-about .ishi-right-containt .section-header {
  text-align: left !important;
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 991px){
  .ishi-about .ishi-right-containt .section-header{
    margin-bottom: 40px;
  }
}
@media (max-width: 543px){
  .ishi-about .ishi-right-containt .section-header{
    margin-bottom: 25px;
  }
}
.ishi-about .ishi-right-containt .section-header .main-title{
  color: #E85751;
}

@media(max-width:1199px){
  .ishi-about .ishi-right-containt{
    padding:0;
    width: 75%;
    margin: auto;
  }
}
@media(max-width:991px){
  .ishi-about .ishi-right-containt{
    width: 100%;
  }
}

.ishi-about .ishi-right-containt .section-header .Description {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.ishi-about .ishi-right-containt .ishi-Leaders{
  display: flex;
  align-items: flex-start;
}

.ishi-about .ishi-right-containt .ishi-Leaders .global-img{
  width: 48px;
  height: 48px;
  border-radius: 8px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index:1;
  position: relative;
}


.ishi-about-tab-item .fast-img img {
  border-radius: 8px;
  transition: transform 0.5s ease; /* Smooth transition effect */
}

.ishi-about-tab-item:hover .fast-img img {
  transform: rotateX(360deg); /* Rotate the image on hover */
}

.ishi-global-img {
    box-shadow: 4px 4px 25px 0px #2323230D;
    border-radius: 50%;
}



/* .ishi-right-containt .ishi-about-tab-item:hover .fast-img img{
  transform: rotate(359deg);
} */

.ishi-about-leaders .ishi-about-tab-item .ishi-Leaders .ishi-global-text .global_text {
    font-size: 18px;
    color: var(--brand-secondary);;
    font-weight: 700;
    line-height: 22px;
    font-family: var(--font-title-family);
    letter-spacing: 0;
    margin-bottom: 5px;
}
@media (max-width:1199px){
  .ishi-about-leaders .ishi-about-tab-item .ishi-Leaders .ishi-global-text .global_text{
font-size: 17px;
}
}
@media (max-width:543px){
  .ishi-about-leaders .ishi-about-tab-item .ishi-Leaders .ishi-global-text .global_text{
  font-size: 16px;
  }
}
.ishi-about-leaders .ishi-about-tab-item .ishi-Leaders .ishi-global-text .dec {
    color: var(--theme-text-color);
    font-size: 14px;
  font-weight: 500;
    line-height: 22px;
  word-break: break-all;
}

.ishi-right-containt .ishi-about-leaders{
  margin-top: 0;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 543px){
  .ishi-right-containt .ishi-about-leaders{
    grid-template-columns: 1fr;
  }
}
.ishi-right-containt .about-btn{
  display: inline-block;
}

.ishi-right-containt .ishi-about-leaders .ishi-about-tab-item {
  margin-bottom: 30px;
}
@media (max-width: 991px){
  .ishi-right-containt .ishi-about-leaders .ishi-about-tab-item{
    margin-bottom: 0; 
  }
}
.ishi-about .ishi-right-containt .ishi-Leaders .ishi-global-text {
    margin-left: 20px;
}

.ishi-right-containt .ishi-about-tab-item .global-img .main-img{
  position: relative;
}

.ishi-left-containt .singel-img .ishi-about-fast .about-img,{
   -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    display: block;
    overflow: hidden;
}

.ishi-About-Section .ishi-right-containt .about-btn:hover a{
  background-color: var(--button-bg-hover-color);
}
/* End About-us */

/* Start Ishi Video Banner Block  */
.ishivideo_banner{
  position: relative;
  overflow: hidden;
  }
.ishivideo_banner .video-section video{
    width: 100% !important;
  height: 650px !important;
  object-fit: cover;
}
@media(max-width:991px){
  .ishivideo_banner .video-section video{
   height: 500px !important;
  }
}
@media(max-width:543px){
  .ishivideo_banner .video-section video{
   height: 350px;
  }
  }
.ishivideo_banner .video-section img{
  width: 100%;
}
.ishivideo_banner .videocontent{
  display: grid;
}
.ishivideo_banner .imgcontent {
    display: grid;
}

/* End Ishi Video Banner Block  */

.product__media-list .product__media-item .product__media {
    padding-top: 100% !important;
  
}



/*================ FAQ's Block ================*/
  .ishi-faq-section .faq-container{
    width:90%;
  }
.ishi-faq-section .panel{
  border-top:none;
  border-bottom:1px solid #F1253E26;
}
.ishi-faq-section .panel:last-child{
  border-bottom:none;
  
}
.ishi-faq-section .faq-block.bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.slider-counter{
  display:none;
}

@media(max-width:1199px){
  .ishi-faq-section .faq-container{
    width:100%;
  }
  .faq-block .accordion{
    width:50%;
  }
}
 @media (max-width: 543px) {
   .ishi-faq-section .faq-block.bgimage {
     background-image: none !important;
  }
}
 @media (max-width: 991px) {
   .ishi-faq-section .faq-block .accordion .section-header {
     text-align: center !important;
  }
     .faq-block .accordion{
    width:100%;
  }
}
.ishi-faq-section .faq-block .accordion{border:none;}

 .ishi-faq-section .faq-block .accordion.position-left {
   float: left;
   width: 50%;
}

 .ishi-faq-section .faq-block .accordion.position-right {
   float: right;
   width: 50%;
}

 .ishi-faq-section .faq-block .accordion.position-center {
   margin: auto;
   width: 85%;
}
 @media (max-width: 991px) {
   .ishi-faq-section .faq-block .accordion.position-left,
   .ishi-faq-section .faq-block .accordion.position-right{
     width: 60%;
  }
  .ishi-faq-section .faq-block .accordion.position-center {
     width: 100%;
  }
}
 @media (max-width: 767px) {
   .ishi-faq-section .faq-block .accordion.position-left,
   .ishi-faq-section .faq-block .accordion.position-right{
     width: 100%;
  }
}

 .ishi-faq-section .faq-block .accordion .summary{
   padding: 20px 0;
   background:transparent;
}
.ishi-faq-section .faq-block .accordion .summary:first-child{
  border:none !important;
  
}
.ishi-faq-section .faq-block .accordion .accordion__content{
  padding:0 0 20px 28px;
  color:#666666;
}
.ishi-faq-section .faq-block .accordion .faq-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: .2px;
    display: inline-block;
    vertical-align: middle;
}
.ishi-faq-section .faq-block .accordion .faq-title .category-count{
  margin-right:8px;
}

@media (max-width: 991px) {
  .ishi-faq-section .faq-block .accordion .faq-title{
      font-size: 16px;
  }
}
@media (max-width: 767px) {
  .ishi-faq-section .faq-block .accordion .faq-title{
      font-size: 15px;
  }
}
@media(max-width:543px){
  .ishi-faq-section .faq-block .accordion .accordion__content {
padding: 0 0 15px 15px;
  }
  .ishi-faq-section .faq-block .accordion .summary{
  padding:10px 0;
  }
}
@media(max-width:415px){
  .ishi-faq-section .faq-block .accordion .summary{
  padding:15px 0;
  }
}

.ishi-faq-section .faq-block{
   padding: 60px 0;
}
.ishi-faq-section .section-header{
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.ishi-faq-section .faq-block .accordion{
  margin-bottom: 30px;
}
@media (min-width: 992px){
  .ishi-faq-section .faq-block .accordion{
    width: 58.33%; 
  }
}
.ishi-faq-section .panel{
  border-top: none;
  border-bottom: 1px solid var(--brand-secondary);
}
.ishi-faq-section .faq-block .accordion .faq-title{
  font-size: 16px;
}
@media (max-width: 767px){
  .ishi-faq-section .faq-block .accordion .faq-title{
     font-size: 15px;
  }
}
.ishi-faq-section .faq-block .accordion .accordion__content{
  font-size: 15px;
}
@media (max-width: 767px){
  .ishi-faq-section .faq-block .accordion .accordion__content{
     font-size: 14px;
  }
}

  /* -------- Faq section -------- */
  .ishi-faq-section .faq-image .media{
  background:none;
  }

 .ishi-faq-section .faq-block.bgimage.lazyloaded {
    padding: 100px 0;
}
  
@media (max-width:1199px){
  /* .grid__item .card-wrapper .card-information{
    padding-top:0;
  } */
}
  @media (max-width:991px){
  .grid__item .card-wrapper .card-information{
    padding:5px 0 10px;
  }
  }
  @media(max-width:767px){
  .ishi-faq-section .faq-block.bgimage.lazyloaded{
    padding:70px 0;
  }
  }
  @media(max-width:543px){
    .ishi-faq-section .faq-block.bgimage.lazyloaded{
      padding:15px 0;
    }
  }
    @media (max-width:425px){
  .grid__item .card-wrapper .card-information{
    padding:5px 5px 10px;
  }
  .template-collection .grid__item .card-wrapper .card-information{
    padding:10px; 
  }
  .ishi-faq-section .faq-block.bgimage.lazyloaded{
    padding:30px 0;
  }
}
/* End Faq Block  */


/* Start Header Count-down */
  .consumer-banner {
    color: ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 36px;
  }
    .consumer-banner .countdown {
      font-size: 56px;
      font-weight: 700;
      display: inline-block;
      line-height: 56px;
  }
  .consumer-banner .discount-code {
      padding: 12px 46px;
      font-weight: bold;
      border-radius: 8px;
      display: inline-block;
      font-size: 16px;
  }
  .consumer-banner .count-btn{
    display: flex;
    align-items: center;
    gap: 44px;
    justify-content: end;
  }
  @media (max-width: 1199px){
    .consumer-banner .count-btn{
      gap: 25px;
    }
  }
  @media (max-width: 1050px) and (min-width: 992px){
    .consumer-banner .count-btn{
      gap: 10px;
    }
    .consumer-banner h2{
      font-size: 14px;
    }
  }
  .consumer-banner h2{
    margin-bottom:0;
    font-weight: 700;
  }

  @media(max-width:1350px){
    .consumer-banner h2{
      font-size:18px;
    }
    .consumer-banner .countdown {
    font-size: 30px;
}
  }
   @media(max-width:1199px){
     .consumer-banner{
        padding: 10px 25px;
     }
    .consumer-banner h2{
      font-size:15px;
    }
    .consumer-banner .countdown {
        font-size: 30px;
    }
     .consumer-banner .discount-code {
    padding: 12px 30px;
}
   }
  @media (max-width: 1199px){
    .consumer-banner .countdown {
      font-size: 26px;
    }
  }
  @media (max-width: 1050px) and (min-width: 992px){
    .consumer-banner h2{
      font-size: 14px;
    }
  }
  @media(max-width:991px){
    .consumer-banner{
      padding: 10px;
    }
    .consumer-banner h2,  .consumer-banner .countdown{
      display:inline-block;
    }
    .consumer-banner .countdown {
      font-size: 22px;
    }
    /* .consumer-banner .discount-code {
       width: max-content;
       margin: auto;
       margin-top:5px;
    } */
    .consumer-banner .discount-code{
      padding: 12px 23px;
    }
  }
  @media (max-width: 767px){
    .consumer-banner{
      display: flow-root;
      text-align: center; 
    }
    .consumer-banner h2{
      font-size: 16px;
      margin-bottom: 10px; 
      line-height: 24px;
    }
    .consumer-banner .count-btn{
      display: block;
    }
    .consumer-banner .countdown{
      display: block;
      margin-bottom: 5px; 
    }
  }
@media(max-width:543px){
  .price .price-item--sale, .price--on-sale .price-item--sale{
      font-size:16px;
    }
  .parcelatorCollection p{
    font-size:15px;
  }
}
 @media(max-width:344px) {
    .consumer-banner h2 {
      font-size:14px;
    }
 }

/* End Header Count-down */



#parcelator p {
    font-weight: 500;
    color: #36151E;
}
.popular_product #parcelator p {
    font-weight: 600;
}
.full-unstyled-link{
      color:#6C767D;
  font-weight: 500 !important;
}
.price--on-sale .price__sale{
      align-items: center;
}

.product-form__input label{
  position: relative;
    width: 35px;
    height: 35px;
    border-radius: 8px !important;
    cursor: pointer;
    min-width: 40%;
  margin-bottom:0 !important;
}

.varinat-picker-flex{
  display:flex;
  align-items:center;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #D0D5DD;
  padding: 14px 10px;
  width: 130px;
  border-radius: 8px;
  margin-top: 10px;
}
.product-form__input .variant-image {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.product-form__input input[type='radio']:checked + .varinat-picker-flex {
    border: 1px solid var(--brand-secondary);
    color: var(--brand-secondary);
}
#MainContent {
    background-color: var(--theme-background);
}
@media(max-width:767px){
  #parcelator p {
    font-size: 14px;
    line-height: 18px;
}
  .parcelatorCollection {
    padding-top: 8px;
}
}


@media (max-width: 1350px){
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item.price-item--sale{
    font-size: 20px;
    line-height: 25px;
  }
  .popular-product-section .popular_product_right .card-information .product_first_row .product_price .price-item--regular{
    font-size: 17px;
  }
  .card-information .price{
  padding-bottom:0;
  }
  .popular-product-section .card-information .card-information__text{
  margin-bottom:0;
  }
}

.pin-opener.content-top .btn.add-to-cart, #qv-text-container .btn.add-to-cart {
    padding: 11px;
}
.pin-opener.content-top .card-wrapper{
      box-shadow: unset;
    background: none;
    border: none;
}
.popular-product-section .pin-opener.content-top{
  z-index:9;
}
a/* @media(max-width:767px){
 .pin-opener.content-top .price .price-item--sale, .price--on-sale .price-item--sale{
    padding-left:2px;
  }
} */

.rte.article__grid-excerpt.desc p {
    font-size: 16px !important;
    font-weight: 500;
}

.ishi-testimonial-section .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
  border:1px solid #0000001A !important
}
/* Start Product page */
.template-product .normal_main_content.page-width {
    padding-top: 60px !important;
}
.template-product #MainContent {
    padding-bottom: 0;
    padding: 0;
}
.product__info-container {
    background: transparent;
}

deferred-media.deferred-media.media.no-js-hidden {
    margin-top: 15px;
}
@media (min-width: 992px) {
  .template-product .product__media-list-2.grid {
      width: 104px;
  }
  .product__info-wrapper {
    padding-left: 15px;
}
  .product__media-wrapper {
    padding-right: 0;
}
}
@media (min-width: 1200px) {
.product-section.page-width {
    max-width: 1120px;
}
  .template-product .product__media-list-2.grid .product__media-item {
    margin-bottom: 50px;
}
  deferred-media.deferred-media.media.no-js-hidden {
    margin-top: 50px;
}
}
@media (max-width: 1199px){
.Product-block.featured-product-section .product-slider-text {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
}
.product-section .product__info-container .product__title {
  line-height: 30px;
  letter-spacing: 0;
}
.product-section .product__info-container .jdgm-widget.jdgm-widget {
    margin-bottom: 16px;
}
.product-section .product__info-container .product-price .price--on-sale .price-item--sale {
    line-height: 26px;
    font-size: 24px;
}
.product-section .product__tax.caption {
    margin-top: 5px;
    margin-left: 16px;
    float: right;
}
.product-section .product__tax.caption {
    margin-top: 5px;
    margin-left: 10px;
    float: right;
    font-weight: 400;
    color: #36151E;
}
.product-section .product__tax.caption a{
    font-weight: 400;
    color: #36151E;
}
.product-section .product-form__input .form__label{
  color: #36151E;
}
.product-section .varinat-image .varinat-flex {
    width: 94px;
    background: #fff;
    padding: 0;
    margin-bottom: 8px;
    padding:8px;
}
.product__media-list-3 .row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}
.Product-block.featured-product-section .product-slider-text .section-header {
    padding-right: 20px;
}
.product-section .product-form__input label {
    width: 48px;
    height: 48px;
}
.product-section .varinat-image {
    text-align: center;
}
.product-section .varinat-image .tool-tip {
    font-weight: 500;
}
.product-section .varinat-image input[type="radio"]:checked + .varinat-flex + .tool-tip{
  color:#E14655;
}
.product-section .varinat-picker-flex {
    width: 128px;
    background: #fff;
    justify-content: center;
    padding: 12px 10px;
    font-size: 16px;
    font-weight: 500;
}
.product-form__input .variant-image {
    margin-right: 8px;
}
.product-section .varinat-image {
    margin-right: 7px;
}
.product-section .product__info-wrapper .product-form__buttons .product-form__submit{
  background-color:#1DA14E !important;
  border: 1px solid #1DA14E !important;
  color:#fff;
}
.product-section .product__info-wrapper .product-form__buttons .product-form__submit:hover{
  color:#fff !important;
}
.product-section .product-form__input {
    margin: 0 0 1.6rem 0;
}
.product-section fieldset.js.product-form__input.tamanhos {
    margin-bottom: 32px;
}
.card-information__wrapper .product__tax.caption {
    display: none;
}
.tolstoy-stories ._stories_1v61q_1 {
    margin-bottom: 48px;
}
.section-header > h2 {
    font-weight: 700;
}

.product-slider-show_view_all a.btn {
    background: transparent;
    padding: 11px 75px;
}
.product-slider-show_view_all a.btn:hover {
    color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
}
.product-list .owl-nav {
    top: 50px !important;
}
.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    background-color: transparent !important;
    height: 48px;
    width: 48px;
    margin: 4px 12px;
}
.Product-block.featured-product-section button.btn.add-to-cart.no-js-hidden {
    width: 100%;
    border-radius: 8px;
    background: transparent;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.template-product .collection .grid__item {
    padding-bottom: 0;
}
.template-product .collection .grid__item .card-information {
    padding: 5px 8px 0px;
}
.ishi-faq-section .faq-block {
    padding: 62px 0;
}
.ishi-faq-section .panel {
    border-bottom: 1px solid #36151e30 !important;
}
.Product-block.featured-product-section button.btn.add-to-cart.no-js-hidden:hover {
   color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
}
.Product-block.featured-product-section .card-product {
    padding: 0;
}
.Product-block.featured-product-section .card-information .card-information__text{
  display:none;
}
.product__media-wrapper .richtext_content {
    max-width: 90%;
  margin-bottom:20px;
}
.product__media-wrapper .richtext_content ul {
    margin-left: 20px;
}
.jdgm-prev-badge__text {
    font-size: 16px;
}
.product__info-container .product-price .price-item--regular {
    font-weight: 400;
}
.price-item--sale, .price--on-sale .price-item--sale {
    padding-left: 16px;
}
.product__info-container .product-price .price--on-sale .price-item--sale {
    font-weight: 700;
}
span#parcelator {
    margin-top: 6px;
}
#parcelator p {
    color: #222;
}
.variant-space {
    margin-top: 16px;
}

.price--on-sale .price-item--regular {
    font-weight: 400;
}
.price .price-item--sale, .price--on-sale .price-item--sale {
    font-size: 24px;
}
@media (max-width: 1199px){
  .price-item--sale, .price--on-sale .price-item--sale {
    padding-left: 5px;
}
  .product__info-container .product-price .price--on-sale .price-item--regular {
    color: #36151E;
    font-size: 14px;
}
  .product-section .product__info-container .product-price .price--on-sale .price-item--sale {
    line-height: 20px;
    font-size: 18px;
}
  .product-section .product__tax.caption {
    margin-top: 2px;
    margin-left: 6px;
}
  .Product-block.featured-product-section button.btn.add-to-cart.no-js-hidden {
    width: 100%;
    border-radius: 8px;
    background: transparent;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    padding: 10px;
}
  .price .price-item--sale, .price--on-sale .price-item--sale {
    font-size: 17px;
}
  .ishi-faq-section .faq-block {
    padding: 40px 0;
}
}

@media (max-width: 991px){
  #top-menu>li>a .title {
    font-size: 15px;
}
}

@media (max-width: 543px){
  .price .price-item--sale, .price--on-sale .price-item--sale {
    font-size: 16px;
}
  .price--on-sale .price-item--regular {
    font-size: 14px;
}
  .template-product .normal_main_content.page-width {
    padding-top: 20px !important;
}
      .owl-theme .owl-nav {
        margin-top: 45px;
    }
  .product__info-container .product-form__buttons {
    display: flex;
    /* align-items: center; */
    /* margin: 0 -5px; */
}
}
.template-product .collection .grid__item {
    padding-bottom: 9px;
    padding-inline: 0;
}
.ishi-category-block2 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
}
.featured-product-section .btn:focus{
    background-color: var(--button-bg-hover-color) !important;
}
.product-section .product__info-wrapper .product-form__buttons .product-form__submit{
  transition: none;
}
  button.product-form__submit.button.button--full-width.loading {
    font-size: 0;
}
.Product-block.featured-product-section .card-wrapper .cart-btn{
  position:relative;
}
.add-to-cart-js.loading{
  background-color: var(--button-bg-hover-color);
}
.add-to-cart-js.loading:after {
    animation: loading 500ms infinite linear;
    border: 0.5rem solid var(--button-text-hover-modify-color);
    border-left: 0.5rem solid var(--button-text-hover-color);
    border-radius: 100%;
    box-sizing: content-box;
    content: '';
    display: block;
    height: 2rem;
    position: absolute;
    width: 2rem;
  top:20%;
  left:0;
  right:0;
  margin:auto;
}
.cart-btn.btn-info.add-to-cart-js.loading .btn-text {
    opacity: 0;
}
div#cart-drawer-gift {
    display: none;
}
.truck-icon svg.bi.bi-truck {
    width: 26px;
    height: 26px;
}
#cart-notification-button .checkout_btn {
    margin: 0 auto;
    width: 50%;
}
.cart-notification__heading {
    gap: 5px;
}
.cart-notification__heading.free-shipping-success {
    padding: 0px !important;
    width: 100%;
    font-size: 12px;
}
.cart-notification__heading.free-shipping-success p {
    font-size: 11px !important;
    width: 70%;
  line-height: 13px;
}
.cart-notification__heading.free-shipping-success span {
    width: 35%;
    font-size: 12px;
}
.customer .field label {
    color: #000;
}