/** Shopify CDN: Minification failed

Line 2365:0 Unexpected "}"
Line 3198:1 Unexpected "{"
Line 3972:1 Unexpected "*"
Line 4068:1 Unexpected "*"
Line 4249:1 Unexpected "*"
Line 4530:9 Expected ":"
Line 4897:7 Expected ":"
Line 5418:4 Expected identifier but found "."
Line 6114:8 Unexpected "="
Line 7736:0 Unexpected "}"
... and 5 more hidden warnings

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


/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 16px;
   letter-spacing: 8px;
   font-weight: 500;
   margin-bottom: 12px;
   font-family: var(--font-title-family);
   color: var(--brand-secondary);
}
 @media (max-width: 991px) {
   .section-header .sub-title {
     letter-spacing: 5px;
  }
}
 @media (max-width: 767px) {
   .section-header .sub-title {
     letter-spacing: 3px;
  }
}
 @media (max-width: 543px) {
   .section-header .sub-title {
     font-size: 14px;
     margin-bottom: 8px;
  }
}
.section-header > h2 {
   font-size: 35px;
   line-height: 37px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #232323;
   font-family: var(--font-title-family);
   margin-top:0;
  text-align:center;
   margin-bottom:10px;
}

.section-header > h2 span{
  color:var(--brand-secondary);
}
.section-header>h2:before{
  display:none;
}

.section-header .desc{
   color:#888888;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  margin-bottom:20px;
  font-family: var(--font-body-family);
}
.section-header .Discription {
  font-family: var(--font-body-family);
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  color:#888888;
  width: 40%;
  margin: auto auto 25px auto;
}
@media (max-width:767px){
  .section-header .Discription{
    margin: auto auto 20px auto;
  }
}      

@media (max-width:543px){
  .section-header .Discription{
    margin: auto auto 15px auto;
  }
}
@media (max-width:543px){
.category-block  .section-header .Discription {
     margin: auto auto -18px auto;
  }
}
@media (max-width:767px){
.category-block .owl-theme .owl-nav{
  margin-top:25px;
}
  }
  @media (max-width:543px){
.category-block .owl-theme .owl-nav{
  margin-top:20px;
}
  }
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 34px;
     line-height: 36px;
  }
   .section-header .Discription{
       width: 53%;
   }
}
 @media (max-width: 991px) {
   .section-header > h2 {
     font-size: 30px;
     line-height: 32px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 28px;
     margin-bottom:7px;
  }
    .section-header .Discription{
       width: 68%;
   }
}
 @media (max-width: 543px) {
   .section-header > h2 {
     font-size: 24px;
     line-height: 26px;
  }
    .section-header .Discription{
       width: 80%;
   }
}
 @media (max-width: 430px){
    .section-header .Discription{
       width:93%;
    }
 }
 @media (max-width: 320px) {
   .section-header > h2 {
     font-size: 22px;
     line-height: 24px;
  }
}
 .section-header > h2:before {
   position: absolute;
   content: "";
   width: 80px;
   height: 4px;
   background: var(--brand-secondary);
   bottom: 0;
   left:0;
   right:0;
   margin:0 auto;
}
 .section-header.text-center > h2:before {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.text-left > h2:before {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.text-left > h2:before {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}

/**************** btn************************************/
body .card-wrapper .cart-btn-bottom.button-position-center .cart-btn, body .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link, body #slidetop,  body .button, body .btn, body .shopify-challenge__button, body .customer button, body .shopify-payment-button__button--unbranded, body .owl-theme .owl-dots .owl-dot span, 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,body .quantity{
  border-radius: 30px;
}


  
/************************  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: 10px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding-right:0;
    color: #222;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: var(--font-title-family);
    text-transform: capitalize;
    margin: 0;
  }
  
  .card-information .price {
    justify-content:center;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #232323;
    vertical-align: inherit;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: #888888;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
    padding-left:5px;
  }
  .product-desc{
     display:none;
     color:#787878;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
  }
  .product-flags .sale {
    position: absolute;
    top: 10px;
    color: var(--sale-text-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding:0 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  @media (max-width: 543px) {
      .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
  .outstock-overlay{
    position: absolute;
    background: var(--soldout-bg-color);
    text-align: center;
    padding: 7px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    right: 10px;
    line-height: 8px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }
 @media (max-width: 767px) {
    .outstock-overlay{
       display:none
    }
 }
  @media (min-width: 768px) {
    .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
    }
  }
 .template-404 .card-wrapper:hover .outstock-overlay,
.template-cart .card-wrapper:hover .outstock-overlay{
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
}
.template-collection .normal_main_content .list__item .card-wrapper,.template-search .normal_main_content .list__item .card-wrapper{
    background: transparent;
    border:none;
    border-radius:0;
}
.template-collection .normal_main_content .list__item .card-wrapper,.template-search .normal_main_content .list__item .card-wrapper{
    border:none;
    border-radius:0;
}
.normal_main_content .collectiongrid-layout-1 .card-wrapper img{
  border-radius:10px;
}
  .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;
}
.wishlist-logo .icon{
  width:40px;
  height:40px;
  display:block;
   transition:all 0.3s;
   -moz-transition:all 0.3s;
   -webkit-transition:all 0.3s;
   -o-transition:all 0.3s;
   -ms-transition:all 0.3s;
 
}

 .thumbnail-buttons .btn-info{
	 width: 36px;
	 height: 36px;
	 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: 7px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
.template-collection .normal_main_content .list__item .card-wrapper .thumbnail-buttons .btn-info,.template-search .normal_main_content .list__item .card-wrapper .thumbnail-buttons .btn-info{
  margin-right:6px;
}
  .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: 36px;
     height: 36px;
     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: 36px;
	height: 36px;
    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);
	}
}
.list__item  .thumbnail-buttons .btn-info {
    opacity:1;
    transform: none;
  }

 .list__item  .thumbnail-buttons {
    position:unset;
 }
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 36px;
	 height: 36px;
     -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:15px;
    }
    .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
      font-size: 14px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
  }
  
  #shopify-section-Ishi_sidebar .left-column .grid__item--Ishi_sidebar .card-wrapper{
    background:transparent;
    border:none;
    border-radius:0;
  }

  /***********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;
   text-align:center;
}
 #header .nav-header .page-width .row{
   display:flex;
   align-items:center;
  justify-content:center;
 }

#header .nav-header .header-left .content{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--font-body-family);
}
#header .nav-header .header-left .content a{
  color: var(--navbar-text-color);
}

#header .header-left .contact-img{
  height: 20px;
    width: 20px;
    display: inline-block;
}
@media (max-width:991px){
  #header .nav-header .header-left .content a{
   display:none;
  }
 
}
 #header .nav-header .header-left svg{
     display: inline-block;
    vertical-align: middle;
     fill: var(--navbar-text-color);
 }
 @media (max-width:991px){
    #header .nav-header .header-left{
     display:none;
  }
 }
#header .nav-header .header-right{
    color: var(--navbar-text-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
 }
 @media (max-width:991px){
   #header .nav-header .header-right{
     display:none;
   }
 }
#header .nav-header .header-right .call-img{
    display:inline-block;
    vertical-align:middle;
    width:35px;
    height:35px;
}
#header .nav-header .header-right svg{
    width:30px;
    height:30px;
    fill: var(--navbar-text-color);
}
#header .nav-header .header-right .call-text{
   display:inline-block;
    vertical-align:middle;
}
#header .nav-header .header-right .call-num{
    color: var(--navbar-text-color);
   font-family: var(--font-body-family);
}

@media (min-width:768px) and (max-width:991px){
  #header .nav-header .header-right .call-num{
       font-size: 14px;
  }
}
#header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  font-family: var(--font-body-family);
}

@media (max-width:991px){
  #header .nav-header .header-block .text{
    font-size: 14px;
  }
}

@media (min-width:1200px){
   #header .nav-header .page-width{
     max-width:1550px;
   }
}
@media (min-width:1200px){
   #header .header-top .page-width{
     max-width:1550px;
   }
}
@media (min-width: 992px){
.header-top-height {
    min-height: 70px;
}
  }
.template-index  #header .header-top {
  position: absolute;
  text-align: center;
  z-index: 11;
  padding:20px 0;
  width:100%;
  border:none;
}
.template-index  #header .fixed-header {
   padding:10px 0;
}
 #header .header-top{
  text-align: center;
  z-index: 11;
  padding:20px 0;
  width:100%;
   border-bottom:1px solid #eee;
 }

@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: center;
  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;
}
#header #desk-wishlist .wishlist-logo{
  display:inline-block;
  vertical-align:middle;
   transition: all 0.2s;
}
#header #desk-wishlist svg{
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
 #header #desk-wishlist:hover .wishlist-logo svg{
  fill: var(--header-icon-hover-color)
} 
@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;
}
#header .ishi-horizontal-megamenu{
  position:unset;
  font-family: var(--font-title-family);
}
@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: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

#_desktop_cart .cart-display .cart-logo svg,
#_mobile_cart .cart-display .cart-logo svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  fill: var(--header-icon-color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top:-4px;
}
/*  #_desktop_cart .cart-display:hover .cart-logo svg{
  fill: var(--header-icon-hover-color);
} */
@media (max-width: 991px) {
  #_desktop_cart .cart-display .cart-logo svg,
  #_mobile_cart .cart-display .cart-logo svg {
    fill: #232323;
    margin-top:-6px;
  }
}
/*   @media (min-width: 992px) {
  #_desktop_cart .cart-display .cart-logo:hover svg,
  #_mobile_cart .cart-display .cart-logo:hover svg {
    fill: var(--header-icon-hover-color);
  }
} */
#_desktop_cart .cart-display .cart-count-bubble:empty,
#_mobile_cart .cart-display .cart-count-bubble:empty{
  display: none;
}

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

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


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

/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
  background-color:#ffffff;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}

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

#_desktop_top_menu {
  padding: 0;
  font-family: var(--font-title-family);
}

#_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: 400;
  font-family:var(--font-title-family);
}

@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;
  font-family: var(--font-body-family);
}

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

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

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

#top-menu>li>a .title {
  color:#556f5f;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--font-body-family);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight:400;
}
#header-layout2 #top-menu>li>a .title{
  color:var(--header-icon-color);
  font-size:14px;
}
@media (min-width:992px) and (max-width:1199px){
  #header-layout2 #top-menu>li>a .title{
    font-size:12px;
    }
}
#header-layout3 #top-menu>li>a .title{
  color:#282B37;
  }
   #header-layout2 #top-menu>li:first-child a {
    padding-left: 0;
}
#header-layout2 .localization-selector+.disclosure__list{
  margin-right: 1rem;
  margin-left:0;
}
@media (min-width:992px) and (max-width:1199px){
  #top-menu>li>a .title {
         font-size: 15px;
    }
}

@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-title-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{
    position:relative;
    transition:0.5s;
  }
  }
@media (min-width: 992px) {
  #top-menu>li>a .title::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: var(--brand-secondary);
    border: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }
  
  #top-menu>li>a:hover .title::after {
  width: 70%;
    opacity: 1;
  }
}

.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 .main-title{
    margin-top:15px;
    text-align: center;
    letter-spacing: 2px;
    color:#666;
}
@media (min-width:1200px){
  .top-menu.mainmenu-dropdown .sub-category .main-title{
      font-size:13px;
    }
}
@media (min-width:992px) and (max-width:1199px){
  .top-menu.mainmenu-dropdown .sub-category .main-title{
      font-size:11px;
    }
}
.top-menu.mainmenu-dropdown .sub-category .nav-btn{
    text-align: center;
    margin-top: 5px;
}
.top-menu.mainmenu-dropdown .sub-category .nav-btn a{
  border-bottom: 1px solid black;
    display: inline-block;
    font-weight: 400;
  font-size:14px;
}
@media (min-width:992px) and (max-width:1199px){
  .top-menu.mainmenu-dropdown .sub-category .nav-btn a{
     font-size:12px;
    }
}
@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);
  color: #888;
  padding-bottom: 8px;
  font-size: 15px;
  display: block;
  font-weight: 400;
}

.top-menu.mainmenu-dropdown .nav-btn a{
  font-family: var(--font-body-family);
  color: var(--menu-text-color);
  padding-bottom: 8px;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
@media (min-width:1200px){
  .top-menu.mainmenu-dropdown li a {
     font-size: 15px;
  }
}
@media (min-width:992px) and (max-width:1199px){
  .top-menu.mainmenu-dropdown li a {
     font-size: 11px;
  }
}
@media (max-width: 991px) {
  .top-menu.mainmenu-dropdown li a {
    color: var(--menu-text-color);
  }
}

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

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

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

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

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

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

.grid__item--Ishi_megamenu .card-wrapper{
    width: 140px;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }

  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
    color: #666 !important;

  }
  
  
#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile_top_menu_wrapper .top-menu .sub-menu ul>li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul>li a {
  text-transform: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul {
  padding: 10px 0 0 15px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a {
  display: inline-block;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category {
  padding: 10px 0 5px;
}

#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category a {
  font-size: 14px;
}

#mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
}

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

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

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

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-navmenu{
  min-height: 60px;
}


@media (max-width: 991px) {
  .mobile-width {
    background-color: #fff;
    padding:10px 0;
    border-bottom:1px solid #e9e9e9;
  }
}
@media (max-width: 991px) {
  .template-index .mobile-width{
     border:none;
  }
}
.mobile-width .mobile-width-left {
  width: 30%;
    padding:0 5px;
    display: flex;
    align-items: center;
}

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

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

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


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


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

.template-index #_desktop_top_menu #top-menu>li.menularge .sub-menu {
 top: 70px !important;
}
.template-index .fixed-header #_desktop_top_menu #top-menu>li.menularge .sub-menu {
  top:60px !important;
}

#_desktop_top_menu #top-menu>li.menularge .sub-menu {
 top: 115px !important;
}

.fixed-header #_desktop_top_menu #top-menu>li.menularge .sub-menu {
  top:70px !important;
}


/******************************** Footer.css *******************************/
  
 .footer{
   background-color:#EAF1ED;
 } 
 
 .nav-pettern{
  height: 50px;
    width: 100%;
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: repeat-x;
}
.nav-pettern-animation{
    animation: waves 5s linear infinite;
    -ms-animation: waves 5s linear infinite;
    -moz-animation: waves 5s linear infinite;
    -webkit-animation:waves 5s linear infinite;
    
}
@keyframes waves {
   100% {
      background-position: -200px 0; }
  }
}
  
 
/* .footer .page-width .row{
  display:flex;
  align-items:center;
  padding-bottom: 50px;
    border-bottom: 1px solid rgba(123, 126, 134, 0.26);;
} */
.footer .newsletter-title .title{
  margin-bottom:0;
  color:var(--brand-secondary)
}
.footer .field__label {
    top: 1.6rem;
    font-size: 15px;
  color: #B1B5BB;
}
@media (max-width:320px){
  .footer .field__label {
    top: 1.5rem;
    }
}
.footer .field__label{
top: 1.3rem;

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

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

.footer__content-top {
     padding-top: 8rem;
    display: block;
}
.footer__content-top #_mobile_newsletter{
  border-bottom: 1px solid rgba(123, 126, 134, 0.26);
    margin-bottom: 20px;
  overflow:hidden;
}
@media (max-width:1199px){
  .footer__content-top{
     padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
@media (max-width:991px){
  .footer__content-top{
     padding-bottom: 0.5rem;
    padding-top: 3rem;
  }
}
@media (max-width:543px){
  .footer__content-top{
     padding-top: 1rem;
  }
}

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

  .footer__content-top .grid {

    row-gap: 4rem;
    margin-bottom: 0;
    z-index:2;
    position:relative;
  }

  .footer__content-top .grid__item {
    padding-left: 3rem;
  }
}
@media (min-width:992px){
  .footer__content-top .grid{
       margin-left: -3rem;
  }
  .footer__content-top .grid__item {
    padding-left: 3rem;
  }
}
 
@media (max-width:1199px){
    .footer__content-top .grid {
    row-gap: 4rem;
    margin-bottom: 0;
    z-index:2;
    position:relative;
  }
}

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

.footer-block--newsletter {
  margin-bottom: 25px;
}
@media (max-width:991px){
  .footer-block--newsletter {
  margin-bottom: 15px;
}
}

@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: 75%;
  position:relative;
}

@media (max-width:767px){
  .footer .newsletter-form{
      margin:auto;
  }
}

@media (max-width:543px){
  .footer .newsletter-form{
    max-width:100%;
  }
}
.newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
  height: 52px;
    border-radius: 50px;
}
@media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 75px;
  }
}
/* @media (max-width:320px){
  .newsletter-form .field input{
    height: 50px;
  }
} */
.newsletter-form .newsletter-form__button{
 height: 44px;
    position: absolute;
    right: 5px;
    margin: 0;
    top: 4px;
    border-radius: 50px;
  font-size: 14px;
    font-weight: 400;
}

@media (max-width:991px){
  .newsletter-form .newsletter-form__button{
       height: 45px;
  }
}
@media (max-width:767px){
   .newsletter-form .newsletter-form__button{
       height: 44px;
      
  }
}
@media (max-width:543px){
   .newsletter-form .newsletter-form__button{
     
  }
}
@media (max-width:320px){
   .newsletter-form .newsletter-form__button{
       height: 42px;
  }
}
.footer-block__heading {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight:600;
  color:var(--footer-heading-color);
  font-family: var(--font-title-family);
}

@media (max-width:991px){
  .footer-block__heading{
    margin-bottom:0px;
    font-size: 7px;
  }
}
 @media (max-width:991px){
   .footer .footer-social-icon{
      display: flex;
    justify-content: center;
    align-items: center;
     margin-bottom:20px;
   }
 }
.newsletter-header .footer-block__heading {
   margin-bottom:0;
  font-size:18px;
  line-height:26px;
  font-weight:600;
  font-family: var(--font-title-family);
}
@media (min-width:992px) and (max-width:1199px){
  .newsletter-header .footer-block__heading {
   font-size:17px;
  line-height:25px;
    }
}
@media (max-width:991px){
  .newsletter-header .footer-block__heading {
   font-size:15px;
    }
}
 .footer .newsletter-header{
   padding:0;
 }
