/** Shopify CDN: Minification failed

Line 7901:0 Unexpected "@media"

**/
.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: 100%;
	}
}

.border-top{
 border-top:1px solid #e9e9e9;
}
/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 16px;
   letter-spacing: 8px;
   font-weight: 500;
   margin-bottom: 12px;
   font-family: var(--font-body-family);
   color: var(--brand-secondary);
}
 @media (max-width: 991px) {
   .section-header .sub-title {
     letter-spacing: 5px;
  }
}
 @media (max-width: 767px) {
   .section-header .sub-title {
     letter-spacing: 3px;
  }
}
 @media (max-width: 543px) {
   .section-header .sub-title {
     font-size: 14px;
     margin-bottom: 8px;
  }
}
.section-header > h2 {
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #222;
   font-family: var(--font-body-family);
   text-transform: unset;
   position: relative;
   margin-bottom: 25px;
   padding-bottom: 25px;
   margin-top:0;
}
 @media (max-width: 1199px) {
   .section-header > h2 {
     font-size: 35px;
     line-height: 35px;
  }
}
 @media (max-width: 991px) {
   .section-header > h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2 {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header > h2 {
     margin-bottom: 20px;
     padding-bottom: 20px;
  }
}
 .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 .center > h2:before {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.left > h2:before {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.left > h2:before {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}



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

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
	 position: absolute;
	 left: auto;
	 right: 10px;
	 top: 10px;
}
 .thumbnail-buttons .btn-info{
	 width: 40px;
	 height: 40px;
	 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     cursor: pointer;
     border-radius: 50%;
	 margin-bottom: 5px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
  .thumbnail-buttons .wishlist{
     -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
     -ms-transition: all 0.6s;
	 -o-transition: all 0.6s;
	 transition: all 0.6s;
  }

  
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 40px;
	height: 40px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 40px;
	 height: 40px;
}
  .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);
  }
 }
.card-wrapper .cart-btn-bottom{
  position: absolute;
  bottom: 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.card-wrapper .cart-btn{
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    background-color: var(--button-bg-color);
    color:var(--button-text-color);
    display: block;
    width: 54px;
    height: 54px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.card-wrapper .cart-btn .cart-btn-inner{
      display: inline-flex;
}
.card-wrapper .cart-btn svg{
     fill: var(--button-text-color);
	 width: 54px;
	 height: 54px;
}
.card-wrapper .cart-btn span{ display:none;}
.card-wrapper .cart-btn:hover{
  background-color:var(--button-bg-hover-color);
  color:var(--button-text-hover-color);
}
.card-wrapper .cart-btn:hover svg{
  color: var(--button-text-hover-color)
}
.card-wrapper .cart-btn.sold-out{
      cursor: not-allowed;
  }
.card-wrapper .cart-btn.loading{
    background-color:var(--button-bg-hover-color);
  }
.card-wrapper .cart-btn.loading svg{
     opacity:0;
  }
.card-wrapper .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--button-text-hover-color);
     width: 54px;
     height: 54px;
     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;
  }
  
  .card-wrapper .cart-btn-bottom.button-position-right{
    left: auto;
    right: 10px;
  }
  .card-wrapper .cart-btn-bottom.button-position-left{
      left: 10px;
      right: auto;
  }

  .card-wrapper .cart-btn-bottom.button-position-center{
     left: 0;
     right: 0;
     text-align: center;
  }

  .card-wrapper .cart-btn-bottom.button-position-center .cart-btn{
     display: inline-block;
     vertical-align: middle;
     width: auto;
     height: auto;
     padding:9px 20px;
     border-radius:0;
    text-transform:uppercase;
    position:relative;
  }
@media (max-width:543px){
  .card-wrapper .cart-btn-bottom.button-position-center .cart-btn{
    padding:7px 17px;
  }
}
.card-wrapper .cart-btn-bottom.button-position-center .cart-btn svg{
    display: none;
}
.card-wrapper .cart-btn-bottom.button-position-center .cart-btn span{ display:block;line-height:24px;}
.card-wrapper .cart-btn-bottom.button-position-center .cart-btn.loading:before{
     width: auto;
     height: auto;
     border-radius: 0%;
     top:10px;
}
.card-wrapper .cart-btn-bottom.button-position-center .cart-btn.loading span{ opacity:0;}
   @media (min-width: 768px) {
     .card-wrapper .cart-btn-bottom.button-position-center {
       opacity: 0;
    }
     .card-wrapper:hover .position-center .cart-btn-bottom.button-position-center{
     opacity: 1;
     }
     .card-wrapper .position-center .spr-badge{
     opacity: 1;
     }
     .card-wrapper:hover .position-center .spr-badge{
     opacity: 0;
     }
  }
  @media (max-width: 767px) {
    .card-wrapper .cart-btn-bottom.button-position-center{
      position:unset;
    }
    .card-wrapper .position-center.card--product .spr-badge{
      bottom: 55px;
    }
    .template-collection .list__item .position-center.card--product .spr-badge, 
    .template-search .list__item .position-center.card--product .spr-badge{
      bottom: 70px;
    }
    .template-collection .list__item .card-wrapper .cart-btn-bottom.button-position-center,
    .template-search .list__item .card-wrapper .cart-btn-bottom.button-position-center{
      margin-top:15px;
    }
    .template-collection .list__item .card-information, 
    .template-search .list__item .card-information{
        padding-top: 15px;
    }
  }
@media (max-width: 543px) {
  .collection .grid__item, .template-search .grid__item{
    padding:0 5px 30px;
  }

  #main-collection-product-grid{
    padding:0;
  }
}
  @media (max-width: 543px) {
    .collection .grid__item .card-wrapper .thumbnail-buttons,
    .template-search .grid__item .card-wrapper .thumbnail-buttons {
     position:absolute;
      margin:0;
    }
    .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, 
    .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{
      display:block;
      margin: 0 0 5px;
    }
    .grid--peek .grid__item{
       width: calc(80% - 1rem / 2);
       padding-right:0;
      padding-left:10px;
    }
     .grid--peek .grid__item:first-of-type {
        padding-left: 0;
     }
    .card-information .card-information__text{
      font-size:13px;
    }
     .price .price-item--regular,.price--on-sale .price-item--regular{
        font-size: 14px;
      }
    .price .price-item--sale,.price--on-sale .price-item--sale{
      font-size: 14px;
      margin-left:5px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
    .card-wrapper .cart-btn{
      width: 44px;
      height: 44px;
    }
    .card-wrapper .cart-btn svg{
         width: 44px;
         height:44px;
    }
    .card-wrapper .cart-btn.loading:before{
       width: 44px;
       height: 44px;
    }
    
  }
  
@media screen and (min-width: 992px) {
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn{
      padding: 6px 20px;
      font-size: 12px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn.loading:before,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn.loading:before{
      top: 8px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn{
    width: 40px;
    height: 40px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading{
    width: 40px;
    height: 40px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading:before,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading:before,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading:before,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading:before{
    width: 40px;
    height: 40px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn svg,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn svg,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn svg,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn svg {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-center .cart-btn{
      padding: 4px 15px;
      font-size: 10px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn{
    width: 30px;
    height: 30px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading{
    width: 30px;
    height: 30px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading:before,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading:before,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn.loading:before,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn.loading:before{
    width: 30px;
    height: 30px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn svg,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn svg,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-left .cart-btn svg,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .cart-btn-bottom.button-position-right .cart-btn svg {
    width: 30px;
    height: 30px;
  }
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .spr-badge i.spr-icon:after,
  .product-recommendations .with-sidebar.product-width-4 .grid__item .card-wrapper .spr-badge i.spr-icon-star:after,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .spr-badge i.spr-icon:after,
  .with-sidebar.collectiongrid-layout-4 .grid__item .card-wrapper .spr-badge i.spr-icon-star:after{
    font-size: 12px;
  }
}


.template-cart .card-wrapper:hover .position-center .spr-badge,
.template-404 .card-wrapper:hover .position-center .spr-badge{
  opacity:1;
}
@media (max-width: 767px){
  .template-cart .card-wrapper .position-center.card--product .spr-badge,
  .template-404 .card-wrapper .position-center.card--product .spr-badge{
    bottom:10px;
  }
}


/*================ header-layout1 ================*/

#header-layout1 #header .nav-header {
  padding: 0 55px;
  position: relative;
  background: var(--navbar-background-color);
  border-bottom: 1px solid #e9e9e9;
}



@media (min-width: 992px) {
  #header-layout1 #header .nav-header {
    display: flex;
    align-items: center;
  }
}

#header-layout1 #header .header-block {
  padding: 11px 15px;
  text-align: left;
}

#header-layout1 #header .header-block .announcement-bar {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

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

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

#header-layout1 #header .header-block .ishiemailblock {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

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

#header-layout1 #header .header-block .ishiemailblock .email-num {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--navbar-text-color);
}

#header-layout1 #header .header-block .ishiemailblock .email-num:hover {
  color: var(--navbar-text-color);
}

#header-layout1 #header .header-block>div {
  position: relative;
}

#header-layout1 #header .header-block>div:last-child:after {
  display: none;
}
  #header-layout1 #header .desktop-user-info .user_info a,
  #header-layout1 #header .desktop-user-info .checkout a,
  #header-layout1 #header .desktop-user-info .wishlist a,
  #header-layout1 #header .desktop-user-info .contact a {
    color: var(--navbar-text-color);
  }

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

  #header-layout1 #header .desktop-user-info div:after {
    background: var(--navbar-text-modify-color); 
  }
#header-layout1 #header .header-top {
  padding: 17px 55px;
  background: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
.template-index #header-layout1 #header .header-top {
 border:none;
}
#header-layout1 .megamenu-header {
  float: none;
  text-align: center;
  padding: 0;
}
#header-layout1 #top-menu>li>a {
  display: block;
  padding: 15px 10px;
  position: relative;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  #header-layout1 #top-menu>li>a {
    padding: 15px 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header-layout1 #top-menu>li>a .title {
    font-size: 14px;
  }
   #header-layout1 #top-menu>li>a {
    padding: 15px 5px;
  }
}

@media (min-width: 992px) {
 #header-layout1 #top-menu>li>a:hover .title {
    color: var(--header-icon-hover-color);
  }
   #header-layout1 #header .desktop-user-info div:last-child {
    padding-right: 0;
  }
   #header-layout1 #top-menu>li>a .title {
      color: var(--header-icon-color);
      font-weight: 400;
      font-size: 15px;
      line-height: 18px;
      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;
   }
  #header-layout1 #header .header-top {
    display: flex;
    align-items: center;
  }
  #header-layout1 #header .header-top-height{
      min-height: 82px;
  }
  #header-layout1 #header .desktop-user-info {
    text-align: right;
    position: relative;
  }
  #header-layout1 #header .header-logo-section {
    position: relative;
    text-align: left;
  }
   #header-layout1 #header .localization-selector.link {
    color:  var(--navbar-text-color);
  }
   #header-layout1 #header .localization-selector.link:hover {
      color:  var(--navbar-text-color);
  }
  #header-layout1 #header .localization-form .dropdown-list{
   right:0;
    left:auto;
  }
  #header-layout1 #header .localization-form:only-child .localization-selector.link{
       padding-right: 2rem;
  }
  #header-layout1 #header .localization-form:only-child .localization-selector.link .icon-caret{
    right: 0;
  }
  
}
@media (min-width: 768px) {
  #header-layout1 #header .header-block .ishiemailblock {
    padding-right: 20px;
    margin-right: 20px;
  }
   #header-layout1 #header .header-block>div:after {
    position: absolute;
    content: "";
    right: 0;
    left: auto;
    top: 0px;
    background: var(--navbar-text-modify-color);
    height: 20px;
    width: 1px;
  }
}
@media (max-width: 1500px) {
  #header-layout1 #header .header-top {
    padding: 17px 30px;
  }
   #header-layout1 #header .nav-header {
    padding: 0 30px;
  }
}

@media (max-width: 1300px) {
  #header-layout1 #header .header-top {
    padding: 17px 0;
  }
   #header-layout1 #header .nav-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
#header-layout1 #top-menu>li>a {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding:0;
  }
    #header-layout1 #header .header-top {
    overflow: hidden;
    padding: 0;
  }
   #header-layout1 #header .header-block {
    padding: 4px 15px;
    text-align: left;
    display: block;
    width: 100%;
  }
    #header-layout1 #header .nav-header {
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
      display: flex;
  }
}
@media (max-width: 650px) {
  #header-layout1 #header .nav-header{
display: block;
}
#header-layout1 #header .header-block{
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 4px 13px;
}
}
/******************* Header layout2 *******************/

#header-layout2 #header .header-top {
  position: relative;
  text-align: center;
  z-index: 1;
  padding:20px 0;
}
 #header-layout2 #header .header-logo-section.logo-left {
  text-align: left;
}
#header-layout2 .wrapper-nav{
  min-height:50px;
} 
#header-layout2 .navfullwidth{
  background:var(--menu-bg-color);
  position:relative;
  border:1px solid #eee;
}
#header-layout2 #top-menu>li>a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
 #header-layout2 #top-menu>li>a {
    padding: 15px 10px;
  }
}
@media (min-width: 992px) {
  #header-layout2 #header .header-top>.page-width>.row {
    display: flex;
    align-items: center;
  }
   #header-layout2 #top-menu>li>a:hover .title {
    color: var(--menu-text-hover-color);
  }
  #header-layout2 #header .desktop-user-info {
    text-align: left;
    position: relative;
  }
   #header-layout2 #header .desktop-user-info div:first-child {
    padding-left: 0;
  }
   #header-layout2 #top-menu>li>a .title {
      color: var(--menu-text-color);
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      font-family: var(--font-body-family);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
   }
}
@media (max-width: 991px) {
 #header-layout2 #top-menu>li>a {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding:0;
  }
  #header-layout2 #header .desktop-user-info .user_info a,
  #header-layout2 #header .desktop-user-info .checkout a,
  #header-layout2 #header .desktop-user-info .wishlist a,
  #header-layout2 #header .desktop-user-info .contact a {
    color: #fff;
  }
  
  #header-layout2 #header .desktop-user-info .user_info a:hover,
  #header-layout2 #header .desktop-user-info .checkout a:hover,
  #header-layout2 #header .desktop-user-info .wishlist a:hover,
  #header-layout2 #header .desktop-user-info .contact a:hover {
    color: var(--brand-secondary);
  }
  #header-layout2 #header .desktop-user-info div:after {
    background: rgba(255, 255, 255, 0.3);
  }
  #header-layout2  #header .header-logo-section.logo-left {
    text-align: center;
  }
  #header-layout2 #header .header-top {
    overflow: hidden;
    padding: 3px 0;
    z-index: unset;
    background: #232323;
  }
}

