/* * WooCommerce fixs * This file contain WooCommerce codes for some problems */
ul.woocommerce-error {
	margin: 10px 0;
	list-style: none;
}
.archive.search.search-no-results .styler-before-loop.styler-shop-filter-top-area {
    display: none;
}
.archive.search.search-no-results  .styler-products-wrapper .styler-products.row {
    margin: 0;
}
.archive.search.search-no-results .styler-not-found-info-wrapper {
    margin-top: 0;
}
/* masonry grid shop */

@media (min-width: 992px) {
    .shop-masonry-grid .styler-products.row {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(8),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(11),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(18),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(21),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(28),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(31),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(38),
    .shop-masonry-grid.masonry-column-3 .styler-products.row .product:not(.styler-product-type-7):nth-child(41) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(11),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(15),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(25),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(29),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(35),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(39),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(45),
    .shop-masonry-grid.masonry-column-4 .styler-products.row .product:not(.styler-product-type-7):nth-child(49){
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(1),
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(14),
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(19),
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(32),
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(37),
    .shop-masonry-grid.masonry-column-5 .styler-products.row .product:not(.styler-product-type-7):nth-child(50) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(1),
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(17),
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(23),
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(39),
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(45),
    .shop-masonry-grid.masonry-column-6 .styler-products.row .product:not(.styler-product-type-7):nth-child(61) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7) {
        display: inline-grid;
        width: 100%;
    }
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(1) .styler-thumb-wrapper,
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(11) .styler-thumb-wrapper,
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(15) .styler-thumb-wrapper {
        padding-bottom: 114%;
    }
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-4):nth-child(1) .styler-thumb-wrapper img,
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(11) .styler-thumb-wrapper img,
    .shop-masonry-grid .styler-products.row .product:not(.styler-product-type-7):nth-child(15) .styler-thumb-wrapper img {
        position: absolute;
        top: 0;
        left:0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1200px) {
    .shop-masonry-grid.masonry-column-3 .styler-products.row {
        grid-template-columns: repeat(4,1fr);
    }
    .shop-masonry-grid.masonry-column-4 .styler-products.row {
        grid-template-columns: repeat(5,1fr);
    }
    .shop-masonry-grid.masonry-column-5 .styler-products.row {
        grid-template-columns: repeat(6,1fr);
    }
    .shop-masonry-grid.masonry-column-6 .styler-products.row {
        grid-template-columns: repeat(7,1fr);
    }
}

/* shop hero category type */
.page-hero-big {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 450px;
    position: relative;
    justify-content: center;
}
.page-hero-big ul.styler-wc-category-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 15px;
}
.styler-shop-hero.page-hero-big {
    text-align: center;
}
.styler-shop-hero.page-hero-big .term-description,
.styler-shop-hero.page-hero-big .styler-breadcrumbs {
    margin-top: 15px;
}
.styler-shop-hero.has-bg-image .styler-breadcrumbs li,
.styler-shop-hero.has-bg-image .styler-breadcrumbs li a,
.styler-shop-hero.has-bg-image .term-description,
.styler-shop-hero.has-bg-image .page-title{
    color: var(--styler-light);
}
.styler-shop-hero.has-bg-image .page-title{
    margin-bottom: 0;
}
.page-hero-big ul.styler-wc-category-list li {
	display: inline-block;
	position: relative;
}

.page-hero-big ul.styler-wc-category-list li+li {
	margin-left: 20px;
}

.page-hero-big ul.styler-wc-category-list li a {
	padding: 10px 0;
}

.page-hero-big ul.styler-wc-category-list li a:after {
	content: '';
	height: 2px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.page-hero-big ul.styler-wc-category-list li a:hover:after {
	width: 100%;
}

/* shop hero category type */
/* shop hero category slider type */
.styler-shop-hero.styler-page-hero.page-hero-cat-slider.page-hero-static {
	background-position: center;
	background-size: cover;
	min-height: 330px;
	background-color: var(--styler-gray-soft);
	display: flex;
	align-items: flex-start;
	padding: 90px 0;
	align-content: center;
}

.has-default-header-type-trans .styler-shop-hero.styler-page-hero.page-hero-cat-slider.page-hero-static {
	min-height: 450px;
}
.styler-category-slider.styler-swiper-slider {
	max-width: 767px;
}

.styler-category-slider {
	margin-bottom: -140px;
	margin-top: 25px;
}
.styler-shop-hero.styler-page-hero.page-hero-cat-slider .styler-category-slider {
	margin-bottom: 0px;
}

.styler-category-slider .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 200ms linear;
	transform: scale(0.9);
}

.styler-category-slider .swiper-slide.swiper-slide-active {}

.styler-category-slider .styler-category-slide-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	padding: 10px 10px 0;
	background: #f4f4f4;
}

.styler-category-slider span.category-title {
	color: var(--styler-black);
	line-height: 1;
	margin-top: 0;
	padding: 10px;
}

.styler-category-slider span.cat-count {
	position: absolute;
	top: 5px;
	left: 5px;
	right: auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--styler-black);
	color: var(--styler-light);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
}

.styler-category-slider .swiper-pagination {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}

/* shop hero category slider type */
/* shop fixed popup messages */
.styler-shop-popup-notices {
    z-index: 9999999;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 15px;
    bottom: 15px;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.styler-shop-popup-notices .woocommerce-notices-wrapper {
    position: relative;
    max-width: 450px;
    width: 100%;
}
.styler-shop-popup-notices .update {
    display: block;
    text-transform: uppercase;
}
.styler-shop-popup-notices .woocommerce-notices-wrapper {
    transform: translateX(calc(-100% - 15px));
}
.styler-shop-popup-notices .woocommerce-message {
	background: var(--styler-success);
    color: var(--styler-light);
	padding: 15px 20px;
}

.styler-shop-popup-notices .woocommerce-error,
.styler-shop-popup-notices .woocommerce-notices-wrapper .woocommerce-error {
    background: var(--styler-red);
    color: var(--styler-light);
    padding: 25px 20px;
    text-align: left;
    margin: 0;
}

.styler-shop-popup-notices .woocommerce-notices-wrapper .button.wc-forward {
	display: none;
}
/* shop fixed popup messages */
/**
* ***************
*
* BUTTONS
*
* **************
*/
.styler-products.row {
	margin-bottom: -30px;
}

.styler-not-found-info-wrapper {
    text-align: center;
    margin-top: 60px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price .price,
.styler-price {
	color: var(--styler-gray-dark);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.woocommerce-variation-price .price span.del>span,
.styler-price span.del>span {
	text-decoration: line-through;
	color: var(--styler-black-soft);
}

.animation {
	will-change: opacity, transform;
	opacity: 0;
	-moz-animation: none;
	-webkit-animation: none;
	animation: none;
}

.styler-term.selected~.styler-term,
.styler-term.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* shop loop filter */
.styler-products-wrapper {
	position: relative;
}

.styler-before-loop {
	margin-bottom: 30px;
}

.styler-shop-filter-area {
	display: flex;
	align-items: center;
}

.styler-filter-action {
	display: flex;
	align-items: center;
}

.styler-toggle-hidden-sidebar svg,
.styler-open-fixed-sidebar svg,
.styler-filter-action svg {
	max-width: 20px;
	max-height: 20px;
}

.styler-before-loop .styler-block-right>div,
.styler-before-loop .styler-block-left>div {
	display: inline-flex;
	align-items: center;
}

.styler-before-loop .styler-block-left>div+div,
.styler-before-loop .styler-block-right>div+div {
	margin-left: 2px;
	padding-left: 20px;
	position: relative;
}

.styler-before-loop .styler-block-left>div:not(:last-child):before,
.styler-before-loop .styler-block-right>div:not(:last-child):before {
	content: "";
	width: 1px;
	height: 91%;
	border-radius: 3px;
	position: absolute;
	/* background: var(--styler-gray); */
	right: 0px;
}

.styler-filter-action li:not(:last-child) {
	margin-right: 10px;
}

.styler-toggle-hidden-sidebar,
.styler-open-fixed-sidebar,
.styler-filter-column-select ul li svg,
.styler-shop-filter-area ul li a,
.styler-shop-filter-area li a svg {
	display: flex;
	align-items: center;
	justify-content: center;
	fill: var(--styler-gray-dark);
	color: var(--styler-gray-dark);
}

.styler-filter-column-select li.active svg,
.styler-shop-filter-area li.active a:hover svg,
.styler-shop-filter-area ul li.active a,
.styler-shop-filter-area li.active a svg {
	fill: var(--styler-black);
	color: var(--styler-black);
}

.shop-layout-full-width .styler-open-fixed-sidebar {
	display: none;
}

.woocommerce-order .row {
    display: flex;
    justify-content: center;
}
.woocommerce .styler-shop-filter-ordering .woocommerce-ordering {
	margin: 0px;
}

.woocommerce .styler-shop-filter-ordering select.orderby {
	border: 0;
	height: auto;
	padding-left: 0;
	line-height: 30px;
}

.styler-woo-result-count .woocommerce-result-count {
	margin: 0;
}

.styler-shop-filter-area ul {
	list-style: none;
}

.styler-shop-filter-area .nice-select.orderby {
	border: 0;
	height: auto;
	padding-left: 0;
	line-height: 30px;
}

@media (max-width: 768px) {
	.styler-before-loop.styler-inline-two-block {
		flex-wrap: nowrap;
	}

	.styler-shop-filter-top-area>div>.styler-filter-per-page-area,
	.styler-shop-filter-top-area>div>.styler-filter-column-select-area {
		display: none;
	}
}

@media (max-width: 576px) {
	.styler-filter-action li:not(:last-child) {
		margin-right: 6px;
	}

	.styler-before-loop.styler-inline-two-block .styler-woo-result-count {
		display: none;
	}
}

/* shop loop filter */
/* quick view */
.styler-mfp-slide-bottom button.mfp-close,
.styler-mfp-slide-bottom button.mfp-arrow,
.mfp-styler-quickview button.mfp-close,
.mfp-styler-quickview button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

.styler-product360-wrapper,
.styler-single-product-delivery,
.styler-single-product-question,
.styler-quickview-wrapper {
    background: var(--styler-light);
    padding: 60px;
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 0 3px 10px rgb(116 116 116 / 22%);
}

/* woo buttons*/
.woocommerce-page #respond input#submit,
.woocommerce-page button.button,
.woocommerce-page a.button,
.woocommerce .button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .button {
	font-size: 14px;
	font-weight: 400;
	background-color: var(--styler-black);
	color: var(--styler-light);
	padding: 0px 15px;
	min-height: 38px;
	min-width: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
	outline: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	white-space: nowrap;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}

.styler-btn:not(.loading) .loading-wrapper {
	display: none;
}

.processing .styler-btn:not(.loading) .loading-wrapper {
    display: flex;
    background: var(--styler-black);
}

.styler-btn .loading-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--styler-light);
}

.woocommerce-page #respond input#submit:hover,
.woocommerce-page button.button:hover,
.woocommerce-page a.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover {
	opacity: 0.8;
}

/* quantity */
.quantity {
	width: 100%;
	height: 38px;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quantity input {
	border: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
	height: 100%;
	flex: 1;
	width: auto;
}

.quantity.hidden {
	display: none;
}

.quantity-button.plus,
.quantity-button.minus {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    flex: 0 0 22px;
    cursor: pointer;
    font-size: 14px;
    color: var(--styler-black);
    z-index: 1;
    position: relative;
}

.quantity-button.plus:hover,
.quantity-button.minus:hover {
	background: inherit;
}

.quantity-button.minus {
	letter-spacing: 0px;
}

form.cart .quantity {
    display: flex;
    margin-right: 5px;
}

input.qty[type='number'] {
	-moz-appearance: textfield;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* quantity */

/* star-rating */
.star-rating {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}

.star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: var(--styler-gray);
}

.star-rating>span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	font-size: 0;
}

.star-rating>span::before {
	content: "\f005\f005\f005\f005\f005";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--styler-base);
}