@media (max-width: 320px){
.newsletter-form .field input {
    height: 50px;
}
  }
@media (max-width:991px){
  .footer .newsletter-header{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    }
 }
.footer .footer-header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 35px;
  border-bottom:1px solid rgba(123, 126, 134, 0.26);
}
@media (max-width:991px){
  .footer .footer-header{
     padding-bottom:22px;
    display:block;
    border:none;
    border-bottom:1px solid rgba(123, 126, 134, 0.26);
  }
}

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

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

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

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


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

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

 .footer-block__details-content .list-menu__item--link{
      font-family: var( --font-body-family);
   font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    }
    
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

.footer-bottom {
  background:var(--footer-bottom-bg-color);
  padding: 10px 0;
}

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

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

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

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

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

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


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

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


.footer .contact-info {
   text-align: left;
   position: relative;
}
 .footer .contact-info .contact-info-inner ul i {
   height: 45px;
   width: 45px;
   border-radius: 50%;
   line-height: 45px;
   font-size: 24px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   background: var(--button-bg-color);
   color: var(--button-text-color);
   transition: all 0.4s ease 0s;
   -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
   -o-transition: all 0.4s ease 0s;
}
 @media (max-width: 991px) {
   .footer .store-infomation{
     margin-bottom:20px;
   }
   .footer .store-infomation .footer-block__heading{
  float:unset;
}
}
 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   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 .footer-social{
  float:right;
}


.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 0px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.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;
}
@media (max-width:991px){
.footer .footer-newletter{
  overflow:hidden;
}
}
.vertical-follows .footer-social{
  margin:0;
}
.vertical-follows .footer-social ul li{
  display:block;
  margin-bottom:10px;
}
.vertical-follows .footer-social ul li:last-child{
 margin-bottom:0;
}
.vertical-follows .footer-social ul li a{
  justify-content: left;
  width:auto;
  height:auto;
  border-radius:unset;
  background:transparent;
  margin:0;
  text-align:left;
}
.vertical-follows .footer-social ul li a i,.vertical-follows .footer-social ul li a svg{
   color:var(--footer-text-color);
   width: 16px;
   margin-right: 10px;
}
.vertical-follows .footer-social ul li a span{
   color:var(--footer-text-color);
     display:block;
}
.vertical-follows .footer-social ul li:hover a i,.vertical-follows .footer-social ul li:hover a svg,.vertical-follows .footer-social ul li:hover a span{
  color:var(--footer-text-hover-color);
}

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

/*================ ishislider ================*/
.ishislider {
  position: relative;
  z-index: 0;
}

.slider-wave{
    overflow: hidden;
}
.ishislider .gif-image {
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 0;
}

@media (max-width:1199px){
  .ishislider .gif-image {
    width: 100px;
    height: 100px;
    }
}
@media (max-width:991px){
  .ishislider .gif-image {
    width: 75px;
    height: 75px;
    }
}
@media (max-width:767px){
  .ishislider .gif-image {
    width: 60px;
    height:60px;
    }
}
/* @media (max-width:543px){
  .ishislider .gif-image {
      display:none;
    }
} */
.ishislider .gif-image.gif2 {
    left: auto;
}
.ishislider .slider-image {
    display: flex;
    align-items: center;
  justify-content: center;
 

}


 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}

.ishislider .ishislideshow-carousel .page-width .row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

@media (min-width:768px) and (max-width:991px){
  .ishislider .ishislideshow-carousel .page-width .row {
    margin-bottom:60px;
    }
}

@media (min-width:543px) and (max-width:767px){
  .ishislider .ishislideshow-carousel .page-width .row {
    margin-bottom:35px;
    }
}
@media (min-width:320px) and (max-width:543px){
  .ishislider .ishislideshow-carousel .page-width .row {
    flex-direction: column-reverse;
    margin-top: 21%;
    }
}
.ishislider .owl-carousel .owl-item .slider-img img {
    max-width: 100%;
    margin-left: auto;
    width: auto;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
@media (max-width:543px){
  .ishislider .owl-carousel .owl-item .slider-img {
      display:none;
  }
}

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 80%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   display: inline-block;
   height: 34px;
   width: 34px;
   opacity: 1;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
@media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top:79%;
  }
}

 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 73%;
  }
}

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
    color: var(--menu-text-hover-color) !important;
   height:unset;
   width:unset;      
   
}

 
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev{
   right: 98px;
   left: auto;
  background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFFFFF 0%,#556F5F 100%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  border-radius: 50em;
}


 .ishislider .ishislideshow-carousel .owl-nav .owl-next{
   right: 60px;
   left: auto;
    background:  background: linear-gradient(white, white) padding-box,
              linear-gradient(to left, #FFFFFF 0%, #556F5F 100%) border-box;
  border-radius: 50em;
  border: 2px solid transparent;
  border-radius: 50em;
}


@media (max-width:1199px){
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev{
       right: 49px;
   }
   .ishislider .ishislideshow-carousel .owl-nav .owl-next{
       right: 11px;
   }
}
.ishislider .ishislideshow-carousel .owl-nav .owl-prev:before, .ishislider .ishislideshow-carousel .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFFFFF 0%,#556F5F 100%) border-box;
    border:2px solid transparent;
    height: 20px;
    width: 2px;
    padding: 15px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
} 
.ishislider .ishislideshow-carousel .owl-nav .owl-next:before {
  background: linear-gradient(white,white) padding-box,linear-gradient(to left,#FFFFFF 0%,#556F5F 100%) border-box;
}

.ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover .fa-angle-left:before {
    content: "\f061";
}{
  
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent !important;
   border: 1px solid var(--button-bg-color) !important;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 1500px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1400px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content {
   position: relative;
}
.ishislider .ishislideshow-carousel .slider-content2 {
   position: relative;
  z-index: 1;
}
.ishislider .ishislideshow-carousel .slider-content2{
     display:flex;
     align-items:center;
     justify-content:center;
      margin-top:40px;
  }

@media (min-width:992px)  and (max-width:1199px){
  .ishislider .ishislideshow-carousel .slider-content2{
      margin-top:55px;
  }
}
 @media (min-width:992px)  and (max-width: 1600px){
   .ishislider .ishislideshow-carousel .slider-content2 .slider-img{
     width: 73%;
   }
 }

@media (min-width:544px) and (max-width:767px){
   .ishislider .ishislideshow-carousel .slider-content2 .slider-img{
     width: 80%;
   }
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   text-transform: unset;
  font-weight: 500;
  font-size: 19px;
  line-height: 24px;
   margin-bottom: 20px;
   letter-spacing: 0.8px;
   font-family: var(--font-title-family);
   color:#ffffff;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 18px;
     line-height: 22px;
     margin-bottom:13px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 17px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 15px;
    line-height: 22px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
    line-height: 14px;
     margin-top:40px;
  }
}
@media (max-width:480px){
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
      margin-top:10px;
      }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
      margin-top:4px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
     margin-bottom: 4px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 11px;
    margin-top:0px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
  text-transform: unset;
  font-weight: 700;
  font-size: 76px;
  line-height: 77px;
   margin-bottom: 21px;
   letter-spacing: 0.7px;
   font-family: var(--font-title-family);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 60px;
     line-height: 62px;
      margin-bottom: 18px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 8px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 44px;
    line-height: 46px;
    margin-bottom: 13px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 40px;
    line-height: 42px;
     margin-bottom:17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 32px;
    line-height: 34px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 22px;
     line-height: 24px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 20px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 21px;
     margin-bottom: 6px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 17px;
     line-height: 21px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-weight: 300;
  font-size: 15px;
   line-height: 24px;
   margin-bottom: 35px;
   letter-spacing: 0.5px;
   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: 22px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
      font-size: 14px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 12px;
     padding: 7px 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 5px 10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 4px 10px;
     line-height:18px;
  }
}
@media (max-width: 375px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 9px;
     padding: 3px 8px;
     line-height:16px;
  }
}
 .ishislider .ishislideshow-carousel .owl-item.active .sub-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.7s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .main-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.6s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .desc {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.5s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.4s;
}


.ishislider .ishislideshow-carousel .owl-item.active .slider-btn2 {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.4s;

}

@media (max-width:543px){
  .ishislider .ishislideshow-carousel .owl-item.active .slider-btn2 {
    display:none;
    }
}
 .ishislider .ishislideshow-carousel .slideshow__item .buttons{
   text-align:center;
 }

 .ishislider .ishislideshow-carousel .slideshow__item .buttons .slider-btn {
   position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    text-decoration: none;
    border: 0;
    border-radius: 60px;
    background-color: var(--navbar-text-color);
    box-shadow: none;
    color: var(--brand-secondary);
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
    line-height: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;
    z-index: 9999;
 }

 .ishislider .ishislideshow-carousel .slideshow__item .buttons .slider-btn a{
   color:var(--brand-secondary);
 }
 @media (max-width:767px){
    .ishislider .ishislideshow-carousel .slideshow__item .buttons .slider-btn{
       padding: 8px 15px;
      font-size: 12px;
    }
 }

  @media (max-width:480px){
    .ishislider .ishislideshow-carousel .slideshow__item .buttons .slider-btn{
       padding: 5px 10px;
      font-size: 11px;
    }
 }

   @media (max-width:415px){
    .ishislider .ishislideshow-carousel .slideshow__item .buttons .slider-btn{
      font-size: 10px;
      padding: 4px 8px;
      line-height: 18px;
    }
 }

  .ishislider .ishislideshow-carousel .owl-item .slider-btn2{
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font: inherit;
    text-decoration: none;
    border: 0;
    border-radius: 60px;
    background-color: var(--brand-secondary);
    box-shadow: none;
    color: var(--navbar-text-color);
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px 10px 32px;
    line-height: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;
    margin-left: -30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

   .ishislider .ishislideshow-carousel .owl-item .slider-btn2 a{
     color:var(--navbar-text-color);
   }
   @media (max-width:767px){
    .ishislider .ishislideshow-carousel .owl-item .slider-btn2{
       padding: 8px 15px 8px 30px;
      font-size: 12px;
    }
 }

  @media (max-width:480px){
    .ishislider .ishislideshow-carousel .owl-item .slider-btn2{
       padding: 5px 10px 5px 30px;
      font-size: 11px;
    }
 }

   @media (max-width:415px){
    .ishislider .ishislideshow-carousel .owl-item .slider-btn2{
      font-size: 10px;
    padding: 4px 8px 4px 27px;
    line-height: 18px;
    }
 }
.ishislider .ishislideshow-carousel .owl-item .slider-btn:hover{
   background-color: var(--button-bg-color);
   color: var(--navbar-text-color);
 }
 .ishislider .ishislideshow-carousel .owl-item .slider-btn2:hover{
   background-color: var(--button-bg-color);
   color: var(--brand-secondary);
 }

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

#slidetop{
   border-radius:50%;
}

#slidetop svg{
  stroke: var(--brand-secondary);
}

.slider-counter {
 display:none;
}
.nav-pettern-animation2{
    animation: waves 5s linear infinite;
    -ms-animation: waves 5s linear infinite;
    -moz-animation: waves 5s linear infinite;
    -webkit-animation:waves 5s linear infinite;
   bottom:0;
  transform:rotate(180deg);
}
@keyframes waves {
   100% {
      background-position: -200px 0; }
  }


/************************************** Featured Product css ********************************/
/* .featured-product-section .collection .grid__item{
  padding-bottom:10px;
} */
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active{
  display:block;
  opacity: 1;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
  margin: 0 3px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 5px;
      margin-bottom: 20px;
  }
}
@media(max-width: 350px){
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
    margin: 0 2px 20px;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:#f5f5f5;
  color:#232323;
  min-width: 120px;
  display: block;
  padding: 9px 12px;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @media (max-width: 543px) {
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     background: transparent;
     color: #232323;
     padding: 0;
     min-width: 80px;
     font-weight: 400;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
@media (max-width: 543px) {
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
    color: var(--brand-secondary);
      background:transparent;
  }
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}


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


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

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

.manufacture-block .manufacture-carousel .logo-bar__item {
   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 img {
  max-width:100%;
  width:auto;
  margin:0 auto;
} */
.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 .owl-theme .owl-nav {
  margin-top: 15px;
}


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

.localization-selector.link {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: .5px;
  color: var(--header-icon-color);
}
@media (max-width: 991px) {
  .localization-selector.link {
    color:#232323;
    font-size: 16px;
  }
}
localization-form{
      padding: 6px 0;
    display: 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);
  }
}

/******************** SERVICE-BLOCK ****************/
 
.services-block .service-img {
    text-align: left;
}
.services-block .services{
  background-color:#FFFFFF;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding:20px;
  margin:0 15px;
}

.services-block .service-items .icon svg{
  height:20px;
  width:18px;
}               
 
