/** Shopify CDN: Minification failed

Line 3056:0 Unexpected "}"

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

/******************** main title  *********************/
  
.section-header .sub-title {
   font-size: 16px;
   letter-spacing: 8px;
   font-weight: 500;
   margin-bottom: 12px;
   font-family: var(--font-body-family);
   color: var(--brand-secondary);
}
 @media (max-width: 991px) {
   .section-header .sub-title {
     letter-spacing: 5px;
  }
}
 @media (max-width: 767px) {
   .section-header .sub-title {
     letter-spacing: 3px;
  }
}
 @media (max-width: 543px) {
   .section-header .sub-title {
     font-size: 14px;
     margin-bottom: 8px;
  }
}
.section-header > h2 {
    font-size: 40px;
    position: relative;
    line-height: 45px;
   margin: 0;
   margin-bottom: 40px;
   font-weight: 600;
   color: #232323;
   display: block;
   vertical-align: middle;
   text-transform: capitalize;
   font-family: var(--font-body-family);
}
@media (max-width: 991px) {
   .section-header > h2 {
    /* If media is below 544 */
     font-size: 35px;
     line-height:40px;
     margin-bottom: 35px;
  }
} @media (max-width: 543px) {
   .section-header > h2 {
    /* If media is below 544 */
     font-size: 30px;
     margin-bottom: 30px;
  }
}
.section-header>h2:before {
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    border-radius: 0;
    background: var(--brand-secondary);
    bottom: -15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
 @media (max-width: 767px) {
  .section-header>h2:before {
     width: 120px;
   }
 }
 @media (max-width: 543px) {
  .section-header>h2:before {
     width: 100px;
   }
 }

.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  *********************/
  
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
   @media (max-width: 543px) {
    .card--product .mobile-review .spr-badge{
        bottom: 45px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding-right:0;
    color: #232323;
    text-decoration: none;
    font-weight: 500;
    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: 15px;
    font-weight: 400;
    letter-spacing: 0;
  }
.price--on-sale .price-item--regular{
	color:#a4a4a4;
}
  .price .price-item--sale,.price--on-sale .price-item--sale{
    color: #232323;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    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;
  }
  .spr-badge .spr-starrating{
   margin: 0px;
  }
  .spr-badge .spr-badge-caption{
    display:none;
  }
 .spr-badge i {
    opacity: 1!important;
    height: unset;
    width: unset;
    top: 0;
    font-style: normal;
    margin: 0 1px;
}
  .spr-badge i.spr-icon-star:before,.spr-badge i.spr-icon-star-half-alt:before{
    display:none;
  }
 .spr-badge i.spr-icon:after {
   content: '\F005';
   font-family: "FontAwesome";
   color: #ccc;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 .spr-badge i.spr-icon-star-empty:before {
   display: none ! important;
}

 .spr-badge i.spr-icon-star:after{
   content: "\F005";
   font-family: "FontAwesome";
   color: #fec42d;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
.spr-badge i.spr-icon-star-half-alt:after{
   content: "\f123";
   font-family: "FontAwesome";
   color: #FEC42D;
   font-size: 14px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
  .thumbnail-buttons {
	 position: absolute;
	 left: auto;
	 right: 10px;
	 top: 10px;
}
 .thumbnail-buttons .btn-info{
	 width: 35px;
	 height: 35px;
/* 	 box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); */
	 position: relative;
	 border: 1px solid var(--product-icon-color-modify);
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     cursor: pointer;
     border-radius: 0;
	 margin-bottom: 5px;
	 -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
}
  .thumbnail-buttons .wishlist{
     -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
     -ms-transition: all 0.6s;
	 -o-transition: all 0.6s;
	 transition: all 0.6s;
  }
  
  .thumbnail-buttons .cart-btn {
    -webkit-transition: all 0.9s;
	 -moz-transition: all 0.9s;
     -ms-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
    
  }
  
  .thumbnail-buttons .btn-info.sold-out{
      cursor: not-allowed;
  }
  .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color) !important;
  }
  .cart-btn.loading svg,
.cart-btn.loading span{
     opacity:0 !important;
  }
   .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 35px;
     height: 35px;
     display: flex;
     border-radius:0;
     align-items: center;
     justify-content: center;
     top: 2px;
     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;
  }
 @media (max-width: 767px) {
.cart-btn.loading:before{
	top: 0px;
}
 }
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 34px;
	height: 34px;
    display: flex;
     border-radius: 0;
    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:14px;
    height:14px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(100px);
		 -moz-transform: translateX(100px);
		 -ms-transform: translateX(100px);
		 -o-transform: translateX(100px);
		 transform: translateX(100px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 35px;
	 height: 35px;
     margin-left: -1px;
}
  .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);
  }
 }

.grid__item .card-wrapper{
	background-color:var(--product-bg-color);
}
.card-information{
	padding:5px 15px 35px;
    text-align: center;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
@media (max-width: 767px){
.card-information{
	padding:0px 5px 20px;
}
}

   @media (min-width: 768px){
     .product-cart{
     	position:absolute;
       bottom:10px;
       right:0;
       left:0;
       text-align:center;
     }
   }
 @media (max-width: 767px){
     .product-cart{
     	position:relative;
     }
   }
    .btn-info.cart-btn svg {
       display:none;     
     }
    .btn-info.cart-btn{
	   padding: 8px 20px;
}
 @media (max-width: 543px){
.btn-info.cart-btn{
	padding: 8px;
  font-size:14px;
}
 }
.with-sidebar.collectiongrid-layout-4 .grid__item .btn-info.cart-btn,
.product-recommendations .with-sidebar.product-width-4 .grid__item .btn-info.cart-btn{
	    padding: 6px 15px;
}
.product-recommendations .with-sidebar.product-width-4 .cart-btn.loading:before{
	    top: 0px;
}
     .card-wrapper .btn-info.cart-btn:hover{
     	border: 1px solid var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
    color: var(--button-text-hover-color);
     }
 @media (min-width: 768px){
   .btn-info.cart-btn{
     
      opacity:0;
   }
     .card-wrapper:hover .btn-info.cart-btn{
     	opacity:1;
     }
      .card-wrapper:hover .price {
     	opacity:0;
     }
 }
   .btn-info.cart-btn{
	width: auto;
    height: auto;
        display: inline-flex;
    align-items: center;
}
  @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:14px;
    }
     .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;
    }
     .cart-btn.loading:before{
         top: 0;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
  }
  
  

  
 .top-menu .category .card-wrapper:hover .price,
.sidebar-collection .card-wrapper:hover .price,
.list__item .card-wrapper:hover .price,
.template-404  .card-wrapper:hover .price{
	opacity: 1;
}
.list__item .card-wrapper .btn-info.cart-btn{
	opacity: 1;
}
.list__item .card-wrapper .btn-info.cart-btn{
position:relative;
}

.list__item .product-cart{
  position:unset;
      text-align: left;
}
@media (max-width: 767px) {
  .list__item .product-cart{
		text-align: center;
  }
   .list__item  .thumbnail-buttons{
         margin-top: 20px;
  }
    
}
@media screen and (max-width: 767px) {
.template-collection .list__item .card-information{
  padding-top:15px;
}
}
/*************************************** Header.css *****************************/
  
 #header .nav-header{
  background:var(--navbar-background-color);
 }
 #header .nav-header .header-block {
  padding: 10px 0;
  position: relative;
}


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


#header .header-top {
  position: relative;
  text-align: center;
  z-index: 2;
  padding:30px 0;
}


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

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

#header .desktop-user-info {
  text-align: left;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#_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: #a5a5a5;
  opacity: 1;
}

#_desktop_search .search-info .search__input::-webkit-input-placeholder,
#_mobile_search .search-info .search__input::-webkit-input-placeholder {
  color: #a5a5a5;
  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: 1;
   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;
  text-align: right;
  float: right;
}


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

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

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

#_desktop_cart .cart-display .cart-count-bubble,
#_mobile_cart .cart-display .cart-count-bubble {
  background-color: var(--button-bg-color);
  border-radius: 50%;
  color: var(--button-text-color);
  font-size: 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;
  }
}
#_desktop_wishlist,#_mobile_wishlist{
    white-space: nowrap;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
 #header #_desktop_wishlist.wishlist a, #header #_mobile_wishlist.wishlist a {
    font-size: 0;
    fill: #232323;
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    position: relative;
}
 #header #_desktop_wishlist.wishlist a svg,
