/** Shopify CDN: Minification failed

Line 451:1 Unexpected "}"

**/


.review-content {
    width: 100%;
    max-width: 350px; /* Adjust this if needed */
    padding: 2px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto;
}

@media only screen and (min-width: 1701px) {
  .unisex.mobile {
    font-size: 0.7vw;
  }
}

@media only screen and (max-width: 1700px) {
  .unisex.mobile {
    font-size: 0.8vw;
  }
}

@media only screen and (max-width: 1500px) {
  .unisex.mobile {
    font-size: 0.9vw;
  }
}

@media only screen and (max-width: 1200px) {
  .unisex.mobile {
    font-size: 1.1vw;
  }
}

@media only screen and (max-width: 1000px) {
  .unisex.mobile {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 768px) {
  .unisex.mobile {
    font-size: 1.7vw;
  }
}

@media only screen and (max-width: 700px) {
  .unisex.mobile {
    font-size: 1.8vw;
  }
}

@media only screen and (max-width: 600px) {
  .unisex.mobile {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 500px) {
  .unisex.mobile {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 400px) {
  .unisex.mobile {
    font-size: 2.6vw;
  }
}



.engrave.unisex {
   font-weight: 500;
   letter-spacing: 2.5px;
    border-bottom: 1px #00000024 solid;
    border-right: 1px #00000024 solid;
}



.overlay-container {
  background-color: #000000;
  opacity: 0.2; 
  position: absolute; 
  top: 0; 
  height: 100%; 
  left: 0; 
  width: 100%;
}


@media only screen and (max-width: 767px) { 
  .services {
      padding: 0;  
  }  
}

.alignmobile {
    padding: 0 2%;
    text-align: center;
}

.alignmobile p {
    letter-spacing: 0px;
    font-size: 13px;
    font-family: NunitoSans;
}

.aligndesktop {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.aligndesktop p {
    letter-spacing: 0px;
    font-size: 14px;
    font-family: NunitoSans;
    color: black;
}

#font-check {
  font-size: 14px;
  display: none;
}

@media only screen and (max-width: 991px) { 
.categorybestseller {
  display: flex !important;
  flex-direction: row;
  }
}

@media only screen and (min-width: 1200px) { 
.imagebestseller {
  display: none;
  }
}

.dropdown-item svg{
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #333;
    z-index: 1;
    top: 35%;
    margin-right: 15px;
}

@media only screen and (min-width: 1200px) { 
.dropdown-item svg{
    display: none;
  }
}


#imagediv div {
  cursor: pointer;
}

.agreebox label {
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-top: 10px;
}  

.agreebox input:checked {
    box-shadow: 0 0 0 10px #76b377 inset;
    border-color: #378138;
} 
  
.agreebox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #d8d9d8;
    display: block;
    width: 18px;
    height: 18px;
    margin: 0px 10px 0px 4px;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative
}  

.agreebox input::after {
    content: "";
    display: block;
    background-image: url("/cdn/s/assets/checkout_2019-01-21/checkbox-tick-924f1ffcd2bcf9a29293aa0b640b31f39068d9def7837cb7b2788f7e7e7686af.svg");
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    width: 10px;
    height: 8px;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0)
}
  
.agreebox input:checked::after {
    transform: translate(-50%, -50%) scale(1);
}


@media only screen and (min-width: 769px) {
.reveal2 .hidden { display: block !important; visibility: visible !important;}
.product:hover .reveal2 img { opacity: 1; }
.reveal2 { position: relative; }
.reveal2 .hidden { 
  position: absolute; 
  z-index: -1;
  top: 0; 
  width: 100%; 
  height: 100%;  
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;  
}
.reveal2:hover .hidden { 
  z-index: 1;
  opacity: 1;    
}
.reveal2 .caption {
  position: absolute;
  top: 0;  
  display: table;
  width: 100%;
  height: 100%;
  background-color: white; /* fallback for IE8 */
  background-color: rgba(255, 255, 255, 0.7);
  font: 13px/1.6 sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  text-rendering: optimizeLegibility;
}
.reveal2 .hidden .caption .centered {
  display: table-cell;
  vertical-align: middle;
}
}

#hide-me {
  display: none;
}

.hide-me {
  display: none;
}

#variants-hide-me {
  display: none;
}



@media only screen and (min-width: 991px) {
  #shopify-section-template--15583764938961__banner {
    display: none;
  }
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

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

	to {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

@keyframes MoveUpDown {
	50% {
		bottom: 25px;
	}

	to {
		bottom: 0;
	}
}

.caption,.caption1 {
	display: inline;
	text-align: right;
	font-size: .8em;
	margin-left: 3px;
}

.caption {
	margin-right: 4px;
}

.buttoncheckout,progress {
	border: 0;
	-webkit-appearance: none;
	appearance: none;
}

.buttoncheckout {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font: inherit;
	text-decoration: none;
	border-radius: 0;
	background-color: #6cc086;
	box-shadow: none;
	color: var(--button-text-color);
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 20px;
	line-height: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	outline: 0;
}

progress {
	color: #2f314c;
	border-radius: 20px;
	height: 1.2rem;
	-moz-appearance: none;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.06),rgba(0,0,0,.06)),-webkit-linear-gradient(left,#e7c6b5,#76b377);
	background-size: 35px 20px,100% 100%,100% 100%;
}

progress::-webkit-progress-bar {
	border-radius: 100px;
}

progress::-webkit-progress-value {
	background-color: #2f314c;
	border-radius: 20px;
	border: 0;
	padding-left: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25),rgba(0,0,0,.25)),-webkit-linear-gradient(left,#e7c6b5,#a2e6b7);
	background-size: 35px 20px,100% 100%,100% 100%;
}

progress::-moz-progress-bar {
	background: #2f314c;
	border-radius: 20px;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,.25),rgba(0,0,0,.25)),-webkit-linear-gradient(left,#e7c6b5,#a2e6b7);
	background-size: 35px 20px,100% 100%,100% 100%;
}


.trustbadge {
	width: 45%;
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


@media (max-width:767px) {
	#shopify-section-template--15583765233873__16569150432bc6cb31 {
		display: none!important;
	}
}

@media (min-width:768px) {
	#shopify-section-template--15583765233873__16636635835c6a759d {
		display: none!important;
	}
}

.viewcolor {
    margin-bottom:5px;
    text-align: left;
    font-size: 0.75em;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase;
}

.virtualtryon {
	border: 0;
	border-radius: 0;
	background-color: #c1937bad;
	box-shadow: none;
	color: var(--button-text-color);
	font-size: 12px;
	letter-spacing: 0.3px;
	padding: 1px 10px;
	line-height: 20px;
	text-align: center;
}}

@media (min-width:992px) {
	.virtualtryon {
		border: 0;
		border-radius: 0;
		background-color: #c1937bad;
		box-shadow: none;
		color: var(--button-text-color);
		font-size: 12px;
		letter-spacing: 0.3px;
		padding: 1px 10px;
		line-height: 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 991px) {
	.arrowmenu {
		position: relative;
		left: 50%;
		transform: rotate(270deg);
		color: #000;
	}
}


@media only screen and (min-width: 1502px) {
  .engrave, .engrave2 {
    font-size:1vw;
  }
}

@media only screen and (max-width: 1501px) {
  .engrave, .engrave2 {
    font-size:1.1vw;
  }
}

@media only screen and (max-width: 1201px) {
  .engrave, .engrave2 {
    font-size:1.2vw;
  }
}


@media only screen and (max-width: 991px) {
  .engrave, .engrave2 {
    font-size:1.6vw;
  }
}

@media only screen and (max-width: 900px) {
  .engrave, .engrave2 {
    font-size:1.8vw;
  }
}


@media only screen and (max-width: 768px) {
  .engrave, .engrave2 {
    font-size:2.1vw;
  }
}

@media only screen and (max-width: 700px) {
  .engrave, .engrave2 {
    font-size:2.4vw;
  }
}

@media only screen and (max-width: 581px) {
  .engrave, .engrave2 {
    font-size:2.6vw;
  }
}

@media only screen and (max-width: 500px) {
  .engrave, .engrave2 {
    font-size:2.8vw;
  }
}

@media only screen and (max-width: 400px) {
  .engrave, .engrave2 {
    font-size:3vw;
  }
}


  
.engrave {
    position: absolute;
    font-family: "Gotham Pro";
    top: 0;
    left: 0;
    z-index: 2;
    letter-spacing: 3px;
    font-weight: 300;
    color: #474747;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 7px 3px 7px;
}

.engrave2 {
    font-family: "Gotham Pro";
    position: absolute; /* Position the text absolutely within the container */
    top: 0; /* Position from the top edge of the container */
    left: 0; /* Position from the left edge of the container */
    z-index: 2; /* Ensure the text appears above the image */
    font-weight: 300;
	color: #474747;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 5px 7px 3px 7px;
}

.row2 {
  margin-bottom: -5px;
}

.row1 {
	margin-right: 7px;
	text-align: right;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.page-width::after {
	content: "";
	display: table;
	clear: both;
}

.page-width-full {
	max-width: auto;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
}

.page-width1 {
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 1px;
}

.page-width {
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width:1199px) {
	.page-width {
		max-width: 1100px;
	}
}

@media (max-width:991px) {
	.page-width {
		max-width: 840px;
	}
}

@media (max-width:767px) {
	.page-width {
		max-width: 700px;
	}
}

@media (max-width:543px) {
	.page-width {
		max-width: auto;
	}
}




@media (max-width:1199px) {
	.page-width1 {
		max-width: 940px;
	}
}

@media (max-width:991px) {
	.page-width1 {
		max-width: 720px;
	}
}

@media (max-width:767px) {
	.page-width1 {
		max-width: 576px;
	}
}

@media (max-width:543px) {
	.page-width1 {
		max-width: auto;
	}
}

.section-header .sub-title {
	color: var(--brand-secondary);
	font-size: 20px;
	font-style: italic;
	font-weight: 400;
	font-family: var(--font-body-family);
	margin-bottom: 23px;
	line-height: 1.1;
	letter-spacing: 5px;
}

@media (max-width:991px) {
	.section-header .sub-title {
		font-size: 19px;
	}
}

@media (max-width:543px) {
	.section-header .sub-title {
		font-size: 16px;
	}
}


.section-header>h2 {
    position: relative;
    color: #222;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0px 5px 0px;
    line-height: 40px;
    font-size: 2.3em;
    text-align: left;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: Minerva Modern;
}

@media (max-width:991px) {
	.section-header>h2 {
		font-size: 2.1em;
		line-height: 35px;
        margin: 0;
        padding: 10px 0px 7px 0px;
	}
}

@media (max-width:767px) {
	.section-header>h2 {
		font-size: 2em;
		line-height: 35px;
        margin: 0;
        padding: 18px 0px 7px 0px;
	}
}

@media (max-width:543px) {
	.section-header>h2 {
        font-size: 1.9em;
        line-height: 35px;
        margin: 0;
        padding: 17px 0px 7px 0px;
	}
}

@media (max-width:414px) {
	.section-header>h2 {
        font-size: 2em;
        line-height: 35px;
        margin: 0;
        padding: 15px 0px 7px 0px;
	}
}


.section-header .seperator {
	background: no-repeat center bottom;
	width: 25px;
	height: 32px;
	margin: 14px auto 0;
}

@media (max-width:767px) {
	.section-header .seperator {
		display: none;
	}
}

.card--product .spr-badge {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

@media (max-width:767px) {
	.card--product .mobile-review .spr-badge {
		bottom: 60px;
	}
}

@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 {
    white-space: normal;
    text-align: left;
    color: #222;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.05em;
    line-height: 18px;
    letter-spacing: 0.3px;
    font-family: var(--font-body-family);
    margin: 0;
}

.product-price {
  margin: 0;
}

.card-information .price {
	justify-content: left;
}

.price--on-sale,.price--on-sale .price-item--regular,.price__regular .price-item--regular {
	vertical-align: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
}

.price--on-sale .upsellmobile,.price--on-sale .price-item--regular .upsellmobile,.price__regular .price-item--regular .upsellmobile {
	vertical-align: inherit;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.price--on-sale,.price__regular .price-item--regular {
	color: #232323;
}

.price--on-sale .price-item--regular {
	color: #888;
}


.price--on-sale .price-item--sale .upsellmobile,.price-item--sale .upsellmobile {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    color: #232323;
    justify-content: left !important;
}

.price--on-sale .price-item--sale,.price-item--sale {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: .1rem;
    line-height: 1.5;
    color: #232323;
    justify-content: left !important;
}

.product-desc {
	display: none;
	color: #787878;
	letter-spacing: .5px;
	font-weight: 400;
	line-height: 24px;
}

.outstock-overlay,.product-flags .sale,.product-flags .soldout {
	position: absolute;
	text-align: center;
	font-weight: 600;
	top: 10px;
}

@media (min-width:992px) {
  .product-flags .sale, .product-flags .soldout {
  }
}

@media (max-width:470px) {
  .product-flags .sale, .product-flags .soldout {
    padding: 3px !important;
    top: 16px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .product-flags .sale, .product-flags .soldout {
    top: 16px;
  }
}

.salemain {
    background: #6cc086;
    width: auto !important;
    z-index: 2;
    color: var(--sale-text-color);
    min-height: 10px;
    min-width: 40px;
    right: 10px;
    letter-spacing: 1.3px;
    font-family: 'Gotham Pro';
    font-weight: 400;
    font-size: 11px;
    padding: 5px;
    display: flex
;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    box-sizing: border-box;
}

.product-flags .sale {
    background: #6cc086;
    width: auto !important;
    z-index:2;
	color: var(--sale-text-color);
	min-height: 10px;
	min-width: 40px;
	right: 10px;
	letter-spacing: 1.3px;
	font-family: 'Gotham Pro';
	font-weight: 400;
	font-size: 11px;
	padding: 5px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
	box-sizing: border-box;
}

.product-flags .soldout {
    background: #e34848;
    z-index: 3;
    width: auto !important;
	color: var(--sale-text-color);
	min-height: 10px;
	min-width: 40px;
	right: 10px;
	letter-spacing: 1.3px;
	font-family: 'Gotham Pro';
	font-weight: 400;
	font-size: 11px;
	padding: 5px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
	box-sizing: border-box;
}

@media (max-width:543px) {
	.product-flags .sale,.product-flags .soldout {
        right:0px!important;
		min-height: 20px;
	}
}

.outstock-overlay {
   width: auto !important;
	color: var(--sale-text-color);
	min-height: 10px;
	min-width: 40px;
	right: 10px;
	letter-spacing: 1.3px;
	font-family: 'Gotham Pro';
	font-weight: 400;
	font-size: 11px;
	padding: 5px;
	z-index:1;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	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;
	background: var(--soldout-bg-color);
}


@media (min-width:768px) {
	.outstock-overlay {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}

.template-404 .card-wrapper:hover .outstock-overlay,.template-cart .card-wrapper:hover .outstock-overlay {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.spr-badge {
	line-height: 1.2;
}

.spr-badge .spr-starrating {
	margin: 0;
}

#_desktop_search .search-info form .search-tag,#_mobile_search .search-info form .search-tag,#top-menu>li>a i,.spr-badge .spr-badge-caption,.spr-badge i.spr-icon-star-half-alt:before,.spr-badge i.spr-icon-star:before,.thumbnail-buttons .btn-info span,.top-menu.mainmenu-dropdown .sub-category.img-container a:before {
	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:after {
	content: "";
	font-family: "FontAwesome";
	color: #adadad;
	font-size: 14px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

@media (max-width:543px) {
	.spr-badge i.spr-icon:after {
		font-size: 13px;
	}
}

.spr-badge i.spr-icon-star-empty:before {
	display: none!important;
}

.spr-badge i.spr-icon-star-half-alt:after,.spr-badge i.spr-icon-star:after {
	content: "";
	font-family: "FontAwesome";
	color: #fec42d;
	font-size: 14px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.spr-badge i.spr-icon-star-half-alt:after {
	content: "";
}

.thumbnail-buttons {
    text-align: center;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    color: #474747;
}

.thumbnail-buttons .btn-info {
	width: 40px;
	height: 40px;
	position: relative;
	border: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.thumbnail-buttons .quick-view {
	-webkit-transition: all ease .7s;
	-moz-transition: all ease .7s;
	-o-transition: all ease .7s;
	transition: all ease .7s;
}

.thumbnail-buttons .wishlist {
	-webkit-transition: all ease-in-out .6s;
	-moz-transition: all ease-in-out .6s;
	-o-transition: all ease-in-out .6s;
	transition: all ease-in-out .6s;
	transition-delay: .2s;
}

.thumbnail-buttons .cart-btn {
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
	transition-delay: .4s;
}

.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: "";
	font-family: "FontAwesome";
	color: var(--product-icon-hover-color);
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-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 .cart-btn.loading:before,.thumbnail-buttons .wishlist .loader-btn {
	text-align: center;
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	justify-content: center;
}

.thumbnail-buttons .wishlist .loader-btn i {
	color: var(--product-icon-hover-color);
	width: 15px;
	height: 15px;
}

.thumbnail-buttons .btn-info svg {
	fill: #b1b1b1;
	width: 40px;
	height: 40px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.thumbnail-buttons .btn-info:hover svg {
	fill: #b1b1b1;
}

@media (min-width:768px) {
	.card-wrapper:hover .thumbnail-buttons .btn-info {
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}

	.card-wrapper:hover .outstock-overlay {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
}

	.thumbnail-buttons .btn-info,.thumbnail-buttons .btn-info svg {
		width: 60px;
		height: 60px;
	}

@media (max-width:543px) {
	.card-information .card-information__text,.price--on-sale,.price--on-sale .price-item--regular,.price__regular .price-item--regular {
		font-size: 14px;
        text-align:left;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

#header .desktop-user-info div:last-child:after,#top-menu>li:last-child .dropdown-item:after,.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span:last-child:after,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span:last-child:after,.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown:last-child:after {
	display: none;
}

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

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

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


@media (max-width:1199px) {
#header .header-logo-section .header__logo a,#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a {
	display: inline-block;
    padding: 0 !important;
  }
}  


#header .header-logo-section .header__logo a,#mobile_top_menu_wrapper .top-menu .sub-menu .mainmenu-dropdown li a {
	display: inline-block;
}

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

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

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

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

#_desktop_search .search-toggle,#_mobile_search .search-toggle {
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
}


#_desktop_heart a svg,#_mobile_heart a svg {
	width: 40px;
	height: 40px;
	fill: black;
}

@media (max-width:991px) {
	#_desktop_heart a svg,#_mobile_heart a svg {
		fill: #232323;
	}
}

#_desktop_search .search-toggle svg,#_mobile_search .search-toggle svg {
	width: 40px;
	height: 40px;
	fill: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#_desktop_user_info,#_mobile_user_info {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

#_desktop_heart,#_desktop_user_info,#_mobile_heart,#_mobile_user_info {
	cursor: pointer;
	position: relative;
}

.wishlist-amount {
    font-weight: 300;
    position: absolute;
    top: 2px;
    right: 1px;
    border-radius: 50%;
    width: 14px;
    line-height: 14px;
    font-size: 10px;
    background: #ac9974;
    color: white;
    text-align: center;
}

#_desktop_heart {
	padding: 0;
	vertical-align: middle;
}

#_desktop_user_info #user-notification,#_mobile_user_info #user-notification {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px;
	position: absolute;
	right: 0;
	left: auto;
	text-align: left;
	width: 350px;
	z-index: 9;
	overflow: hidden;
}

@media (max-width:543px) {
	#_desktop_user_info #user-notification,#_mobile_user_info #user-notification {
		width: 300px;
	}
}

@media (max-width:480px) {
	#_desktop_user_info #user-notification,#_mobile_user_info #user-notification {
		width: 280px;
	}
}

@media (max-width:375px) {
	#_desktop_user_info #user-notification,#_mobile_user_info #user-notification {
		width: 260px;
	}
}

.toggle-dropdown {
	right: 0;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
	will-change: transform;
}

.toggle-dropdown.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear;
	transform: scale(1);
}



.closecart {
    cursor: pointer;
    padding: 0px 10px 10px;
    text-align: left;
    display: flex;
    justify-content: space-between; /* Add this line */
    border-bottom: 1px solid #eee;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.closecart.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.4s;
    animation-delay: 0.25s;
}

.slimScrollDiv.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.4s;
    animation-delay: 0.25s;
}