.star-rating,
.star-rating>span::before {
	font-size: 10px;
	line-height: 1;
}

p.stars {
	display: inline-flex;
	line-height: 1;
	font-size: 0;
}

p.stars a {
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	color: var(--styler-gray);
}

p.stars a:not(:last-child):after {
	content: "|";
	position: absolute;
	right: 0;
	font-size: 12px;
}

p.stars a:before {
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	letter-spacing: 2px;
}

p.stars a.star-1:before {
	content: "\f005";
}

p.stars a.star-2:before {
	content: "\f005\f005";
}

p.stars a.star-3:before {
	content: "\f005\f005\f005";
}

p.stars a.star-4:before {
	content: "\f005\f005\f005\f005";
}

p.stars a.star-5:before {
	content: "\f005\f005\f005\f005\f005";
}

p.stars a:hover:before,
p.stars.selected a.active:before {
	color: var(--styler-base);
}

@media(max-width:576px) {
	p.stars a:before {
		font-size: 10px;
	}
}
/* star-rating */

/* PAGINATION */
.styler-woocommerce-pagination {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.styler-woocommerce-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	margin-bottom: -10px;
	padding: 0;
}

.styler-woocommerce-pagination ul.page-numbers li {
	display: inline-block;
	margin-bottom: 10px;
	border: 0;
}

.styler-woocommerce-pagination ul.page-numbers li+li {
	margin-left: 10px;
}

.styler-woocommerce-pagination ul li a,
.styler-woocommerce-pagination ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	color: var(--styler-black);
	background-color: var(--styler-gray-soft);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	border-radius: 4px;
}

.styler-woocommerce-pagination ul li a:focus,
.styler-woocommerce-pagination ul li a:hover,
.styler-woocommerce-pagination ul li span.current {
	color: var(--styler-light);
	background-color: var(--styler-black);
}

/* PAGINATION */
/* form */
/* search autocomplete */
/* clears the 'X' from Internet Explorer */
input.styler-as[type=search]::-ms-clear,
input.styler-as[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input.styler-as[type="search"]::-webkit-search-decoration,
input.styler-as[type="search"]::-webkit-search-cancel-button,
input.styler-as[type="search"]::-webkit-search-results-button,
input.styler-as[type="search"]::-webkit-search-results-decoration {
	display: none !important;
}

.styler-asform-container {
	width: 100%;
}

.autocomplete-suggestions {
	padding: 10px;
	background: var(--styler-light);
	border: 1px solid var(--styler-gray);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	max-width: 100% !important;
}

.autocomplete-suggestion {
	padding: 0px;
	cursor: pointer;
	text-align: left;
	line-height: inherit;
	display: flex;
	height: auto;
	margin-bottom: 10px;
}

.styler-asform-container form.styler-asform {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 100%;
	position: relative;
}

.no-result+.autocomplete-suggestions {
	background: var(--styler-bg-soft);
}

.no-result+.autocomplete-suggestion {
	background: transparent;
	padding: 0px;
	line-height: inherit;
}

.autocomplete-suggestion img,
.autocomplete-suggestion .value {
	margin-right: 15px;
}

.autocomplete-suggestion .woocommerce-variation-price .price,
.autocomplete-suggestion .styler-price {
	font-size: 14px;
}

.autocomplete-suggestion:hover {
	background-color: var(--styler-gray-background);
}

.autocomplete-suggestion .value strong {
	color: var(--styler-primary);
}

.styler-asform,
.styler-asform input.styler-as,
.styler-asform input.styler-as:hover,
.styler-asform input.styler-as:focus {
	width: 100%;
	border: 0;
	border-radius: 0px;
	outline: none;
}

.styler-asform {
	position: relative;
	overflow: hidden;
}

.select2-container .select2-dropdown {
	border: 1px solid var(--styler-gray);
	border-radius: 0;
}

.select2-container.select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--styler-black);
	color: var(--styler-light);
}

.select2-container.select2-container--default .select2-results__option {
	padding: 4px 20px;
}

.select2-container.select2-container--default .select2-selection--single {
	background-color: var(--styler-light);
	border-radius: 0;
	padding: 12px 30px 12px 15px;
	min-height: 48px;
	height: auto;
	border: 1px solid var(--styler-gray);
	max-width: 100%;
	display: flex;
	align-items: center;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--styler-black-soft);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: auto;
	right: 0;
	width: 30px;
}
.nt-styler-content .woocommerce-message {
    padding: 15px;
    background: var(--styler-gray-soft);
    margin-bottom: 40px;
    max-width: 66%;
}
.nt-styler-content .styler-cart-empty-wrapper .woocommerce-message {
    margin-left: auto;
    margin-right: auto;
}
.styler-cart-empty-wrapper .return-to-shop {
    margin-top: 30px;
}
.nt-styler-content .woocommerce-message .button.wc-forward{
    display: none;
}

/* styler quick shop  */
/* styler magnific-popup animation  */
.styler-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-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;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.styler-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.styler-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.styler-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.styler-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.styler-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.styler-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.styler-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}
@media(max-width:576px){
    .styler-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
        margin: 15px;
        padding: 30px 20px 20px;
    }
}
/* animate out */
.styler-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.styler-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.styler-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.styler-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

/*/////////////////////////////////
01 >-----> PRODUCT BREADCRUMBS
/////////////////////////////////*/
.styler-swiper-slider-wrapper .swiper-button-prev,
.styler-swiper-slider-wrapper .swiper-button-next {
	background-image: none;
	color: var(--styler-black-soft);
}

.styler-swiper-slider-wrapper .swiper-button-prev:after,
.styler-swiper-slider-wrapper .swiper-button-next:after {
    font-size: 24px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: pointer;
	pointer-events: inherit;
}

.styler-swiper-thumbnails img {
	cursor: pointer;
}

.styler-swiper-thumbnails .swiper-slide-thumb-active img {
	border: 1px solid var(--styler-gray);
}