#header #_mobile_wishlist.wishlist svg{
	fill: var(--header-icon-color);
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#_mobile_wishlist{
display:none;
}
.header-right {
  text-align: right;
}


@media (min-width: 992px) {
  #_desktop_search .search-title .search-toggle, #_mobile_search .search-title .search-toggle {
    display: none;
  }
  #_desktop_search .search-info, #_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) {
  #_desktop_search .search-info .search__input, #_mobile_search .search-info .search__input {
        
        height: 42px;
    min-width: 272px;
    padding: 5px 25px;
    padding-right: 40px;
    background: #fafafa;
    border: 1px solid #eee;
    font-weight: 400;
    font-family: var(--font-body-family);
    text-transform: unset;
    font-size: 13px;
    letter-spacing: .8px;
    color: #a5a5a5;
    border-radius: 0;
}
      #_desktop_search .search-info .search__input:focus, #_mobile_search .search-info .search__input:focus{
      	background: #fafafa;
    	border: 1px solid #eee;
        color: #a5a5a5;
      }
      .search-results{
      	min-width: 272px;
      }
      #_desktop_search .search-info .search-header__submit{
      	    font-size: 17px;
            font-weight: 300;
            color: #888;
        	right: 8px;
      }
    }
 
 #header .nav-header .close {
    font-size: 27px;
    color: var(--navbar-text-color);
    position: absolute;
    background: 0 0;
    right: 15px;
    top: 9px;
    opacity: 1;
    cursor: pointer;
    font-weight: 400;
    line-height: 22px;
    z-index: 2;
    border: 0;
}
/*-------------fixed-header--------------*/
.fixed-header{
  position: fixed !important;
  border: none !important;
  margin: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  right: 0;
  padding: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
  overflow: visible;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
  .wrapper-nav{
     min-height:60px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  } 
.navfullwidth{
  position:relative;
  background:var(--menu-bg-color);
}
  
#shopify-section-Ishi_megamenu {
  float: none;
  text-align: center;
}

#_desktop_top_menu {
  padding: 0;
}

#_desktop_top_menu #top-menu .sub-menu {
  position: absolute;
  top: 70%;
  background: #fff;
  border: none;
  left: 0;
  right:0;
  padding: 30px;
  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;
    padding-bottom: 0;
  }
}

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

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

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

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

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

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


#top-menu>li>a .title {
  color: var(--menu-text-color);
  font-weight: 400;
  font-size: 16px;
  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) {
  #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>a i {
  display: none;
}

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

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

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

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

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


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

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


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

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

@media (min-width: 992px) {
  #top-menu>li>a:hover .title {
    color: var(--menu-text-hover-color);
  }
}

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

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

@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;
}
  .grid__item--Ishi_megamenu .card-wrapper .card--product a{
   padding:0;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__wrapper{
    text-align:left;
  }
  .grid__item--Ishi_megamenu .card-information .price{
      justify-content: inherit;
  }
  .grid__item--Ishi_megamenu .card-information .card-information__text a{
    padding:0;
    color: #666;
  }
.grid__item--Ishi_megamenu .card-wrapper{
	background-color: transparent;
}
  .grid__item--Ishi_megamenu .card-information .card-information__text a:hover{
    color: #666;
  }
#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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


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

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

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

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


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


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


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

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

  .footer-block.grid__item:first-child {
    margin-top: 0;
  }
}
/* 
.footer__content-top {
  padding-bottom: 3rem;
  padding-top: 4rem;
  display: block;
} */