/*================ #header-layout3 ================*/

#header-layout3 #header .offer-block {
  background: var(--navbar-background-color);
}

#header-layout3 #header .offer-block .offer-background {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
}

#header-layout3 #header .offer-block .offer-background .offer-inner {
  width: 60%;
  margin: 0 auto;
}

#header-layout3 #header .offer-block .offer-background .offer-inner .ishiofferblock-container .heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: unset;
  letter-spacing: 0;
  padding: 5px 0;
  color: var(--navbar-text-color);
}

#header-layout3 #header .offer-block .owl-nav {
  margin: 0;
}

#header-layout3 #header .offer-block .owl-nav .owl-prev,
#header-layout3 #header .offer-block .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: -40px;
  right: auto;
  background: transparent;
  width: 30px;
  height: 30px;
}

#header-layout3 #header .offer-block .owl-nav .owl-prev i,
#header-layout3 #header .offer-block .owl-nav .owl-next i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#header-layout3 #header .offer-block .owl-nav .owl-prev i:before,
#header-layout3 #header .offer-block .owl-nav .owl-next i:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--navbar-text-color);
  font-size: 20px;
}

#header-layout3 #header .offer-block .owl-nav .owl-next {
  left: auto;
  right: -40px;
}

#header-layout3 #header .offer-block .close {
    font-size: 26px;
    color: var(--navbar-text-color);
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-weight: 400;
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    font-family: inherit;
    display: block;
    cursor:pointer;
    line-height: 20px;
}

#header-layout3 #header .header-top {
  background: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
#header-layout3 #header .header-top .site-header-inner{
  padding: 20px 0;
}
.template-index #header-layout3 #header .header-top{border:none;}
#header-layout3 #header .header-logo-section .header__logo a.site-header__logo-link {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
}

#header-layout3 #header .header-logo-section .header__logo a .index-logo {
  display: none;
}
#header-layout3 .megamenu-header {
  float: none;
  text-align: center;
  padding: 0;
}

#header-layout3 #top-menu>li>a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
#header-layout3 #_desktop_search .search-toggle svg,
#header-layout3 #_mobile_search .search-toggle svg,
#header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
#header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
#header-layout3 #_desktop_cart .cart-display .cart-logo svg,
#header-layout3 #_mobile_cart .cart-display .cart-logo svg{
  fill:#232323;
}

@media (min-width: 992px) {
  .template-index #header-layout3 #_desktop_search .search-toggle svg,
  .template-index #header-layout3 #_mobile_search .search-toggle svg,
  .template-index #header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  .template-index #header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
  .template-index #header-layout3 #_desktop_cart .cart-display .cart-logo svg,
  .template-index #header-layout3 #_mobile_cart .cart-display .cart-logo svg{
    fill: var(--header-icon-color);
  }
  #header-layout3 #_desktop_search .search-toggle:hover svg,
  #header-layout3 #_mobile_search .search-toggle:hover svg,
  #header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle:hover svg,
  #header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle:hover svg,
  #header-layout3 #_desktop_cart .cart-display .cart-logo:hover svg,
  #header-layout3 #_mobile_cart .cart-display .cart-logo:hover svg{
    fill: var(--brand-secondary);
  }
  .template-index #header-layout3 #_desktop_search .search-toggle:hover svg,
  .template-index #header-layout3 #_mobile_search .search-toggle:hover svg,
  .template-index #header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle:hover svg,
  .template-index #header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle:hover svg,
  .template-index #header-layout3 #_desktop_cart .cart-display .cart-logo:hover svg,
  .template-index #header-layout3 #_mobile_cart .cart-display .cart-logo:hover svg{
    fill: var(--header-icon-hover-color);
  }
}

@media (max-width: 991px) {
  #header-layout3 #_desktop_search .search-toggle svg,
  #header-layout3 #_mobile_search .search-toggle svg,
  #header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  #header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
  #header-layout3 #_desktop_cart .cart-display .cart-logo svg,
  #header-layout3 #_mobile_cart .cart-display .cart-logo svg{
    fill: #232323;
  }
}

@media (min-width: 992px) {
  #header-layout3 .site-header{
    min-height:89px;
  }
  .template-index #header-layout3 .site-header{
    min-height:auto;
  }
  #header-layout3 #header .header-top>.site-header-inner>.page-width>.row {
    display: flex;
    align-items: center;
  }
  .template-index #header-layout3 #header .header-top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
  }
  #header-layout3 #header .header-logo-section {
    position: relative;
    text-align: left;
  }
  .template-index #header-layout3 #header .header-logo-section .header__logo a.site-header__logo-link {
    color: var(--header-icon-color);
  }
  .template-index #header-layout3 #header .header-logo-section .header__logo a .index-logo {
    display: inline-block;
  }
  .template-index #header-layout3 #header .header-logo-section .header__logo a .fixed-logo {
    display: none;
  }
  #header-layout3 #top-menu>li>a .title {
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
  }
   .template-index #header-layout3 #top-menu>li>a .title {
    color: var(--header-icon-color);
  }
  #header-layout3 #top-menu>li>a:hover .title {
    color: var(--brand-secondary);
  }
  .template-index #header-layout3 #top-menu>li>a:hover .title {
    color: var(--header-icon-hover-color);
  }
  #header-layout3 .language-currency{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10;
  }
  #header-layout3 .language-currency localization-form{
    display:block;
  }
  #header-layout3 .language-currency .localization-selector.link{
    background:#fff;
    color:#232323;
    border:1px solid #eee
  }
  #header-layout3 .language-currency .localization-selector.link:hover{
    color:#232323;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header-layout3 #top-menu>li>a .title {
    font-size: 14px;
  }
   #header-layout3 #top-menu>li>a {
    padding: 15px 5px;
  }
}
@media (max-width: 1199px) {
  #header-layout3 .header-right {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #header-layout3 #header .offer-block .offer-background .offer-inner {
    width: 80%;
  }
  #header-layout3 #header .header-top {
    overflow: hidden;
    position: unset;
  }
  #header-layout3 #top-menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header-layout3 #header .offer-block .owl-nav {
    margin-top: 15px;
    display: none;
  }
  #header-layout3 #header .offer-block .offer-background .offer-inner {
    width: 90%;
  }
  #header-layout3 #header .offer-block .owl-nav .owl-prev,
  #header-layout3 #header .offer-block .owl-nav .owl-next {
    position: unset;
  }
}

@media (max-width: 543px) {
  #header-layout3 #header .offer-block .close {
    top: 3px;
    bottom: auto;
  }
}


/************* header-layout4 ************/
#header-layout4{
 position:relative;
 z-index:2;
}
#header-layout4 #header .nav-header {
  background: transparent;
  min-height: 50px;
}

#header-layout4 #header .nav-header .header-block {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header-layout4 #header .nav-header .header-block .icon {
  fill: #232323;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

#header-layout4 #header .nav-header .header-block .text {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

#header-layout4 #header .header-top {
  position: relative;
  text-align: center;
  z-index: 1;
}

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

#header-layout4 .megamenu-header {
  float: none;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #e9e9e9;
  background-color: var(--menu-bg-color);
  border-bottom: 1px solid #e9e9e9;
}
.template-index #header-layout4 .megamenu-header{
  border-bottom: none;
}
#header-layout4 #top-menu>li>a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
@media (min-width: 1501px) {
  .template-index #header-layout4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .template-index #header-layout4 #header .nav-header .header-block {
    border: none;
  }
   .template-index #header-layout4 #header .nav-header {
    background: var(--navbar-background-color);
  }
  .template-index #header-layout4 #header .nav-header .header-block .icon {
    fill: var(--navbar-text-color);
  }
  .template-index #header-layout4 #header .nav-header .header-block .text {
    color: var(--navbar-text-color);
  }
}

@media (min-width: 992px) {
  .template-index #header-layout4 #header .header-top>.page-width {
    background: #fff;
    border-radius: 5px;
  }
  #header-layout4 #header .header-top>.page-width {
    padding-top: 20px;
  }
  #header-layout4 #header .header-top>.page-width>.row {
    display: flex;
    align-items: center;
  }
   #header-layout4 .megamenu-height{
      min-height: 50px;
  }
   #header-layout4 #top-menu>li>a:hover .title {
    color: var(--menu-text-hover-color);
  }
  #header-layout4 #header .desktop-user-info {
    text-align: left;
    position: relative;
  }
   #header-layout4 #header .desktop-user-info div:first-child {
    padding-left: 0;
  }
   #header-layout4 #top-menu>li>a .title {
      color: var(--menu-text-color);
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      font-family: var(--font-body-family);
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
 #header-layout4 #top-menu>li>a {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
 #header-layout4 #top-menu>li>a {
    /* If media is below 992 */
    display: inline-block;
    vertical-align: middle;
    padding:0;
  }
  #header-layout4 #header .desktop-user-info .user_info a,
  #header-layout4 #header .desktop-user-info .checkout a,
  #header-layout4 #header .desktop-user-info .wishlist a,
  #header-layout4 #header .desktop-user-info .contact a {
    color: #fff;
  }
  
  #header-layout4 #header .desktop-user-info .user_info a:hover,
  #header-layout4 #header .desktop-user-info .checkout a:hover,
  #header-layout4 #header .desktop-user-info .wishlist a:hover,
  #header-layout4 #header .desktop-user-info .contact a:hover {
    color: var(--brand-secondary);
  }
  #header-layout4 #header .desktop-user-info div:after {
    background: rgba(255, 255, 255, 0.3);
  }
  #header-layout4  #header .header-logo-section.logo-left {
    text-align: center;
  }
  #header-layout4 #header .header-top {
    overflow: hidden;
    padding: 3px 0;
    z-index: unset;
    background: #232323;
  }
}
/*================ header-layout5 ================*/
#header-layout5 #header .nav-header {
  padding: 0 55px;
  position: relative;
  background: var(--navbar-background-color);
  border-bottom: 1px solid #e9e9e9;
}



@media (min-width: 992px) {
  #header-layout5 #header .nav-header {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1300px) {
  #header-layout5 #header .nav-header {
    padding: 0;
  }
}
#header-layout5 #header .header-block {
  padding: 11px 15px;
  text-align: left;
}
@media (max-width: 991px){
  #header-layout5 #header .header-block{
    display:none;
  }
}
#header-layout5 #header .header-block .announcement-bar {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}

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

#header-layout5 #header .header-block .announcement-bar .announcement-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: var(--navbar-text-color);
}
#header-layout5 #header .header-block>div {
  position: relative;
}

#header-layout5 #header .header-block>div:last-child:after {
  display: none;
}

#header-layout5 #header .desktop-user-info{
  text-align: right;
  
}
  #header-layout5 .header-center{
    text-align:center;
  }
  #header-layout5 #header .desktop-user-info .user_info a,
  #header-layout5 #header .desktop-user-info .checkout a,
  #header-layout5 #header .desktop-user-info .wishlist a,
  #header-layout5 #header .desktop-user-info .contact a {
    color: var(--navbar-text-color);
  }

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

  #header-layout5 #header .desktop-user-info div:after {
    background: #ffffff99; 
  }
  
  #header-layout5 #header .localization-selector.link {
    color:  var(--navbar-text-color);
  }
   #header-layout5 #header .localization-selector.link:hover {
      color:  var(--navbar-text-color);
  }
  #header-layout5 .header-left {
        display: flex;
  }
  #header-layout5 .mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 330px;
    bottom: 0;
    background: white;
    box-shadow: 0px 0px 8px 0px rgb(88 88 88 / 20%);
    z-index: 9999;
    overflow-y: auto;
    overflow-x: auto;
  }
@media (max-width: 991px){
 #header-layout5 .mobile_top_menu_wrapper{
	 width: 300px;
}
}
 #header-layout5 .mobile_top_menu_wrapper #top_menu_closer {
  cursor: pointer;
  padding: 15px 15px 10px;
  text-align: right;
}

 #header-layout5 .mobile_top_menu_wrapper #mobile_top_menu_closer svg {
  width:18px;
  height:18px;
  color: #232323;
}

 #header-layout5 .mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 0 15px;
}
 #header-layout5 .mobile_top_menu_wrapper #_mobile_menu {
  padding: 0 15px;
}
 #header-layout5 .mobile_top_menu_wrapper #top-menu {
  margin-bottom: 0;
  text-align: left;
  display: block;
  padding: 0;
}
 #header-layout5 .mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}

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

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

 #header-layout5 .mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: block;
    position: relative;
    text-align: left;
    cursor: pointer;
}

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

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

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

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

 #header-layout5 .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;
}

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

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

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

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

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

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