@media(min-width:1024px) {
	.styler-swiper-slider-wrapper .swiper-button-prev,
	.styler-swiper-slider-wrapper .swiper-button-next {
		opacity: 0;
		-moz-transition: -moz-transform ease 0.25s, opacity ease 0.25s;
		-webkit-transition: -webkit-transform ease 0.25s, opacity ease 0.25s;
		-o-transition: -o-transform ease 0.25s, opacity ease 0.25s;
		-ms-transition: -ms-transform ease 0.25s, opacity ease 0.25s;
		transition: transform ease 0.25s, opacity ease 0.25s;
	}

	.styler-swiper-slider-wrapper .swiper-button-next,
	.styler-swiper-slider-wrapper .swiper-container-rtl .swiper-button-prev {
		right: 0px;
		transform: translateX(30px);
	}

	.styler-swiper-slider-wrapper .swiper-button-prev,
	.styler-swiper-slider-wrapper .swiper-container-rtl .swiper-button-next {
		left: 0px;
		transform: translateX(-30px);
	}

	.styler-swiper-slider-wrapper:hover .swiper-button-prev,
	.styler-swiper-slider-wrapper:hover .swiper-button-next {
		opacity: 1;
	}

	.styler-swiper-slider-wrapper:hover .swiper-button-next,
	.styler-swiper-slider-wrapper:hover .swiper-container-rtl .swiper-button-prev {
		right: 0px;
		transform: translateX(-10px);
	}

	.styler-swiper-slider-wrapper:hover .swiper-button-prev,
	.styler-swiper-slider-wrapper:hover .swiper-container-rtl .swiper-button-next {
		left: 0px;
		transform: translateX(10px);
	}

	.styler-slider-thumbs-vertical-left.styler-swiper-slider-wrapper .swiper-button-next {
		right: 100px;
		opacity:0;
	}

	.styler-slider-thumbs-vertical-left.styler-swiper-slider-wrapper:hover .swiper-button-next {
		right: 120px;
		opacity:1;
	}

	.styler-slider-thumbs-vertical-left.styler-swiper-slider-wrapper .swiper-button-prev {
	    opacity:0;
		left: 100px;
	}

	.styler-slider-thumbs-vertical-left.styler-swiper-slider-wrapper:hover .swiper-button-prev {
	    opacity:1;
		left: 120px;
	}

    .styler-product-thumbnails-vertical {
        position: absolute;
        left: 15px;
        top: 100px;
        z-index: 5;
        overflow: hidden;
        height: 395px;
    }

    .styler-product-thumbnails-vertical .styler-product-thumbnails.swiper-vertical{
        height: 395px;
    }
}