#cart-notification-button {
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cart-notification-button:after {
    content: " ";
    pointer-events: none;
    display: block;
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 100%;
    height: 30px;
	background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 100%);
}

#cart-notification-button.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.4s;
    animation-delay: 0.3s;  
}

.cart-notification__header {
    align-items:flex-start;
    display:flex;
    margin-bottom:8px;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cart-notification__header.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.4s;
    animation-delay: 0.2s;  
}

.shippingdetails {
    font-weight:500;
    margin: 0px 0px 3px 0px;
    text-align: left;
    font-size: 12px;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}  


.goal {
    text-align: center;
    margin: 12px 0px 3px 0px;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} 

.goal.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.45s;
    animation-delay: 0.35s;  
} 

.shippingdetails.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.55s;
    animation-delay: 0.4s;  
}  

.progress-wrapper.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.50s;
    animation-delay: 0.37s;  
}

.progress-wrapper {
  width: 100%;
  position:relative;
  margin: 0;
  opacity: 1;
  will-change: transform, opacity;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#cart-notification-goal {
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cart-notification-goal.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.4s;
    animation-delay: 0.35s;  
}

#cart-notification-checkout {
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cart-notification-checkout.active {
    animation-name: menuAnimatefromRight;
    animation-duration: 0.65s;
    animation-delay: 0.47s;  
}

@keyframes menuAnimatefromRight {
  from {
    opacity: 0;
    transform: translateX(15%); /* Start off the screen to the right */
  }
  to {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
  }
}



.closecart h3 {
  font-size: 1.7rem;
  margin: 6px 0 5px 1px;
}

.closecart svg {
  width: 16px;
  height: 15px;
  margin-top: 3px;
}
  
.toggle-dropdown1 {
    opacity: 0;
    position: fixed;
    top: 0;
    height: 100%;
    left: 100%;
    background: #fff;
    z-index: 1041;
    overflow-y: auto;
    overflow-x: auto;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
    transform: translate3d(0, 0, 0);
}

.toggle-dropdown2 {
    display: block;
    padding: 10px 15px 0;
    width: 266px;
    min-width: 231px;
    background-color: #f1eee4;
    height: 100%;
    float: left;
}

.toggle-dropdown1.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
}

.bag-total {
    padding: 7px 0px 7px 0px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.product-swatches.product-popup-modal.toggle-localization.active {
	visibility: visible;
    z-index: 9999;
	opacity: 1;
	transition: opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear;
	transform: scale(1);
    display: flex;
    background: rgba(0,0,0,.6);
}

.toggle-localization {
	right: 0;
	visibility: hidden;
	opacity: 0;
	transform: scale(0);
	transition: opacity .25s ease-in-out,transform .25s ease-in-out,visibility .25s ease-in-out;
	will-change: transform;
}

.toggle-localization.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear;
	transform: scale(1);
}

.title-localization {
    font-weight: 300;
    letter-spacing: 3px;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.description-localization {
    color: #000000b0;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    padding: 20px 0px 5px 0px;
}

.title2-localization {
    color: #000000b0;
    font-weight: 300;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}


.localization-form.popup {
  width: 100%;
}

select {
    font-family: var(--font-body-family);
    color: #000000b8;
    width: 100%;
    border: 1px solid #b1b1b1;
    padding: 4px 15px;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    text-overflow: ellipsis;
}

select:focus {
    -webkit-box-shadow: rgba(0,0,0,.1) 0 0 20px 0;
    box-shadow: rgba(0,0,0,.1) 0 0 20px 0
}

.select-replace,.select-wrapper {
    display: block;
    position: relative;
    background: #fff;
}

.select-replace select,.select-wrapper select {
    position: relative;
    width: 100%;
    opacity: 0;
    z-index: 2;
    -webkit-appearance: menulist-button;
    -moz-appearance: none
}

.select-replace--focused,.select-wrapper--focused {
    outline: none;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 0 20px 0;
    box-shadow: rgba(0,0,0,.1) 0 0 20px 0
}

.select-replace__value,.select-replace .value,.select-wrapper__value,.select-wrapper .value {
    font-family: Grotesk,Helvetica,sans-serif;
    line-height: 1.5;
    font-size: 12px;
    font-size: calc(0.75 * 1rem);
    border: 1px solid #dfdfdf;
    text-align: left;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    line-height: 36px;
    z-index: 1;
    vertical-align: middle;
    display: block;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    padding: 4px 35px 4px 15px;
    letter-spacing: .7px
}




.product-swatches.product-popup-modal.toggle-dropdown.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .4s cubic-bezier(0,1,.4,1),transform .4s cubic-bezier(.18,1.25,.4,1),visibility .4s linear;
	transform: scale(1);
    display: flex;
    background: rgba(0,0,0,.6);
}

.ishi-panel-data {
	visibility: hidden;
	transition: transform .5s cubic-bezier(.23,1,.32,1),visibility .5s cubic-bezier(.23,1,.32,1);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}

.ishi-panel-data-slide {
	top: 0;
	left: 0;
	transform: translateX(100%);
}

.ishi-panel-data-default {
	transform: translateX(-100%);
}

.ishi-panel-data.active {
	transform: translateX(0);
	visibility: visible;
	position: unset;
}

#_desktop_user_info #user-notification .customer.login,#_mobile_user_info #user-notification .customer.login {
	max-width: 100%;
	padding: 0;
	box-shadow: none;
	margin-bottom: 0;
}

#_desktop_user_info #user-notification .customer.login h2,#_mobile_user_info #user-notification .customer.login h2 {
	margin-top: 0;
}

#_desktop_user_info #user-notification .customer.login .forgot,#_mobile_user_info #user-notification .customer.login .forgot {
	float: right;
	display: block;
	margin-bottom: 15px;
	font-size: 13px;
}

#_desktop_user_info #user-notification .customer.login p,#_mobile_user_info #user-notification .customer.login p {
	margin-bottom: 0;
	color: #232323;
}

#_desktop_user_info #user-notification .customer.login #create_customer .btn,#_desktop_user_info #user-notification .customer.login form,#_mobile_user_info #user-notification .customer.login #create_customer .btn,#_mobile_user_info #user-notification .customer.login form {
	margin-top: 20px;
}

#_desktop_user_info #user-notification .customer.login .btn,#_mobile_user_info #user-notification .customer.login .btn {
	display: block;
	float: none;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 15px;
	margin-top: 0;
}

#_desktop_user_info #user-notification .customer.login button,#_mobile_user_info #user-notification .customer.login button {
	margin: 15px 0 0;
	display: block;
	width: 100%;
}

#_desktop_user_info #user-notification .customer.login .field input,#_mobile_user_info #user-notification .customer.login .field input {
	padding: 10px;
	height: 4rem;
}

#_desktop_user_info #user-notification .customer.login .field input:-webkit-autofill,#_desktop_user_info #user-notification .customer.login .field input:focus,#_desktop_user_info #user-notification .customer.login .field input:not(:placeholder-shown),#_mobile_user_info #user-notification .customer.login .field input:-webkit-autofill,#_mobile_user_info #user-notification .customer.login .field input:focus,#_mobile_user_info #user-notification .customer.login .field input:not(:placeholder-shown) {
	padding: 1.7rem 1.5rem .8rem;
}

#_desktop_user_info #user-notification .customer.login .field label,#_mobile_user_info #user-notification .customer.login .field label {
	top: 1rem;
}

#_desktop_user_info #user-notification .customer.login .field input:-webkit-autofill~label,#_desktop_user_info #user-notification .customer.login .field input:focus~label,#_desktop_user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label,#_mobile_user_info #user-notification .customer.login .field input:-webkit-autofill~label,#_mobile_user_info #user-notification .customer.login .field input:focus~label,#_mobile_user_info #user-notification .customer.login .field input:not(:placeholder-shown)~label {
	top: .2rem;
}

#_desktop_user_info #user-notification .customer.login .field,#_mobile_user_info #user-notification .customer.login .field {
	margin: 1.5rem 0 0;
}

#_desktop_user_info .userinfo-title,#_mobile_user_info .userinfo-title {
	cursor: pointer;
	display: block;
}

#_desktop_cart,#_desktop_user_info .userinfo-title .userinfo-toggle,#_mobile_cart,#_desktop_heart,#_desktop_user_info,#_mobile_heart,#_mobile_user_info,#_mobile_user_info .userinfo-title .userinfo-toggle {
    height: 32px;
    display: inline-block;
	vertical-align: middle;
}

#_desktop_user_info .userinfo-title .userinfo-toggle svg,#_mobile_user_info .userinfo-title .userinfo-toggle svg {
	fill: black;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

@media (min-width:992px) {
	#_desktop_user_info:hover .userinfo-title .userinfo-toggle svg,#_mobile_user_info:hover .userinfo-title .userinfo-toggle svg {
		fill: var(--header-icon-hover-color);
	}
}

@media (max-width:991px) {
	#_desktop_user_info .userinfo-title .userinfo-toggle svg,#_mobile_user_info .userinfo-title .userinfo-toggle svg {
		fill: #232323;
	}
}

#_desktop_cart,#_mobile_cart {
	position: relative;
}

#_desktop_cart .cart-display .cart-logo,#_mobile_cart .cart-display .cart-logo {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

#_desktop_cart .cart-display .cart-logo svg,#_mobile_cart .cart-display .cart-logo svg {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	fill: black;
}

@media (max-width:991px) {
	#_desktop_cart .cart-display .cart-logo svg,#_mobile_cart .cart-display .cart-logo svg {
		fill: #232323;
	}
}

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

#_desktop_cart .cart-display .cart-count-bubble:empty,#_mobile_cart .cart-display .cart-count-bubble:empty {
	display: none;
}

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

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


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