#header-layout5 .mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category {
  padding: 10px 0 5px;
}
#header-layout5 .mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown .sub-category .top-menu .category a {
  font-size: 14px;
}
#header-layout5 .mobile_top_menu_wrapper .top-menu .popover {
  border-radius: 0;
}
#header-layout5 #desktop_top_menu_closer, #mobile_top_menu_closer{
     cursor: pointer;
    padding: 15px 15px 10px;
    text-align: right;
}
#header-layout5 #_desktop_menu{
  padding: 0 15px;
}
#header-layout5 #_desktop_menu > .top-menu{
	margin-bottom: 0;
    text-align: left;
    display: block;
    padding: 0;
}
#header-layout5 #_desktop_menu .top-menu>li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
#header-layout5 #_desktop_menu .top-menu>li:last-child{
	border-bottom: 0;
}
#header-layout5 #_desktop_menu .top-menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    white-space: normal;
}
#header-layout5 #_desktop_menu .top-menu>li>a .title {
    float: left;
    color: #232323;
    line-height: 20px;
    font-weight: 400;
    font-size: 17px;
      display: inline-block;
    vertical-align: middle;
  text-transform: capitalize;
      letter-spacing: .45px;
       margin-bottom: 0;
}
@media (max-width:991px){
 #header-layout5  #top-menu>li{
overflow:auto;
 } 
}
#header-layout5 #_desktop_menu .top-menu .sub-menu ul {
    padding: 10px 0 0 15px;
  display:block;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-category {
    text-align: left;
    width: 250px;
    float: left;
    margin-bottom: 0;
  border-bottom:none;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-menu ul>li {
    float: none;
    margin: 0;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-menu li a {
    display: inline-block;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-category {
    padding:5px 0;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-category .top-menu .category {
    padding: 10px 0 5px;
  	border-bottom: none;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-category .top-menu .category a {
    font-size: 14px;
}
#header-layout5 #_desktop_menu .top-menu.mainmenu-dropdown .sub-category>a:before{
  position:unset;
}
#header-layout5 #_desktop_menu  #top-menu .sub-category h3{
	font-size: 15px;
    font-weight: 400;
}
#header-layout5 .ishi-horizontal-megamenu{
  width: 40px;
  height:40px;
  position:unset;
  display: inline-block;
  vertical-align: middle;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon {
  width:40px;
    height:40px;
    margin-right: 15px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon svg{
  width:40px;
  height:40px;
  margin-left:-3px;
}
#header-layout5 #desktop_top_menu_closer svg , #header-layout5 #mobile_top_menu_closer svg{
  width: 14px !important;
  height: 14px !important;
  fill: #232323;
  stroke-width: 2px;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon .line-menu.half {
    width: 50%;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon .line-menu {
    background-color:#232323;
    border-radius: 5px;
    width: 100%;
    height: 2px;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon .line-menu:nth-child(2n+1):after {
    transition-delay: 0.2s;
}
#header-layout5 .ishi-horizontal-megamenu #desk-menu-icon .line-menu:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 5px;
    background:#232323;
    transition: all .3s;
    transition-delay: 0.1s;
}
@media (max-width:991px){
  #_mobile_menu{
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  #header-layout5 #_desktop_search .search-title .search-toggle, #header-layout5 #_mobile_search .search-title .search-toggle {
    display: none;
  }
  #header-layout5 #_desktop_search .search-info, #header-layout5 #_mobile_search .search-info{
    position:unset;
      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);
  }
}
    @media (min-width: 992px) {
      #header-layout5 #_desktop_search .search-info .search__input, #header-layout5 #_mobile_search .search-info .search__input {
         width: 100%;
        border-radius: 0;
        border: 1px solid var(--menu-text-modify-color);
        height: 45px;
        padding: 5px 90px 5px 15px;
        background: #fbfbfb;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 400;
        color: #a5a5a5;
    }
    }
  #header-layout5 #_mobile_search .search-info .search__input{
   	    min-width: 320px;
     
   }
  #header-layout5 #_desktop_search .search-info .search__input:focus, #header-layout5 #_mobile_search .search-info .search__input:focus{
  	background: #f9f9f9;
  }
  #header-layout5 #_desktop_search .search-info .search__input::-moz-placeholder,
#header-layout5 #_mobile_search .search-info .search__input::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}

#header-layout5 #_desktop_search .search-info .search__input::-webkit-input-placeholder,
#header-layout5 #_mobile_search .search-info .search__input::-webkit-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
 #header-layout5 #_desktop_search .search-info .search-header__submit:hover, #header-layout5 #_mobile_search .search-info .search-header__submit:hover {
    color: #666;
}
  #header-layout5 .desktop-search-info{
   text-align: center;
   }
#header-layout5 #_desktop_search,
#header-layout5 #_mobile_search {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align:middle;
  z-index: 1;
}

@media (max-width: 991px){
#header-layout5 #_desktop_search, #header-layout5 #_mobile_search {
    padding: 0;
}
}
#header-layout5 #_desktop_search .search-toggle,
#header-layout5 #_mobile_search .search-toggle {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#header-layout5 #_desktop_search .search-toggle svg,
#header-layout5 #_mobile_search .search-toggle svg {
  width: 40px;
  height: 40px;
  fill: #232323;
  -webkit-transition: all .2s;
       -moz-transition: all .2s;
       -o-transition: all .2s;
       transition: all .2s;
}

@media (max-width: 991px) {
  #header-layout5 #_desktop_search .search-toggle svg,
  #header-layout5 #_mobile_search .search-toggle svg {
    fill:var(--header-text-color);
  }
}

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

#header-layout5 #_desktop_search .search-info form,
#header-layout5 #_mobile_search .search-info form {
  width: 100%;
  max-width:300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #header-layout5 #_desktop_search .search-info,
  #header-layout5 #_mobile_search .search-info {
    position: absolute;
    top: 40px;
    z-index: 99;
    left: 0;
    right: auto;
}
#header-layout5 #_desktop_search .search-info form,
#header-layout5 #_mobile_search .search-info form {
  max-width: 300px;
}
}
#header-layout5 #_desktop_search .search-info form .search-tag,
#header-layout5 #_mobile_search .search-info form .search-tag {
  display: none;
}
#header-layout5 #_desktop_search .search-info .search__input,
#header-layout5 #_mobile_search .search-info .search__input {
  min-width: 300px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
  height: 40px;
  padding: 5px 50px 5px 15px;
  margin: 0;
  background: #fbfbfb;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .8px;
  color: #777;
}
@media (max-width: 1199px) and (min-width: 992px) {
  #header-layout5 #_desktop_search .search-info .search__input,
  #header-layout5 #_mobile_search .search-info .search__input {
    min-width: 250px;
  }
}
@media (max-width: 991px) {
  #header-layout5 #_desktop_search .search-info .search__input,
  #header-layout5 #_mobile_search .search-info .search__input {
    min-width: 300px;
      height: 40px;
    border-radius: 0;
  }
}
@media (max-width: 543px) {
  #header-layout5 #_desktop_search .search-info .search__input,
  #header-layout5 #_mobile_search .search-info .search__input {
    min-width: 250px;
  }
}

@media (max-width: 400px) {
  #header-layout5 #_desktop_search .search-info .search__input,
  #header-layout5 #_mobile_search .search-info .search__input {
    min-width: 240px;
  }
}
#header-layout5 #_desktop_search .search-info .search__input:hover+.btn--link,
#header-layout5 #_mobile_search .search-info .search__input:hover+.btn--link {
  opacity: 1;
}
#header-layout5 #_desktop_search .search-info .search__input::-moz-placeholder,
#header-layout5 #_mobile_search .search-info .search__input::-moz-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
#header-layout5 #_desktop_search .search-info .search__input::-webkit-input-placeholder,
#header-layout5 #_mobile_search .search-info .search__input::-webkit-input-placeholder {
  color: #a5a5a5;
  opacity: 1;
}
#header-layout5 #_desktop_search .search-info .search__input:focus,
#header-layout5 #_mobile_search .search-info .search__input:focus {
  background: #fff;
}
#header-layout5 #_desktop_search .search-info .search-header__submit,
#header-layout5 #_mobile_search .search-info .search-header__submit {
  position: absolute;
    border: none;
    top: 0px;
    right: 0;
    bottom: 0;
    background:transparent;
    font-size: 14px;
    font-weight: 400;
    color:#232323;
    padding: 0;
    outline: 0;
      border-radius: 50%;
      width:45px;
      cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media (max-width: 991px) {
  #header-layout5 #_desktop_search .search-info .search-header__submit,
  #header-layout5 #_mobile_search .search-info .search-header__submit {
    border-radius: 0;
    top: 0px;
    width:40px;
    height:40px;
  }
}
#header-layout5 #_desktop_search .search-info .search-header__submit i,
#header-layout5 #_mobile_search .search-info .search-header__submit i{
  display: block;
  font-size: 16px;
}
#header-layout5 .header-top{
  padding: 17px 55px;
  display: block;
    border-bottom:1px solid #eee;

}
@media (max-width: 1300px){
  #header-layout5 .header-top{
     padding: 17px 0;    
  }
}
#header-layout5 .header-top .row {
  display: flex;
  align-items: center;
}
@media (min-width: 992px){
  #header-layout5 .page-width{
    max-width: 100%;
    width: auto;
  }
}
#header-layout5 #header .header-logo-section{
  display: flex;
  align-items: center;
}
@media (max-width: 991px){
  #header-layout5 #header .header-logo-section{
    justify-content: center;
  }
}
#header-layout5 .header-center h1{
    text-align: center;
    margin: 0;
}
#header-layout5 .wishlist{
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  display: inline-block;
   padding: 10px 13px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#header-layout5 .wishlist .nav-icon{
  padding:0;
}
#header-layout5 .nav-icon{
  padding: 10px 13px;
    -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: inherit;
}
@media (max-width: 991px){
  #header-layout5 .nav-icon{
    display:none;
  }
}
#header-layout5 #_desktop_cart .nav-icon{
  padding-right: 0;
  margin-left: -3px;
}
#header-layout5 .nav-icon:after{
  content: '';
  height: 15px;
  width: 1px;
  background: #888;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header-layout5 .cart_info .nav-icon:after {
  display:none;
}
#header-layout5 .nav-icon:hover{
  color: var(--header-icon-hover-color);
}
#header-layout5 .localization-form .dropdown-list{
    right: 0;
    left: auto;

}
#header-layout5 #_desktop_cart .cart-display .cart-logo svg{
  display:none;
}



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

@media (max-width: 991px) {
#header .desktop-user-info {
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 650px) {
#header .desktop-user-info {
    text-align: center;
    width: 100%;
  }
}
#header .desktop-user-info .user_info,
#header .desktop-user-info .checkout,
#header .desktop-user-info .wishlist,
#header .desktop-user-info .contact {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

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

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

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

@media (max-width: 991px) {
  #header .desktop-user-info div:after {
    top: 9px;
  }
  #header .desktop-user-info div:nth-last-of-type(2):after{
    display:none;
  }
}

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


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


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

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

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

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



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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

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

#_desktop_top_menu #top-menu .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%;
  }
}


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

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

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

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

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

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

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

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


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

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

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

#top-menu>li>a i {
  display: none;
}

#top-menu>li>a span {
  background: #f00 none repeat scroll 0 0;
  border-radius: 2px;
  font-family: var(--font-body-family);
  font-size: 8px;
  font-weight: 500;
  padding: 2px 4px;
  position: absolute;
  top: 4px;
  letter-spacing: 0.5px;
  color: #fff;
  line-height: 8px;
  right: 1px;
  z-index: 0;
}

@media (max-width: 1199px) {
  #top-menu>li>a span {
    right: -7px;
    top: 3px;
  }
}

@media (max-width: 991px) {
  #top-menu>li>a span {
    display: none;
  }
}

@media (max-width: 991px) {
  #top-menu>li>a span {
    /* If media is below 992 */
    padding: 0 3px;
    top: 0px;
    float: right;
    left: auto;
    right: 0;
    position: relative;
    margin: 0 6px;
  }
}

#top-menu>li>a span.new {
  background: #666 none repeat scroll 0 0;
}


@media (min-width: 992px) {
  #top-menu>li>a span.new:before {
    border-top: 5px solid #666;
  }
}

#top-menu>li>a span.sale {
  background: #7fbc1e none repeat scroll 0 0;
}


@media (min-width: 992px) {
  #top-menu>li>a span.sale:before {
    border-top: 5px solid #7fbc1e;
  }
}