@media(max-width:992px) {
    .styler-product-thumbnails-vertical .styler-product-thumbnails {
        margin-top: 10px;
    }
    .styler-product-thumbnails-vertical .styler-product-gallery-main-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media(max-width:480px) {
	.styler-swiper-slider-wrapper .swiper-button-prev:after,
	.styler-swiper-slider-wrapper .swiper-button-next:after {
		font-size: 24px;
	}
}

/*/////////////////////////////////
01 >-----> PRODUCT BREADCRUMBS
/////////////////////////////////*/
.styler-product-top-nav {
	margin: 0 0 21px;
	z-index: 2;
	position: relative;
}

.styler-product-breadcrumb-nav .styler-flex,
.styler-product-top-nav {
	justify-content: space-between;
}
.styler-product-top-nav.styler-bread-off {
    justify-content: flex-end;
}
.styler-product-breadcrumb-nav {
	padding: 30px 0;
	z-index: 2;
}

/*/////////////////////////////////
01 >-----> PRODUCT GENERAL
/////////////////////////////////*/
.styler-row-summary .styler-product-labels,
.styler-swiper-slider-wrapper .styler-product-labels {
	z-index: 5;
}

.styler-product-video-button+.styler-product-labels {
	top: 80px;
	left: 20px;
}

.styler-summary-item.styler-product-title {
	margin-top: -5px !important;
}

.styler-section:not(.first-section) {
	margin-top: 80px;
}

.section-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.styler-section .section-title {
	margin-bottom: 0;
	font-size: 22px;
	text-transform: capitalize;
}

.styler-summary-item .styler-svg-icon {
	max-width: 20px;
	max-height: 20px;
	margin-right: 5px;
}

.styler-product-summary ul,
.styler-product-summary ul.styler-product-features-list,
.styler-product-tabs-content ul,
.styler-product-tabs-content ul.styler-product-features-list {
	padding-left: 20px;
}

.styler-product-summary ul.styler-breadcrumb {
	padding-left: 0px;
}

form.styler-summary-item.styler-flex.cart.grouped_form {
	display: block;
}

.woocommerce-grouped-product-list.group_table {
	background: var(--styler-gray-soft);
	padding: 15px 0;
	margin-bottom: 20px;
    padding-bottom: 1px;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid var(--styler-gray);
	margin-bottom: 15px;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items:last-child {
    border: 0;
    margin-bottom: 0;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items li {
	padding: 0 25px;
}

.woocommerce-grouped-product-list-item__label {
	margin: 10px 0 0;
}

.woocommerce-grouped-product-list-item__price {
	margin-bottom: 15px;
}

form.styler-summary-item.grouped_form button {
    flex: 1 0 auto;
    height: 50px;
}
.styler-after-cart-grouped-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.styler-summary-item .styler-product-button {
	width: 38px;
	height: 38px;
	cursor: pointer;
}

.styler-after-cart-grouped-button-wrapper .styler-product-button {
	width: 50px;
	height: 50px;
}

.styler-summary-item .styler-product-button .styler-svg-icon {
	margin: 5px;
}

.styler-after-cart-button-wrapper {
	display: flex;
    gap: 5px;
}

.product:not(.styler-single-product-type-3) .single-product-add-to-cart-type-black .woocommerce-variation-add-to-cart,
.product:not(.styler-single-product-type-3) .single-product-add-to-cart-type-gray .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	align-content: center;
	background: var(--styler-bg-soft);
	border: 1px solid var(--styler-gray);
	padding: 20px;
	border-radius: 4px;
	text-align: center;
    gap: 5px;
}

/*/////////////////////////////////
02 >-----> PRODUCT NAV
/////////////////////////////////*/
.styler-product-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.styler-product-top-labels {
	display: flex;
	align-items: center;
}

.styler-product-top-labels .styler-label:not(:last-child) {
	margin-right: 5px;
}

.styler-product-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.styler-product-nav .product-nav-content {
	position: absolute;
	top: 100%;
	right: 0px;
	visibility: hidden;
	padding: 10px;
	min-width: 240px;
	opacity: 0;
	transition: opacity .1s ease .1s, visibility .1s ease .1s;
	animation: stylerfadeOutLeft .1s ease .1s both;
	z-index: 99;
	display: flex;
	align-items: center;
	flex-direction: row;
	background-color: var(--styler-light);
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	cursor: pointer;
}

.styler-product-nav .product-nav-link,
.styler-product-nav .product-nav-link:hover {
	opacity: 1;
}

.styler-product-nav .product-nav-link:hover>.product-nav-content {
	visibility: visible;
	opacity: 1;
	transition: opacity .3s ease, visibility .3s ease;
	animation: stylerfadeInLeft .3s ease both;
}

.styler-product-nav .product-nav-title {
	margin-left: 7px;
	font-size: 14px;
	color: var(--styler-black);
}

.styler-product-nav .product-nav-title:hover {
	color: var(--styler-primary);
}

.product-nav-link.styler-nav-shop {
	position: relative;
	margin: -2px 10px 0;
}

.styler-nav-arrow:after {
	font-family: swiper-icons;
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	font-weight: 600;
}

.styler-nav-next-arrow:after {
	content: 'next';
}

.styler-nav-prev-arrow:after {
	content: 'prev';
}

span.styler-shop-link-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.styler-shop-link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

span.styler-shop-link-icon:before,
span.styler-shop-link-icon:after {
	content: "";
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid var(--styler-black);
	margin: 1px;
}

span.product-nav-content:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
}

.product-nav-link.disabled {
	opacity: 0.5;
	pointer-events: none;
}

/*/////////////////////////////////
03 >-----> PRODUCT SUMMARY
/////////////////////////////////*/

.styler-product-summary-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.styler-product-summary .styler-summary-item {
	position: relative;
	color: var(--styler-black);
}

.styler-product-summary .styler-summary-item p {
	color: var(--styler-black-soft);
}

.styler-product-summary .styler-product-popup-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.styler-product-summary .styler-product-popup-details>div {
    line-height: 1;
}

.styler-product-summary .styler-product-meta {
	display: flex;
	flex-direction: column;
}

.styler-product-summary .styler-price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.styler-product-summary .styler-price-wrapper .styler-price {
	font-size: 18px;
	line-height: 1;
}

.styler-product-summary .styler-price-wrapper p.stock {
    font-size: 10px;
    padding: 5px 10px;
    letter-spacing: 0.2px;
    background-color: var(--styler-bg-soft);
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
}

.styler-product-summary .styler-price-wrapper p.out-of-stock {
	background: var(--styler-red);
	color: var(--styler-light);
}

.styler-product-summary .styler-product-features-list a {
    color: var(--styler-gray-dark);
}

.styler-product-summary .form-external>div {
	margin-bottom: 0px;
}

.styler-product-summary .styler-whatsapp {
    background-color: #25d366;
    width: 100%;
}

.styler-product-summary .styler-whatsapp i {
    font-size: 32px;
    margin-right: 6px;
}

.styler-summary-item.styler-extra-buttons {
    display: flex;
    gap: 5px;
}

.styler-extra-buttons > a {
    flex: 0 0 100%;
}

.styler-extra-buttons.has-two-buttons > a {
    flex: 1 1 50%;
}

form.cart {
    display: flex;
    gap: 5px;
}
/* variations form */
form.variations_form {
    flex-direction: column;
    gap: 15px;
}

.variations .styler-variations-items,
.variations .styler-variations-reset {
    display: flex;
    gap: 15px;
}

.variations .styler-variations-reset:not(.active) {
    display: none;
}

.variations .styler-small-title,
.variations .styler-small-title a {
    line-height: 1;
}

.variations .reset-title {
    opacity: 0;
    line-height: 0;
}

.variations_form .value select {
    padding: 12px 30px 12px 20px;
    min-height: 25px;
}

.variations_form .styler-small-title {
    display: flex;
    width: 60px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-variation-price {
	margin: 10px 0 10px;
}

.woocommerce-variation-price:empty {
    display: none;
}

.woocommerce-variation-add-to-cart-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.styler-variations-items select {
    line-height: 1;
    min-width: 200px;
}

.variations_form .reset_variations {
    background: var(--styler-black);
    color: var(--styler-light);
    padding: 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 25px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
    border-radius: 4px;
}

.styler-loop-swatches .styler-variations {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
/* variations form */

/*/////////////////////////////////
04 >-----> PRODUCT TABS
/////////////////////////////////*/

.styler-product-tab-title {
	border-bottom: 1px solid var(--styler-gray);
}

.styler-product-tab-title-item {
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--styler-black);
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.styler-product-tab-title-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: var(--styler-black);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	opacity: 0;
}

.styler-product-tab-title-item.active {
    color: var(--styler-black-soft);
}

.styler-product-tab-title-item.active::after {
	opacity: 1;
}

.styler-product-tab-title-item:first-child {
	margin-left: 0;
}

.styler-product-tab-content-item {
	padding: 20px 0;
	margin-bottom: -20px;
	display: none;
}

.styler-product-tab-content-item h4.title {
	display: none;
}

.styler-product-tab-content-item.active {
	display: block;
	animation: slide-down .3s ease-out;
}

.woocommerce-product-attributes-item th {
	width: 50%;
}

@media (max-width: 767px) {
    .styler-product-tab-title-item::after {
        height:0px;
    }
}

@media (max-width: 480px) {
    .styler-product-tab-title-item {
        margin-right: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 15px;
    }
    .styler-product-tab-title-item::after {
        bottom: 5px;
    }
}

/*/////////////////////////////////
05 >-----> PRODUCT RELATED SLIDER
/////////////////////////////////*/
.styler-product-related .styler-product {
	margin-bottom: 0;
}

.cross-sells-slider-nav,
.upsells-slider-nav,
.related-slider-nav {
	display: flex;
	align-items: center;
	justify-content: center;
}

.upsells-slider-nav>div,
.related-slider-nav>div {
	outline: none;
	cursor: pointer;
}

.cross-sells-slider-nav>div:hover,
.upsells-slider-nav>div:hover,
.related-slider-nav>div:hover {
	color: var(--styler-primary);
}

.styler-slide-prev.swiper-button-prev,
.styler-slide-next.swiper-button-next {
	position: relative;
	background-image: none;
	font-size: 12px;
	left: auto;
	right: auto;
	top: auto;
	margin: 0;
	color: var(--styler-black);
	width:27px;
	height: 44px;
}

.related-slider-nav .styler-slide-next,
.cross-sells-slider-nav .styler-slide-next,
.upsells-slider-nav .styler-slide-next {
	margin-left: 0px;
}

.styler-slide-prev.swiper-button-prev:after,
.styler-slide-next.swiper-button-next:after {
	font-size: 14px;
	font-weight: 600;
}

/*/////////////////////////////////
06 >-----> PRODUCT UPSELLS
/////////////////////////////////*/
.up-sells.upsells.styler-section {
	margin-bottom: -30px;
}

/*/////////////////////////////////
07 >-----> PRODUCT GALLERY SLIDER
/////////////////////////////////*/
.styler-product-gallery-main-slider .swiper-slide img {
	position: relative;
	width: 100%;
	display: block;
}

body:not(.page-loaded) .styler-product-gallery-main-slider.swiper-creative .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
	display: none;
}


/*/////////////////////////////////
08 >-----> PRODUCT PROGRESBAR
/////////////////////////////////*/
.styler-single-product-stock .stock-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.styler-single-product-stock .stock-sold,
.styler-single-product-stock .current-stock {
	display: inline-block;
}

.styler-single-product-stock .stock-details span {
	font-weight: 500;
	color: var(--styler-black);
}

.styler-single-product-stock .styler-product-stock-progress {
	background: var(--styler-bg-soft);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.styler-single-product-stock .styler-product-stock-progressbar {
	display: block;
	height: 5px;
	min-width: 1px;
	max-width: 100%;
	background: var(--styler-black);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.styler-single-product-stock .styler-product-stock-progressbar {
	animation: stock-progress-bar 8s ease;
	animation-delay: .5s
}
.styler-single-product-stock .stock-details span.available-message {
    display: block;
    font-size: 13px;
    color: var(--styler-red);
}

/*/////////////////////////////////
09 >-----> PRODUCT SHARE ICONS
/////////////////////////////////*/
.styler-social-icons a {
	position: relative;
}

.styler-social-icons a:after,
.styler-social-icons a:before {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}

.styler-social-icons a:before {
	content: "";
	position: absolute;
	background: 0 0;
	border: 6px solid transparent;
	border-top-color: var(--styler-black);
}

.styler-social-icons a:after {
	background: var(--styler-black);
	color: var(--styler-light);
	padding: 8px 10px;
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
}

.styler-social-icons a:after {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.styler-social-icons a:after,
.styler-social-icons a:before {
	bottom: 100%;
	left: 50%;
}

.styler-social-icons a:before {
	margin-bottom: -11px;
	left: calc(50% - 6px);
}

.styler-social-icons a:hover:before {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	transform: translateY(-8px);
}

.styler-social-icons a:hover:after {
	-webkit-transform: translateX(-50%) translateY(-8px);
	-moz-transform: translateX(-50%) translateY(-8px);
	transform: translateX(-50%) translateY(-8px);
}

.styler-social-icons a:hover:after,
.styler-social-icons a:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	transition-delay: .1s;
}

.styler-social-icons a:after {
	content: attr(data-title);
}

.styler-product-share {
	display: flex;
	align-items: center;
	color: var(--styler-black);
	margin-top: 15px;
	font-weight: 500;
}

.styler-product-share a {
	font-size: 13px;
	margin: 0;
	color: var(--styler-light);
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.styler-product-share span.share-title {
	margin-right: 5px;
}

.styler-product-share a.social-facebook {
	background: #3b5998;
}

.styler-product-share a.social-twitter {
	background-color: #1da1f2;
}

.styler-product-share a.social-pinterest {
	background-color: #e60023;
}

.styler-product-share a.social-linkedin {
	background-color: #0077b5;
}

.styler-product-share a.social-reddit {
	background-color: #ff4500;
}

.styler-product-share a.social-whatsapp {
	background-color: #25d366;
}

.styler-product-share a.social-ok {
	background-color: #ee8208;
}

.styler-product-share a.social-telegram {
	background-color: #0088CC;
}

.styler-product-share a.social-email {
	background-color: #000;
}

.styler-product-share a.social-viber {
	background-color: #7360f2;
}

.styler-product-share a.social-vk {
	background-color: #4C75A3;
}

.styler-product-share a.social-youtube {
	background-color: #FF0000;
}

.styler-product-share a.social-vimeo {
	background-color: #1ab7ea;
}

.styler-product-share a.social-tumblr {
	background-color: #34526f;
}

.styler-product-share a.social-flickr {
	background-color: #0063dc;
}

.styler-product-share a.social-github {
	background-color: #6e5494;
}

.styler-product-share a.social-behance {
	background-color: #1769ff;
}

.styler-product-share a.social-dribbble {
	background-color: #8aba56;
}

.styler-product-share a.social-soundcloud {
	background-color: #ff8800;
}

.styler-product-share a.social-spotify {
	background-color: #1db954;
}

.styler-product-share a.social-snapchat {
	background-color: #fffc00;
}

.styler-product-share a.social-tiktok {
	background-color: #25F4EE;
}

/*/////////////////////////////////
10 >-----> PRODUCT QUESTION FORM
/////////////////////////////////*/
.styler-product-question-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--styler-gray);
	padding: 20px;
}

.styler-product-question-tumb {
	margin-right: 20px;
}

.styler-product-question-top .styler-product-question-title {
	font-size: 18px;
}

.styler-product-question-buttons {
	margin-left: 20px;
}

/*/////////////////////////////////////
11 >-----> PRODUCT ESTIMATED DELIVERY
/////////////////////////////////////*/
.styler-product-view,
.styler-estimated-delivery {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.styler-product-view svg {
	max-width: 14px;
	max-height: 14px;
}

.styler-estimated-delivery svg {
	max-width: 18px;
	max-height: 18px;
}

.styler-product-view span,
.styler-estimated-delivery span,
a.styler-open-popup,
.styler-product-summary .styler-product-meta .styler-brands,
.styler-product-summary .styler-product-meta .posted_in,
.styler-product-summary .styler-product-meta .tagged_as,
.styler-product-summary .styler-product-meta .styler-sku-wrapper {
	font-weight: 500;
	color: var(--styler-black);
}

.styler-product-summary .styler-product-meta .styler-brands a,
.styler-product-summary .styler-product-meta .posted_in a,
.styler-product-summary .styler-product-meta .tagged_as a {
	font-weight: 400;
	color: var(--styler-gray-dark);
}

/*/////////////////////////////////////
12 >-----> PRODUCT REVIEW LIST
/////////////////////////////////////*/
.commentlist {
	margin: 0;
}

.commentlist .avatar {
	margin-right: 20px;
}

.commentlist .comment_container {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.commentlist li {
	position: relative;
}

.commentlist p.meta {
	margin: 0 !important;
}

.commentlist .star-rating {
	position: absolute;
	top: 5px;
	right: 0;
}

.product-review-form p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.product-review-form p.comment-form-cookies-consent label {
	margin-bottom: 0px;
	line-height: 1;
}

/* Customer Reviews for WooCommerce Plugin */
#nt-woo-single #reviews.cr-reviews-ajax-reviews {
    margin: 60px auto 0;
    max-width: 800px;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay.cr-q-modal {
	display: flex;
	background: none;
	opacity: 1;
	z-index: 99;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form {
	width: 100%;
	max-width: 470px;
	height: 580px;
	border: 1px solid var(--styler-gray) !important;
	border-radius: 0;
	background: #ffffff;
	opacity: 1;
	position: relative;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-title {
	max-width: 100%;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 22px;
	color: var(--styler-black);
	font-weight: 500;
	text-align: left;
	display: block;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
	max-width: 100%;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	display: block;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q {
	max-width: 100%;
	width: 82%;
	margin-top: 30px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	display: block;
	padding: 12px 20px;
	min-height: 45px;
	border: 1px solid var(--styler-gray);
	max-width: 100%;
	box-shadow: none;
	background: var(--styler-light);
	border-radius: 0;
	resize: none;
	outline-style: none;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email,
#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email {
	max-width: 100%;
	width: 82%;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	font-size: inherit;
	font-weight: inherit;
	text-align: left;
	display: block;
	box-shadow: none;
	padding: 12px 20px;
	min-height: 45px;
	border: 1px solid var(--styler-gray);
	max-width: 100%;
	box-shadow: none;
	background: var(--styler-light);
	border-radius: 0;
	outline-style: none;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
	max-width: 100%;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 0;
	margin-bottom: 0px;
	width: inherit;
	text-align: left;
	display: block;
}

#nt-woo-single #nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	font-size: inherit;
	font-weight: inherit;
	background: var(--styler-black);
	border: 0px solid;
	border-radius: 0;
	height: 42px;
	padding: 0 30px;
	width: inherit;
	color: #ffffff;
	cursor: default;
	display: inline-block;
	outline-style: none;
}

#nt-woo-single .cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p {
	background: var(--styler-black);
	color: #ffffff;
	cursor: default;
	display: none;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: var(--styler-light);
	padding: 0 15px;
	min-width: 160px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	border-radius: 0px;
	position: relative;
	cursor: pointer;
	border: 0;
	height: 38px;
	font-size: 14px;
	color: var(--styler-light);
	border-color: var(--styler-black);
	background-color: var(--styler-black);
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-mail {
	margin-top: 48px;
	margin-left: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	height: 70px;
	display: block;
}

.cr-noscroll {
	overflow: inherit !important;
}

#nt-woo-single #reviews .woocommerce-Reviews-title {
	font-size: 22px;
	margin-bottom: 30px;
}

#nt-woo-single .styler-product-summary #cr_qna h2 {
	display: none;
}

#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, .cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
	border: 1px solid var(--styler-gray) !important;
	border-radius: 0px !important;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-input-text,
#nt-woo-single .cr-ajax-search input[type="text"] {
	border: 1px solid var(--styler-gray) !important;
	border-radius: 0px !important;
	background-color: var(--styler-light);
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
	font-size: 14px;
	font-weight: inherit;
	background: var(--styler-black);
	border: 0px solid;
	border-radius: 0;
	height: 49px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	min-height: 38px;
	padding: 5px 20px;
}

#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	border: 0;
	height: auto;
	color: var(--styler-black);
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	padding: 0;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
	font-weight: 500;
	text-transform: capitalize;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-input-text,
#nt-woo-single .cr-ajax-search input[type="text"] {
	border: 1px solid var(--styler-gray) !important;
	border-radius: 0;
	background-color: var(--styler-light);
	color: var(--styler-black);
	background-image: none;
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: inherit;
	padding: 3px 7px;
	padding-left: 40px;
	padding-right: 20px;
	width: 100%;
	height: 49px;
	margin: 0px;
	font-size: inherit;
	box-shadow: none;
	outline: none;
}

#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon, .cr-all-reviews-shortcode .cr-qna-search-icon, #cr_qna.cr-qna-block div.cr-qna-search-block .cr-qna-search-icon {
	image-rendering: var(--styler-success) !important;
	fill: var(--styler-success) !important;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: block;
	color: inherit;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: block;
}

#nt-woo-single #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
#nt-woo-single #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
	font-size: 14px;
	font-weight: 400;
	line-height: inherit;
	display: block;
	color: var(--styler-black);
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .cr-button-search,
#nt-woo-single .cr-all-reviews-shortcode .cr-button-search,
#nt-woo-single #reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review,
#nt-woo-single .cr-show-more-reviews-prd {
	border: 0;
	border-radius: 0;
	border-color: var(--styler-black);
	padding: 3px 30px;
	background: var(--styler-black);
	font-weight: normal;
	color: white;
	font-size: inherit;
	cursor: pointer;
}