.mobile-navmenu.hidden-xl-up {
    position: relative;
    background: #fff;
    transition: color .3s ease, background .3s ease, border-bottom-color .3s ease;
    z-index: 80;
}

.header-marker {
    position: relative
}

.header-marker-height {
    position: absolute;
    top: 0;
    left: 0
}

.header-marker-height-active {
    position: relative
}


.wrapper-nav {
	min-height: 50px;
}

.navfullwidth {
	background: var(--menu-bg-color);
}

#top-menu>li.menularge,.ishi-horizontal-megamenu {
	position: unset;
}

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

#_desktop_top_menu {
	padding: 0;
}



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

#_desktop_top_menu #top-menu .sub-menu.spacesmall {
	padding: 15px;
}

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

@media (min-width:992px) {
	#_desktop_top_menu #top-menu .sub-menu.col-1 {
		width: 160px;
	}

	#_desktop_top_menu #top-menu .sub-menu.col-2 {
		width: 430px;
		margin: 0 auto;
	}

	#_desktop_top_menu #top-menu .sub-menu.col-3 {
		width: 690px;
		margin: 0 auto;
	}

	#_desktop_top_menu #top-menu .sub-menu.col-4 {
		width: 920px;
		/*margin: 0 auto;*/
	}

	#_desktop_top_menu #top-menu .sub-menu.col-5 {
		width: 85%;
		margin: 0 auto;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#_desktop_top_menu #top-menu .sub-menu.col-5 {
		padding: 15px;
		width: 95%;
	}
}

#top-menu h3,#top-menu>li>a span {
	font-weight: 500;
	letter-spacing: .5px;
}

#top-menu h3 {
	position: relative;
	margin: 0;
	font-size: 17px;
}

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

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

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

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

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

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

	#top-menu>li:last-child {
		border-bottom: none;
	}
}

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

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

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

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

#top-menu>li>a .title {
	color: var(--menu-text-color);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	font-family: var(--font-body-family);
}

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

#top-menu>li>a span {
	background: red 0 0;
	border-radius: 2px;
	font-family: var(--font-body-family);
	font-size: 8px;
	padding: 2px 4px;
	position: absolute;
	top: 4px;
	color: #fff;
	line-height: 8px;
	right: 1px;
	z-index: 0;
}

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

@media (max-width:991px) {
	#top-menu>li>a span {
		display: none;
		padding: 0 3px;
		top: 0;
		float: right;
		left: auto;
		right: 0;
		position: relative;
		margin: 0 6px;
	}
}

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

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

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

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

	#top-menu>li>a span:before {
		content: "";
		position: absolute;
		bottom: -4px;
		left: 0;
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-left-width: 0;
		border-right-width: 6px;
		border-top: 5px solid red;
		-moz-transform: scale(.9999);
	}

	#top-menu>li>a:hover .title {
		text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-position: under;
	}
}

.top-menu.mainmenu-dropdown {
	overflow: hidden;
	position: relative;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.col-2 .top-menu.mainmenu-dropdown {
	grid-template-columns: repeat(2,1fr);
}

.col-3 .top-menu.mainmenu-dropdown {
	grid-template-columns: repeat(3,1fr);
}

.col-4 .top-menu.mainmenu-dropdown {
	grid-template-columns: repeat(4,1fr);
}

.col-5 .top-menu.mainmenu-dropdown {
	grid-template-columns: repeat(5,1fr);
}

@media (max-width:1199px) {
	.col-5 .top-menu.mainmenu-dropdown {
		grid-column-gap: 15px;
	}
}

@media (max-width:1199px) {
	.top-menu.mainmenu-dropdown {
		display: block;
	}
}

.col-1 .top-menu.mainmenu-dropdown {
	display: block;
}

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

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

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

@media (max-width:1199px) {
	.top-menu.mainmenu-dropdown .sub-category>a:before {
		display: none;
	}
}

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

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

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

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

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

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

@media (min-width:992px) {
	.top-menu.mainmenu-dropdown li a:hover {
		text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-position: under;
	}
}

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

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

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

.grid__item--Ishi_megamenu .card-wrapper {
	width: 140px;
}

#_mobile_top_menu #top-menu .sub-menu.col-1 .top-menu.mainmenu-dropdown,#_mobile_top_menu #top-menu .sub-menu.col-1 .top-menu.mainmenu-dropdown .sub-category.panel,.grid__item--Ishi_megamenu .card-wrapper .card--product a {
	padding: 0;
}

.grid__item--Ishi_megamenu .card-information .card-information__wrapper {
	text-align: left;
}

.grid__item--Ishi_megamenu .card-information .price {
	justify-content: inherit;
}

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

.grid__item--Ishi_megamenu .card-information .card-information__text a:hover {
	color: #666;
}


#mobile_top_menu_wrapper {
    opacity: 0;
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    right: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: auto;
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s;
    transform: translate3d(0, 0, 0);
}

#mobile_top_menu_wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translate3d(100%, 0, 0);
}


@media (min-width:992px) {
#mobile_top_menu_wrapper_guide {
    opacity: 0;
    position: fixed;
    top: 0;
    right: -450px; /* Start off-screen to the left */
    width: 450px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: auto;
    transition: opacity 0.6s ease, right 0.6s ease; /* Transitions for opacity, transform, left, and visibility */
  }
}

@media (max-width:991px) {
#mobile_top_menu_wrapper_guide {
    opacity: 0;
    position: fixed;
    top: 0;
    right: -300px; /* Start off-screen to the left */
    width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: auto;
    transition: opacity 0.6s ease, right 0.6s ease; /* Transitions for opacity, transform, left, and visibility */
  }
}

  
#mobile_top_menu_wrapper_guide.active {
    right: 0; /* Slide in from the left */
    opacity: 1;
    visibility: visible; /* Make it immediately visible when active */
    transition-delay: 0s; /* Remove the delay for visibility */
}


@media (max-width:991px){
    .header__localization {
        margin:0 15px;
        display:block;
        text-align:center;
        opacity: 1;
        will-change: transform, opacity;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
  .header__localization.active {
       animation-name: menuAnimatefromLeft;
       animation-duration: 0.5s;
       animation-delay: 0.60s; /* Delay the animation by 1 second */
  }
}

@media (max-width:1199px) {
	.trustbadgemenu {
		width: 57%;
        margin: auto;
        padding: 10px 0px 15px 0px;
		display: block;
        opacity: 1;
        will-change: transform, opacity;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
	}
  .trustbadgemenu.active {
       animation-name: menuAnimatefromLeft;
       animation-duration: 0.5s;
       animation-delay: 0.50s; /* Delay the animation by 1 second */
  }
}

@media (min-width:992px) {
	.trustbadgemenu {
		display: none;
	}
}

#mobile_top_menu_wrapper_guide #top_menu_closer {
    background: #f8f4ec;
    cursor: pointer;
    padding: 20px 15px 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

#mobile_top_menu_wrapper_guide #top_menu_closer.active {
   animation-name: menuAnimatefromLeft;
   animation-duration: 0.5s;
   animation-delay: 0.30s; /* Delay the animation by 1 second */
}


#mobile_top_menu_wrapper #top_menu_closer {
    justify-content: space-between;
    background: #f8f4ec;
    cursor: pointer;
    padding: 20px 15px 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

#mobile_top_menu_wrapper #top_menu_closer.active {
   animation-name: menuAnimatefromLeft;
   animation-duration: 0.5s;
   animation-delay: 0.40s; /* Delay the animation by 1 second */
}





#mobile_top_menu_wrapper_guide #top_menu_closer_guide {
    justify-content: space-between;
    background: #f8f4ec;
    cursor: pointer;
    padding: 20px 15px 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#mobile_top_menu_wrapper_guide #top_menu_closer_guide svg {
	width: 20px;
	height: 18px;
	color: #232323;
}

#mobile_top_menu_wrapper_guide #top_menu_closer_guide.active {
   animation-name: menuAnimatefromLeft;
   animation-duration: 0.5s;
   animation-delay: 0.30s; /* Delay the animation by 1 second */
}


#mobile_top_menu_wrapper #top_menu_closer_guide {
    background: #f8f4ec;
    cursor: pointer;
    padding: 20px 15px 20px;
    text-align: right;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
    opacity: 1;
    will-change: transform, opacity;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

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

#mobile_top_menu_wrapper #top_menu_closer_guide.active {
   animation-name: menuAnimatefromLeft;
   animation-duration: 0.5s;
   animation-delay: 0.30s; /* Delay the animation by 1 second */
}






#mobile_top_menu_wrapper #_mobile_top_menu {
  padding: 0 15px;
  opacity: 1;
  will-change: transform, opacity;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mobile_top_menu_wrapper #_mobile_top_menu.active {
   animation-name: menuAnimatefromLeft;
   animation-duration: 0.5s;
   animation-delay: 0.47s; /* Delay the animation by 1 second */
}

@keyframes menuAnimatefromLeft {
  from {
    opacity: 0;
    transform: translateX(-15%); /* Start off the screen to the left */
  }
  to {
    opacity: 1;
    transform: translateX(0); /* Move to its original position */
  }
}

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

#mobile_top_menu_wrapper .top-menu .collapse-icons .remove,#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,#mobile_top_menu_wrapper .top-menu .collapse.in,#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
	display: block;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #333;
    padding: 15px 10px 10px 70px;
    z-index: 1;
}

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

#mobile_top_menu_wrapper .top-menu a {
	padding: 11px 0;
	margin: 0;
	width: 100%;
}

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

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

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

#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 .mainmenu-dropdown .sub-category .top-menu .category {
	padding: 7px 0 7px;
}

#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: var(--scrollbar-width-left);
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 9998;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mobile-menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.mobile-menu-overlay2 {
	background-color: rgba(0,0,0,.5);
	height: 100%;
	left: var(--scrollbar-width-left);
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 150;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mobile-menu-overlay2.active {
	opacity: 1;
	visibility: visible;
} 

.mobile-menu-overlay3 {
	background-color: rgba(0,0,0,.5);
	height: 100%;
	left: var(--scrollbar-width-left);
	opacity: 0;
	position: fixed;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 98;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.mobile-menu-overlay3.active {
	opacity: 1;
	visibility: visible;
} 


@media (max-width:1199px) {
	.mobile-width {
        position: static;
        width: 100%;
        height: 72px;
		background-color: #fff;
		padding: 10px 0;
		border-bottom: 1px solid #e9e9e9;
	}
}

.mobile-width .mobile-width-left {
	width: 30%;
	padding: 0 2px;
	display: flex;
	align-items: center;
}

.mobile-width .mobile-width-left1 {
	width: 50%;
	padding: 0 5px;
	display: flex;
	align-items: center;
}

@media (max-width:991px) {
.mobile-width .mobile-width-right2 {
    width: 50%;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


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



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

.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: 38%;
	margin: 0 auto;
	text-align: center;
	padding: 0 5px;
}


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

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

.ishislider .ishislideshow-carousel .owl-nav {
	margin-bottom: 0;
	margin-top: 0;
}

@media (max-width:767px) {
	.ishislider .ishislideshow-carousel .owl-nav {
		display: none;
	}
}

.ishislider .ishislideshow-carousel .owl-nav .owl-next,.ishislider .ishislideshow-carousel .owl-nav .owl-prev {
	position: absolute;
	padding: 0;
	top: 46%;
	box-shadow: none;
	margin: 4px;
	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 .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: var(--button-text-color);
}

@media (max-width:991px) {
	.ishislider .ishislideshow-carousel .owl-nav .owl-next,.ishislider .ishislideshow-carousel .owl-nav .owl-prev {
		top: 40%;
	}
}

.ishislider .ishislideshow-carousel .owl-nav .owl-next:hover,.ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover {
	background-color: var(--button-bg-hover-color)!important;
	box-shadow: 0 0 10px 5px rgba(255,255,255,.1);
}

.ishislider .ishislideshow-carousel .owl-nav .owl-next i,.ishislider .ishislideshow-carousel .owl-nav .owl-prev i,.ishislider2 .ishislideshow-carousel .owl-nav .owl-next i,.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev i {
	line-height: 40px;
	color: var(--button-text-color)!important;
	height: 40px;
	width: 40px;
}

.ishislider .ishislideshow-carousel .owl-nav .owl-next:hover i,.ishislider .ishislideshow-carousel .owl-nav .owl-prev:hover i,.ishislider2 .ishislideshow-carousel .owl-nav .owl-next:hover i,.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev: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 .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .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,.ishislider2 .ishislideshow-carousel .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: 0 0!important;
	border: 1px solid var(--button-bg-color)!important;
	margin: 0 3px;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.ishislider .ishislideshow-carousel .owl-dots .owl-dot.active span,.ishislider .ishislideshow-carousel .owl-dots .owl-dot:hover span,.ishislider2 .ishislideshow-carousel .owl-dots .owl-dot.active span,.ishislider2 .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-next,.ishislider .ishislideshow-carousel:hover .owl-nav .owl-prev {
	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;
}

@media (min-width:1600px) {
	.ishislider .ishislideshow-carousel .page-width {
		max-width: 1450px;
	}
}

@media (max-width:1460px) and (min-width:1411px) {
	.ishislider .ishislideshow-carousel .page-width {
		max-width: 1200px;
	}
}

@media (max-width:1410px) and (min-width:1200px) {
	.ishislider .ishislideshow-carousel .page-width {
		max-width: 1071px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.ishislider .ishislideshow-carousel .page-width {
		max-width: 861px;
	}
}

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

.ishislider .ishislideshow-carousel .slider-content .sub-title {
	font-size: 14px;
	text-transform: unset;
	text-align: unset;
	border: 1px solid;
	font-style: normal;
	display: inline-block;
	padding: 9px 40px;
	line-height: 22px;
	margin-bottom: 34px;
	letter-spacing: 4px;
}

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

@media (max-width:991px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		font-size: 14px;
		margin-bottom: 25px;
		padding: 7px 20px;
		letter-spacing: 3px;
	}
}

@media (max-width:767px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		margin-bottom: 22px;
		letter-spacing: 1.5px;
	}
}

@media (max-width:543px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		letter-spacing: 1.5px;
		padding: 5px 12px;
		font-size: 13px;
		margin-bottom: 15px;
	}
}

@media (max-width:489px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		padding: 3px 9px;
		font-size: 12px;
		line-height: 19px;
	}
}

@media (max-width:471px) {
	.ishislider .ishislideshow-carousel .slider-content .sub-title {
		padding: 3px 8px;
		letter-spacing: 0;
		font-size: 11px;
		margin-bottom: 10px;
	}
}

.ishislider .ishislideshow-carousel .slider-content .main-title {
	font-size: 75px;
	text-transform: unset;
	line-height: 85px;
	margin-bottom: 11px;
	letter-spacing: .7px;
	font-weight: 700;
	font-family: var(--font-title-family);
}

@media (max-width:1500px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 65px;
		line-height: 65px;
	}
}

@media (max-width:1329px) and (min-width:1200px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 55px;
		line-height: 60px;
		margin-bottom: 14px;
	}
}