@media (min-width: 992px) {
  #top-menu>li>a span:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-top-color: transparent;
    border-left-width: 0px;
    border-right-width: 6px;
    border-top: 5px solid #f00;
    -moz-transform: scale(0.9999);
  }
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid__item--Ishi_megamenu .card-wrapper{
  width: 140px;
   background:transparent;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-wrapper .card-information{
    padding:5px 0 0;
  }
.grid__item--Ishi_megamenu .card-wrapper .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+*{
  margin:0;
}
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: inherit;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .price .price-item--regular, 
  .grid__item--Ishi_megamenu .card-information .price .price--on-sale .price-item--regular,
  .grid__item--Ishi_megamenu .card-information .price .price-item--sale, 
  .grid__item--Ishi_megamenu .card-information .price .price--on-sale .price-item--sale{
    font-size:14px;
  }

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

.ishi-horizontal-megamenu{
	position:unset;
}

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

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

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

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

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

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


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

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

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

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


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


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


/*-------------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;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}

 
.header-top.fixed-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background: #fff !important;
}
#header-layout3 #header .header-top.fixed-header{padding:0 !important;}
#header-layout3 #header .header-top.fixed-header .site-header-inner{;padding:10px 0;}
#header-layout3 .fixed-header .header-logo-section .header__logo a .index-logo {
  display: none !important;
}

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

#header-layout3 .fixed-header #top-menu>li>a .title {
  color: #232323;
}

#header-layout3 .fixed-header #top-menu>li>a:hover .title {
  color: var(--brand-secondary);
}

#header-layout3 .fixed-header #_desktop_search .search-toggle svg {
  fill: #232323;
}

#header-layout3 .fixed-header #_desktop_search .search-toggle:hover svg {
  fill: var(--brand-secondary);
}

#header-layout3 .fixed-header #_desktop_user_info .userinfo-title .userinfo-toggle svg {
  fill: #232323;
}

#header-layout3 .fixed-header #_desktop_user_info .userinfo-title .userinfo-toggle:hover svg {
  fill: var(--brand-secondary);
}

#header-layout3 .fixed-header #_desktop_cart .cart-display .cart-logo svg {
  fill: #232323;
}

#header-layout3 .fixed-header #_desktop_cart:hover .cart-display .cart-logo svg {
  fill: var(--brand-secondary);
}
 

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

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

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}
.footer-title{
   overflow:hidden;
   width:100%;
}
.navbar-toggler{
    float: right;
    margin: 4px;
  display:flex;
}
.footer .navbar-toggler svg{
  color:var(--footer-heading-color);
}
.footer-block:empty,
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}


#footer-layout1 .footer__content-top {
  padding-bottom: 2rem;
  padding-top: 4rem;
  display: block;
}

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

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

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



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

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

#footer-layout1 .footer-block--newsletter .newsletter_text .newsletter_icon {
   width: 50px;
   height: 50px;
   display: inline-block;
   vertical-align: middle;
   margin-bottom: 15px;
}
#footer-layout1 .footer-block--newsletter .newsletter_text .newsletter_icon svg {
   fill: var(--footer-text-hover-color);
   width: 50px;
   height: 50px;
}
#footer-layout1 .footer-block--newsletter .newsletter_text h2 {
   font-size: 24px;
   font-weight: 500;
   margin-top:0;
   margin-bottom: 0;
   letter-spacing: 0;
   line-height: 24px;
   color: var(--footer-heading-color);
   position: relative;
   text-transform: unset;
}
#footer-layout1 .footer-block--newsletter .newsletter_text p{
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: var(--footer-text-color);
    font-weight: 400;
    margin-top: 15px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
 #footer-layout1  .footer-block--newsletter .newsletter_text h2 {
     font-size: 20px;
  }
}

#footer-layout1 .footer .newsletter-form{
  max-width: 100%;
  position:relative;
  margin-top:15px;
}
 @media (min-width: 768px) and (max-width: 991px) {
  #footer-layout1 .footer .newsletter-form{
     max-width: 60%;
   }
 }
#footer-layout1 .footer .newsletter-form .field input{
   background:#fff;
   padding-right: 45px;
   height:46px;
}
#footer-layout1 .footer .newsletter-form .newsletter-form__button{
   height:40px;
   width:40px;
   padding:0;
   position: absolute;
   right: 3px;
   margin:0;
   top: 3px;
}
#footer-layout1 .footer .newsletter-form .newsletter-form__button svg{
   height:40px;
   width:40px;
   fill: currentColor;
}
#footer-layout1 .footer-block__heading {
  margin-bottom: 1rem;
  margin-top: 0;
  font-size: 1.6rem;
  font-weight:500;
  color:var(--footer-heading-color);
}

@media screen and (min-width: 992px) {
 #footer-layout1 .footer-block__heading {
    font-size: 1.8rem;
    display:block;
     margin-bottom: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
 #footer-layout1 .footer-block__heading {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
   #footer-layout1 .footer-block__heading {
      float:left;
    }
}

#footer-layout1 .footer-block__details-content .list-menu__item--link {
  color: var(--footer-text-color);
}

#footer-layout1 .footer-block__details-content .list-menu__item--link:hover {
  color:  var(--footer-text-hover-color);
}

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

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

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

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

@media (max-width: 991px) {
  #footer-layout1 .footer .store-infomation{
    margin-bottom:20px;
  }
  #footer-layout1 .footer .store-infomation .footer-block__heading{
    float:unset;
  }
}

 #footer-layout1 .footer .contact-info {
   text-align: left;
   position: relative;
}
 #footer-layout1 .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;
}
 #footer-layout1 .footer .contact-info .contact-info-inner ul .content {
   display: inline-block;
   vertical-align: middle;
   overflow: hidden;
   text-align: left;
   padding-left: 10px;
   width: 80%;
}
 @media (max-width: 1199px) {
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content {
     width: 75%;
  }
}
 @media (max-width: 991px) {
   #footer-layout1 .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-layout1 .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-layout1 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 15px;
  }
}
 #footer-layout1 .footer .contact-info .contact-info-inner ul .content a, #footer-layout1 .footer .contact-info .contact-info-inner ul .content p {
   font-size: 14px;
   font-weight: 400;
   color: var(--footer-text-color);
   margin-bottom: 0px;
}
 #footer-layout1 .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-layout1 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
     width: 100%;
     text-align: left;
  }
   #footer-layout1 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child{
    margin-bottom:10px;
   }
   #footer-layout1 .footer .contact-info .contact-info-inner ul .content .title {
     font-size: 16px;
     margin-bottom: 3px;
   }
}
 #footer-layout1 .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-layout1 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item.shop-email i {
   font-size: 21px;
}
 @media (min-width: 992px) {
   #footer-layout1 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item:last-child {
     margin-bottom: 0;
  }
}

/*********************************** footer-layout2 ******************************************/

#footer-layout2 .footer__content-top {
  padding-bottom:4rem;
  padding-top: 4rem;
  display: block;
}

@media screen and (min-width: 992px) {
 #footer-layout2 .footer__content-top {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
 @media (max-width: 991px) {
   #footer-layout2 .footer .contact-form-bottom {
     margin-bottom: 40px;
  }
}
 #footer-layout2 .footer .contact-form-bottom .section-header {
   margin-bottom: 40px;
}
 #footer-layout2 .footer .contact-form-bottom .section-header .sub-title {
   color: var(--footer-text-hover-color);
}
 #footer-layout2 .footer .contact-form-bottom .section-header .title {
   color: var(--footer-heading-color);
}
 #footer-layout2 .footer .contact-form-bottom .section-header .title:before {
   background: var(--footer-text-hover-color);
}
#footer-layout2 .footer .contact-form-bottom .contact__fields {
    grid-column-gap: 3rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
 @media (max-width: 767px) {
   #footer-layout2 .footer .contact-form-bottom .contact__fields {
      display: block;
  }
}
  #footer-layout2 .footer .contact-form-bottom .field .field__input{
   color: #555;
   background:#fff;
  }
#footer-layout2 .footer .contact-form-bottom .field .text-area.field__input{
   min-height: 14rem;
}

#footer-layout2 .footer .footer-block--newsletter{
   text-align:center;
   overflow: hidden;
   display: block;
   border: 1px solid var(--footer-text-modify2-color);
   padding: 40px 15px;
}

 #footer-layout3 .footer .footer-block--newsletter .section-header {
   margin-bottom: 40px;
}
 #footer-layout3 .footer .footer-block--newsletter .section-header .subtitle {
   color: var(--footer-text-hover-color);
}
 #footer-layout3 .footer .footer-block--newsletter .section-header .title {
   color: var(--footer-heading-color);
}
 #footer-layout3 .footer .footer-block--newsletter .section-header .title:before {
   background: var(--footer-text-hover-color);
}
#footer-layout2 .footer .footer-block--newsletter .newsletter_text .newsletter_icon {
   width: 50px;
   height: 50px;
   display: inline-block;
   vertical-align: middle;
   margin-bottom: 15px;
}
#footer-layout2 .footer .footer-block--newsletter .newsletter_text .newsletter_icon svg {
   fill: var(--footer-text-hover-color);
   width: 50px;
   height: 50px;
}
#footer-layout2 .footer .footer-block--newsletter .newsletter_text h2 {
   font-size: 22px;
   font-weight: 700;
   margin-top:0;
   margin-bottom: 0;
   letter-spacing: 0;
   line-height: 24px;
   color: var(--footer-heading-color);
   position: relative;
   text-transform: unset;
}
#footer-layout2 .footer .footer-block--newsletter .newsletter_text p{
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: var(--footer-text-color);
    font-weight: 400;
    margin-top: 15px;
}
 @media (max-width: 767px) {
 #footer-layout2 .footer .footer-block--newsletter .newsletter_text h2 {
     font-size: 18px;
  }
}

#footer-layout2 .footer .newsletter-form{
  max-width: 85%;
  position:relative;
   margin:0 auto;
  margin-top:20px;
}
 @media (max-width: 991px) {
  #footer-layout2 .footer .newsletter-form{
     max-width: 70%;
   }
 }
 @media (max-width: 543px) {
  #footer-layout2 .footer .newsletter-form{
     max-width:100%;
   }
 }
#footer-layout2 .footer .newsletter-form .field input{
   background:#fff;
   height:50px;
   padding-right: 130px;
}
@media screen and (max-width: 767px) {
  #footer-layout2 .footer .newsletter-form .field input{
     padding-right: 70px;
  }
}
#footer-layout2 .footer .newsletter-form .field .field__label{
   top: 1.5rem;
}
#footer-layout2 .footer .newsletter-form .field input:-webkit-autofill~label, 
#footer-layout2 .footer .newsletter-form .field input:focus~label, 
#footer-layout2 .footer .newsletter-form .field input:not(:placeholder-shown)~label, 
#footer-layout2 .footer .newsletter-form .field input:-webkit-autofill~.field__label, 
#footer-layout2 .footer .newsletter-form .field input:focus~.field__label, 
#footer-layout2 .footer .newsletter-form .field input:not(:placeholder-shown)~.field__label{
    top: .3em;
}


#footer-layout2 .footer .newsletter-form .newsletter-form__button{
   position: absolute;
   right: 3px;
   margin:0;
   top: 3px;
}
 @media (max-width: 767px) {
   #footer-layout2 .footer .newsletter-form .newsletter-form__button{
     padding: 12px 20px;
   }
 }
 #footer-layout2 .footer .footer-link {
   margin-top: 50px;
}
 @media (max-width: 991px) {
    #footer-layout2 .footer .footer-link {
     margin-top: 35px;
  }
}
  #footer-layout2 .footer .footer-link .bottom-link-list {
   text-align: center;
   margin-top: 5px;
}
  #footer-layout2 .footer .footer-link .bottom-link-list a {
   display: block;
   overflow: hidden;
   position: relative;
   line-height: 22px;
   color: var(--footer-text-color);
}
 #footer-layout2 .footer .footer-link .bottom-link-list a:hover {
   color: var(--footer-text-hover-color);
}
 @media (max-width: 991px) {
    #footer-layout2 .footer .footer-link .bottom-link-list {
    /* If media is below 992 */
     display: block;
     width: 100%;
     overflow: hidden;
  }
}
  #footer-layout2 .footer .footer-link .bottom-link-list .list-unstyled li {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   padding: 0 8px;
}
#footer-layout2 .footer .footer-link .bottom-link-list .list-unstyled li:after {
   position: absolute;
   content: "";
   left: auto;
   right: -2px;
   background: var(--footer-text-modify3-color);
   width: 1px;
   height: 15px;
   top: 4px;
}
#footer-layout2 .footer .footer-link .bottom-link-list .list-unstyled li:last-child:after {
   display: none;
}
.footer-bottom {
  background:var(--footer-bottom-bg-color);
  padding: 10px 0;
}

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

.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;
}
 @media (max-width: 991px) {
   .footer-bottom .footer-left {
     text-align: center;
  }
}
.footer-bottom .footer-left.center{
  text-align: center;
}
.footer-bottom .footer-right.center .list-payment{
  justify-content: 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 .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-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer-social ul li a i,.footer-social ul li a svg{
   font-size: 16px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}


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

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

/*================ ishislider ================*/
.ishislider {
   position: relative;
  z-index:0;
}
 .ishislider .ishislideshow-carousel .owl-nav {
  /* If media is below 768 */
   margin-bottom: 0;
   margin-top: 0;
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .owl-nav {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   position: absolute;
   padding: 0;
   top: 46%;
   box-shadow: none;
   margin: 4px;
   right: auto;
   border: 0;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: var(--button-bg-color) !important;
   opacity: 0;
   filter: alpha(opacity=0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   color: var(--button-text-color);
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-nav .owl-prev, .ishislider .ishislideshow-carousel .owl-nav .owl-next {
    /* If media is below 992 */
     top: 40%;
  }
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover {
   background-color: var(--button-bg-hover-color) !important;
   box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.1);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev i, .ishislider .ishislideshow-carousel .owl-nav .owl-next i {
   line-height: 40px;
   height: 40px;
   width: 40px;
  color: var(--button-text-color);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color);
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent !important;
   border: 1px solid var(--button-bg-color) !important;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 1500px) {
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1400px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 34px;
   text-transform: unset;
   line-height: 34px;
   margin-bottom: 20px;
   letter-spacing: 0.8px;
   font-weight:600;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 28px;
     line-height: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 24px;
     line-height: 26px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 16px;
     line-height: 16px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 13px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size:13px;
     line-height:17px;
     margin-bottom:5px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 12px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 74px;
   text-transform: unset;
   line-height:78px;
   margin-bottom: 22px;
   letter-spacing: 0.6px;
   font-weight: 700;
   font-family: var(--primary-font);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 62px;
     line-height: 70px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 48px;
     line-height: 54px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 38px;
     line-height: 44px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 26px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:21px;
     line-height: 30px;
      margin-bottom:13px
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:18px;
     line-height: 23px;
     margin-bottom:10px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:16px;
     line-height: 22px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 380px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 14px;
     line-height: 20px;
     margin-bottom:9px;
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 13px;
     line-height: 16px;
     margin-bottom:9px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 15px;
   line-height: 24px;
   margin-bottom:38px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--primary-font);
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 35px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     line-height: 22px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc p {
   font-size: 16px;
}
 @media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 15px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc p {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 13px;
     padding: 8px 17px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 11px;
     padding: 7px 15px;
    
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 10px;
     padding: 5px 12px;
  }
}
 @media (max-width: 415px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
     font-size: 9px;
     padding:4px 12px;
  }
}
 .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.4s;
}
 .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.4s;
}
 .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.3s;
}
 .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.3s;
}

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