#nt-woo-single .ivole-meter .ivole-meter-bar {
	border-radius: 0px;
	background-color: var(--styler-gray-dark);
	background: var(--styler-gray-dark);
	box-shadow: none;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	color: var(--styler-black);
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
}

.cr-ajax-reviews-fil-sta {
	margin: 30px 0 0;
}

#nt-woo-single #reviews .cr-summaryBox-wrap .cr-average-rating, .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
	color: var(--styler-black);
}

#nt-woo-single #cr-ajax-reviews-review-form #review_form .cr-upload-local-images .cr-upload-images-status,
#nt-woo-single #cr-ajax-reviews-review-form .cr-upload-local-images .cr-upload-images-status {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#nt-woo-single #reviews .cr-summaryBox-wrap {
	padding: 0;
}

#nt-woo-single #cr-ajax-reviews-review-form form#commentform {
	padding: 0px;
}

#nt-woo-single #cr-ajax-reviews-review-form p.form-submit {
	margin: 0px;
}

#nt-woo-single ol.commentlist.cr-ajax-reviews-list {
	margin: 20px 0 0;
}

#nt-woo-single .cr-show-more-reviews-prd, #nt-woo-single .ivole-show-more-button {
	display: block;
	margin: 40px 80px 0;
	height: 38px;
}

#nt-woo-single a.ivole-a-button {
	border: 0;
	border-radius: 0;
	border-color: var(--styler-black-soft);
	padding: 3px 0px;
	background: var(--styler-light);
	font-weight: 500;
	color: #333;
	font-size: 12px;
}

#nt-woo-single .ivole-vote-button {
	display: inline-block;
	text-align: center;
	width: 30px;
}

#nt-woo-single .woocommerce-product-rating {
	margin: 10px 0 20px;
}

#nt-woo-single select.cr-ajax-reviews-sort {
	padding: 0;
	min-height: 45px;
	border: 0px solid var(--styler-gray);
	max-width: 100%;
	background: var(--styler-light);
	text-align: left;
	border-radius: 0;
	margin-left: -4px;
}

#nt-woo-single .comment-text {
	padding-left: 0px;
}

#nt-woo-single .comment-text .description {
	margin-bottom: -15px;
}

#nt-woo-single .comment-text .meta {
	text-transform: capitalize;
	text-align: left;
}

#nt-woo-single #reviews .woocommerce-noreviews {
	background: var(--styler-black-soft);
	display: inline-block;
	padding: 3px 19px;
	color: var(--styler-light);
	margin: 0px 0px 20px;
	border-radius: 4px;
}

#nt-woo-single img.avatar {
	margin-right: 20px;
	margin-bottom: 10px;
}

#nt-woo-single .commentlist li {
	margin: 0 0 40px;
}

#nt-woo-single .blog-comment .commentlist li:last-child,
#nt-woo-single .commentlist li:last-child {
	margin: 0;
}

#nt-woo-single #reviews div.iv-comment-image img {
	box-shadow: none;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	padding: 0;
	border-radius: 0;
}

#nt-woo-single #reviews .iv-comment-image {
	width: 60px;
	float: left;
	margin-right: 5px;
}

#nt-woo-single .cr-comment-image-text {
    margin: 30px 0 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 12px;
    font-weight: 500;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
	height: 36px;
	background: var(--styler-light);
	box-shadow: none;
	position: relative;
	border-bottom: 0px;
	border-bottom-color: var(--styler-black);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
    width: 250px;
    display: flex;
    padding-right: 10px;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}


#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .star-rating {
    margin-bottom: 10px;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
    opacity: .64;
    width: 25px;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#nt-woo-single .cr-reviews-slider .slick-dots li button, .cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .cr-reviews-slider .slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -5px;
    left: 2px;
    width: 5px;
    height: 5px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: var(--styler-black);
    -webkit-font-smoothing: antialiased;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .cr-reviews-slider .slick-prev:before, .cr-reviews-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: var(--styler-gray-dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
    width: 80%;
    margin: 0 auto 35px auto;
    background-color: #f4f4f400;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
    border-radius: 0;
    padding: 0 0 20px;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .iv-comment-images {
    margin-bottom: 1.5em;
}

#nt-woo-single #reviews .cr-voting-cont {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
	font-size: 18px;
	margin: 0 auto 5px auto;
	font-weight: 500;
	color: var(--styler-black);
}

#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
	margin-top: 2em;
	margin-bottom: 2em;
}

#nt-woo-single #reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
#nt-woo-single .cr-all-reviews-shortcode .cr-input-text:focus {
	outline: none;
	border-color: var(--styler-black) !important;
	box-shadow: inherit !important;
}

