/** Shopify CDN: Minification failed

Line 5384:4 Expected ":"

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

/******************** main title  *********************/
  

.section-header > h2,.section-header > .h2 {
   font-size: 40px;
   line-height: 40px;
   letter-spacing: 0.5px;
      padding: 0 0 8px;
    margin-bottom: 25px;
   font-weight: 500;
   color: #232323;
   font-family: var(--font-body-family);
   text-transform: unset;
   position: relative;
   margin-top:0;
   display: inline-block;
   vertical-align: middle;
}
 @media (max-width: 1199px) {
   .section-header > h2,.section-header > .h2 {
     font-size: 36px;
     line-height: 36px;
  }
}
 @media (max-width: 991px) {
   .section-header > h2,.section-header > .h2 {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 767px) {
   .section-header > h2,.section-header > .h2{
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 543px) {
   .section-header > h2,.section-header > .h2 {
     margin-bottom: 20px;
     padding-bottom: 20px;
  }
}
 .section-header > h2:after,.section-header > .h2:after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 70px;
   height: 1px;
   text-align: center;
   margin: 0 auto;
   background: #e9e9e9;
}
 .section-header.text-center > h2:after, .section-header.text-center > .h2:after {
   left: 0;
   right: 0;
   margin: 0 auto;
}
 .section-header.text-left > h2:after, .section-header.text-center > .h2:after {
   left: 0;
   right: auto;
}
 @media (max-width: 991px) {
   .section-header.text-left > h2:after, .section-header.text-center > .h2:after {
     left: 0;
     right: 0;
     margin: 0 auto;
  }
}



  
/************************  featured Product  *********************/
  .card-wrapper .card-information {
      padding: 1rem 0;
      position: relative;
  }
  .card--product .spr-badge{
    text-align:center;
    position:absolute;
    left:0;
    right:0;
    bottom: 10px;
  }
   @media (max-width: 543px) {
    .card--product .mobile-review .spr-badge{
     bottom: 55px;
    }
   }
  .card-information .card-information__wrapper{
    text-align:center;
  }
  .card-information .card-information__text{
    padding:0;
    color: #232323;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-body-family);
    text-transform: capitalize;
    margin: 0;
  }
  
  @media (min-width: 768px) {
    .card-wrapper .card-information .price {
      opacity:1;
      -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
	 -o-transition: all 0.3s;
	 transition: all 0.3s;
    }
    /* .card-wrapper .card-information .price {
     margin-bottom:10px;
    } */
  }
  .card-information .price {
    justify-content:center;
  }
  .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
    color: #666666;
    vertical-align: inherit;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .price--on-sale .price-item--regular{
    color: #232323;
  }
 .price-item--sale,.price--on-sale .price-item--sale{
    padding-left:5px;
  }
  .product-desc{
     display:none;
     color:#787878;
     letter-spacing:0.5px;
    font-weight:400;
    line-height:24px;
  }
  .product-flags .sale {
    position: absolute;
    top: 10px;
    color: var(--sale-text-color);
    min-height: 40px;
    min-width: 40px;
    left: 10px;
    border-radius: 50%;
    background: var(--sale-bg-color);
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    padding:0 4px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  @media (max-width: 543px) {
      .product-flags .sale {
        min-height: 20px;
        border-radius: 4px;
      }
  }
  .outstock-overlay{
    position: absolute;
    background: var(--soldout-bg-color);
    text-align: center;
    padding: 7px;
    width: auto;
    color: var(--soldout-text-color);
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    left: 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
    }
 }
  .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;
	 right: 10px;
	 top: 5px;
    bottom:auto;
}
 .thumbnail-buttons .btn-info{
	 width: 35px;
	 height: 35px;
	 position: relative;
	 border: 0;
	 background-color: var(--product-btn-bg-color);
	 padding: 0;
	 display: block;
     vertical-align:middle;
     cursor: pointer;
     margin: 5px 0;
     border-radius: 50%;
	 -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.9s;
	 -moz-transition: all 0.9s;
     -ms-transition: all 0.9s;
	 -o-transition: all 0.9s;
	 transition: all 0.9s;
  }
  
  .thumbnail-buttons .quick-view {
    -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 .btn-info.sold-out{
      cursor: not-allowed;
  }
  .thumbnail-buttons .cart-btn.loading{
    background-color:var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .cart-btn.loading svg{
     opacity:0;
  }
  .thumbnail-buttons .cart-btn.loading:before{
     position: absolute;
     content: "\f1ce";
     font-family: "FontAwesome";
     color: var(--product-icon-hover-color);
     width: 35px;
     height: 35px;
     display: flex;
     border-radius: 50%;
     align-items: center;
     justify-content: center;
     top: 0;
     left: 0;
     right: 0;
     margin: 0 auto;
       text-align:center;
     -webkit-animation: fa-spin2s infinite linear;
     -moz-animation: fa-spin 2s infinite linear;
     -o-animation: fa-spin 2s infinite linear;
     animation:fa-spin 2s infinite linear;
  }
      
  .thumbnail-buttons .wishlist .loader-btn{
    text-align:center;
    width: 35px;
	height: 35px;
    display: flex;
     border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: var(--product-btn-bg-hover-color);
  }
  .thumbnail-buttons .wishlist .loader-btn i{
    color: var(--product-icon-hover-color);
    width:15px;
    height:15px;
  }
 @media (min-width: 768px) {
	 .thumbnail-buttons .btn-info {
		 opacity: 0;
		 -webkit-transform: translateX(70px);
		 -moz-transform: translateX(70px);
		 -ms-transform: translateX(70px);
		 -o-transform: translateX(70px);
		 transform: translateX(70px);
	}
}
 .thumbnail-buttons .btn-info svg {
	 fill: var(--product-icon-color);
	 width: 35px;
	 height: 35px;
}
  .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 .card-information .price {
      opacity:1;
    }
 }
  
    
  
  @media (max-width: 543px) {
    .card-information .card-information__text{
      font-size:14px;
    }
    .price--on-sale .price-item--regular,.price--on-sale,.price__regular .price-item--regular{
      font-size: 14px;
    }
    .thumbnail-buttons .btn-info{
      width: 30px;
      height: 30px;

    }
    .thumbnail-buttons .wishlist .loader-btn{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .cart-btn.loading:before{
      width: 30px;
      height: 30px;
    }
    .thumbnail-buttons .btn-info svg {
      width: 30px;
      height: 30px;
    }
  }
  


  
 

  
  
#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 a svg{display:none;}
#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-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 *******************************/
  

.newsletter-form .field input{
 background:#fff;
 padding-right: 135px;
}
@media  (max-width: 767px) {
  .newsletter-form .field input{
   padding-right: 80px;
  }
}
.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.6rem;
  font-weight:500;
  color:var(--footer-heading-color);

}

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

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

.copyright__content a {
  color: var(--footer-text-color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.copyright__content a:hover {
  color:  var(--footer-text-hover-color);
    }


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

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

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

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

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

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

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


.footer-social{
  margin-top:20px;
}
.footer-social ul li a{
  padding:0;
  border-radius: 50%;
  height: 34px;
  text-align: center;
  width: 34px;
  margin: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.footer-social ul li a i,.footer-social ul li a svg{
   font-size: 16px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}




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

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

 .ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i, .ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i {
   color: var(--button-text-hover-color) !important;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-next {
   right: 60px;
   left: auto;
}
 .ishislider .ishislideshow-carousel .owl-nav .owl-prev {
   left: 60px;
   right: auto;
}
 .ishislider .ishislideshow-carousel .owl-dots {
   position: absolute;
   bottom: 14px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 7px;
  }
}
 @media (max-width: 543px) {
   .ishislider .ishislideshow-carousel .owl-dots {
     bottom: 5px;
  }
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 2px;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot span {
   width: 12px;
   height: 12px;
   background: transparent !important;
   border: 1px solid var(--button-bg-color) !important;
   margin: 0 3px;
   display: block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 .ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span, .ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span {
   background: var(--button-bg-color) !important;
   border-color: var(--button-bg-color) !important;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev, .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   opacity: 1;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
   left: 20px;
}
 .ishislider .ishislideshow-carousel:hover .owl-nav .owl-next {
   right: 20px;
}
 .ishislider .ishislideshow-carousel .slideshow__link {
   display: flex;
   align-items: center;
}
 .ishislider .ishislideshow-carousel .page-width {
   position: absolute;
   left: 0;
   right: 0;
}

 .ishislider .ishislideshow-carousel .slider-content {
   padding: 0;
}
/********************* Slider fullwidth css *********************/ 

 @media screen and (min-width: 1200px) and (max-width: 1399px) {
   .simple-slider-section .simple-slider .page-width {
     max-width: 1100px;
  }
}
 .simple-slider-section .simple-slider .slider-content .sub-title {
   font-size: 36px;
   text-transform: unset;
   line-height: 36px;
   margin-bottom: 20px;
   font-weight: 500;
   letter-spacing: 0.5px;
   font-family: var(--font-body-family);
}
 @media (max-width: 1399px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 32px;
     line-height: 32px;
  }
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 26px;
     line-height: 28px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 20px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 18px;
     line-height: 20px;
  }
}
 @media (max-width: 425px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 14px;
      line-height: 10px;
       margin-bottom: 9px;
     
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 14px;
     line-height: 11px;
     margin-bottom: 9px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider .slider-content .sub-title {
     font-size: 14px;
  }
}
 .simple-slider-section .simple-slider .slider-content .main-title {
   font-size: 70px;
   text-transform: unset;
   line-height: 70px;
   margin-bottom: 25px;
   letter-spacing: 0px;
   font-weight: 600;
   font-family: var(--font-body-family);
}
 @media (max-width: 1399px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 62px;
     line-height: 62px;
  }
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 54px;
     line-height: 54px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 27px;
     line-height: 27px;
  }
}
 @media (max-width: 479px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 24px;
     line-height: 25px;
  }
}
 @media (max-width: 425px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
   font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
  }
}
 @media (max-width: 400px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 20px;
     line-height: 24px;
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 18px;
     margin-bottom: 12px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider .slider-content .main-title {
     font-size: 17px;
     line-height: 18px;
      
  }
}
 .simple-slider-section .simple-slider .slider-content .main-title span {
   font-weight: 300;
}
 .simple-slider-section .simple-slider .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 25px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider .slider-content .desc {
     font-size: 15px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider .slider-content .desc {
     font-size: 14px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider .slider-content .desc {
     display: none;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 8px 16px;
     font-size: 13px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height:18px;
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 4px 8px;
     font-size: 10px;
     line-height:16px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider .slider-content .slider-btn {
     padding: 4px 8px;
     font-size: 10px;
  }
}

/********************* Slider Box css *********************/

@media (min-width: 1200px) {
   .simple-slider-section .simple-slider.page-width .page-width {
     max-width: 1000px;
  }
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .simple-slider-section .simple-slider.page-width .page-width {
     max-width: 840px;
  }
}
 @media (min-width: 768px) and (max-width: 991px) {
   .simple-slider-section .simple-slider.page-width .page-width {
     max-width: 620px;
  }
}
 .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
   font-size: 26px;
   line-height: 24px;
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 22px;
     line-height: 20px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 18px;
     line-height: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 15px;
     line-height: 16px;
  }
}
 @media (max-width: 425px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 14px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 13px;
     line-height: 14px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider.page-width .slider-content .sub-title {
     font-size: 12px;
  }
}
 .simple-slider-section .simple-slider.page-width .slider-content .main-title {
   font-size: 55px;
   line-height: 55px;
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 45px;
     line-height: 45px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 32px;
     line-height: 32px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 479px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 425px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 400px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 20px;
     line-height: 20px;
      margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 18px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider.page-width .slider-content .main-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider.page-width .slider-content .desc {
     margin-bottom: 20px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider.page-width .slider-content .desc {
     display: none;
  }
}
 .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
   padding: 8px 16px;
}
 @media (max-width: 1199px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 7px 14px;
  }
}
 @media (max-width: 991px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     font-size: 13px;
  }
}
 @media (max-width: 767px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height:18px;
  }
}
 @media (max-width: 380px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 3px 8px;
     font-size: 9px;
     line-height:16px;
  }
}
 @media (max-width: 350px) {
   .simple-slider-section .simple-slider.page-width .slider-content .slider-btn {
     padding: 2px 6px;
     font-size: 8px;
  }
}

/************************** slider with left or right banner *****************************/

 @media (max-width: 543px) {
   .slider-with-left-banner .bannerblock1, .slider-with-left-banner .bannerblock2,
   .slider-with-right-banner .bannerblock1, .slider-with-right-banner .bannerblock2 {
     width: 100%;
  }
}
 .slider-with-left-banner .bannerblock1 .image-container, .slider-with-left-banner .bannerblock2 .image-container,
 .slider-with-right-banner .bannerblock1 .image-container, .slider-with-right-banner .bannerblock2 .image-container {
   overflow: hidden;
   position: relative;
}
 .slider-with-left-banner .ishibanner,.slider-with-right-banner .ishibanner {
   text-align: center;
}
 @media screen and (min-width: 544px) and (max-width: 991px) {
   .slider-with-left-banner .ishibanner,.slider-with-right-banner .ishibanner {
     overflow:hidden;
  }
}
 .slider-with-left-banner .ishi-sliderinner,.slider-with-right-banner .ishi-sliderinner {
   overflow: hidden;
}

 .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 1500px) and (max-width: 1699px) {
   .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
     max-width: 1000px;
  }
}
 @media (min-width: 1200px) and (max-width: 1499px) {
   .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
     max-width: 800px;
  }
}
 @media (min-width: 1100px) and (max-width: 1199px) {
   .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
     max-width: 700px;
  }
}
 @media (min-width: 992px) and (max-width: 1099px) {
   .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
     max-width: 600px;
  }
}
 @media (min-width: 768px) and (max-width: 850px) {
   .slider-with-right-banner .page-width, .slider-with-left-banner .page-width {
     max-width: 620px;
  }
}
 .slider-with-right-banner .slider-content, .slider-with-left-banner .slider-content {
   padding: 0;
}
 .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
   font-size: 36px;
   text-transform: unset;
   line-height: 36px;
   margin-bottom: 20px;
   font-weight: 500;
   letter-spacing: 0.5px;
   font-family: var(--font-body-family);
}
 @media (max-width: 1699px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 32px;
     line-height: 32px;
  }
}
 @media (max-width: 1499px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 26px;
     line-height: 28px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 20px;
     line-height: 20px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 18px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 15px;
     line-height: 16px;
  }
}
 @media (max-width: 425px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 14px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 13px;
     line-height: 14px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-right-banner .slider-content .sub-title, .slider-with-left-banner .slider-content .sub-title {
     font-size: 12px;
  }
}
 .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
   font-size: 70px;
   text-transform: unset;
   line-height: 70px;
   margin-bottom: 20px;
   letter-spacing: 0px;
   font-weight: 700;
   font-family: var(--font-body-family);
}
 @media (max-width: 1699px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 60px;
     line-height: 60px;
  }
}
 @media (max-width: 1499px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 50px;
     line-height: 50px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 479px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 425px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 400px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 20px;
     line-height: 20px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 18px;
     margin-bottom:5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-right-banner .slider-content .main-title, .slider-with-left-banner .slider-content .main-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 .slider-with-right-banner .slider-content .main-title span, .slider-with-left-banner .slider-content .main-title span {
   font-weight: 300;
}
 .slider-with-right-banner .slider-content .desc, .slider-with-left-banner .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 25px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1199px) {
   .slider-with-right-banner .slider-content .desc, .slider-with-left-banner .slider-content .desc {
     font-size: 15px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner .slider-content .desc, .slider-with-left-banner .slider-content .desc {
     font-size: 14px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner .slider-content .desc, .slider-with-left-banner .slider-content .desc {
     display: none;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 8px 16px;
     font-size: 13px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height: 18px;
  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 3px 8px;
     font-size: 9px;
     line-height: 16px;
  }
}
@media (max-width: 350px) {
   .slider-with-right-banner .slider-content .slider-btn, .slider-with-left-banner .slider-content .slider-btn {
     padding: 2px 6px;
     font-size: 8px;
  }
}
 @media (min-width: 1200px) {
   .slider-with-right-banner.page-width .page-width, .slider-with-left-banner.page-width .page-width {
     max-width: 85%;
  }
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .slider-with-right-banner.page-width .page-width, .slider-with-left-banner.page-width .page-width {
     max-width: 80%;
  }
}
 @media (min-width: 768px) and (max-width: 991px) {
   .slider-with-right-banner.page-width .page-width, .slider-with-left-banner.page-width .page-width {
     max-width: 85%;
  }
}
 .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
   font-size: 24px;
   line-height: 24px;
}
 @media (max-width: 1199px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 22px;
     line-height: 20px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 18px;
     line-height: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 15px;
     line-height: 16px;
  }
}
 @media (max-width: 425px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 14px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 14px;
     line-height: 14px;
     margin-bottom:4px;
  }
}
 @media (max-width: 350px) {
   .slider-with-right-banner.page-width .slider-content .sub-title, .slider-with-left-banner.page-width .slider-content .sub-title {
     font-size: 14px;
     margin-bottom:6px;
  }
}
 .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
   font-size: 44px;
   line-height: 44px;
   margin-bottom: 20px;
}
 @media (max-width: 1199px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 35px;
     line-height: 35px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 27px;
     line-height: 27px;
  }
}
 @media (max-width: 479px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 25px;
     line-height: 25px;
  }
}
 @media (max-width: 425px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 22px;
     line-height: 27px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 400px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 20px;
     line-height: 25px;
      margin-bottom: 10px;
  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 18px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 350px) {
   .slider-with-right-banner.page-width .slider-content .main-title, .slider-with-left-banner.page-width .slider-content .main-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-right-banner.page-width .slider-content .desc, .slider-with-left-banner.page-width .slider-content .desc {
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner.page-width .slider-content .desc, .slider-with-left-banner.page-width .slider-content .desc {
     display: none;
  }
}
 .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
   padding: 8px 16px;
}
 @media (max-width: 1199px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 7px 14px;
  }
}
 @media (max-width: 991px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     font-size: 13px;
  }
}
 @media (max-width: 767px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height: 18px;

  }
}
 @media (max-width: 380px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 3px 8px;
     font-size: 9px;
     line-height: 16px;
  }
}
 @media (max-width: 350px) {
   .slider-with-right-banner.page-width .slider-content .slider-btn, .slider-with-left-banner.page-width .slider-content .slider-btn {
     padding: 3px 5px;
     font-size:9px;
  }
}