@media screen and (min-width: 992px) {
  .footer__content-top {
   padding: 40px 15px;
    border-top: 1px solid var(--footer-text-color-modify);
    border-bottom: 1px solid var(--footer-text-color-modify);
  }

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

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

 @media (max-width: 991px) {
   .footer .footer-bottom > .page-width {
    /* If media is below 992 */
     padding-top: 20px;
     padding-bottom: 20px;
     margin-top:15px;
     border-top: 1px solid var(--footer-text-color-modify);
  }
}
.footer-block:empty {
  display: none;
}

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


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


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

}
  @media (max-width: 543px) {
   .footer .footer-bottom > .page-width {
    /* If media is below 992 */
     padding-top: 10px;
     padding-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer-block__heading {
    font-size: 1.8rem;
    display:block;
     margin-bottom: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
    .footer-block__heading {
      float:left;
    }
}
.footer-title{
 overflow:hidden;
 width:100%;
}
.navbar-toggler{
    float: right;
    margin: 4px;
  display:flex;
}
.footer .navbar-toggler svg{
  color:var(--footer-heading-color);
}
.footer__list-social:empty,
.footer-block--newsletter:empty {
  display: none;
}

.footer__list-social .list-social__item--placeholder:not(:only-child) {
  display: none;
}
.footer-block__details-content .list-menu__item--link{
position:relative;
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.footer-block__details-content .list-menu__item--link,
.copyright__content a {
  color: var(--footer-text-color);
}

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


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

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


.footer-block__details-content .list-menu__item--link:before {
   content: "";
   position: absolute;
   left: 0;
   top: 40%;
   width: 5px;
   height: 5px;
   opacity: 0;
   background-color: var(--footer-text-hover-color);
   border-radius: 50%;
   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-block__details-content .list-menu__item--link:hover {
   padding-left: 10px;
}
 .footer-block__details-content .list-menu__item--link:hover:before {
   opacity: 1;
}
.footer-block__details-content .placeholder-svg {
  max-width: 20rem;
}

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

.footer-top .store-img {
	order:2;
  text-align: center;
}
.footer .ishistoreinfo-inner {
    text-align: center;
}
@media (min-width: 992px){
.footer .ishistoreinfo-inner {
    text-align: left;
    order: 1;
}
  .footer-bottom {
  padding: 21px 0;
}
  }

.site-footer__linklist-item:hover .icon {
   background: var(--button-bg-hover-color);
}
 .site-footer__linklist-item:hover .icon svg {
   color: var(--button-text-hover-color);
}
.site-footer__linklist-item .icon {
   height: 45px;
   width: 45px;
   text-align: center;
   vertical-align: middle;
   display: inline-block;
   border-radius: 50%;
   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;
}
 .site-footer__linklist-item .icon svg {
   fill:var(--footer-text-hover-color);
}
.footer .payment-icons{
  order: 3;
   text-align: right;
}

.footer__content-bottom-wrapper {
  display: flex;
  width: 100%;
}
.footer .footer-block{
	    position: relative;
}
@media (min-width: 991px){
 .footer .footer-block:after{
  
    text-align: center;
    position: absolute;
    content: "";
    width: 1px;
    height: 140px;
    margin: 0 auto;
    border-radius: 0;
    background-color: var(--footer-text-color-modify);
    top: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
     .footer .footer-block:last-child:after{
      display:none;
     }
 }
@media (min-width: 1200px){
   .footer .footer-block:after{
 left: auto;
    right: 70px;
}
}
@media (max-width: 1199px){
 .footer .footer-block:after{
   left: auto;
    right: 20px;
}
     .footer .footer-block:last-child:after{
      display:none;
     }
 }
.copyright__content a {
  color: currentColor;
  text-decoration: none;
}
.list-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:0;
  padding-left: 0;
}

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

.list-payment__item {
  align-items: center;
  display: flex;
  padding: 0;
  margin:0 2px;
}
@media (min-width: 992px) {
.footer  .footer-inner .footer-top {
  display: flex;
    align-items: center;
  padding: 30px 0 25px;
   }
 }
.footer .footer-social {
	margin-top: 0px;
}
 @media (min-width: 992px) {
.footer-bottom .page-width .row {
     display: flex;
     align-items: center;
  }
}
.footer-bottom .footer-left {
   text-align: left;
}
.footer-bottom .footer-left.center{
  text-align: center;
}
 @media (max-width: 991px) {
   .footer-bottom .footer-left {
     text-align: center;
  }
}
.footer-left .footer__copyright {
     font-size: 15px;
   color: var(--footer-text-color);
}
/*  @media (max-width: 991px) {
.footer-bottom .footer-left .footer__copyright {
     padding: 7px 0;
  }
} */

@media (max-width: 991px) {
.footer .payment-icons{
	margin-top:15px;
}
 }
 @media (max-width: 991px) {
   .footer .ishistoreinfo-inner {
    /* If media is below 991 */
     margin: 20px 0;
      text-align: center;
  }
}
@media (max-width: 543px) {
   .footer .ishistoreinfo-inner {
    /* If media is below 991 */
     margin: 12px 0;
  }
}
.footer-bottom .footer-right {
   text-align: right;
}
 @media (max-width: 991px) {
.footer-top .store-img{
	margin-top: 30px;
}
}
 @media (max-width: 543px) {
.footer-top .store-img{
	margin-top: 15px;
}
}
.footer-bottom .footer-right.center .list-payment{
  justify-content: center;
}	
 @media (max-width: 991px) {
   .footer-bottom .footer-right {
     text-align: center;
  }
}
 .payment-icons {
   cursor: default;
}
 @media (max-width: 991px) {
 .payment-icons {
     overflow: hidden;
     padding: 4px 0;
  }
}

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


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

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


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

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 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 .owl-nav .owl-prev i{
       margin-left: -2px;
}
.ishislider .ishislideshow-carousel .owl-nav .owl-next i{
       margin-left: 0px;
}
 .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: 1700px){
   .ishislider .ishislideshow-carousel .page-width {
     max-width: 1600px;
  }
}
@media (min-width: 1500px) and (max-width: 1699px){
.ishislider .ishislideshow-carousel .page-width{
	max-width: 1400px;
}
 }
 @media (min-width: 1300px) and (max-width: 1499px){
.ishislider .ishislideshow-carousel .page-width{
	max-width: 1250px;
}
 }
 @media  (min-width: 1200px) and (max-width: 1299px){
.ishislider .ishislideshow-carousel .page-width{
	max-width: 1150px;
}
 }
 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
 .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 24px;
   text-transform: unset;
   line-height: 25px;
   margin-bottom: 15px;
   letter-spacing: 3px;
   font-weight:400;
   font-family: var(--font-body-family);
   position: relative;
}
 @media (max-width: 1399px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 25px;
     line-height: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 20px;
    line-height: 23px;
     margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    margin-bottom: 5px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
     font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
     letter-spacing: 2px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 9px;
    letter-spacing: 1px;
  }
}
 @media (max-width:420px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
   margin-bottom:8px;
   font-size: 14px; 
  }
}
 @media (max-width:350px) {
   .ishislider .ishislideshow-carousel .slider-content .sub-title {
   font-size: 13px; 
   line-height:9px;
   margin-bottom:7px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .main-title {
   font-size: 63px;
    line-height: 75px;
    margin-bottom: 20px;
    font-weight: 500;
   font-family: var(--font-body-family);
}
@media (max-width: 1499px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 50px;
     line-height: 50px;
  }
}
 @media (max-width: 1399px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 40px;
     line-height: 44px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 35px;
    line-height: 35px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 28px;
     line-height: 40px;
     font-weight: 500;
     margin-bottom: 5px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     margin-bottom: 10px;
     font-size: 22px;
    line-height: 30px;
     
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
    font-size: 25px;
    line-height: 19px;
    margin-bottom: 15px;
  }
}
 @media (max-width: 480px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 24px;
    line-height:16px;
  }
}
 @media (max-width:420px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size:21px;
    line-height:16px;
    margin-bottom: 12px;
     
  }
}
 @media (max-width: 350px) {
   .ishislider .ishislideshow-carousel .slider-content .main-title {
     font-size: 18px;
     line-height: 17px;
     margin-bottom: 7px;
  }
}
 .ishislider .ishislideshow-carousel .slider-content .desc {
   font-size: 15px;
   line-height: 24px;
   letter-spacing: 0.5px;
   font-weight: 400;
   margin-bottom: 34px;
   font-family: var(--font-body-family);
}
 
 @media (max-width: 1399px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     margin-bottom: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     margin-bottom: 20px;
     font-size: 14px;
  }
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     font-size: 14px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .desc {
     display: none;
  }
}

 @media (max-width: 991px) {
    .ishislider .ishislideshow-carousel .slider-content .slider-btn  {
     padding: 8px 17px;
  }
}
 @media (max-width: 767px) {
   .ishislider .ishislideshow-carousel .slider-content .slider-btn {
    padding: 7px 16px;
     font-size: 13px;
     line-height: 20px;
  }
}
@media (max-width: 543px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn {
		 padding: 5px 12px;
		 font-size: 11px;
       line-height: 18px;
	}
}
@media (max-width: 480px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn {
		 padding: 4px 10px;
		 font-size: 10px;
	}
}
 @media (max-width: 425px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn {
		 padding: 3px 8px;
		 font-size: 8px;
       line-height: 16px;
	}
}
 @media (max-width: 375px) {
	 .ishislider .ishislideshow-carousel .slider-content .slider-btn {
    padding: 2px 9px;
    font-size:9px;
}
	}
}
 .ishislider .ishislideshow-carousel .owl-item.active .sub-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.7s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .main-title {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.6s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .desc {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.5s;
}
 .ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.4s;
}

.ishislider .ishislideshow-carousel.owl-loaded+.ishislideshow-space{
  display:none;
}
.ishislideshow-space .slideshow__item{
    display: flex;
    align-items: center;
    justify-content: center;
}
 /*================ ishiproductwithtimer ================*/