/*/////////////////////////////////////
13 >-----> PRODUCT ALL KEYFRAMES
/////////////////////////////////////*/
@keyframes stock-progress-bar {
	from {
		width: 100%
	}

	to {
		width: 0
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes stylerfadeInLeft {
	0% {
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		transform: none;
	}
}

@keyframes stylerfadeOutLeft {
	0% {
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		transform: none;
	}
}

/*/////////////////////////////////////////////
15 >-----> PRODUCT PAGE TYPE ACCORDION
/////////////////////////////////////////////*/
.styler-accordion-item {
	background-color: var(--styler-light);
	border: 1px solid var(--styler-gray);
}

.styler-accordion-header {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 12px 20px;
	font-weight: 500;
	color: var(--styler-black);
	text-align: left;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.styler-accordion-header::after {
	font-family: swiper-icons;
	font-size: 12px;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	font-weight: 600;
	margin-left: auto;
	content: "next";
	transition: transform 0.2s ease-in-out;
	transform: rotate(90deg);
}

.styler-accordion-item.active .styler-accordion-header::after {
	transform: rotate(-90deg);
}

.styler-product-summary .styler-summary-item>div.styler-accordion-item {
	margin-bottom: 0;
}

.styler-accordion-item:not(:first-of-type) {
	border-top: 0;
}

.styler-accordion-body {
	display: none;
	padding: 1rem 1.25rem;
}

.styler-accordion-body .styler-product-reviews-wrapper .section-title-wrapper {
	display: none;
}

/*/////////////////////////////////////////////
15 >-----> PRODUCT PAGE TYPE SHOWCASE
/////////////////////////////////////////////*/
.styler-product-showcase.styler-bg-dark {
	background: var(--styler-black);
}

.styler-product-showcase .styler-swiper-slider-wrapper {
	padding-bottom: 60px;
	padding-top: 60px;
}

.styler-product-showcase.styler-has-breadcrumb .styler-swiper-slider-wrapper {
	padding-top: 0;
}

.styler-product-showcase.styler-bg-dark .styler-product-summary {
	padding-bottom: 80px;
}

.has-default-header-type-trans .styler-product-showcase .styler-swiper-slider-wrapper {
	padding-top: 120px;
}

.has-default-header-type-trans .styler-product-showcase.styler-bg-dark.styler-has-breadcrumb .styler-swiper-slider-wrapper {
	padding-top: 0px;
}

.has-default-header-type-trans .styler-product-showcase.styler-bg-dark.styler-has-breadcrumb {
	padding-top: 120px;
}

.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-summary-item,
.styler-product-showcase.styler-bg-dark .styler-small-title,
.styler-product-showcase.styler-bg-dark .styler-small-title a,
.styler-product-showcase.styler-bg-dark .styler-product-view span,
.styler-product-showcase.styler-bg-dark .styler-estimated-delivery span,
.styler-product-showcase.styler-bg-dark a.styler-open-popup,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .posted_in,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .tagged_as,
.styler-product-showcase.styler-bg-dark .quantity-button.plus,
.styler-product-showcase.styler-bg-dark .quantity-button.minus,
.styler-product-showcase.styler-bg-dark .styler-accordion-header,
.styler-product-showcase.styler-bg-dark .woocommerce-product-attributes-item th,
.styler-product-showcase.styler-bg-dark .product-desc-content h4,
.styler-product-showcase.styler-bg-dark .product-desc-content .title,
.styler-product-showcase.styler-bg-dark .styler-single-product-stock .stock-details span,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .styler-brands,
.has-default-header-type-dark .panel-content .woocommerce-form-coupon-toggle a,
.styler-product-showcase.styler-bg-dark .styler-summary-item.styler-price p.stock.styler-stock-status,
#nt-woo-single .styler-product-showcase.styler-bg-dark #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button,
#nt-woo-single .styler-product-showcase.styler-bg-dark #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.styler-product-showcase.styler-bg-dark .styler-product-nav .product-nav-link,
.styler-product-showcase.styler-bg-dark .styler-product-nav .product-nav-link:hover,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .styler-sku-wrapper {
	color: var(--styler-light);
}
.styler-product-showcase.styler-bg-dark span.styler-shop-link-icon:before,
.styler-product-showcase.styler-bg-dark span.styler-shop-link-icon:after {
	border-color: var(--styler-light);
}

.styler-product-showcase.styler-bg-dark .styler-product-showcase.styler-bg-dark .styler-accordion-item,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-summary-item>div.styler-accordion-item,
#nt-woo-single .styler-product-showcase.styler-bg-dark #cr_qna.cr-qna-block .cr-qna-list-q-b .cr-qna-list-q-b-r {
	border-color: var(--styler-black-border);
}

.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-summary-item p,
.styler-product-showcase.styler-bg-dark .styler-product-summary ul,
.styler-product-showcase.styler-bg-dark .styler-product-summary ul.styler-product-features-list,
.styler-product-showcase.styler-bg-dark .styler-product-tabs-content ul,
.styler-product-showcase.styler-bg-dark .styler-product-tabs-content ul.styler-product-features-list {
	color: #bbbbbb;
}

#nt-woo-single .styler-product-showcase.styler-bg-dark #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	background: none;
}

.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .posted_in a,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .tagged_as a,
.styler-product-showcase.styler-bg-dark .styler-product-summary .styler-product-meta .styler-brands a,
.styler-product-showcase.styler-bg-dark .woocommerce-product-attributes-item a,
.styler-product-showcase.styler-bg-dark .woocommerce-review-link,
.styler-product-showcase.styler-bg-dark .product-desc-content a {
	color: var(--styler-primary);
}

.styler-product-showcase.styler-bg-dark .styler-product-button,
.styler-product-showcase.styler-bg-dark .styler-accordion-header {
	background-color: var(--styler-black);
}

.styler-product-showcase.styler-bg-dark .styler-accordion-item {
	background-color: var(--styler-black);
	border-color: var(--styler-light);
	;
}

.styler-product-showcase.styler-bg-dark .styler-svg-icon {
	fill: var(--styler-light);
}

.styler-product-showcase.styler-bg-dark .styler-summary-item.styler-price p.stock.styler-stock-status,
.styler-product-showcase.styler-bg-dark .styler-product-button.added,
.styler-product-showcase.styler-bg-dark .styler-single-product-stock .styler-product-stock-progressbar {
	background-color: var(--styler-primary);
}
.styler-product-showcase.styler-bg-dark .styler-breadcrumb li,
.styler-product-showcase.styler-bg-dark .styler-breadcrumb li a {
    display: inline-block;
    color: var(--styler-light);
    padding: 0;
    max-width: 100%;
}
.styler-product-showcase.styler-bg-dark .breadcrumb-item+.breadcrumb-item:before {
    content: "";
    display: inline-block;
    padding-right: 0;
    margin-bottom: 2px;
    width: 3px;
    height: 3px;
    background-color: var(--styler-bg-soft);
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
}

/*/////////////////////////////////////////////
15 >-----> PRODUCT PAGE TYPE SLIDER
/////////////////////////////////////////////*/
.styler-slider-thumbs-top .styler-swiper-thumbnails {
	margin-bottom: 10px;
}

.styler-slider-thumbs-bottom .styler-swiper-thumbnails {
	margin-top: 10px;
}

.styler-swiper-slider-wrapper {
	position: relative;
}

.styler-product-thumbnails.swiper-vertical {
	height: 100%;
}

.styler-product-thumbnails.swiper-vertical .swiper-slide {
	height: auto !important;
}

.styler-gallery-grid-item.styler-gallery-grid-video-item {
	margin-bottom: 30px;
}

.styler-swiper-slider-wrapper .styler-slide-video-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    background-color: var(--styler-black);
    color: var(--styler-light);
    background-size: cover;
    background-position: center;
}
.iframe-video {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.styler-gallery-grid-item {
	position: relative;
}

.styler-product-popup {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #000;
	color: var(--styler-light);
	z-index: 99;
	opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

div[data-fancybox="images"] {
    cursor: pointer;
}
.styler-product-popup:hover {
    color: var(--styler-light);
    opacity: 0.7;
}
.styler-gallery-grid-item.col .styler-product-popup {
	right: 30px;
}

span.styler-zoom-wrapper {
	z-index: 0;
}

.styler-product-gallery-main-slider .swiper-slide:hover .styler-product-popup,
.swiper-slide:hover .styler-product-popup,
.styler-gallery-grid-item:hover .styler-product-popup {
	opacity: 1;
	visibility: visible;
}

.styler-product-main-gallery-grid .styler-product-video-button,
.styler-product-gallery-main-slider .styler-product-video-button {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 2;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: var(--styler-gray);
    cursor: pointer;
}

.styler-slider-thumbs-vertical-left .styler-product-gallery-main-slider .styler-product-video-button {
    left: auto;
    top: 120px;
    border-radius: 4px;
    right: 20px;
    width: 52px;
    height: 52px;
}
.styler-slider-thumbs-vertical-left .styler-product-labels {
    top: 120px;
    right: 20px;
    left: auto;
}
.styler-slider-thumbs-vertical-left .styler-product-video-button+.styler-product-labels {
    top: 180px;
    right: 20px;
    left: auto;
}
.styler-slider-thumbs-vertical-left .styler-product-popup {
    top: 80px;
    right: 30px;
}
a.styler-product-video-button.mfp-iframe.styler-in-content {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: var(--styler-gray);
	margin-bottom: 15px;
}

.styler-product-gallery-main-slider a.styler-product-video-button:hover {
	color: var(--styler-light);
	background: var(--styler-black);
}

.styler-product-gallery-main-slider-carousel .swiper-slide {
	text-align: center;
}

.styler-product-gallery-main-slider-carousel:not(.swiper-coverflow) .swiper-slide:not(.swiper-slide-active) {
	/*transform: scale(0.8);*/
	opacity: 0.5;
}

.styler-product-showcase .styler-product-gallery-main-slider-carousel .swiper-pagination {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}

.swiper-container.swiper-coverflow {
	padding-top: 10px;
}

.styler-slider-thumbnails-full .swiper-wrapper {
	justify-content: center;
}

.styler-slider-thumbnails-full .swiper-slide {
	max-width: 90px;
}

.styler-product-main-gallery-grid {
	position: relative;
}

.styler-product-main-gallery-grid .styler-gallery-grid-item.iframe-video,
.swiper-slide.swiper-slide-video-item.iframe-video .styler-slide-iframe-wrapper {
	padding: 0;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.styler-product-main-gallery-grid .styler-gallery-grid-item.iframe-video iframe,
.swiper-slide.swiper-slide-video-item.iframe-video iframe,
.styler-product-main-gallery-grid .styler-gallery-grid-item.iframe-video video,
.swiper-slide.swiper-slide-video-item.iframe-video video {
	position: absolute;
	width: 101%;
	max-width: 101%;
	height: 180%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

/*/////////////////////////////////////////////
15 >-----> PRODUCT PAGE BOTTOM POPUP CART
/////////////////////////////////////////////*/
.styler-product-bottom-popup-cart {
	position: fixed;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	z-index: 101;
	padding: 10px 0;
	background: var(--styler-light);
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 0;
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
	-moz-box-shadow: -2px 2px 45px -20px rgba(0, 0, 0, .3);
	box-shadow: -2px 2px 45px -20px rgb(0 0 0 / 30%);
}

.styler-product-bottom-popup-cart.active {
	opacity: 1;
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.styler-product-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.styler-product-bottom-popup-cart .styler-product-bottom-details {
	display: flex;
	align-items: center;
	height: 100%;
}

.styler-product-bottom-popup-cart .styler-product-bottom-details img {
	margin-right: 20px;
}

.styler-product-bottom-popup-cart span.styler-price.price {
	display: block;
}

.styler-product-bottom-popup-cart form.styler-summary-item.styler-flex {
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin: 0;
}

.styler-product-bottom-popup-cart.styler-product-summary .styler-summary-item>div {
	margin-bottom: 0px;
}

.styler-product-bottom-popup-cart .styler-variations {
	margin-bottom: 0;
	margin-right: 40px;
}

.styler-product-bottom-popup-cart .woocommerce-variation-add-to-cart-disabled {
	margin-top: 0;
}

.styler-product-bottom-popup-cart .woocommerce-variation-price {
	margin: 5px 0;
}

.styler-product-bottom-popup-cart span.styler-small-title {
	margin-right: 10px;
}

.styler-product-bottom-popup-cart .mobile-title {
	text-align: center;
	margin-bottom: 5px;
}

.styler-product-bottom-popup-cart.relative {
	position: relative;
}

.styler-product-bottom-popup-cart .styler-summary-item .styler-product-button {
	display: none;
}

body.bottom-popup-cart-active .scroll-to-top {
	bottom: 120px;
}

.styler-product-to-top {
	max-width: 160px;
	display: block;
	margin: 12px 0 0 auto;
}

@media (max-width: 1025px) {
	.styler-social-icons .whatsapp-desktop {
		display: none !important;
	}

	a.styler-product-popup {
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width:992px) {
	.styler-summary-item.styler-product-title {
		margin-top: 20px;
	}

	.styler-product-showcase .styler-swiper-slider-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.styler-product-nav.styler-flex.styler-align-center {
		display: none;
	}

	.styler-section:not(.first-section) {
		margin-top: 40px;
	}

	.styler-summary-item.styler-product-title {
		margin-top: 30px;
	}

	.styler-single-product-question {
		padding: 40px 20px;
	}

	#nt-woo-single form.cart {
		margin-bottom: 30px;
	}

	#nt-woo-single #cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
		margin-top: 20px;
		margin-left: 0;
	}

	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
		margin-top: 40px;
	}

	#nt-woo-single #reviews {
		margin: 50px auto 0;
	}

	.product-review-list .star-rating {
		position: relative;
		top: auto;
		right: auto;
	}

	.styler-product-share a {
		font-size: 12px;
		width: 25px;
		height: 25px;
	}
	.styler-product-to-top {
    	margin: 12px auto 0 auto;
    }
    .styler-summary-item.styler-extra-buttons {
        flex-wrap: wrap;
    }
    .styler-summary-item.styler-extra-buttons > a {
        flex: 0 0 100%;
    }
    .styler-product-bottom-popup-cart .styler-product-bottom-inner {
        justify-content: center;
    }
    .styler-product-bottom-popup-cart img {
        display: none;
    }
}

@media (min-width: 1025px) {
	.styler-social-icons .whatsapp-mobile {
		display: none !important;
	}
}

@media (min-width: 768px) {

	.styler-slider-thumbs-right .col-md-2,
	.styler-slider-thumbs-left .col-md-2 {
		max-width: 115px;
	}

	.styler-product-gallery-main-slider-carousel .swiper-slide.swiper-slide-active img:not(.zoomImg) {
		border: 1px solid var(--styler-primary);
	}

	.styler-product-bottom-popup-cart form.styler-summary-item.styler-flex {
		justify-content: flex-end;
		height: 100%;
	}

	.styler-product-bottom-popup-cart .styler-product-bottom-title.mobile-title {
		display: none;
	}

	.styler-product-bottom-popup-cart .styler-summary-item .styler-product-button {
		display: flex;
	}
}


.styler-single-product-type-stretch .styler-product-accordion-wrapper {
    margin-top: 80px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin: 0;
    list-style: none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left;
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: var(--styler-light);
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}
.woocommerce-product-gallery a.styler-product-video-button {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: var(--styler-gray);
}
.woocommerce div.product div.images.styler-gallery-owl-enabled .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    list-style: none;
}
.woocommerce div.product div.images.styler-gallery-owl-enabled .flex-control-thumbs {
    margin-top: 10px;
}
.woocommerce div.product div.images.styler-gallery-owl-enabled .flex-control-thumbs li img {
    opacity: 1;
}
.woocommerce div.product div.images.styler-gallery-owl-enabled ol.flex-control-thumbs .owl-item {
    border: 1px solid var(--styler-gray)
}
.styler-checkout-footer-item.woocommerce-shipping-totals.shipping {
    display: block;
    padding: 10px;
    background: var(--styler-gray-soft);
    margin-top: 10px;
}
.styler-selected-variations-terms-wrapper {
    display: none;
}
.styler-selected-variations-terms {
    margin-bottom: 0;
    padding: 10px 15px;
    background: var(--styler-success);
    border-radius: 4px;
    color: var(--styler-light);
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1;
    margin-top: 10px;
}
.styler-select-variations-terms-title,
.styler-selected-variations-terms-title {
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    display: block;
}
.woocommerce-variation.single_variation>p {
    line-height: 1.4;
}
.woocommerce-variation.single_variation>p[role="alert"] {
    padding: 5px 10px;
    border: 1px solid var(--styler-yellow);
    background-color: var(--styler-yellow);
    color: var(--styler-light);
    border-radius: 4px;
}
.woocommerce-variation .stock {
    line-height: 1;
    font-size: 14px;
}
.woocommerce-variation .in-stock {
    color: var(--styler-success);
}

/* hint for swatches */
.styler-terms:not(.hide-icon) .styler-term.styler-selected:before {
    content: '✓';
    min-height: 18px;
    min-width: 18px;
    border-radius: 100%;
    background-color: var(--styler-success);
    color: var(--styler-light);
    text-align: center;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    bottom: auto;
    margin: 0;
    border: 0;
    opacity: 1;
    visibility: visible;
    left: auto;
    right: auto;
}

.styler-terms:not(.hide-icon) .styler-term.styler-disabled:before {
    content: '✖';
    min-height: 18px;
    min-width: 18px;
    border-radius: 100%;
    background-color: var(--styler-gray);
    color: var(--styler-dark);
    text-align: center;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.styler-terms:not(.hide-icon) .styler-term.styler-disabled:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.shop-before-loop-template-wrapper {
    margin-bottom: 30px;
}
.shop-after-loop-template-wrapper {
    margin-top: 30px;
}

.styler-checkout-iframe-active .woocommerce-form-login-toggle,
.styler-checkout-iframe-active .woocommerce-form-coupon-toggle {
    max-width: 100%;
}
p.form-row.form-row-wide.create-account {
    margin-top: 20px;
}
.styler-page-multistep-checkout .woocommerce-form-coupon-toggle {
    max-width: 100%;
    text-align: center;
}
.styler-page-multistep-checkout .checkout_coupon.woocommerce-form-coupon {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.styler-page-multistep-checkout form .form-row.styler-coupon-row {
    justify-content: center;
}
.styler-page-multistep-checkout p.styler-coupon-info {
    text-align: center;
}
.styler-checkout-iframe-active .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: block;
    text-align: center;
}
body.admin-bar.styler-checkout-iframe-active,
body.has-bottom-mobile-nav.styler-checkout-iframe-active,
body.styler-checkout-iframe-active {
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 0;
}
.store-page-wrap nav.woocommerce-breadcrumb {
    min-height: 80px;
    display: flex;
    align-items: center;
}
.styler-wpc-wishlist.styler-product-button {
    font-size: 18px;
}
.styler-wpc-wishlist.styler-product-button:hover > a > .woosw-btn-icon {
    color: var(--styler-light);
}
.wishlist-all-items {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid var(--styler-gray);
}
.styler-myaccount-content .wishlist-all-items {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
}
.styler-myaccount-content .wishlist-all-items a:not(.button):after {
    content: none;
}
.styler-myaccount-content .wishlist-all-items span.product-name {
    display: block;
}
.wishlist-all-items .styler-content-item .styler-content-info .product-name,
.wishlist-all-items .styler-content-item .styler-content-info a.styler-btn-small {
    color: var(--styler-black);
}
.wishlist-all-items .styler-content-item {
    margin-bottom: 0;
}
.wishlist-all-items .styler-empty-content {
    text-align: center;
}
.wishlist-all-items .styler-empty-content svg {
    float: none;
    opacity: 0.5;
    text-align: center;
    margin: 0;
}
.wishlist-all-items .styler-content-item + .styler-content-item {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--styler-gray);
}
.wishlist-page-link {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid var(--styler-black);
    line-height: 1;
    height: auto;
    margin-top: 15px;
}
.wishlist-page-link:hover {
    background-color: var(--styler-black);
    color: var(--styler-light);
}
.wishlist-area[data-wishlist-count="0"] .wishlist-page-link {
    display: none;
}
.styler-wishlist-copy {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--styler-gray);
}
.styler-small-title.message-error {
    padding: 10px;
    text-align: center;
    background: var(--styler-red);
    color: var(--styler-light);
    line-height: 1;
}