/************************* slider with left-right banner ***************************/
 @media (max-width: 543px) {
   .slider-with-leftright-banner .bannerblock1, .slider-with-leftright-banner .bannerblock2, .slider-with-leftright-banner .bannerblock3, .slider-with-leftright-banner .bannerblock4 {
     width: 100%;
  }
}
 .slider-with-leftright-banner .bannerblock1 .image-container, .slider-with-leftright-banner .bannerblock2 .image-container, .slider-with-leftright-banner .bannerblock3 .image-container, .slider-with-leftright-banner .bannerblock4 .image-container {
   overflow: hidden;
   position: relative;
}
 .slider-with-leftright-banner .ishibanner_left, .slider-with-leftright-banner .ishibanner_right {
   text-align: center;
}
 @media screen and (min-width: 544px) and (max-width: 991px) {
   .slider-with-leftright-banner .ishibanner_left, .slider-with-leftright-banner .ishibanner_right {
      overflow: hidden;
  }
}
 .slider-with-leftright-banner .ishi-sliderinner {
   overflow: hidden;
}
 .slider-with-leftright-banner .page-width {
   position: absolute;
   left: 0;
   right: 0;
}
 @media (min-width: 992px) {
   .slider-with-leftright-banner .page-width {
     max-width: 85%;
  }
}
 .slider-with-leftright-banner .slider-content {
   padding: 0;
}
 .slider-with-leftright-banner .slider-content .sub-title {
   font-size: 30px;
   text-transform: unset;
   line-height: 30px;
   margin-bottom: 20px;
   font-weight: 500;
   letter-spacing: 0.5px;
   font-family: var(--font-body-family);
}
 @media (max-width: 1699px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 1499px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 1399px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 20px;
     line-height: 20px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 18px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 20px;
     line-height: 20px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 18px;
     line-height: 20px;
  }
}
 @media (max-width: 425px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 16px;
     line-height: 18px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 14px;
     line-height: 16px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner .slider-content .sub-title {
     font-size: 12px;
  }
}
 .slider-with-leftright-banner .slider-content .main-title {
   font-size: 50px;
   text-transform: unset;
   line-height: 50px;
   margin-bottom: 20px;
   letter-spacing: 0px;
   font-weight: 700;
   font-family: var(--font-body-family);
}
 @media (max-width: 1799px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 45px;
     line-height: 45px;
  }
}
 @media (max-width: 1699px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
  }
}
 @media (max-width: 1499px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 35px;
     line-height: 35px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 1399px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 26px;
     line-height: 26px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 40px;
     line-height: 40px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 425px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 400px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 20px;
     line-height: 20px;
     margin-bottom: 8px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 18px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner .slider-content .main-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 .slider-with-leftright-banner .slider-content .main-title span {
   font-weight: 300;
}
 .slider-with-leftright-banner .slider-content .desc {
   font-size: 16px;
   line-height: 24px;
   margin-bottom: 25px;
   letter-spacing: 0.5px;
   font-weight: 400;
   font-family: var(--font-body-family);
}
 @media (max-width: 1499px) {
   .slider-with-leftright-banner .slider-content .desc {
     font-size: 14px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner .slider-content .desc {
     margin-bottom: 15px;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner .slider-content .desc {
     font-size: 15px;
     margin-bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .slider-with-leftright-banner .slider-content .desc {
     display: none;
  }
}
 @media (max-width: 1499px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 8px 16px;
     font-size: 13px;
  }
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height: 18px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 3px 8px;
     font-size: 9px;
     line-height: 16px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner .slider-content .slider-btn {
     padding: 2px 6px;
     font-size: 8px;
  }
}
 @media (min-width: 768px) {
   .slider-with-leftright-banner.page-width .page-width {
     max-width: 85%;
  }
}
 .slider-with-leftright-banner.page-width .slider-content .sub-title {
   font-size: 20px;
   line-height: 20px;
   margin-bottom: 15px;
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 18px;
     line-height: 18px;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 18px;
     line-height: 18px;
  }
}
 @media (max-width: 767px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     margin-bottom: 10px;
     font-size: 16px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 15px;
     line-height: 16px;
  }
}
 @media (max-width: 425px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 14px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 13px;
     line-height: 14px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner.page-width .slider-content .sub-title {
     font-size: 12px;
  }
}
 .slider-with-leftright-banner.page-width .slider-content .main-title {
   font-size: 32px;
   line-height: 32px;
   margin-bottom: 15px;
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 30px;
     line-height: 30px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 26px;
     line-height: 26px;
  }
}
 @media (max-width: 479px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 24px;
     line-height: 24px;
  }
}
 @media (max-width: 425px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 22px;
     line-height: 22px;
     margin-bottom: 10px;
  }
}
 @media (max-width: 400px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 20px;
     line-height: 20px;
     margin-bottom: 7px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 18px;
     margin-bottom: 5px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner.page-width .slider-content .main-title {
     font-size: 16px;
     line-height: 18px;
  }
}
 .slider-with-leftright-banner.page-width .slider-content .desc {
   font-size: 15px;
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner.page-width .slider-content .desc {
     display: none;
  }
}
 @media (max-width: 991px) {
   .slider-with-leftright-banner.page-width .slider-content .desc {
     display: none;
  }
}
 .slider-with-leftright-banner.page-width .slider-content .slider-btn {
   padding: 8px 16px;
   font-size: 13px;
}
 @media (max-width: 1199px) {
   .slider-with-leftright-banner.page-width .slider-content .slider-btn {
     padding: 7px 14px;
     font-size: 12px;
  }
}
 @media (max-width: 543px) {
   .slider-with-leftright-banner.page-width .slider-content .slider-btn {
     padding: 6px 12px;
     font-size: 11px;
  }
}
 @media (max-width: 415px) {
   .slider-with-leftright-banner.page-width .slider-content .slider-btn {
     padding: 4px 10px;
     font-size: 10px;
     line-height: 18px;
  }
}
 @media (max-width: 380px) {
   .slider-with-leftright-banner.page-width .slider-content .slider-btn {
     padding: 3px 8px;
     font-size: 9px;
     line-height: 16px;
  }
}
 @media (max-width: 350px) {
   .slider-with-leftright-banner.page-width .slider-content .slider-btn {
     padding: 2px 6px;
     font-size: 8px;
  }
}


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