@media (max-width:1199px){
  .services-block .services:nth-child(3){
    margin-top:20px;
  }
  .services-block .services:nth-child(4){
    margin-top:20px;
  }
}
@media (max-width:543px){
   .services-block .services:not(:first-child){
     margin-top:18px;
   }
}
.services-block .service-items {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

@media (max-width:767px){
  .services-block .service-items {
    margin-bottom:10px;
  }
}
@media (max-width:1199px){
    .services-block .service-items{
      display: grid;
      grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:543px){
    .services-block .service-items{
      display: grid;
      grid-template-columns: repeat(1,1fr);
    }
}
.services-block .service-block .service-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.5px;
   transition: all .5s ;
  font-family: var(--font-title-family);
  margin-bottom:5px;
  color:#232323;
}
@media (max-width:543px){
  .services-block .service-block .service-title{
    text-align:center;
  }
}
.services-block .service-block .service-desc{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #888888;
}

@media (max-width:543px){
  .services-block .service-block .service-desc{
    text-align:center;
  }
}
.services-block .service-items .service-img{
   margin-bottom:20px;
  transition: all .5s ;
  display: inline-block;
  width: 69px;
  height: 54px;
}

@media (max-width:543px){
  .services-block .service-items .service-img{
    display: block;
    margin:auto;
    margin-bottom:15px;
  }
}
.services-block .services:hover .service-title{
    letter-spacing: 1px;
}
.services-block .service-items .icon{
    margin-top: 5px;
    float: right;
}
.services-block .service-items .icon svg{
  fill: var(--menu-text-hover-color);
  transition: 0.5s;
}
.services-block .services:hover .icon svg{
  fill: var(--brand-secondary);
}

*************** category-block *******************

.category-block .category-header .service-title{
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
.category-block.bgimage{
  background-position: center;
/*   background-size: cover; */
  background-repeat:no-repeat;
}
.category-block .categories-block{
    height:160px;
    width: 180px;
    margin-top: 80px;
    position: relative;
    border-radius:30px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid transparent;
    cursor:pointer;
}
@media (max-width:380px){
  .category-block .categories-block{
    height:140px;
    width: 140px;
    }
       }
.category-block .categories-block:hover{
    border: 1px solid #EEEEEE;
}
.category-block .category-container .category-img img{
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:auto;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.category-block .category-container:hover .category-img img{
        transform: translateY(-10px);
  }
.category-block .category-header .section-header{
    margin-bottom:30px;
}

.owl-carousel.owl-drag .owl-item .category-title{
    position: absolute;
    bottom: 8px;
    left: 0px;
    right:0px;
    text-align:center;
    font-size: 18px;
    font-weight: 500;
    color:#232323;
  font-family:var(--font-title-family);
  transition:0.3s
}
.owl-carousel .owl-nav button.owl-prev {
    background: linear-gradient(white,white) padding-box,linear-gradient(to right,#FFFFFF 0%,#232323 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
  overflow:hidden;
}


.owl-carousel .owl-nav button.owl-next {
    background: linear-gradient(white,white) padding-box,linear-gradient(to left,#FFFFFF 0%,#232323 100%) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
  overflow:hidden;
}

.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
    color: var(--menu-text-hover-color);
    width:unset;
    height:unset;
}

.owl-theme .owl-nav .owl-prev:hover i,.owl-theme .owl-nav .owl-next:hover i{
  color:var(--menu-text-hover-color);
}

.product__media-list .owl-carousel .owl-nav button.owl-next{
  position:unset !important;
}
.product__media-list .media>*:not(.zoom):not(.deferred-media__poster-button){
  border-radius:0px;
}
******************** Bannertimer ****************************
.timerbanner .section-header>h2 span{
  display:block;
}
.timerbanner .section-header>h2{
  text-align:left;
  line-height:45px;
}

@media (max-width:991px){
  .timerbanner .section-header>h2{
    text-align:center;
  }
}

@media (max-width:767px){
  .timerbanner .section-header>h2{
      line-height: 32px;
    }
}

.timerbanner .section-header .sub-disc p{
    font-family: var(--font-body-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #888;
    width: 90%;
    text-align: left;
    margin: 0 ;
}

@media (max-width:991px){
  .timerbanner .section-header .sub-disc p{
    width: unset;
  }
}


.timerbanner .section-header .sub-disc p:first-child {
    margin-bottom:10px;
}

@media (max-width:991px){
  .timerbanner .section-header .sub-disc p:first-child {
      text-align:center;
      margin-bottom:5px;
  }
}
.timerbanner .section-header .sub-disc p:last-child {
    margin-bottom:20px;
}
@media (max-width:543px){
  .timerbanner .section-header .sub-disc p:last-child {
    margin-bottom:15px;
}
}
@media (max-width:991px){
  .timerbanner .section-header .sub-disc p:last-child {
      text-align:center;
  }
}
@media (max-width:991px){
.timerbanner .timer-text-block .timer-main-content {
    text-align:center;
}
}
.timerbanner .timer-text-block .timer-main-content .countdowncontainer .countdown {
    vertical-align: middle
    background-color: #ffffff;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 9%);
    margin-right:15px;
    border: 1px solid #EEEEEE;
}


@media (max-width:543px){
  .timerbanner .timer-text-block .timer-main-content .countdowncontainer .countdown {
    height: 65px;
    width: 65px;
    margin-right:10px;
  }
}

@media (max-width:320px){
  .timerbanner .timer-text-block .timer-main-content .countdowncontainer .countdown {
    height: 61px;
    width: 61px;
    margin-right:12px;
  }
}
.timerbanner .timer-text-block .timer-main-content .countdowncontainer .countdown:last-child{
   border: 1px solid #F6B76F;
  margin-right:0px;
}
.timerbanner .timer-text-block .timer-main-content .countdowncontainer{
  display:inline-flex;
  margin-bottom: 30px;
}
@media (max-width:991px){
  .timerbanner .timer-text-block .timer-main-content .countdowncontainer{
  margin-bottom: 20px;
}
}
.timerbanner .timer-text-block .banner-product{
  padding:0;
}

@media (max-width:991px){
  .timerbanner .timer-text-block .banner-product{
    margin-top:30px;
  }
}
@media (max-width:543px){
  .timerbanner .timer-text-block .banner-product{
  padding:0 15px;
}

}
.timerbanner .btn, a.btn{
  border-radius:30px;
}

.timerbanner .countdowncontainer .countdown .data{
  font-weight: 600;
  font-size: 18px;
  color: #232323;
}

@media (max-width:543px){
  .timerbanner .countdowncontainer .countdown .data{
       font-size: 16px;
    }
}

@media (max-width:320px){
  .timerbanner .countdowncontainer .countdown .data{
       font-size: 15px;
    }
}
.timerbanner .countdowncontainer .countdown .text{
  font-size: 12px;
  color: #777;
  font-family: var(--font-body-family);
  font-weight: 400;
}
@media (min-width:992px){
.timerbanner .page-width .row{
  display:flex;
  align-items:center;
}
     }

@media screen and (max-width:543px){
.timerbanner .card-information .card-information__wrapper .thumbnail-buttons {
    position: unset;
    text-align: center;
    margin-top: 10px;
}   
    }
    
@media screen and (max-width:543px){
    .timerbanner .card-information .card-information__wrapper .thumbnail-buttons  .product-btn{
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px 5px;
    }
}

@media (max-width:543px){
.timerbanner .banner-product .product_content .productdeal{
  padding: 0 5px 10px;
}
  }
********************* testimonial-section ***************************************

.testimonial .testimonial-header > h2 {
   font-size: 35px;
   line-height: 54px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #222;
   font-family: var(--font-title-family);
   text-transform: unset;
   margin-top:0;
  text-align:center;
   margin-bottom:10px;
}

.testimonial .testimonial-header > h2 span{
  color:var(--brand-secondary);
}
 .testimonial .section-header .Discription{
   margin-bottom:0;
 }

 @media (max-width:767px){
   .testimonial .section-header .Discription{
      width:72%;
     margin-bottom:20px;
   }
 }
 @media (max-width:543px){
   .testimonial .section-header .Discription{
      width:72%;
     margin-bottom:15px;
   }
 }
  @media (max-width:440px){
   .testimonial .section-header .Discription{
      width:90%;
   }
 }

  @media (max-width:350px){
   .testimonial .section-header .Discription{
      width:100%;
   }
 }
.testimonial .owl-carousel .owl-item img{
     width:unset;
}

.testimonial .testimonial-container .testimonial-img {
    display: inline-block;
    vertical-align: middle;
    min-width: 100px;
    border-radius: 50%;
     margin-top: -100px;
}

.testimonial .testimonial-block {
    text-align: center;
    padding: 40px 20px 20px;
    margin-top: 60px;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 2px 3px 43px -18px rgb(0 0 0 / 15%);
    border-radius: 15px;
    cursor:pointer;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media (min-width:992px) and (max-width:1199px){
  .testimonial .testimonial-block {
      padding: 40px 10px 20px;
     margin-top: 70px;
    margin-right:1px;
    }
}
@media (max-width:767px){
  .testimonial .testimonial-block{
    padding: 25px 10px 20px;
  }
}
.testimonial .testimonial-container .user-discription{
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #888888;
  margin-bottom:10px;
}

.testimonial .testimonial-container .user-info .info{
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #232323;
  margin-bottom:5px;
  transition: all 0.5s;
  font-family: var(--font-title-family);
}

.testimonial .testimonial-container .testimonial-designation{
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
  font-family: var(--font-title-family);

}
.testimonial .owl-theme .owl-nav{
  top: -44%;
  position: absolute;
  right: 0;
}

@media (max-width:1199px){
   .testimonial .owl-theme .owl-nav{
      top: -35%;
   }
}

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

@media (max-width:767px){
  .testimonial .owl-theme .owl-nav{
      margin-top:25px;
   }
}
@media (max-width:543px){
  .testimonial .owl-theme .owl-nav{
      margin-top:20px;
   }
}
.ishi-testimonial-section .owl-item.center .testimonial-block {
   border: 1px solid#F6B76F;
}

/* .ishi-testimonial-section .owl-item.center .user-info .info{
  color:#556f5f;
} */
.story-block.bgimage{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow:hidden;
} 

.storyblock-header .section-header .Discription {
    font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 23px;
    color: #888;
    width: 35%;
    margin: auto auto 25px;
}

@media (max-width:1199px){
  .storyblock-header .section-header .Discription {
       width: 50%;
    }
}

@media (max-width:991px){
    .storyblock-header .section-header .Discription {
          width: 55%;
      }
}
@media (max-width:767px){
    .storyblock-header .section-header .Discription {
          margin: auto auto 20px;
      }
}
@media (max-width:543px){
   .storyblock-header .section-header .Discription {
       width: 92%;
     margin: auto auto 15px;
     }
}
@media (max-width:320px){
   .storyblock-header .section-header .Discription {
      margin: auto auto 15px;
     }
}
.story-block .story-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top:100px;
    position:relative;
}
@media (max-width:1199px){
.story-block .story-container{
  grid-column-gap: 20px;
}
  }

  @media (max-width:767px){
     .story-block .story-container{
       grid-template-columns: 1fr;
        margin-top:20px;
    }
  }
.story-block .story-container:before {
 content: '';
    position: absolute;
    background: url(https://cdn.shopify.com/s/files/1/0267/2073/1222/files/since-line.png?v=1682664702) no-repeat center;
    width: 87%;
    height: 50%;
    top: -36%;
    background-position: center center;
    background-size: contain;
    right: 0;
    left: 0;
    margin: 0 auto;
}

@media (max-width:1199px){
  .story-block .story-container:before{
    top: -35%;
  }
}

@media (max-width:767px){
  .story-block .story-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width:50%;
    right: 50%;
    left: 0;
    top:0;
    margin: 0 auto;
    text-align: center;
    border-right: 2px dashed #F6B76F;
    background:unset;
  }
}
@media (max-width:767px){
.story-block .story-container .storyblock-img img{
  width:40%;
}
  }
.story-block .story-container .storyblock-img:nth-child(4)::before {
  display:none;
}
.story-block .story-container:nth-child(1)::after{
  border-radius:50%;
}
.story-block .story-container .storyblock-img{
    text-align:center;
    margin-top:23px;
    cursor:pointer;
  overflow:hidden;
  display:inline-block;
  border-radius: 10px;
  
}
@media (max-width:767px){
  .story-block .story-container .storyblock-img{
    border-radius:0;
  }
}
@media (max-width:767px){
  .story-block .story-container .storyblock-img{
      display:block;
  }
}
@media (min-width:768px){
.story-block .story-container .storyblock-img img{
     transition: all 3s ease;
    -moz- transition: all 3s ease;
    -webkit-transition: all 3s ease;
    -o-transition: all 3s ease;
    -ms-transition: all 3s ease;
    overflow: hidden;
}
  .story-block .story-container .storyblock-img:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
  }

.story-block .story-container .storyblock-img:hover:before img{
  background-color: var(--button-bg-color);
}
@media (max-width:767px){
  .story-block .story-container .story-since .storyblock-img_1{
     text-align:right;
}
  .story-block .story-container .story-since  .storyblock-img_2{
     text-align:left;
}
  .story-block .story-container .story-since .storyblock-img_3{
     text-align:right;
}
  .story-block .story-container .story-since  .storyblock-img_4{
     text-align:left;
}
}
.story-block .story-container .story-since .since {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: var(--brand-secondary);
  text-align: center;
  top: -41px;
  left: -46%;
  right: 0;
  cursor:pointer;
}
.story-block .story-container .story-since #since_3 {
  top: -42px;
  left: 0;
}

@media (max-width:1199px){
.story-block .story-container .story-since .since {
     top: -32px;
  }
  .story-block .story-container .story-since #since_3{
     top: -35px;
  }
}

@media (max-width:767px){
  .story-block .story-container .story-since .since {
    top: -5px;
    left: 50px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width:543px){
   .story-block .story-container .story-since .since {
      left: 40px;
     font-size:13px;
  
   }
}
.story-block .story-container .story-since #since_2 {
  order: 1;
  top: -57px;
  left: 0;
}
@media (max-width:767px){
  .story-block .story-container .story-since #since_2 {
     top:-5px;
    left: 47px;
    }
}

@media (max-width:543px){
   .story-block .story-container .story-since #since_2 {
       left:38px;
   }
}

.story-block .story-container .story-since #since_4 {
  order: 1;
  top: -68px;
  right: -46%;
  left:0;
}
@media (max-width:991px){
  .story-block .story-container .story-since #since_4 {
     top: -60px;
  }
  .story-block .story-container .story-since #since_3{
   top: -30px;
  }
}  
@media (max-width:767px){
  .story-block .story-container .story-since #since_3 {
     top:-6px;
    left: 48px;
    }
}

@media (max-width:543px){
    .story-block .story-container .story-since #since_3 {
        left: 40px;
     }
}
@media (max-width:767px){
  .story-block .story-container .story-since #since_4 {
     top:-6px;
    right:0;
    left:52px;
    }
}
.story-block .story-container .story-since .since:before {
    content: "";
    display: block;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    border: 1px solid #556F5F;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #FFFFFF;
    cursor:pointer;
}
.story-block .story-container .story-since .since:hover:before{
  background:var(--button-bg-color)
}
.story-block .story-container .story-since .since.active:before{
  background-color: var(--button-bg-color);
  cursor:pointer;
}

@media (max-width:767px){
  .story-block .story-container .story-since .since:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    width: 11px;
    border-radius: 100%;
    border: 1px solid #556F5F;
    text-align: center;
    margin: 0 auto 10px;
    background-color: #FFFFFF;
    z-index: 9999;
    margin-right: 10px;
    }
}

@media (max-width:543px){
   .story-block .story-container .story-since .since:before {
          margin: 0 auto 5px;
           margin-right:10px;
     }
}
  
.story-block .story-container .story-since #since_2:before, .story-block .story-container .story-since #since_4:before {
  order: 2;
  margin: 13px auto 0;
}

@media (max-width:767px){
  .story-block .story-container .story-since #since_2:before, .story-block .story-container .story-since #since_4:before {
    margin: 7px -59px 10px -71px;
   }
}

@media (max-width:543px){
  .story-block .story-container .story-since #since_2:before{
    margin: 4px -51px 9px -60px;
   }
    .story-block .story-container .story-since #since_4:before{
      margin: 4px -51px 10px -70px;
    } 
}
.story-block .story-container .story-since{
  position:relative;
  text-align:center;
}

.story-block .story-container .storyblock-img:focus::after{
  background-color:#F6B76F;
}
.story-block .page-width{
  max-width: 1600px;
}

.story-block .story-btn{
   margin-top:50px;
  text-align:center;
 }
 
@media (max-width:991px){
  .story-block .story-btn{
   margin-top:30px;
  }
} 
.owl-carousel .owl-item .manufacturlogo-img img {
/*     max-width: 100%;
    width: auto; */
    margin: 0 auto;
   transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  display: inline-block;
    vertical-align: middle;
   transform:rotateY(0deg);
}

.manufacture-logo .manufacturlogo-img{
    padding: 20px;
   box-shadow: 2px 2px 16px -11px #0000008c;
    border-radius: 50%;
    margin: 15px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

@media (max-width:543px){
  .manufacture-logo .manufacturlogo-img{
    padding: 9px;
    margin: 5px;
  }
}
@media (max-width:350px){
  .manufacture-logo .manufacturlogo-img{
    padding: 15px;
  }
}
.manufacture-logo .manufacturlogo-img:hover img{
      transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


@media (max-width:991px){
  .banner-block{
     margin-top: 0px;
    margin-bottom: 0px;
}
}

.banner-block .page-width{
  max-width: 1500px;
}
@media (min-width:1200px){
.banner-block{
     margin-top: 120px;
    margin-bottom: 105px;
}
      }
@media (min-width: 992px){
  .banner-block .page-width .row{
    display: flex;
  align-items: center;
  position: relative; 
  }
}

.ishi-banner .banner-block .banner-right, .ishi-banner .banner-block .banner-left, .ishi-banner .banner-block .banner-disc {
  width: 33.3333%;
}

.ishi-banner .banner-block .banner-right .image-container-right, .ishi-banner .banner-block .banner-left .image-container-left {
  display: flex;
  position: absolute;
  bottom: -50px;
}

@media (max-width:1199px){
  .ishi-banner .banner-block .banner-right .image-container-right, .ishi-banner .banner-block .banner-left .image-container-left {
        position:unset;
      }
}

.ishi-banner .banner-block .banner-left .image-container-left {
  top: -50px;
  right: 0;
}

@media (max-width: 991px){
  .ishi-banner .banner-block .banner-disc {
    padding: 30px 15px;
  }
  .ishi-banner .banner-block .banner-right, .ishi-banner .banner-block .banner-left, .ishi-banner .banner-block .banner-disc {
    width: 100%;
  }
  .ishi-banner .banner-block .banner-right .image-container-right, .ishi-banner .banner-block .banner-left .image-container-left {
    justify-content: center;
    position: unset;
  }
}
@media (max-width:543px){
  .ishi-banner .banner-block .banner-right .image-container-right, .ishi-banner .banner-block .banner-left .image-container-left {
    padding:0 10px;
  }
}
@media (max-width:543px){
   .ishi-banner .banner-block .banner-disc {
    padding: 25px 15px;
  }
}
.banner-block .section-header .sub-title {
  font-size: 20px;
  letter-spacing:0px;
  line-height: 20px;
  color: var(--brand-secondary);
  font-family: var(--font-body-family);
  font-weight:400;
}

@media (max-width:991px){
  .banner-block .section-header .sub-title{
    font-size: 17px;
  }
}
.banner-block .banner-left-images {
    position: relative;
    width: 100%;
}
.banner-block .banner-right .banner-right-img .banner-img{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  box-shadow: 2px 3px 43px -18px rgb(0 0 0 / 15%);
}

.banner-block .banner-left .banner-left-img .banner-img{
  position:relative;
  overflow:hidden;
  border-radius:10px;
  box-shadow: 2px 3px 43px -18px rgb(0 0 0 / 15%);
}
.banner-block .banner-right .banner-right-img, .banner-block .banner-left .banner-left-img {
    padding: 0 15px;
  display: inline-block;
  position: relative;
  overflow:hidden;
}
  @media (max-width:543px){
    .banner-block .banner-right .banner-right-img, .banner-block .banner-left .banner-left-img {
      padding:0 5px 10px;
  }
  }
.banner-block .banner-right .banner-right-img img, .banner-block .banner-left .banner-left-img img{
   transition:all 3s ease;
  -moz- transition:all 3s ease;
   -webkit-transition:all 3s ease;
   -o-transition:all 3s ease;
   -ms-transition:all 3s ease;
  overflow:hidden;
  cursor:pointer;
}
.banner-block .banner-right .banner-right-img:hover img, .banner-block .banner-left .banner-left-img:hover img{
   transform: scale(1.2);
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   -o-transform: scale(1.2);
   -ms-transform: scale(1.2);
}

@media (max-width:1199px){
   .banner-block .banner-right .banner-right-img, .banner-block .banner-left .banner-left-img {
     position:unset;
   }
}
@media(min-width: 992px){
  .banner-block .banner-right .banner-right-img2{
      bottom: 20px;
  }
  
  .banner-block .banner-left .banner-left-img2{
      top: 20px;
  }
}

.banner-block .section-header>h2{
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0px;
    font-weight: 700;
    color: #222;
    font-family: var(--font-title-family);
    text-transform: unset;
    margin-top: 0;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:1400px){
  .banner-block .section-header>h2{
    font-size: 35px;
  }
}
@media (min-width:1200px) and (max-width:1300px){
   .banner-block .section-header>h2{
     font-size:38px;
     line-height:40px;
   }
}
@media (max-width:1199px){
  .banner-block .section-header>h2{
    font-size: 32px;
  }
}
@media (max-width:991px){
.banner-block .section-header>h2{
  font-size: 26px;
   line-height: 32px;
}
}

@media (max-width:330px){
  .banner-block .section-header>h2{
   font-size: 24px;
   line-height: 30px;
    }
}
.banner-block .section-header .Discription {
    font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: #888888;
    width: 100%;
    margin: auto auto 23px;
}

@media (max-width:1400px){
  .banner-block .section-header .Discription{
    width: 67%;
  }
}

@media (max-width:1199px){
  .banner-block .section-header .Discription{
    width: 95%;
  }
}

@media (max-width:991px){
  .banner-block .section-header .Discription{
    width: 50%;
  }
} 

@media (max-width:767px){
  .banner-block .section-header .Discription{
    width: 67%;
  }
}

@media (max-width:543px){
  .banner-block .section-header .Discription{
    width: 100%;
  }
}
@media (max-width:1199px){
  .banner-block .section-header .Discription{
     margin: auto auto 25px;
  }
}

@media (max-width:991px){
  .banner-block .section-header .Discription{
     margin: auto auto 15px;
  }
}

.ishi-FAQ-section .faqs-block .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){
 .ishi-FAQ-section  .faqs-block .section-header .Discription {
      width: 62%;
   }
 }

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

@media (max-width:543px){
 .ishi-FAQ-section  .faqs-block .section-header .Discription {
      width: 100%;
   margin: auto auto 15px;
   }
 }

@media (max-width:320px){
   .ishi-FAQ-section  .faqs-block .section-header .Discription {
     margin: auto auto 15px;
   }
}
.ishi-FAQ-section .faqs-block .accordion .faq-title{
  display:inline-block;
  vertical-align:middle;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #232323;
  margin-bottom:0;
  padding: 20px 0px 20px 25px;
  font-family: var(--font-title-family);
}

@media (max-width:1199px){
.ishi-FAQ-section  .faqs-block .accordion .faq-title{
    font-size: 17px;
    padding: 20px 0px 20px 23px;
  }
}
@media (max-width:991px){
.ishi-FAQ-section  .faqs-block .accordion .faq-title{
    font-size: 17px;
    padding: 20px 0px 20px 23px;
  }
}
@media (max-width:767px){
.ishi-FAQ-section  .faqs-block .accordion .faq-title{
    font-size: 16px;
    padding:15px 0px 15px 20px;
  }
}

@media (max-width:543px){
.ishi-FAQ-section  .faqs-block .accordion .faq-title{
    font-size: 15px;
    padding:15px 15px;
  }
}
.ishi-FAQ-section .faqs-block .accordion .accordion__content {
     font-family: var(--font-body-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #888;
    padding: 0px 60px 0px 25px;
}
@media (max-width:1199px){
  .ishi-FAQ-section .faqs-block .accordion .accordion__content {
     padding: 0px 60px 0px 23px;
  }
}
@media (max-width:767px){
 .ishi-FAQ-section .faqs-block .accordion .accordion__content{
    font-size: 14px;
   padding: 0px 60px 0px 20px;
  }
}
@media (max-width:543px){
 .ishi-FAQ-section .faqs-block .accordion .accordion__content{
    font-size: 14px;
   padding: 0px 20px 0px 15px;
  }
}
.ishi-FAQ-section .faqs-block .faq-container .panel{
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  margin-bottom: 19px;
  cursor:pointer;
}

@media (max-width:320px){
.ishi-FAQ-section  .faqs-block .faq-container .panel{
     margin-bottom: 10px;
  }
}
.ishi-FAQ-section .faqs-block .faq-container .panel:last-child{
   margin-bottom: 0px;
}
.ishi-FAQ-section .faqs-block .row{
  display:flex;
  align-items:center;
}
@media (max-width:991px){
 .ishi-FAQ-section .faqs-block .row{
      display:block;
  }
}
.ishi-FAQ-section .ishi-collapse.ishi-collapsed.rotate svg {
    transform: rotate(0);
    display: inline-block;
    vertical-align: middle;
}

.ishi-FAQ-section .faqs-block .accordion .summary__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 25px;
}  

@Media (max-width:1199px){
  .ishi-FAQ-section .faqs-block .accordion .summary__title {
  margin-right: 23px;
    }
}

@Media (max-width:767px){
  .ishi-FAQ-section .faqs-block .accordion .summary__title {
  margin-right: 20px;
    }
}

@Media (max-width:543px){
  .ishi-FAQ-section .faqs-block .accordion .summary__title {
  margin-right: 15px;
    }
}
.ishi-FAQ-section .ishi-collapse.ishi-collapsed .summary__title:after{
    content: '+';
    font-size: 25px;
    color: #232323;
}
 @media (max-width:767px){
 .ishi-FAQ-section .ishi-collapse.ishi-collapsed .summary__title:after{
     font-size: 23px;
   }
 }
  @media (max-width:543px){
 .ishi-FAQ-section .ishi-collapse.ishi-collapsed .summary__title:after{
     font-size:22px;
   }
 }
.ishi-FAQ-section .ishi-collapse .summary__title:after{
   content: '-';
  font-size: 25px;
  color: #232323;
}

@media (max-width:767px){
.ishi-FAQ-section .ishi-collapse .summary__title:after{
     font-size: 23px;
   }
 }
  @media (max-width:543px){
 .ishi-FAQ-section .ishi-collapse.ishi-collapsed .summary__title:after{
     font-size: 22px;
   }
 }
.ishi-FAQ-section .faqs-block .faqbanner .faq-image{
  position:relative;
  display: inline-block;
  overflow:hidden;
  border-radius:10px;
}

.ishi-FAQ-section .faqs-block .faqbanner .faq-image img{
    transition:all 3s ease;
   -moz-transition:all 3s ease;
   -webkit-transition:all 3s ease;
   -o-transition:all 3s ease;
   -ms-transition:all 3s ease;
  overflow:hidden;
}
.ishi-FAQ-section .faqs-block .faqbanner .faq-image:hover img{
   transform: scale(1.1);
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
}

.ishi-FAQ-section .faqs-block .faqbanner .faq-image:hover .btn{
  letter-spacing:1px;
}
@media (max-width:991px){
.ishi-FAQ-section  .faqs-block .faqbanner{
    text-align: center;
    margin-top: 20px;
  }
}
.ishi-FAQ-section .faqs-block .btn:active:focus,.faqs-block .btn:active:hover{
    color: unset;
    background-color: unset;
    border-color: unset;
}
.ishi-FAQ-section .faqs-block .btn,.faqs-block a.btn{
  background-color: unset;
  font-family: var(--font-body-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #292929;
  position: absolute;
  bottom: 24px;
  left:28px;
  padding: 0;
}

@media (max-width:1199px){
.ishi-FAQ-section .faqs-block .btn,.faqs-block a.btn{
     bottom: 15px;
    left:22px;
  }
}
.ishi-FAQ-section .faqs-block .btn,.faqs-block a.btn:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #232323;
    border-radius:0;
}


.smartblog .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){
  .smartblog .section-header .Discription{
     width: 62%;
  }
}

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

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

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

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

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

 .smartblog .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;
  box-shadow: 2px 2px 16px -11px #0000008c;
   margin-bottom:20px;
}

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

.smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   text-align:center;
   border-bottom:none;
   display:flex;
   align-items:center;
   
}
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .author, 
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   padding-bottom: 5px;
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   width: 50%;
   text-align: center;
   transition: all 0.5s;
   margin: 0 auto;
   display: inline-block;
   vertical-align: middle;
}
.ishi-blog-style1 .products_block_inner .sds_blog_post .blog_post .blog_date {
   position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-secondary);
    padding: 7px 18px;
    color: #fff;
    overflow: hidden;
    border-top-right-radius: 30px;
    text-transform: uppercase;
    font-size:13px;
}
.products_block_inner .sds_blog_post .blog_post .blog-img{
    position:relative;
    display:block;
}
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i{
   font-size: 14px;
   margin-right: 5px;
   color: #fff;
}
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
color:#666
 }
   ..smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date .date .day_year, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment .date .day_year {
   display: none;
}
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date a, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   display: inherit;
   color: inherit;
}
.smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span {
   position: relative;
}
 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:after {
   position: absolute;
   content: "";
   left: auto;
   right: 0;
   top: 0;
   bottom: auto;
   background: #e5e5e5;
   width: 1px;
   height: 30px;
   display:none;
}
  .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo > span:last-child:after {
   display: none;
}

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

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

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

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

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

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

.smartblog .blog-btn{
  background:transparent;
  color:var(--brand-secondary);
  text-align:center;
}
.smartblog .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;
  }

.smartblog .blog-btn .btn{
  padding:8px 20px;
  }
.smartblog .blog-btn a:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #556f5f;
    height: 5px;
    width: 80px;
    bottom: 25px;
}
.smartblog .blog-btn:hover{
  color:#232323;
  background-color:unset;
}
.collection .owl-theme .owl-nav{
  margin-top:0;
}
.collection .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:543px){
.collection .product-list, .template-search .product-list{
      padding:0px;
    }
}
@media (max-width:991px){
  .collection .section-header .Discription{
    width: 62%;
  }
}
@media (max-width:767px){
  .collection .section-header .Discription{
    width: 75%;
    margin: auto auto 20px;
  }
}
@media (max-width:543px){
  .collection .section-header .Discription{
    width: 80%;
    margin: auto auto 15px;
  }
}
@media (max-width: 430px){
    .collection .section-header .Discription{
       width: 93%;
    }
 }
 @media (max-width: 346px){
    .collection .section-header .Discription{
       width: 100%;
    }
 }
 @media (max-width:320px){
  .collection .section-header .Discription{
    margin: auto auto 15px;
  }
}
.media>*:not(.zoom):not(.deferred-media__poster-button){
  border-radius: 8px 8px 0px 0px;
}


@media (max-width: 767px){
  .list__item .thumbnail-buttons {
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
  }
}
.card-wrapper{
    border-radius: 8px;
    border: 1px solid rgba(102, 102, 102, 0.08);
    background-color:#FEFCFB;
    overflow:hidden;
}

.spr-badge i.spr-icon:after{
  color:#F6B76F;
}


@media (max-width:543px){
.card-information__wrapper>*:not(.visually-hidden:first-child)+*{
  margin-top:0px;
}
  }


/* .list-social li:hover a{
 background:var(--button-bg-color)
}
 */
 @media (max-width:10px){
.collection .owl-theme .owl-nav{
  margin-top:10px;
}
}
.product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-prev, .product-popup-modal #qv-images-container #qv-thumbnails .owl-nav .owl-next{
  background:none;
}

.newsletter-popup .field__label{
    top: 1.6rem;
}
@media (max-width:767px){
.newsletter-popup .modal-content .list-unstyled{
   text-align:center;
}
  }
.wave-footer {
    padding-top: 100px;
    overflow: hidden;
}
 #footer-layout1 .footer:before,  #footer-layout1 .footer:after{
    content: "";
    position: absolute;
    top: -85px;
    width: 5000px;
    height: 85px;
    animation: wave 15s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translateZ(0);
    z-index: 1;
}

 .footer:after{
  bottom: 0;
  animation: wave 30s linear reverse infinite;
  opacity: 0.5;
  } 
  
@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}

.ishislider:after{
    content: "";
    position: absolute;
    width: 5000px;
    height: 50px;
    animation: wave 20s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translateZ(0);
    z-index: 1;
    bottom:0;
}

@media (max-width:543px){
  .ishislider:after{
     height: 40px;
  }
}

/****************************** story block********************************/

@media (min-width: 1200px){
#header-layout2 .nav-header .page-width {
   max-width: 1200px;
}
  }
@media (min-width: 1200px){
#header-layout2 .header-top .page-width {
    max-width: 1200px;
}
}
#header-layout2 .language-currency .localization-selector.link{
      background:none;
      border:none;
    color:#ffffff;
}
#header-layout2 #header .header-top{
  position:unset;
}
#header-layout2 .nav-header .ishiheadercontactblock .call-img{
  display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}
#header-layout2 .language-currency localization-form{
  display:inline-block;
  vertical-align:middle;
}
#header-layout2 .nav-header .ishiheadercontactblock .call-text {
    display: inline-block;
    vertical-align: middle;
}

#header-layout2 .nav-header .ishiheadercontactblock .call-text .call-num{
      color:#ffffff;
}

#header-layout2 #_desktop_cart .cart-display .cart-logo, #_mobile_cart .cart-display .cart-logo
#header-layout2 .ishiheadercontactblock{
  width:unset;
  height:unset;
}

#header-layout2 #header .ishi-horizontal-megamenu{
  text-align: left;
}
#header-layout2 #_desktop_cart .cart-display .cart-count-bubble{
  display:none;
}

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

#header-layout2 #_desktop_search {
    padding: 0 10px;
    line-height: 10px;
  font-size:14px;
  color:var(--header-icon-color);
    }
@media (min-width:992px) and (max-width:1199px){
  #header-layout2 #_desktop_search {
       font-size:12px;
    }
   #header-layout2 #_desktop_search{
     padding: 0 5px;
  }
}
 #header-layout2 .header-left{
  text-align:right;
   padding:0;
}

 #header-layout2 .language-currency{
   position:unset;
   text-align:right;
 }
  
@media (min-width: 992px){
 #header-layout2 .user-name {
    line-height: 24px;
    padding: 0 10px;
   font-size:14px;
   color:var(--header-icon-color);
}
}
 @media (min-width:992px) and (max-width:1199px){
   #header-layout2 .user-name {
     font-size:12px;
      padding: 0 5px;
   }
}
 #header-layout2 #_desktop_user_info{
      color:var(--header-icon-color);   
 }
 #header-layout2 .cart-name {
    padding: 0 10px;
    line-height: 24px;
    font-size:14px;
    color:var(--header-icon-color);
}
 @media (min-width:992px) and (max-width:1199px){
   #header-layout2 .cart-name  {
     font-size:12px;
      padding: 0 5px;
   }
}
.template-index   #header-layout2  #_desktop_top_menu #top-menu>li.menularge .sub-menu{
   top: 115px !important;
 }

.template-index  #header-layout2  .fixed-header #_desktop_top_menu #top-menu>li.menularge .sub-menu{
 top:60px !important;
 }
/*  #header-layout2 #header .nav-header{
   background:none;
 } */
@media (max-width:991px){
  #header-layout2  .ishiheadercontactblock  {
    display:none
  }
  }
.ishi-category-block .section-header .Discription{
  font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
    text-align:center;
}
@media (max-width:1199px){
.ishi-category-block .section-header .Discription {
    width: 53%;
}
  }
@media (max-width:991px){
.ishi-category-block .section-header .Discription {
    width: 57%;
}
  }
  @media (max-width:767px){
.ishi-category-block .section-header .Discription {
    width: 73%;
  margin: auto auto 20px auto;
}
  }
 @media (max-width:480px){
.ishi-category-block .section-header .Discription {
    width: 100%;
}
  }

  @media (max-width:543px){
    .ishi-category-block .section-header .Discription {
       margin: auto auto 15px auto;
      }
  }
.ishi-category-block  .ishicategoryblock  .ishicategoryblock-container .image-container img{
  border-radius:10px;
  max-width:100%;
  width:auto;
   margin: 0 auto;
    
}
.ishi-category-block  .ishicategoryblock  .ishicategoryblock-container .image-container{
  position:relative;
}
.ishi-category-block .ishicategoryblock  .ishicategoryblock-container .text-container{
    position: absolute;
    top: auto;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
   -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    
}
 @media (max-width:767px){
 .ishi-category-block  .ishicategoryblock  .ishicategoryblock-container .text-container{
  bottom:15px;
  }
}
.ishi-category-block .ishicategoryblock  .ishicategoryblock-container .text-container span{
  font-size:16px;
  color:#333;
  font-weight:400;
      background: #fff;
    padding: 7px 30px;
  -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
  border-radius:30px;
}
@media (max-width:767px){
  .ishi-category-block  .ishicategoryblock .ishicategoryblock-container .text-container span{
    font-size:15px;
    padding: 7px 18px;
  }
}
@media (max-width:543px){
  .ishi-category-block .ishicategoryblock .ishicategoryblock-container .text-container span{
    padding: 6px 18px; 
  }
}
.ishi-category-block  .ishicategoryblock .ishicategoryblock-container:hover .text-container span{
    color:var(--button-text-color);  
    background-color:var(--button-bg-color);
   -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
  
}
.ishi-category-block .owl-dots{
  margin-top: 30px;
}
.ishi-category-block .no-js .owl-carousel, .owl-carousel.owl-loaded{
  z-index:0;
}
@media (max-width:767px){
.ishi-category-block .owl-theme .owl-nav{
  margin-top:25px;
}
  }
  @media (max-width:543px){
.ishi-category-block .owl-theme .owl-nav{
  margin-top:20px;
}
  }
/*  */
.ishi-servicestyle2 .section-header .Discription{
  font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
    text-align:center;
}
@media (max-width:1199px){
.ishi-servicestyle2 .section-header .Discription {
    width: 53%;
}
  }

  @media (max-width:767px){
.ishi-servicestyle2 .section-header .Discription {
    width: 73%;
  margin: auto auto 20px auto;
}
  }
 @media (max-width:480px){
.ishi-servicestyle2 .section-header .Discription {
    width: 100%;
}
  }

  @media (max-width:543px){
    .ishi-servicestyle2 .section-header .Discription {
        margin: auto auto 15px auto;
      }
  }
.ishi-servicestyle2  .ishiservicebanner .service-content .service-img{
  margin-bottom: 20px;
    transition: all .5s;
    display: inline-block;
    width: 69px;
    height: 54px;
}
.ishi-servicestyle2 .ishiservicebanner .service-list:hover .service-title{
  letter-spacing:1px;
}
.ishi-servicestyle2 .ishiservicebanner {
   overflow: hidden;
   position: relative;
}
 .ishi-servicestyle2 .ishiservicebanner .serviceimage {
   display: block;
   background-repeat: no-repeat;
   background-size:cover;
}
 .ishi-servicestyle2 .ishiservicebanner .serviceimage.service-color {
   display: block;
   position: relative;
   width: 100%;
}
.ishi-servicestyle2  .ishiservicebanner .service-content {
  overflow:hidden;
  position:relative;
  display:block;
  margin-bottom:35px;
}
@media (max-width:543px){
  .ishi-servicestyle2 .ishiservicebanner .service-content{
    margin-bottom:0px;
  }
}

.ishi-servicestyle2 .ishiservicebanner .service-img img{
   margin-bottom:20px;
      transition: .5s;
}
@media (max-width:543px){
  .ishi-servicestyle2 .ishiservicebanner .service-img img{
    margin-bottom:12px;
  }
}
 .ishi-servicestyle2 .ishiservicebanner .service-list {
   position: relative;
   text-align: center;
       transition: .5s;
}