.terms-shape-square span.styler-term {
    border-radius: 0;
}
.terms-shape-radius span.styler-term {
    border-radius: 3px;
}

.wishlist-area.panel-content-item,
.has-products .wishlist-content {
    max-height: 100%;
    height: 100%;
}
.wishlist-area:not(.has-product) .styler-panel-content-items {
    max-height: 100%;
    overflow-y: auto;
}
.wishlist-area .has-clear-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-area[data-wishlist-count="0"] .has-clear-btn .clear-all-wishlist,
.wishlist-area[data-wishlist-count="1"] .has-clear-btn .clear-all-wishlist {
    display: none;
    pointer-events: none;
}
.wishlist-area .has-clear-btn .clear-all-wishlist {
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}
.wishlist-message .woocommerce-notices-wrapper img {
    max-width: 50px;
    margin-right: 15px;
}
.wishlist-message .woocommerce-notices-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wishlist-message .styler-small-title {
    color: var(--styler-light);
}
.wishlist-message span.product-name {
    font-weight: 600;
}

.has-buynow .styler-after-single-cart-button {
    display: flex;
    margin-bottom: 10px;
}

.has-buynow .quantity {
    max-width: 90px;
}

.styler-selected-variations-terms-wrapper {
    margin-top: 10px;
}