/*====================== Banner With Text ====================== */
.banner-with-text-section .ishibannerwithtext {
   position: relative;
  overflow:hidden;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container {
   overflow: hidden;
   position: relative;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container {
   overflow: hidden;
   display: block;
   position: relative;
   align-items: center;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
   position: absolute;
   right: 20px;
   text-align: left;
   display: flex;
   align-items:center;
   top:0;
   bottom:0;
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data {
     right: 15px;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-subtitle {
   font-weight: 500;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title {
   font-weight: 400;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-title span {
   font-weight: 600;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-btn {
   display: inline-block;
   vertical-align: middle;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container .image-container .banner-data .banner-btn a {
   font-size: 15px;
   font-weight: 400;
   line-height: 1;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container:hover {
  /* If media is below 544 */
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container:hover {
     opacity: 1;
  }
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext-container:hover .image-container img {
   -moz-transform: scale(1.09);
   -webkit-transform: scale(1.09);
   -o-transform: scale(1.09);
   -ms-transform: scale(1.09);
   transform: scale(1.09);
}
 .banner-with-text-section .ishibannerwithtext .ishibannerwithtext_grid {
   overflow: hidden;
}
 .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-subtitle {
   font-size: 25px;
   line-height: 25px;
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-subtitle {
     font-size: 20px;
     line-height: 20px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-subtitle {
     font-size: 16px;
     line-height: 16px;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-subtitle {
    /* If media is below 544 */
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-title {
   font-size: 70px;
   margin: 35px 0 40px;
   line-height: 70px;
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-title {
    /* If media is below 992 */
     font-size: 50px;
     line-height: 50px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-title {
    /* If media is below 768 */
     font-size: 25px;
     line-height: 25px;
     margin: 25px 0 30px;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-title {
    /* If media is below 544 */
     margin: 15px 0;
     font-size: 16px;
     line-height: 18px;
  }
}
 .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-btn a {
   font-size: 20px;
   font-weight: 400;
   padding: 15px 25px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-btn a {
    /* If media is below 1200 */
     font-size: 18px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-btn a {
     font-size: 16px;
     padding: 13px 20px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-btn a {
     font-size: 14px;
     padding: 10px 18px;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .one-column .image-container .banner-data .banner-btn a {
     padding: 8px 15px;
  }
}
.banner-with-text-section .ishibannerwithtext .two-column:nth-child(2n+1){
  clear:left;
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .two-column {
     width: 100%;
  }
  .banner-with-text-section .ishibannerwithtext .two-column:nth-child(2n+1){
    clear:none;
  } 
}
 .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-subtitle {
   font-size: 20px;
   line-height: 20px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-subtitle {
     font-size: 17px;
     line-height: 17px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-subtitle {
     font-size: 15px;
     line-height: 15px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-subtitle {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-title {
   font-size: 42px;
   margin: 25px 0 30px;
   line-height: 42px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-title {
     font-size: 32px;
     line-height: 32px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-title {
     font-size: 22px;
     line-height: 22px;
     margin: 15px 0 20px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-title {
     margin: 15px 0;
     font-size: 20px;
     line-height: 20px;
  }
}
 .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-btn a {
   font-size: 16px;
   font-weight: 400;
   padding: 10px 20px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-btn a {
     font-size: 14px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-btn a {
     padding: 10px 18px;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .two-column .image-container .banner-data .banner-btn a {
     padding: 8px 15px;
  }
}
.banner-with-text-section .ishibannerwithtext .three-column:nth-child(3n+1){
 clear:left;
}
@media (max-width: 991px) {
  .banner-with-text-section .ishibannerwithtext .three-column:nth-child(3n+1){
    clear:none;
  }
  .banner-with-text-section .ishibannerwithtext .three-column:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .three-column:nth-child(2n+1){
    clear:none;
  }
}
 .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-subtitle {
   font-size: 16px;
   line-height: 16px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-subtitle {
     font-size: 15px;
     line-height: 15px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-subtitle {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-title {
   font-size: 30px;
   margin: 25px 0;
   line-height: 30px;
    transition: .5s;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-title {
     font-size: 25px;
     line-height: 25px;
     margin: 20px 0;
  }
}

 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-title {
     margin: 15px 0;
     font-size: 21px;
     line-height: 24px;
  }
}
.banner-with-text-section .ishibannerwithtext .three-column .image-container:hover .banner-data .banner-title {
    transform: rotateX(360deg);
 }
 .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-btn a {
   font-size: 14px;
   font-weight: 400;
   padding: 10px 20px;
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .three-column .image-container .banner-data .banner-btn a {
     padding: 9px 15px;
     font-size: 13px;
  }
}

.banner-with-text-section .ishibannerwithtext .four-column:nth-child(4n+1){
  clear:left;
}

 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .four-column:nth-child(4n+1){
    clear:none;
  }
   .banner-with-text-section .ishibannerwithtext .four-column:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .four-column:nth-child(2n+1){
    clear:none;
  }
}
 .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-subtitle {
   font-size: 14px;
   line-height: 14px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-subtitle {
     font-size: 13px;
     line-height: 13px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-subtitle {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-title {
   font-size: 25px;
   margin: 20px 0;
   line-height: 25px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-title {
     font-size: 20px;
     line-height: 20px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-title {
     margin: 15px 0;
     font-size: 24px;
     line-height: 24px;
  }
}
 .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-btn a {
   font-size: 13px;
   font-weight: 400;
   padding: 9px 15px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-btn a {
     padding: 8px 12px;
     font-size: 12px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .four-column .image-container .banner-data .banner-btn a {
     padding: 9px 15px;
     font-size: 13px;
  }
}
.banner-with-text-section .ishibannerwithtext .five-column:nth-child(5n+1){
  clear:left;
}

@media (max-width: 1199px) {
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(5n+1){
      clear:none;
    }
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(4n+1){
      clear:left;
    }
}
@media (max-width: 991px) {
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(4n+1){
      clear:none;
    }
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(3n+1){
      clear:left;
    }
}
@media (max-width: 767px) {
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(3n+1){
      clear:none;
    }
    .banner-with-text-section .ishibannerwithtext .five-column:nth-child(2n+1){
      clear:left;
    }
}

 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .five-column:nth-child(2n+1){
    clear:left;
  }
}
 .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-subtitle {
   font-size: 14px;
   line-height: 14px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-subtitle {
     font-size: 13px;
     line-height: 13px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-subtitle {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-title {
   font-size: 20px;
   margin: 15px 0;
   line-height: 20px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-title {
     font-size: 16px;
     line-height: 16px;
     margin: 10px 0;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-title {
     font-size: 20px;
     line-height: 20px;
     margin: 20px 0;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-title {
     margin: 15px 0;
     font-size: 24px;
     line-height: 24px;
  }
}
 .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-btn a {
   font-size: 12px;
   font-weight: 400;
   padding: 8px 15px;
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .five-column .image-container .banner-data .banner-btn a {
     padding: 9px 15px;
     font-size: 13px;
  }
}

.banner-with-text-section .ishibannerwithtext .six-column:nth-child(6n+1){
  clear:left;
}
@media (max-width: 1199px) {
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(6n+1){
    clear:none;
  }	
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(4n+1){
    clear:left;
  }
}
@media (max-width: 991px) {
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(4n+1){
    clear:none;
  }	
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(3n+1){
    clear:left;
  }
}
@media (max-width: 767px) {
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(3n+1){
    clear:none;
  }	
  .banner-with-text-section .ishibannerwithtext .six-column:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .banner-with-text-section .ishibannerwithtext .six-column:nth-child(2n+1){
    clear:none;
  }
}
 .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data {
   right: 5px;
}
 .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-subtitle {
   font-size: 12px;
   line-height: 12px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-subtitle {
     font-size: 13px;
     line-height: 13px;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-subtitle {
     font-size: 14px;
  }
}
 .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-title {
   font-size: 18px;
   margin: 10px 0;
   line-height: 18px;
}
 @media (max-width: 1199px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-title {
     font-size: 16px;
     line-height: 16px;
  }
}
 @media (max-width: 991px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-title {
     font-size: 20px;
     line-height: 20px;
     margin: 20px 0;
  }
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-title {
     margin: 15px 0;
     font-size: 24px;
     line-height: 24px;
  }
}
 .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-btn a {
   font-size: 10px;
   font-weight: 400;
   padding: 6px 15px;
}
 @media (max-width: 767px) {
   .banner-with-text-section .ishibannerwithtext .six-column .image-container .banner-data .banner-btn a {
     padding: 9px 15px;
     font-size: 13px;
  }
}
 

/************************************* Banner block *************************************/


.simple-bannerblock-section .ishibannerwithouttext {
   position: relative;
  overflow:hidden;
}
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container {
   overflow: hidden;
   position: relative;
}
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container {
   overflow: hidden;
   display: block;
   position: relative;
}
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container .hover-dark:after,
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container .hover-dark:before{
   background: rgba(0,0,0,.06);
 }
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container .hover-light:after,
 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext-container .image-container .hover-light:before{
   background: rgba(255,255,255,.2);
 }

 .simple-bannerblock-section .ishibannerwithouttext .ishibannerwithouttext_grid {
   overflow: hidden;
}

.simple-bannerblock-section .ishibannerwithouttext .two-column:nth-child(2n+1){
  clear:left;
}
 @media (max-width: 543px) {
   .simple-bannerblock-section .ishibannerwithouttext .two-column {
     width: 100%;
  }
  .simple-bannerblock-section .ishibannerwithouttext .two-column:nth-child(2n+1){
    clear:none;
  } 
}
.simple-bannerblock-section .ishibannerwithouttext .three-column:nth-child(3n+1){
 clear:left;
}
@media (max-width: 991px) {
  .simple-bannerblock-section .ishibannerwithouttext .three-column:nth-child(3n+1){
    clear:none;
  }
  .simple-bannerblock-section .ishibannerwithouttext .three-column:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .simple-bannerblock-section .ishibannerwithouttext .three-column:nth-child(2n+1){
    clear:none;
  }
}
.simple-bannerblock-section .ishibannerwithouttext .four-column:nth-child(4n+1){
  clear:left;
}

 @media (max-width: 991px) {
   .simple-bannerblock-section .ishibannerwithouttext .four-column:nth-child(4n+1){
    clear:none;
  }
   .simple-bannerblock-section .ishibannerwithouttext .four-column:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .simple-bannerblock-section .ishibannerwithouttext .four-column:nth-child(2n+1){
    clear:none;
  }
}

.simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(5n+1){
  clear:left;
}

@media (max-width: 1199px) {
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(5n+1){
      clear:none;
    }
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(4n+1){
      clear:left;
    }
}
@media (max-width: 991px) {
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(4n+1){
      clear:none;
    }
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(3n+1){
      clear:left;
    }
}
@media (max-width: 767px) {
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(3n+1){
      clear:none;
    }
    .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(2n+1){
      clear:left;
    }
}

 @media (max-width: 543px) {
   .simple-bannerblock-section .ishibannerwithouttext .five-column:nth-child(2n+1){
    clear:left;
  }
}

.simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(6n+1){
  clear:left;
}
@media (max-width: 1199px) {
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(6n+1){
    clear:none;
  }	
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(4n+1){
    clear:left;
  }
}
@media (max-width: 991px) {
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(4n+1){
    clear:none;
  }	
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(3n+1){
    clear:left;
  }
}
@media (max-width: 767px) {
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(3n+1){
    clear:none;
  }	
  .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(2n+1){
    clear:left;
  }
}
@media (max-width: 543px) {
   .simple-bannerblock-section .ishibannerwithouttext .six-column:nth-child(2n+1){
    clear:none;
  }
}


/************************************** Banner with special font **************************/

.banner-with-specialfont-section .ishibannerwithspecialfont {
   position: relative;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont_grid {
   overflow: hidden;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container {
   overflow: hidden;
   position: relative;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:hover:nth-child(2n+2) .image-container img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
   -webkit-transition: all 900ms ease 0s;
   -moz-transition: all 900ms ease 0s;
   -o-transition: all 900ms ease 0s;
   transition: all 900ms ease 0s;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-title{
  /* If media is above 1499 */
   transform: translateY(45px);
   -webkit-transform: translateY(45px);
   -ms-transform: translateY(45px);
   -o-transform: translateY(45px);
   -moz-transform: translateY(45px);
   transition: all 0.9s ease 0s;
   -webkit-transition: all 0.9s ease 0s;
   -moz-transition: all 0.9s ease 0s;
   -ms-transition: all 0.9s ease 0s;
   -o-transition: all 0.9s ease 0s;
}
 @media (min-width: 1500px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-title {
     transform: translateY(60px);
     -webkit-transform: translateY(60px);
     -ms-transform: translateY(60px);
     -o-transform: translateY(60px);
     -moz-transform: translateY(60px);
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-title{
    /* If media is between 768 and 991 */
     transform: translateY(30px);
     -webkit-transform: translateY(30px);
     -ms-transform: translateY(30px);
     -o-transform: translateY(30px);
     -moz-transform: translateY(30px);
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-title {
    /* If media is below 544 */
     transform: translateY(30px);
     -webkit-transform: translateY(30px);
     -ms-transform: translateY(30px);
     -o-transform: translateY(30px);
     -moz-transform: translateY(30px);
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-subtitle{
  /* If media is above 1499 */
   transform: translateY(-45px);
   -webkit-transform: translateY(-45px);
   -ms-transform: translateY(-45px);
   -o-transform: translateY(-45px);
   -moz-transform: translateY(-45px);
   transition: all 0.9s ease 0s;
   -webkit-transition: all 0.9s ease 0s;
   -moz-transition: all 0.9s ease 0s;
   -ms-transition: all 0.9s ease 0s;
   -o-transition: all 0.9s ease 0s;
}
 @media (min-width: 1500px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-subtitle{
     transform: translateY(-60px);
     -webkit-transform: translateY(-60px);
     -ms-transform: translateY(-60px);
     -o-transform: translateY(-60px);
     -moz-transform: translateY(-60px);
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-subtitle {
    /* If media is between 768 and 991 */
     transform: translateY(-35px);
     -webkit-transform: translateY(-35px);
     -ms-transform: translateY(-35px);
     -o-transform: translateY(-35px);
     -moz-transform: translateY(-35px);
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container:hover .banner-data .banner-subtitle {
     transform: translateY(-35px);
     -webkit-transform: translateY(-35px);
     -ms-transform: translateY(-35px);
     -o-transform: translateY(-35px);
     -moz-transform: translateY(-35px);
  }
}
.banner-with-specialfont-section .ishibannerwithspecialfont-container:nth-child(2):hover .banner-data .banner-title,
.banner-with-specialfont-section .ishibannerwithspecialfont-container:nth-child(2):hover .banner-data .banner-subtitle {
    transform: translateY(0px);
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     -o-transform: translateY(0px);
     -moz-transform: translateY(0px);

}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(1) .image-container .banner-data {
   right: 5%;
}
 @media (max-width: 1299px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(1) .image-container .banner-data {
     right: 4%;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data {
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   top: 29%;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data {
     top: 24%;
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data {
     top: 17%;
  }
}
 @media (max-width: 767px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data {
     top: 30%;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data {
     top: 25%;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title {
   font-size: 50px;
   padding-bottom: 20px;
   position: relative;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title {
     font-size: 41px;
  }
}
 @media (max-width: 1199px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title {
     font-size: 33px;
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title {
     font-size: 28px;
     padding-bottom: 30px;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title {
     font-size: 29px;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title:after {
   position: absolute;
   background: var(--brand-secondary);
   height: 2px;
   width: 99px;
   left: 0;
   right: 0;
   margin: 0 auto;
   bottom: 0;
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-title:after {
     bottom: -5px;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
   text-align: center;
   font-size: 14px;
   font-family: var(--font-body-family);
   margin: 0;
   line-height: 18px;
   position: relative;
   top: -35px;
   letter-spacing: 3px;
   left: auto;
   right: -125px;
   font-weight: 400;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
     top: -25px;
     right:0;
  }
}
 @media (max-width: 1199px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
     top: -29px;
     right: -90px;
     letter-spacing: 2px;
     font-size: 12px;
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
     top: -28px;
     right: 0;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
     right: -100px;
     font-size: 11px;
  }
}
 @media (max-width: 400px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(2) .image-container .banner-data .banner-subtitle {
     right: -54px;
     font-size: 11px;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(3) .image-container .banner-data {
   left: 5%;
   right: auto;
}
 @media (max-width: 1299px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container:nth-child(3) .image-container .banner-data {
     left: 4%;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data{
   top: 25%;
   text-align: left;
   display: inline-block;
   vertical-align: middle;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data {
     top: 11%;
  }
}
 @media (max-width: 767px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data{
    /* If media is below 768 */
     top: 36%;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data {
    /* If media is below 544 */
     top: 20%;
  }
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-title {
   transition: all 0.9s ease 0s;
   -webkit-transition: all 0.9s ease 0s;
   -moz-transition: all 0.9s ease 0s;
   -ms-transition: all 0.9s ease 0s;
   -o-transition: all 0.9s ease 0s;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle {
   font-weight: 600;
   font-size: 37px;
   font-family: var(--font-body-family);
   margin: 12px 0 30px;
   line-height: 40px;
   transition: all 0.9s ease 0s;
   -webkit-transition: all 0.9s ease 0s;
   -moz-transition: all 0.9s ease 0s;
   -ms-transition: all 0.9s ease 0s;
   -o-transition: all 0.9s ease 0s;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle{
    /* If media is below 1500 */
     font-size: 25px;
     line-height: 25px;
     margin: 5px 0 25px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1090px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle {
     margin: 15px 0 20px;
     font-size: 20px;
     line-height: 25px;
  }
}
 @media (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle {
     font-size: 18px;
     line-height: 20px;
     margin: 5px 0 15px;
  }
}
 @media (max-width: 767px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle{
     font-size: 31px;
     line-height: 40px;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .banner-data .banner-subtitle {
     margin: 5px 0 15px;
     font-size: 20px;
     line-height: 25px;
  }
}
 

 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container .banner-data .banner-btn a {
     font-size: 13px;
  }
}
 @media (max-width: 1199px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont-container .banner-data .banner-btn a {
     font-size: 12px;
  }
}

 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container {
   overflow: hidden;
   display: block;
   position: relative;
}
.banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .media{background:transparent;}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   -webkit-transition: all 900ms ease 0s;
   -moz-transition: all 900ms ease 0s;
   -o-transition: all 900ms ease 0s;
   transition: all 900ms ease 0s;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data {
   position: absolute;
   padding: 5px;
   display: inline-block;
   vertical-align: middle;
}
 .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
   font-weight: 400;
   font-size: 36px;
   font-family: var(--special-font);
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 @media (max-width: 1499px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
     font-size: 33px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1090px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
     font-size: 25px;
  }
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
     font-size: 22px;
  }
}
 @media (max-width: 767px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
     font-size: 31px;
  }
}
 @media (max-width: 543px) {
   .banner-with-specialfont-section .ishibannerwithspecialfont .ishibannerwithspecialfont-container .image-container .banner-data .banner-title {
     font-size: 21px;
  }
}
 
/************************************** Featured Product css ********************************/

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs{
    text-align: center;
    position: relative;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane{
  display:none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active{
  display:block;
  opacity: 1;
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
 display: inline-block;
 margin: 0 0 15px;
}
 @media (min-width: 544px) {
 .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item{
    margin: 0 3px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: middle;
  }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
  background:transparent;
  color:#666;
  min-width: 120px;
  display: block;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  position: relative;
  z-index: 1;
  line-height: 20px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
 @media (max-width: 543px) {
   .featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link{
     display: inline-block;
     vertical-align: middle;
      padding: 8px 16px;
   }
 }
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link{
  background: var(--button-bg-color);
  color: var(--button-text-color);
}
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after{display:none;}

@media (max-width: 543px){
.featured-product-section .ishi-featured-product-tab .ishi-product-tabs {
    white-space: nowrap;
    overflow-x: auto;
    padding: 0 10px;
}
  .featured-product-section .ishi-featured-product-tab .ishi-product-tabs::-webkit-scrollbar{
  display:none;
  }
}


/*********************** product-style1 **********************/

.ishi-product-style1 .view-all-btn{
   margin:0;
}  

/*********************** product-style2 **********************/
.ishi-product-style2 .owl-nav{
   margin-top:10px;
}  
.ishi-product-style2 .collection .grid__item{
    padding:0 0 20px;
}
.ishi-product-style2 .card-wrapper{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 5px;
}

.ishi-product-style2 .card-wrapper .card-product{
  padding:0 10px;
}

.ishi-product-style2 .card-wrapper .card-information{
  padding: 0 10px 0 5px;
  margin:0;
}
.ishi-product-style2 .card-wrapper .card-information .card-information__wrapper{
     text-align: left;
}
.ishi-product-style2 .card-wrapper .card-information .price{
  justify-content: flex-start;
}
.ishi-product-style2 .card-wrapper .thumbnail-buttons{
  top: 5px;
  left: 10px;
}
.ishi-product-style2 .thumbnail-buttons .btn-info{
  width: 30px;
    height: 30px;
}
.ishi-product-style2 .thumbnail-buttons .btn-info svg {
    width: 30px;
    height: 30px;
}
.ishi-product-style2 .thumbnail-buttons .wishlist .loader-btn{
    width: 30px;
    height: 30px;
}

@media (min-width: 768px) {
  .ishi-product-style2 .card-wrapper .thumbnail-buttons .btn-info{
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px);
  }
  .ishi-product-style2 .card-wrapper:hover .thumbnail-buttons .btn-info{
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
  }
  }
  .ishi-product-style2 .card-wrapper .thumbnail-buttons .quick-view{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
   .ishi-product-style2 .card-wrapper .thumbnail-buttons .cart-btn{
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
  }

@media (max-width: 767px) {
  .ishi-product-style2 .card-wrapper .thumbnail-buttons{
    text-align:left !important;
  }
}
@media (max-width: 543px) {
  .ishi-product-style2 .collection .product-list{
    padding:0;
  }
}

/*********************** product-style3 **********************/

 .ishi-product-style3 .collection-block {
   text-align: center;
   margin-bottom: 30px;
   position: relative;
}
  .ishi-product-style3 .collection-block:last-child {
     margin-bottom: 0;
  }
.ishi-product-style3 .collection .product-list{
  overflow:visible;
  padding:0;
}
.ishi-product-style3 .collection .grid__item:last-child{
  padding-bottom:0;
}
 .ishi-product-style3 .collection-block .ishicollection-product-block {
   border: 1px solid #eee;
   padding: 15px;
}
 .ishi-product-style3 .collection-block .ishicollection-product-block .section-header h2 {
   font-size: 22px;
   line-height: 35px;
   padding: 0 0 12px;
   margin-bottom: 15px;
}
 .ishi-product-style3 .collection-block .ishicollection-product-block .section-header h2:after {
   left: 0;
   right: auto;
   width: 100%;
}
 .ishi-product-style3 .collection-block .owl-theme .owl-nav {
   top: -60px;
   position: absolute;
   right: 0;
   margin: 0;
}
.ishi-product-style3 .card-wrapper{
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ishi-product-style3 .card-wrapper .card-product{
  padding:0;
}

.ishi-product-style3 .card-wrapper .card-information{
  padding: 0 0 0 10px;
  margin:0;
}
.ishi-product-style3 .card-wrapper .card-information .card-information__wrapper{
     text-align: left;
}
.ishi-product-style3 .card-wrapper .card-information .price{
  justify-content: flex-start;
}
.ishi-product-style3 .card-wrapper .thumbnail-buttons{
  bottom:-10px;
  left:10px;
}
@media (min-width: 768px) {
  .ishi-product-style3 .card-wrapper .thumbnail-buttons .btn-info{
      -webkit-transform: translateY(40px);
      -moz-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px);
  }
  .ishi-product-style3 .card-wrapper:hover .thumbnail-buttons .btn-info{
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
  }
  .ishi-product-style3 .card-wrapper .thumbnail-buttons .quick-view{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
   .ishi-product-style3 .card-wrapper .thumbnail-buttons .cart-btn{
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -ms-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
  }
}
@media (min-width: 992px) and (max-width: 1199px){ 
   .ishi-product-style3 .collection-block .ishicollection-product-block .section-header h2 {
    font-size: 18px;
   }
  .ishi-product-style3 .collection-block .card-information .card-information__text{
    font-size:13px;
  }
  .ishi-product-style3 .collection-block .card-wrapper .thumbnail-buttons .btn-info,
  .ishi-product-style3 .collection-block .card-wrapper .thumbnail-buttons .btn-info svg{
    width: 30px;
    height: 30px;
  }
  .ishi-product-style3 .card-wrapper .thumbnail-buttons{
  bottom: 0px;
  }
}


@media (max-width: 767px) {
  .ishi-product-style3 .card-wrapper .thumbnail-buttons{
    text-align:left !important;
  }
}
@media (max-width: 543px) {
  .ishi-product-style3 .collection-block .ishicollection-product-block{
    padding: 10px;
  }
  .ishi-product-style3 .collection .grid__item{
   padding: 0 0 10px;
  }
  .ishi-product-style3 .collection .grid__item .card-information__wrapper>:not(.visually-hidden:first-child)+*{
   margin-top: 0.4rem;
  }
   .ishi-product-style3 .collection-block .ishicollection-product-block .section-header h2 {
    font-size: 18px;
   }
}
@media (max-width: 375px) {
  .ishi-product-style3 .collection .grid__item .card-information__wrapper>:not(.visually-hidden:first-child)+*{
   margin-top: 0.3rem;
  }
  .ishi-product-style3 .collection-block .card-information .card-information__text{
    font-size:13px;
  }
  
}
/*================ brandlogo ================*/

.manufacture-block .manufacturer-bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.manufacture-block .manufacture-carousel {
  text-align: center;
}

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

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


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

/*************************** Parallax style1 ***************************/

.parallax-block-with-timer .ishiparallaxbanner {
   overflow: hidden;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position:center;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}
 .parallax-block-with-timer .ishiparallaxbanner.page-width .ishiparallax-space{
    padding-left:15px;
    padding-right:15px;
  }
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list {
   text-align: center;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-offer {
   font-size: 22px;
   font-weight: 400;
   line-height: 25px;
   margin-bottom: 30px;
   position: relative;
   letter-spacing: 0.4px;
   font-family: var(--font-body-family);
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-offer {
     margin-bottom: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info {
   margin-bottom: 0px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info {
     border: 0;
     margin-bottom: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info .parallax-title {
   font-size: 64px;
   font-weight: 500;
   line-height: 80px;
   padding: 20px;
   position: relative;
}
 @media (max-width: 767px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info .parallax-title {
     font-size: 50px;
     line-height: 55px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info .parallax-title {
     font-size: 35px;
     line-height: 45px;
     padding: 0;
     padding-top:10px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-info .parallax-title {
     font-size: 28px;
     line-height: 35px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-subtitle {
   font-size: 24px;
   font-weight: 400;
   line-height: 20px;
   padding: 0 15px;
   position: relative;
   top: 0px;
   letter-spacing: 3px;
   margin-bottom: 20px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-subtitle {
    /* If media is below 544 */
     font-size: 18px;
     margin-bottom: 6px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer {
   margin-bottom: 30px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer {
     margin-bottom: 10px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .countdown{
   display: inline-block;
   vertical-align: middle;
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .data {
   font-size: 43px;
   padding: 10px 10px 0 10px;
   line-height: 55px;
   width: 100px;
   text-align: center;
   margin: 0 auto;
   position:relative;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .data {
     width: 50px;
     height: 50px;
     padding: 0;
     line-height: 48px;
     font-size: 20px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .text {
   font-size: 16px;
}
 @media (max-width: 543px) {
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .text {
     display: none;
  }
   .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .btn{
     padding: 8px 14px;
     font-size:13px;
  }
}
 .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdowncontainer .sale-end {
   font-size: 18px;
}
 .parallax-block-with-timer .ishiparallaxbanner [data-deal="0"] .countdowncontainer {
   display: none;
}
.parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdown .data:after{
  position:absolute;
  content:" : ";
  right:-8px;
  color:#232323;
}
@media (max-width:543px){
  .parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdown .data:after{
    right:-5px;
  }
}
.parallax-block-with-timer .ishiparallaxbanner .parallax-block .parallax-list .countdown:last-child .data:after{
display:none;
}


/************************* parallax style 2 **************************/

 .parallax-block-without-timer .ishiparallaxbanner {
   overflow: hidden;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position:center;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block.parallax-color {
   display: block;
   position: relative;
   width: 100%;
}
 .parallax-block-without-timer .ishiparallaxbanner.page-width .ishiparallax-space{
    padding-left:15px;
    padding-right:15px;
  }
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list {
   text-align: center;
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-discount {
   font-size: 38px;
   font-weight: 300;
   line-height: 42px;
   margin-bottom: 9px;
   position: relative;
   letter-spacing: 0.5px;
   font-family: var(--font-body-family);
}
@media (max-width:355px){
.parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-discount{
  font-size:33px;
}
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-title {
   font-size: 64px;
   font-weight: 600;
   line-height: 80px;
   margin-bottom: 20px;
}
 @media (max-width: 767px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-title {
    /* If media is below 768 */
     font-size: 50px;
     line-height: 55px;
  }
}
 @media (max-width: 543px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-title {
    /* If media is below 544 */
     font-size: 35px;
     line-height: 40px;
  }
}
 @media (max-width: 400px) {
   .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-title {
     font-size: 22px;
     line-height: 30px;
     margin-bottom:17px;
  }
}
 .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-subtitle {
   font-size: 17px;
   font-weight: 400;
   line-height: 20px;
   margin-bottom: 30px;
   letter-spacing: 1px;
}
@media (max-width:543px){
  .parallax-block-without-timer .ishiparallaxbanner .parallax-block .parallax-list .parallax-subtitle{
  font-size:15px;
  margin-bottom:25px;
  }
}


/*************************** Category Block *********************** */

.category-block-style1 {
   overflow: hidden;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container {
   position: relative;
   overflow: hidden;
   text-align: center;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container a {
   position: relative;
   overflow: hidden;
   text-align: center;
   display: block;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .image-container {
   position: relative;
   overflow: hidden;
   margin-bottom: 15px;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .image-container img {
   max-width: 100%;
   margin: 0 auto;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .text-container {
   font-size: 18px;
   font-weight: 400;
   color: #232323;
   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;
   padding: 10px 0;
}
 @media (max-width: 767px) {
   .category-block-style1 .ishicategoryblock .ishicategoryblock-container .text-container {
    /* If media is below 768 */
     font-size: 16px;
     padding: 0;
  }
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .circular-image .image-container {
   border-radius: 50%;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .circular-image .image-container img,
.category-block-style1 .ishicategoryblock .ishicategoryblock-container .circular-image .image-container svg {
   border-radius: 50%;
   padding: 0;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container .circular-image .text-container {
   padding: 0;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .circular-image .image-container img {
   -moz-transform: rotate(-5deg);
   -webkit-transform: rotate(-5deg);
   -o-transform: rotate(-5deg);
   -ms-transform: rotate(-5deg);
   transform: rotate(-5deg);
}
 @media (max-width: 767px) {
   .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .circular-image .image-container img {
    /* If media is below 768 */
     -moz-transform: rotate(0deg);
     -webkit-transform: rotate(0deg);
     -o-transform: rotate(0deg);
     -ms-transform: rotate(0deg);
     transform: rotate(0deg);
  }
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .circular-image .text-container {
   color: var(--brand-secondary);
   background: transparent;
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .squre-image .image-container img {
   -moz-transform: scale(1.1) rotate(-5deg);
   -webkit-transform: scale(1.1) rotate(-5deg);
   -o-transform: scale(1.1) rotate(-5deg);
   -ms-transform: scale(1.1) rotate(-5deg);
   transform: scale(1.1) rotate(-5deg);
}
 @media (max-width: 767px) {
   .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .squre-image .image-container img {
    /* If media is below 768 */
     -moz-transform: scale(1) rotate(0deg);
     -webkit-transform: scale(1) rotate(0deg);
     -o-transform: scale(1) rotate(0deg);
     -ms-transform: scale(1) rotate(0deg);
     transform: scale(1) rotate(0deg);
  }
}
 .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .squre-image .text-container {
  /* If media is above 543 */
   color: var(--brand-secondary);
}
 @media (min-width: 768px) {
   .category-block-style1 .ishicategoryblock .ishicategoryblock-container:hover .squre-image .text-container {
     color: var(--button-text-color);
     transform: translateY(-120px);
     -moz-transform: translateY(-120px);
     -webkit-transform: translateY(-120px);
     -o-transform: translateY(-120px);
     -ms-transform: translateY(-120px);
     background: var(--button-bg-modify-color);
  }
}
 .category-block-style1 .ishicategoryblock.page-width .ishicategory_grid {
   margin:0 -15px;
}
 .category-block-style1 .ishicategoryblock .ishicategory_grid .ishicategoryblock-grid {
   margin-bottom: 15px;
}
 .category-block-style1 .ishicategoryblock .ishicategory_grid .ishicategoryblock-grid:last-child {
   margin-bottom: 0;
}

/********************************* Category style 2 *****************************************/
.category-block-style2 .category-image{
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position:center;
}

 .category-block-style2 .ishicategoryblock .section-header > h2 {
   margin-bottom: 70px;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .section-header > h2 {
     margin-bottom: 30px;
  }
}
 @media (max-width: 543px) {
   .category-block-style2 .ishicategoryblock .section-header > h2 {
     margin-bottom: 20px;
  }
}
 .category-block-style2 .ishicategoryblock .owl-stage-outer {
   padding: 35px 0;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .owl-stage-outer {
     padding: 0;
  }
}
 .category-block-style2 .ishicategoryblock .ishicategoryblock-container {
   position: relative;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container {
     text-align: center;
  }
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container {
   display: inline-block;
   vertical-align: middle;
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container.withsvg{
  display: block;
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container a {
   position: relative;
   overflow: hidden;
   background: #f8f8f8;
   display: inline-block;
   vertical-align: middle;
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .ishi-placeholder {
   width: 170px;
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container a img {
   margin: 0 auto;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content {
   display: inline-block;
   vertical-align: middle;
   background: #fff;
   text-align: center;
   margin: 0 auto;
   width: 190px;
   height: 230px;
   position: absolute;
   left: 130px;
   top: -30px;
   padding: 85px 0;
   border-bottom-left-radius: 60% 30px;
   border-bottom-right-radius: 120% 200px;
   border-top-left-radius: 60% 30px;
   border-top-right-radius: 120% 200px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media screen and (min-width: 1302px) and (max-width: 1720px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content {
     width: 160px;
     height: 210px;
     top: -20px;
     padding: 75px 0;
  }
}
 @media screen and (min-width: 1302px) and (max-width: 1410px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content {
     top: -25px;
  }
}
 @media screen and (min-width: 1200px) and (max-width: 1399px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content {
     left: 90px;
  }
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content {
     position: unset;
     background: transparent;
     border-radius: 0;
     padding: 0;
     margin-top: 10px;
     width: auto;
     height: auto;
     display: block;
  }
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .ishi-placeholder {
     margin:0 auto;
     max-width:100%;
  }
}
 .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title {
   font-weight: 400;
   font-size: 24px;
   line-height: 30px;
   color:#232323;
   position: relative;
   padding: 10px 0;
   word-wrap: break-word;
   display: inline-block;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media screen and (min-width: 1600px) and (max-width: 1720px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title {
     font-size: 20px;
  }
}
 @media screen and (min-width: 1200px) and (max-width: 1599px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title {
     font-size: 20px;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title {
     font-size: 18px;
     line-height: 20px;
  }
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title {
     font-size: 16px;
     padding: 0;
  }
}
 .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title:before {
   content: '';
   height: 1px;
   background: #d9d5c5;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -5px;
   width: 60px;
   text-align: center;
   margin: 0 auto;
   transition: all 0.9s ease-in-out;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container .image-container .text-content .title:before {
    /* If media is below 768 */
     display: none;
  }
}
 @media (min-width: 992px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container:hover .text-content {
     left: 135px;
  }
}
 @media screen and (min-width: 1200px) and (max-width: 1399px) {
   .category-block-style2 .ishicategoryblock .ishicategoryblock-container:hover .text-content {
     left: 95px;
  }
}
 .category-block-style2 .ishicategoryblock .ishicategoryblock-container:hover .text-content .title:before {
   background: var(--brand-secondary);
}
 .category-block-style2 .ishicategoryblock .ishicategory_grid {
   overflow: hidden;
   padding: 35px 0;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategory_grid {
     padding: 0;
  }
}
 .category-block-style2 .ishicategoryblock .ishicategory_grid .ishicategoryblock-grid {
   margin-bottom: 75px;
}
 @media (max-width: 991px) {
   .category-block-style2 .ishicategoryblock .ishicategory_grid .ishicategoryblock-grid {
     margin-bottom: 30px;
  }
}


/********************************  category block style 3 *************************************/

.category-block-style3 .ishicategoryblock .ishicategoryblock-container {
   position: relative;
   overflow: hidden;
   text-align: center;
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container a {
   position: relative;
   overflow: hidden;
   display: flex;
   align-items: center;
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container {
   position: relative;
   overflow: hidden;
   display: block;
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container img {
   max-width: 100%;
   margin: 0 auto;
   width:100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .text-overlay {
   position: absolute;
   padding: 10px;
   left: 0;
   right: 0;
   font-family: var(--font-body-family);
   font-size: 26px;
   color: #fff;
   text-transform: uppercase;
   font-weight: 600;
   background: rgba(0, 0, 0, 0.5);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .text-overlay {
     padding: 4px;
     font-size: 20px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   padding: 50px 25px 40px;
   background-color: rgba(0, 0, 0, .6);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   text-align: left;
   transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   -webkit-transform: translateX(-300px);
}
 @media (max-width: 1199px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container {
     padding: 20px 25px;
  }
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container {
     padding: 8px 20px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .menu-title {
   margin-bottom: 10px;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .menu-title {
     margin-bottom: 5px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .menu-title .heading {
   font-family: var(--font-body-family);
   font-size: 20px;
   color: var(--brand-secondary);
   text-transform: uppercase;
   font-weight: 600;
   letter-spacing: 1px;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .menu-title .heading {
     font-size: 18px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li {
   margin-bottom: 8px;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li {
     margin-bottom: 3px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li a {
   font-family: var(--font-body-family);
   font-size: 14px;
   color: #fff;
   text-transform: capitalize;
   font-weight: 400;
   position: relative;
   padding-left: 15px;
   text-align: left;
   letter-spacing: 1px;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li a {
     font-size: 13px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li a:before {
   position: absolute;
   content: "";
   height: 5px;
   width: 5px;
   top: 9px;
   left: 0;
   border-radius: 50%;
   background-color: #fff;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}
 @media (max-width: 991px) {
   .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li a:before {
     top: 7px;
  }
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li:hover a {
   color: var(--brand-secondary);
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container .image-container .menu-container .site-category__linklist li:hover a:before {
   background-color: var(--brand-secondary);
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container:hover .image-container .text-overlay {
   opacity: 0;
}
 .category-block-style3 .ishicategoryblock .ishicategoryblock-container:hover .image-container .menu-container {
   transform: translateX(0px);
   -ms-transform: translateX(0px);
   -webkit-transform: translateX(0px);
}
 .category-block-style3 .ishicategoryblock .ishicategory_grid {
   overflow: hidden;
}

/************************************ Testimonial Block *****************************************/

.ishi-testimonial-style1 .ishitestimonials {
   overflow: hidden;
   position: relative;
}

 .ishi-testimonial-style1 .ishitestimonials .testimonial-color{
   display: block;
   position: relative;
   width: 100%;
}
.ishi-testimonial-style1 .ishitestimonials .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonial-space {
   padding-left: 50px;
   padding-right: 50px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonial-space {
     padding-left: 40px;
     padding-right: 40px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonial-space {
     padding-left: 15px;
     padding-right: 15px;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-img {
   display: inline-block;
   vertical-align: middle;
   position: relative;
}
@media (max-width: 543px) {
  .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-img {
     display: block;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   text-align: center;
   margin: 0 auto;
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc {
   position: relative;
   top: 75px;
}
 @media (max-width: 767px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc {
     text-align: center;
     margin: 0 auto;
     padding-top: 20px;
  }
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc {
     top: 0;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
   font-size: 54px;
   line-height: 50px;
   display: block;
   font-weight: 500;
   margin-bottom: 15px;
   font-family: var(--font-body-family);
}
 @media (max-width: 991px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
     font-size: 40px;
     line-height: 40px;
  }
}
 @media (max-width: 767px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-name {
     font-size: 25px;
     line-height: 30px;
     display: inline-block;
     vertical-align: middle;
     margin: 0 10px;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-designation {
   font-size: 32px;
   line-height: 40px;
   display: block;
   font-weight: 300;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-designation {
     font-size: 24px;
     line-height: 34px;
  }
}
 @media (max-width: 767px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-designation {
     font-size: 17px;
     line-height: 20px;
     display: inline-block;
     vertical-align: middle;
     margin: 0 10px;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-description {
   margin-bottom: 40px;
   width: 85%;
}
 @media (max-width: 767px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-description {
     margin-bottom: 30px;
  }
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-description {
     width: 100%;
  }
}
.ishi-testimonial-style1 .ishitestimonials .ishitestimonials-container .testimonial-desc .user-description p{
  line-height:22px;
}
 .ishi-testimonial-style1 .ishitestimonials .owl-dots {
   position: absolute;
   top: 20%;
   right: 0;
   background: #fff;
   padding: 25px 20px;
   box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
   z-index: 1;
   overflow: hidden;
   border-radius: 4px;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style1 .ishitestimonials .owl-dots {
     position: unset;
     display: block;
     padding: 0;
     margin-top: 20px !important;
     text-align: center;
     box-shadow: none;
     background: transparent;
     border-radius: 0;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot {
   display: block;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot {
     display: inline-block;
     vertical-align: middle;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot span {
   width: 5px;
   height: 30px;
   margin: 0 0 18px;
   background: var(--brand-secondary);
   display: inline-block;
   vertical-align: middle;
   border-radius: 0 !important;
   font-size: 0;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot span {
     width: 30px;
     height: 5px;
     margin: 0 7px 0 0;
  }
}
 .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot:last-child span {
   margin-bottom: 0;
}
 .ishi-testimonial-style1 .ishitestimonials .owl-dots .owl-dot.active span {
   background: #232323;
}
 

/******************************* Testimonial Block ***********************************/

 .ishi-testimonial-style2 .ishitestimonial {
   overflow: hidden;
   position: relative;
}
 .ishi-testimonial-style2 .ishitestimonial .testimonial-color{
   display: block;
   position: relative;
   width: 100%;
}
.ishi-testimonial-style2 .ishitestimonial .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonial-space {
   padding-left: 50px;
   padding-right: 50px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style2 .ishitestimonial .ishitestimonial-space {
     padding-left: 40px;
     padding-right: 40px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style2 .ishitestimonial .ishitestimonial-space {
     padding-left: 15px;
     padding-right: 15px;
  }
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .testimonial-img {
   display: none;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   width: auto;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .user-container {
   display: block;
   width: 100%;
   overflow: hidden;
   margin: 20px auto 0;
   position: relative;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .user-container {
     margin: 30px auto 0;
  }
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .desc {
   position: relative;
   text-align: center;
   margin-top: 20px;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .desc .quote {
   width: 40px;
   height: 40px;
   margin: 0 auto;
   display: block;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .desc .quote svg{
   width: 40px;
   height: 40px;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .desc .user-name {
   font-size: 20px;
   display: block;
   font-weight: 500;
   font-family: var(--font-body-family);
   margin-top: 5px;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .desc .user-designation {
   font-size: 14px;
   display: block;
   font-family: var(--font-body-family);
   font-weight: 400;
   position: relative;
   margin: 0;
   letter-spacing: 1px;
}
 .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
   text-align: center;
   line-height:22px;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style2 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
     width: 70%;
     margin: 0 auto;
  }
}

 @media (min-width: 768px) {
   .ishi-testimonial-style2 .ishitestimonial .owl-nav {
     display: none;
  }
}
 @media (max-width: 767px) {
   .ishi-testimonial-style2 .ishitestimonial .owl-nav {
     margin-top: 20px;
     margin-bottom:25px;
  }
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots {
   text-align: center;
   opacity: 1;
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot {
   display: inline-block;
   margin: 0px 4px;
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot img {
   max-width: 100%;
   border-radius: 50%;
   border: 1px solid transparent;
   -ms-transform: scale(0.8);
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
   -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
   width: 100px;
   height: 100px;
}
 @media (max-width: 767px) {
   .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot img {
     width: 80px;
     height: 80px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot img {
     width: 70px;
     height: 70px;
  }
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot span {
   display: block;
   width: 12px;
   height: 12px;
   border: 1px solid #232323;
   cursor: pointer;
   border-radius: 50%;
   background: #232323;
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot.active span, .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot:hover span {
   background: gray;
}
 .ishi-testimonial-style2 .ishitestimonial .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;
}
 .ishi-testimonial-style2 .ishitestimonial .owl-dots .owl-dot.active span {
   cursor: default;
}


/******************************* testimonial style 3 *******************************/

 .ishi-testimonial-style3 {
   position: relative;
}
 .ishi-testimonial-style3 .ishitestimonial {
   overflow: hidden;
   position: relative;
}
 .ishi-testimonial-style3 .ishitestimonial .testimonial-color{
   display: block;
   position: relative;
   width: 100%;
}
.ishi-testimonial-style3 .ishitestimonial .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}
 @media (min-width: 1200px) {
   .ishi-testimonial-style3 .ishitestimonial .page-width {
     max-width: 1500px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonial-space {
   padding-left: 50px;
   padding-right: 50px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonial-space {
     padding-left: 40px;
     padding-right: 40px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonial-space {
     padding-left: 15px;
     padding-right: 15px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item {
   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item {
     transform: scale(0.6);
  }
}
 .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center {

   -webkit-transition: all 0.6s;
   -moz-transition: all 0.6s;
   -o-transition: all 0.6s;
   transition: all 0.6s;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center {
     transform: scale(1.1);
     opacity: 1;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .user-info {
   opacity: 1;
   visibility: visible;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .testimonial-img img {
     -webkit-filter: none;
     filter: none;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-name {
   font-size: 35px;
   margin-bottom: 12px;
}
 @media (min-width: 1400px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-name {
     font-size: 45px;
  }
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-name {
     font-size: 25px;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-name {
     margin-bottom: 0px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-designation {
   font-size: 22px;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-stage-outer .owl-item.center .ishitestimonials-container .desc .user-designation {
     font-size: 17px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container {
   padding: 7px 0px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container {
     padding: 0px ;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-info {
   opacity: 0;
   margin-bottom: 25px;
   -webkit-transition: all 0.2s;
   -moz-transition: all 0.2s;
   -o-transition: all 0.2s;
   transition: all 0.2s;
   visibility: hidden;
   text-align: center;
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-info .user-description {
   margin-bottom: 20px;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-info .user-description {
     padding-top: 10px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
   text-align: center;
   line-height:22px;
   
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
     font-size: 14px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img {
   position: relative;
   display: block;
   text-align: center;
   padding: 0;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.5s ease 0s;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img {
     left: 11%;
     z-index: 1;
     margin: 0;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img {
     left: 8%;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img {
     margin-bottom: 15px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   width: auto;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img img {
     -webkit-filter: grayscale(100%);
     filter: grayscale(100%);
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .testimonial-img img {
     margin: 0 auto;
     text-align: center;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .user-container {
   display: block;
   width: 100%;
   overflow: hidden;
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc {
   padding: 0;
   position: relative;
   
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc {
     position: absolute;
     right: -14%;
     bottom: 37px;
     text-align:left;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc {
     bottom: 38px;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc {
     text-align: center;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-name {
   font-size: 39px;
   display: block;
   font-weight: 500;
   margin-bottom: 15px;
   font-family: var(--font-body-family);
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-name {
     font-size: 19px;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-name {
     margin-bottom: 5px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-designation {
   font-size: 25px;
   display: block;
   font-family: var(--font-body-family);
   font-weight: 300;
   position: relative;
   margin: 0;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-designation {
     color: var(--button-text-color);
     z-index: 1;
  }
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-designation {
     font-size: 17px;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .desc .user-designation {
    /* If media is below 992 */
     color: var(--brand-secondary);
     font-size: 15px;
     margin-bottom: 2px;
  }
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .quote {
   height: 40px;
   margin: 0 auto;
   display: block;
   position: absolute;
   background: var(--button-bg-color);
   bottom: 30px;
   width: 100%;
   text-align:left;
}
 .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .quote svg {
   fill: var(--button-text-color);
   width: 40px;
   height: 40px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .ishitestimonials-container .quote {
     display: none;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style3 .ishitestimonial .owl-nav {
     margin-top: 20px;
  }
}



/******************************** Testimonial style 4 **********************************/


.ishi-testimonial-style4 .ishitestimonial {
   overflow: hidden;
   position: relative;
}
 .ishi-testimonial-style4 .ishitestimonial .testimonial-color{
   display: block;
   position: relative;
   width: 100%;
}
.ishi-testimonial-style4 .ishitestimonial .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonial-space {
   padding-left: 50px;
   padding-right: 50px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonial-space {
     padding-left: 40px;
     padding-right: 40px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonial-space {
     padding-left: 15px;
     padding-right: 15px;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .owl-stage-outer .owl-item:nth-child(2n+1) .ishitestimonials-container .testimonials-container .user-container .testimonial-img {
   float: right;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .owl-stage-outer .owl-item:nth-child(2n+1) .ishitestimonials-container .testimonials-container .user-container .testimonial-img {
     float: none;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .owl-stage-outer .owl-item:nth-child(2n+1) .ishitestimonials-container .testimonials-container .user-container .desc {
   float: left;
   text-align: left;
   position: relative;
   left: 12%;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .owl-stage-outer .owl-item:nth-child(2n+1) .ishitestimonials-container .testimonials-container .user-container .desc {
     float: none;
     text-align: center;
     left: 0;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container {
   padding: 0 15px 35px;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container {
     padding: 0 0 35px;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .testimonials-container {
   position: relative;
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .testimonials-container:after {
   position: absolute;
   content: "";
   height: 100%;
   width: 100%;
   top: 35px;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .testimonial-img {
     float: none;
     width: 100%;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   width: auto;
   margin: 0 auto;
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container {
   display: block;
   width: 100%;
   overflow: hidden;
   z-index: 1;
   position: relative;
}
 @media (min-width: 992px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc {
     width: 40%;
     float: right;
     padding-top: 10px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc {
     float: none;
     width: 100%;
     margin-top: 15px;
     text-align: center;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .quote {
   width: 70px;
   height: 50px;
   overflow: hidden;
   left: -10%;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .quote {
     left: 0;
     margin: 0 auto;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .quote svg {
   height: 50px;
   width: 70px;
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .user-name {
   font-size: 24px;
   display: block;
   font-weight: 500;
   letter-spacing: 1px;
   font-family: var(--font-body-family);
   margin-top: 10px;
}
 @media (max-width: 1199px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .user-name {
     font-size: 20px;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-container .desc .user-designation {
   font-size: 14px;
   display: block;
   font-family: var(--font-body-family);
   font-weight: 400;
   position: relative;
   margin: 0;
   letter-spacing: 1px;
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-info {
   margin: 30px 0 0px;
   padding: 0 25px;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-info {
     padding: 0 15px;
     margin: 12px 0 0;
  }
}
 .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
   text-align: left;
   color:#787878;
   line-height:22px;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style4 .ishitestimonial .ishitestimonials-container .user-info .user-description p {
     text-align: center;
  }
}
 @media (max-width: 991px) {
   .ishi-testimonial-style4 .ishitestimonials .owl-nav {
     margin-top: 15px;
  }
}

/******************************** Testimonial style 5 *************************************/

 .ishi-testimonial-style5 .ishitestimonial .testimonial-color{
   display: block;
   position: relative;
   width: 100%;
}
.ishi-testimonial-style5 .ishitestimonial .testimonial-image {
   display: block;
   position: relative;
   width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position:center;
}

 @media (min-width: 992px) {
   .ishi-testimonial-style5 .ishitestimonial .row {
     display: flex;
     align-items: center;
  }
}
 .ishi-testimonial-style5 .ishitestimonial .testimonial-banner .image-container {
   margin: 0 auto 30px;
   text-align: center;
}
 .ishi-testimonial-style5 .ishitestimonial-block {
   padding-left: 40px;
   padding-right: 40px;
}
 @media (max-width: 991px) {
   .ishi-testimonial-style5 .ishitestimonial-block {
     padding-left: 20px;
     padding-right: 20px;
  }
}
 .ishi-testimonial-style5 .ishitestimonials-container {
   text-align: center;
   margin: 0 auto;
}
 .ishi-testimonial-style5 .ishitestimonials-container .testimonial-img {
   display: inline-block;
   margin: 0 auto 40px;
}
 .ishi-testimonial-style5 .ishitestimonials-container .testimonial-img img {
   max-width: 100%;
   width: auto;
   border-radius: 50%;
   background: #fff;
}
 .ishi-testimonial-style5 .ishitestimonials-container .user-container {
   display: block;
   margin: auto 0;
   position: relative;
}
 .ishi-testimonial-style5 .ishitestimonials-container .desc {
   position: relative;
   text-align: center;
}
 .ishi-testimonial-style5 .ishitestimonials-container .desc:after {
   content: '';
   position: absolute;
   width: 2px;
   height: 20px;
   top: -35px;
   right: 0;
   left: 0;
   margin: 0 auto;
   text-align: center;
}
 .ishi-testimonial-style5 .ishitestimonials-container .desc .user-name {
   font-size: 22px;
   font-weight: 600;
   margin: 0;
   line-height: 20px;
}
 .ishi-testimonial-style5 .ishitestimonials-container .desc .user-designation {
   margin: 0;
   margin-top: 5px;
   font-weight: 400;
   display: block;
   font-size: 14px;
}
 @media (max-width: 543px) {
   .ishi-testimonial-style5 .ishitestimonials-container .desc .user-designation {
     margin-bottom: 15px;
  }
}
 .ishi-testimonial-style5 .ishitestimonials-container .user-info .user-description p {
   text-align: center;
   position: relative;
   margin-bottom: 25px;
   s
}
 .ishi-testimonial-style5 .owl-nav .owl-prev, .ishi-testimonial-style5 .owl-nav .owl-next {
   position: absolute;
   top: 45%;
   left: -55px;
}
 @media (max-width: 767px) {
   .ishi-testimonial-style5 .owl-nav .owl-prev, .ishi-testimonial-style5 .owl-nav .owl-next {
     left: -35px;
  }
}
 @media (max-width: 543px) {
   .ishi-testimonial-style5 .owl-nav .owl-prev, .ishi-testimonial-style5 .owl-nav .owl-next {
     display: none;
  }
}
 .ishi-testimonial-style5 .owl-nav .owl-next {
   left: auto;
   right: -55px;
}
 @media (max-width: 767px) {
   .ishi-testimonial-style5 .owl-nav .owl-next {
     right: -35px;
  }
}



/********************************  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: 500;
   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;
} 

/******************************* Instagran style 1 ********************************/

.instagram-block-style1 .ishiinstagram {
   position: relative;
   overflow: hidden;
}
 @media (min-width: 992px) {
   .instagram-block-style1 .ishiinstagram .ishiinstagram-inner {
     display: flex;
     align-items: center;
  }
}
 .instagram-block-style1 .ishiinstagram .home-title {
   position: relative;
}
 @media (min-width: 992px) {
   .instagram-block-style1 .ishiinstagram .home-title {
    /* If media is above 991 */
     margin-bottom: 40px;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     z-index: 2;
     width: 335px;
     padding: 22px 20px;
     background: var(--button-bg-modify-color);
  }
}
 @media (max-width: 991px) {
   .instagram-block-style1 .ishiinstagram .home-title {
    /* If media is below 992 */
     padding-bottom: 20px;
  }
   .instagram-block-style1 .ishiinstagram .home-title:before {
     display: none;
  }
}
 .instagram-block-style1 .ishiinstagram .home-title a {
   font-size: 30px;
   font-weight: 500;
   line-height: 40px;
   color: var(--button-text-color);
}
 @media (max-width: 991px) {
   .instagram-block-style1 .ishiinstagram .home-title a {
    /* If media is below 992 */
     font-size: 24px;
     line-height: 22px;
     color: #232323;
  }
}
 .instagram-block-style1 .ishiinstagram .home-title span {
   font-weight: 400;
   letter-spacing: 0;
   color: var(--button-text-color);
}
 @media (min-width: 992px) {
   .instagram-block-style1 .ishiinstagram .home-title span {
    /* If media is above 991 */
     font-size: 22px;
  }
}
 @media (max-width: 991px) {
   .instagram-block-style1 .ishiinstagram .home-title span {
    /* If media is below 992 */
     color: #232323;
     
  }
}
 .instagram-block-style1 .ishiinstagram .home-title:before {
   display: none;
}
 .instagram-block-style1 .ishiinstagram #instafeed {
   position: relative;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem {
   position: relative;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay {
   background: rgba(255, 255, 255, .25);
   position: absolute;
   width: 94%;
   height: 94%;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   margin: auto;
   overflow: hidden;
   opacity: 0;
  /*transform: scale(0);
   -moz-transform:scale(0);
   -webkit-transform:scale(0);
   -o-transform:scale(0);
   -ms-transform:scale(0);
  */
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay:before, .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 50%;
   top: 0;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   left: 50%;
   bottom: 0;
   top: auto;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay span:before, .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   content: "";
   width: 2px;
   height: 0;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 0;
   top: 50%;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   right: 0;
   left: auto;
   top: 50%;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a img {
   max-width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .instagram {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 99;
   margin-top: -10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .instagram i {
   font-size: 30px;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem a .instagram i:hover {
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem .text-container {
   position: absolute;
   bottom: 0;
   display: block;
   padding: 10px;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   text-transform: unset;
   font-size: 14px;
   font-weight: 400;
   font-family: var(--font-body-family);
   color: #fff;
}
 @media (max-width: 991px) {
   .instagram-block-style1 .ishiinstagram #instafeed .instaitem .text-container {
    /* If media is below 992 */
     opacity: 1;
  }
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem .text-container .likes {
   float: left;
   display: inline-block;
   margin-left: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem .text-container .comments {
   float: right;
   display: inline-block;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem .text-container i {
   display: block;
   font-size: 16px;
   color: #fff;
   display: inline-block;
   padding-right: 5px;
   padding-left: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover .image-overlay:before, .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover .image-overlay:after {
   width: 100%;
   left: 0;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before, .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after {
   height: 100%;
   top: 0;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
   opacity: 1;
  /*transform: scale(1);
   -moz-transform:scale(1);
   -webkit-transform:scale(1);
   -o-transform:scale(1);
   -ms-transform:scale(1);
  */
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover a img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover a .instagram {
   display: block;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .instagram-block-style1 .ishiinstagram #instafeed .instaitem:hover .text-container {
   opacity: 1;
}
 .instagram-block-style1 .ishiinstagram #instafeed .instahover a img {
   -webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
   -ms-filter: grayscale(70%);
   -o-filter: grayscale(70%);
   filter: grayscale(70%);
}
 .instagram-block-style1 .page-width .home-title {
  /* If media is above 991 */
}
 @media (min-width: 992px) {
   .instagram-block-style1 .page-width .home-title {
     top: 20%;
  }
}

/******************************* Instagran style 2 ********************************/


 .instagram-block-style2 .ishiinstagram {
   position: relative;
   overflow: hidden;
   box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
   padding: 20px;
   background: #fff;
   margin: 0 80px;
}
 @media (max-width: 991px) {
   .instagram-block-style2 .ishiinstagram {
     margin: 0;
  }
}
 .instagram-block-style2 .ishiinstagram .home-title {
   position: relative;
}
 @media (min-width: 768px) {
   .instagram-block-style2 .ishiinstagram .home-title {
    /* If media is above 991 */
     display: flex;
     align-items: center;
     bottom: 20px;
     top: 20px;
     position: absolute;
     left: 20px;
     margin: 0 auto;
     z-index: 2;
     background: var(--button-bg-modify-color);
     padding: 0;
     right: auto;
  }
}
 .instagram-block-style2 .ishiinstagram .home-title:before {
   display: none;
}
 @media (max-width: 767px) {
   .instagram-block-style2 .ishiinstagram .home-title {
     display: none;
  }
}
 .instagram-block-style2 .ishiinstagram .home-title a {
   font-size: 30px;
   font-weight: 600;
   line-height: 40px;
   color: var(--button-text-color);
   display: block;
   width: 100%;
}
 @media (max-width: 991px) {
   .instagram-block-style2 .ishiinstagram .home-title a {
    /* If media is below 992 */
     font-size: 24px;
     line-height: 22px;
  }
}
 .instagram-block-style2 .ishiinstagram .home-title a span {
   font-size: 16px;
   line-height: 20px;
   font-weight: 500;
   color: var(--button-text-color);
   vertical-align: top;
   display: block;
}
 .instagram-block-style2 .ishiinstagram .home-title:before {
   display: none;
}
 .instagram-block-style2 .ishiinstagram #instafeed {
   position: relative;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem {
   position: relative;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay {
   background: rgba(255, 255, 255, .25);
   position: absolute;
   width: 94%;
   height: 94%;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   margin: auto;
   overflow: hidden;
   opacity: 0;
  /*transform: scale(0);
   -moz-transform:scale(0);
   -webkit-transform:scale(0);
   -o-transform:scale(0);
   -ms-transform:scale(0);
  */
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay:before, .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 50%;
   top: 0;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   left: 50%;
   bottom: 0;
   top: auto;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay span:before, .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   content: "";
   width: 2px;
   height: 0;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 0;
   top: 50%;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   right: 0;
   left: auto;
   top: 50%;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a img {
   max-width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .instagram {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 99;
   margin-top: -10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .instagram i {
   font-size: 30px;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem a .instagram i:hover {
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container {
   position: absolute;
   bottom: 0;
   display: block;
   padding: 10px;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   font-size: 14px;
   font-weight: 400;
   font-family:var(--font-body-family);
   color: #fff;
}
 @media (max-width: 991px) {
   .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container {
    /* If media is below 992 */
     opacity: 1;
  }
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container .likes {
   float: left;
   display: inline-block;
   margin-left: 10px;
   position: relative;
   margin-bottom: 5px;
}
 @media (max-width: 375px) {
   .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container .likes {
     margin: 0;
  }
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container .comments {
   float: right;
   display: inline-block;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
}
 @media (max-width: 375px) {
   .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container .comments {
     margin: 0;
  }
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem .text-container i {
   display: block;
   font-size: 16px;
   color: #fff;
   display: inline-block;
   padding-right: 5px;
   padding-left: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover .image-overlay:before, .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover .image-overlay:after {
   width: 100%;
   left: 0;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before, .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after {
   height: 100%;
   top: 0;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
   opacity: 1;
  /*transform: scale(1);
   -moz-transform:scale(1);
   -webkit-transform:scale(1);
   -o-transform:scale(1);
   -ms-transform:scale(1);
  */
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover a img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover a .instagram {
   display: block;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .instagram-block-style2 .ishiinstagram #instafeed .instaitem:hover .text-container {
   opacity: 1;
}
 .instagram-block-style2 .ishiinstagram #instafeed .instahover a img {
   -webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
   -ms-filter: grayscale(70%);
   -o-filter: grayscale(70%);
   filter: grayscale(70%);
}


/******************************* Instagran style 3 ********************************/

.instagram-block-style3 .ishiinstagram {
   position: relative;
   overflow: hidden;
}
 .instagram-block-style3 .ishiinstagram #instafeed {
   position: relative;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem {
   position: relative;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay {
   background: rgba(255, 255, 255, .25);
   position: absolute;
   width: 94%;
   height: 94%;
   top: 0px;
   right: 0px;
   left: 0px;
   bottom: 0px;
   margin: auto;
   overflow: hidden;
   opacity: 0;
  /*transform: scale(0);
   -moz-transform:scale(0);
   -webkit-transform:scale(0);
   -o-transform:scale(0);
   -ms-transform:scale(0);
  */
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay:before, .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   content: "";
   width: 0;
   height: 2px;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 50%;
   top: 0;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay:after {
   left: 50%;
   bottom: 0;
   top: auto;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay span:before, .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   content: "";
   width: 2px;
   height: 0;
   position: absolute;
   transition: all 0.2s linear;
   background: rgba(255, 255, 255, 0.5);
   left: 0;
   top: 50%;
   transition-duration: 0.6s;
   z-index: 1;
   transition: all 1.1s;
   -webkit-transition: all 1.1s;
   -moz-transition: all 1.1s;
   -ms-transition: all 1.1s;
   -o-transition: all 1.1s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
   right: 0;
   left: auto;
   top: 50%;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a img {
   max-width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   transition: all 1.5s;
   -webkit-transition: all 1.5s;
   -moz-transition: all 1.5s;
   -ms-transition: all 1.5s;
   -o-transition: all 1.5s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .instagram {
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 99;
   margin-top: -10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -ms-transform: scale(0);
   -o-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .instagram i {
   font-size: 30px;
   color: #fff;
   display: inline-block;
   vertical-align: middle;
   width: 24px;
   height: 24px;
   line-height: 24px;
   border-radius: 30px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem a .instagram i:hover {
   background: #d6249f;
   background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
   box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem .text-container {
   position: absolute;
   bottom: 0;
   display: block;
   padding: 10px;
   width: 100%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   font-size: 14px;
   font-weight: 400;
   font-family: var(--font-body-family);
   color: #fff;
}
 @media (max-width: 991px) {
   .instagram-block-style3 .ishiinstagram #instafeed .instaitem .text-container {
    /* If media is below 992 */
     opacity: 1;
  }
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem .text-container .likes {
   float: left;
   display: inline-block;
   margin-left: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem .text-container .comments {
   float: right;
   display: inline-block;
   margin-right: 10px;
   position: relative;
   margin-bottom: 5px;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem .text-container i {
   display: block;
   font-size: 16px;
   color: #fff;
   display: inline-block;
   padding-right: 5px;
   padding-left: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover .image-overlay:before, .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover .image-overlay:after {
   width: 100%;
   left: 0;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before, .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after {
   height: 100%;
   top: 0;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
   opacity: 1;
  /*transform: scale(1);
   -moz-transform:scale(1);
   -webkit-transform:scale(1);
   -o-transform:scale(1);
   -ms-transform:scale(1);
  */
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover a img {
   transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -o-transform: scale(1.5);
   -ms-transform: scale(1.5);
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover a .instagram {
   display: block;
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
}
 .instagram-block-style3 .ishiinstagram #instafeed .instaitem:hover .text-container {
   opacity: 1;
}
 .instagram-block-style3 .ishiinstagram #instafeed .instahover a img {
   -webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
   -ms-filter: grayscale(70%);
   -o-filter: grayscale(70%);
   filter: grayscale(70%);
}

/****************************** blog style 1 *********************************/

 .ishi-blog-style1 .smartblog .smartblog {
   display: block;
   position: relative;
}
 .ishi-blog-style1 .smartblog .products_block_inner {
   position: relative;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: block;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: flex;
   align-items: center;
   max-width: 100%;
   position: relative;
   background: #fff;
   overflow: hidden;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
   width: 100%;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 2s ease;
   transition: all 2s ease;
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   -o-transition: all 2s ease;
   max-width: 100%;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date {
   opacity: 0;
   position: absolute;
   left: 0;
   right: 0;
   margin: 0 auto;
   text-align: center;
   color: #fff;
   font-family: var(--font-body-family);
   font-weight: 400;
   -webkit-transition: all 0.9s ease;
   transition: all 0.9s ease;
   -moz-transition: all 0.9s ease;
   -ms-transition: all 0.9s ease;
   -o-transition: all 0.9s ease;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date i {
   display: none;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .blog_date {
   border-top: 1px solid rgba(255, 255, 255, 0.4);
   position: relative;
   margin-bottom: 0;
   display:inline-block;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .blog_date:after, 
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .blog_date:before {
   position: absolute;
   content: "";
   top: 0;
   width: 1px;
   height: 86px;
   background: rgba(255, 255, 255, 0.4);
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .blog_date:after {
   left: 0;
   right: auto;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .blog_date:before {
   left: auto;
   right: 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .date_month {
   display: inline-block;
   vertical-align: middle;
   font-size: 37px;
   padding: 10px 28px 2px;
   line-height: 48px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .day_year {
   display: block;
   font-size: 34px;
   position: relative;
   line-height:50px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .day_year:after, 
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .day_year:before {
   position: absolute;
   content: "";
   top: 25px;
   width: 50px;
   height: 1px;
   background: rgba(255, 255, 255, 0.4);
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .day_year:after {
   left: 0;
   right: auto;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .hover-date .day_year:before {
   left: auto;
   right: 0;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   margin-top: 15px;
   margin-bottom: 0px;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 10px;
   line-height: 18px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .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;
   color: #232323;
   letter-spacing: 0.8px;
}
 @media (max-width: 767px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 15px;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0px;
   font-size: 14px;
   letter-spacing: 0.5px;
   color: #787878;
   font-weight: 400;
   line-height: 22px;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
   margin-bottom: 8px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, 
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a{
   margin-bottom: 0px;
   position: relative;
   margin-right: 10px;
   color: #565656;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author i, 
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   display: none;
   font-size: 16px;
   color: var(--brand-secondary);
   padding-right: 5px;
}
 @media (max-width: 349px) {
   .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     margin: 0 0 5px;
     padding: 0;
     display: block;
  }
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   margin-right: 0;
}

 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post:hover .news_module_image_holder a img {
   transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   -o-transform: scale(1.5);
   -moz-transform: scale(1.5);
   -webkit-transform-style: unset;
   transform-style: unset;
}
 .ishi-blog-style1 .smartblog .products_block_inner .sds_blog_post .blog_post:hover .news_module_image_holder .hover-date {
   opacity: 1;
}


/******************************** blog style 2 *******************************************/

 .ishi-blog-style2 .smartblog .products_block_inner {
   position: relative;
   text-align: center;
}
 @media (min-width: 992px) {
   .ishi-blog-style2 .smartblog .products_block_inner .owl-nav {
     margin-top: 15px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
   opacity: 1;
}
 @media (min-width: 768px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .blog_content {
     opacity: 0.7;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   max-width: 100%;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
  /* If media is above 767 */
   margin-top: 15px;
   margin-bottom: 0;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 @media (min-width: 768px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 30px 10px;
     display: block;
     text-align: center;
     position: absolute;
     top: 7px;
     opacity: 0;
     left: 7px;
     right: 7px;
     bottom: 7px;
     margin: 0;
     background: #232323;
  }
}
 @media screen and (min-width: 768px) and (max-width: 1199px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 10px;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 15px;
   line-height: 18px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .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: 400;
   color: #232323;
   letter-spacing: 0.8px;
}
 @media (max-width: 767px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
     font-size: 15px;
  }
}
 @media (min-width: 768px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is above 767 */
     color: #fff;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 15px;
   font-size: 14px;
   letter-spacing: 0.5px;
   color: #787878;
   font-family: var(--font-body-family);
   line-height: 22px;
   text-align: center;
}
 @media (min-width: 768px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
    /* If media is above 767 */
     color: #fff;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .hover-date {
   display: block;
   text-align: center;
   margin: 0 auto 15px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .hover-date i {
   display: none;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .hover-date > span {
   background: var(--button-bg-color);
   color: var(--button-text-color);
   padding: 5px 10px;
   margin: 0;
   display: inline-block;
   vertical-align: middle;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 10px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
     display: none;
  }
}
 @media (max-width: 767px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
     margin-bottom: 0;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, 
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   color: var(--brand-secondary);
   margin-bottom: 0px;
   position: relative;
   margin-right: 10px;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author i, 
.ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   display: none;
   font-size: 16px;
   color: var(--brand-secondary);
   padding-right: 5px;
}
 @media (max-width: 349px) {
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author,
   .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
     margin: 0 0 5px;
     padding: 0;
     display: block;
  }
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   margin-right: 0;
}
 .ishi-blog-style2 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .article__meta-buttons {
   display: none;
}

/*********************************  blog style 3 **************************************/


 .ishi-blog-style3 .smartblog .products_block_inner {
   position: relative;
}

 @media (min-width: 992px) {
   .ishi-blog-style3 .smartblog .products_block_inner .owl-nav {
     margin-top: 15px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   transform: scale(1.5);
   -webkit-transform: scale(1.5);
   -ms-transform: scale(1.5);
   -o-transform: scale(1.5);
   -moz-transform: scale(1.5);
   opacity: 0.4;
   -webkit-transform-style: unset;
   transform-style: unset;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
   opacity: 1;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: block;
   max-width: 100%;
   position: relative;
   background: #232323;
   overflow: hidden;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: block;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   -webkit-transition: all 2s ease;
   transition: all 2s ease;
   -moz-transition: all 2s ease;
   -ms-transition: all 2s ease;
   -o-transition: all 2s ease;
   max-width: 100%;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   border: 1px solid #eee;
   border-top: 0;
   padding: 20px;
   margin-bottom: 0;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 @media (max-width: 991px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
    /* If media is below 992 */
     margin-bottom: 15px;
     padding: 15px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 10px;
   line-height: 18px;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-family: var(--font-body-family);
   text-transform: capitalize;
   font-weight: 500;
   color: #232323;
   letter-spacing: 0.8px;
}
 @media (max-width: 991px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 992 */
     font-size: 16px;
  }
}
 @media (max-width: 767px) {
   .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
    /* If media is below 768 */
     font-size: 15px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date {
   font-size: 14px;
   line-height: 16px;
   font-weight: 400;
    margin-bottom: 10px;
   display:block;
}
@media (min-width: 544px) and (max-width: 767px) {
  .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date {
    margin-bottom: 5px;
  }
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date i {
   color: var(--brand-secondary);
   margin-right: 5px;
   font-size: 16px;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date .day_month {
   padding: 0 10px;
   position: relative;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date .day_month:after, 
.ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date .day_month:before {
   content: "/";
   position: absolute;
   top: 2px;
   color: #232323;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date .day_month:after {
   left: 0;
   right: auto;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .blog_date .day_month:before {
   left: auto;
   right: 0;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0px;
   font-size: 13px;
   letter-spacing: 0.8px;
   color: #787878;
   font-weight: 400;
   font-family: var(--font-body-family);
   line-height: 22px;
   margin-bottom: 0;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   font-family: var(--font-body-family);
   color: var(--brand-secondary);
   font-size: 14px;
   font-weight: 400;
   text-transform: capitalize;
   margin-bottom: 7px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, 
.ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   color: #232323;
   margin-bottom: 0px;
   position: relative;
   margin-right: 10px;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author i, 
.ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   font-size: 16px;
   color: var(--brand-secondary);
   padding-right: 5px;
}

 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a {
   margin-right: 0;
}
 .ishi-blog-style3 .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .article__meta-buttons .btn {
   border: none;
   font-size: 13px;
   padding: 7px 16px;
   line-height: 20px;
}
 

/********************************  Story Block Style 1 **************************************/


.story-block-style1 .ishistoryblock .story-block.story-image{
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

 @media (min-width: 768px) {
   .story-block-style1 .ishistoryblock .valign-wrapper {
     display: flex;
     align-items: center;
  }
}
 .story-block-style1 .ishistoryblock .image-wrapper {
   position: relative;
   overflow: hidden;
   bottom: 0;
   -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-style1 .ishistoryblock .image-wrapper {
     margin-bottom: 20px;
  }
}
 .story-block-style1 .ishistoryblock .image-wrapper img {
   max-width: 100%;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style1 .ishistoryblock .video-play-icon a {
   position: absolute;
   top: 40%;
   left: 0;
   right: 0;
   text-align: center;
   margin: 0 auto;
   z-index: 1;
}
 .story-block-style1 .ishistoryblock .video-play-icon a .ripple-effect {
   position: relative;
   display: inline-block;
}
 .story-block-style1 .ishistoryblock .video-play-icon a .ripple-effect:before, 
 .story-block-style1 .ishistoryblock .video-play-icon a .ripple-effect:after {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 50%;
   -webkit-animation: ripple 2s linear infinite;
   animation: ripple 2s linear infinite;
   transition: all 0.4s ease-in-out;
}
 .story-block-style1 .ishistoryblock .video-play-icon a .ripple-effect:after {
   -webkit-animation: ripple 2s linear 1s infinite;
   animation: ripple 2s linear 1s infinite;
}
 .story-block-style1 .ishistoryblock .video-play-icon a i {
   font-size: 70px;
   line-height: 60px;
}
 @media (max-width: 543px) {
   .story-block-style1 .ishistoryblock .video-play-icon a i {
     font-size: 52px;
     line-height: 40px;
  }
}
 .story-block-style1 .ishistoryblock .story-text-block .title {
   font-size: 35px;
   line-height: 36px;
   margin-bottom: 20px;
   letter-spacing: 1px;
   font-weight: 500;
   font-family: var(--font-body-family);
}
@media (max-width: 991px) {
  .story-block-style1 .ishistoryblock .story-text-block .title {
    /* If media is below 992 */
    font-size: 28px;
    margin-bottom: 6px;
  }
}
 .story-block-style1 .ishistoryblock .story-text-block .title span {
   color: var(--brand-secondary);
}
 .story-block-style1 .ishistoryblock .story-text-block .description {
   margin-bottom: 25px;
}
  .story-block-style1 .ishistoryblock .story-text-block .description p {
   color:currentColor;
    line-height:22px;
}
@media (max-width:543px){
  .story-block-style1 .ishistoryblock .story-text-block{
  text-align:center;
}
}
/******************************* Story Block Style 2 ********************************/


.story-block-style2 .ishistoryblock .story-block.story-image{
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

 .story-block-style2 .ishistoryblock {
   text-align: center;
}
 .story-block-style2 .ishistoryblock .story-image-wrapper .image-container {
   display: block;
}
 .story-block-style2 .ishistoryblock .story-image-wrapper .image-container img {
   max-width: 100%;
   position: relative;
   bottom: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .story-block-style2 .ishistoryblock .text-wrapper {
   width: 50%;
   display: block;
   text-align: center;
   margin: 0 auto;
}
 @media (max-width: 1199px) {
   .story-block-style2 .ishistoryblock .text-wrapper {
     width: 70%;
  }
}
 @media (max-width: 991px) {
   .story-block-style2 .ishistoryblock .text-wrapper {
     width: 90%;
  }
}
 @media (max-width: 767px) {
   .story-block-style2 .ishistoryblock .text-wrapper {
     width: 100%;
  }
}
 .story-block-style2 .ishistoryblock .text-wrapper .description {
   color: #888;
   line-height: 24px;
   margin: 30px 0 0;
}
 .story-block-style2 .ishistoryblock .text-wrapper ul li, .story-block-style2 .ishistoryblock .text-wrapper ol li {
   list-style: unset;
}


/********************************** masonry Banner With Text *******************************/

.masonry-banner-with-text-section .ishimasonrybannerwithtext {
   position: relative;
   padding: 0 5px;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybannerwithtext_grid {
   overflow: hidden;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .masonrybannerwithtext {
   padding: 0 5px;
}
 @media (max-width: 767px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .masonrybannerwithtext:first-child {
     margin-bottom: 15px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container {
   overflow: hidden;
   position: relative;
   padding: 0;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:nth-child(2n+2) .image-container .banner-data {
   right: auto;
   left: 44px;
   text-align: left;
}
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:nth-child(2n+2) .image-container .banner-data {
     left: 14px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner3 .image-container .banner-data {
   top: 50px;
   bottom: auto;
   height: auto;
}
 @media screen and (min-width: 768px) and (max-width: 991px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner3 .image-container .banner-data {
     top: 20px;
     right: 18px;
  }
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:nth-child(2n+2) .image-container .banner-data {
     left: 20px;
  }
}
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner3 .image-container .banner-data {
     top: 15px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner3 .image-container .banner-data .text-inner {
   text-align: right;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner1 {
   margin-bottom: 10px;
}
 @media (max-width: 767px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container.ishimasonrybanner1 {
     margin-bottom: 15px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container {
   overflow: hidden;
   display: block;
   position: relative;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data {
   top: 0;
   bottom: 0;
   position: absolute;
   right: 44px;
   padding: 5px;
   display: flex;
   word-wrap: break-word;
   align-items: center;
}
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data {
     right: 14px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .text-inner {
   text-align: center;
   display: inline-block;
   word-wrap: anywhere;
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-subtitle {
   font-weight: 400;
   font-size: 20px;
   line-height: 16px;
   margin-bottom: 30px;
   -webkit-transition: all 0.7s;
   -moz-transition: all 0.7s;
   -ms-transition: all 0.7s;
   -o-transition: all 0.7s;
   transition: all 0.7s;
}
 @media (min-width: 768px) and (max-width: 1199px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-subtitle {
     font-size: 14px;
     margin-bottom: 20px;
  }
}
 @media (min-width: 768px) and (max-width: 991px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-subtitle {
     font-size: 12px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-subtitle {
     font-size: 16px;
  }
}
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-subtitle {
     font-size: 12px;
     line-height: 13px;
     margin-bottom: 6px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
   font-weight: 400;
   font-size: 50px;
   margin-bottom: 30px;
   line-height: 40px;
   letter-spacing: 0;
   transition: .5s;
}
.masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container:hover .banner-data .banner-title {
      transform: rotateX(360deg);
}
 @media (max-width: 1199px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
     margin-bottom: 20px;
  }
}
 @media (max-width: 1400px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
     font-size: 27px;
     line-height: 25px;
  }
}
 @media (max-width: 991px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
     font-size: 22px;
     line-height: 20px;
     margin-bottom: 15px;
  }
}
 @media (max-width: 767px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
     font-size: 38px;
     line-height: 40px;
  }
}
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-title {
     margin-bottom: 6px;
     font-size: 20px;
     line-height: 25px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-btn {
   font-size: 16px;
   line-height: 1;
   position: relative;
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 1199px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-btn {
     font-size: 12px;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container .image-container .banner-data .banner-btn a {
   font-weight: 400;
   letter-spacing: 0;
   background-color: transparent;
   border-bottom: 1px solid;
   transition: .5s;
   
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:hover .image-container .banner-data .banner-btn a{
   letter-spacing:1px;
 }
 @media (max-width: 543px) {
   .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:hover {
     opacity: 1;
  }
}
 .masonry-banner-with-text-section .ishimasonrybannerwithtext .ishimasonrybanner-container:hover .image-container img {
   -moz-transform: scale(1.09);
   -webkit-transform: scale(1.09);
   -o-transform: scale(1.09);
   -ms-transform: scale(1.09);
   transform: scale(1.09);
}

.masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data{
    right: 24px;
}
.masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data .banner-subtitle{
    font-size: 18px;
    margin-bottom: 20px;
}
.masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data .banner-title{
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 40px;
}
.masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width  .ishimasonrybanner-container:nth-child(2n+2) .image-container .banner-data{
  left: 24px;
}

@media (min-width: 1200px) {
  .masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data{
      right: 24px;
  }
  .masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data .banner-subtitle{
      font-size: 18px;
      margin-bottom: 20px;
  }
  .masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width .ishimasonrybanner-container .image-container .banner-data .banner-title{
      font-size: 38px;
      margin-bottom: 20px;
      line-height: 40px;
  }
  .masonry-banner-with-text-section .ishimasonrybannerwithtext.page-width  .ishimasonrybanner-container:nth-child(2n+2) .image-container .banner-data{
    left: 24px;
  }
}

/********************************** masonry Banner without Text *******************************/

 .masonry-banner-without-text-section .ishimasonrybannerwithouttext {
   position: relative;
   padding: 0 5px;
}
 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybannerwithouttext_grid {
   overflow: hidden;
}
 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .masonrybannerwithouttext {
   padding: 0 5px;
}
 @media (max-width: 767px) {
   .masonry-banner-without-text-section .ishimasonrybannerwithouttext .masonrybannerwithouttext:first-child {
     margin-bottom: 15px;
  }
}
 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container {
   overflow: hidden;
   position: relative;
   padding: 0;
}


 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container.ishimasonrybanner1 {
   margin-bottom: 10px;
}
 @media (max-width: 767px) {
   .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container.ishimasonrybanner1 {
     margin-bottom: 15px;
  }
}
 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container {
   overflow: hidden;
   display: block;
   position: relative;
}
.masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container .hover-dark:after,
.masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container .hover-dark:before{
  background: rgba(0,0,0,.06);
}
.masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container .hover-light:after,
.masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container .hover-light:before{
  background: rgba(255,255,255,.2);
}
 .masonry-banner-without-text-section .ishimasonrybannerwithouttext .ishimasonrybanner-container .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transform-style: unset;
   transform-style: unset;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 

/******************************** Product timer style 1 **********************************/
.product-withtimer-style1 .ishispecialdeal .card-wrapper .deal-img-desc{
  width:73%;
  display: inline-block;
  vertical-align: top;
}
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card--product{
  position:relative;
  text-align:center;
}
.product-withtimer-style1 .ishispecialdeal .thumbnail-buttons{
  bottom:10px;
}
  .product-withtimer-style1 .ishispecialdeal .card-wrapper .card--product .spr-badge {
   -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
@media (min-width: 768px) {
  .product-withtimer-style1 .ishispecialdeal .card-wrapper:hover .card--product .spr-badge {
    opacity:0
  }
  .product-withtimer-style1 .ishispecialdeal .card-wrapper:hover .card-information .price{
   opacity:1;
  }
}
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information{
  padding-bottom:0;
}
.product-withtimer-style1 .ishispecialdeal .card-information .card-information__text,
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information .price--on-sale .price-item--regular, 
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information .price--on-sale, 
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information .price__regular .price-item--regular{
  font-size:16px;
}
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information .price{
  margin-bottom:0;
}
.product-withtimer-style1 .ishispecialdeal .card-wrapper .card-information .product-desc{
  display:block;
  font-size:14px;
  line-height:22px;
}
.product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer {
   position: relative;
   width: 25%;
   display: inline-block;
   vertical-align: top;
   padding-left: 4px;
}
 @media (max-width: 767px) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer {
     width: auto;
  }
}
 .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown {
   display: block;
   text-align: center;
   cursor: pointer;
   position: relative;
   padding: 8px 0;
   border: 1px solid #eee;
   margin-bottom: 7px;
   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: 543px) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown {
     margin-left: 2px;
  }
}
 @media (min-width: 768px) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:last-child {
     margin-bottom: 0;
  }
}
 .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:hover {
   background: var(--brand-secondary);
}
 .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:hover .data, .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:hover .text {
   color: #fff;
}
 .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
   font-size: 28px;
   font-weight: 400;
   line-height: 28px;
   margin-bottom: 3px;
   color: #232323;
   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) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
     font-size: 20px;
     line-height: 21px;
  }
}
 @media (max-width: 543px) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
     font-size: 18px;
     line-height: 20px;
  }
}
 .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .text {
   display: block;
   font-size: 11px;
   line-height: 13px;
   font-weight: 400;
   color: #777;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 @media (max-width: 767px) {
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .deal-img-desc{
     width:100%;
   }
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer{
     display:block;
     text-align:center;
     margin-top:10px;
   }
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .countdowncontainer .countdown{
     display:inline-block;
     vertical-align:middle;
     margin:0 3px;
     min-width: 60px;
   }
   .product-withtimer-style1 .ishispecialdeal .thumbnail-buttons{
       position: unset;
       margin-top: 15px;
   }
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .card--product .spr-badge{bottom:65px;}
}
 @media (max-width: 543px) {
   .product-withtimer-style1 .ishispecialdeal .thumbnail-buttons{
       margin-top: 10px;
       margin-bottom:2px;
   }
   .product-withtimer-style1 .ishispecialdeal .card-wrapper .card--product .spr-badge{bottom:55px;}
 }


/************************************  Product with timer style 2 ***************************/

.product-withtimer-style2 .ishispecialdeal .card-wrapper {
  border:1px solid #eee;
  display:flex;
  align-items:center;
}

.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-product{
  position:relative;
  padding-left:0;
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card--product .card__inner {
position:relative;
}
.product-withtimer-style2 .ishispecialdeal .thumbnail-buttons{
  position:unset;
}
.product-withtimer-style2 .ishispecialdeal .thumbnail-buttons .btn-info{
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translate(0);
}

.product-withtimer-style2 .ishispecialdeal .card-information__wrapper>:not(.visually-hidden:first-child)+*{
    margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .product-withtimer-style2 .ishispecialdeal .card-wrapper:hover .card-information .price{
   opacity:1;
  }
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information{
  padding-bottom:0;
}
.product-withtimer-style2 .ishispecialdeal .card-information .card-information__text,
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .price--on-sale .price-item--regular, 
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .price--on-sale, 
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .price__regular .price-item--regular{
  font-size:16px;
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .price{
  margin-bottom:0;
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .product-desc{
  display:block;
  font-size:14px;
  line-height:22px;
}

 .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
   text-align: center;
   cursor: pointer;
   position: relative;
   margin-right: 15px;
   font-family: var(--font-body-family);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 @media (min-width: 544px) {
   .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:last-child {
     margin-right: 0;
  }
   .product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information .price{
    justify-content:flex-start;
  }
   .product-withtimer-style2 .ishispecialdeal .card-information .card-information__wrapper{
   text-align:left;
  }
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information{
    margin-top:0;
  }
}
 .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
   font-size: 18px;
   font-weight: 400;
   line-height: 28px;
   color: #232323;
   position:relative;
}

@media (max-width: 991px) {
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width: 543px) {
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data {
    font-size: 18px;
    line-height: 20px;
  }
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data:after {
  content: ':';
  color: #202020;
  position: absolute;
  right: -13px;
  top: -3px;
}
@media (max-width: 991px) {
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data:after {
   top: -1px;
  }
}
.product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown:last-child .data:after{
display:none;
}

@media (max-width: 543px) {
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown {
    margin:0 5px;
  }
  .product-withtimer-style2 .ishispecialdeal .card-wrapper {
    display:block;
  }
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .countdowncontainer .countdown .data:after {
    right: -10px;
  }
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .card-information{padding:0;margin-top:10px;}
  .product-withtimer-style2 .ishispecialdeal .card-wrapper .card-product{padding:0;}
}


/****************************** Blog + newsletter  ***************************************/

.blog-with-newsletter-block {
   overflow: hidden;
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block {
     padding: 0 15px;
  }
}
 .blog-with-newsletter-block .smartblog {
   clear: both;
   padding: 40px 15px;
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block .smartblog {
     padding: 0px 15px 30px;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner {
   position: relative;
   text-align: center;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post {
   padding-bottom: 0;
   margin-bottom: 0;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a .blog-hover {
   opacity: 1;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
   opacity: 1;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .news_module_image_holder {
   float: right;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .news_module_image_holder {
     text-align: center;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content {
   float: left;
   text-align: right;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content {
     text-align: center;
  }
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post {
     margin-bottom: 10px;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .news_module_image_holder {
   float: left;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .news_module_image_holder {
     text-align: center;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .blog_content {
   float: right;
   text-align: left;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .blog_content {
     text-align: center;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   padding: 5px 25px;
   width: 100%;
}
 @media (max-width: 1199px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post {
     padding: 5px 15px;
  }
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post {
     padding: 5px 0;
  }
}

@media (min-width:544px) {
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post {
    display:flex;
    align-items:center;
  }
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post{
        flex-direction: row-reverse;
  }
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .article__author,
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .article__date,
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .comment{
      margin-right: 0;
      margin-left: 10px;
  }
  .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .desc{
    text-align:right;
  }
}


 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   border-radius: 50%;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
     width: 100%;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   max-width:150px;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   width: 100%;
   border-radius: 50%;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   max-width: 100%;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog-hover {
   background: rgba(0, 0, 0, .5);
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding: 0;
   display: inline-block;
   vertical-align: middle;
   font-family: var(--font-body-family);
   margin-bottom: 0;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 10px 0;
  }
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 15px 15px 5px;
     width: 100%;
  }
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
    text-align:center;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 15px;
   line-height: 18px;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-family: var(--font-body-family);
   text-transform: unset;
   font-weight: 500;
   color: #232323;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0;
   font-size: 14px;
   color: #787878;
   font-family: var(--font-body-family);
   line-height: 24px;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   font-family: var(--font-body-family);
   color: #232323;
   font-size: 14px;
   font-weight: 400;
   margin-bottom: 10px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, 
.blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, 
.blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   color: #232323;
   margin-bottom: 0px;
   margin-right: 10px;
}
.blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a{
   color: #232323;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author i, .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   display: inline-block;
   font-size: 16px;
   color: var(--brand-secondary);
   padding-right: 5px;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   margin-right: 0;
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     display: none;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .article__meta-buttons {
   display: none;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper {
   margin: 0;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager {
   position: absolute;
   top: 0;
   right: -22px;
   background: #fff;
   padding: 25px 20px;
   box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
   z-index: 1;
   overflow: hidden;
   border-radius: 4px;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager {
     position: unset;
     display: inline-block;
     vertical-align: middle;
     padding: 0;
     margin-top: 20px;
     box-shadow: none;
     background: transparent;
     border-radius: 0;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager {
   position: relative;
   bottom: 0;
   width: 5px;
   padding: 0;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager {
     width: auto;
  }
}

 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item {
     display: inline-block;
     vertical-align: middle;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link {
   width: 5px;
   height: 30px;
   margin: 0 0 26px;
   background: var(--brand-secondary);
   display: inline-block;
   vertical-align: middle;
   border-radius: 0;
   font-size: 0;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link {
     width: 30px;
     height: 5px;
     margin: 0 7px 0 0;
  }
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link.active {
   background: #232323;
}
 .blog-with-newsletter-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item:last-child .bx-pager-link {
   margin-bottom: 0;
}


 .blog-with-newsletter-block .newsletter_block.newsletterimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
 .blog-with-newsletter-block .newsletter_block {
   overflow: hidden;
   display: block;
   padding: 40px 15px;
   border-radius: 4px 0 0 4px;
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text {
   overflow: hidden;
   width: 63%;
   margin: 0 auto;
   margin-top: 30px;
   float: none;
   text-align:center;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .newsletter_block .newsletter_text {
     width: auto;
  }
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block .newsletter_block .newsletter_text {
     text-align: center;
     padding: 0;
     margin: 0 auto;
     width:70%;
  }
}
@media (max-width:767px){
.blog-with-newsletter-block .newsletter_block .newsletter_text{
  width:80%
}
}
@media (max-width:543px){
.blog-with-newsletter-block .newsletter_block .newsletter_text{
  width:100%;
}
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text .title_block {
   margin-bottom: 8px;
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text .title_block .text {
   font-size: 28px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 50px;
   color: #232323;
   display: inline-block;
   vertical-align: middle;
   font-family: var(--primary-font);
   margin: 0 0 0 10px;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .newsletter_block .newsletter_text .title_block .text {
    /* If media is below 544 */
     font-size: 18px;
  }
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text .title_block .icon {
   width: 50px;
   height: 50px;
   display: inline-block;
   vertical-align: middle;
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text .title_block .icon svg {
   width: 50px;
   height: 50px;
}
 .blog-with-newsletter-block .newsletter_block .newsletter_text p {
   margin: 0;
   display: block;
   margin: 22px 0 35px;
   line-height:22px;
   color:#787878 !important;
}
@media (max-width:767px){
 .blog-with-newsletter-block .newsletter_block .newsletter_text p {
 margin: 20px 0 26px;
 }
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .newsletter_block .newsletter_text p {
     margin: 18px 0 20px;
  }
}
 .blog-with-newsletter-block .newsletter_block .footer__newsletter {
   margin: 0 auto 65px;
   max-width: 70%;
}
 @media (max-width: 1390px) {
   .blog-with-newsletter-block .newsletter_block .footer__newsletter {
    max-width: 100%;
     margin: 0 auto 72px;
  }
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block .newsletter_block .footer__newsletter {
     max-width: 70%;
     margin: 0 auto;
  }
}
@media (max-width:767px){
  .blog-with-newsletter-block .newsletter_block .footer__newsletter{
  max-width:80%;
  }
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .newsletter_block .footer__newsletter {
     max-width: 100%;
  }
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .newsletter_block .footer__newsletter {
     max-width: 100%;
  }
}
 .blog-with-newsletter-block .newsletter_block .field__input {
   height:56px;
   border-radius: 4px;
   border: 1px solid #eee;
   color: #666;
   background-color: #fff;
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 400;
   padding: 10px;
   padding-right: 185mepx;
   text-indent: 10px;
}
@media (max-width: 1199px) {
  .blog-with-newsletter-block .newsletter_block .field__input {
    padding-right: 135px;
  }
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block .newsletter_block .field__input {
     height: 48px;
  }
}
@media (max-width: 767px) {
   .blog-with-newsletter-block .newsletter_block .field__input {
     padding-right: 75px;
  }
}
.blog-with-newsletter-block .newsletter_block .field__label{
  top:1.9rem;
}
@media (max-width: 991px) {
.blog-with-newsletter-block .newsletter_block .field__label{
  top:1.4rem;
}
}
.blog-with-newsletter-block .newsletter_block .field__input:-webkit-autofill~.field__label, 
.blog-with-newsletter-block .newsletter_block .field__input:focus~.field__label, 
.blog-with-newsletter-block .newsletter_block .field__input:not(:placeholder-shown)~.field__label{
      top: 0.3em;
}


 .blog-with-newsletter-block .newsletter_block .newsletter-form__button {
   height:56px;
   border: none;
   padding: 4px 40px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   border-radius: 0 4px 4px 0;
}
 @media (max-width: 543px) {
   .blog-with-newsletter-block .newsletter_block .newsletter-form__button {
     padding: 4px 15px;
     height: 50px;
  }
}
 @media (max-width: 1199px) {
   .blog-with-newsletter-block .newsletter_block .newsletter-form__button {
     padding: 4px 20px;
  }
}
 @media (max-width: 991px) {
   .blog-with-newsletter-block .newsletter_block .newsletter-form__button {
     height: 48px;
  }
}
 .blog-with-newsletter-block .newsletter_block .newsletter-form__button > span {
   font-size:17px;
   font-weight: 400;
   font-family: var(--font-body-family);
   letter-spacing: 0.5px;
}
 @media (max-width: 1199px) {
   .blog-with-newsletter-block .newsletter_block .newsletter-form__button > span {
     font-size: 15px;
  }
}
 .blog-with-newsletter-block .newsletter_block .errors {
   padding: 5px;
   margin-bottom: 0;
}

/********************************** dealwithnewsletter *****************************/
.deal-with-newsletter-block{
  overflow:hidden;
}
.deal-with-newsletter-block .ishispecialdeal{
   text-align:center;
}

 .deal-with-newsletter-block .newsletter_block.newsletterimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
 }
 .deal-with-newsletter-block .newsletter_block {
   overflow: hidden;
   display: block;
   padding: 40px 15px;
   border-radius: 4px 0 0 4px;
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text {
   overflow: hidden;
   width: 80%;
   margin: 0 auto;
   margin-top: 30px;
   float: none;
   text-align:center;
}
 @media (max-width: 1390px) {
   .deal-with-newsletter-block .newsletter_block .newsletter_text {
     width: auto;
  }
}

 @media (max-width: 991px) {
   .deal-with-newsletter-block .newsletter_block .newsletter_text {
     text-align: center;
     padding: 0;
     margin: 0 auto;
     width:70%;
  }
}
@media (max-width:767px){
.deal-with-newsletter-block  .newsletter_block .newsletter_text{
  width:80%
}
}
@media (max-width:543px){
.deal-with-newsletter-block  .newsletter_block .newsletter_text{
  width:100%;
}
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text .title_block {
   margin-bottom: 8px;
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text .title_block .text {
   font-size: 28px;
   font-weight: 500;
   letter-spacing: 0;
   line-height: 50px;
   color: #232323;
   display: inline-block;
   vertical-align: middle;
   font-family: var(--primary-font);
   margin: 0 0 0 10px;
}
 @media (max-width: 543px) {
   .deal-with-newsletter-block .newsletter_block .newsletter_text .title_block .text {
    /* If media is below 544 */
     font-size: 18px;
  }
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text .title_block .icon {
   width: 50px;
   height: 50px;
   display: inline-block;
   vertical-align: middle;
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text .title_block .icon svg {
   width: 50px;
   height: 50px;
}
 .deal-with-newsletter-block .newsletter_block .newsletter_text p {
   margin: 0;
   display: block;
   line-height:22px;
   margin: 22px 0 35px;
}

@media (max-width:767px){
 .deal-with-newsletter-block .newsletter_block .newsletter_text p {
    margin:20px 0 26px;
   }
}
 @media (max-width: 543px) {
   .deal-with-newsletter-block .newsletter_block .newsletter_text p {
     margin: 18px 0 20px;
  }
}
 .deal-with-newsletter-block .newsletter_block .footer__newsletter {
   margin: 0 auto 65px;
   max-width:  80%;
}
 @media (max-width: 1390px) {
   .deal-with-newsletter-block .newsletter_block .footer__newsletter {
    max-width: 100%;
     margin: 0 auto 72px;
  }
}
 @media (max-width: 991px) {
   .deal-with-newsletter-block .newsletter_block .footer__newsletter {
     max-width: 70%;
     margin: 0 auto;
  }
}
@media (max-width:767px){
  .deal-with-newsletter-block .newsletter_block .footer__newsletter{
  max-width:80%;
  }
}
 @media (max-width: 543px) {
   .deal-with-newsletter-block .newsletter_block .footer__newsletter {
     max-width: 100%;
  }
}
 .deal-with-newsletter-block .newsletter_block .field__input {
   height: 56px;
   border-radius: 4px;
   border: 1px solid #eee;
   color: #666;
   background-color: #fff;
   font-family: var(--font-body-family);
   font-size: 14px;
   font-weight: 400;
   padding: 10px;
   padding-right: 200px;
   text-indent: 10px;
}
@media (max-width: 1199px) {
  .deal-with-newsletter-block .newsletter_block .field__input {
    padding-right: 135px;
  }
}
 @media (max-width: 991px) {
   .deal-with-newsletter-block .newsletter_block .field__input {
     height:48px;
  }
}
@media (max-width: 767px) {
   .deal-with-newsletter-block .newsletter_block .field__input {
     padding-right: 75px;
  }
}
.deal-with-newsletter-block .newsletter_block .field__label{
  top:1.9rem;
}
@media (max-width: 991px) {
.deal-with-newsletter-block .newsletter_block .field__label{
  top:1.4rem;
}
}
.deal-with-newsletter-block .newsletter_block .field__input:-webkit-autofill~.field__label, 
.deal-with-newsletter-block .newsletter_block .field__input:focus~.field__label, 
.deal-with-newsletter-block .newsletter_block .field__input:not(:placeholder-shown)~.field__label{
      top: 0.3em;
}


 .deal-with-newsletter-block .newsletter_block .newsletter-form__button {
   height: 60px;
   border: none;
   padding: 4px 40px;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   -o-transition: all 0.4s;
   transition: all 0.4s;
   border-radius: 0 4px 4px 0;
}
 @media (max-width: 543px) {
   .deal-with-newsletter-block .newsletter_block .newsletter-form__button {
     padding: 4px 15px;
     height: 50px;
  }
}
 @media (max-width: 1199px) {
   .deal-with-newsletter-block .newsletter_block .newsletter-form__button {
     padding: 4px 20px;
  }
}
 @media (max-width: 991px) {
   .deal-with-newsletter-block .newsletter_block .newsletter-form__button {
     height: 48px;
  }
   .deal-with-newsletter-block .ishispecialdeal{
   	margin-bottom:15px;
   }
}
 .deal-with-newsletter-block .newsletter_block .newsletter-form__button > span {
   font-size: 20px;
   font-weight: 400;
   font-family: var(--font-body-family);
   letter-spacing: 0.5px;
}
 @media (max-width: 1199px) {
   .deal-with-newsletter-block .newsletter_block .newsletter-form__button > span {
     font-size: 15px;
  }
}
 .deal-with-newsletter-block .newsletter_block .errors {
   padding: 5px;
   margin-bottom: 0;
}
 
.deal-with-newsletter-block .ishispecialdeal .card-wrapper {
  display:flex;
  align-items:center;
  width: 80%;
  margin: 0 auto;
}

@media(max-width:1550px){
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper{
  	width:90%;
  }
}

@media(max-width:1350px){
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper{
  	width:100%;
  }
}

.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-product{
  position:relative;
  padding-left:0;
}
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card--product .card__inner {
position:relative;
}


@media (min-width: 992px) {
   .deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons {
     left: 15px;
     bottom: 21px;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
  }
}
 @media (max-width: 991px) {
   .deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons {
     bottom: 20px;
  }
}
 @media (max-width: 767px) {
   .deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons {
     position:unset;
  }
}
.deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons .btn-info{
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translate(0);
}

.deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons .cart-btn{
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}


.deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons .wishlist{
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.deal-with-newsletter-block .ishispecialdeal .thumbnail-buttons .quick-view {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}



.deal-with-newsletter-block .ishispecialdeal .card-information__wrapper>:not(.visually-hidden:first-child)+*{
    margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper:hover .card-information .price{
   opacity:1;
  }
}
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information{
  padding-bottom:0;
}
.deal-with-newsletter-block .ishispecialdeal .card-information .card-information__text,
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .price--on-sale .price-item--regular, 
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .price--on-sale, 
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .price__regular .price-item--regular{
  font-size:16px;
}
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .price{
  margin-bottom:0;
}
.deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .product-desc{
  display:block;
  font-size:13px;
  line-height:22px;
}

.deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer {
   position: relative;
   opacity: 1;
   box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
   background: #fff;
   margin-bottom: 15px;
   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;
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .countdown {
   display: inline-block;
   vertical-align: middle;
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .countdown:last-child .data:after {
   display: none;
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data {
   letter-spacing: 1px;
   font-family: var(--primary-font);
   font-weight: 500;
   color: #232323;
   position: relative;
   padding: 10px 14px;
   font-size: 20px;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data {
    /* If media is between 992 and 1199 */
     padding: 8px;
  }
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data:after{
   	top:7px;
   }
}
@media(max-width: 767px) {
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data{
     padding: 10px;
  }
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer{
  	margin-bottom:3px;
  }
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data:after {
   content: ':';
   position: absolute;
   right: -5px;
   top: 9px;
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .text {
   font-size: 16px;
   display: none;
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .countdown-seconds .data, .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .countdown-seconds .text {
   color: var(--brand-secondary);
}
 .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data-large {
   width: 70px;
}
 @media screen and (min-width: 1200px) and (max-width: 1400px) {
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data-large {
     width: 60px;
  }
}
 @media (max-width: 1199px) {
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data-large {
     width: 60px;
  }
}
 @media (max-width: 991px) {
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .countdowncontainer .data-large {
     width: 70px;
  }
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .card-wrapper:hover .card-information .spr-badge {
   opacity: 1;
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .card-wrapper:hover .card-information .countdowncontainer {
  /* If media is above 543 */
}
 @media (min-width: 768px) {
   .deal-with-newsletter-block .ishispecialdeal .product_content .card-wrapper:hover .card-information .countdowncontainer {
     opacity: 0;
  }
}


 @media (min-width: 544px) {
  
   .deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information .price{
    justify-content:flex-start;
  }
   .deal-with-newsletter-block .ishispecialdeal .card-information .card-information__wrapper{
   text-align:left;
  }
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information{
    margin-top:0;
  }
}



@media (max-width: 543px) {
  
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper {
    display:block;
  }
  
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-information{padding:0;margin-top:10px;}
  .deal-with-newsletter-block .ishispecialdeal .card-wrapper .card-product{padding:0;}
}

.deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots {
   margin: 0;
   position: absolute;
   top: 0;
   right: -40px;
   background: #fff;
   padding: 25px 20px;
   box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
   z-index: 1;
   overflow: hidden;
   border-radius: 4px;
}
 @media (max-width: 1390px) {
   .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots {
    /* If media is below 1300 */
     position: unset;
     display: inline-block;
     vertical-align: middle;
     padding: 0;
     margin-top: 20px;
     box-shadow: none;
     background: transparent;
     border-radius: 0;
  }
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots {
    /* If media is between 992 and 1199 */
     margin-top: 40px;
  }
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot {
  /* If media is below 1300 */
   position: relative;
   bottom: 0;
   display:block;
   width: 5px;
   padding: 0;
}
 @media (max-width: 1390px) {
   .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot {
     width: auto;
     display: inline-block;
     vertical-align: middle;
  }
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot span {
  /* If media is below 1300 */
   width: 5px;
   height: 30px;
   margin: 0 0 26px;
   background: var(--brand-secondary);
   display: inline-block;
   vertical-align: middle;
   border-radius: 0 !important;
}
 @media (max-width: 1390px) {
   .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot span {
     width: 30px;
     height: 5px;
     margin: 0 7px 0 0;
  }
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot.active span {
   background: #232323;
}
 .deal-with-newsletter-block .ishispecialdeal .product_content .owl-dots .owl-dot:last-child span {
   margin-bottom: 0;
}


/******************************* Banner + Manufacturer ****************************/


.banner-manufacturer-block .manufacturerimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
 .banner-manufacturer-block .ishibannerblock {
   text-align: center;
}
 .banner-manufacturer-block .ishibannerblock .ishibannerblock-container {
   position: relative;
   background: #fff;
   box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
   top: -50px;
   overflow: hidden;
}
 .banner-manufacturer-block .ishibannerblock .image-container img {
   max-width: 100%;
   width: 100%;
   -webkit-transition: all 0.9s;
   -moz-transition: all 0.9s;
   -o-transition: all 0.9s;
   transition: all 0.9s;
}
 .banner-manufacturer-block .ishibannerblock .image-container a {
   display: block;
   position: relative;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .banner-manufacturer-block .ishibannerblock .image-container .hover-dark:after,
 .banner-manufacturer-block .ishibannerblock .image-container .hover-dark:before{
  background: rgba(0,0,0,.06);
}
 .banner-manufacturer-block .ishibannerblock .image-container .hover-light:after,
 .banner-manufacturer-block .ishibannerblock .image-container .hover-light:before{
  background: rgba(255,255,255,.2);
}
 .banner-manufacturer-block .manufacturer-main {
   padding-bottom: 50px;
   text-align: center;
}
 @media (max-width: 767px) {
   .banner-manufacturer-block .manufacturer-main {
     padding-bottom: 30px;
  }
}
.banner-manufacturer-block .manufacturer-carousel .logo-bar__item svg{
  width: 130px;
  margin:auto;
}

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

 .banner-manufacturer-block .manufacturer-main .owl-nav > div {
   background: #fff;
   border-color: #fff;
   border:1px solid #eee;
}
 .banner-manufacturer-block .manufacturer-main .owl-nav > div:hover {
   background: var(--brand-secondary);
   border-color: var(--brand-secondary);
}
 @media (min-width: 768px) {
   .banner-manufacturer-block .manufacturer-main .owl-nav .owl-prev {
     position: absolute;
     left: 0px;
     top: 40%;
  }
   .banner-manufacturer-block .manufacturer-main .owl-nav .owl-next {
     right: 0px;
     position: absolute;
     top: 40%;
  }
}
 @media (max-width: 767px) {
   .banner-manufacturer-block .manufacturer-main .owl-nav {
     margin-bottom: 15px;
  }
}


/*******************************  blog-with-manufacturer css  ********************************/

.blog-with-manufacturer-block .manufacture-block .manufacturer-bgimage {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.blog-with-manufacturer-block .manufacture-block  .manufacturer-space{
  text-align: center;
  overflow:hidden;
}
.blog-with-manufacturer-block .manufacture-block {
   text-align: center;
   padding: 0 30px;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .manufacture-block {
     padding: 0 15px;
  }
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar {
   overflow: hidden;
   border-right: 1px solid #ddd;
   padding: 0;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .manufacture-block .logo-bar {
     width: 100%;
     border-right: 0;
     border-bottom: 1px solid #ddd;
  }
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar:last-child {
   border: none;
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar__item {
   cursor: pointer;
   -moz-transform:scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
   padding:15px;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .manufacture-block .logo-bar__item {
     width: 50%;
     float: left;
  }
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar__item:first-child {
   border-bottom: 1px solid #ddd;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .manufacture-block .logo-bar__item:first-child {
     border-bottom: 0;
     border-right: 1px solid #ddd;
  }
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar__item:hover {
   -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar__item:last-child {
   border: none;
}
 .blog-with-manufacturer-block .manufacture-block .logo-bar__item .ishi-placeholder {
   width: 130px;
   height: 130px;
   margin: 0 auto;
}


.blog-with-manufacturer-block {
   overflow: hidden;
}
 @media (max-width: 991px) {
   .blog-with-manufacturer-block {
     padding: 0 15px;
  }
}
 .blog-with-manufacturer-block .smartblog {
   clear: both;
   padding: 40px 15px;
}
 @media (max-width: 991px) {
   .blog-with-manufacturer-block .smartblog {
     padding: 0px 15px 30px;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner {
   position: relative;
   text-align: center;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post {
   padding-bottom: 0;
   margin-bottom: 0;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a img {
   -webkit-transform-style: unset;
   transform-style: unset;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder a .blog-hover {
   opacity: 1;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:hover .blog_post .news_module_image_holder .blogicons {
   opacity: 1;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .news_module_image_holder {
   float: right;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .news_module_image_holder {
     text-align: center;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content {
   float: left;
   text-align: right;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content {
     text-align: center;
  }
}
 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post {
     margin-bottom: 10px;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .news_module_image_holder {
   float: left;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .news_module_image_holder {
     text-align: center;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .blog_content {
   float: right;
   text-align: left;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n+1) .blog_post .blog_content {
     text-align: center;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   padding: 5px 25px;
   width: 100%;
}
 @media (max-width: 1199px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post {
     padding: 5px 15px;
  }
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post {
     padding: 5px 0;
  }
}

@media (min-width:544px) {
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post {
    display:flex;
    align-items:center;
  }
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post{
        flex-direction: row-reverse;
  }
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .article__author,
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .article__date,
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .smartbloginfo .comment{
      margin-right: 0;
      margin-left: 10px;
  }
  .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post:nth-child(2n) .blog_post .blog_content .desc{
    text-align:right;
  }
}


 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
   display: inline-block;
   vertical-align: middle;
   position: relative;
   border-radius: 50%;
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder {
     width: 100%;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder a {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   max-width:150px;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder img {
   width: 100%;
   border-radius: 50%;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   max-width: 100%;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .news_module_image_holder .blog-hover {
   background: rgba(0, 0, 0, .5);
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   border-radius: 50%;
   opacity: 0;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
   padding: 0;
   display: inline-block;
   vertical-align: middle;
   font-family: var(--font-body-family);
   margin-bottom: 0;
}
 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 10px 0;
  }
}
 @media (max-width: 543px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content {
     padding: 15px 15px 5px;
     width: 100%;
  }
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc{
    text-align:center;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title {
   margin-bottom: 15px;
   line-height: 18px;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .sds_post_title a {
   font-size: 18px;
   font-family: var(--font-body-family);
   text-transform: unset;
   font-weight: 500;
   color: #010101;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .desc {
   margin-bottom: 0;
   font-size: 14px;
   color: #787878;
   font-family: var(--font-body-family);
   line-height: 24px;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo {
   font-family: var(--font-body-family);
   color: #232323;
   font-size: 14px;
   font-weight: 400;
   margin-bottom: 10px;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author, 
.blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date, 
.blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   color: #232323;
   margin-bottom: 0px;
   margin-right: 10px;
}
.blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment a{
 color: #232323;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .article__author i, .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .blog_date i, .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment i {
   display: inline-block;
   font-size: 16px;
   color: var(--brand-secondary);
   padding-right: 5px;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
   margin-right: 0;
}
 @media (min-width: 992px) and (max-width: 1199px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .smartbloginfo .comment {
     display: none;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .sds_blog_post .blog_post .blog_content .article__meta-buttons {
   display: none;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper {
   margin: 0;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager {
   position: absolute;
   top: 0;
   right: -22px;
   background: #fff;
   padding: 25px 20px;
   box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.1);
   z-index: 1;
   overflow: hidden;
   border-radius: 4px;
}
 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager {
     position: unset;
     display: inline-block;
     vertical-align: middle;
     padding: 0;
     margin-top: 20px;
     box-shadow: none;
     background: transparent;
     border-radius: 0;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager {
   position: relative;
   bottom: 0;
   width: 5px;
   padding: 0;
}
 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager {
     width: auto;
  }
}

 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item {
     display: inline-block;
     vertical-align: middle;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link {
   width: 5px;
   height: 30px;
   margin: 0 0 26px;
   background: var(--brand-secondary);
   display: inline-block;
   vertical-align: middle;
   border-radius: 0;
   font-size: 0;
}
 @media (max-width: 1390px) {
   .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link {
     width: 30px;
     height: 5px;
     margin: 0 7px 0 0;
  }
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item .bx-pager-link.active {
   background: #232323;
}
 .blog-with-manufacturer-block .smartblog .products_block_inner .bx-wrapper .bx-controls.bx-has-pager .bx-pager .bx-pager-item:last-child .bx-pager-link {
   margin-bottom: 0;
}


/************************  services Style 1  *********************/

 .ishi-service-style1 .ishiservices {
   position: relative;
}
 .ishi-service-style1 .ishiservices .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   border: 1px solid rgba(35, 35, 35, 0.1);
}
 .ishi-service-style1 .ishiservices .services {
   position: relative;
   padding: 35px 15px;
   border-right: 1px solid rgba(35, 35, 35, 0.1);
}
 @media screen and (min-width: 544px) and (max-width: 991px) {
   .ishi-service-style1 .ishiservices .services:nth-child(2), .ishi-service-style1 .ishiservices .services:first-child {
     border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  }
}
 @media (max-width: 991px) {
   .ishi-service-style1 .ishiservices .services:nth-child(2n+2) {
     border-right: 0;
  }
  .ishi-service-style1 .ishiservices .services:nth-child(2n+1){
    clear:left;
  }
}
 .ishi-service-style1 .ishiservices .services:last-child {
   border-right: 0;
}
 @media (max-width: 543px) {
   .ishi-service-style1 .ishiservices .services:last-child {
     border-bottom: 0;
  }
  .ishi-service-style1 .ishiservices .services {
    border-right: 0;
    padding: 25px 15px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  }
   .ishi-service-style1 .ishiservices .services:nth-child(2n+1){
    clear:none;
  }
}
 .ishi-service-style1 .ishiservices .services .service-img {
   background-color: var(--brand-secondary);
   position: relative;
   text-align: center;
   height: 75px;
   width: 75px;
   line-height: 75px;
   margin:0 auto 10px;
   border-radius: 50%;
   z-index: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
 .ishi-service-style1 .ishiservices .services .service-img:after {
   border-radius: 50%;
   box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
   content: "";
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   position: absolute;
   opacity: 0;
   transform: scale(0.9);
   z-index: -1;
}
 .ishi-service-style1 .ishiservices .services img {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style1 .ishiservices .service-block {
   display: block;
   overflow: hidden;
   text-align:center;
}
 .ishi-service-style1 .ishiservices .services .service-block .service-title {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 3px;
   color: #232323;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style1 .ishiservices .services .service-block .service-desc {
   font-size: 14px;
   font-weight: 400;
   color: #666;
   transition: all 300ms ease;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }

 .ishi-service-style1 .ishiservices .services:hover .service-img img {
   transform: rotateY(360deg);
   -webkit-animation-name: jackInTheBox;
   animation-name: jackInTheBox;
   animation: jackInTheBox;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}
 @media (min-width: 544px) {
   .ishi-service-style1 .ishiservices .services:hover .service-img:after {
     animation: 1.5s ease-out 75ms normal none 1 running shine;
  }
}

/************************  services Style 2  *********************/

 .ishi-service-style2 .ishiservices {
   position: relative;
}
 .ishi-service-style2 .ishiservices .services {
   position: relative;
}
 @media (max-width: 991px) {
   .ishi-service-style2 .ishiservices .services{ margin-bottom: 20px;}
   .ishi-service-style2 .ishiservices .services:nth-child(3), .ishi-service-style2 .ishiservices .services:last-child {
     margin-bottom: 0;
  }
   .ishi-service-style2 .ishiservices .services:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .ishi-service-style2 .ishiservices .services:nth-child(2n+1){
    clear:none;
  }
   .ishi-service-style2 .ishiservices .services:nth-child(3) {
     margin-bottom: 20px;
  }
}
 .ishi-service-style2 .ishiservices .services .service-img {
   background-color: #fff;
   position: relative;
   text-align: center;
   height: 100px;
   width: 100px;
   line-height: 100px;
   margin:0 auto 10px;
   overflow: hidden;
   border-radius: 50%;
   z-index: 1;
   box-shadow: 0 0 6px 0px rgba(0, 0, 0, .1);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
 .ishi-service-style2 .ishiservices .services .service-img:after {
   border-radius: 50%;
   content: "";
   height: 80px;
   width: 80px;
   position: absolute;
   left: 0;
   top: 11px;
   right: 0;
   bottom: 0;
   text-align: center;
   margin: 0 auto;
   background-color: #232323;
   opacity: 0;
   transform: scale(0);
   -moz-transform: scale(0);
   -webkit-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style2 .ishiservices .service-block {
   display: block;
   overflow: hidden;
   text-align:center;
}
 .ishi-service-style2 .ishiservices .services .service-block .service-title {
   font-size: 16px;
   font-weight: 500;
   margin-bottom: 3px;
   color: #232323;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style2 .ishiservices .services .service-block .service-desc {
   font-size: 14px;
   font-weight: 400;
   color: #787878;
   transition: all 300ms ease;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }

 .ishi-service-style2 .ishiservices .services:hover .service-img {
   transform: rotateY(360deg);
}
 .ishi-service-style2 .ishiservices .services:hover .service-img:after {
   opacity: 0.1;
   transform: scale(1);
   -moz-transform: scale(1);
   -webkit-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
}

/************************  services Style 3  *********************/

 .ishi-service-style3 .ishiservices {
   position: relative;
}
 .ishi-service-style3 .ishiservices .ishiservices-content {
   display: block;
   overflow: hidden;
   position: relative;
   margin: 0 auto;
   background: #fff;
   padding: 10px;
   border-radius: 10px;
   box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.09);
}

 .ishi-service-style3 .ishiservices .services {
   background: #f8f8f8;
   padding: 10px 0;
   position: relative;
   cursor: pointer;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 @media (max-width: 991px) {
   .ishi-service-style3 .ishiservices .services:nth-child(3), .ishi-service-style3 .ishiservices .services:last-child {
     margin-bottom: 0;
  }
   .ishi-service-style3 .ishiservices .services:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .ishi-service-style3 .ishiservices .services {
     text-align: center;
  }
   .ishi-service-style3 .ishiservices .services:nth-child(2n+1){
    clear:none;
  }
}
.ishi-service-style3 .ishiservices .services a{
  display:flex;
  align-items:center;
}
 .ishi-service-style3 .ishiservices .services .service-img {
   position: relative;
   text-align: center;
   height: 60px;
   width: 60px;
   line-height: 60px;
   overflow: hidden;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style3 .ishiservices .service-block {
   display: block;
   overflow: hidden;
   padding-left: 15px;
   width: calc(100% - 60px);
   text-align:left;
}
@media (max-width:543px){
.ishi-service-style3 .ishiservices .service-block{
  padding-left:5px;
}
}
 .ishi-service-style3 .ishiservices .services .service-block .service-title {
   font-size: 16px;
   font-weight: 500;
   color: #232323;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
 .ishi-service-style3 .ishiservices .services .service-block .service-desc {
   font-size: 14px;
   font-weight: 300;
   color: #787878;
   transition: all 300ms ease;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

 .ishi-service-style3 .ishiservices .services:hover .service-title {
   letter-spacing: 2px;
}

/************************  services Style 4  *********************/

.ishi-service-style4 .ishiservices.service-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .ishi-service-style4 .ishiservices .section-header{
    display: block;
    overflow: hidden;
  }
 .ishi-service-style4 .ishiservices{
   text-align: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
  }
@media (max-width: 991px) {
  .ishi-service-style4 .ishiservices .services:nth-child(4n+1), .ishi-service-style4 .ishiservices .services:nth-child(4n+2) {
     margin-bottom: 30px;
  }
   .ishi-service-style4 .ishiservices .services:nth-child(2n+1){
    clear:left;
  }
}
 @media (max-width: 543px) {
   .ishi-service-style4 .ishiservices .services:nth-child(4n+3) {
     margin-bottom: 30px;
  }
    .ishi-service-style4 .ishiservices .services:nth-child(2n+1){
    clear:none;
  }
}

.ishi-service-style4 .ishiservices .services a {
   display: block;
   position: relative;
}
 .ishi-service-style4 .ishiservices .services a .service-img {
   background: #fff;
   padding: 29px 15px 30px;
   transform: perspective(1000px) scaleZ(2) rotateY(0deg);
   z-index: 1;
   position: relative;
   opacity: 1;
   transition: all 0.5s ease-in-out;
}
 @media screen and (min-width: 992px) and (max-width: 1199px) {
   .ishi-service-style4 .ishiservices .services a .service-img {
     padding: 42px 15px;
  }
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services a .service-img {
     transform: perspective(0) scaleZ(2) rotateY(0);
     padding: 10px 15px 0;
  }
}
 .ishi-service-style4 .ishiservices .services a .service-img img {
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   width: 65px;
   height: 65px;
   line-height: 65px;
}
 .ishi-service-style4 .ishiservices .services a .service-img .service-title {
   font-size: 15px;
   font-weight: 500;
   color: #232323;
   margin-top: 5px;
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services a .service-img .service-title {
     margin: 0;
     padding-bottom: 5px;
  }
}
 @media (max-width: 543px) {
   .ishi-service-style4 .ishiservices .services a .service-img .service-title {
     font-size: 16px;
  }
}
 .ishi-service-style4 .ishiservices .services .service-block {
   position: absolute;
   top: 0;
   left: 0;
   transform: perspective(1000px) scaleZ(2) rotateY(180deg);
   background: var(--button-bg-color);
   padding: 13px 15px 14px;
   opacity: 0;
   transition: all 0.5s ease-in-out;
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services .service-block {
     position: unset;
     opacity: 1;
     background: #fff;
     padding: 0 15px 15px;
     transform: perspective(0) scaleZ(2) rotateY(0);
  }
}
 .ishi-service-style4 .ishiservices .services .service-block .service-desc {
   display: block;
   color: var(--button-text-color);
   font-size: 14px;
   line-height: 25px;
}
 @media (max-width: 991px) {
   .ishi-service-style4 .ishiservices .services .service-block .service-desc {
     width: 80%;
     display: inline-block;
  }
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services .service-block .service-desc {
     width: 100%;
     line-height: 20px;
     color: #888;
  }
}
 @media (max-width: 543px) {
   .ishi-service-style4 .ishiservices .services .service-block .service-desc {
     line-height: 24px;
  }
}
 .ishi-service-style4 .ishiservices .services:hover .service-block {
   transform: perspective(1000px) scaleZ(2) rotateY(0deg);
   z-index: 1;
   opacity: 1;
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services:hover .service-block {
     transform: perspective(0) scaleZ(2) rotateY(0deg);
  }
}
 .ishi-service-style4 .ishiservices .services:hover .service-img {
   opacity: 0;
   transform: perspective(1000px) scaleZ(2) rotateY(-180deg);
}
 @media (max-width: 767px) {
   .ishi-service-style4 .ishiservices .services:hover .service-img {
     transform: perspective(0) scaleZ(2) rotateY(0);
     opacity: 1;
  }
}

 
/************************  services Style 5  *********************/

.ishi-service-style5 .ishiservices.service-image{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
  .ishi-service-style5 .ishiservices .section-header{
    display: block;
    overflow: hidden;
  }
 .ishi-service-style5 .ishiservices .service-width-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-service-style5 .ishiservices .service-width-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-service-style5 .ishiservices .service-width-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
 .ishi-service-style5 .ishiservices .service-width-2 .services:nth-child(2n+1){
    clear:left;
  }
 .ishi-service-style5 .ishiservices .service-width-3 .services:nth-child(3n+1){
    clear:left;
  }
  .ishi-service-style5 .ishiservices .service-width-4 .services:nth-child(4n+1){
    clear:left;
  }
 .ishi-service-style5 .ishiservices .services.icon-center{
    text-align:center;
  }
  .ishi-service-style5 .ishiservices .services.icon-center .service-img{
    margin-bottom:10px;
  }
  .ishi-service-style5 .ishiservices .services.icon-left a{
    display:flex;
    align-items:center;
  }
  .ishi-service-style5 .ishiservices .services.icon-left .service-img{
    margin-right:15px;
    display: inline-block;
    vertical-align: middle;
  }
  .ishi-service-style5 .ishiservices .services .service-block .service-title{
    font-size: 18px;
    color: #232323;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
  }
  .ishi-service-style5 .ishiservices .services.icon-left .service-block .service-title{
    margin-bottom: 2px;
  }
  .ishi-service-style5 .ishiservices .services.icon-left .service-block {
    width: calc(100% - 20%);
    display: inline-block;
    vertical-align: middle;
  }
  @media (min-width: 768px) {
    .ishi-service-style5 .ishiservices .services:hover .service-block .service-title{
      letter-spacing:0.8px;
    }
    .ishi-service-style5 .ishiservices .services:hover .service-img img{
      -webkit-animation-name: shrink;
      animation-name: shrink;
      animation: shrink;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
    }
  }
  @media (max-width: 1199px) {
    .ishi-service-style5 .ishiservices .service-width-4.icon-left{
        grid-template-columns: repeat(2, 1fr);
    }
    .ishi-service-style5 .ishiservices .service-width-4.icon-left .services:nth-child(4n+1){
      clear:none;
    }
    .ishi-service-style5 .ishiservices .service-width-4.icon-left.services:nth-child(2n+1){
      clear:left;
    }
  }
  @media (max-width: 991px) {
   .ishi-service-style5 .ishiservices .service-width-4{
      grid-template-columns: repeat(2, 1fr);
    }
    .ishi-service-style5 .ishiservices .service-width-4 .services:nth-child(4n+1){
      clear:none;
    }
    .ishi-service-style5 .ishiservices .service-width-4 .services:nth-child(2n+1){
      clear:left;
    }
    .ishi-service-style5 .ishiservices .services .service-block .service-title{
      font-size:16px;
    }
  }
  @media (max-width: 767px) {
     .ishi-service-style5 .ishiservices .service-width-3{
       grid-template-columns: repeat(1, 1fr);
     }
    .ishi-service-style5 .ishiservices .section-header{
      margin-bottom: 0;
    }
  }

  @media (max-width: 543px) {
     .ishi-service-style5 .ishiservices .service-width-4,.ishi-service-style5 .ishiservices .service-width-3,.ishi-service-style5 .ishiservices .service-width-2{
       grid-column-gap: 20px;
       grid-row-gap: 20px;
     }
    .ishi-service-style5 .ishiservices .service-width-4.icon-left,.ishi-service-style5 .ishiservices .service-width-2.icon-left{
        grid-template-columns: repeat(1, 1fr);
    }
  }
  
  
/*******************************  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);
  } */
    .language-currency{
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 10;
  }
   .language-currency localization-form{
    display:block;
     text-align: left;
  }
 .language-currency .localization-selector.link{
    background:#f6f7f8;
    color:#232323;
    border:1px solid #eee
  }
  .language-currency .localization-selector.link:hover{
    color:#232323;
  }
}


.template-cart .featured-product-section .card-wrapper:hover .card-information .price,
.template-404 .featured-product-section .card-wrapper:hover .card-information .price{
  opacity:1;
}



@keyframes shrink{
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


  @keyframes shine{
      0% {
        opacity: .3;
      }
      40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
      }
      100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
      }
    }
    @-webkit-keyframes shine{
      0% {
        opacity: .3;
      }
      40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
      }
      100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
      }
    }
    @-moz-keyframes shine{
      0% {
        opacity: .3;
      }
      40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
      }
      100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,.1),0 0 10px 10px var(--brand-secondary),0 0 0 10px rgba(255,255,255,.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
      }
    }
    @keyframes jackInTheBox{
      0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
      }
      50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
      }
      70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
      }
      100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
    @-webkit-keyframes jackInTheBox{
      0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
      }
      50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
      }
      70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
      }
      100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }
    @-moz-keyframes jackInTheBox{
      0% {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
      }
      50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
      }
      70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
      }
      100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
      }
    }

.template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    justify-content: left;
}
.template-collection .list__item .thumbnail-buttons .btn-info, .template-search .list__item .thumbnail-buttons .btn-info {
    display: inline-block;
    opacity: 1;
    transform: unset;
    margin-right: 5px;
}
@media (max-width: 991px){
  .template-collection .list__item .thumbnail-buttons, .template-search .list__item .thumbnail-buttons {
    justify-content: center;
}
}

/* featured-product-section */
.featured-product-section .card-wrapper:hover .card__inner .full-unstyled-link .outstock-overlay{
  opacity:0;
}


@media (max-width: 767px){
  .collection .grid__item .card-wrapper .thumbnail-buttons, .template-search .grid__item .card-wrapper .thumbnail-buttons {
    position: absolute;
  }
  .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info, .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info {
    vertical-align: middle;
    display: block;
    margin: 5px 0px;
  }
  .thumbnail-buttons{
    top: 5px;
  }
   
}
/* ishi-product-style2 */

@media(max-width:400px){
 .ishi-product-style2 .thumbnail-buttons .btn-info{
    width: 25px;
    height: 25px;
  }
  .ishi-product-style2 .thumbnail-buttons .btn-info svg {
    width: 25px;
    height: 25px;
  }
  .ishi-product-style2 .thumbnail-buttons .wishlist .loader-btn{
    width: 25px;
    height: 25px;
  }
}

/* single-product-section */

@media (max-width: 767px){
  .single-product-section .ishi-product-tab {
    margin-top: 20px;
  }
}
.single-product-section .product__info-container .ishi-progress-content {
    margin-bottom: 0px;
}
 .cart-notification__heading{
    padding:0 !important;
  }
@media (max-width: 543px){
  .cart-notification__heading.free-shipping-success p {
    font-size: 12px;
  }
  .cart-notification__heading.free-shipping-success {
    font-size: 12px;
  }
 
  .free-shipping-succes-eligible span {
    font-size: 12px;
}
  .free-shipping-succes-eligible span p {
    font-size: 12px;
}
}
 .ishi-customhover-fadeinrotate:hover.scale img{
       transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
 }
 .product-popup-modal #qv-images-container #qv-thumbnails .thumb-item{
   margin: 1px;
 }