@media (max-width:1199px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 48px;
		line-height: 58px;
		margin-bottom: 6px;
	}
}

@media (max-width:991px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 13px;
	}
}

@media (max-width:767px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 25px;
		line-height: 36px;
		margin-bottom: 18px;
	}
}

@media (max-width:543px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 13px;
	}
}

@media (max-width:489px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 19px;
		line-height: 20px;
	}
}

@media (max-width:471px) {
	.ishislider .ishislideshow-carousel .slider-content .main-title {
		font-size: 17px;
		line-height: 18px;
		margin-bottom: 10px;
	}
}

.ishislider .ishislideshow-carousel .slider-content .desc {
	line-height: 24px;
	letter-spacing: .5px;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 34px;
}

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

@media (max-width:1199px) {
	.ishislider .ishislideshow-carousel .slider-content .desc {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

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

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

.ishislider .ishislideshow-carousel .slider-content .desc p {
	line-height: 24px;
	letter-spacing: .5px;
	font-weight: 400;
	font-size: 16px;
}

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

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

@media (max-width:991px) {
	.ishislider .ishislideshow-carousel .slider-content .desc p {
		line-height: 22px;
	}

	.ishislider .ishislideshow-carousel .slider-content .slider-btn {
		font-size: 13px;
		padding: 8px 17px;
	}
}

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

@media (max-width:543px) {
	.ishislider .ishislideshow-carousel .slider-content .slider-btn {
		font-size: 11px;
		padding: 5px 15px;
	}
}

@media (max-width:415px) {
	.ishislider .ishislideshow-carousel .slider-content .slider-btn {
		font-size: 9px;
		padding: 2px 10px;
	}
}

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

.ishislider .ishislideshow-carousel .owl-item.active .desc,.ishislider .ishislideshow-carousel .owl-item.active .main-title,.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: .6s;
}

.ishislider .ishislideshow-carousel .owl-item.active .desc,.ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
	animation-delay: .5s;
}

.ishislider .ishislideshow-carousel .owl-item.active .slider-btn {
	animation-delay: .4s;
}

.ishislider .ishislideshow-carousel.owl-loaded+.ishislideshow-space {
	display: none;
}

.ishi-slider-style2 {
	display: block;
	overflow: hidden;
}

.ishislider2 {
	position: relative;
	z-index: 0;
}

.ishislider2 .ishislideshow-carousel .owl-nav {
	margin-bottom: 0;
	margin-top: 0;
}

@media (max-width:767px) {
	.ishislider2 .ishislideshow-carousel .owl-nav {
		display: none;
	}
}

.ishislider2 .ishislideshow-carousel .owl-nav .owl-next,.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev {
	position: absolute;
	padding: 0;
	top: 46%;
	box-shadow: none;
	margin: 4px;
	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 .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	color: var(--button-text-color);
}

@media (max-width:991px) {
	.ishislider2 .ishislideshow-carousel .owl-nav .owl-next,.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev {
		top: 40%;
	}
}

.ishislider2 .ishislideshow-carousel .owl-nav .owl-next:hover,.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev:hover {
	background-color: var(--button-bg-hover-color)!important;
	box-shadow: 0 0 10px 5px rgba(255,255,255,.1);
}

.ishislider2 .ishislideshow-carousel .owl-nav .owl-next {
	right: 60px;
	left: auto;
}

.ishislider2 .ishislideshow-carousel .owl-nav .owl-prev {
	left: 60px;
	right: auto;
}

.ishislider2 .ishislideshow-carousel .owl-dots {
	position: absolute;
	bottom: 14px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media (max-width:991px) {
	.ishislider2 .ishislideshow-carousel .owl-dots {
		bottom: 7px;
	}
}

@media (max-width:543px) {
	.ishislider2 .ishislideshow-carousel .owl-dots {
		bottom: 5px;
		display: none;
	}
}

.ishislider2 .ishislideshow-carousel .owl-dots .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

.ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-next,.ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-prev {
	opacity: 1;
}

.ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-prev {
	left: 20px;
}

.ishislider2 .ishislideshow-carousel:hover .owl-nav .owl-next {
	right: 20px;
}

.ishislider2 .ishislideshow-carousel .slideshow__link {
	display: flex;
	align-items: center;
}

.ishislider2 .ishislideshow-carousel .page-width {
	position: absolute;
	left: 0;
	right: 0;
}

.ishislider2 .ishislideshow-carousel .slider-content,.ishislider2 .slider-left,.ishislider2 .slider-right,.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask {
	padding: 0;
}

@media (min-width:1500px) {
	.ishislider2 .ishislideshow-carousel .page-width {
		max-width: 1400px;
	}
}

@media screen and (min-width:1200px) and (max-width:1449px) {
	.ishislider2 .ishislideshow-carousel .page-width {
		max-width: 1075px;
	}
}

.ishislider2 .media>img {
	object-fit: unset;
}

.ishislider2 .ishislideshow-carousel .slider-content .sub-title {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	text-transform: unset;
	line-height: 22px;
	margin-bottom: 30px;
	padding: 10px 49px;
	letter-spacing: .8px;
}

@media (max-width:1199px) and (min-width:992px) {
	.ishislider2 .ishislideshow-carousel .slider-content .sub-title {
		padding: 8px 41px;
		font-size: 15px;
	}
}

@media (max-width:543px) {
	.ishislider2 .ishislideshow-carousel .slider-content .sub-title {
		padding: 7px 30px;
		font-size: 15px;
	}
}

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

@media (max-width:400px) {
	.ishislider2 .ishislideshow-carousel .slider-content .sub-title {
		margin-bottom: 22px;
		padding: 5px 15px;
	}
}

.ishislider2 .ishislideshow-carousel .slider-content .main-title {
	font-size: 75px;
    letter-spacing: 9px;
	text-transform: unset;
	line-height: 80px;
	letter-spacing: .7px;
	font-weight: 400;
	font-family: var(--font-title-family);
	margin-bottom: 13px;
}

@media (max-width:1450px) and (min-width:1200px) {
	.ishislider2 .ishislideshow-carousel .slider-content .main-title {
        letter-spacing: 8px;
		font-size: 65px;
		line-height: 70px;
	}
}

@media (max-width:1199px) and (min-width:768px) {
	.ishislider2 .ishislideshow-carousel .slider-content .main-title {
        letter-spacing: 7px;
		font-size: 55px;
		line-height: 60px;
	}
}

@media (max-width:767px) {
	.ishislider2 .ishislideshow-carousel .slider-content .main-title {
        letter-spacing: 6px;
		font-size: 50px;
		line-height: 55px;
	}
}

@media (max-width:650px) {
	.ishislider2 .ishislideshow-carousel .slider-content .main-title {
        letter-spacing: 6px;
		font-size: 45px;
		line-height: 55px;
	}
}

@media (max-width:543px) {
	.ishislider2 .ishislideshow-carousel .slider-content .main-title {
        letter-spacing: 4px;
		font-size: 38px;
		line-height: 50px;
		margin-bottom: 16px;
	}
}

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

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

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

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

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

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

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


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

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

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



.slider-content .slider-btn {
    font-size: 13px;
    padding: 8px 17px;
    background-color: #3330;
    border: 1px solid #fff;
    color: #fff;
    min-width: 170px;
    padding: 11px!important;
    margin-bottom: 15px;
    margin-right: 15px;
}



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

	.slider-content .slider-btn {
		font-size: 13px;
		padding: 8px 17px;
        background-color: #3330;
        border: 1px solid #fff;
        color: #fff;
	}
}

@media (max-width:480px) {
	.slider-content .slider-btn {
		font-size: 12px;
		padding: 7px 14px;
        background-color: #3330;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
	}
}


@media (min-width:767px) {
	.slider-content .slider-btn {
        background-color: #3330;
        border: 1px solid #fff;
        color: #fff;
        font-size: 15px;
	}
}

@media (max-width:991px) {
  .slider-content .slider-btn:active {
          background-color: #333;
          border: 1px solid #333;
          color: white;
  }
}
@media (min-width:992px) {
  .slider-content .slider-btn:hover {
          background-color: #333;
          border: 1px solid #333;
          color: white;
  }
}

.ishislider2 .ishislideshow-carousel .owl-item.active .desc,.ishislider2 .ishislideshow-carousel .owl-item.active .main-title,.ishislider2 .ishislideshow-carousel .owl-item.active .slider-btn {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: .6s;
}

.ishislider2 .ishislideshow-carousel .owl-item.active .desc,.ishislider2 .ishislideshow-carousel .owl-item.active .slider-btn {
	animation-delay: .5s;
}

.ishislider2 .ishislideshow-carousel .owl-item.active .slider-btn {
	animation-delay: .4s;
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link:after,.ishislider2 .ishislideshow-carousel.owl-loaded+.ishislideshow-space {
	display: none;
}

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

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs,.ishi-category-block {
	text-align: center;
	position: relative;
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane {
	display: none;
	opacity: 0;
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tab-content .ishi-product-tab-pane.active {
	display: block;
	opacity: 1;
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
	margin: 10px 3px 25px;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:543px) {
	.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
		margin: 0 5px 20px;
	}
}

@media (max-width:350px) {
	.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item {
		margin: 0 2px 20px;
	}
}

.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link {
	display: block;
	z-index: 1;
	background: #fff 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	min-width: 140px;
	color: #888;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	outline: medium;
	letter-spacing: .5px;
	padding: 9px 25px;
	line-height: 1.5;
	position: relative;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
}

@media (max-width:543px) {
	.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link {
		background: 0 0;
		color: #232323;
		padding: 0;
		min-width: 80px;
		border: 0;
		font-weight: 400;
	}
}

@media (max-width:350px) {
	.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item .ishi-product-nav-link {
		min-width: auto;
	}
}

.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);
	border: 0;
}

@media (max-width:543px) {
	.featured-product-section .ishi-featured-product-tab .ishi-product-tabs .ishi-product-tab-item.active .ishi-product-nav-link {
		color: var(--brand-secondary);
		background: 0 0;
	}
}

.featured-product-section .view-all-btn {
	margin: 0;
}

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

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

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

.manufacture-block .manufacture-carousel .logo-bar__item img {
	width: auto;
	margin: 0 auto;
}

.manufacture-block .manufacture-carousel .logo-bar__item:hover {
	-moz-transform: scale(.9);
	-webkit-transform: scale(.9);
	-o-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

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

@media (min-width:992px) {
	.ishi-faq-section .row {
		display: flex;
		align-items: center;
	}
}

.ishi-faq-section .faq-block .faqbanner .media {
	background: 0 0;
}

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

.ishi-faq-section .faq-block .accordion {
	border: 0;
	width: 50%;
}

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

	.ishi-faq-section .faq-block .faqbanner {
		margin-bottom: 30px;
	}
}

.ishi-faq-section .faq-block .accordion .summary {
	border-top: 1px solid rgba(102,102,102,.1);
	padding: 20px 0;
	background: 0 0;
}

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

.ishi-faq-section .faq-block .accordion .accordion__content {
	padding: 0 0 20px;
	color: #888;
}

.ishi-faq-section .faq-block .accordion .faq-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
	letter-spacing: .2px;
	display: inline-block;
	vertical-align: middle;
}

.ishi-faq-section .faq-block .accordion .faq-title .category-count {
	margin-right: 8px;
}

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

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

@media (max-width:543px) {
	.ishi-faq-section .faq-block .accordion .faq-title {
		font-size: 14px;
	}
}

.ishi-category-block:hover .innertext-left-right .left-text span,.ishi-category-block:hover .innertext-left-right .right-text span {
	opacity: .2;
}