@media (min-width: 1200px) {
.ishi_product_with_timer .product_content {
	display:flex;
  align-items:center;
}
}
.ishi_product_with_timer .ishitimerproducts .collection-right{
padding:0;
}
@media (max-width: 1199px) {
.ishi_product_with_timer .ishitimerproducts .collection-right{
	margin-bottom:60px;
}
}
@media (max-width: 991px) {
.ishi_product_with_timer .ishitimerproducts .collection-right{
	margin-bottom:20px;
}
}
@media (max-width: 543px) {
.ishi_product_with_timer .ishitimerproducts .collection-right{
	padding:0;
}
}
@media (max-width:543){
.ishi_product_with_timer .ishitimerproducts .description-right{
   text-align:center;
 }
}
.ishi_product_with_timer .ishitimerproducts .description-right .product-desc{
  	margin-bottom: 20px;
  	display: block;
}
@media (max-width:543px){
  .ishi_product_with_timer .section-header > h2{
   text-align:center;
  }
}
.ishi_product_with_timer .ishitimerproducts .description-right .product-desc p{
	font-size: 15px;
  color: #787878;
}
@media (max-width:543px){
 .ishi_product_with_timer .ishitimerproducts .description-right .product-desc p{
   text-align:center;
   }
}
.ishi_product_with_timer .ishitimerproducts .grid__item {
	padding: 15px;
}	
 @media (max-width: 543px) {
  .ishi_product_with_timer .ishitimerproducts .grid__item{
    /* If media is below 544 */
     padding: 5px;
  }
}
.ishi_product_with_timer .countdowncontainer{
	margin-bottom: 30px;
    clear: both;
}
@media (max-width:543px){
.ishi_product_with_timer .countdowncontainer{
  text-align:center;
}
}
 .ishi_product_with_timer .countdowncontainer .countdown {
        display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 75px;
    margin-right: 5px;
}
 .ishi_product_with_timer .countdowncontainer .countdown:not(:last-child):after {
    content: ":";
    position: absolute;
    top: 0;
    color: #232323;
    right: -4px;
    font-size: 30px;
}
 .ishi_product_with_timer .countdowncontainer .countdown .data{
   font-size: 30px;
    line-height: 38px;
    color: #232323;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}
 .ishi_product_with_timer .countdowncontainer .countdown .text{
 font-size: 14px;
    margin-top: 0;
    font-weight: 400;
    color: #232323;
    text-align: center;
}

@media (max-width: 543px) {
    .ishi_product_with_timer .countdowncontainer .countdown{
           width: 60px;
      
   }
}
@media (max-width: 543px) {
     .ishi_product_with_timer .slider-btn{
       text-align:center;
     }
}
/*------------------------(ishiservices)-----------------*/ 
.ishiservices-content .service-row{
display: flex;
}
 @media (max-width: 1199px) {
.ishiservices-content .service-row{
display: block;
}
 }
 .ishiservices-content .service-block {
   order:1;
   display: block;
   overflow: hidden;
   padding-right: 100px;
}
 @media (max-width: 991px) {
   .ishiservices-content .service-block {
    /* If media is below 768 */
     padding-right: 15px;
  }
}

 .ishiservices-content .service-block .service-block-icon {
    margin-top: 30px;
   margin-bottom: 10px;
   overflow: hidden;
}
@media (max-width:543px){
  .ishiservices-content .service-block .section-desc p{
    text-align:center;
  }
   .ishiservices-content .section-header > h2{
     text-align:center;
   }
    .ishiservices-content  .service-btn{
      text-align:center;
      display:block;
    }
}
 .ishiservices-content .services {
  /* If media is below 768 */
   margin-bottom:30px;
}
 @media (max-width: 991px) {
   .ishiservices-content .services {
     margin-bottom: 25px;
  }
 }
 @media (max-width: 767px) {
   .ishiservices-content .services {
     margin-bottom: 15px;
  }
   .ishiservices-content .services:last-child {
     margin-bottom: 0;
  }
   .ishiservices-content .service-block .service-block-icon{
   		    margin-top: 10px;
   }
}
@media (max-width: 543px) {
  .ishiservices-content .services {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .ishiservices-content .services {
  	width:100%;
    margin-bottom: 10px;
  }
}
 .ishiservices-content .services > a {
   display: flex;
   align-items: center;
}
 @media (max-width:480px) {
   .ishiservices-content .services > a {
    /* If media is below 768 */
     display: inline-block;
  }
}
 .ishiservices-content .services .service-img {
   margin-right: 15px;
   width: 45px;
   height: 45px;
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   transition: all 0.6s;
}
 @media (max-width: 1199px) {
   .ishiservices-content .services .service-img {
    /* If media is below 768 */
     margin-right:10px;
     text-align: center;
     display:inline-block;
  }
}
.ishiservices-content .banner-image-right {
	order:2;
}
@media (max-width:1199px) {
.ishiservices-content .banner-image-right {
    margin-bottom: 60px;
}
}
@media (max-width:991px) {
.ishiservices-content .banner-image-right {
    margin-bottom: 30px;
}
}
.ishiserviceblock .ishiservices-content .image-container {
    position: relative;
}

@media (max-width:1199px) {
.ishiserviceblock .ishiservices-content .image-container{
    text-align:center;
}
}
.ishiserviceblock .ishiservices-content .video-play-icon a {
    position: absolute;
    top: 45%;
    left: -14px;
    right: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
@media (max-width:1299px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
	top: 36%;
}
}
@media (max-width:1199px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}
}
@media (max-width:450px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
    top: 42%;
}
}
@media (max-width:400px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
    top: 40%;
}
}
@media (max-width:380px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
    top: 40%;
}
}
@media (max-width:350px) {
.ishiserviceblock .ishiservices-content .video-play-icon a{
    top: 35%;
}
}
.ishiserviceblock .ishiservices-content .video-play-icon a .ripple-effect {
    position: relative;
    display: inline-block;
  background-color: var(--brand-secondary);
    border-radius: 50%;
}
.ishiserviceblock .ishiservices-content .video-play-icon a i {
    font-size: 70px;
    line-height: 60px;
    color: #ffffff;
}
.ishiserviceblock .ishiservices-content .video-play-icon a .ripple-effect:after, .ishiserviceblock .ishiservices-content .video-play-icon a .ripple-effect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all .4s ease-in-out;
}
.ishiserviceblock .ishiservices-content .video-play-icon a .ripple-effect:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}
@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0
	}
}
 .ishiservices-content .services .service-text {
   display: block;
   vertical-align:middle;
}
 @media (min-width: 1200px) {
   .ishiservices-content .services .service-text {
    /* If media is below 768 */
     width: calc(100% - 50px);
  }
}
 @media (max-width: 1199px) {
   .ishiservices-content .services .service-text {
    /* If media is below 768 */
     display: inline-block;
     text-align: left;
  }
}
 .ishiservices-content .services .service-text .service-title {
   font-size: 17px;
   font-weight: 500;
   color:#232323;
}
 .ishiservices-content .services .service-text .service-desc {
   color: #787878;
   font-size: 16px;
}
@media (max-width: 767px) {
 .ishiservices-content .services .service-text .service-desc {
   font-size: 14px;
}
  .ishiservices-content .services .service-text .service-title{
	font-size:16px;

}
}
@media (max-width: 543px) {

  .ishiservices-content .services .service-text .service-title{
	font-size:15px;

}
}
 .ishiservices-content .services:hover .service-img {
   transform: rotatey(360deg);
}

/*====================== Parallax Block ====================== */

 .parallax-block-with-timer .ishiparallaxbanner {
   overflow: hidden;
}
.parallax-block-with-timer .parallax-color {
    width: 100%;
    display: block;
    overflow: hidden;
  padding:100px 0;
}
.parallax-block-with-timer .parallax-color .parallax-list{
	    margin: 0 auto;
    text-align: center;
    float: none;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallaximage {
   display: block;
   position: relative;
   width: 100%;
/*    background-size: cover; */
   background-repeat: no-repeat;
/*    background-attachment: fixed; */
/*    background-position: left; */
   overflow: hidden;
   background-size: contain;
}
@media (max-width: 1399px) {
.parallax-block-with-timer .ishiparallaxbanner .parallaximage{
	    background-size: cover;
  	    background-position: center;
}
}
 .parallax-block-with-timer .ishiparallaxbanner .parallaximage.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}
.parallax-block-with-timer .parallax-list {
    width: 50%;
    margin-left: auto;
    padding: 100px 0;
    float: right;
    margin: 50px 0;
  	text-align:center;
}
@media (max-width: 1399px) {
.parallax-block-with-timer .parallax-list {
    width: 60%;
    /* margin-left: auto; */
    padding: 80px 0;
    margin: 0 auto;
  	float: none;
}
  
.parallax-block-with-timer .parallax-block {
    padding: 100px 0;
}
}
@media (max-width: 991px) {
.parallax-block-with-timer .parallax-list {
    /* margin-left: auto; */
    padding: 60px 0;
}
  .parallax-block-with-timer .parallax-block {
    padding: 70px 0;
}
}