@media (max-width: 991px){
 .ishi-servicestyle2 .ishiservicebanner .service-list:nth-child(1),  .ishi-servicestyle2 .ishiservicebanner .service-list:nth-child(2) {
    margin-bottom: 25px;
}
}
@media (max-width:543px){
 .ishi-servicestyle2 .ishiservicebanner .service-list{
   margin-bottom:25px;
 }  
}
 .ishi-parallax-section .ishiservicebanner .service-list .service-img-outer{
	position:relative;
}
 .ishi-servicestyle2 .ishiservicebanner .service-list .parallax-offer {
      font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 1px;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
   transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}
 @media (max-width: 767px) {
   .ishi-servicestyle2 .ishiservicebanner .service-list .parallax-offer {
     font-size: 30px;
  }
}
 @media (max-width: 543px) {
   .ishi-servicestyle2 .ishiservicebanner .service-list .parallax-offer {
     font-size: 25px;
     letter-spacing: 0.5px;
  }
}
 @media (max-width: 375px) {
   .ishi-servicestyle2 .ishiservicebanner .service-list .parallax-offer {
     font-size: 20px;
  }
}
 .ishi-servicestyle2 .ishiservicebanner .service-list .service-title {
  /* If media is below 992 */
   font-size:18px;
    font-weight:400;
    font-family:var(--font-title-family);
    line-height: 30px;
    margin-bottom: 0;
    letter-spacing:0px;
      transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
      display: block;
   color:#ffffff;
}
 @media (max-width: 1199px) {
   .ishi-servicestyle2 .ishiservicebanner .service-list .service-title {
     font-size: 17px;
  }
}
 @media (max-width: 991px) {
   .ishi-servicestyle2 .ishiservicebanner .service-list .service-title {
    /* If media is below 991 */
     margin-bottom:5px;
  }
}
 .ishi-servicestyle2 .ishiservicebanner .service-list .service-desc{
   font-size:14px;
   letter-spacing:0;
   line-height:22px;
   font-weight:400;
    font-family:var(--font-body-family);
   margin-top: 3px;
 }
 @media (max-width:543px) and (min-width:400px){
   .ishi-servicestyle2 .ishiservicebanner .service-list .service-desc{
     width:80%;
     margin:0 auto;
   }
 }
 @media (max-width:399px){
   .ishi-servicestyle2 .ishiservicebanner .service-list .service-desc{
     width:100%;
   }
 }
.ishi-servicestyle2 .ishiservicebanner  .service-btn{
   text-align:center;
  
 }
 .ishi-servicestyle2 .ishiservicebanner  .service-btn .btn{
     border-bottom: 1px solid #232323;
    background-color: transparent;
   font-size:15px;
    border-radius: 0;
    padding: 0;
    transition: .5s;
   color:#232323;
   
 }
.ishi-servicestyle2 .ishiservicebanner .service-btn:hover .btn{
 letter-spacing:1px;
}
/** **/*================ Features Style1 ================*/


  .ishi-features-section-style-1 .features-block .Discription{
  font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
    text-align:center;
}
@media (max-width:1199px){
  .ishi-features-section-style-1 .features-block .Discription {
    width: 53%;
}
  }

  @media (max-width:767px){
  .ishi-features-section-style-1 .features-block .Discription {
    width: 73%;
     margin: auto auto 20px auto;
}
  }
 @media (max-width:480px){
  .ishi-features-section-style-1 .features-block .Discription {
    width:98%;
}
  }
@media (max-width:543px){
   .ishi-features-section-style-1 .features-block .Discription {
       margin: auto auto 15px auto;
     }
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content {
   text-align: center;
}
 @media (min-width: 1200px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content {
     display: flex;
     align-items: center;
  }
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
   margin-bottom: 50px;
    position:relative;
}
 @media (max-width: 1199px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 15px;
       padding-left:0;
      margin-bottom: 25px;
  }
}
 @media (max-width: 991px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     margin-bottom: 20px;
      }
}
@media (max-width:767px){
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
         display:flex;
         align-items:center;
         flex-direction: column;
    
   }
}
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content  .ishifeaturesblock-container:last-child{
 margin-bottom:0;
  }
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content  .ishifeaturesblock-container:last-child{
    margin-bottom:20px;
  }
}
@media (max-width:1199px){
 .ishi-features-section-style-1 .features-left{
    width:50%;
  }
  .ishi-features-section-style-1 .features-right{
    width:50%;
  }
}
 @media (max-width: 543px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0;
  }
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner {
   width: 75px;
   height: 75px;
   display: inline-block;
     vertical-align:middle;
    line-height:70px;
     background: var(--brand-secondary);
     text-align:center;
   border-radius: 50%;
     box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.09);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
@media (max-width:991px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner{
    width:70px;
    height:70px;
  }
}
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .features-left  .ishifeaturesblock-container .image-inner{
    order:1;
   
  } 
}
@media (max-width:767px){
.ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner{
  margin-bottom:5px;
}
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner img {
   width:auto;
}
 @media (max-width: 543px) {
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner{
    display: inline-block;
      vertical-align: middle;
      margin-bottom:7px;
  }
}
.ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 90%;
  padding-left:20px;
   
}
@media (max-width:767px){
.ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner{
  width:100%;
 padding-left:0;
}  
}
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner{
  text-align:center;
  }
}
@media (max-width:543px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner{
  text-align:left;
    padding-left:20px;
  }
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
   font-size: 17px;
   font-weight: 500;
   margin-bottom: 0px;
     color:#232323;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   font-family:var(--font-title-family);
}
 @media (max-width: 991px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
     font-size:16px;
  }
}
 @media (max-width: 991px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
     margin-bottom:0;
  }
}
 .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle {
   font-size: 14px;
   font-weight: 400;
   line-height: 21px;
    color:#888;
   font-family:var(--font-body-family);
}
@media (max-width:991px) and (min-width:768px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle{
    font-size:14px;
  }
}
@media (max-width:543px){
  .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle{
  font-size:14px;
}
}
 @media (min-width: 768px) {
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .image-inner {
     transform: rotateY(360deg);
     -webkit-transition: rotateY(360deg);
     -moz-transition: rotateY(360deg);
     -o-transition: rotateY(360deg);
         background:#fab742;
  }
   .ishi-features-section-style-1 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .features-title {
     letter-spacing: 0.9px;
  }
}
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content {
   order: 1;
   text-align:right;
}
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content{
    text-align:center;
  }
}
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .image-text-inner{
  padding-left:0; 
 padding-right:10px;
 text-align:right;
}
@media (max-width:767px){
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .image-text-inner{
   order:2;
   }
}
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .image-text-inner{
    text-align:center;
  }
}
@media (max-width:543px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .image-text-inner{
    text-align:left;
    padding-left:20px;
  }
}
@media (max-width:320px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .image-text-inner{
    padding-left:16px;
  }
}
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:nth-child(even){
  padding-right:30px;
}
@media (max-width:1199px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:nth-child(even){
    padding-right:15px;
    padding-left:0;
  }
}
@media (max-width:767px){
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:nth-child(even){
   padding-right:0;
 } 
}
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container:nth-child(even){
  padding-left:19px;
}
@media (max-width:1199px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container:nth-child(even){
  padding-left:0px;
  padding-right:0;
  }
}
@media (max-width:767px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container:nth-child(even){
    padding-left:0;
  }
}
@media (max-width:991px) and (min-width:768px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container:nth-child(odd){
    padding-left:0px;
    padding-right:0;
    
  }
}
@media (max-width:991px) and (min-width:768px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:nth-child(odd){
    padding-right:15px;
  }
}
 @media (max-width: 543px) {
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left {
     width: 100%;
    
  }
}
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right {
   order: 3;
   text-align:left;
}
 @media (max-width: 543px) {
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right {
     width: 100%;
  }
}
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center {
   order: 2;
}
@media (max-width:1199px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center{
    width:100%;
    text-align:center;
    margin-bottom:30px;
  } 
}
@media (max-width:991px){
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center{
    width:100%;
    text-align:center;
    margin-bottom:0px;
  } 
}
     @media (max-width: 991px) {
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img {
    text-align:center;
  }
}
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img img {
   position: relative;
   bottom: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (min-width: 768px) {
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img img {
     animation: MoveUpDown 4s linear infinite;
  }
}
/* 
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left,
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right{
  padding:30px 0;
  overflow:hidden;
}
 */
@media (max-width:767px){
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left,
.ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right{
  padding-bottom:0;
  padding:0 15px;
 }
}
 .ishi-features-section-style-1 .Features-btn{
   text-align:center;
  clear:both;
 }
 
.ishi-features-section-style-1 .Features-btn .btn{
   position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 53px 11px 19px;
 }
  @media (max-width:767px){
   .ishi-features-section-style-1 .Features-btn .btn{
      padding: 10px 20px;
     }
 }
 
  .ishi-features-section-style-1 .Features-btn .btn:after{
    content: "\f105";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 39px;
    height: 39px;
    background: #fff;
    color: #5D544A;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    padding-left: 1px;
    font-family: FontAwesome;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
      @media (max-width:767px){
      .ishi-features-section-style-1 .Features-btn .btn:after{
        display:none;
      }
   }
  .ishi-features-section-style-1 .Features-btn .btn:hover:after{
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .ishi-features-section-style-1 .Features-btn .btn:hover{
    padding: 12px 25px 11px;
  }
    .ishislider .ishislideshow-carousel .slider-content .slider-btn.btn:hover:after {
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
 .ishi-features-section-style-1 .Features-btn a.btn{
   margin-top:10px;
 }
  @media (max-width:1199px){
 .ishi-features-section-style-1 .Features-btn a.btn{
   margin-top:30px;
 }
 }
 @media (max-width:767px){
 .ishi-features-section-style-1 .Features-btn a.btn{
   margin-top:10px;
 }
 }
 @media (max-width:543px){
 .ishi-features-section-style-1 .Features-btn a.btn{
   margin-top:5px;
 }
 }
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:after{
  position:absolute;
   content:'';
   width:7px;
   height:7px;
   background-color:#999;
   border-radius:50%;
   top:10px;
       -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
 }

 @media (max-width:767px) and (min-width:544px){
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:after{
    display:none;
   }
 }
  @media (max-width:543px) {
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:after{
  left:0;
   }
 }
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container.item:before{
   position:absolute;
   content:'';
   width:7px;
   height:7px;
   background-color:#999;
   border-radius:50%;
   top:10px;
      -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  @media (max-width:767px) and (min-width:544px){
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container.item:before{
    display:none;
   }
 } 
 @media (max-width:543px){
   .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container.item:before{
     left:0;
   }
 }
 .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-left .ishifeaturesblock-container:hover:after,
  .ishi-features-section-style-1 .features-block .features_style1 .ishifeaturesblock_content .features-right .ishifeaturesblock-container:hover:before{
  background-color:#333;
}
@keyframes MoveUpDown {
   50% {
     bottom: 25px;
  }
   100% {
     bottom: 0;
  }
}
.section-header > h2 span {
    color: var(--brand-secondary);
}

/***** ****/
    .ishi-deal-block-style1 .section-header .Discription {
    font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
}
@media (max-width:1199px){
     .ishi-deal-block-style1 .section-header .Discription {
    width: 53%;
}
  }

  @media (max-width:767px){
    .ishi-deal-block-style1 .section-header .Discription {
    width: 73%;
      margin: auto auto 20px auto;
}
  }
 @media (max-width:480px){
   .ishi-deal-block-style1 .section-header .Discription {
    width:93%;
}
  }
@media (max-width:543px){
   .ishi-deal-block-style1 .section-header .Discription {
      margin: auto auto 15px auto;
     }
}
    @media (min-width: 992px) {
   .ishi-deal-block-style1 .ishispecialdeal .dealbannercenter {
     display: flex;
    
  }
}
 .ishi-deal-block-style1 .product_content {
   padding:0;
 }
 @media (max-width: 767px) {
   .ishi-deal-block-style1 .ishispecialdeal .ishidealbanner {
     text-align: center;
    
  }
}
.ishi-deal-block-style1 .banner-img {
   position: relative;
}

@media (max-width:767px){
  .ishi-deal-block-style1 .banner-img {
    margin-bottom:20px;
    }
}
 .ishi-deal-block-style1  .banner-text {
   position: absolute;
    bottom:20px;
   margin-left: 30px;
   text-align:left;
   -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}


@media (max-width: 543px) {
   .ishi-deal-block-style1 .banner-text {
     bottom: 8px;
     margin-left:10px;

  }
}
 .ishi-deal-block-style1 .banner-text .section-header .home-title {
  margin-bottom: 8px;
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    font-family: var(--font-title-family);
}
 @media (max-width:1199px) {
    .ishi-deal-block-style1  .banner-text .section-header .home-title{
   margin-bottom: 9px;
    font-size: 29px;
      }
 }
 @media (max-width:767px) {
    .ishi-deal-block-style1  .banner-text .section-header .home-title{
      margin-bottom:5px;
      line-height:30px;
      font-size:27px;
      }
 }
 @media (max-width: 543px) {
   .ishi-deal-block-style1  .banner-text .section-header .home-title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 20px; 
  }
}
 @media (max-width:450px) {
   .ishi-deal-block-style1  .banner-text .section-header .home-title {
   margin-bottom: 8px;
    font-size: 23px;
    line-height: 20px;
  }
}
@media (max-width:350px){
.ishi-deal-block-style1  .banner-text .section-header .home-title{
 font-size: 20px;
}
}
   .ishi-deal-block-style1  .banner-text   .Sub-title{
    font-size:14px;
     font-weight:400;
     line-height:22px;
     margin-bottom:14px;
     color:#ffffff;
}
@media (max-width:1199px){
  .ishi-deal-block-style1 .banner-text .Sub-title{
    margin-bottom:5px;
  }
}
@media (max-width:543px) {
  .ishi-deal-block-style1 .banner-text .Sub-title{
    font-size:14px;
  }
} 
 .ishi-deal-block-style1  .banner-text .theme-button{
   color:var(--brand-secondary);
   border-bottom:1px solid var(--brand-secondary);
       display: inline-block !important;
   }


 
 .ishi-deal-block-style1  .countdowncontainer .countdown .data {
    font-size: 15px;
    line-height: 44px;
    font-weight:400;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    position: relative;
    display: block;
    font-family:var(--font-title-family);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
 @media (max-width: 767px) {
   .ishi-deal-block-style1 .countdowncontainer .countdown .data {
     font-size: 16px;
     width:45px;
    height:45px;
     line-height:44px;
  }
}
 @media (max-width: 543px) {
   .ishi-deal-block-style1  .countdowncontainer .countdown.data {
      font-size: 12px;
     width:40px;
    height:40px;
     line-height:40px;
  }
}

 .ishi-deal-block-style1  .countdowncontainer .countdown .text {
   display: block;
   font-size: 14px;
   color:#666;
}

 .ishi-deal-block-style1 .ishispecialdeal .products-display .grid__item {
     padding:0 15px;
  }
 @media (max-width: 543px) {
   .ishi-deal-block-style1 .ishispecialdeal .products-display .grid__item {
     padding: 0 5px;
  }
   .ishi-deal-block-style1 .ishispecialdeal .products-display {
     padding:0 5px;
  }
}
 .ishi-deal-block-style1 .ishispecialdeal .products-display .grid__item .card-wrapper .card--product {
   border: 1px solid #efefef;
}


 .ishi-deal-block-style1 .ishispecialdeal .products-display .grid__item .card--product .spr-badge {
   opacity: 1;
   -webkit-transition: all .6s;
   -moz-transition: all .6s;
   -ms-transition: all .6s;
   -o-transition: all .6s;
   transition: all .6s;
 }
 
 
 .ishi-deal-block-style1 .countdowncontainer {
   position: absolute;
   border-radius: 0;
    bottom: 7px;
    left: 30px;
    right: 30px;
   -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    opacity: 1;
}
.ishi-deal-block-style1 .card-wrapper:hover .countdowncontainer{
  opacity:1;
}
@media (max-width: 1199px) {
  .ishi-deal-block-style1  .countdowncontainer {
     left: 15px;
     right: 15px;
  }
}

 @media (max-width: 1199px) {
  .ishi-deal-block-style1  .countdowncontainer {
     left: 15px;
     right: 15px;
  }
}
  @media (max-width:991px){
     .ishi-deal-block-style1  .countdowncontainer {
     left:40px;
     right:40px;
  }
  }
  @media (max-width:767px){
    .ishi-deal-block-style1   .countdowncontainer{
    left: 25px;
    right: 25px;
}
  }
   @media (max-width:543px){
    .ishi-deal-block-style1   .countdowncontainer{
    left: 15px;
    right: 15px;
}
  } 
  @media (max-width:490px){
    .ishi-deal-block-style1   .countdowncontainer{
    left:10px;
    right:10px;
    }
  }

@media (max-width:400px){
      .ishi-deal-block-style1  .card--product .countdowncontainer{
    left:9px;
    right:9px;
      }
  }
    @media (max-width:330px){
         .ishi-deal-block-style1  .card--product .countdowncontainer{
    left:5px;
    right:5px;
    }
  }
 .ishi-deal-block-style1   .countdowncontainer .countdown {
       text-align: center;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    width: 25%;
   margin: 0 auto;
    text-align: center;
    float: left;
   color:#666;
}
.ishi-deal-block-style1 .countdowncontainer .countdown:after {
    content: ":";
    position: absolute;
    top: 10px;
    right: -3px;
    color: #232323;
    font-weight: 600;
}

 @media (max-width: 1199px) {
   .ishi-deal-block-style1  .countdowncontainer .countdown:after {
     display:none;
   }
}
 @media (max-width: 400px) {
   .ishi-deal-block-style1 .countdowncontainer .countdown:after {
     top: -1px;
  }
}
 .ishi-deal-block-style1  .countdowncontainer .countdown:last-child:after {
   display: none;
}
 .ishi-deal-block-style1  .countdowncontainer .countdown:last-child .data {
   color: #ffffff;
    background: #232323;
}
 .ishi-deal-block-style1 .countdowncontainer .countdown .data {
    font-size: 15px;
    background: #fff;
    border-radius: 0;
    color: #232323;
    position: relative;
    font-weight: 500;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    margin: 0 4px;
   border: 1px solid #eee;
}
@media (max-width:1199px){
.ishi-deal-block-style1 .countdowncontainer .countdown .data{
    width: 38px;
    height: 38px;
    line-height: 38px;
  font-size: 14px;
}
  }
@media (max-width:991px){
  .ishi-deal-block-style1  .countdowncontainer .countdown .data{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    font-size: 15px;
}
  
}
@media (max-width:767px){
  .ishi-deal-block-style1  .countdowncontainer .countdown .data{
   width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 14px;
}
  
}
@media (max-width:543px){
  .ishi-deal-block-style1 .countdowncontainer .countdown .data{
   width:38px;
    height:38px;
    line-height:38px;
}
 }
 @media (max-width:440px){
  .ishi-deal-block-style1 .countdowncontainer .countdown .data{
       width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}
 }
  @media (max-width:380px){
  .ishi-deal-block-style1 .countdowncontainer .countdown .data{
       width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
 }

 @media (max-width: 360px) {
   .ishi-deal-block-style1  .countdowncontainer .countdown .data {
    width: 29px;
    height: 29px;
    line-height: 29px;
    font-size: 11px;
  }
}
 @media (max-width: 330px) {
   .ishi-deal-block-style1 .countdowncontainer .countdown .data {
        font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 29px;
  }
}

.ishi-deal-block-style1  .card-information{
     padding-bottom: 10px;
    padding-top: 10px;
}

.ishi-deal-block-style1  .card-information .product-desc {
   display: none;
}

   .ishi-deal-block-style1 .card-wrapper:hover .countdowncontainer {
     opacity: 1;
  }
   .ishi-deal-block-style1  .card-wrapper .spr-badge {
     opacity: 0;
  }
  .ishi-deal-block-style1 .dealbannercenter .banner-img a{
        position: relative;
    display: block;
    overflow: hidden;
    border-radius:10px;
    }
.ishi-deal-block-style1 .dealbannercenter .banner-img img{
    width: 100%;
      -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -ms-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
    transition: all 3s ease;
    max-width: 100%;

}
.ishi-deal-block-style1 .dealbannercenter .banner-img:hover img{
  -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
   }
.ishi-deal-block-style1 .dealbannercenter .banner-img .theme-button{
   border-radius:0px;
 }
 .ishi-deal-block-style1 .dealbannercenter .banner-img:hover .theme-button{
 letter-spacing:1px;
   border-radius:0px;
 }  
@media (max-width: 991px) {
.ishi-deal-block-style1 .ishidealbanner {
   margin-bottom: 30px;
}
  .ishi-deal-block-style1{
    overflow:hidden;
  }
}
@media (max-width:991px){
   .ishi-deal-block-style1 .owl-theme .owl-nav{
     margin-top:20px;
   } 
}
 
  @media (max-width:991px){
     .ishi-deal-block-style1 .card-wrapper{
         margin-bottom: 30px;
   }
  } 
  @media (max-width:543px){
     .ishi-deal-block-style1 .card-wrapper{
         margin-bottom: 15px;
   }
  } 
 .ishi-deal-block-style1 .ishidealbanner1{
   overflow: hidden;
    margin: 0px -15px 30px;
 }
  @media (max-width:991px){
 .ishi-deal-block-style1 .ishidealbanner1{
  margin: 0px -15px 0px;
 }
 }
  @media (max-width:767px){
 .ishi-deal-block-style1 .ishidealbanner1{
  margin: 0px -15px 0px;
 }
 }
 @media (max-width:543px){
 .ishi-deal-block-style1 .ishidealbanner1{
  margin: 0px -5px 0px;
 }
 }
  .ishi-deal-block-style1 .ishidealbanner{
  overflow: hidden;
     margin: 30px -15px 0px;
    }
  @media (max-width:991px){
 .ishi-deal-block-style1  .ishidealbanner{
 display:flex;
 
  }
    .ishi-deal-block-style1 .product_content{
    width:100%;
    }
  }
  @media (max-width:543px){
   .ishi-deal-block-style1 .ishidealbanner{
     margin: 20px -5px 0px;
    }
    }
  @media (max-width:991px){
     .ishi-deal-block-style1  .ishidealbanner1{
     display:flex;
     }
     }
    
 @media (max-width:543px){
  .ishi-deal-block-style1   .specialdeal .grid__item{
       padding:0 5px;
  }
 }
 @media (max-width:543px){
  .ishi-deal-block-style1     .thumbnail-buttons{
        position:unset;
        display:flex;
      justify-content: center;
    align-items: center;
    }
}
       
/* .section-header .Discription{
   font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
 } */

 .ishi-deal-block-style1 .banner-text .theme-button{
   color:#FFFFFF;
   border-bottom: 1px solid #FFFFFF;
    display: inline-block !important;
   
   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 (max-width:543px){
.ishi-deal-block-style1 .thumbnail-buttons .btn-info {
    width: 30px;
    height: 30px;
    margin: 0 3px 5px;
}
   }
.ishi-deal-block-style1 .card+.card-information {
    margin-top: 5px;
    margin-bottom: 5px;

  } 
 /* */
 .ishi-faq-section .faq-block {
  overflow:hidden;
  display: flex;
  align-items: center;
}
@media (max-width:1199px){
.ishi-faq-section .faq-block{
flex-direction:column-reverse;
}
}
.ishi-faq-section .faq-scroll{
    overflow: hidden;
}
@media (max-width:1199px){
.ishi-faq-section .faq-scroll{
  height:unset;
  overflow-y:hidden;
}
}
.faq-scroll::-webkit-scrollbar {
    display: none;
}

.ishi-faq-section .section-header>h2{
  text-align: left;
}
@media (max-width:1745px){
.ishi-faq-section .section-header>h2{
font-size:35px;
}
}
@media (max-width:1460px){
.ishi-faq-section .section-header>h2{
font-size:34px;
}
}
@media (max-width:991px){
.ishi-faq-section .section-header>h2{
font-size:30px;
}
}
@media (min-width: 768px) {
.ishi-faq-section .section-header>h2{
  margin-bottom: 5px;
}
}
@media (max-width: 767px) {
.ishi-faq-section .section-header>h2{
  margin-bottom:5px;
  line-height: 28px;
  font-size:26px;
}
}
@media (max-width: 543px) {
.ishi-faq-section .section-header>h2{
    line-height:26px;
  margin-bottom:7px;
  font-size:24px;
}
}
@media (max-width: 320px) {
.ishi-faq-section .section-header>h2{
    line-height:24px;
  margin-bottom:7px;
  font-size:22px;
}
}
.ishi-faq-section .desc{
  margin-bottom: 0px;
  color:#777;
  font-size:15px;
  line-height:23px;
  font-weight: 400;
  width:65%;
}
@media (max-width: 767px) {
  .ishi-faq-section .desc{
    margin-bottom: 0px;
  }
}
@media (max-width:543px){
.ishi-faq-section .desc{
font-size:14px;
  width:100%;
}
}
@media(min-width:1200px){
  .ishi-faq-section .row{
    display:flex;
    align-items:center;
  }
}

.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;
  text-align: center;
   padding: 31px 0;
}
@media (max-width:1199px){
  .ishi-faq-section .faq-block .accordion{
    padding:30px 0px 0px;
  }
}
@media(max-width:991px){
  .ishi-faq-section .faq-block .accordion{
    width:100%;
    padding:30px 0px 0px;
  }
  .ishi-faq-section .faq-block .faqbanner{
    margin-bottom:30px;
  }
  
}
@media (max-width:767px){
.ishi-faq-section .faq-block .accordion{
    width:100%;
    padding:30px 0px 30px;
  }
}
@media (min-width:544px) and (max-width: 574px){
.ishi-faq-section .section-header>h2:after{
    left: 29%;
    right: auto;
}  
}
@media (max-width: 403px){
.ishi-faq-section .section-header>h2:after{
    left: 28%;
    right: auto;
}  
}
@media (max-width: 380px){
.ishi-faq-section .section-header>h2:after{
    left: 30%;
    right: auto;
}  
}
@media (max-width: 350px){
.ishi-faq-section .section-header>h2:after{
    left: 35%;
    right: auto;
}  
}
/* .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:20px 0;
   background:transparent;
}
@media(max-width:991px){
  .ishi-faq-section .faq-block .accordion .summary{
    padding:17px 0;
  }
}
@media(max-width:767px){
  .ishi-faq-section .faq-block .accordion .summary{
    padding:12px 0;
  }
}

.ishi-faq-section .faq-block .accordion .accordion__content{
  padding:0 50px 20px 0px;
  color:#777;
  height: 45px;
    overflow: hidden;
    overflow-y: scroll;
    margin-bottom: 20px;
  font-size:14px;
  width:80%;
}
@media (max-width:543px){
  .ishi-faq-section .faq-block .accordion .accordion__content{
    width:100%;
  }
    }
.ishi-faq-section .faq-block .accordion .accordion__content::-webkit-scrollbar{
  display:none;
}

.ishi-faq-section .faq-block .accordion .faq-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
    letter-spacing: .2px;
    display: flex;
    align-items: center;
    font-family: var(--font-title-family);
  justify-content: space-between;
  text-align:left;
}
.ishi-faq-section .faq-block .accordion .faq-title .category-count{
  margin-right: 10px;
}

@media (max-width: 767px) {
  .ishi-faq-section .faq-block .accordion .faq-title{
      font-size: 15px;
  }
}
@media (max-width:320px){
   .ishi-faq-section .faq-block .accordion .faq-title{
     width: calc(100% - 11px);
   }
  }

.ishi-faq-section #comparison {
   overflow: hidden;
   position: relative;
     padding:0;
}
@media (max-width:1900px) and (min-width:1200px){
  .ishi-faq-section #comparison{
    padding:0 0px 0 15px;
  }
}
@media (max-width: 1199px) {
  .ishi-faq-section #comparison{
      margin: 0 auto;
      float: none;
      width:75%;
     padding-top:3rem;
  }
}
@media (max-width:991px){
     .ishi-faq-section #comparison{
       width:90%;
     }
}
@media (max-width: 767px) {
  .ishi-faq-section #comparison{
    width: 100%;
     padding-top:0rem;
  }
}
.ishi-faq-section figure {
   position: absolute;
   background-size: cover;
   margin: 0;
}

.ishi-faq-section .faq-bg-img .text-2{
    position: absolute;
    font-size: 16px;
    line-height: 21px;
    font-family: var(--font-title-family);
    text-transform: uppercase;
    bottom: 15px;
    right: 30px;
  text-decoration: underline;
}
@media (max-width: 543px){
  .ishi-faq-section .faq-bg-img .text-2{
    font-size: 14px;
  }
}
.ishi-faq-section .faq-bg-img .text{
    position: absolute;
    font-size: 16px;
    line-height: 21px;
    bottom: 15px;
    left:30px;
    font-family: var(--font-title-family);
    text-transform: uppercase;
    text-decoration: underline;
}
@media (max-width: 543px){
  .ishi-faq-section .faq-bg-img .text{
    font-size: 14px;
  }
}
.ishi-faq-section #divisor img{
    object-fit: cover;
    width: 100%;
    height: 100%;
 }
.ishi-faq-section  #divisor::before, #divisor::after {
   content: '';
   position: absolute;
   right: -2px;
   width: 4px;
   height: 100%;
   background: #fff;
   z-index: 1;
}
.ishi-faq-section #divisor::before {
   top: 0;
}
.ishi-faq-section #divisor::after {
   bottom: 0;
}

.ishi-faq-section #handle:after{
  -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}


.ishi-faq-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-faq-section input[type=range]:focus, input[type=range]:active {
   border: none;
   outline: none;
}
.ishi-faq-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-faq-section input[type=range]::-moz-range-track {
   -moz-appearance: none;
   height: 15px;
   width: 100%;
   background-color: transparent;
   position: relative;
   outline: none;
}
.ishi-faq-section .btn{
  margin-top:20px;
}
.ishi-faq-section .faq-content{
  width: 65%;
    margin-left:8%;
}

@media (max-width:1599px){
  .ishi-faq-section .faq-content{
       margin-left: 5%;

  }
}
@media (max-width:1890px){
  .ishi-faq-section .faq-content{
    width: 65%;
  }
}
@media (max-width:1575px){
      .ishi-faq-section .faq-content{
          width: 70%;
        margin-left:9%;
      }
}
@media (max-width:1370px){
      .ishi-faq-section .faq-content{
        width: 73%;
      }
}
@media (max-width:1320px){
      .ishi-faq-section .faq-content{
        width: 75%;
       
      }
}
@media (max-width:1280px){
 .ishi-faq-section .faq-content{
  width: 80%;
}
}
@media (max-width:1210px){
 .ishi-faq-section .faq-content{
  width: 82%;
  
}
}
@media (max-width:1199px){
 .ishi-faq-section .faq-content{
     width: 60%;
    margin: 0 auto;
}
}
@media (max-width:991px){
.ishi-faq-section .faq-content{
width:70%;
}
  }
@media (max-width:767px){
.ishi-faq-section .faq-content{
width:80%;
}
  } 
@media (max-width:543px){
  .ishi-faq-section .faq-content{
    width:100%;
    padding:0 15px;
  }
}
.ishi-faq-section .faq-btn{
  text-align:left;
}
@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-faq-section .faq-block .Faq-btn a.btn {
    margin-top: 20px;
}
 .ishi-faq-section .faq-block .Faq-btn .btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 53px 11px 19px;
}
@media (max-width:767px){
   .ishi-faq-section .faq-block .Faq-btn .btn {
      padding: 10px 20px;
     }
}

 .ishi-faq-section .faq-block .Faq-btn .btn:after {
    content: "\f105";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 39px;
    height: 39px;
    background: #fff;
    color: #5D544A;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    padding-left: 1px;
    font-family: FontAwesome;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width:767px){
  .ishi-faq-section .faq-block .Faq-btn .btn:after {
    display:none;
  }
}
.ishi-faq-section .faq-block .Faq-btn .btn:hover:after{
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
 .ishi-faq-section .faq-block .Faq-btn .btn:hover{
    padding: 12px 25px 11px;
  }

   .ishi-faq-section .faq-block .Faq-btn{
     display: inline-block;
    float: left;
   }  

.ishi-faq-section .faq-image img{
    width: calc(100% + 10px);
    height: 100%;
  opacity:.7;
}

.ishi-faq-section  .faq-image{
  background:#232323;
}

/*********************footer-2*******************/
#footer-layout2 .footer-color{
  background-color:var(--footer-bg-color);
}
#footer-layout2 .footer-before .site-footer__newsletter{
	    width: 54%;
}
@media (max-width: 991px) {
#footer-layout2 .footer-before .site-footer__newsletter{
	width: 100%;
    margin: 15px auto;
}
}
#footer-layout2 .footerimage{
  background-position: center;
    background-size: cover;
}
#footer-layout2 .footer-before {
	 display: block;
	 padding: 30px 0;
}
@media (max-width:1199px){
  #footer-layout2 .footer-before {
	 padding: 20px 0;
}
}
@media (max-width:991px){
#footer-layout2 .footer-before {
  padding: 25px 0 25px;
  }
  
}
@media (max-width:543px){
#footer-layout2 .footer-before {
  padding: 20px 0 10px;
  }
  
}
#footer-layout2 .footer-before .follow-us{
    text-align: right;
    display: block;
}
 .footer {
	 position: relative;
	 font-size: 14px;
}
 @media (max-width: 991px) {
	
#footer-layout2 .footer-before .follow-us{
   	width:100%;
     text-align: center;
   }
}
#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;
}