@media (min-width:768px) {
	.ishi-category-block h2 {
		margin: 0;
	}

	.ishi-category-block .owl-item.center {
		min-height: 553px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.ishi-category-block .owl-item.center {
		min-height: 419px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.ishi-category-block .owl-item.center {
		min-height: 336px;
	}
}

@media (min-width:768px) {
	.ishi-category-block .owl-item.center .ishicategoryblock-container {
		margin-top: 50px;
	}
}

@media (max-width:1199px) {
	.ishi-category-block .innertext-left-right {
		display: none;
	}
}

.ishi-category-block .innertext-left-right .left-text {
	position: absolute;
	left: 0;
	top: 30%;
	margin: 0;
}

.ishi-category-block .innertext-left-right .right-text {
	position: absolute;
	top: 30%;
	margin: 0;
	left: auto;
	right: 0;
}

.ishi-category-block .innertext-left-right .left-text span,.ishi-category-block .innertext-left-right .right-text span {
	font-size: 160px;
	font-family: var(--font-title-family);
	color: var(--brand-secondary);
	opacity: .1;
	font-style: italic;
	font-weight: 700;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-category-block .image-container,.ishi-instagram-block .ishiinstagram #instafeed .instaitem a {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-category-block .image-container:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.ishi-category-block .ishicategoryblock-container,.ishi-category-block .ishicategoryblock-container a .text-container .title,.ishi-category-block .ishicategoryblock-container a .text-container svg,.story-block1 .story-block .story-image .story-img2 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-category-block .image-container img {
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.ishi-category-block .ishicategoryblock-container a .text-container {
	background: 0 0;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	color: #232323;
	border: 0;
	min-width: 140px;
	margin-top: 25px;
	padding: 0;
	text-transform: unset;
	display: block;
}

.ishi-category-block .ishicategoryblock-container a .text-container .title {
	display: inline-block;
	cursor: pointer;
}

@media (max-width:420px) {
	.ishi-category-block .ishicategoryblock-container a .text-container .title {
		font-size: 12px;
	}
}

.ishi-category-block .ishicategoryblock-container a .text-container svg {
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	fill: #5a5a5a;
	width: 20px;
	height: 1em;
}

@media (max-width:767px) {
	.ishi-category-block .ishicategoryblock-container a .text-container svg {
		display: none;
	}
}

.ishi-category-block .ishicategoryblock-container a:hover .text-container {
	color: var(--brand-secondary);
}

.ishi-category-block .ishicategoryblock-container a:hover .text-container svg {
	padding-left: 5px;
	fill: var(--brand-secondary);
}

.ishi-category-block .owl-carousel .owl-nav {
	margin-top: 25px;
}

@media (max-width:1245px) and (min-width:1200px) {
	.ishi-category-block .owl-carousel .owl-nav {
		margin-top: 0;
	}
}

.story-block1,.story-block1 .ishistoryblock {
	display: block;
	overflow: hidden;
}

.story-block1:hover .story-block .story-image .story-img2 {
	transform: scale(1.1);
}

@media (min-width:768px) {
	.story-block1 .story-block {
		display: flex;
		align-items: center;
	}
}

@media (max-width:767px) {
	.story-block1 .story-block {
		margin: 0;
	}
}

.story-block1 .story-block .img-container a img,.story-block1 .story-block .story-image img,.testimonial-block .background-image .parallax-video .testimonialvideo-img img {
	max-width: 100%;
}

.story-block1 .story-block .story-image {
	display: flex;
	align-items: center;
	position: relative;
}

@media (min-width:768px) {
	.story-block1 .story-block .story-image {
		padding: 0;
	}
}

@media (max-width:767px) {
	.story-block1 .story-block .story-image {
		margin-bottom: 30px;
	}
}

.story-block1 .story-block .story-image .story-img2 {
	position: absolute;
	right: -11%;
	left: auto;
}

@media (max-width:1199px) {
	.story-block1 .story-block .story-image .story-img2 {
		display: none;
	}
}

.story-block1 .story-block .story-content .text-wrapper {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
}

@media (max-width:1199px) {
	.story-block1 .story-block .story-content .text-wrapper {
		max-width: 82%;
	}
}

@media (max-width:991px) {
	.story-block1 .story-block .story-content .text-wrapper {
		max-width: 95%;
	}
}

@media (max-width:767px) {
	.story-block1 .story-block .story-content .text-wrapper {
		max-width: 100%;
	}
}

.story-block1 .story-block .story-content .text-wrapper .subtitle {
	font-size: 55px;
	line-height: 65px;
	font-family: "Josefin Sans",sans-serif;
	color: #232323;
	font-weight: 700;
	letter-spacing: 0;
}

@media (max-width:1199px) {
	.story-block1 .story-block .story-content .text-wrapper .subtitle {
		font-size: 50px;
		line-height: 57px;
	}
}

@media (max-width:991px) {
	.story-block1 .story-block .story-content .text-wrapper .subtitle {
		font-size: 40px;
		line-height: 51px;
	}
}

@media (max-width:543px) {
	.story-block1 .story-block .story-content .text-wrapper .subtitle {
		font-size: 35px;
	}
}

.story-block1 .story-block .story-content .text-wrapper .title {
	font-size: 55px;
	line-height: 65px;
	font-family: var(--font-title-family);
	color: #232323;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 15px;
}

@media (max-width:1199px) {
	.story-block1 .story-block .story-content .text-wrapper .title {
		font-size: 50px;
		line-height: 57px;
	}
}

@media (max-width:991px) {
	.story-block1 .story-block .story-content .text-wrapper .title {
		font-size: 40px;
		line-height: 43px;
	}
}

@media (max-width:543px) {
	.story-block1 .story-block .story-content .text-wrapper .title {
		font-size: 35px;
		line-height: 35px;
	}
}

.story-block1 .story-block .story-content .text-wrapper .description {
	font-size: 15px;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	margin-bottom: 30px;
}

@media (max-width:991px) {
	.story-block1 .story-block .story-content .text-wrapper .description {
		font-size: 14px;
		margin-bottom: 25px;
	}
}

@media (max-width:543px) {
	.story-block1 .story-block .story-content .text-wrapper .description {
		margin-bottom: 21px;
	}
}

.story-block1 .story-block .story-content .text-wrapper .description p {
	font-size: 15px;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	margin-bottom: 0;
}

@media (max-width:991px) {
	.story-block1 .story-block .story-content .text-wrapper .description p {
		font-size: 14px;
	}
}

.ishi-services-style2 .ishiservices {
	text-align: center;
}

.ishi-services-style2 .ishiservices .services {
	cursor: pointer;
}

@media (max-width:767px) {
	.ishi-services-style2 .ishiservices .services {
		margin-bottom: 10px;
	}

	.ishi-services-style2 .ishiservices .services:nth-child(3) {
		margin-bottom: 30p;
	}
}

.ishi-services-style2 .ishiservices .services .services-part {
	padding: 30px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style2 .ishiservices .services .services-part {
		padding: 5px;
	}
}

@media (max-width:543px) {
	.ishi-services-style2 .ishiservices .services .services-part {
		padding: 3px;
	}
}

/*
@media (min-width:768px) {
	.ishi-services-style2 .ishiservices .services .services-part:hover .service-img {
		transform: translateY(-120px);
	}

	.ishi-services-style2 .ishiservices .services .services-part:hover .service-block {
		transform: translateY(-50px);
	}
}
*/

.ishi-services-style2 .ishiservices .services .service-img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style2 .ishiservices .services .service-img {
		margin-bottom: 10px;
	}
}

.ishi-services-style2 .ishiservices .services .service-block {
	display: block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    padding: 0px 10px 10px 10px;
}

.ishi-services-style2 .ishiservices .services .service-block .service-title {
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 2px;
	letter-spacing: 0;
	line-height: 27px;
	font-family: var(--font-title-family);
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style2 .ishiservices .services .service-block .service-title {
		font-size: 19px;
		line-height: 23px;
	}
}

.ishi-services-style2 .ishiservices .services .service-block .service-desc {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: .5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:991px) and (min-width:768px) {
	.ishi-services-style2 .ishiservices .services .service-block .service-desc {
		font-size: 14px;
		font-weight: 400;
	}
}

.ishiparallaxwithtimerblock {
	overflow: hidden;
}

.ishiparallaxwithtimerblock .parallax_banner {
	padding: 80px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width:767px) {
	.ishiparallaxwithtimerblock .parallax_banner {
		padding: 40px 0;
	}
}

.ishiparallaxwithtimerblock .parallax_banner.parallax {
	background-attachment: fixed;
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list {
	text-align: center;
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-title {
	font-size: 47px;
	line-height: 47px;
	font-family: var(--font-title-family);
	font-weight: 700;
	color: #232323;
	margin-bottom: 11px;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-title {
		font-size: 40px;
		line-height: 42px;
	}
}

@media (max-width:767px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-title {
		font-size: 34px;
		line-height: 37px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-offer {
	font-weight: 700;
	font-size: 47px;
	line-height: 47px;
	font-family: var(--font-title-family);
	margin-bottom: 20px;
	color: #232323;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-offer {
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 27px;
	}
}

@media (max-width:767px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-offer {
		font-size: 34px;
		line-height: 37px;
		margin-bottom: 20px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-subtitle {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	width: 55%;
	margin: 0 auto 30px;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-subtitle {
		width: 80%;
	}
}

@media (max-width:767px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .parallax-subtitle {
		margin: 0 auto 20px;
		width: 100%;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer {
	margin-bottom: 30px;
}

@media (max-width:767px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer {
		margin-bottom: 20px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 3px;
	width: 90px;
	position: relative;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown {
		padding: 10px 0;
		width: 60px;
		height: 60px;
		margin: 0 2px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown:after {
	content: ":";
	position: absolute;
	right: -10px;
	left: auto;
	top: 0;
	font-size: 37px;
	font-weight: 600;
	line-height: 53px;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown:after {
		font-size: 35px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown .data {
	font-size: 27px;
	line-height: 30px;
	padding-bottom: 5px;
	pointer-events: none;
	font-weight: 500;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown .data {
		font-size: 22px;
		line-height: 22px;
	}
}

.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown .text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	pointer-events: none;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerblock .parallax_banner .parallax-list .countdowncontainer .countdown .text {
		font-size: 14px;
		line-height: 18px;
	}
}

.ishi-newsletter-block .newsletter.newsletter-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

.ishi-newsletter-block .newsletter.fixed {
	background-attachment: fixed;
}

.ishi-newsletter-block .newsletter .block_newsletter {
	overflow: hidden;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width:543px) {
	.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc {
		font-size: 14px;
	}
}

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

@media (max-width:543px) {
	.ishi-newsletter-block .newsletter .block_newsletter .newsletter_text .title-desc p {
		font-size: 14px;
	}
}

.ishi-newsletter-block .newsletter-form {
	width: 51%;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width:991px) {
	.ishi-newsletter-block .newsletter-form {
		width: 80%;
	}
}

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

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

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

.ishi-newsletter-block .newsletter-form .field input {
	height: 6rem;
	background: #fff;
	color: #999;
	border: 1px solid #f7f7f7;
}

.ishi-newsletter-block .newsletter-form .field .field__label {
	top: 2rem;
	color: #999;
}

.ishi-newsletter-block .newsletter-form .field .field__input:focus~.field__label,.ishi-newsletter-block .newsletter-form .field .field__input:not(:placeholder-shown)~.field__label {
	top: .6rem;
}

.ishi-newsletter-block .newsletter-form .newsletter-form__button {
	height: 54px;
	right: 3px;
	top: 3px;
}

.ishispecialdeal,.ishispecialdeal .card-wrapper .card--product .card__inner {
	position: relative;
}

.ishispecialdeal .product_content {
	display: block;
	text-align: center;
}

@media (min-width:768px) {
	.ishispecialdeal .card-wrapper {
		display: flex;
		align-items: center;
	}
}

@media (max-width:543px) {
	.ishispecialdeal .card-wrapper .card--product {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0 auto 18px;
	}

	.ishispecialdeal .card-wrapper.row {
		margin: 0;
	}
}

.ishispecialdeal .card-wrapper .card-information {
	text-align: left;
	margin-top: 0!important;
	padding: 0 15px 0 44px;
}

@media (max-width:991px) {
	.ishispecialdeal .card-wrapper .card-information {
		padding: 0 15px;
	}
}

@media (max-width:767px) {
	.ishispecialdeal .card-wrapper .card-information {
		text-align: center;
		padding-top: 20px;
	}
}

@media (max-width:543px) {
	.ishispecialdeal .card-wrapper .card-information {
		padding: 20px 0 0;
	}
}

.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails {
	margin: 0;
	display: block;
}

.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
	height: 454px;
	width: 28%;
}

@media (max-width:1500px) and (min-width:1350px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		height: 452px;
	}
}

@media (max-width:1349px) and (min-width:1270px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		height: 451px;
	}
}

@media (max-width:1269px) and (min-width:1219px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		height: 434px;
	}
}

@media (max-width:1218px) and (min-width:1200px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		height: 417px;
	}
}

@media (max-width:1199px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		height: 303px;
	}
}

@media (max-width:991px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail {
		display: none;
	}
}

.ishispecialdeal .card-wrapper .card--product .card__inner .product-img {
	padding: 0;
	width: 70%;
}

@media (max-width:991px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-img {
		width: 100%;
	}
}

.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails .product-single__thumbnails-item a {
	display: block;
	margin: 0 0 11px;
}

@media (max-width:1199px) {
	.ishispecialdeal .card-wrapper .card--product .card__inner .product-thumbnail .thumbnails-wrapper .js-qv-mask .product-single__thumbnails {
		height: 140px;
	}
}

@media (max-width:543px) {
	.ishispecialdeal .card-wrapper .card-information {
		padding: 0;
		width: 100%;
	}
}

.ishispecialdeal .card-wrapper .card-information .card-information__wrapper {
	text-align: left;
	position: relative;
}

.ishispecialdeal .card-wrapper .card-information .price {
	opacity: 1;
	justify-content: flex-start;
	margin-bottom: 0;
}

.ishispecialdeal .card-wrapper .card-information__wrapper>:not(.visually-hidden:first-child)+* {
	margin-top: 1rem;
}

.ishispecialdeal .card-wrapper .card-information .card-information__text {
	font-size: 27px;
	margin-bottom: 10px;
	line-height: 25px;
	font-family: var(--font-title-family);
}

@media (max-width:991px) {
	.ishispecialdeal .card-wrapper .card-information .card-information__text {
		font-size: 18px;
		line-height: 22px;
	}
}

.ishispecialdeal .card-wrapper .product-desc {
	display: block;
	color: #888;
}

.ishispecialdeal .countdowncontainer {
	padding: 0;
	position: unset;
	background-color: transparent;
	box-shadow: none;
	text-align: left;
	margin-bottom: 12px;
}

@media (max-width:991px) {
	.ishispecialdeal .card-wrapper .card-information .card-information__text {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width:767px) {
	.ishispecialdeal .card-wrapper .card-information .card-information__text {
		font-size: 18px;
		line-height: 22px;
	}
}

.ishispecialdeal .price .price-item--regular,.ishispecialdeal .price .price-item--sale,.ishispecialdeal .price--on-sale .price-item--sale {
	font-size: 18px;
	line-height: 24px;
}

.ishispecialdeal .price--on-sale.price .price-item--regular {
	font-size: 18px;
	line-height: 20px;
}

@media (max-width:991px) {
	.ishispecialdeal .price .price-item--regular,.ishispecialdeal .price .price-item--sale,.ishispecialdeal .price--on-sale .price-item--sale {
		font-size: 20px;
		line-height: 22px;
	}

	.ishispecialdeal .price--on-sale.price .price-item--regular {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.ishispecialdeal .card-wrapper .card-information .card-information__wrapper {
		margin-top: 0;
		text-align: center;
		padding: 0;
	}

	.ishispecialdeal .price .price-item--regular,.ishispecialdeal .price .price-item--sale,.ishispecialdeal .price--on-sale .price-item--sale {
		font-size: 17px;
		padding-left: 3px;
	}

	.ishispecialdeal .card-wrapper .card-information .price {
		justify-content: center;
	}
}

@media (max-width:767px) {
	.ishispecialdeal .countdowncontainer {
		text-align: center;
	}
}

.ishispecialdeal .countdowncontainer .countdown-text {
	display: none;
}

.ishispecialdeal .countdowncontainer .countdown {
	width: 65px;
	height: 65px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	border: 2px solid #e2e2e2;
	border-radius: 50%;
	padding: 13px 0;
	margin: 0 3px;
	text-align: center;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

@media (max-width:767px) {
	.ishispecialdeal .countdowncontainer .countdown {
		width: 55px;
		height: 55px;
	}
}

.ishispecialdeal .countdowncontainer .countdown:last-child {
	background: var(--button-bg-color);
	border-color: var(--button-bg-color);
}

.ishispecialdeal .countdowncontainer .countdown:last-child .data,.ishispecialdeal .countdowncontainer .countdown:last-child .text {
	color: var(--button-text-color);
}

.ishispecialdeal .countdowncontainer .countdown .data {
	font-size: 22px;
	width: auto;
	height: auto;
	line-height: 19px;
	font-weight: 500;
	display: block;
	font-family: var(--font-title-family);
	color: #232323;
	text-align: center;
}

@media (max-width:767px) {
	.ishispecialdeal .countdowncontainer .countdown .data {
		font-size: 19px;
		line-height: 18px;
	}
}

.ishispecialdeal .countdowncontainer .countdown .text {
	font-size: 12px;
	line-height: 20px;
	color: #232323;
	display: block;
	font-weight: 400;
	text-align: center;
}

@media (max-width:767px) {
	.ishispecialdeal .countdowncontainer .countdown .text {
		font-size: 11px;
		line-height: 11px;
	}
}

.ishispecialdeal .thumbnail-buttons {
	position: unset;
	text-align: left;
}

@media (max-width:767px) {
	.ishispecialdeal .thumbnail-buttons {
		text-align: center;
	}
}

.ishispecialdeal .thumbnail-buttons .btn-info {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.ishispecialdeal .product-flags .sale {
	left: 25px;
}

@media (max-width:543px) {
	.ishispecialdeal .product-flags .sale {
		min-height: 20px;
	}
}

.ishi-smartblog-style1 .smartblog,.ishifeaturesblock {
	position: relative;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post {
	padding: 0 15px;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .news_module_image_holder a img,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post:hover .news_module_image_holder a img {
	-webkit-transform-style: unset;
	transform-style: unset;
	transform: scale(1.26);
	-webkit-transform: scale(1.26);
	-ms-transform: scale(1.26);
	-o-transform: scale(1.26);
	-moz-transform: scale(1.26);
	opacity: .8;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
	display: block;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder a {
	position: relative;
	display: block;
	overflow: hidden;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder img {
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	max-width: 100%;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author,.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment {
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	margin: 0 5px 5px;
	display: inline-block;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author i,.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment i,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author i,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment i {
	font-size: 13px;
	margin-right: 3px;
	color: var(--brand-secondary);
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
	padding: 20px 0 0;
	margin-bottom: 0;
	text-align: left;
	color: var(--brand-secondary);
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 13px;
}

@media (max-width:543px) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author {
		padding-bottom: 8x;
		margin-bottom: 10px;
	}
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span {
	padding-right: 16px;
	position: relative;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span:after,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author>span:after {
	content: "/";
	position: absolute;
	right: 5px;
	font-size: 15px;
	top: 0;
	bottom: 0;
	color: var(--brand-secondary);
}

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

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	right: 55px;
	background-color: #f4f4f4;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date {
	position: absolute;
	top: 10px;
	right: auto;
	left: 10px;
	display: inline-block;
	background-color: var(--button-bg-color);
	font-size: 16px;
	padding: 7px 10px;
	color: var(--button-text-color);
	text-align: center;
	line-height: 20px;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date .date {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: var(--button-text-color);
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date .date span {
	display: block;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date .date span .day_month,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date .date span .day_month {
	letter-spacing: 0;
	margin-bottom: 4px;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment a {
	font-size: 15px;
	font-family: var(--font-body-family);
	font-weight: 400;
	color: var(--brand-secondary);
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
	margin-bottom: 10px;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
	font-size: 18px;
	line-height: 19px;
	text-transform: unset;
	font-weight: 500;
	color: #232323;
	font-family: var(--font-body-family);
}

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

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
	font-size: 14px;
	font-weight: 400;
	color: #888;
	line-height: 24px;
	margin: 0;
	letter-spacing: .5px;
}

@media (max-width:543) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
		font-size: 14x;
	}
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .readmore {
	background: 0 0;
	color: #232323;
	border: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #232323;
	text-align: left;
	vertical-align: middle;
	display: none;
}

.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-nav {
	margin-top: 20px;
}

@media (min-width:768px) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-item.center .sds_blog_post {
		padding-top: 50px;
		min-height: 430px;
	}

	.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-item .sds_blog_post {
		position: relative;
		transition: all .5s;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
	}
}

@media (max-width:1199px) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-item.center .sds_blog_post {
		min-height: 450px;
	}
}

@media (max-width:991px) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-item.center .sds_blog_post {
		min-height: 376px;
	}
}

@media (max-width:767px) {
	.ishi-smartblog-style1 .smartblog .smartblog-carousel .owl-item.center .sds_blog_post {
		min-height: auto;
	}
}

@media (min-width:768px) {
	.ishifeaturesblock .row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 2rem;
	}
}

.ishifeaturesblock .feature-left {
	text-align: center;
}

.ishifeaturesblock .feature-left .img-container img {
	width: auto;
	max-width: 100%;
	-moz-transition: all 3s ease 0s;
	-ms-transition: all 3s ease 0s;
	-o-transition: all 3s ease 0s;
	transition: all 3s ease 0s;
}

.ishifeaturesblock .features-right {
	display: block;
	overflow: hidden;
	position: relative;
    text-align: center;
}

.ishifeaturesblock .features-right .section-header .sub-title {
	font-size: 17px;
	letter-spacing: 4px;
	line-height: 22px;
	font-weight: 500;
	font-style: italic;
	text-align: left;
}

@media (max-width:991px) {
	.ishifeaturesblock .features-right .section-header .sub-title {
		margin-bottom: 15px;
		text-align: center;
	}
}

@media (min-width:768px) {
	.ishifeaturesblock .features-right .section-header h2 {
		margin-bottom: 30px;
        margin-top: 5px;
	}
}

@media (max-width:991px) {
	.ishifeaturesblock .features-right .section-header h2 {
		text-align: center;
        margin-top: 5px;
	}
}



@media (min-width:535) {
	.ishifeaturesblock .features-right .features {
		margin-bottom: 30px;
		display: block;
	}
}

@media (max-width:534) {
	.ishifeaturesblock .features-right .features {
		margin-bottom: 30px;
		display: block;
	}
}

@media (min-width:1200px) {
	.ishifeaturesblock .features-right .features:nth-last-child(1) {
		margin-bottom: 0;
	}
}

.ishifeaturesblock .features-right .features:hover .features-block .feature-btn,.ishifeaturesblock .features-right .features:hover .features-block .feature-btn i:after {
	color: var(--brand-secondary);
}

.ishifeaturesblock .features-right .features .features-img {
	width: 49px;
	height: 53px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width:543px) {
	.ishifeaturesblock .features-right .features .features-img {
		display: block;
		margin: auto;
	}
}

.ishifeaturesblock .features-right .features .features-block {
	display: inline-block;
	width: 85%;
	padding-left: 15px;
}

@media (max-width:543px) {
	.ishifeaturesblock .features-right .features .features-block {
		display: block;
		width: 100%;
		padding: 0;
		text-align: center;
	}
}

.ishifeaturesblock .features-right .features .features-block .features-title {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	font-family: var(--font-title-family);
	color: #232323;
	margin-bottom: 6px;
}

.ishifeaturesblock .features-right .features .features-block .feature-desc {
	font-size: 14px;
	line-height: 22px;
	color: #888;
	font-weight: 300;
	margin-bottom: 30px;
}

.ishifeaturesblock .features-right .features .features-block .feature-btn {
	font-size: 14px;
	line-height: 22px;
	color: #888;
	font-weight: 400;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishifeaturesblock .features-right .features .features-block .feature-btn svg {
	line-height: 20px;
	vertical-align: middle;
	height: 1.2em;
	stroke: #888;
	fill: #888;
	stroke-width: .4px;
	width: 1.2em;
}

.ishifeaturesblock .features-right .features:hover .features-block .feature-btn svg {
	fill: var(--brand-secondary);
	stroke: var(--brand-secondary);
}

.ishi-category-style2 .ishicategoryblock {
	overflow: hidden;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.ishi-category-style2 .ishicategoryblock.category-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container:hover a .text-container,.ishi-category-style2 .ishicategoryblock:hover .owl-nav {
	opacity: 1;
}

@media (min-width:992px) {
	.ishi-category-style2 .ishicategoryblock .categoryinnerblock {
		display: flex;
		align-items: center;
	}
}

@media (min-width:768px) {
	.ishi-category-style2 .ishicategoryblock .section-header.section-header>h2 {
		margin-bottom: 30px;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	.ishi-category-style2 .ishicategoryblock .section-header.section-header>h2 {
		font-size: 34px;
		line-height: 34px;
	}
}

.ishi-category-style2 .ishicategoryblock .section-header .description {
	width: 75%;
	margin: 0 auto;
}

@media (max-width:1199px) and (min-width:992px) {
	.ishi-category-style2 .ishicategoryblock .section-header .description {
		width: 100%;
	}
}

@media (max-width:543px) {
	.ishi-category-style2 .ishicategoryblock .section-header .description {
		width: 100%;
	}
}

.ishi-category-style2 .ishicategoryblock .section-header .description p {
	color: #888;
}

.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container:hover a img {
	transform: scale(1.2);
}

.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a {
	overflow: hidden;
	position: relative;
	display: block;
}

.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a img {
	transition: all .5s ease 0s;
}

.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a .text-container {
	position: absolute;
	inset: auto 0 0;
	margin: 0 12px 12px;
	text-align: center;
	color: #232323;
	font-family: var(--font-title-family);
	font-size: 23px;
	line-height: 23px;
	font-weight: 500;
	padding: 15px 5px 11px;
	background: #fff;
	transition: all .5s ease 0s;
}

@media (max-width:1450px) {
	.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a .text-container {
		font-size: 17px;
		padding: 9px 5px 6px;
	}
}

@media (max-width:767px) {
	.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a .text-container {
		margin: 0 7px 7px;
		padding: 7px 5px 3px;
		font-size: 18px;
	}
}

@media (max-width:400px) {
	.ishi-category-style2 .ishicategoryblock .ishicategoryblock-container a .text-container {
		padding: 8px 3px 5px;
		margin: 0 5px 5px;
		font-size: 16px;
	}
}

.ishi-category-style2 .ishicategoryblock .owl-nav {
	margin-top: 25px;
}

@media (min-width:992px) {
	.ishi-category-style2 .ishicategoryblock .owl-nav {
		margin: 0;
		opacity: 0;
	}
}

.ishi-category-style2 .ishicategoryblock .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 0;
	right: auto;
}

.ishi-category-style2 .ishicategoryblock .owl-nav .owl-next {
	position: absolute;
	top: 45%;
}

@media (max-width:991px) {
	.ishi-category-style2 .ishicategoryblock .owl-nav .owl-next,.ishi-category-style2 .ishicategoryblock .owl-nav .owl-prev {
		position: unset;
        touch-action: manipulation;
	}

	.ishi-category-style2 .ishicategoryblock .section-header {
		margin-bottom: 35px;
	}
}

@media (max-width:767px) {
	.ishi-category-style2 .ishicategoryblock .section-header {
		margin-bottom: 25px;
	}
}

.ishi-category-style2 .ishicategoryblock .owl-nav .owl-next {
	left: auto;
	right: 0;
  touch-action: manipulation;
}

@media (max-width:543px) {
	.productwithbanner .collection {
		padding: 0 5px;
	}
}

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

@media (min-width:992px) {
	.productwithbanner>.page-width>.row.flex {
		display: flex;
		flex-direction: row-reverse;
	}
}

.productwithbanner .collection .grid__item {
	padding: 0;
}

@media (max-width:543px) {
	.productwithbanner .collection .grid__item {
		padding: 5px;
	}
}

.productwithbanner .collection-banner .image-container a.dark-color:after,.productwithbanner .collection-banner .image-container a.dark-color:before {
	background: rgba(0,0,0,.1);
}

.productwithbanner .collection-banner .image-container a.light-color:after,.productwithbanner .collection-banner .image-container a.light-color:before {
	background: rgba(255,255,255,.5);
}

.productwithbanner .collection .product-list {
	overflow: visible;
	padding: 0;
}

@media (max-width:1199px) {
	.collection-banner {
		display: none;
	}
}

.productwithbanner .collection .outstock-overlay {
	opacity: 1;
	transform: unset;
}

@media (max-width:543px) {
	.productwithbanner .section-header>h2 {
		margin-bottom: 10px;
	}
}

@media (min-width:768px) {
	.productwithbanner .collection .owl-nav {
		margin: 0;
	}

	.productwithbanner .section-header>h2 {
		margin-bottom: 30px;
	}

	.productwithbanner .collection .owl-nav .owl-prev {
		left: -17px;
		right: auto;
		position: absolute;
		top: 35%;
	}

	.productwithbanner .collection .owl-nav .owl-next {
		left: auto;
		right: -17px;
		position: absolute;
		top: 35%;
	}
}

@media (max-width:991px) {
	.productwithbanner .collection-banner {
		margin-top: 30px;
	}
}

.testimonial-block {
	position: relative;
	padding-top: 163px;
}

@media (max-width:1199px) {
	.testimonial-block {
		padding-top: 90px;
	}
}

@media (max-width:991px) {
	.testimonial-block {
		padding-top: 0;
	}
}

.testimonial-block .background-image.testmonial-image {
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.testimonial-block .background-image .page-width {
	position: relative;
}

.testimonial-block .background-image .innertext-left-right .left-text {
	right: auto;
	left: -25px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.testimonial-block .background-image .innertext-left-right .left-text,.testimonial-block .background-image .innertext-left-right .right-text {
	position: absolute;
	top: 40%;
	font-weight: 700;
	font-size: 160px;
	line-height: 170px;
	font-family: var(--font-title-family);
	font-style: italic;
}

@media (max-width:1382px) {
	.testimonial-block .background-image .innertext-left-right .left-text,.testimonial-block .background-image .innertext-left-right .right-text {
		font-size: 120px;
		left: 8px;
	}
}

@media (max-width:1199px) {
	.testimonial-block .background-image .innertext-left-right .left-text,.testimonial-block .background-image .innertext-left-right .right-text {
		display: none;
	}
}

.testimonial-block .background-image .innertext-left-right .right-text {
	right: -25px;
	left: auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1382px) {
	.testimonial-block .background-image .innertext-left-right .right-text {
		right: 8px;
	}
}

.testimonial-block .background-image .parallax-video {
	height: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -20%;
	clear: both;
	position: relative;
	margin-bottom: 40px;
}

@media (max-width:991px) {
	.testimonial-block .background-image .parallax-video {
		margin-bottom: 25px;
		margin-top: 0;
	}
}

.testimonial-block .background-image .parallax-video .testimonialvideo-img svg {
	width: 729px;
	height: 446px;
}

.ishi-instagram-block .ishiinstagram #instafeed,.ishi-instagram-block .ishiinstagram #instafeed .instaitem,.ishi-smartblog-style2 .smartblog,.testimonial-block .background-image .parallax-video .testimonialvideo-img {
	position: relative;
}

.testimonial-block .background-image .parallax-video .testimonialvideo-img:before {
	content: "";
	position: absolute;
	background: rgba(0,0,0,.2);
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.testimonial-block .background-image .parallax-video .video {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.testimonial-block .background-image .parallax-video .video:after,.testimonial-block .background-image .parallax-video .video:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.2);
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
	transition: all .4s ease-in-out;
}

.testimonial-block .background-image .parallax-video .video:after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.testimonial-block .background-image .parallax-video .video i {
	font-size: 70px;
	line-height: 60px;
	color: #fff;
}

.testimonial-block .background-image .ishitestimonials-container .testimonials-container {
	text-align: left;
	width: 70%;
	margin: 0 auto;
}

@media (max-width:1199px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonials-container {
		text-align: center;
		width: 85%;
	}
}

@media (max-width:543px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonials-container {
		width: 100%;
	}
}

@media (min-width:992px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonials-container .row {
		display: flex;
		align-items: center;
	}
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-img {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

@media (max-width:1199px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-img {
		display: block;
		margin-bottom: 20px;
	}
}

@media (max-width:991px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-img {
		width: 100%;
	}
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-img img {
	max-width: 100%;
	height: 123px;
	width: 123px;
	border-radius: 50%;
}

@media (max-width:1199px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-img img {
		text-align: center;
		margin: 0 auto;
	}
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-info {
	text-align: center;
}

@media (max-width:991px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-info {
		text-align: center;
	}
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-description {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	display: block;
	margin-bottom: 30px;
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-description p {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	display: block;
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-name {
	font-size: 21px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

@media (max-width:543px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-name {
		font-size: 18px;
	}
}

.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-designation {
	font-size: 17px;
	line-height: 18px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}

@media (max-width:543px) {
	.testimonial-block .background-image .ishitestimonials-container .testimonial-info .user-designation {
		font-size: 15px;
	}
}

.testimonial-block .background-image .owl-dots {
	text-align: center;
	opacity: 1;
	position: unset;
	margin-top: 30px!important;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.testimonial-block .background-image .owl-dots .owl-dot span {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	margin: 0 3px;
	cursor: pointer;
	border-radius: 0;
	font-size: 0;
	width: 70px;
	height: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.testimonial-block .background-image .owl-dots .owl-dot.active span,.testimonial-block .background-image .owl-dots .owl-dot:hover span {
	outline: 0;
}

.ishi-category-style3 {
	display: block;
	vertical-align: middle;
}

@media (min-width:1200px) {
	.ishi-category-style3 .category-block .page-width>.row {
		display: flex;
		align-items: center;
	}
}

@media (max-width:991px) {
	.ishi-category-style3 .category-block .banner-images {
		margin-bottom: 30px;
	}
}

@media (max-width:1199px) {
	.ishi-category-style3 .category-block .banner-images {
		margin: 0 auto 30px;
		float: none;
	}
}

.ishi-category-style3 .category-block .banner-images .banner-img a {
	position: relative;
	overflow: hidden;
	background-color: transparent;
	display: block;
}

.ishi-category-style3 .category-block .banner-images .banner-img a img {
	max-width: 100%;
	margin: 0 auto;
	width: auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-category-style3 .category-block .category_content .category {
	padding: 10px 10px 30px;
	text-align: center;
}

@media (max-width:543px) {
	.ishi-category-style3 .category-block .category_content .category {
		padding: 10px 10px 15px;
	}
}

.ishi-category-style3 .category-block .category_content .category .image-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}

.ishi-category-style3 .category-block .category_content .category .image-icon: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(.9);
	z-index: -1;
}

.ishi-category-style3 .category-block .category_content .category:hover .image-icon:after {
	animation: 1.5s ease-out 75ms normal none infinite running shine;
}

.ishi-category-style3 .category-block .category_content .category h3 {
	font-size: 18px;
	font-family: var(--font-title-family);
	font-weight: 600;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

.ishi-category-style3 .category-block .category_content .owl-dots {
	margin-top: 30px;
}

.ishi-category-style3 .category-block .category_content .owl-dots .owl-dot span {
	border-radius: 0;
}

@media (max-width:543px) {
	.ishi-category-style3 .category-block .category_content .owl-dots {
		margin-top: 0;
	}
}

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

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post {
	padding: 0 15px;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post {
	position: relative;
	padding: 8px;
	border: 1px solid #eee;
	display: inline-block;
	vertical-align: middle;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .news_module_image_holder {
	display: block;
	max-width: 100%;
	position: relative;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .author,.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .smartbloginfo .comment {
	vertical-align: middle;
	font-size: 13px;
	font-weight: 400;
	margin: 0 5px 5px;
	display: inline-block;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
	padding: 20px 15px;
	margin-bottom: 0;
	text-align: center;
	color: var(--brand-secondary);
	box-shadow: -2px 2px 6px 0 rgba(35,35,35,.08);
}

@media (max-width:543px) {
	.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content {
		padding: 20px 10px;
	}
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 13px;
}

@media (max-width:543px) {
	.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author {
		padding-bottom: 8x;
		margin-bottom: 10px;
	}
}

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

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .comment-author:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #f4f4f4;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date {
	position: absolute;
	top: 15px;
	right: auto;
	left: 0;
	display: inline-block;
	background-color: var(--button-bg-modify-color);
	font-size: 14px;
	padding: 5px 12px;
	color: var(--button-text-color);
	text-align: center;
	line-height: 19px;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_date .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: var(--button-text-color);
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment a {
	font-size: 15px;
	font-family: var(--font-body-family);
	font-weight: 400;
	color: var(--brand-secondary);
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .comment {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title {
	margin-bottom: 10px;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
	font-size: 18px;
	line-height: 19px;
	text-transform: unset;
	font-weight: 500;
	color: #232323;
	font-family: var(--font-body-family);
}

@media (max-width:991px) {
	.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .sds_post_title a {
		font-size: 17px;
	}
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
	font-size: 15px;
	font-weight: 400;
	color: #888;
	line-height: 24px;
	margin: 0;
	text-align: center;
	letter-spacing: .5px;
}

@media (max-width:543) {
	.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .desc {
		font-size: 14x;
	}
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .sds_blog_post .blog_post .blog_content .readmore {
	background: 0 0;
	color: #232323;
	border: 0;
	padding: 0 0 5px;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #232323;
	text-align: left;
	vertical-align: middle;
	display: none;
}

.ishi-smartblog-style2 .smartblog .smartblog-carousel .owl-nav {
	margin-top: 20px;
}

.ishi-instagram-block .ishiinstagram {
	overflow: hidden;
	position: relative;
}

.ishi-instagram-block .ishiinstagram .title a {
	color: #222;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay {
	background: rgba(255,255,255,.25);
	position: absolute;
	width: 94%;
	height: 94%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
	opacity: 0;
	transition: all 1.1s;
	-webkit-transition: all 1.1s;
	-moz-transition: all 1.1s;
	-ms-transition: all 1.1s;
	-o-transition: all 1.1s;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after,.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:before,.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after,.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	background: rgba(255,255,255,.5);
	left: 50%;
	top: 0;
	transition-duration: .6s;
	z-index: 1;
	transition: all 1.1s;
	-webkit-transition: all 1.1s;
	-moz-transition: all 1.1s;
	-ms-transition: all 1.1s;
	-o-transition: all 1.1s;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay:after {
	bottom: 0;
	top: auto;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after,.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:before {
	width: 2px;
	height: 0;
	left: 0;
	top: 50%;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .image-overlay span:after {
	right: 0;
	left: auto;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a img {
	max-width: 100%;
	-webkit-transform-style: unset;
	transform-style: unset;
	transition: all 1.5s;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	margin: -10px auto 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem a .instagram i:hover {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
	box-shadow: 0 3px 10px rgba(0,0,0,.25);
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
	position: absolute;
	bottom: 0;
	display: block;
	padding: 10px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

@media (max-width:991px) {
	.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
		opacity: 1;
	}
}

@media (max-width:543px) {
	.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container {
		font-size: 12px;
		padding: 2px;
	}
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .likes {
	float: left;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	margin-bottom: 5px;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container .comments {
	float: right;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	margin-bottom: 5px;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container i {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
	padding-left: 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:543px) {
	.ishi-instagram-block .ishiinstagram #instafeed .instaitem .text-container i {
		font-size: 12px;
	}
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:after,.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay:before {
	width: 100%;
	left: 0;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:after,.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .image-overlay span:before {
	height: 100%;
	top: 0;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover .text-container,.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .image-overlay {
	opacity: 1;
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a img {
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}

.ishi-instagram-block .ishiinstagram #instafeed .instaitem:hover a .instagram {
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.ishi-instagram-block .ishiinstagram #instafeed .instahover a img {
	-webkit-filter: grayscale(70%);
	-moz-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
	-o-filter: grayscale(70%);
	filter: grayscale(70%);
}

@media (min-width:992px) {
	.ishifeaturesstyle2 .ishifeaturesblock .row {
		display: flex;
		align-items: center;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .feature-left {
	position: relative;
	text-align: left;
}

@media (max-width:991px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left {
		text-align: center;
		margin-bottom: 90px;
	}
}

@media (max-width:767px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left {
		margin-bottom: 30px;
	}
}

@media (min-width:768px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left:hover .feature-img1 img {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
	}

	.ishifeaturesstyle2 .ishifeaturesblock .feature-left:hover .feature-img2 img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .feature-left .img-container {
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 6px 4.55px .45px rgba(0,0,0,.06);
}

.ishifeaturesstyle2 .ishifeaturesblock .feature-left .img-container img {
	max-width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 {
	position: absolute;
	right: 70px;
	left: auto;
	top: auto;
	box-shadow: 0 6px 4.75px .25px rgba(0,0,0,.05);
	bottom: -40px;
}

@media (max-width:1250px) and (min-width:1200px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 {
		right: -20px;
	}
}

@media (max-width:1199px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 {
		right: -10px;
	}
}

@media (max-width:991px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 {
		right: 40px;
	}
}

@media (max-width:767px) {
	.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 {
		display: none;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .feature-left .feature-img2 img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container {
	margin-bottom: 30px;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-subtitle {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 6px;
	margin-bottom: 25px;
}

@media (max-width:543px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-subtitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-hometitle {
	font-size: 45px;
	line-height: 45px;
	font-family: var(--font-title-family);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 18px;
}

@media (max-width:1199px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-hometitle {
		font-size: 36px;
		line-height: 36px;
	}
}

@media (max-width:543px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-hometitle {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 16px;
	}
}

@media (max-width:372px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-hometitle {
		font-size: 23px;
		line-height: 23px;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-desc p {
	font-size: 15px;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	margin-bottom: 25px;
}

@media (max-width:991px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-desc p {
		width: 80%;
		margin: 0 auto 25px;
	}
}

@media (max-width:543px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-container .features-desc p {
		width: 100%;
		margin-bottom: 20px;
		font-size: 14px;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
	margin: 0;
}

@media (max-width:400px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features {
		width: 32%;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features .features-img {
	width: 50px;
	height: 53px;
	margin: 0 auto 10px;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features .featuresblock .featurestitle {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:543px) {
	.ishifeaturesstyle2 .ishifeaturesblock .features-right .features .featuresblock .featurestitle {
		font-size: 14px;
	}
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn {
	display: block;
	margin-top: 30px;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn a:hover span {
	margin-right: 5px;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn a {
	display: inline-block;
	vertical-align: middle;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn a span {
	border: 0;
	background: 0 0;
	letter-spacing: .1px;
	font-weight: 500;
	border-bottom: 1px solid;
	padding: 0 0 2px;
	font-size: 15px;
}

.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn a span,.ishifeaturesstyle2 .ishifeaturesblock .features-right .features-btn a svg {
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishi-services-style3,.ishifeaturesstyle2 .ishifeaturesblock .features-right {
	text-align: center;
}

@media (min-width:768px) {
	.ishi-services-style3 .row {
		border: 1px solid #f4f4f4;
		margin: 0;
		display: block;
		overflow: hidden;
	}
}

.ishi-services-style3 .services {
	cursor: pointer;
}

@media (max-width:767px) {
	.ishi-services-style3 .services {
		margin-bottom: 30px;
	}

	.ishi-services-style3 .services:nth-child(3) {
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.ishi-services-style3 .services:hover .service-img {
		transform: rotateY(360deg);
	}

	.ishi-services-style3 .services:hover .service-block .service-title {
		color: #a8808b;
	}
}

.ishi-services-style3 .services .services-part {
	padding: 30px 0;
	text-align: left;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style3 .services .services-part {
		text-align: center;
	}
}

@media (max-width:767px) {
	.ishi-services-style3 .services .services-part {
		padding: 0;
	}
}

@media (max-width:400px) {
	.ishi-services-style3 .services .services-part {
		text-align: center;
	}
}

.ishi-services-style3 .services .service-img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0;
	text-align: center;
	height: 77px;
	width: 106px;
	background: #f7f7f7;
	line-height: 50px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style3 .services .service-img {
		margin-bottom: 15px;
	}
}

@media (max-width:400px) {
	.ishi-services-style3 .services .service-img {
		margin-bottom: 15px;
	}
}

.ishi-services-style3 .services .service-block {
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	width: 68%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:768px) {
	.ishi-services-style3 .services .service-block {
		padding: 0;
		width: auto;
	}
}

@media (max-width:767px) {
	.ishi-services-style3 .services .service-block {
		width: 70%;
	}
}

@media (max-width:400px) {
	.ishi-services-style3 .services .service-block {
		display: block;
		padding: 0;
		width: auto;
	}
}

.ishi-services-style3 .services .service-block .service-title {
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 5px;
	letter-spacing: 0;
	line-height: 27px;
	color: #232323;
	font-family: var(--font-title-family);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) {
	.ishi-services-style3 .services .service-block .service-title {
		font-size: 19px;
		line-height: 23px;
		margin: 0;
	}
}

.ishi-services-style3 .services .service-block .service-desc {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .5px;
	color: #888;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:991px) {
	.ishi-services-style3 .services .service-block .service-desc {
		font-size: 13px;
		font-weight: 400;
	}
}

.ishi-services-style3,.ishiparallaxwithtimerstyle2 {
	overflow: hidden;
	display: block;
}

.ishiparallaxwithtimerstyle2 .parallax_banner.parallax {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.ishiparallaxwithtimerstyle2 .parallax_banner .row {
	display: flex;
	align-items: center;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-banner {
		display: none;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-banner a {
	background-color: transparent;
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-banner img {
	max-width: 100%;
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content,.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list {
	text-align: center;
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 30px;
	letter-spacing: 6px;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-title {
		font-size: 17px;
		letter-spacing: 4px;
		margin-bottom: 20px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-offer {
	font-weight: 700;
	font-size: 45px;
	line-height: 45px;
	font-family: var(--font-title-family);
	margin-bottom: 25px;
}

@media (max-width:1199px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-offer {
		font-size: 39px;
		line-height: 39px;
	}
}

@media (max-width:767px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-offer {
		font-size: 35px;
		line-height: 35px;
	}
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-offer {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 30px;
	}
}

@media (max-width:368px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-offer {
		font-size: 24px;
		line-height: 24px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-subtitle {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	margin-bottom: 35px;
}

@media (max-width:991px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-subtitle {
		width: 80%;
		margin: 0 auto 28px;
	}
}

@media (max-width:767px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-subtitle {
		width: 100%;
		margin-bottom: 25px;
	}
}

@media (max-width:991px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .parallax-subtitle {
		font-size: 14px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer {
	margin-bottom: 20px;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer {
		margin-bottom: 9px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 57px;
	position: relative;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown {
		padding: 10px 0;
		width: 65px;
		height: 65px;
		margin: 0 1px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown:after {
	content: ":";
	position: absolute;
	right: -8px;
	left: auto;
	top: 0;
	font-size: 37px;
	font-weight: 600;
	line-height: 53px;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown:after {
		font-size: 35px;
	}
}

.header__localization localization-form:last-child .localization-form .disclosure:after,.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown:last-child:after {
	display: none;
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown:last-child .data,.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown:last-child .text {
	font-weight: 500;
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown .data {
	font-size: 27px;
	line-height: 30px;
	padding-bottom: 5px;
	pointer-events: none;
	font-weight: 400;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown .data {
		font-size: 22px;
		line-height: 22px;
	}
}

.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown .text {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	pointer-events: none;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
}

@media (max-width:543px) {
	.ishiparallaxwithtimerstyle2 .parallax_banner .parallax-list .countdowncontainer .countdown .text {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (min-width:992px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content {
		display: flex;
		align-items: center;
	}
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
	text-align: left;
	margin-bottom: 50px;
}

@media (max-width:1199px) and (min-width:992px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
		text-align: center;
	}
}

@media (max-width:991px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
		margin-bottom: 30px;
	}
}

@media (max-width:767px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container {
		text-align: center;
	}
}

@media (max-width:543px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:nth-child(2) {
		margin-bottom: 30px;
	}
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner {
	min-width: 50px;
	min-height: 50px;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (max-width:1199px) and (min-width:992px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner {
		margin-bottom: 15px;
	}
}

@media (max-width:991px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-inner {
		margin-bottom: 15px;
	}
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner {
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	padding-left: 10px;
}

@media (max-width:1199px) and (min-width:992px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner {
		padding: 0;
	}
}

@media (max-width:767px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .image-text-inner {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-title {
	font-size: 18px;
	line-height: 22px;
	color: #232323;
	margin-bottom: 6px;
	font-weight: 500;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container .features-subtitle {
	font-size: 15px;
	line-height: 22px;
	color: #888;
	font-weight: 400;
}

.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:last-child {
	margin: 0;
}

@media (min-width:768px) {
	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .image-inner {
		transform: rotateY(360deg);
		-webkit-transition: rotateY(360deg);
		-moz-transition: rotateY(360deg);
		-o-transition: rotateY(360deg);
	}

	.ishifeaturesstyle3 .features-block .ishifeaturesblock_content .ishifeaturesblock-container:hover .features-title {
		letter-spacing: 1px;
		color: var(--brand-secondary);
	}
}

.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .features-left {
	order: 1;
}

@media (max-width:543px) {
	.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .features-left {
		width: 100%;
		margin-bottom: 20px;
	}
}

.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .features-right {
	order: 3;
}

@media (max-width:543px) {
	.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .features-right {
		width: 100%;
	}
}

.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .banner-center {
	order: 2;
}

@media (max-width:991px) {
	.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img {
		margin-bottom: 30px;
	}
}

.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img img {
	position: relative;
	bottom: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media (min-width:768px) {
	.ishifeaturesstyle3 .features-block .features_style1 .ishifeaturesblock_content .banner-center .banner-img img {
		animation: MoveUpDown 4s linear infinite;
	}
}

.ishi-specialproduct .outstock-overlay,.ishi-specialproduct .product-flags,.localization-form .no-js-hidden:after {
	display: none;
}

.ishi-specialproduct .grid__item .card-wrapper {
	display: flex;
	align-items: center;
}

.ishi-specialproduct .card--product {
	padding: 0;
}

.ishi-specialproduct .card--product .card__inner {
	position: relative;
	overflow: hidden;
}

.ishi-specialproduct .thumbnail-buttons {
	left: 0;
	right: auto;
	top: auto;
	bottom: 0;
	position: absolute;
	margin-top: 0!important;
}

.ishi-specialproduct .thumbnail-buttons .btn-info {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	margin: 0 5px 0 0;
	opacity: 1;
	box-shadow: none;
	box-sizing: border-box;
	border: 1px solid var(--border-color);
	background-color: var(--button-bg-color);
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

@media screen and (max-width:543px) {
	.ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons .btn-info,.ishi-specialproduct .collection .list__item .card-wrapper .thumbnail-buttons .btn-info,.ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons .btn-info,.ishi-specialproduct .template-search .list__item .card-wrapper .thumbnail-buttons .btn-info {
		margin: 0 3px 0 0;
		width: 35px;
		height: 35px;
	}
}

.ishi-specialproduct .thumbnail-buttons .btn-info:hover {
	border: 1px solid var(--border-hover-color);
	background-color: var(--button-bg-hover-color);
}

.ishi-specialproduct .thumbnail-buttons .btn-info svg {
	width: 35px;
	height: 35px;
	fill: var(--button-text-color);
}

.ishi-specialproduct .thumbnail-buttons .btn-info:hover svg {
	fill: var(--button-text-hover-color);
}

.ishi-specialproduct .card-information,.ishi-specialproduct .card-information .card-information__wrapper {
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons,.ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons {
	text-align: left;
	border: 0;
}

@media (max-width:767px) {
	.ishi-specialproduct .collection .grid__item .card-wrapper .thumbnail-buttons,.ishi-specialproduct .template-search .grid__item .card-wrapper .thumbnail-buttons {
		opacity: 1;
		position: unset;
		justify-content: left;
	}
}

.ishi-specialproduct .card-information {
	background: 0 0;
	margin-top: 0;
	padding: 10px 10px 0;
}

@media (max-width:767px) {
	.ishi-specialproduct .card-information {
		padding-top: 0;
	}
}

.ishi-specialproduct .card-information .price {
	justify-content: left;
}

.ishi-specialproduct .card-information .spr-badge {
	margin-bottom: 5px;
}

@media (max-width:767px) {
	.ishi-specialproduct .card-information .spr-badge {
		margin-bottom: 4px;
	}
}

.ishi-specialproduct .card-information .card-information__text {
	margin-bottom: 8px;
}

.ishi-specialproduct .card-wrapper .card-information .price {
	margin-top: 0;
	margin-bottom: 10px;
	opacity: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

@media screen and (max-width:767px) {
	.ishi-specialproduct .card-wrapper .card-information .price {
		margin-bottom: 4px;
	}
}

.ishi-specialproduct .card-wrapper:hover .spr-badge {
	opacity: 1;
}

@media (min-width:768px) {
	.ishi-specialproduct .thumbnail-buttons .btn-info {
		opacity: 0;
		-webkit-transform: translateY(70px);
		-moz-transform: translateY(70px);
		-ms-transform: translateY(70px);
		-o-transform: translateY(70px);
		transform: translateY(70px);
	}

	.ishi-specialproduct .grid__item .card-wrapper {
		text-align: left;
	}

	.ishi-specialproduct .card-wrapper:hover .card-information .price {
		opacity: 0;
	}

	.ishi-specialproduct .card-wrapper:hover .thumbnail-buttons .btn-info {
		transform: unset;
		opacity: 1;
	}

	.ishi-specialproduct .card-wrapper:hover .thumbnail-buttons .quick-view {
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.ishi-specialproduct .card-wrapper:hover .thumbnail-buttons .wishlist {
		-webkit-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-o-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
	}

	.ishi-specialproduct .card-wrapper:hover .thumbnail-buttons .cart-btn {
		-webkit-transition: all .9s ease-in-out;
		-moz-transition: all .9s ease-in-out;
		-o-transition: all .9s ease-in-out;
		transition: all .9s ease-in-out;
	}
}

.ishi-specialproduct .card-wrapper .thumbnail-buttons .quick-view {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ishi-specialproduct .card-wrapper .thumbnail-buttons .wishlist {
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.ishi-specialproduct .card-wrapper .thumbnail-buttons .cart-btn {
	-webkit-transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}

@media screen and (max-width:767px) {
	.ishi-specialproduct .grid__item {
		width: calc(100% - 0rem/2);
	}

	.ishi-specialproduct .card-wrapper .thumbnail-buttons .btn-info>div {
		border: 0;
		margin: 0;
	}
}

.ishi-specialproduct .thumbnail-buttons .btn-info.sold-out {
	cursor: not-allowed;
}

.ishi-specialproduct .thumbnail-buttons .cart-btn.loading {
	background-color: var(--button-bg-hover-color);
	border-color: var(--button-bg-hover-color);
}

.ishi-specialproduct .thumbnail-buttons .cart-btn.loading svg {
	opacity: 0;
}

.ishi-specialproduct .thumbnail-buttons .cart-btn.loading:before {
	position: absolute;
	content: "";
	font-family: "FontAwesome";
	color: var(--button-text-hover-color);
	border: 1px solid var(--border-hover-color);
	width: 35px;
	height: 35px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	-webkit-animation: fa-spin2s infinite linear;
	-moz-animation: fa-spin 2s infinite linear;
	-o-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn {
	height: 35px;
	width: 35px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background-color: var(--button-bg-hover-color);
}

.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn a {
	display: block;
}

.ishi-specialproduct .thumbnail-buttons .wishlist .loader-btn i {
	display: block;
	color: #fff;
	position: relative;
	color: var(--button-text-hover-color);
	top: -1px;
}

@media (max-width:767px) {
	.ishi-specialproduct .card-information .card-information__text {
		font-size: 14px;
	}
}

.ishi-testimonials-style2 .ishitestimonials.testmonial-image {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.ishi-testimonials-style2 .section-header>h2 {
	margin-bottom: 60px;
}

@media (max-width:991px) {
	.ishi-testimonials-style2 .section-header>h2 {
		margin-bottom: 40px;
	}
}

@media (max-width:543px) {
	.ishi-testimonials-style2 .section-header>h2 {
		margin-bottom: 30px;
	}
}

.ishi-testimonials-style2 .ishitestimonials-container {
	text-align: center;
	position: relative;
	width: 55%;
	margin: 0 auto;
}

@media (max-width:1199px) {
	.ishi-testimonials-style2 .ishitestimonials-container {
		width: 70%;
	}
}

@media (max-width:991px) {
	.ishi-testimonials-style2 .ishitestimonials-container {
		width: 90%;
	}
}

@media (max-width:543px) {
	.ishi-testimonials-style2 .ishitestimonials-container {
		width: 100%;
	}
}

.ishi-testimonials-style2 .ishitestimonials-container .testimonial-img {
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	border: 3px solid var(--brand-secondary);
	overflow: hidden;
	margin: 0 auto 25px;
	height: 100px;
}

@media (max-width:991px) {
	.ishi-testimonials-style2 .ishitestimonials-container .testimonial-img {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.ishi-testimonials-style2 .ishitestimonials-container .testimonial-img {
		margin-bottom: 20px;
	}
}

.ishi-testimonials-style2 .ishitestimonials-container .testimonial-img img {
	border-radius: 50%;
	max-width: 100%;
}

.ishi-testimonials-style2 .ishitestimonials-container .user-description {
	margin-bottom: 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .5px;
}

.ishi-testimonials-style2 .ishitestimonials-container .user-description p {
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: .5px;
}

.ishi-testimonials-style2 .ishitestimonials-container .user-detail .user-name {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #232323;
}

@media (max-width:543px) {
	.ishi-testimonials-style2 .ishitestimonials-container .user-detail .user-name {
		display: block;
		font-size: 20px;
		margin-bottom: 5px;
	}
}

.ishi-testimonials-style2 .ishitestimonials-container .user-detail .user-designation {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #666;
}

@media (max-width:543px) {
	.ishi-testimonials-style2 .ishitestimonials-container .user-detail .user-designation {
		display: block;
		padding: 0;
	}
}

.ishi-testimonials-style2 .owl-theme .owl-dots {
	margin-top: 70px!important;
	display: block;
	text-align: center;
	position: unset;
	opacity: 1;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

@media (max-width:991px) {
	.ishi-testimonials-style2 .owl-theme .owl-dots {
		margin-top: 40px!important;
	}
}

@media (max-width:543px) {
	.ishi-testimonials-style2 .owl-theme .owl-dots {
		margin-top: 30px!important;
	}
}

.ishi-testimonials-style2 .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 2px;
}

.ishi-testimonials-style2 .owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 50px;
	height: 4px;
	background: #b2b2b2!important;
	margin: 0;
	border: 0;
	cursor: pointer;
	border-radius: 0;
	transition: all .5s;
}

.ishi-testimonials-style2 .owl-theme .owl-dots .owl-dot.active span,.ishi-testimonials-style2 .owl-theme .owl-dots .owl-dot:hover span {
	background: #232323!important;
}

.ishi-testimonials-style2 .owl-theme .owl-dots .owl-dot.active span {
	cursor: default;
}

.variant-container-mobile {
  display: flex;
  margin: 0px 0px 10px 0px;
}


.variant-title {
    flex-grow: 1;
    margin-top: auto;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    padding: 8px 0px 3px 5px;
}

.custom-selector-upsell {
	box-sizing: border-box;
	appearance: none;
	box-shadow: 2px 2px 4px #e0e0e0;
	width: 25px;
	height: 25px;
	margin: 5px 0 0;
	border-radius: 50%;
	position: relative;
    margin: 5px 5px 0px 0px;
}

#redirect2-upsell {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 1px;
    text-align: center;
}

.custom-selector-upsell:checked {
    transform: scale(1.2);
    border-color: #232323;
    background-color: #ccc;
    border: 1px solid #787878;
    box-shadow: inset 0 0 0 2px #ffffff
}

.custom-selector-upsell::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #fff 0, rgba(0, 0, 0, 0.25) 15%, #fff 23%, #fff 39%, rgba(0, 0, 0, 0.25) 50%, #fff 85%, rgba(0, 0, 0, 0.25) 71%, #fff 91%, #fff 95%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0.3; /* Adjust the opacity of the gradient layer as needed */
  background-clip: content-box; /* Clip the background to the content box */
}


.custom-selector {
	box-sizing: border-box;
	appearance: none;
	box-shadow: 2px 2px 4px #e0e0e0;
	width: 25px;
	height: 25px;
	margin: 5px 0 0;
	border-radius: 50%;
	position: relative;
    margin: 5px 5px 0px 0px;
}

#redirect2 {
  margin: 10px 0px 5px 0px;
  font-size:16px;
}

.custom-selector:checked {
    transform: scale(1.2);
    border-color: #232323;
    background-color: #ccc;
    border: 1px solid #787878;
    box-shadow: inset 0 0 0 2px #ffffff
}

.custom-selector::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #fff 0, rgba(0, 0, 0, 0.25) 15%, #fff 23%, #fff 39%, rgba(0, 0, 0, 0.25) 50%, #fff 85%, rgba(0, 0, 0, 0.25) 71%, #fff 91%, #fff 95%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0.3; /* Adjust the opacity of the gradient layer as needed */
  background-clip: content-box; /* Clip the background to the content box */
}

.custom-selector-style {
	box-sizing: border-box;
	appearance: none;
	max-width: 70%;
	height: 100%;
	margin: 5px 0 0;
	border-radius: 20px;
	position: relative;
    margin: 5px 5px 0px 0px;
}

.custom-selector-style:checked {
	border: 1px solid #000;
}

.custom-selector2 {
	box-sizing: border-box;
	appearance: none;
	box-shadow: 2px 2px 4px #e0e0e0;
	width: 25px;
	height: 25px;
	margin: 5px 0 0;
	border-radius: 50%;
	position: relative;
    margin: 5px 5px 0px 0px;
}

.custom-selector2:checked {
	border: 1px solid #000;
}

.custom-selector2::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, #fff 0, rgba(0, 0, 0, 0.25) 15%, #fff 23%, #fff 39%, rgba(0, 0, 0, 0.25) 50%, #fff 85%, rgba(0, 0, 0, 0.25) 71%, #fff 91%, #fff 95%, rgba(0, 0, 0, 0.25) 100%);
  opacity: 0.3; /* Adjust the opacity of the gradient layer as needed */
  background-clip: content-box; /* Clip the background to the content box */
}


.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 .disclosure:after {
	top: 8px!important;
}

@media (min-width:992px) {
	.localization-selector.link:hover {
		color: var(--header-icon-hover-color);
	}
}

#section-slideshow .flickity-page-dots {
	color: #000!important;
}