/*  .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
   text-align: center;
} */
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list {
     float: none;
     display: block;
     margin: 0 auto;
     width: 90%;
  }
   .parallax-block-with-timer .parallax-list {
    /* margin-left: auto; */
    padding: 30px 0;
}
  .parallax-block-with-timer .parallax-block {
    padding: 30px 0;
}
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
   font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 2.5px;
    padding: 11px;
    display: inline-block;
    border-radius: 5px;
}
 @media (max-width: 1199px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer{
     margin-bottom: 30px;
     font-size: 18px;
  }
}
 @media (max-width: 991px) {
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     margin-bottom: 25px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 16px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-offer {
     font-size: 14px;
     margin-bottom: 15px;
     letter-spacing: 1px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    font-size: 45px;
   font-weight: 600;
   line-height: 50px;
   position: relative;
   margin-bottom: 15px;
}
 @media (max-width: 1199px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
     font-size: 40px;
     line-height: 40px;
  }
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    /* If media is below 544 */
     font-size: 35px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-title {
    /* If media is below 544 */
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
    position: relative;
    display: block;
    vertical-align: middle;
    width:55%;
    margin: 0 auto 20px;
}
@media (max-width: 1500px) {
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle{
	    width: 65%;
}
}
@media (max-width: 1199px) {
  .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle{
	    width: 75%;
}
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
     font-size: 14px;
     width: 85%;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-subtitle {
     font-size: 13px;
     width:90%;
  }
}
.parallax-block-with-timer .countdowncontainer{
	margin-bottom: 30px;
    clear: both;
}
.parallax-block-with-timer .countdowncontainer .countdown {
         position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
        width: 70px;
    margin-right: 5px;
  display: inline-block;
    vertical-align: middle;
}

 .parallax-block-with-timer .countdowncontainer .countdown .data{
       font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    color: #232323;
    position: relative;
    margin-top: 7px;
}
 .parallax-block-with-timer .countdowncontainer .countdown .text{
font-size: 14px;
    color: #232323;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  .parallax-block-with-timer .countdowncontainer{margin-right:10px;}
    .parallax-block-with-timer .countdowncontainer .countdown .text{
    margin-bottom: 5px;
}
  .parallax-block-with-timer .countdowncontainer .countdown .data{
  	    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 1199px) {
    .parallax-block-with-timer .countdowncontainer .countdown{
           font-size: 24px;
    width: 65px;
   }
}
@media (max-width: 543px) {
    .parallax-block-with-timer .countdowncontainer .countdown{
           width: 55px;
   }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-btn {
   display: block;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-list .parallax-btn > a {
   position: relative;
   overflow: hidden;
   -webkit-transition: 0.5s all ease;
   -moz-transition: 0.5s all ease;
   -o-transition: 0.5s all ease;
   transition: 0.5s all ease;
}
.ishiparallaxbanner .parallax-list .parallax-btn .theme-button:hover{
        background-color: #fff !important;
    color: #232323 !important;
}
/********************************  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:600;
}

/*================ category ================*/

/*  @media (max-width: 543px) {
   .ishicategoryblock {
     padding: 0 10px;
  }
} */
.ishi-Category-section.index-section{
	margin-bottom: 40px;
  overflow: hidden;
}
 
.ishicategoryblock  .ishicategoryblock-containers{
  margin-bottom:30px;
}
 @media (max-width: 991px) {
.ishi-Category-section.index-section{
	margin-bottom: 0px;
}
 }
 
.ishicategoryblock .ishicategoryblock-container {
	border:1px solid #eee;
      padding: 20px;
}
@media (max-width: 1399px) {

  .ishicategoryblock .ishicategoryblock-container{
  	padding: 10px;
  }
}
@media (max-width: 767px) {

  .ishicategoryblock .ishicategoryblock-container{
  	padding: 15px;
  }
}

@media (max-width: 543px) {
.ishicategoryblock .ishicategoryblock-containers{
	width:100%;
}
 }
 
 .ishicategoryblock .ishicategoryblock-container a {
   overflow: hidden;
  display:flex;
  align-items:center;
}
 .ishicategoryblock .ishicategoryblock-container .image-container {
   overflow: hidden;
   text-align: center;
   margin-right:15px;
   padding:0;
}
 
 .ishicategoryblock .ishicategoryblock-container .image-container img {
   max-width: 100%;
   margin: 0 auto;
   width: auto;
   border-radius: 50%;
   background-color: #fafafa;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.ishicategoryblock .ishicategoryblock-container .image-container .collection-item{
	margin-top:5px;
     text-align: center;
  color: #787878;
}
@media (max-width: 390px) {
.ishicategoryblock .ishicategoryblock-container .image-container .collection-item{
	font-size:13px;
}
}
 .ishicategoryblock .ishicategoryblock-container .menu-container {
   text-align: left;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   padding:0;
}
@media (max-width: 991px) {
  .ishicategoryblock .ishicategoryblock-container .menu-container{
  	text-align: left;
  }
}
@media (max-width: 767px) {
  .ishicategoryblock .ishicategoryblock-container .menu-container{
  	text-align: left;
    display:inline-block;
    padding:0;
  }
  .ishicategoryblock .ishicategoryblock-container .image-container{
  	display:inline-block;
  }
}
 @media (max-width: 543px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container {
    /* If media is below 544 */
     bottom: 5px;
     left: 5px;
     right: 5px;
     text-align: left;
     display:block;
  }
   .ishicategoryblock .ishicategoryblock-container .image-container{
   	text-align: left;
     display:block;
   }
}
 @media (max-width: 380px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container {
    /* If media is below 544 */
     text-align: left;
     display:block;
     width: 100%;
    margin-top: 5px;
  }
}
 .ishicategoryblock .ishicategoryblock-container .menu-container .heading {
   font-family: var(--font-body-family);
   font-size: 18px;
   color: #232323;
   font-weight: 500;
     display:block;
   position: relative;
     margin-bottom:0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media screen and (min-width: 1200px) and (max-width: 1600px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .heading {
     font-size: 18px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .heading {
    /* If media is between 992 and 1199 */
     font-size: 17px;
  }
}
 @media (max-width: 991px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .heading {
    /* If media is below 992 */
     font-size: 17px;
  }
}
 @media (max-width: 450px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .heading {
    /* If media is below 992 */
     font-size: 15px;
  }
}
.ishicategoryblock .ishicategoryblock-container .menu-container .description{
	margin-bottom: 7px;
  	line-height: 20px;
}
@media (max-width: 767px) {
.ishicategoryblock .ishicategoryblock-container .menu-container .description{
	margin-bottom:5px;
  font-size: 14px;
}
  .ishicategoryblock .ishicategoryblock-container .menu-container .heading{
  	margin-bottom:3px;
  }
}
.ishicategoryblock .ishicategoryblock-container .category-button {
	display:inline-block;
  	text-align:left;
  	border:0;
  padding:0;
  font-size:14px;
}
.ishicategoryblock .ishicategoryblock-container .category-button.btn:after{
 display:none;
}
 @media (max-width: 991px) {
.ishicategoryblock .ishicategoryblock-container .category-button{
	text-align:center;
  font-size:13px;
}
 }
.ishicategoryblock .ishicategoryblock-container .category-button:hover {
  background-color:transparent;
  color:#232323;
}
.ishicategoryblock .ishicategoryblock-container .category-button.btn{
	background:transparent;
  color:#232323 !important;
}
.ishicategoryblock .ishicategoryblock-container .category-button.btn:hover{
	background:transparent;
  color:#232323 !important;
}
.ishicategoryblock .ishicategoryblock-container .category-button span{
  border-bottom:1px solid #232323;
  display:inline-block;
}
 .ishicategoryblock .ishicategoryblock-container .menu-container .collection-item {
   font-size: 14px;
   color: #fff;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media screen and (min-width: 1200px) and (max-width: 1600px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .collection-item {
     font-size: 13px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishicategoryblock .ishicategoryblock-container .menu-container .collection-item {
    /* If media is between 992 and 1199 */
     font-size: 12px;
  }
}
 .ishicategoryblock .ishicategoryblock-container:hover img {
   transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
   -o-transform:  rotateY(360deg);
   -ms-transform:  rotateY(360deg);
   opacity: 0.9;
}
 
/*================ testimonials ================*/
 .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-repeat: no-repeat;
   background-position: right;
}
.ishitestimonial{
    overflow: hidden;
}
.ishitestimonial .ishitestimonialbanner_image {
}
 .ishitestimonial .testimonial-color {
   display: block;
    z-index: 1;
   margin: 50px 0;
   padding: 100px 0;
   
}
.ishi-testimonial-section .testimonial-image-color{
  padding:100px 0;
}
.ishi-testimonial-section .testimonial-image-color  .testimonial-color{
  margin: 0 auto;
    text-align: center;
    float: none;
}
@media (max-width: 1399px){
 .testimonial-image {
    background-size: cover;
    background-position: center;
   padding: 100px 0;
}
.ishitestimonial .testimonial-color {
    width: 60%;
    padding: 80px 0;
    margin: 0 auto;
    float: none;
}
}
 @media (max-width:1199px){
   .ishitestimonial .ishitestimonialbanner_image{
     padding:15px;
   }
 }
 @media (max-width:991px){
    .testimonial-image {
   padding: 70px 0;
}
   .ishitestimonial .testimonial-color {
    padding: 60px 0;
     width: 70%;
}
 }
 @media (max-width:767px){
    .testimonial-image {
   padding: 30px 0;
}
   .ishitestimonial .testimonial-color {
    padding: 30px 0;
     width: 90%;
     padding-bottom: 50px;
}
 }
@media (max-width:543px){
  .testimonial-block .owl-theme .owl-nav .owl-next,.testimonial-block  .owl-theme .owl-nav .owl-prev{
    position:absolute;
  }
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img {
   display: none;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   width: auto;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-container {
   display: block;
   width: 100%;
   overflow: hidden;
   position: relative;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .desc {
   position: relative;
   text-align: center;
   margin:0;
   vertical-align: middle;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .desc .user-name {
   font-size: 20px;
   display: inline-block;
   font-weight: 600;
   font-family: var(--font-body-family);
    margin-bottom: 0;
    margin-right: 5px;
     font-style:italic;
}
.ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .desc  .designation{
  display: inline-block;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .desc .user-designation {
   font-size: 15px;
   display: inline-block;
   font-family: var(--font-body-family);
   font-weight: 400;
   position: relative;
   margin: 0;
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description {
   text-align: center;
   font-weight: 400;
   line-height: 24px;
   font-family: var(--font-body-family);
   font-size: 15px;
     margin: 0 auto;
    margin-bottom: 15px;
}
   .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description {
    /* If media is above 991 */
     width: 65%;
  }
@media (max-width: 767px) {
   .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description {
    /* If media is above 991 */
     font-size: 14px;
  }
}
@media (max-width: 543px) {
   .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description {
    /* If media is above 991 */
     width:100%;
     padding:0 15px;
  }
}
 .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ul li, .ishitestimonial .ishitestimonials-carousel .owl-stage-outer .owl-item .ishitestimonials-container .user-info .user-description ol li {
   list-style: unset;
}
.ishitestimonial .ishitestimonials-carousel .owl-nav .owl-next, 
.ishitestimonial .ishitestimonials-carousel .owl-nav .owl-prev{
	top: 26%;
}
@media (max-width: 1199px) {
 .ishitestimonial .ishitestimonials-carousel .owl-nav {
   display:none;
}
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots {
   text-align: center;
   opacity: 1;
   position: relative;
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}
   .ishitestimonial .ishitestimonials-carousel .owl-dots {
    /* If media is above 543 */
         margin-top: 15px;
  }
 @media (min-width: 544px) and (max-width: 1199px) {
   .ishitestimonial .ishitestimonials-carousel .owl-dots:before, .ishitestimonial .ishitestimonials-carousel .owl-dots:after {
    /* If media is below 1200 */
     width: 33%;
  }
}
 @media (min-width: 544px) and (max-width: 991px) {
   .ishitestimonial .ishitestimonials-carousel .owl-dots:before, .ishitestimonial .ishitestimonials-carousel .owl-dots:after {
    /* If media is below 992 */
     width: 28%;
  }
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot {
   display: inline-block;
   margin: 0px 0px;
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot img {
   max-width: 100%;
   border-radius: 50%;
   -ms-transform: scale(0.8);
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
   width: 110px;
   height: 110px;
}
 @media (max-width: 767px) {
   .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot img {
    /* If media is below 768 */
     width: 70px;
     height: 70px;
  }
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot span {
   display: block;
   width: 12px;
   height: 12px;
   border: 1px solid #232323;
   cursor: pointer;
   border-radius: 50%;
   background: #232323;
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot.active span, .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot:hover span {
   background: gray;
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot.active img {
   -ms-transform: scale(1);
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-filter: none;
   filter: none;
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}
 .ishitestimonial .ishitestimonials-carousel .owl-dots .owl-dot.active span {
   cursor: default;
}



/**************************** ishi-product-special-block *******************************/

.ishi-product-special-block .card-wrapper {
    border: 1px solid #efefef;
    border-radius: 5px;
    display: flex;
    align-items: center;
  background-color: transparent;
      overflow: hidden;
}
@media screen and (max-width: 991px){
.ishi-product-special-block .card-wrapper{
	display: block;
}
}
.ishi-product-special-block .card-wrapper .card--product{
  padding-left:0;
  padding-right: 20px;
}
.ishi-product-special-block .card-wrapper .card--product .card__inner {position:relative;}
.ishi-product-special-block .card-wrapper .card-information{
  margin:0;
	padding:0;
}
.ishi-product-special-block .card-wrapper .price  {
	    margin-bottom: 0.9rem;
}
@media screen and (max-width: 543px){
.ishi-product-special-block .card-wrapper .price  {
	    margin-bottom: 0.9rem;
  margin-top: 0;
}
}
.ishi-product-special-block .card-wrapper .card-information .card-information__wrapper{
    text-align: left;
}
.ishi-product-special-block .card-wrapper .card-information .card-information__wrapper .price{
   justify-content: flex-start;
      opacity: 1;
}
@media screen and (min-width: 544px){
.ishi-product-special-block .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {
    margin-top: 0.7rem;
}
}
.ishi-product-special-block .card-wrapper .product-desc{
  display:block;
  width: 80%;
  font-size: 16px;
}
.ishi-product-special-block .card-wrapper .thumbnail-buttons{
   position:unset;
   text-align: left !important;
      display: inline-block;
    vertical-align: middle;
}
.ishi-product-special-block .card-wrapper .thumbnail-buttons .product-btn{
  display:inline-block;
  vertical-align:middle;
  margin:0 2px;
}
@media screen and (min-width: 544px){
.ishi-product-special-block .product-cart{
      margin-right: 4px;
}
}
.ishi-product-special-block .product-cart{
	    position: unset;
      display: inline-block;
    vertical-align: middle;
      text-align: left;
}
.ishi-product-special-block .thumbnail-buttons .btn-info{
	 display: inline-block;
    vertical-align: middle;
  margin-bottom:0 !important;
  margin-right: 8px !important;
}
.ishi-product-special-block .card-wrapper .thumbnail-buttons .btn-info{
	opacity: 1;
  transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
}
@media screen and (max-width: 543px){
.ishi-product-special-block .card-wrapper .thumbnail-buttons .btn-info{
	 margin-right: 5px !important;
}
  .ishi-product-special-block .card-wrapper .thumbnail-buttons .btn-info:last-child{
  	 margin-right: 0px !important;
  }
}
.ishi-product-special-block .card-wrapper .btn-info.cart-btn{
position: relative;
}
.ishi-product-special-block .card-wrapper .btn-info.cart-btn{
opacity: 1;
  transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    -o-transform: translatey(0);
    -ms-transform: translatey(0);
}
@media  (max-width: 1199px) {
.ishi-product-special-block .card-wrapper .product-desc{
    display:none;
   }
}
 @media (min-width: 992px) and (max-width: 1199px) {
/*    .ishi-product-special-block .card-wrapper .card-information{padding-left:0;} */
 
   .ishi-product-special-block .card-wrapper .card-information .card-information__text{font-size:15px;}
   
 
   
 }
@media (max-width: 991px) {
  .ishi-product-special-block .grid--peek .grid__item{
    width:calc(90% - 4rem / 2);
  }
  .ishi-product-special-block .card-wrapper .card--product{
  padding:0;
  }
  .ishi-product-special-block .card-wrapper .card-information{
  padding:15px;
  }
  .ishi-product-special-block .card-wrapper .card-information .card-information__wrapper{
  	text-align: center;
  }
  .ishi-product-special-block .card-wrapper .card-information .card-information__wrapper .price{
  	    justify-content: center;
  }
  .ishi-product-special-block .card-wrapper .product-desc{
  margin:0 auto;
  }
}
 @media (max-width: 1199px) {
   .ishi-product-special-block .card-wrapper .btn-info.cart-btn{
   	padding: 6px;
    font-size: 14px;
   }
   .ishi-product-special-block .cart-btn.loading:before{
   	top: 0px;
   }
 }
 @media (max-width: 767px) {
   .ishi-product-special-block .card-wrapper .thumbnail-buttons .product-btn{ margin:0;}
   .ishi-product-special-block .grid--peek .grid__item{
    width:calc(100% - 4rem / 2);
  }
    .ishi-product-special-block .card-wrapper .product-desc{line-height:22px;}
 }
 @media (max-width: 543px) {
   .ishi-product-special-block .card-wrapper .product-desc{display:none;}
     .ishi-product-special-block .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {margin-top: 0.9rem;}
    .ishi-product-special-block .product-cart{
  	margin-top: 9px !important;
  }
 }
@media (max-width: 453px) {
    .ishi-product-special-block .product-cart{
  	margin-top: 6px !important;
  }
 }
 @media (max-width: 349px) {
   .ishi-product-special-block .card-information .spr-badge{ margin-bottom: 4px;}
 }
 @media (max-width:480px) {
   .ishi-product-special-block .card-wrapper .btn-info.cart-btn{
   	 padding: 8px;
    font-size: 14px;
   }
 }
@media (max-width: 543px) {
    .ishi-product-special-block .thumbnail-buttons .btn-info{
      width: 35px;
    height: 35px;

    }
  
   .ishi-product-special-block .thumbnail-buttons .wishlist .loader-btn{
      width: 35px;
      height: 35px;
    }
   .ishi-product-special-block .thumbnail-buttons .cart-btn.loading:before{
      width: 35px;
      height: 35px;
    }
   .ishi-product-special-block .thumbnail-buttons .btn-info svg {
      width: 35px;
      height: 35px;
    }
  }
/*================ Story block style ================*/
 
 @media (max-width: 991px) {
   .story-block-section .ishistoryblock .story-image-wrapper {
     padding: 0 15px;
     margin-bottom: 30px;
  }
}
 @media (max-width: 767px) {
   .story-block-section .ishistoryblock .story-image-wrapper {
     margin-bottom: 20px;
  }
}
 @media (min-width: 992px) {
   .story-block-section .ishistoryblock .valign-wrapper {
     display: flex;
     align-items: center;
  }
}
 .story-block-section .ishistoryblock .story-image-wrapper .image-wrapper {
   position: relative;
   z-index: 1;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 767px) {
   .story-block-section .ishistoryblock .story-image-wrapper .image-wrapper {
    /* If media is below 768 */
     display: inline-block;
     margin: 0 auto;
     padding: 0;
  }
}
 .story-block-section .ishistoryblock .story-image-wrapper .image-wrapper img {
   max-width: 100%;
   -webkit-transition: all 0.8s;
   -moz-transition: all 0.8s;
   -o-transition: all 0.8s;
   transition: all 0.8s;
}
/*  .story-block-section .ishistoryblock .text-wrapper {
   padding-left: 25px;
}
 @media (max-width: 1199px) {
   .story-block-section .ishistoryblock .text-wrapper {
     padding-left: 15px;
  }
} */
@media (max-width: 543px) {
.story-block-section .ishistoryblock .text-wrapper{
	text-align:center;
}
}
 .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
   font-size: 70px;
   line-height: 70px;
   letter-spacing: 1px;
}
.story-block-section .section-header>.h2:before, .story-block-section .section-header>h2:before {
    width: 230px;
}
 @media (max-width:1499px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
    /* If media is below 1199 */
     font-size: 58px;
    line-height: 58px;
  }
}
 @media (max-width:1199px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
    /* If media is below 1199 */
     font-size: 45px;
    line-height: 45px;
    letter-spacing: 1px;
  }
   .story-block-section .section-header>.h2:before, .story-block-section .section-header>h2:before {
    width: 150px;
}
}
 @media (max-width:543px) {
 .story-block-section .section-header>.h2:before, .story-block-section .section-header>h2:before {
    width: 90px;
   text-align:center;
   margin:0 auto;
}
 }
 @media (max-width: 991px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
     font-size: 40px;
    /* If media is below 992 */
  }
}
 @media (max-width: 767px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
     font-size: 35px;
  }
}
 @media (max-width: 543px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title {
     font-size: 28px;
    line-height: 30px;
     text-align:center;
  }
}
.story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title span{
  font-size: 60px;
   line-height: 60px;
	display: block;
    font-weight: 300;
    color:#666666;
        margin-bottom: 20px;
}
 @media (max-width:1199px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title span {
    /* If media is below 1199 */
     font-size: 40px;
    line-height: 40px;
     margin-bottom:10px;
  }
}
 @media (max-width: 991px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title span {
    /* If media is below 992 */
     font-size: 35px;
    line-height:35px;
  }
}
 @media (max-width: 767px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title span {
     font-size: 26px;
         line-height: 26px;
     margin-bottom:5px;
  }
}
@media (max-width: 767px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .home-title span {
    font-size: 21px;
    line-height: 21px;
  }
}
 .story-block-section .ishistoryblock .text-wrapper .story-text-block .description {
   margin-bottom: 30px;
   color: #777;
}
 @media (max-width: 1199px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 20px;
  }
}
 @media (max-width: 543px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .description {
     margin-bottom: 15px;
  }
}
 .story-block-section .ishistoryblock .text-wrapper .story-text-block .description p {
   margin-bottom: 15px;
   line-height: 22px;
   letter-spacing:1px;
   font-weight: 400;
   font-size: 20px;
}
 @media (max-width: 1199px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .description p {
     margin-bottom: 5px;
     font-size: 17px;
  }
}
@media (max-width: 767px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .description p {
     font-size: 16px;
  }
}
@media (max-width: 1199px) {
   .story-block-section .ishistoryblock .text-wrapper .story-text-block .description p {
     font-size: 14px;
  }
}

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

.ishi_manufacture {
   margin-bottom: 50px;
}
 @media (max-width: 991px) {
   .ishi_manufacture {
    /* If media is below 992 */
     margin-bottom: 30px;
  }
}
 
.manufacture-block .manufacture-carousel {
   text-align: center;
}
 .manufacture-block .manufacture-carousel .logo-bar__item {
   display: inline-block;
   -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;
}
 .manufacture-block .manufacture-carousel .logo-bar__item:hover {
   -moz-transform: rotateY(360deg);
   -webkit-transform: rotateY(360deg);
   -o-transform: rotateY(360deg);
   -ms-transform: rotateY(360deg);
   transform: rotateY(360deg);
}
.manufacture-block .manufacture-carousel .logo-bar__item svg{
width: 130px;

}
/*================ smartblog ================*/
.smartblog {
   position: relative;
}
.smartblog.blogimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

 .smartblog .smartblog-carousel .sds_blog_post {
   padding:0 15px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .news_module_image_holder a img {
   -webkit-transform-style: unset; 
   transform-style: unset;
   transform: scale(1.26);
   -webkit-transform: scale(1.26);
   -ms-transform: scale(1.26);
   -o-transform: scale(1.26);
   -moz-transform: scale(1.26);
   opacity: 0.8;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
       display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 0;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
      position: relative;
    display: block;
    overflow: hidden;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
   transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    max-width: 100%;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo {
     position: absolute;
    text-align: left;
    left: 10px;
    top: 10px;
    font-family: var(--font-body-family);
    font-weight: 400;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
}
 @media (max-width: 991px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo {
     bottom: 5px;
  }
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date {
        position: relative;
    margin: 0;
    padding: 11px 23px;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
   background: var(--button-bg-color);
         display: inline-block;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date i {
  font-size: 13px;
    margin-right: 3px;
   display:none;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date {
    font-size: 13px;
    font-weight: 400;
   text-align: center;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_year {
   display: none;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_date{
 font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
       color: var(--button-text-color);
 }

@media (max-width: 767px) {
/*  .ishi-smartblog-section .smartblog .products_block_inner #smartblog-carousel .sds_blog_post .blog_post  .hover-date .blog_date {
 	padding: 5px 16px;
 } */
    .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_date {
    	font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    }
 }
@media (max-width: 543px) {
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date {
   padding: 10px 20px;
 }
    .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_date {
    	font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    }
 }
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .blog_date .date .day_month{
 display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
      color: var(--button-text-color);
 }
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment, 
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
  display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    margin: 0 5px;
    margin-bottom: 5px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author {
   display: inline-block;
}
/* .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder .smartbloginfo .comment a {
   color: #fff;
} */
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment i, 
.smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author i {
   font-size: 13px;
    margin-right: 3px;
   color: var(--brand-secondary);
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
   padding: 15px 0 0;
   margin-bottom: 0;
   text-align: center;
   color: var(--brand-secondary);
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span{
	margin-bottom: 0;
    position: relative;
    margin-right: 7px;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--brand-secondary);
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author{
	margin-bottom: 5px;
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author a,
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author .author{
      display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
	color: var(--brand-secondary);
}
.smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment-author i {
    font-size: 14px;
    padding-right: 5px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 7px;
   line-height: 18px;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
        font-size: 16px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
      color: #232323;
}
@media (max-width: 991px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 992 */
     font-size: 16px;
  }
}
 @media (max-width: 767px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 768 */
     font-size: 14px;
  }
}
 @media (max-width: 543px) {
   .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 15px;
  }
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0;
   font-size: 14px;
   letter-spacing: 0.5px;
   line-height: 20px;
   text-align:center;
   display: none;
}
 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .readmore {
   background: 0 0;
    color: #232323;
    padding: 0;
    border: 0;
     padding-bottom: 5px;
   text-transform: uppercase;
       font-size: 15px;
    border-bottom: 1px solid #232323;
   display: inline-block;
    text-align: center;
    vertical-align: middle;
   display:none;
}
.smartblog .owl-theme .owl-nav{
	    opacity: 0;
}
@media (max-width: 767px) {
.smartblog .owl-theme .owl-nav{
	opacity:1;
  margin-top: -7px;
}
}

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

.ishi-newsletter-block .newsletter.newsletter-image {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   display: block;
}
 .ishi-newsletter-block .newsletter.fixed {
   background-attachment: fixed;
}
 .ishi-newsletter-block .newsletter .block_newsletter {
   overflow: hidden;
   display: block;
}
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text{
   		text-align: center;
   }
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p{
   width: 40%;
   text-align: center;
   margin: 0 auto;
   display: block;
   margin-bottom: 15px;
       font-size: 17px;
}
 .ishi-newsletter-block .footer-social{
margin: 15px 0;
}

 @media (max-width: 991px) {
  .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p{
     width: 70%;
  }
}
 @media (max-width: 767px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p{
     width: 90%;
  }
}
 @media (max-width: 543px) {  
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p{
     font-size: 14px;
     width: 100%;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
   font-size: 40px;
   font-weight: 500;
   margin-bottom: 0;
   letter-spacing: 0;
   line-height: 40px;
   display: inline-block;
   vertical-align: middle;
   position: relative;
   font-family: var(--primary-font);
   text-transform: unset;
}
 @media (max-width: 767px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 543px) {
   .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text h2 {
     font-size: 30px;
     line-height: 30px;
     display: block;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .news-icon {
   margin-bottom: 5px;
}
 .ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .news-icon .icon {
   	display: block;
    vertical-align: middle;
    width: 45px;
    text-align: center;
     margin: 0 auto 10px;
    height: 45px;
}
.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .follow-us{
	margin-bottom:20px;
}
.ishi-newsletter-block .ishistoreinfo-inner .follow-us .social-media-blocks .header-social ul li .social-icons__link{
	line-height: 32px;
}
 .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter {
   margin: 0 auto;
}
 .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter form {
   position: relative;
   text-align: center;
   width: 45%;
   margin: 0 auto;
   max-width: 100%;
}
 @media (max-width: 1199px) {
   .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter form {
    /* If media is below 992 */
     width: 65%;
  }
}
 @media (max-width: 991px) {
   .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter form {
    /* If media is below 992 */
     width: 75%;
  }
}
 @media (max-width: 767px) {
   .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter form {
     width: 90%;
  }
}
 @media (max-width: 543px) {
   .ishi-newsletter-block .newsletter .block_newsletter .site-footer__newsletter form {
     width: 100%;
  }
}
 .ishi-newsletter-block .newsletter .block_newsletter .input-group {
   width: 100%;
   background: transparent;
}
 .ishi-newsletter-block .newsletter-form.newsletter-form .field input{
 background:#fff;
  padding-right: 150px;
  height: 6rem;
}
@media  (max-width: 767px) {
  .ishi-newsletter-block .newsletter-form.newsletter-form .field input{
   padding-right: 70px;
    height: 50px;
  }
}
.ishi-newsletter-block .newsletter-form.newsletter-form .field input:focus-visible{
	border-color:transparent;
}
.ishi-newsletter-block .newsletter-form.newsletter-form .field .field__label{
	top: 1.4rem;
}
 .ishi-newsletter-block .newsletter-form.newsletter-form .newsletter-form__button{
 height: 54px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 3px;
    right: 3px;
}
@media(max-width: 767px){
  .ishi-newsletter-block .newsletter-form.newsletter-form .newsletter-form__button{
    height: 44px;
  }
}
@media (max-width: 543px){
.ishi-newsletter-block .newsletter-form.newsletter-form .newsletter-form__button{
	padding: 10px 15px;
}
}
 .ishi-newsletter-block .footer-social ul li a{
	margin: 0 7px 5px 0;
}
 .ishi-newsletter-block .field input:focus~.field__label{
	    top: 1rem !important;
}
/************************************** Featured Product css ********************************/

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
@media (max-width: 543px) {
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
	 margin-bottom:10px;
}
}
.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 10px;
    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: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: unset;
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    margin: 0;
    text-transform: unset;
    outline: medium none;
    padding: 0;
    position: relative;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
}
 @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{
       color: #232323;
  		    font-weight: 500;
}
@media (min-width: 544px){
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link:after{
	
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    content: "";
    width: auto;
    height: 1px;
    margin: 0 auto;
    border-radius: 0;
    background: #232323;
    bottom: -7px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
}

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

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

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

.header__localization localization-form:last-child .localization-form .disclosure:after{
  display:none;
}
@media (min-width: 992px) {
  .localization-selector.link:hover {
      color: var(--header-icon-hover-color);
  }
}


  
  @media (min-width: 992px) {
.language-currency{
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 10;
  }
 .language-currency localization-form{
    display:block;
  }
  .language-currency .localization-selector.link {
    background:#fff;
    color:#232323;
    border:1px solid #eee
  }
   .language-currency .localization-selector.link:hover{
    color:#232323;
  }

}




 .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
   display: inline-block;
   vertical-align: middle;
   border:none;
   position: absolute;
   top:46%;
    left: 20px;
    right: auto;
   background:transparent !important;
   border-radius: 50%;
   margin: 0px;
   outline: none;
   border:0 !important;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .owl-theme .owl-nav .owl-next {
    right: 20px;
    left: auto;
}
.owl-theme .owl-nav{
margin-top:0;
}
 @media (max-width: 767px) {
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev{
	position:unset;
  margin-top: 10px;
  
}
   .owl-theme .owl-nav{
margin-top:0px;
}
 }
.owl-theme .owl-nav .owl-prev i:hover, .owl-theme .owl-nav .owl-next i:hover {
   color: var(--button-text-hover-color ) !important;
}


 .owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i {
   color: var( --brand-secondary )  !important;
   display:block;
     font-size: 25px;
    font-weight: 600;
         width: auto;
    height: auto;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
@media (max-width: 543px) {
.owl-theme .owl-nav .owl-prev i, .owl-theme .owl-nav .owl-next i{
	font-size:22px;
}
}
 .owl-theme .owl-nav .owl-next i {
   margin: 0 0 0 -1px;
}

@media (max-width: 767px) {
    .thumbnail-buttons{
  	text-align:center;
     position:unset;
  }
  .card--product .spr-badge,
  .template-collection .list__item .card--product .spr-badge{
      bottom: 60px;
  }
 .thumbnail-buttons .btn-info{
  	    display: inline-block;
   vertical-align: middle;
    margin-bottom: 0;
   margin-right: 3px;
  }
   .thumbnail-buttons .btn-info:last-child{
  	 margin-right:0px;
  }
}
@media (max-width: 543px) {
 .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info{
   margin-right: 3px;
   margin-bottom: 0;
  }
   .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info:last-child{
  	 margin-right:0px;
  }
}
@media (min-width: 1200px){
.template-cart .spaced-section .page-width{
max-width: 1200px;
}
  .template-page.contact .page-width.contact-form-bottom{
max-width: 1200px;
}
}
/* .cart-notification{
	z-index: 9;
} */
@media screen and (max-width: 543px) {
  .card-information__wrapper > *:not(.visually-hidden:first-child) + * {
    margin-top: 0.5rem;
  }
  .product-cart{
  	margin-top: 10px !important;
  }
  
.template-search .list__item .card--product .spr-badge{
	bottom: 60px;
}
}
.collection-list-section .collection-grid-item__title-wrapper .btn{
	padding: 10px 13px;
}
.sub-menu .card-information{
padding-left:0;
      padding-bottom: 0;
}