#footer-layout2 .footer-block.grid__item {
    padding: 0;
    margin: 0 0 0.5rem;
    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: 4rem;
    }
}

@media (min-width:992px){
 #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;
  }
}
}
@media (max-width:991px){
   #footer-layout2 .footer__content-top .grid {
     text-align:center;
   }
}
#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: 80%;
  position:relative;
  float:right;
}
@media (max-width:991px){
  #footer-layout2 .footer .newsletter-form{
      float:none;
      max-width: 100%;
    }
}
#footer-layout2 .newsletter-form .field input{
 background:#fff;
 padding-right: 130px;
}
@media  (max-width: 767px) {
#footer-layout2  .newsletter-form .field input{
   padding-right: 70px;
  }
}
#footer-layout2 .newsletter-form .newsletter-form__button{
 height: 44px;
    position: absolute;
    right: 4px;
    margin: 0;
    top: 4px;
}
#footer-layout2 .footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.7rem;
  font-weight:500;
  font-family:var(--font-title-family);
  color:var(--footer-heading-color);
  line-height:22px;
}
@media (max-width:1199px) and (min-width:992px) {
#footer-layout2 .footer-block__heading { 
    font-size: 1.6rem;
  }
}
@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%;
}

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

#footer-layout2 .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.4rem;
  }
#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-layout2 .footer-bottom {
  background:none;
  padding: 10px 0;
   border-top:1px solid #373333;
}

#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: 14px;
   color:var(--footer-text-color);
   
}
 @media (max-width: 991px) {
#footer-layout2 .footer-bottom .footer-left .footer__copyright {
     padding: 7px 0;
  text-align:center;
  }
}
#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;
  }
}

#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: 15px;
}

#footer-layout2 .footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
  color:var(--footer-text-color);
  clear:both;
}
@media (max-width:767px){
  #footer-layout2 .footer .store-infomation .store-desc,.footer .store-infomation .store-desc p{
    margin-bottom:10px;
     }
  }

#footer-layout2 .footer .contact-info {
   text-align: left;
   position: relative;
}
#footer-layout2 .footer .contact-info .contact-info-inner ul i {
   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: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   width: 100%;
  display:flex;
  align-items:center;
}
 @media (max-width: 1199px) {
#footer-layout2   .footer .contact-info .contact-info-inner ul .content {
     width: 100%;
  }
}
 @media (max-width: 991px) {
#footer-layout2   .footer .contact-info .contact-info-inner ul .content {
     display:flex;
     padding: 0;
     text-align: left;
     width: unset;
     vertical-align: middle;
  }
}
#footer-layout2 .footer .contact-info .contact-info-inner ul .content .title {
   font-size:15px;
   font-weight: 500;
   letter-spacing: 0.1px;
   line-height: 20px;
   font-family:var(--font-title-family);
   color: var(--footer-heading-color);
   margin-bottom: 0px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
#footer-layout2   .footer .contact-info .contact-info-inner ul .content .title {
     font-size:14px;
  }
}
#footer-layout2 .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;
  padding-left:7px;
}

@media (max-width:1199px){
  #footer-layout2 .footer .contact-info .contact-info-inner ul .content a, .footer .contact-info .contact-info-inner ul .content p {
     padding-left:5px;
     font-size: 14px;
    }
}
#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 .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:10px;
}
#footer-layout2 .footer-social ul li a{
 background: transparent;
    margin: 0;
    margin-right: 17px
}
#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-layout2 .footer #newsletter-container{
   display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width:991px){
  #footer-layout2 .footer #newsletter-container{
     display: block;
  }
}
#footer-layout2 .footer .footer-heading{
  margin-bottom:0;
  font-family:var(--font-title-family);
  font-size:29px;
  font-weight:600;
  color:#232323;
}
@media (max-width:1199px){
  #footer-layout2 .footer .footer-heading{
     font-size:25px;
    }
}
@media (max-width:991px){
  #footer-layout2 .footer .footer-heading{
      text-align:center;
     font-size:25px;
    }
}
@media (max-width:767px){
  #footer-layout2 .footer .footer-heading{
     font-size:21px;
    }
}
@media (max-width:543px){
  #footer-layout2 .footer .footer-heading{
     font-size:20px;
    }
}
@media (max-width:350px){
  #footer-layout2 .footer .footer-heading{
     font-size:18px;
    }
}
@media (max-width:320px){
  #footer-layout2 .footer .footer-heading{
     font-size:17px;
    }
}
#footer-layout2 .footer .footer-social{
  float:left;
}
@media (max-width:991px){
  #footer-layout2 .footer .footer-social{
  display:inline-block;
  vertical-align:middle;
    float:unset;
}
  }