.quantity-button.minus:before {
    content: "";
    width: 6px;
    height: 1px;
    background: var(--styler-dark);
}

.styler-perfect-scrollbar.overflowed {
    overflow-y: auto;
    padding-right: 15px;
}

.password-protected form.form_password {
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-protected form.form_password button {
    height: 53px;
}

.password-protected form.form_password input {
    min-width: 200px;
}

.password-protected .styler-product-top-nav{
    display: none;
}

@media (min-width: 1025px) {
    .styler-sticky .styler-swiper-slider-wrapper,
    .styler-is-sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 140px;
    }
}

.product-protected>p {
    color: var(--styler-red);
}

.loading .styler-loop-product,
.loading .styler-shop-filter-top-area,
.loading .styler-shop-hero {
    pointer-events: none;
}

.loading .styler-loop-product .loading-wrapper {
    display: none;
}
.loading .styler-loop-product .styler-has-hidden-cart {
    max-height: 40px;
}
.loading .styler-loop-product .styler-product>div,
.styler-product-gallery-main-slider.swiper-container:not(.swiper-initialized),
.styler-product-thumbnails.swiper-container:not(.swiper-initialized),
.styler-products-widget-slider.swiper-container:not(.swiper-initialized),
.styler-swiper-slider.swiper-container:not(.swiper-initialized),
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized),
.styler-slick:not(.slick-initialized)
{
    position: relative;
    overflow: hidden;
}

.loading .styler-loop-product .styler-product>div,
.styler-product-gallery-main-slider.swiper-container:not(.swiper-initialized),
.styler-product-thumbnails.swiper-container:not(.swiper-initialized),
.styler-products-widget-slider.swiper-container:not(.swiper-initialized),
.styler-swiper-slider.swiper-container:not(.swiper-initialized),
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized),
.styler-slick:not(.slick-initialized)
{
    min-width: 100%;
    max-width: 100%;
}
.loading .styler-loop-product .styler-product>div::before,
.styler-product-gallery-main-slider.swiper-container:not(.swiper-initialized)::before,
.styler-product-thumbnails.swiper-container:not(.swiper-initialized)::before,
.styler-products-widget-slider.swiper-container:not(.swiper-initialized)::before,
.styler-swiper-slider.swiper-container:not(.swiper-initialized)::before,
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized)::before,
.styler-slick:not(.slick-initialized)::before
{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
}
.loading .styler-loop-product .styler-product>div::after,
.styler-product-gallery-main-slider.swiper-container:not(.swiper-initialized)::after,
.styler-product-thumbnails.swiper-container:not(.swiper-initialized)::after,
.styler-products-widget-slider.swiper-container:not(.swiper-initialized)::after,
.styler-swiper-slider.swiper-container:not(.swiper-initialized)::after,
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized)::after,
.styler-slick:not(.slick-initialized):not(.swiper-initialized)::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(
        to right,
        #f6f7f9 0%,
        #e9ebee 20%,
        #f6f7f9 40%,
        #f6f7f9 100%
    );
    background-repeat: no-repeat;
    background-size: 450px 400px;
    animation: shimmer 2s linear infinite;
    z-index: 99;
}
.styler-product-gallery-main-slider.swiper-container:not(.swiper-initialized)::after,
.styler-product-thumbnails.swiper-container:not(.swiper-initialized)::after,
.styler-products-widget-slider.swiper-container:not(.swiper-initialized)::after,
.styler-swiper-slider.swiper-container:not(.swiper-initialized)::after,
.styler-page-multistep-checkout .swiper-container:not(.swiper-initialized)::after,
.styler-slick:not(.slick-initialized):not(.swiper-initialized)::after
{
    background-size: 100vw;
    animation: shimmer2 2s linear infinite;
}
@keyframes shimmer {
    0% {
        background-position: -450px 0;
    }
    100% {
        background-position: 450px 0;
    }
}
@keyframes shimmer2 {
    0% {
        background-position: -100vw 0;
    }
    100% {
        background-position: 100vw 0;
    }
}

.styler-product-gallery-main-slider.swiper-container:not(.swiper-container-initialized)>.swiper-wrapper {
    gap: 0;
    overflow: initial;
}
form.cart .quantity.type-hidden {
    display: none!important;
}
.woocommerce-message.wishlist-message {
    display: flex;
    align-items: center;
    gap: 15px;
}
.wishlist-area.panel-content-item.has-products .styler-empty-content {
    display: none;
}
.styler-summary-item.styler-product-brand img {
    max-width: 60px;
    border-radius: 3px;
}

.woocommerce-terms-and-conditions-wrapper p.cr-customer-consent {
    margin-top: 15px;
}
.cr-customer-consent label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: flex-start;
    line-height: normal;
}
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
    margin-top: 3px;
}

.styler-loop-swatches .styler-small-title.label {
    display: none;
}
@media(max-width:992px) {
    .styler-product:not(.woo-catalog-mode-enabled):hover .styler-has-hidden-cart .styler-price,
    .styler-product:not(.woo-catalog-mode-enabled):hover .styler-has-hidden-cart .styler-product-name {
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: 0;
        opacity: 1;
        visibility: visible;
    }
}
@media(max-width:768px) {
    .styler-product-thumbnails.styler-swiper-thumbnails {
        margin-top: 10px;
    }
    .nt-styler-content .woocommerce-message {
        margin-bottom: 20px;
        max-width: 100%;
    }
}
.styler-shop-categories-wrapper {
    margin-bottom: 40px;
}
.styler-shop-categories-wrapper .styler-loop-category-title{
    margin-bottom: 0px;
    margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid var(--styler-gray);
    opacity: 1;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
		border: 1px solid var(--styler-dark)
}
.video-icon {
    position: relative;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--styler-dark);
    color: var(--styler-light);
}
@media(max-width:480px) {
    .page-hero-big {
        min-height: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.woocommerce .nt-sidebar-inner-widget .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    flex: 1;
    z-index: 1;
	line-height: normal!important;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:focus,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a:active {
  outline: none;
  background-color: transparent;
}
.styler_clear_cart_button {
    position: relative;
    bottom: -15px;
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: var(--styler-red);
    color: var(--styler-light);
    line-height: 1;
    cursor: pointer;
}

@media(min-width:1280px) {
    .styler_clear_cart_button {
        opacity: 0;
        visibility: hidden;
    }
    .minicart-panel:hover .styler_clear_cart_button {
        opacity: 1;
        visibility: visible;
    }
}
.styler-choosen-filters {
    margin-bottom: 20px;
}
.elementor-widget-container .wishlist-all-items {
    max-width: 100%;
}
.styler-loop-product-buttons-mobile .styler-add-to-cart-btn.type-variable.ready svg.svgRight,
.styler-loop-product-buttons-mobile .styler-add-to-cart-btn.type-variable:not(.ready) svg.shopBag {
    display: none;
}

.styler-loop-product-buttons-mobile .add_to_cart_button {
    font-size: 0;
}

#nt-woo-single .styler-accordion-body #reviews.cr-reviews-ajax-reviews {
    margin: 0;
}
#nt-woo-single .styler-accordion-body .cr-all-reviews-shortcode .cr-review-form-buttons,
#nt-woo-single .styler-accordion-body .cr-ajax-reviews-review-form .cr-review-form-buttons,
#nt-woo-single .styler-accordion-body .cr-reviews-grid .cr-review-form-buttons {
    padding: 0;
}