/*================ Aboutus block ================*/
@media (min-width: 992px) {
   .ishi-aboutus-section .ishiaboutusblock .about_style1, .ishi-aboutus-section .ishiaboutusblock .about_style2, .ishi-aboutus-section .ishiaboutusblock .about_style3 {
     display: flex;
     align-items: center;
  }
   .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item li {
     width: 50%;
     float: left;
  }
}
@media (max-width:400px){
     .ishi-aboutus-section .section-header.left>h2:before{
    left:0;
    right:auto;
  }
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper {
   text-align: center;
   margin-bottom:20px;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper {
   position: relative;
   display: flex;
   align-items: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper img {
   margin: auto;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon {
   position: absolute;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 1;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon a .ripple-effect {
   position: relative;
   display: inline-block;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon a .ripple-effect:before, .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon a .ripple-effect:after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 50%;
   border: 1px solid rgba(208, 190, 190, 0.5);
   -webkit-animation: ripple 2s linear infinite;
   animation: ripple 2s linear infinite;
   transition: all 0.4s ease-in-out;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon a .ripple-effect:after {
   -webkit-animation: ripple 2s linear 1s infinite;
   animation: ripple 2s linear 1s infinite;
}
 .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper .video-play-icon a i {
   font-size: 70px;
   line-height: 60px;
   color: #c0c0c0;
}

 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .description {
   margin-bottom: 25px;
   font-size: 14px;
  font-weight: 400;
  color: #888;
  letter-spacing: .5px;
  line-height: 24px;
}
 
 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .description p {
   margin-bottom: 10px;
}
 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list {
   margin-bottom: 20px;
   overflow: hidden;
   clear: both;
}
 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item {
   overflow: hidden;
   clear: both;
}
 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_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;
}

 
 .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item li:before {
   position: absolute;
   content: "";
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: var(--brand-secondary);
   top: 8px;
   left: 0;
}
 .ishi-aboutus-section .ishiaboutusblock .category_list .list-item .category-title {
   font-size: 24px;
   letter-spacing: 0.5px;
   font-weight: 600;
   margin-bottom: 20px;
   color: #222;
   line-height: 24px;
}
 .ishi-aboutus-section .ishiaboutusblock .category_list .list-item li {
   font-size: 15px;
   letter-spacing: 0.5px;
   font-weight: 500;
   margin-bottom: 10px;
   color: #666;
   padding: 0 0 0 18px;
   position: relative;
   line-height: 24px;
}

 .ishi-aboutus-section .ishiaboutusblock .category_list .list-item li:before {
   position: absolute;
   content: "";
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: var(--brand-secondary);
   top: 8px;
   left: 0;
}

 @media (max-width: 991px) and (min-width:401px) {
   .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block {
     text-align: center !important;
  }
    .ishi-aboutus-section .ishiaboutusblock .about-image-wrapper .image-wrapper {
     margin-bottom: 20px;
  }
  .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item {
     text-align: center;
  }
  .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item li {
     display: inline-block;
  }
   .ishi-aboutus-section .ishiaboutusblock .category_list .list-item {
     text-align: center;
  }
   .ishi-aboutus-section .ishiaboutusblock .category_list .list-item .category-title {
     font-size: 20px;
  }
   .ishi-aboutus-section .ishiaboutusblock .category_list .list-item li {
     display: inline-block;
     padding: 0 10px 0 18px;
   }
  .ishi-aboutus-section .ishiaboutusblock .about_style1 .about-image-wrapper .image-wrapper {
     margin-bottom: 20px;
  }
    .ishi-aboutus-section .ishiaboutusblock .about_style2 .about-image-wrapper .image-wrapper {
     margin-top: 20px;
  }
    .ishi-aboutus-section .ishiaboutusblock .about_style3 .text-wrapper .about-text-block {
     margin-bottom: 20px;
  }
}

@media (max-width: 543px) {
   .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .description {
     margin-bottom: 20px;
  }
}
@media (max-width: 400px) {
   .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item {
     text-align: left;
   }
   .ishi-aboutus-section .ishiaboutusblock .text-wrapper .about-text-block .category_list .list-item li {
     display: block;
  }
  .ishi-aboutus-section .ishiaboutusblock .category_list .list-item {
     text-align: left;
  }
  .ishi-aboutus-section .ishiaboutusblock .category_list .list-item li {
     display: block;
  }
}
 

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


/*================  bannerwithtimer.css ================*/
.ishi-bannerwithtimer-section .bannerwithtimer {
   position: relative;
   clear: both;
}
.ishi-bannerwithtimer-section .bannerwithtimer .timer-content {
   position: relative;
   display:flex;
}
 
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-image {
   position: absolute;
   left: auto;
   right: 0;
   top: 0;
   z-index: 1;
   text-align: center;
}

 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-image .image-wrapper {
   position: relative;
   display: block;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block {
   text-align: left;
   padding-left: 10%;
}
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .title {
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0px;
   font-weight: 700;
   position: relative;
   margin-bottom: 25px;
}

 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .description {
   margin-bottom: 25px;
    font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 24px;
}
 
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .description p {
   margin-bottom: 10px;
}
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .countdowncontainer {
   margin-bottom: 25px;
}
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   min-width: 45px;
   margin-right: 20px;
   font-size: 34px;
   line-height: 34px;
   letter-spacing: 0px;
   font-weight: 600;
   position: relative;
   
}


 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .countdowncontainer .countdown:after {
   position: absolute;
   left: auto;
   right: -17px;
   content: ":";
   top: -2px;
   font-size: 30px;
   font-weight: 700;
}
 .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .countdowncontainer .countdown:last-child:after {
   display: none;
}
  @media (max-width: 1199px) {
   .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block {
     padding-left: 0;
  }
   .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .title {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 991px) {
   .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .title {
     font-size: 30px;
     line-height: 30px;
  }
  .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .countdowncontainer .countdown {
     min-width: 35px;
     margin: 0 10px;
     font-size: 28px;
     line-height: 28px;
  }

}
 @media (max-width: 767px) {
   .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-image {
     position: unset;
  }
    .ishi-bannerwithtimer-section .bannerwithtimer .timer-content {
     display: block;
      overflow:hidden;
  }
  .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block {
     text-align: center;
     margin-bottom: 20px;
  }
  .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .title {
     font-size: 26px;
     line-height: 30px;
  }
}

@media (max-width: 543px) {
   .ishi-bannerwithtimer-section .bannerwithtimer .timer-content .timer-text-block .description {
     margin-bottom: 20px;
  }
}

/*================ ishiinstagram ================*/
.ishi-instagram-block .ishiinstagram {
   position: relative;
   overflow: hidden;
   position: relative;
}
 .ishi-instagram-block .ishiinstagram .home-title {
   position: relative;
}
 .ishi-instagram-block .ishiinstagram .home-title a {
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0px;
   font-weight: 700;
   color: #222;
   text-transform: unset;
   position: relative;
   margin-bottom: 25px;
   padding-bottom: 25px;
     
}
 @media (max-width: 1199px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .ishi-instagram-block .ishiinstagram .home-title a {
     margin-bottom: 20px;
     padding-bottom: 20px;
  }
}
 .ishi-instagram-block .ishiinstagram .home-title a:before {
   position: absolute;
   content: "";
   width: 80px;
   height: 4px;
   background: var(--brand-secondary);
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .ishi-instagram-block .ishiinstagram .home-title a span {
   font-size: 16px;
   display: block;
   line-height: 24px;
   letter-spacing: 8px;
   font-weight: 500;
   margin-bottom: 12px;
   color: var(--brand-secondary);
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram .home-title a span {
     letter-spacing: 5px;
  }
}
 @media (max-width: 767px) {
   .ishi-instagram-block .ishiinstagram .home-title a span {
     letter-spacing: 3px;
  }
}
 @media (max-width: 543px) {
   .ishi-instagram-block .ishiinstagram .home-title a span {
     font-size: 14px;
     margin-bottom: 8px;
  }
}
 .ishi-instagram-block .ishiinstagram #instafeed {
   position: relative;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem {
   position: relative;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay {
   background: rgba(255, 255, 255, 0.25);
   position: absolute;
   width: 94%;
   height: 94%;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   margin: auto;
   overflow: hidden;
   opacity: 0;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 50%;
   top: 0;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   left: 50%;
   bottom: 0;
   top: auto;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   content: "";
   width: 2px;
   height: 0;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 0;
   top: 50%;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   right: 0;
   left: auto;
   top: 50%;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a img {
   max-width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 99;
   margin-top: -10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i {
   font-size: 30px;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i:hover {
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
   position: absolute;
   bottom: 0;
   display: block;
   padding: 10px;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   font-size: 14px;
   font-weight: 400;
   color: #fff;
}
 @media (max-width: 991px) {
   .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
    /* If media is below 992 */
     opacity: 1;
  }
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .likes {
   float: left;
   display: inline-block;
   margin-left: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .comments {
   float: right;
   display: inline-block;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container i {
   display: block;
   font-size: 16px;
   color: #fff;
   display: inline-block;
   padding-right: 5px;
   padding-left: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:after {
   width: 100%;
   left: 0;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before, .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after {
   height: 100%;
   top: 0;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
   opacity: 1;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .instagram {
   display: block;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .text-container {
   opacity: 1;
}
 .ishi-instagram-block .ishiinstagram #instafeed .instahover a img {
   -webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
   -ms-filter: grayscale(70%);
   -o-filter: grayscale(70%);
   filter: grayscale(70%);
}
 
/*================ Features block ================*/
.ishi-features-section .features-block.bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}
 .ishi-features-section .features-block .ishifeaturesblock_content {
   text-align: center;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
   text-align: center;
   margin-bottom: 50px;
   padding: 0 50px;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner {
   min-width: 50px;
   min-height: 50px;
   display: flex;
   margin: auto;
   align-items: center;
   justify-content: center;
   margin-bottom: 10px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
   font-size: 20px;
   font-weight: 500;
   margin-bottom: 2px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle {
   font-size: 14px;
   font-weight: 400;
   line-height: 24px;
   letter-spacing: 0.5px;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle p {
   font-size: 14px;
}

 .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .features-left {
   order: 1;
}
 .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .features-right {
   order: 3;
}
 .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .banner-center {
   order: 2;
}
 .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container {
   margin-bottom: 30px;
   padding: 0 15px;
}
 .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container:last-child {
   margin: 0;
}
 .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner {
   border-radius: 10px;
   padding: 30px 15px;
}
 .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-title {
   font-size: 18px;
}
 .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-subtitle {
    font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  line-height: 24px;
}
 .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock_content {
   display: block;
}
 .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container {
   margin-bottom: 0px;
   padding: 0 15px;
}
 .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-title {
   font-size: 18px;
}
 .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-subtitle {
   line-height: 22px;
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content{
   border: 1px solid #f7f8fa;
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left {
   padding: 89px 100px;
    text-align: center;
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
    width: 75%;
    color: #7a7a7a;
    margin: 0 auto;
}
@media (max-width: 1700px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
      width: 80%;
  }
}
@media (max-width: 1550px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
      width: 85%;
  }
}
@media (max-width: 1199px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
      width: 60%;
  }
}
@media (max-width: 991px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
      width: 75%;
  }
}
@media (max-width: 767px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .description{
      width: 90%;
  }
}
@media (max-width: 1400px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left{
    padding: 80px 0;
  }
}
@media (max-width: 1199px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left{
    width: 100%;
  }
}
@media (max-width: 991px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left{
    padding: 40px 0;
  }
}
@media (max-width: 1199px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-right{
    width: 100%;
  }
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .ishifeaturesblock-container{
  padding: 0;
}
@media (max-width: 767px) and (min-width: 544px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .ishifeaturesblock-container .features-inner{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 543px) {
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .ishifeaturesblock-container .features-inner{
      margin-bottom: 20px;
  }
}
@media (max-width: 767px) and (min-width: 544px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .ishifeaturesblock-container .features-inner:last-child{
    margin-bottom: 0;
  }
}
@media (max-width: 543px) {
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .ishifeaturesblock-container .features-inner:last-child{
    margin-bottom: 0;
  }
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-img{
    display: block;
    border-radius: 50%;
    box-shadow: 2px 2px 10px 1px #0000001a;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 107px;
    height: 107px;
    line-height: 107px;
    margin: 0 auto 15px;
    -webkit-transition: all .5s;
    position: relative;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
@media (max-width: 767px) and (min-width: 544px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-img{
    margin: 0;
  }
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner:hover .service-hoverimg{
  opacity: 1;
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-hoverimg{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 107px;
    height: 107px;
    line-height: 107px;
    background-color: #eb7343;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
@media (max-width: 767px) and (min-width: 544px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-hoverimg{
    left: 15px;
    right: 0;
    margin: 0;
  }
}
@media (max-width: 767px) and (min-width: 544px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .features-des{
    text-align: left;
    padding-left: 15px;
  }
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-title{
   font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #232323;
    margin-bottom: 8px;
}
@media (max-width: 1300px) and (min-width: 1200px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-title{
      font-size: 18px;
      line-height: 18px;
    }
}
@media (max-width: 767px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-title{
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 5px;
    }
}
.ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-desc{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
}
@media (max-width: 1300px) and (min-width: 1200px){
  .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-desc{
      font-size: 13px;
      line-height: 18px;
    }
}
@media (max-width: 767px){
   .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content .features-left .features-inner .service-desc{
      font-size: 14px;
    }
}
 @media (min-width: 1200px) {
   .ishi-features-section .features-block .ishifeaturesblock_content {
     display: flex;
     align-items: center;
  }
}
@media (min-width: 992px) {
   .ishi-features-section .features-block .features_style4 .ishifeaturesblock_content {
     border: 1px solid #f7f8fa;
  }
}
 @media (min-width: 992px) {
   .ishi-features-section .features-block .ishifeaturesblock_content {
     display: flex;
     align-items: center;
  }
}
 @media (min-width: 768px) {
   .ishi-features-section .features-block .section-header {
     margin-bottom: 60px;
  }
  .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .image-inner {
     transform: rotateY(360deg);
     -webkit-transition: rotateY(360deg);
     -moz-transition: rotateY(360deg);
     -o-transition: rotateY(360deg);
  }
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .features-title {
     letter-spacing: 0.9px;
  }
}
@media (max-width: 1199px) {
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 30px;
  }
}
@media (max-width: 991px) {
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container {
     margin-bottom: 20px;
  }
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(3), .ishi-features-section .features-block .features_style3 .ishifeaturesblock-container:nth-child(4) {
     margin-bottom: 0;
  }
   .ishi-features-section .features-block .features_style2 .banner-img {
     margin-bottom: 30px;
  }
    .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img {
     margin-bottom: 30px;
  }
  .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
     font-size: 18px;
  }
  .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0;
     margin-bottom: 20px;
  }
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-title {
     font-size: 15px;
  }
}
@media (min-width: 544px) and (max-width: 991px) {
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(2n+1) {
     clear: left;
  }
}
 @media (max-width: 767px) {
   .ishi-features-section .features-block .section-header {
     margin-bottom: 30px;
  }
}
 @media (min-width: 544px) {
   .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(3) {
     margin-bottom: 0;
  }
  .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(2n+1) {
     clear: left;
  }
}

@media (max-width: 543px) {
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-title {
     font-size: 16px;
  }
  .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container {
     width: 100%;
     padding: 0 15%;
  }
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(3) {
     margin-bottom: 20px;
  }
    .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container {
     width: 100%;
  }
  .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner {
     padding: 30px 15%;
  }
   .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner .features-title {
     font-size: 16px;
  }
  .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .features-right {
     width: 100%;
  }
  .ishi-features-section .features-block .features_style1 .ishifeaturesblock_content .features-left {
     width: 100%;
     margin-bottom: 20px;
  }
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
     font-size: 16px;
  }
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 15%;
  }
}

@media (max-width: 400px) {
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 10%;
  }
   .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner {
     padding: 30px 10%;
  }
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 10%;
  }
}
@media (max-width: 350px) {
   .ishi-features-section .features-block .features_style3 .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0 15px;
  }
   .ishi-features-section .features-block .features_style2 .ishifeaturesblock_content .ishifeaturesblock-container .item-inner {
     padding: 30px 15px;
  }
   .ishi-features-section .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
     padding: 0;
  }
}


/*================ Testimonial block ================*/
.ishi-testimonial-section .ishitestimonial {
   position: relative;
}
 .ishi-testimonial-section .ishitestimonial.bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i {
   position: relative;
   font-style: normal;
   display: inline-block;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i.star-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 18px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container .user-ratting .starrating i.starfill:after {
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 18px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 {
   text-align: center;
   padding: 60px 30px;
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .testimonial-img {
   display: inline-block;
   vertical-align: middle;
   min-width: 80px;
   border-radius: 50%;
   margin: 0 auto;
   overflow: hidden;
   margin-bottom: 15px;
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .testimonial-img img {
   max-width: 100%;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .testimonial-img .placeholder-svg {
   width: 80px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-ratting {
   margin-bottom: 10px;
}
 
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-name {
   position: relative;
   margin-bottom: 5px;
   display: block;
   font-size: 20px;
   line-height: 22px;
   font-weight: 600;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-designation {
   display: block;
   font-weight: 400;
   font-size: 14px;
   color: var(--brand-secondary);
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-description {
   margin-bottom: 15px;
   line-height: 24px;
   font-weight: 400;
   font-size: 14px;
   letter-spacing: 0;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-description p {
   font-size: 14px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .user-description ul li {
   list-style: unset;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 {
   text-align: left;
   padding: 65px 50px 40px;
   margin-top: 60px;
   position: relative;
}
 
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img {
   display: inline-block;
   vertical-align: middle;
   min-width: 100px;
   border-radius: 50%;
   margin: 0 auto;
   border: 5px solid var(--brand-secondary);
   overflow: hidden;
   margin-bottom: 0;
   position: absolute;
   top: -60px;
   left: 50px;
}
 
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img img {
   max-width: 100%;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img .placeholder-svg {
   width: 100px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-ratting {
   margin-top: 10px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-name {
   position: relative;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   font-weight: 600;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-designation {
   display: inline-block;
   font-weight: 400;
   font-size: 14px;
   padding-left: 6px;
   color: var(--brand-secondary);
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-description {
   margin-bottom: 15px;
   line-height: 24px;
   font-weight: 400;
   font-size: 14px;
   letter-spacing: .5px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-description p {
   font-size: 14px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-description ul li {
   list-style: unset;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 {
   text-align: center;
   width: 70%;
   margin: 0 auto;
   padding: 0;
   background: transparent !important;
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .testimonial-img {
   display: inline-block;
   vertical-align: middle;
   min-width: 100px;
   border-radius: 50%;
   margin: 0 auto;
   overflow: hidden;
   margin-bottom: 15px;
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .testimonial-img img {
   max-width: 100%;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .testimonial-img .placeholder-svg {
   width: 100px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-ratting {
   margin-top: 5px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-name {
   position: relative;
   margin-bottom: 5px;
   display: block;
   font-size: 20px;
   line-height: 22px;
   font-weight: 600;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-designation {
   display: block;
   font-weight: 400;
   font-size: 14px;
   color: var(--brand-secondary);
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-description {
   margin-bottom: 15px;
   line-height: 28px;
   font-weight: 400;
   font-size: 14px;
   letter-spacing: 0;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-description p {
   font-size: 14px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .user-description ul li {
   list-style: unset;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 {
    border-radius: 5px;
    background-color:#eb7343 !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .quote-icon{
  display:block;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .quote-icon{
    display: none;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .quote-icon svg{
    fill: rgba(255, 255, 255, 0.8);
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-name{
   color: #fff !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-designation{
   color: #e8e8e8 !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-description{
   color: #ececec !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-name{
  position: relative;
    display: block;
    font-size: 17px;
  line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-designation{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 15px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-description{
  margin-bottom: 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}
@media (max-width: 543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-description{
    font-size: 13px;
  }
}

.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 {
    border-radius: 5px;
    background-color:#eb7343 !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .quote-icon{
  display:block;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .quote-icon{
    display: none;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .quote-icon svg{
    fill: rgba(255, 255, 255, 0.8);
    height: 50px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-name{
   color: #fff !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-designation{
   color: #e8e8e8 !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .owl-item.center .ishitestimonials-container.testimonial_style4 .user-description{
   color: #ececec !important;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-name{
  position: relative;
    display: block;
    font-size: 17px;
  line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-designation{
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-style: italic;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 15px;
}
.ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-description{
  margin-bottom: 0px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
}
@media (max-width: 543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style4 .user-description{
    font-size: 13px;
  }
}

 @media (min-width: 992px) {
   .ishi-testimonial-section .ishitestimonial .testiminial-style3 .owl-nav {
     margin: 0;
  }
   .ishi-testimonial-section .ishitestimonial .testiminial-style3 .owl-nav .owl-prev, .ishi-testimonial-section .ishitestimonial .testiminial-style3 .owl-nav .owl-next {
     position: absolute;
     top: 25%;
     margin: 0;
  }
   .ishi-testimonial-section .ishitestimonial .testiminial-style3 .owl-nav .owl-prev {
     left: 10%;
     right: auto;
  }
   .ishi-testimonial-section .ishitestimonial .testiminial-style3 .owl-nav .owl-next {
     left: auto;
     right: 10%;
  }
}
@media (min-width: 768px) {
   .ishi-testimonial-section .ishitestimonial .section-header {
     margin-bottom: 45px;
  }
}
@media (max-width: 1199px) {
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img {
     left: 30px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 {
     padding: 65px 30px 40px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 {
     padding: 40px 20px;
  }
}
@media (max-width: 991px) {
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 {
     width: 90%;
  }
}
 @media (max-width: 767px) {
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 {
     width: 100%;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img {
     position: unset;
     margin-bottom: 20px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 {
     text-align: center;
     padding: 40px 30px 30px;
     margin-top: 0;
  }
  .ishi-testimonial-section .ishitestimonial .section-header {
     margin-bottom: 30px;
  }
}
  @media (max-width: 543px) {
    .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 .testimonial-img,
    .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style3 .testimonial-img,
    .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .testimonial-img{
     margin-bottom: 15px;
    } 
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-designation {
     display: block;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 .user-name {
     font-size: 20px;
     display: block;
     margin-bottom: 5px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style2 {
     padding: 40px 15px 30px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style1 {
     padding: 40px 15px;
  }
 .ishi-testimonial-section .ishitestimonial .section-header{
    margin-bottom:0;
    }
}

/**************************************  manufacturer **************************************/
.manufacturer-block {
   border-radius: 10px;
}
 .manufacturer-block .manufacturer-carousel {
   text-align: center;
}
 .manufacturer-block .manufacturer-carousel .logo-bar__item {
   cursor: pointer;
   -moz-transform: rotateY(0deg);
   -webkit-transform: rotateY(0deg);
   -o-transform: rotateY(0deg);
   -ms-transform: rotateY(0deg);
   transform: rotateY(0deg);
   transition: all 1s;
   -webkit-transition: all 1s;
   -moz-transition: all 1s;
   -o-transition: all 1s;
}
.manufacturer-block .manufacturer-carousel .logo-bar__item img {
 max-width:100%;
 width:auto;
 margin: 0 auto;
}
 .manufacturer-block .manufacturer-carousel .logo-bar__item:hover {
   -moz-transform: rotateY(360deg);
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
   transform: rotateY(360deg);
}
 .manufacturer-block .manufacturer-carousel .owl-nav {
   margin-top: 15px;
}
 
/********************************  Single Products ****************************************/

.single-product-section .ishi-product-tab{
   margin-top: 70px;
}
.single-product-section .contact-form-bottom{
  width:80%;
  margin:0 auto;
}
@media (max-width: 1199px) {
  .single-product-section .contact-form-bottom{
    width:90%;
  }
}
@media (max-width: 991px) {
  .single-product-section .contact-form-bottom{
    width:100%;
  }
}
@media (max-width: 767px) {
  .single-product-section .ishi-product-tab{
     margin-top: 30px;
  }
}

.single-product-section .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   width: 60px;
   margin-right: 10px;
   background: #f5f7f9;
   border-radius: 5px;
   height: 60px;
   padding: 5px 0px;
   position: relative;
}
 @media (max-width: 543px) {
  .single-product-section .countdowncontainer .countdown {
     margin-right: 8px;
  }
}
 .single-product-section .countdowncontainer .countdown .data {
   font-size: 24px;
   line-height: 28px;
   letter-spacing: 0px;
   font-weight: 600;
   position: relative;
   color: #232323;
}
 @media (max-width: 543px) {
  .single-product-section .countdowncontainer .countdown .data {
     font-size: 20px;
  }
}
 .single-product-section .countdowncontainer .countdown .text {
   font-size: 13px;
   line-height: 20px;
   letter-spacing: 0px;
   font-weight: 400;
   position: relative;
   color: #666;
}
 .single-product-section .countdowncontainer .countdown:last-child:after {
   display: none;
} 

.ishiservices .services .service-block .service-title{
  font-weight:500;
}

/********************************* featured products css ********************************************/
.featured-product-section .view-all-btn{
  margin-top:0;
} 
.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{
 display: block;
 margin: 0 0 10px;
}
 @media (min-width: 544px) {
 .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;
  }
 }
.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{
     display: inline-block;
     vertical-align: middle;
   }
 }
.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);
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}

 
/********************************  newsletter-section ****************************************/

.newsletter-section{
  padding: 35px 0;
}
@media (min-width: 992px) {
  .newsletter-section .newsletter-inner{
    display: flex;
    align-items: center;
  }
}
 @media (max-width: 991px) {
   .newsletter-section .newsletter-inner{
     text-align:center;
   }
 }
@media (min-width: 544px) {
  .newsletter-section .newsletter-inner .newsletter-content{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
   .newsletter-section .newsletter-inner .newsletter-content{
     justify-content: center;
     text-align: center;
     margin-bottom: 20px;
  }
}
.newsletter-section .newsletter-inner .newsletter_icon{
   display: inline-block;
   vertical-align: middle;
}
.newsletter-section .newsletter-inner .newsletter_icon svg{
   width: 50px;
   height: 50px;
}
 @media (max-width: 543px) {
   .newsletter-section .newsletter-inner .newsletter_icon{
     display: block;
     margin: 0 auto;
     margin-bottom: 15px;
  }
}
.newsletter-section .newsletter-inner .newsletter_text {
   text-align: left;
   display: inline-block;
   vertical-align: middle;
   padding-left: 15px;
}
 @media (max-width: 543px) {
.newsletter-section .newsletter-inner .newsletter_text {
     text-align: center;
     display: block;
     padding: 0;
  }
}
.newsletter-section .newsletter-inner .newsletter_text h2 {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 7px;
   margin-top:0;
   letter-spacing: 0;
   line-height: 22px;
   position: relative;
   font-family: var(--primary-font);
   text-transform: unset;
}
.newsletter-section .newsletter-inner .newsletter_text .sub-heading {
   font-size: 14px;
   line-height: 20px;
   display: block;
   letter-spacing: 0;
   font-weight: 400;
}
.newsletter-section .newsletter-form-content{
  display:block;
  overflow:hidden;
}
.newsletter-section .newsletter-form-content form{position:relative;}
 @media (max-width: 991px) {
 .newsletter-section .newsletter-form-content form {
     width: 70%;
     margin: 0 auto;
  }
}
 @media (max-width: 767px) {
  .newsletter-section .newsletter-form-content form {
     width: 85%;
  }
}
 @media (max-width: 543px) {
  .newsletter-section .newsletter-form-content form {
     width: 100%;
  }
}
.newsletter-section .newsletter-form-content .field .field__input{
   background:#fff;
   height:50px;
   padding-right: 130px;
}
.newsletter-section .newsletter-form-content .field .field__input:focus-visible{
  border-color:#e9e9e9;
}
@media screen and (max-width: 767px) {
  .newsletter-section .newsletter-form-content .field .field__input{
     padding-right: 70px;
  }
}

.newsletter-section .newsletter-form-content .field .field__label{
   top: 1.5rem;
}
.newsletter-section .newsletter-form-content .field input:-webkit-autofill~label, 
.newsletter-section .newsletter-form-content .field input:focus~label, 
.newsletter-section .newsletter-form-content .field input:not(:placeholder-shown)~label, 
.newsletter-section .newsletter-form-content .field input:-webkit-autofill~.field__label, 
.newsletter-section .newsletter-form-content .field input:focus~.field__label, 
.newsletter-section .newsletter-form-content .field input:not(:placeholder-shown)~.field__label{
    top: .3em;
}


.newsletter-section .newsletter-form-content .newsletter-form__button{
   position: absolute;
   right: 3px;
   margin:0;
   top: 3px;
}
 @media (max-width: 767px) {
  .newsletter-section .newsletter-form-content  .newsletter-form__button{
     padding: 12px 20px;
   }
 }


/*================ FAQ's Block ================*/
.ishi-faq-section .faq-block.bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
 @media (max-width: 543px) {
   .ishi-faq-section .faq-block.bgimage {
     background-image: none !important;
  }
}
 @media (max-width: 991px) {
   .ishi-faq-section .faq-block .accordion .section-header {
     text-align: center !important;
  }
}
.ishi-faq-section .faq-block .accordion{border:none;}

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

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

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

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

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

/*================ bannersblock ================*/
.ishi-banner-section .ishibannerblock {
   text-align: center;
}
 .ishi-banner-section .ishibannerblock .ishibannerblock-container {
   margin: 0 auto;
   background-color: #fff;
   padding: 9px 5px 20px;
   box-shadow: -2px 1px 9.9px 0.1px rgba(0, 0, 0, 0.06);
   overflow: hidden;
   position: relative;
   z-index: 1;
   display: inline-block;
   vertical-align: middle;
}
 @media (max-width: 1199px) {
   .ishi-banner-section .ishibannerblock .ishibannerblock-container {
     padding: 9px 20px 20px;
  }
}
 @media (max-width: 543px) {
   .ishi-banner-section .ishibannerblock .ishibannerblock-container {
     padding: 0 15px;
  }
}

 .ishi-banner-section .ishibannerblock .ishibannerblock-container .image-container img {
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-banner-section .ishibannerblock .ishibannerblock-container .image-container a {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-banner-section .ishibannerblock .ishibannerblock-container .bannerblock {
   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;
}
 @media (max-width: 1199px) {
   .ishi-banner-section .ishibannerblock .ishibannerblock-container .bannerblock {
     padding: 0;
  }
}
 @media (min-width: 1200px) {
   .ishi-banner-section .ishibannerblock .ishibannerblock-container:hover .bannerblock1 {
     padding-right: 0;
  }
   .ishi-banner-section .ishibannerblock .ishibannerblock-container:hover .bannerblock2 {
     padding-left: 0;
  }
}
 

/************************************** smart blog **********************************/

/*================ smartblog ================*/
.ishi-smartblog-section {
   overflow: hidden;
}
 .ishi-smartblog-section .smartblog .products_block_inner {
   position: relative;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post {
   padding:0px 15px 0;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
   transform: scale(1.26);
   -webkit-transform: scale(1.26);
   -ms-transform: scale(1.26);
   -o-transform: scale(1.26);
   -moz-transform: scale(1.26);
   opacity: 0.8;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
   opacity: 1;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   margin-bottom: 0px;
   background: #fff;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   overflow: hidden;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
   max-width: 100%;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate {
   position: absolute;
   left: 10px;
   top: 10px;
   width: 70px;
   height: 80px;
   text-align: center;
   background: #fff;
}
 @media (max-width: 543px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate {
     height: 72px;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date {
   margin: 0;
   display: block;
   padding: 4px 10px;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date i {
   display: none;
   font-size: 18px;
   margin-right: 8px;
   vertical-align: middle;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date .date .day_date {
   font-size: 40px;
   line-height: 37px;
   font-weight: 400;
   letter-spacing: 0;
   color: #888;
   border-bottom: 1px solid #eee;
   margin-bottom: 5px;
   display: block;
   padding-bottom: 5px;
}
 @media (max-width: 543px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date .date .day_date {
     font-size: 25px;
     line-height:29px;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date .date .day_month {
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   color: var(--brand-secondary);
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartblogdate .blog_date .date .day_year {
   display: none;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
   padding: 20px 15px;
   padding-bottom: 0;
   text-align: center;
   margin: 0;
}
 @media (max-width: 750px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content {
    /* If media is below 749 */
     float: none;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo {
   background-color: transparent;
   margin: 0 0 15px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment, .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
   display: inline-block;
   vertical-align: middle;
   font-size: 14px;
   color: var(--brand-secondary);
   letter-spacing: 0.28px;
   font-weight: 400;
   margin: 0 5px;
}
 @media (max-width: 543px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment, .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author {
    /* If media is below 544 */
     font-size: 13px;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i, .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author i {
   font-size: 14px;
   margin-right: 3px;
   color: var(--brand-secondary);
   font-weight: 600;
}
 @media (max-width: 543px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i, .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author i {
    /* If media is below 544 */
     font-size: 12px;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a, .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .smartbloginfo .author a {
   color: var(--brand-secondary);
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom:6px;
   margin-top:0;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 0.4px;
   text-transform: capitalize;
   color: #222;
}
 @media (max-width: 543px) {
   .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 16px;
  }
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0;
   font-size: 14px;
   font-weight: 400;
   color: #888;
   line-height: 24px;
   text-align:center;
}
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .desc .readmore {
   display: inline-block;
   font-size: 14px;
   font-weight: 400;
   padding: 0;
   color: #888;
   border: 0;
   text-decoration: underline;
   background: none;
   position: relative;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 
 .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post .blog_content .desc .readmore:hover{
color:var(--brand-secondary);
} 
/*================  stickyproduct ================*/
.sticky-inner{
  min-height:113px;
}
.ishi-sticky-product-section {
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 1;
   background: #fff;
   top: auto;
   box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
   border-top: 1px solid #e5e5e5;
}
 .ishi-sticky-product-section .ishi_sticky-product {
   padding: 10px 0;
   display: flex;
   align-items: center;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-left {
   width: 100px;
}
 
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right {
   padding-left: 15px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right {
     display: block;
  }
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title{
   font-size: 18px;
   font-weight: 400;
   margin: 0;
   margin-bottom: 5px;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title a{
   color: #232323;
}
 @media (max-width: 1199px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 16px;
  }
}
 @media (max-width: 767px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 15px;
  }
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .product-single__title {
     font-size: 14px;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .ishi-sticky-product-price{
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right .title-price .ishi-sticky-product-price .sticky-product-compareatprice{
  text-decoration: line-through;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form {
   margin: 0;
   display: block;
   width: auto;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-form__variants{
  display: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .sticky-product-variant{
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .sticky-product-variant{
     display: none;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper {
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper label{
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-bottom: 10px;
  color: #666;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper select {
   min-width: 120px;
   height: 47px;
   width: 100%;
   margin: 0;
   cursor: pointer;
   outline: none;
   border: 1px solid #e9e9e9;
   padding: 0 4rem 0 1.5rem;
   -webkit-appearance: none;
   appearance: none;
   font-size: 14px;
   color: #232323;
   background-image: url(//grubulous.co/cdn/shop/t/3/assets/dropdown-sprite.png?v=97761753985165059591735990341);
   background-repeat: no-repeat;
   background-position: right 15px center;
   background-size: 8px;
}
 .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .selector-wrapper select .veriant-option {
   outline: none;
}
@media (max-width: 991px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-form__quantity{
     display: none;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn{
  vertical-align: bottom;
  padding: 13px 25px;
  margin-left: 5px;
}
@media (max-width: 543px) {
   .ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn{
     margin: 0;
     background: none;
     color: #232323;
     padding: 0;
     text-decoration: underline;
  }
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out{
  pointer-events: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn .value-soldout{
  display: none;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out .value-soldout{
  display: block;
}
.ishi-sticky-product-section .ishi_sticky-product .ishi_sticky-right form .product-sticky-btn.sold-out .value-cart{
  display: none;
}
 .ishi-sticky-product-section .close {
   font-size: 26px;
   color: #fff;
   position: absolute;
   right: 10px;
   top: -15px;
   opacity: 1;
   font-weight: 400;
   background: #232323;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
   border: 0;
   line-height: 24px;
   cursor: pointer;
}
 @media (max-width: 543px) {
   .ishi-sticky-product-section .close {
     width: 25px;
     height: 25px;
     font-size: 19px;
     right: 5px;
     top: 5px;
  }
}
/*================ #header-layout6 ================*/
#header-layout6 #header .nav-header{
  background:var(--navbar-background-color);
  
 }
#header-layout6 #header .nav-header .header-block {
  padding: 10px 0;
  position: relative;
  
}

#header-layout6 #header .nav-header .header-block .icon {
  fill: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

#header-layout6 #header .nav-header .header-block .text {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#header-layout6 #header .nav-header .header-block .text span{
  color:var(--brand-secondary);
}
#header-layout6  #header .nav-header .close {
    font-size: 27px;
    color: var(--navbar-text-color);
    position: absolute;
    background: 0 0;
    right: 15px;
    top: 10px;
    opacity: 1;
    cursor: pointer;
    font-weight: 400;
    z-index: 2;
    border: 0;
}
@media (max-width: 543px) {
	#header .nav-header .close {
		top: 0px;
		right: 5px;
		bottom: auto;
	}
}
#header-layout6 #header .nav-header .header-block .text {
  color:var(--navbar-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  
}
#header-layout6 #header .offer-block .offer-background {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
}

#header-layout6 #header .offer-block .offer-background .offer-inner {
  width: 60%;
  margin: 0 auto;
}

#header-layout6 #header .offer-block .offer-background .offer-inner .ishiofferblock-container .heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-transform: unset;
  letter-spacing: 0;
  padding: 5px 0;
  color: var(--navbar-text-color);
}

#header-layout6 #header .offer-block .owl-nav {
  margin: 0;
}

#header-layout6 #header .offer-block .owl-nav .owl-prev,
#header-layout6 #header .offer-block .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: -40px;
  right: auto;
  background: transparent;
  width: 30px;
  height: 30px;
}

#header-layout6 #header .offer-block .owl-nav .owl-prev i,
#header-layout6 #header .offer-block .owl-nav .owl-next i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#header-layout6 #header .offer-block .owl-nav .owl-prev i:before,
#header-layout6 #header .offer-block .owl-nav .owl-next i:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: var(--navbar-text-color);
  font-size: 20px;
}

#header-layout6 #header .offer-block .owl-nav .owl-next {
  left: auto;
  right: -40px;
}

#header-layout6 #header .offer-block .close {
    font-size: 26px;
    color: var(--navbar-text-color);
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    font-weight: 400;
    background: transparent;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
    font-family: inherit;
    display: block;
    cursor:pointer;
    line-height: 20px;
}

#header-layout6 #header .header-top {
  background: #fff;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
}
#header-layout6 #header .header-top .site-header-inner{
  padding: 20px 0;
}
#header-layout6 #header .header-top.fixed-header .site-header-inner{
  padding: 0;
}
.template-index #header-layout6 #header .header-top{border:none;}
#header-layout6 #header .header-logo-section .header__logo a.site-header__logo-link {
  color: #232323;
  font-weight: 400;
  font-size: 18px;
}

#header-layout6 #header .header-logo-section .header__logo a .index-logo {
  display: none;
}
#header-layout6 .megamenu-header {
  float: none;
  text-align: center;
  padding: 0;
}

#header-layout6 #top-menu>li>a {
  display: block;
  padding: 15px 10px;
  position: relative;
}
#header-layout6 #_desktop_search .search-toggle svg,
#header-layout6 #_mobile_search .search-toggle svg,
#header-layout6 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
#header-layout6 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
#header-layout6 #_desktop_cart .cart-display .cart-logo svg,
#header-layout6 #_mobile_cart .cart-display .cart-logo svg{
  fill:#232323;
}

@media (min-width: 992px) {
  .template-index #header-layout6 #_desktop_search .search-toggle svg,
  .template-index #header-layout6 #_mobile_search .search-toggle svg,
  .template-index #header-layout6 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  .template-index #header-layout6 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
  .template-index #header-layout6 #_desktop_cart .cart-display .cart-logo svg,
  .template-index #header-layout6 #_mobile_cart .cart-display .cart-logo svg{
    fill: var(--header-icon-color);
  }
  #header-layout6 #_desktop_search .search-toggle:hover svg,
  #header-layout6 #_mobile_search .search-toggle:hover svg,
  #header-layout6 #_desktop_user_info .userinfo-title .userinfo-toggle:hover svg,
  #header-layout6 #_mobile_user_info .userinfo-title .userinfo-toggle:hover svg,
  #header-layout6 #_desktop_cart .cart-display .cart-logo:hover svg,
  #header-layout6 #_mobile_cart .cart-display .cart-logo:hover svg{
    fill: var(--brand-secondary);
  }
  .template-index #header-layout6 #_desktop_search .search-toggle:hover svg,
  .template-index #header-layout6 #_mobile_search .search-toggle:hover svg,
  .template-index #header-layout6 #_desktop_user_info .userinfo-title .userinfo-toggle:hover svg,
  .template-index #header-layout6 #_mobile_user_info .userinfo-title .userinfo-toggle:hover svg,
  .template-index #header-layout6 #_desktop_cart .cart-display .cart-logo:hover svg,
  .template-index #header-layout6 #_mobile_cart .cart-display .cart-logo:hover svg{
    fill: var(--header-icon-hover-color);
  }
}

@media (max-width: 991px) {
  #header-layout6 #_desktop_search .search-toggle svg,
  #header-layout6 #_mobile_search .search-toggle svg,
  #header-layout6 #_desktop_user_info .userinfo-title .userinfo-toggle svg,
  #header-layout6 #_mobile_user_info .userinfo-title .userinfo-toggle svg,
  #header-layout6 #_desktop_cart .cart-display .cart-logo svg,
  #header-layout6 #_mobile_cart .cart-display .cart-logo svg{
    fill: #232323;
  }
}

@media (min-width: 992px) {
  #header-layout6 .site-header{
    min-height:89px;
  }
  .template-index #header-layout6 .site-header{
    min-height:auto;
  }
  #header-layout6 #header .header-top>.site-header-inner>.page-width>.row {
    display: flex;
    align-items: center;
  }
  .template-index #header-layout6 #header .header-top {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background: transparent;
  }
  #header-layout6 #header .header-logo-section {
    position: relative;
    text-align: left;
  }
  .template-index #header-layout6 #header .header-logo-section .header__logo a.site-header__logo-link {
    color: var(--header-icon-color);
  }
  .template-index #header-layout6 #header .header-logo-section .header__logo a .index-logo {
    display: inline-block;
  }
  .template-index #header-layout6 #header .header-logo-section .header__logo a .fixed-logo {
    display: none;
  }
  #header-layout6 #top-menu>li>a .title {
    color: #232323;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
  }
   .template-index #header-layout6 #top-menu>li>a .title {
    color: var(--header-icon-color);
  }
  #header-layout6 #top-menu>li>a:hover .title {
    color: var(--brand-secondary);
  }
  .template-index #header-layout6 #top-menu>li>a:hover .title {
    color: var(--header-icon-hover-color);
  }
  #header-layout6 .language-currency{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10;
  }
  #header-layout6 .language-currency localization-form{
    display:block;
  }
  #header-layout6 .language-currency .localization-selector.link{
    background:#fff;
    color:#232323;
    border:1px solid #eee
  }
  #header-layout6 .language-currency .localization-selector.link:hover{
    color:#232323;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #header-layout6 #top-menu>li>a .title {
    font-size: 14px;
  }
   #header-layout6 #top-menu>li>a {
    padding: 15px 5px;
  }
}
@media (max-width: 1199px) {
  #header-layout6 .header-right {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #header-layout6 #header .offer-block .offer-background .offer-inner {
    width: 80%;
  }
  #header-layout6 #header .header-top {
    overflow: hidden;
    position: unset;
  }
  #header-layout6 #top-menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header-layout6 #header .offer-block .owl-nav {
    margin-top: 15px;
    display: none;
  }
  #header-layout6 #header .offer-block .offer-background .offer-inner {
    width: 90%;
  }
  #header-layout6 #header .offer-block .owl-nav .owl-prev,
  #header-layout6 #header .offer-block .owl-nav .owl-next {
    position: unset;
  }
}

@media (max-width: 543px) {
  #header-layout6 #header .offer-block .close {
    top: 3px;
    bottom: auto;
  }
}
/*************************** ishi categoryblock ****************************************/

.category-block {
  text-align: center;
  position: relative;
}
 .category-block .ishicategoryblock .ishicategoryblock-container {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .category-block .ishicategoryblock .ishicategoryblock-container a {
   position: relative;
   overflow: hidden;
   text-align: center;
   display: block;
}
 .category-block .ishicategoryblock .ishicategoryblock-container .image-container {
   text-align: center;
   position: relative;
}

 .category-block .ishicategoryblock .ishicategoryblock-container .image-container img {
   border-radius:10px;
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;	
}
.category-block .ishicategoryblock .ishicategoryblock-container .text-container{
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 10px;
  color: #222;
  position: relative;
  text-align: center;
}
.category-block .ishicategoryblock .ishicategoryblock-container .text-container span{
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.category-block .ishicategoryblock .ishicategoryblock-container .text-container span:before{
  	background-color: var(--brand-secondary);
  	content: '';
    position: absolute;
    left:-17px;
    right: auto;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.category-block .ishicategoryblock .ishicategoryblock-container:hover .text-container{
  color:#787878;
}


.category-block .ishicategoryblock .ishicategoryblock-container:hover .text-container span:before{
  opacity:1;
}

 .category-block .ishicategoryblock .ishicategory_grid .ishicategoryblock-grid {
   margin-bottom: 15px;
}

.ishicategoryblock{
    position: relative;
}
 
 .ishicategoryblock .owl-theme .owl-nav.disabled+.owl-dots{
       margin-top: 25px;
   }
 /*================ testimonial Block5 ================*/
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img img {
   max-width: 100%;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img .placeholder-svg {
   width: 100px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-ratting {
   margin-top: 10px;
   text-align: center;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-name {
   position: relative;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   font-weight: 500;
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-designation {
   display: inline-block;
   font-weight: 400;
   font-size: 14px;
   padding-left: 6px;
   color: var(--brand-secondary);
}

 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-description {
   margin-bottom: 15px;
   line-height: 24px;
   font-weight: 400;
   font-size: 14px;
   text-align:center;
   letter-spacing: .5px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-description p {
   font-size: 14px;
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-description ul li {
   list-style: unset;
}
  @media (max-width: 1199px) {
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img {
     left: 30px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 {
     padding: 65px 30px 40px;
  }
 }
 

@media (max-width:767px){
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img {
     position: unset;
     margin-bottom: 20px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 {
     text-align: center;
     padding: 40px 30px 30px;
     margin-top: 0;
  }
}
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-name {
     font-size: 20px;
     display:inline-block;
     margin-bottom: 5px;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-info{
  text-align:center;
  }
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 {
     padding: 40px 15px 30px;
  }  

   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 {
   text-align: left;
   padding: 65px 50px 40px;
   margin-top: 60px;
   position: relative;
}
 
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img {
    max-width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border:5px solid var(--brand-secondary);
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: absolute;
    top: -60px;
    left: 0px;
    right: 0;
}
@media (max-width:767px){
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img {
   position:unset;
   margin-bottom:20px;
   }
}
 @media (max-width:767px){
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5{
      padding:40px 30px;
     margin-top:0;
   }
 }
 
 @media (max-width:543px){
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5{
      padding:40px 15px 30px;
   }
 }
 @media (max-width:543px){
  .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-name{
  display:block;
 
  }
}
@meida (max-width:543px){
 .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .user-designation {
   display:block;
 }
   .ishi-testimonial-section .ishitestimonial .ishitestimonials-carousel .ishitestimonials-container.testimonial_style5 .testimonial-img{
     margin-bottom: 15px;
    } 
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
/*aboutus -section  */
.template-index .aboutus-banner {
  text-align:center;
}
.template-index .list-Aboutus-info ul{
    overflow: hidden;
    clear: both;
    padding-left: 0;
}

.template-index .list-Aboutus-info ul li{
   font-size: 14px;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #888;
    padding: 0 10px 0 18px;
    position: relative;
    list-style-type: none;
    line-height: 24px; 
    
}
@media (min-width:992px){
 .template-index .list-Aboutus-info ul li{
    width: 50%;
    float: left;
   }
}
@media (max-width:991px){
  .template-index .list-Aboutus-info ul li{
  display:inline-block;
  }
}
@media (max-width:400px){
  .template-index .list-Aboutus-info ul li{
  display:block;
  text-align: left;
  }
}
.template-index .list-Aboutus-info ul li:before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-secondary);
    top: 8px;
    left: 0;
}
.template-index  .information-container .list-Aboutus-info{
  margin-bottom:20px;
}
.template-index .about-btn .btn svg{
  display:none;
}
@media (max-width:991px){
 .template-index .about-btn {
   text-align:center;
 } 
}
@media (max-width:400px){
.template-index  .aboutus-information .section-header.left>h2:before{
  left: 0;
  right: auto
}  
}
@media (max-width:991px) and (min-width:401px){
.template-index  .about-text-block {
  text-align:center !important;
}
 .template-index .list-Aboutus-info {
   text-align:center;
 }
}

/*story-section  */
@media (min-width:992px){
  .story-information{
    display:flex;
    align-items:center;
  }
}
@media (max-width:991px){
 .ishistoryblock .section-header.left > h2:before{
   left:0;
   right:auto;
 }
}
@media (max-width:991px){
 .ishistoryblock  .story-banner {
   margin-bottom:30px;
   text-align:center;
 }
}
.ishistoryblock  .story-banner  .image-container img{
width:100%;
}
.ishistoryblock .list-story-info  div{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #232323;
}
@media (max-width:767px){
 .ishistoryblock .list-story-info  div{
    font-size:17px;
   }
}

.ishistoryblock .list-story-info p:first-child{
  margin-bottom:25px;
}
@media (max-width:991px){
 .ishistoryblock .list-story-info p:first-child{
   margin-bottom:20px;
   }
}
.ishistoryblock .list-story-info p{
  line-height: 24px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
}
@media (max-width:767px){
.ishistoryblock .list-story-info p{
  font-size:14px;
}
}
  /*================ FAQ's Block ================*/

@media(min-width:992px){
  .ishi-faq-section-1 .row{
    display:flex;
    align-items:center;
  }
}
.ishi-faq-section-1 .faq-block .faqbanner{
  text-align:center;
}
.ishi-faq-section-1 .faq-block .faqbanner .media{
  background:none;
}

@media (max-width: 991px) {
   .ishi-faq-section-1 .faq-block .accordion .section-header {
     text-align: center !important;
  }
}
.ishi-faq-section-1 .faq-block .accordion{
  border:none;
  width:50%;
}

@media(max-width:991px){
  .ishi-faq-section-1 .faq-block .accordion{
    width:100%;
  }
  .ishi-faq-section-1 .faq-block .faqbanner{
    margin-bottom:30px;
  }
  
}




.ishi-faq-section-1 .faq-block .accordion .summary{
  border: 0;
}


 .ishi-faq-section-1 .faq-block .accordion .summary{
   padding: 20px 0;
   background:transparent;
}

@media(max-width:543px){
  .ishi-faq-section-1 .faq-block .accordion .summary{
    padding:15px 0;
  }
}

.ishi-faq-section-1 .faq-block .accordion .accordion__content{
  padding: 15px 0 20px;
  border-top: 1px solid #eee;
  color:#888888;
}
.ishi-faq-section-1 .faq-block .panel{
  list-style: unset;
  border: 1px solid #eee;
  padding: 0 20px;
  text-align: left;
  border-radius: 0;
  background: 0 0;
  margin-bottom: 20px;
}
.ishi-faq-section-1 .faq-block .accordion .faq-title{
    font-size: 18px;
    font-weight: 500;
    margin-left: 15px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: .2px;
    display: inline-block;
    vertical-align: middle;
}
.ishi-faq-section-1 .faq-block .accordion .faq-title:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 2px;
    width: 8px;
    background-color: #232323;
}
.ishi-faq-section-1 .faq-block .accordion .summary__title{
  position: relative;
}
.ishi-faq-section-1 .faq-block .accordion .faq-title .category-count{
  margin-right:8px;
}

@media (max-width: 991px) {
  .ishi-faq-section-1 .faq-block .accordion .faq-title{
      font-size: 16px;
  }
}
@media (max-width: 543px) {
  .ishi-faq-section-1 .faq-block .accordion .faq-title{
      font-size: 15px;
  }
}
  .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
body.button-rounded .card-wrapper .cart-btn-bottom.button-position-center .cart-btn,
body.button-rounded .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link,
body.button-rounded #slidetop,
body.button-rounded .quantity,
body.button-rounded .button,
body.button-rounded .btn,
body.button-rounded .shopify-challenge__button,
body.button-rounded .customer button,
body.button-rounded .shopify-payment-button__button--unbranded,
body.button-rounded .owl-theme .owl-dots .owl-dot span,
body.button-rounded .owl-theme .owl-nav .owl-prev,
body.button-rounded .owl-theme .owl-nav .owl-next,
body.button-rounded .customer .field input, 
body.button-rounded .customer select, 
body.button-rounded .field__input, 
body.button-rounded .select__select, 
body.button-rounded input.spr-form-input, 
body.button-rounded textarea.spr-form-input,
body.button-rounded .spr-summary-actions-newreview{
    border-radius: 30px;
}
body.button-rounded #footer-layout2 .footer .contact-form-bottom .field .field__input {
    border-radius: 15px;
}
  .btn, .button, .customer button, .shopify-challenge__button, a.btn{
    padding:12px 25px;
}
  @media (max-width: 767px) {
    .btn, .button, .customer button, .shopify-challenge__button, a.btn{
      padding: 10px 20px;
    }
  }


/*******************************  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);
  }
}
/* category-section */
.ish-category-section .ishicategory-container .category-img{
  display: block;
  overflow: hidden;
  margin-bottom:18px;
}
@media (max-width:543px){
 .ish-category-section .ishicategory-container .category-img{
   margin-bottom: 20px; 
 }
}
.ish-category-section .ishicategory-container .category-img .image-container{
  display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    border: 1px solid #929292;
    overflow: hidden;
}
.ish-category-section .ishicategory-container .category-img .image-container img{
  max-width: 100%;
 vertical-align: middle;
}
.ish-category-section .ishicategory-container .category-img .category-title{
  padding-left:18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #232323;
}
@media (max-width:543px){
 .ish-category-section .ishicategory-container .category-img .category-title{
    padding-left:5px;
    font-size: 22px;
   }
}
.ish-category-section .ishicategory-container .category-description{
  font-size: 15px;
  font-weight: 400;
  color: #888;
  line-height: 25px;
  margin-bottom:30px;
} 
@media (max-width:543px){
  .ish-category-section .ishicategory-container .category-description{
     font-size: 14px;
  }
}
.ish-category-section .category-section{
  display: flex;
  align-items: center;
}
@media (max-width:1199px){
  .ish-category-section .category-section{
    display:block;
  }
}
.ish-category-section .category-section .image-container{
  position: relative;
}
.ish-category-section .owl-theme .owl-dots{
  text-align: left;
  margin-top: 25px !important;
}
@media (max-width:543px){
 .ish-category-section .owl-theme .owl-dots{
    margin-top: 20px !important;
   }
}
.ish-category-section  .dot-main{
    position: absolute;
  
}
.ish-category-section .categorydot{
  position:absolute;
  cursor: pointer;
}
.ish-category-section .dot-1{
    display: block;
    width:27px;
    height: 27px;
    border:8px solid var(--brand-secondary);
    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;
}

.ish-category-section .dot-1
@media (max-width:543px){
  .ish-category-section .dot-1{
  width: 24px;
  height: 24px;
  border: 7px solid var(--brand-secondary);
}
  }
.ish-category-section span{
font-size: 20px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #232323;
  display: inline-block;
    vertical-align: middle;
}
@media (max-width:543px){
.ish-category-section span{
   font-size:14px;
}
}
@media (max-width:1199px){
  .category-left{
    text-align:center;
  }
}
@media (max-width:991px){
  .category-right{
    margin-top:20px;
  }
}

.ish-category-section .owl-theme .owl-dots .owl-dot span{
  width: 40px;
  height: 5px;
}
.ish-category-section .ishicategory-container .image-container:after{
  position: absolute;
    content: '';
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ish-category-section .ishicategory-container:hover .image-container:after{
    opacity: 1;
    transform: scale(1);
  }
.ish-category-section .categorydot:hover .dot-1 {
  background: #fff;
  }

 .template-collection .list__item .card-information .thumbnail-buttons, .template-search .list__item .card-information .thumbnail-buttons{
  position: unset;
    display: flex;
    text-align: left;
  }
  @media (max-width:767px){
  .template-collection .list__item .card-information .thumbnail-buttons{
  justify-content:center;
  }
    .template-collection .list__item .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+*,
    .template-search .list__item .card-information .card-information__wrapper>:not(.visually-hidden:first-child)+*{
    margin-top:5px;
    }
}
.template-collection .list__item .card-information  .thumbnail-buttons .btn-info ,
.template-search .list__item .card-information  .thumbnail-buttons .btn-info{
    opacity: 1;
    transform: unset;
}
.template-collection .list__item .card-information   .thumbnail-buttons .btn-info,
.template-search .list__item .card-information .thumbnail-buttons .btn-info{
    margin: 0 5px;
}
@media (max-width:1199px) and (min-width:992px){
   .template-collection  .grid__item .card-wrapper .card-information{
      height:100px;
   }
 }

 @media (max-width: 543px) {
    .collection .grid__item .card-wrapper .thumbnail-buttons,
    .template-search .grid__item .card-wrapper .thumbnail-buttons {
     position: unset;
    margin: 0;
    text-align: center;
    margin-top: 10px;
    }
    .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, 
    .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info{
         vertical-align: middle;
    display: inline-block;
    margin: 0 3px 5px;

    }

    }
.card-information__wrapper>*:not(.visually-hidden:first-child)+*{
  margin-top: 0.3rem;
  }
  .cart-upsell-shipping {
    overflow-y: scroll;
      padding-top: 10px;
}

.cart-upsell-shipping::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.cart-upsell-shipping::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
.cart-upsell-shipping::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.cart-upsell-shipping::-webkit-scrollbar {
    display: none;
}

.cart-upsell-shipping-inner, #cart-notification-product {
        overflow-y: scroll;
          padding-top: 10px;
    }
    .cart-upsell-shipping-inner::-webkit-scrollbar, #cart-notification-product::-webkit-scrollbar {
        width: 5px;
    }
    .cart-upsell-shipping-inner::-webkit-scrollbar-track, #cart-notification-product::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    .cart-upsell-shipping-inner::-webkit-scrollbar-thumb, #cart-notification-product::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: rgba(0, 0, 0, 0.2);
    }
img {
  border-radius: 10px; /* Adjust the value as needed */
}
.your-image-container {
    border-radius: 10px; /* Adjust the value as needed */
    overflow: hidden; /* Ensures the image itself is also rounded */
}