#footer-layout2 .footer-social ul li a{
  height:unset;
  width:unset;
}

#footer-layout2 .footer-title{
  margin-top:0;
}
#footer-layout2 .list-social li a i,#footer-layout2 .list-social li a svg{
  color: #FFFFFF;
}
#footer-layout2 .footer-social ul li:hover a i, #footer-layout2 .footer-social ul li:hover a svg {
    color:none;
}
/*** *******/
@media (min-width:992px){
#header-layout3 .navfullwidth {
   min-height:55px;
 }
  }
#header-layout3 .header-right{
  text-align: left;
}
#header-layout3 .header-left{
  text-align: right;
}
#header-layout3 #header .nav-header{
  background:var(--navbar-background-color);

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


#header-layout3 #header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  font-size: 14px;
  font-weight:300;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#header-layout3 #header .header-top .ishiheaderemailblock{
  text-align:left;
}
#header-layout3 #header .header-top .ishiheaderemailblock .email-icon {
	width:35px;
	height:35px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	line-height:35px;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


#header-layout3 #header .header-top .ishiheaderemailblock .email-icon svg {
	fill: var(--brand-secondary);
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



#header-layout3 #header .header-top .ishiheaderemailblock .email-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	padding-left: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#header-layout3 #header .header-top .ishiheaderemailblock .email-content .email-text {
	display: block;
	font-size: 15px;
	line-height: 20px;
	letter-spacing:0;
	font-weight: 500;
	color: #232323;
}

#header-layout3 #header .header-top .ishiheaderemailblock .email-content .email-id {
	font-weight: 400;
	font-size: 14px;
	display: block;
	color: #888;
	letter-spacing:0;
}

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


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

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

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

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

#header-layout3 #header .desktop-user-info .user_info,
#header-layout3 #header .desktop-user-info .checkout,
#header-layout3 #header .desktop-user-info .wishlist,
#header-layout3 #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-layout3  #header .desktop-user-info .user_info,
#header-layout3  #header .desktop-user-info .checkout,
 #header-layout3 #header .desktop-user-info .wishlist,
#header-layout3  #header .desktop-user-info .contact {
    padding: 6px 8px;
  }
}

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

#header-layout3 #header .desktop-user-info .user_info a,
#header-layout3 #header .desktop-user-info .checkout a,
#header-layout3 #header .desktop-user-info .wishlist a,
#header-layout3 #header .desktop-user-info .contact a {
  color: var(--navbar-text-color);
  font-weight:300;
  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-layout3  #header .desktop-user-info .user_info a,
#header-layout3  #header .desktop-user-info .checkout a,
#header-layout3  #header .desktop-user-info .wishlist a,
#header-layout3  #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-layout3 #header .desktop-user-info div {
  position: relative;
}



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

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

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

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

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

#header-layout3 #header .header-logo-section {
  position: relative;
  text-align: center;
}

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

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

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

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

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

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



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

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

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

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

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

@media (max-width: 991px) {
 #header-layout3 #_desktop_search .search-info,
 #header-layout3 #_mobile_search .search-info {
    left: 0;
    right: auto;
  }
}
#header-layout3 #_desktop_search .search-info {
	position: unset;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
#header-layout3 #_desktop_search .search-info form,
#header-layout3 #_mobile_search .search-info form {
  width: 100%;
  max-width: 400px;
}

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

#header-layout3 #_desktop_search .search-info .search__input,
#header-layout3 #_mobile_search .search-info .search__input {
  min-width: 280px;
  width: 100%;
  border: 1px solid #EEEEEE;
  border-radius:30px;
  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: #AAAAAA;
  
}

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

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

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

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

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

#header-layout3 #_desktop_search .search-info .search-header__submit,
#header-layout3 #_mobile_search .search-info .search-header__submit {
 position: absolute;
    right: 1px;
    top: 3px;
    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;

}

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

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

#header-layout3 #_desktop_search .search-info .search-header__submit .icon__fallback-text,
#header-layout3 #_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) {
#header-layout3   #_desktop_search .search-info .search-header__submit .icon__fallback-text,
#header-layout3  #_mobile_search .search-info .search-header__submit .icon__fallback-text {
    /* If media is below 544 */
    font-size: 14px;
  }
}

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

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

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

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

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


#header-layout3 #desk-wishlist .wishlist-logo{
    width: 40px;
    height: 40px;
}

#header-layout3 #_desktop_cart,
#header-layout3 #_mobile_cart {
  position: relative;
  display: inline-block;
  vertical-align:middle;
}
#header-layout3 #_desktop_cart .cart-display .cart-logo,
#header-layout3 #_mobile_cart .cart-display .cart-logo {
    line-height:40px;
        width: 40px;
    height: 40px;
}



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

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

@media (max-width: 991px) {

#header-layout3   #_mobile_cart .cart-display .cart-count-bubble {
    border-radius: 50%;
    top: 3px;
    right:4px;
    width: 14px;
    line-height: 14px;
    height: 14px;
  }
}
  
@media (min-width: 1200px){
#header-layout3 #header .nav-header .page-width {
    max-width: 1200px;
}
  }
@media (min-width: 1200px){
#header-layout3 #header .header-top .page-width {
    max-width: 1200px;
}
  }
@media (min-width:992px){
#header-layout3 #top-menu>li>a{
  padding: 15px 10px 20px;
}
}
 @media (min-width:992px){
#header-layout3 #top-menu>li>a{
  padding: 15px 10px 20px;
}
}
#header-layout3  #_desktop_top_menu #top-menu>li.menularge .sub-menu{
  top: 55px !important;
}

/****** *************/
 @media (max-width: 767px) {
	 .ishistoryblock {
		 margin-bottom: 30px;
	}
}
.ishistoryblock{
      overflow: hidden;
}
.ishistoryblock.bgimage{
  background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  background-size:cover;
}
.ishistoryblock .story-conent .story-part {
  padding:0;
}
@media (min-width:992px){
 .ishistoryblock .story-conent {
	 display: flex;
	 align-items: center;
	 padding: 0;
}
  }
 @media (max-width: 991px) {
	 .ishistoryblock .story-conent {
		 display: block;
	}
}
 @media (max-width: 991px) {
	 .ishistoryblock .story-conent .story-part {
		 padding: 0;
		 margin-bottom: 30px;
	}
}
 .ishistoryblock .story-conent .story-part .image-container {
	 position: relative;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishistoryblock .story-conent .story-part .image-container img {
	 bottom: 0;
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .ishistoryblock .story-conent .story-information .sub-title {
	 text-align: left;
	 font-size: 20px;
	 color: #232323;
	 margin-bottom: 10px;
}
@media (max-width:991px){
  .ishistoryblock .story-conent .story-information .sub-title{
    font-size:18px;
  }
}
 .ishistoryblock .story-conent .story-information h2 {
	 text-align: left;
	 font-size: 35px;
	 line-height: 37px;
	 margin-bottom: 10px;
   font-weight:500;
}
@media (max-width:1199px){
   .ishistoryblock .story-conent .story-information h2{
     font-size: 34px;
    line-height: 36px;
    margin-bottom: 8px;
     }
}
@media (max-width: 991px) {
  .ishistoryblock .story-conent .story-information h2{
    font-size: 30px;
       line-height: 32px;
  }
}
@media (max-width: 767px) {
  .ishistoryblock .story-conent .story-information h2{
    font-size: 26px;
       line-height: 28px;
  }
}
@media (max-width:543px) {
  .ishistoryblock .story-conent .story-information h2{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width:320px) {
  .ishistoryblock .story-conent .story-information h2{
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
 .ishistoryblock .story-conent .story-information .list-Aboutus-info {
	 font-size: 14px;
	 margin-bottom: 10px;
	 line-height: 25px;
	   font-weight: 400;
 letter-spacing: .5px;
}
 .ishistoryblock .story-conent .story-information .list-Aboutus-info p{
   color:#888;
 } 
 
 .ishistoryblock .story-conent .story-information .user-name {
	 font-size: 15px;
	 color: #232323;
}
 .ishistoryblock .story-conent .story-information .user-name span {
	 color: #666;
}
 .ishistoryblock .story-conent:hover .banner-text-left .video-play-icon a {
	 background: var(--button-bg-color);
	 color: var(--button-text-color);
	 border-color: var(--button-bg-color);
}
 .ishistoryblock .story-conent:hover .banner-text-left .video-play-icon a i {
	 color: var(--button-text-color);
}
 .ishistoryblock .owl-carousel .owl-animated-in {
	 z-index: 0;
}
@media (min-width:992px){
 .ishistoryblock  .page-width{
   max-width:1200px;
 }
}
@media (max-width:991px){
 .ishistoryblock  .page-width{
   max-width:720px;
 }
}  
 .ishistoryblock .story_list .list-item li {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #888;
    padding: 0 10px 0 18px;
    position: relative;
    line-height: 24px;
}
 .ishistoryblock .story_list .list-item li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#888;
    top: 8px;
    left: 0;
}
.ishistoryblock .story-conent .story-information .title2{
    font-size:16px;
  margin-bottom:0;
  color:#232323;
  font-weight:500;
   }

 .ishistoryblock .story-conent .story-information .Discription{
     font-size:14px;
     color:#888888;
  }
  .ishistoryblock .story-conent .story-left-desc{
    padding-right:0;
    padding-left:0;
    cursor:pointer;
    margin-top:10px;
  }
  .ishistoryblock .story-conent .story-left-desc .story-category-image{
    display: inline-block;
    vertical-align: middle;
    
  
    }
  .ishistoryblock .story-conent .story-left-desc .story-category-image .story-image{
      height: 65px;
    width: 65px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #DACEC4;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 54px;
     transform:rotateY(0deg);
     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .ishistoryblock .story-conent .story-left-desc:hover .story-image{
    transform:rotateY(360deg);
  }
 .ishistoryblock .story-conent .story-left-desc .story-text{
   display: inline-block;
    vertical-align: middle;
    width: cal;
    width: calc(100% - 70px);
    padding-left: 12px;
  }
@media (max-width:543px){
.ishistoryblock .story-conent .story-left-desc{
  margin-top: 10px;
  padding:0;
}
  }
.ishistoryblock .story-conent .story2-btn a.btn {
    margin-top: 35px;
}


.ishistoryblock .story-conent .story2-btn .btn,.ishi-blog-style2 .view-all-btn .button,.video-section .video-block .video-btn .btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 53px 11px 19px;
}
@media (max-width:991px){
  .ishistoryblock .story-conent .story2-btn .btn,.ishi-blog-style2 .view-all-btn .button,.video-section .video-block .video-btn .btn{
      margin-top:5px;
  }
}
.ishistoryblock .story-conent .story2-btn .btn:after,.ishi-blog-style2 .view-all-btn .button:after, .video-section .video-block .video-btn .btn:after{
    content: "\f105";
    position: absolute;
    right: 2px;
    top: 2px;
    width: 39px;
    height: 39px;
    background: #fff;
    color:#5D544A;
    font-size: 20px;
    border-radius: 50%;
    line-height: 40px;
    padding-left: 1px;
    font-family: FontAwesome;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  display: flex;
    justify-content: center;
    align-items: center;
}
.ishistoryblock .story-conent .story2-btn .btn:hover:after,.ishi-blog-style2 .view-all-btn .button:hover:after,.video-section .video-block .video-btn .btn:hover:after{
    right: -40px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
.ishistoryblock .story-conent .story2-btn .btn:hover,.ishi-blog-style2 .view-all-btn .button:hover,.video-section .video-block .video-btn .btn:hover{
    padding: 12px 25px 11px;
  }

.ishistoryblock .story-conent .story2-btn,.ishi-blog-style2 .view-all-btn .button,.video-section .video-block .video-btn .btn{
     display: inline-block;
    float: left;
   }  
  .ishi-blog-style2 .view-all-btn .button{
    float:unset;
  } 
  .video-section .video-block .video-btn .btn{
     float:unset;
  }
.ishistoryblock .story-conent .story-right{
  padding-left:0;
  padding-right:0;
}
 .ishistoryblock .story-conent .story-left{
   padding-left:0;
  padding-right:0;
 }
 .ishistoryblock .story-conent .story-left .bannerblock2{
    padding-right: 5px;
   text-align:right;
  }

   .ishistoryblock .story-conent .story-left .bannerblock3{
    padding-top: 10px;
    padding-right: 5px;
    text-align:right;
  }

   .ishistoryblock .story-conent .story-right .bannerblock4{
    padding-left: 5px;
    text-align:left;
  }

 .ishistoryblock .story-conent .story-right .bannerblock5{
    padding-top: 10px;
    padding-left: 5px;
    text-align:left;
  }
 .ishistoryblock .story-conent .bannerblock .image-container{
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
 }
  .ishistoryblock .story-conent .bannerblock .image-container img{
    border-radius:0;
  }    
  .ishistoryblock .story-conent .bannerblock:hover .bannerblock2{
     padding-right: 0px;
  }

   .ishistoryblock .story-conent .bannerblock:hover .bannerblock3{
     padding-top: 0px;
    padding-right: 0px;
  }

   .ishistoryblock .story-conent .bannerblock:hover .bannerblock4{
    padding-left: 0px;
  }

   .ishistoryblock .story-conent .bannerblock:hover .bannerblock5{
      padding-top: 0px;
    padding-left: 0px;
  }

  .ishistoryblock .media{
    background-color:unset;
  }

  @media (max-width:991px){
  .ishistoryblock .story-conent .bannerblock{
   margin-bottom:30px;
 }
    }
/*** ****/
@media screen and (min-width: 992px){
.product-block .row{
    display: flex;
    align-items: center;
}
}
.product-block .image-left{
    display: block;
}

@media (max-width:991px){
  .product-block .image-left{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}
}
.product-block .categorydot{
  width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
  border: 6px solid #fff;
    position: absolute;
    cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-block .dot-1{
    display: block;
    width: 27px;
    height: 27px;
    border: 8px solid #FFF;
    background: #b5b5b5;
    border-radius: 100%;
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    transition: transform .25s ease-in-out;
    transition: .5s;
}
/* .product-block .categorydot:hover{
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}
.product-block .categorydot:hover:before{
  opacity: 1;
    -webkit-animation: 1.5s ease-out 75ms normal none infinite running shine;
    animation: 1.5s ease-out 75ms normal none infinite running shine;
}
.product-block .categorydot:before{
 border-radius: 50%;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 20%);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
} */
.product-block .dot-1{
  width: 24px;
    height: 24px;
    border-radius: 100%;
    background: transparent;
    border: 8px solid var(--bg-body);
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-block .dot-1:before, .product-block .dot-1:after{
content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: pulsing 3s infinite;
    -moz-animation: pulsing 3s infinite;
    -ms-animation: pulsing 3s infinite;
    -o-animation: pulsing 3s infinite;
    animation: pulsing 3s infinite;
}
.product-block .categorydot:hover .dot-1:before, .product-block .categorydot:hover .dot-1:after{
  opacity: 0;
}
.product-block .dot-1:after{
animation-delay: -.4s;
}

@-moz-keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0; } }

@-webkit-keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0; } }

@-o-keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0; } }

@-ms-keyframes pulsing {
  .product-block .dot-1 100% {
    transform: scale(1.75);
    opacity: 0; } }

@keyframes pulsing {
  100% {
    transform: scale(1.75);
    opacity: 0; } }


@media 
@media (max-width: 991px){
  .product-block .image-left{
    text-align: center;
    margin-bottom: 30px;
  }
}
.product-block .product-main{
  border: 1px solid #eeeeee;
  padding: 46px 0;
  border-radius:10px;
}
@media (max-width: 1199px){
 .product-block .product-main{
    padding: 10px 0;
  }
}
@media (max-width: 991px){
 .product-block .product-main{
    padding: 0px 0;
   border: none;
  }
}
/* .product-block .section-header .sub-title.sub_title_style1{
  font-size: 40px;
  line-height: 40px;
} */
.product-block .product-right .grid__item{
  padding: 0 110px;
}
@media (max-width: 1199px){
  .product-block .product-right .grid__item{
    padding: 0 70px;
  }  
}
@media (max-width: 991px){
  .product-block .product-right .grid__item{
    padding: 0 200px;
  }  
}
@media (max-width: 767px){
  .product-block .product-right .grid__item{
    padding: 0 140px;
  }  
}
@media (max-width: 543px){
  .product-block .product-right .grid__item{
    padding: 0 70px;
  }  
}
@media (max-width: 450px){
  .product-block .product-right .grid__item{
    padding: 0 50px;
  }  
}
@media (max-width: 400px){
  .product-block .product-right .grid__item{
    padding: 0 15px;
  }  
}
.product-block .owl-theme .owl-dots .owl-dot span{
  border-radius: 0;
}
.product-block .owl-theme .owl-dots .owl-dot{
  margin: 0 3px;
}





.product-block .category-carousel .owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.product-block .category-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent !important;
  border: 1px solid var(--button-bg-color) ;
    margin: 0 1px;
    display: block;
    border-radius:50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    }
.product-block .category-carousel .owl-dots .owl-dot.active span, .product-block .category-carousel .owl-dots .owl-dot:hover span {
  background: var(--button-bg-color) !important;
    border-color: var(--button-bg-color);
      }

.view-all-btn{
  margin-top: 8px;
}

.product-block  .card+.card-information  {
  margin-top: 10px;
    margin-bottom: 10px;
}   


.product-block .card-wrapper{
  position:relative;
}

.product-block .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
    left: 50px;
    bottom: 50%;
}
@media (max-width:1199px){
  .product-block .owl-carousel .owl-nav button.owl-prev{
    left: 24px;
}
}
@media (min-width:768px) and (max-width:991px){
  .product-block .owl-carousel .owl-nav button.owl-prev{
    left: 72px;
}
}
@media (max-width:543px){
  .product-block .owl-carousel .owl-nav button.owl-prev{
    position:unset;
}
}
.product-block  .owl-carousel .owl-nav button.owl-next{
  position: absolute;
    bottom: 50%;
    right: 50px;
}
@media (max-width:1199px){
  .product-block .owl-carousel .owl-nav button.owl-next{
    right: 24px;
}
}
@media (min-width:768px) and (max-width:991px){
  .product-block .owl-carousel .owl-nav button.owl-next{
    right: 72px;
}
}
@media (max-width:543px){
  .product-block .owl-carousel .owl-nav button.owl-next{
    position:unset;
}
}
.product-block .owl-theme .owl-nav{
  margin-top:0;
}

@media (max-width:543px){
  .product-block .owl-theme .owl-nav{
     margin-top:20px;
    }
  }
 .product-block .section-header > h2{
   font-size: 35px;
    line-height:37px;
  font-weight:700;
    margin-bottom:10px;
   }
   @media (max-width:1199px){
     .product-block .section-header > h2{
   font-size: 34px;
    line-height:36px;
   }
     }
      @media (max-width:991px){
     .product-block .section-header > h2{
   font-size: 30px;
    line-height:32px;
   }
     }
       @media (max-width:767px){
     .product-block .section-header > h2{
   font-size:26px;
    line-height:28px;
   }
     }
@media (max-width:543px){
    .product-block .section-header > h2{
   font-size: 24px;
      line-height:26px;
    margin-bottom:10px;
   }
  }
  @media (max-width:320px){
    .product-block .section-header > h2{
   font-size: 22px;
      line-height:24px;
    margin-bottom:8px;
   }
  }
.ishi-blog-style2 .smartblog .blog-left{
  text-align:center;
  cursor:pointer;
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover:hover .blog_post .news_module_image_holder a img {
    -webkit-transform-style: unset;
    transform-style: unset;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.ishi-blog-style2 .smartblog .products_block_inner .blog-img-hover .blog_post .news_module_image_holder img {
    -webkit-transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -ms-transition: all 3s ease 0s;
    -o-transition: all 3s ease 0s;
    transition: all 3s ease;
    max-width: 100%;
}
@media (max-width:991px){
  .ishi-blog-style2 .smartblog .blog-left{
  margin-bottom:30px;
}
}
.ishi-blog-style2 .smartblog .blog-right{
  display:grid;
}
@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;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post_1 .blog_post .news_module_image_holder img{
  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:20px;
}
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25%;
    font-size: 15px;
    background: #FFFFFF;
    padding: 7px 14px;
    color: #777;
    overflow: hidden;
    text-transform: uppercase;
    bottom: 84px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
@media (min-width:992px) and (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
    bottom: 105px;
  }
}
@media (max-width:1199px){
   .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
        width: 30%;
      font-size: 14px;
    }
}

@media (max-width:991px){
    .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date {
       bottom: 96px;
      }
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title{
  margin-top: 24px;
    margin-bottom:4px;
}
@media (max-width:991px){
    .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title{
    margin-top: 5px;
    margin-bottom: 5px;
}
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
   font-family:var(--font-title-family);
    color:#232323;
    font-size:18px;
}
@media (max-width:1199px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .sds_post_title a{
    font-size:16px;
}
}
.ishi-blog-style2 .rte{
    margin-bottom:0;
    color: #888;
}
@media (max-width:543px){
  .ishi-blog-style2 .rte{
   text-align:center;
}
    }
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .rte{
  text-align:center;
}
@media (max-width:543px){
  .ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_content .rte{
  font-size:13px;
}
}
.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;
    color: #888;
}
{
  text-align:center;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_2{
  cursor:pointer;
}
.ishi-blog-style2 .products_block_inner .sds_blog_post_3{
  margin-top:20px;
  cursor:pointer;
}
.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: 5px;
    margin-bottom: 5px;
   
}
.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-family:var(--font-title-family);
    color:#232323;
    font-size:18px;
}
@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:15px;
}
}
.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;
  }
}
.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:#777777;
  font-size:15px;
  font-weight:400;
    font-family:var(--font-title-family);
  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 {
   border-radius:10px;
  overflow:hidden;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }
@media (max-width:991px){
.ishi-blog-style2 .products_block_inner .sds_blog_post_1 .blog_post .blog_date{
  color:#777777;
  font-size:15px;
  font-weight:400;
    font-family:var(--font-title-family);
  text-transform: uppercase;
  position:unset;
}
  }

 .ishi-blog-style2 .view-all-btn .button{
   margin-top:20px;
  }
@media (max-width:543px){
  .ishi-blog-style2 .view-all-btn .button{
        margin-top: 5px;
  }
}
#footer-layout3 .footer-color{
  background:var(--footer-bg-color);
}
#footer-layout3 #_desktop_newsletter{
  display: flex;
    justify-content: space-between;
    align-items: center;
  margin-top:25px;
}

#footer-layout3 #_desktop_newsletter .footer-block--newsletter{
  width:50%;
}
#footer_layout3 .footer .field__label{
    top: 1.5rem;
}

#footer-layout3 .footer__blocks-wrapper #_desktop_storeinfo{
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top:25px;
  }
#footer-layout3 .footer .footer__blocks-wrapper{
  display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width:991px){
  #footer-layout3 .footer .footer__blocks-wrapper{
    display:block;
  }
}
#footer-layout3 .footer-block__details-content.list-unstyled li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

#footer-layout3 .footer .footer-link .bottom-link-list a {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: var(--footer-text-color);
}

#footer-layout3 .footer-block__details-content.list-unstyled li:after {
    position: absolute;
    content: "";
    left: auto;
    right: -1px;
    background: #DAD2CA;
    width: 1px;
    height: 15px;
    top: 4px;
}

#footer-layout3 .footer .store-infomation img{
margin-bottom:0;
}

#footer-layout3 .footer-block__details-content.list-unstyled{
  text-align:center;
}

#footer-layout3 .footer__content-top .grid {
    row-gap: 0rem;
  } 



@media screen and (min-width: 1200px){
#footer-layout3  .footer__content-top {
    padding-top: 10rem;
    padding-bottom: 6rem;
}
}

#footer-layout3 .footer-bottom {
    background: #232323;
    }

#footer-layout3 .footer-left .footer__copyright{
  color:#ffffff;
}
#footer-layout3 .footer-before .footerimage{
  background-repeat: no-repeat;
    background-position: center;
  background-size: cover;
  }
#footer-layout3 .footer-social ul li a {
  height:34px;
  width:34px;
  background:none;
  border: 1px solid #CCA27E;
} 
#footer-layout3 .list-social li a i , #footer-layout3 .list-social li a svg{
  color:#CCA27E;
}
#footer-layout3 .footer-social ul li:hover a i, .footer-social ul li:hover a svg {
    color: var(--button-bg-color);
}
#footer-layout3 .footer-social ul li:hover a {
    border-color: var(--product-btn-bg-color);
}
@media (max-width: 1199px){
#footer-layout3 .footer__content-top {
    padding-top: 6rem;
    padding-bottom: 4rem;
}
  }

   #footer-layout3  .footer-block__details-content .list-menu__item--link{
    font-size:15px;
    }
@media (max-width:991px){
 #footer-layout3 .footer__content-top .grid #_mobile_newsletter{
   text-align: center;
 }
  #footer-layout3 .footer__content-top .grid #_mobile_newsletter img{
    margin-bottom:18px;
  }
   #footer-layout3 .footer .footer-social{
     display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
     float:unset;
   }
  #footer-layout3 .footer__content-top{
    padding-bottom:0;
  }
   #footer-layout3  .footer-block__details-content .list-menu__item--link{
    font-size:14px;
    }
    #footer-layout3 .list-unstyled{
      margin:0;
    }
   #footer-layout3 .footer-block__details-content.list-unstyled li{
       padding: 0 14px;
    }
   #footer-layout3 .footer-block__details-content.list-unstyled li{
    margin-bottom:0;
  }
 }
 @media (max-width:543px){
   #footer-layout3 .newsletter-form .field input{
    height: 50px;
  }
   #footer-layout3  .newsletter-form .newsletter-form__button {
    height: 40px;
}

  
   #footer-layout3 .footer-block__details-content.list-unstyled li {
    padding: 0px 11px;
}
 }



  #footer-layout3 .newsletter-form .field input{
    height: 48px;
  }

   #footer-layout3 .newsletter-form .newsletter-form__button{
     height: 40px;
   }
#footer-layout3 .wave-footer {
    padding-top: 41px;
    overflow: hidden;
}
  #footer-layout3  .footer:before, #footer-layout3 .footer:after {
    content: "";
    position: absolute;
    top: -35px;
    width: 5000px;
    height: 85px;
    animation: wave 15s cubic-bezier(.36,.45,.63,.53) infinite;
    transform: translateZ(0);
   
}

  #footer-layout3 .footer:after {
    bottom: 0;
    animation: wave 30s linear reverse infinite;
    opacity: 0.5;
}

 /********* ************/
 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 img{
    width:100%;
}
.video-section .video-data {
 position: absolute;
    text-align: center !important;
    background:rgba(255, 255, 255, 0.67);
    border: 1px solid #ddd;
    padding: 30px 27px;
    width: 27%;
    bottom: 40%;
    top: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
}
@media (max-width:1600px){
  .video-section .video-data{
    width:30%;
     bottom: 35%;
  }
}
@media (max-width:1400px){
  .video-section .video-data{
     bottom:30%;
    width:36%;
  }
}
@media (max-width:1300px){
  .video-section .video-data{
     bottom:30%;
      width:38%;
  }
}

@media (max-width:1199px){
  .video-section .video-data{
    width:40%;
      bottom:28%;
    
  }
}

@media (max-width:991px){
  .video-section .video-data{
   width:40%;
    padding: 20px 15px;
    bottom:27%;
  }
}
@media (max-width:900px){
  .video-section .video-data{
  width: 44%;
    padding: 20px 15px;
    bottom: 24%;
  }
}
@media (max-width:800px){
  .video-section .video-data{
  width: 50%;
    bottom: 20%;
  }
}
@media (max-width:767px){
  .video-section .video-data{
    width:100%;
   
  }
}
@media (max-width:543px){
.video-section .video-data{
padding: 20px 15px;
}
}
@media (max-width:320px){
.video-section .video-data{
padding: 15px 15px;
}
}

.video-section .video-data.right{
 right:20%;
}
.video-section .video-data.center{
    left:0;
    right:0;
      margin: 0 auto;
}
.video-section .video-data .title{
  font-size:45px;
   line-height:47px;
   color:#333;
   font-weight:500;
   margin-bottom: 5px;
  font-family:var(--font-title-family);
  color:#232323;
}

@media (max-width:1199px){
  .video-section .video-data .title{
     font-size:40px;
   line-height:42px;
  }
}

@media (max-width:991px){
  .video-section .video-data .title{
    font-size:36px;
   line-height:38px;
     margin-bottom: 3px;
  }
}
@media (max-width:543px){
  .video-section .video-data .title{
    font-size:27px;
     line-height:30px;
  }
}
.video-section .video-data .sub-title{
   font-size: 15px;
    line-height: 22px;
    color: #777;
    font-weight: 400;
    margin-bottom: 13px;
    letter-spacing: 7px;
    color: #444444;
    font-family: var(--font-title-family);
}

@media (max-width:543px){
  .video-section .video-data .sub-title{
     margin-bottom:8px;
    font-size: 13px;
  }
}
.video-section .video-data .sub-title p{
   font-size:15px;
   color:#777;
  line-height:22px;
}
.video-section .video-data .description{
  color:#666666;
  font-size:14px;
  margin-bottom:20px;
}

  @media (max-width:991px){
    .video-section .video-data .description{
      margin-bottom:10px;
    }
  }
.video-section .video-data .btn_link{
  position:relative;
  color:#333;
  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;
     bottom: 0 !important;
     left: 0 !important;
   }
}

.testimonial.bgimage {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.testimonial .testimonial-block{
  border:1px solid #D3BCA8;
}

.ishi-testimonial-section .owl-item.center .testimonial-block{
  border:1px solid #232323;
}
/********************new-changes******************/
#header-layout3 #desk-wishlist{
    margin-left: -6px;
        display: inline-block;
    vertical-align: middle;
  
}
@media (min-width:768px){
.video-section .video-block .video-btn .btn{
    background-color: #fff;
}
  }

.video-section .video-block .video-btn .btn:hover{
       background-color: var(--button-bg-hover-color);
       }
  
    @media (min-width:768px){
.video-section .video-block .video-btn .btn:after{
background:var(--brand-secondary);
}
}
  .ishi-features-section-style-1 .features-block .Discription{
  font-family: var(--font-body-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #888888;
    width: 40%;
    margin: auto auto 25px auto;
    text-align:center;
}
@media (max-width:1199px){
   .ishi-features-section-style-1 .features-block .Discription{
        width: 62%;
  }
}
@media (max-width:767px){
   .ishi-features-section-style-1 .features-block .Discription{
        width: 75%;
  }
}
@media (max-width:543px){
   .ishi-features-section-style-1 .features-block .Discription{
        width:93%;
  }
}
@media (max-width:767px){
   .video-section .video-block .video-btn .btn:after{
     display:none;
   }
  .ishistoryblock .story-conent .story2-btn .btn, .ishi-blog-style2 .view-all-btn .button, .video-section .video-block .video-btn .btn{
         padding: 10px 20px
  }
  .ishistoryblock .story-conent .story2-btn .btn:after{
    display:none;
  }
  .ishi-blog-style2 .view-all-btn .button:after{
  display:none;
  }
}
@media (min-width: 992px){
.colletion-sticky {
    display: inline !important;
}
  .normal-sidebar.sidebar_content {
    position: sticky;
    top: 0;
}
  .normal_main_content {
    position: sticky;
    top: 0;
}
}
 .cart-notification__heading{
    padding:0 !important;
  }
@media (max-width: 543px){
  .cart-notification__heading.free-shipping-success p {
    font-size: 12px;
  }
  .cart-notification__heading.free-shipping-success {
    font-size: 12px;
  }
 
  .free-shipping-succes-eligible span {
    font-size: 12px;
}
  .free-shipping-succes-eligible span p {
    font-size: 12px;
}
  .cart_info #cart-notification-closer{
    padding: 0 0 5px;
  }
}
 .ishi-customhover-fadeinrotate:hover.scale img{
       transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
 }
 .product-popup-modal #qv-images-container #qv-thumbnails .thumb-item{
   margin: 1px;
 }
 .sidebar_content .card-wrapper .card-information{
  min-height: auto;
}
.grid__item--Ishi_megamenu .card-wrapper .card-information {
    min-height: auto;
    padding:5px;
    
}
.grid__item--Ishi_megamenu .card-wrapper {
    
    padding: 5px !important;
    background: transparent !important;
    border: none !important;
}
.grid__item--Ishi_megamenu .card-information .price {
    justify-content: left;
}
.grid__item--Ishi_megamenu .card-wrapper img{
  border-radius: 8px !important;
}
.Ishi-notification-popup .card-information {

    min-height: auto;
}
#cart-upsell-slider img {
    border-radius: 8px;
}
.article-template__hero-container img{
    border-radius: 8px !important;
}
.Ishi-notification-popup img {
    border-radius: 8px !important;
}
.aboutus-banner img.lazyloaded, .contact-banner img.lazyloaded, .banner-image img.lazyloaded {
    border-radius: 8px;
}
.collection-list-section .collection-grid-item img{
  border-radius: 8px !important;
}
.collection-item {
    border-radius: 8px !important;
}
.collection-grid-item__overlay.media.media--square {
    border-radius: 8px;
}
.Ishi-notification-popup .card+.card-information{
  margin-bottom:0;
}
.card-information {
    padding: 10px 5px;
    min-height: 95px;
}
@media (max-width: 991px){
.card-information {
    
    min-height: 75px;
}
    .template-collection .card-information, .template-search .card-information {
    
    min-height: 95px;
}
}
@media (max-width: 543px){
.card-information {
    
    min-height: 70px;
}
    .template-collection .card-information, .template-search .card-information {
    
    min-height: 90px;
}
}
@media (max-width: 991px){
.Product-block .card-information {
    
    min-height: 95px;
}
}
@media (max-width: 543px){
.Product-block .card-information {
    
    min-height: 80px;
}
}
#shopify-section-Ishi_sidebar .left-column {

    border-radius: 6px;
}
.collectiongrid-layout-4 .card-information {
 
    min-height: 85px;
}
.cart__note .field__input {
   
    border-radius: 10px;
}
.valign-wrapper img {
    border-radius: 8px;
}
.cart-notification-product__image {
    border-radius: 8px;
}
.search-results::-webkit-scrollbar {
    display: none;
}
ul.search-results {
    height: 80vh;
    overflow-y: scroll;
}
.collectiongrid-layout-1 .card-information .variants-swatch {
    display: block !important;
  margin-top:0px !important;
}
.collectiongrid-layout-1 .card-information span.caption-large.light {
    display: none !important;
}
.collection-hero img {
    border-radius: 8px;
}
#shopify-section-Ishi_sidebar .banner a img {
     border-radius: 8px; 
}
@media screen and (max-width: 767px){
.template-collection .list__item .card-information, .template-search .list__item .card-information {
    width: 100%;
    padding: 15px 0 0;
}
}
.shopify-challenge__container .g-recaptcha {
    
    margin: 20px 0;
}
@media (min-width: 1200px){
#footer-layout3 {
    margin-top: 60px;
}
}
body.overflow-hidden .zoomContainer {
    display: none;
}
.shopify-payment-button__button{
  height:50px; 
}
.product-recommendations{
  margin-top:70px;
}
.spaced-section{
  margin-bottom:40px;
}
@media(max-width:767px){
   .product-recommendations{
    margin-top:30px;
  }
  .spaced-section{
    margin-bottom:30px;
  }
}