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

@media (min-width: 992px) {
    .shop-masonry-grid .ninetheme-products.row {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(8),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(11),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(18),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(21),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(28),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(31),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(38),
    .shop-masonry-grid.masonry-column-3 .product:not(.ninetheme-product-type-9):nth-child(41) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(11),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(15),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(25),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(29),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(35),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(39),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(45),
    .shop-masonry-grid.masonry-column-4 .product:not(.ninetheme-product-type-9):nth-child(49){
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(1),
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(14),
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(19),
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(32),
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(37),
    .shop-masonry-grid.masonry-column-5 .product:not(.ninetheme-product-type-9):nth-child(50) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(1),
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(17),
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(23),
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(39),
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(45),
    .shop-masonry-grid.masonry-column-6 .product:not(.ninetheme-product-type-9):nth-child(61) {
        grid-column: span 2;
        grid-row: span 2;
        width: 100%;
    }
    .shop-masonry-grid .product:not(.ninetheme-product-type-9) {
        display: inline-grid;
        width: 100%;
    }
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(1) .ninetheme-thumb-wrapper,
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(11) .ninetheme-thumb-wrapper,
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(15) .ninetheme-thumb-wrapper {
        padding-bottom: 162%;
    }
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(1) .ninetheme-thumb-wrapper img,
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(11) .ninetheme-thumb-wrapper img,
    .shop-masonry-grid .product:not(.ninetheme-product-type-9):nth-child(15) .ninetheme-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 .ninetheme-products.row {
        grid-template-columns: repeat(4,1fr);
    }
    .shop-masonry-grid.masonry-column-4 .ninetheme-products.row {
        grid-template-columns: repeat(5,1fr);
    }
    .shop-masonry-grid.masonry-column-5 .ninetheme-products.row {
        grid-template-columns: repeat(6,1fr);
    }
    .shop-masonry-grid.masonry-column-6 .ninetheme-products.row {
        grid-template-columns: repeat(7,1fr);
    }
}


.single_add_to_cart_button.ninetheme-btn {
    min-width: 160px;
}

/* shop hero category type */

.page-hero-big ul.ninetheme-wc-category-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin-top: 15px;
}
.ninetheme-shop-hero.page-hero-big {
    text-align: center;
}
.ninetheme-shop-hero.page-hero-big .term-description,
.ninetheme-shop-hero.page-hero-big .ninetheme-breadcrumbs {
    margin-top: 15px;
}
.ninetheme-shop-hero.has-bg-image .ninetheme-breadcrumbs li,
.ninetheme-shop-hero.has-bg-image .ninetheme-breadcrumbs li a,
.ninetheme-shop-hero.has-bg-image .term-description,
.ninetheme-shop-hero.has-bg-image .page-title{
    color: #fff;
}
.ninetheme-shop-hero.has-bg-image .page-title{
    margin-bottom: 0;
}
.page-hero-big ul.ninetheme-wc-category-list li {
	display: inline-block;
	position: relative;
}

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

.page-hero-big ul.ninetheme-wc-category-list li a {
    padding: 10px 0;
    color: var(--ninetheme-light);
}

.page-hero-big ul.ninetheme-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;
}

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

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

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

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

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

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

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

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

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

.ninetheme-category-slider .swiper-pagination {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 20px;
}
/* shop hero category slider type */

/* shop fixed popup messages */
.ninetheme-shop-popup-notices {
    z-index: 105;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
}
.ninetheme-shop-popup-notices .woocommerce-notices-wrapper {
    position: relative;
    max-width: 450px;
    width: 100%;
    color: var(--ninetheme-light);
}
.ninetheme-shop-popup-notices .update {
    display: block;
    text-transform: uppercase;
}
.postion-top-right .woocommerce-notices-wrapper,
.postion-bottom-right .woocommerce-notices-wrapper {
    transform: translateX(calc(-100% - 15px));
}
.postion-top-left .woocommerce-notices-wrapper,
.postion-bottom-left .woocommerce-notices-wrapper {
    transform: translateX(calc(100% + 15px));
}
.ninetheme-shop-popup-notices .woocommerce-message,
.ninetheme-shop-popup-notices .is-success {
	background: var(--ninetheme-success);
	padding: 15px 20px;
}

.ninetheme-shop-popup-notices .woocommerce-error,
.ninetheme-shop-popup-notices .is-error,
.ninetheme-shop-popup-notices .woocommerce-notices-wrapper .woocommerce-error {
    background: var(--ninetheme-red);
    padding: 25px 20px;
    text-align: left;
    margin: 0;
}
.ninetheme-shop-popup-notices svg {
	display: none;
}
.ninetheme-shop-popup-notices.postion-top-right,
.ninetheme-shop-popup-notices.postion-bottom-right {
	right: 15px;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.ninetheme-shop-popup-notices.postion-bottom-right {
	bottom: 15px;
}


.ninetheme-shop-popup-notices.postion-top-left,
.ninetheme-shop-popup-notices.postion-bottom-left {
	left: 15px;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.ninetheme-shop-popup-notices.postion-bottom-left {
	bottom: 15px;
}
.ninetheme-shop-popup-notices.postion-top-right,
.ninetheme-shop-popup-notices.postion-top-left {
	top: 40px;
}

.ninetheme-shop-popup-notices.postion-centered {
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    visibility: visible;
    opacity: 1;
}

@media(max-width:576px){
    .ninetheme-shop-popup-notices {
    	left: 15px;
    }
    .ninetheme-shop-popup-notices.postion-top-left,
    .ninetheme-shop-popup-notices.postion-bottom-left {
    	right: 15px;
    }
}

.ninetheme-shop-popup-notices .ninetheme-shop-popup-notices-wrapper,
.ninetheme-shop-popup-notices ul.woocommerce-error {
	color: var(--ninetheme-light);
}
.ninetheme-shop-popup-notices .ninetheme-panel-close-button,
.ninetheme-shop-popup-notices .button.wc-forward,
.ninetheme-shop-popup-notices.ninetheme-notices-has-error .close-error {
	display: none;
}

.ninetheme-shop-popup-notices.postion-centered:hover,
.ninetheme-shop-popup-notices.postion-centered.active {
	opacity: 1;
	visibility: visible;
}
.ninetheme-shop-popup-notices span.product-name,
.ninetheme-shop-popup-notices p.message {
    color: var(--ninetheme-light);
}
.single_add_to_cart_button.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: var(--ninetheme-red);
}
/* shop fixed popup messages */
/**
* ***************
*
* BUTTONS
*
* **************
*/
.ninetheme-products.row {
	margin-bottom: -30px;
}

.ninetheme-not-found-info-wrapper {
    text-align: center;
    margin-top: 60px;
}

.woocommerce-variation-price .price,
.ninetheme-price {
    color: var(--ninetheme-primary);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

.ninetheme-filter-action li:not(:last-child) {
	margin-right: 10px;
}
.ninetheme-shop-filter-top-area.ninetheme-bg-dark .ninetheme-filter-action li a {
	color: var(--ninetheme-light);
}

.ninetheme-toggle-hidden-sidebar,
.ninetheme-open-fixed-sidebar,
.ninetheme-filter-column-select ul li svg,
.ninetheme-shop-filter-area ul li a,
.ninetheme-shop-filter-area li a svg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ninetheme-open-fixed-sidebar,
.ninetheme-filter-column-select ul li svg,
.ninetheme-shop-filter-area li a svg {
	fill: var(--ninetheme-gray);
	color: var(--ninetheme-gray);
}

.ninetheme-filter-column-select li.active svg,
.ninetheme-shop-filter-area li.active a:hover svg,
.ninetheme-shop-filter-area ul li.active a,
.ninetheme-shop-filter-area li.active a svg {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
    pointer-events: none;
}

.ninetheme-before-loop.ninetheme-shop-filter-top-area:not(.ninetheme-bg-none) {
    padding: 15px 30px;
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark {
	background-color: var(--ninetheme-dark);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray {
    background-color: var(--ninetheme-gray-soft);
}

.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray ul li a,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray span,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray svg,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray li a svg {
	fill: var(--ninetheme-dark);
	color: var(--ninetheme-dark);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray ul li.ninetheme-per-page-item.active a,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray ul li.ninetheme-per-page-item a:hover,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray li.active svg,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-gray li a:hover svg {
	fill: var(--ninetheme-primary);
	color: var(--ninetheme-primary);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark svg,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark li a svg {
	fill: var(--ninetheme-gray);
	color: var(--ninetheme-gray);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark li.active a svg,
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark li a:hover svg {
	fill: var(--ninetheme-primary);
	color: var(--ninetheme-primary);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark .nice-select .option:not(.selected) {
    color: var(--ninetheme-dark);
}
.ninetheme-before-loop.ninetheme-shop-filter-top-area.ninetheme-bg-dark .nice-select:after {
    border-color: var(--ninetheme-gray);
}


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

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

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

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

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

.ninetheme-shop-filter-area .nice-select.orderby {
	border: 0;
	height: auto;
	padding-left: 0;
	line-height: 30px;
}
body:not(.shop-layout-top-sidebar):not(.shop-layout-fixed-sidebar) .ninetheme-before-loop .ninetheme-block-left .ninetheme-open-fixed-sidebar + .ninetheme-woo-result-count {
    padding-left: 0;
    margin-left: 0px;
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
    .ninetheme-before-loop .ninetheme-block-left>div+div, .ninetheme-before-loop .ninetheme-block-right>div+div {
        padding-left: 15px;
    }
}
@media (max-width: 992px) {
	.ninetheme-before-loop.ninetheme-inline-two-block .ninetheme-woo-result-count {
		display: none;
	}
}
@media (max-width: 768px) {
	.ninetheme-before-loop.ninetheme-inline-two-block {
		flex-wrap: nowrap;
	}

	.ninetheme-shop-filter-top-area>div>.ninetheme-filter-per-page-area,
	.ninetheme-shop-filter-top-area>div>.ninetheme-filter-column-select-area {
		display: none;
	}
    .page-hero-big ul.ninetheme-wc-category-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin-top: 15px;
        background: var(--ninetheme-dark-soft);
        padding: 15px;
        border-radius: 4px;
    }
}

@media (max-width: 576px) {
	.ninetheme-filter-action li:not(:last-child) {
		margin-right: 6px;
	}
    .ninetheme-before-loop .svgSearch.ninetheme-svg-icon {
        max-width: 20px;
        max-height: 20px;
    }
}

/* shop loop filter */
/* quick view */
.ninetheme-mfp-slide-bottom button.mfp-close,
.ninetheme-mfp-slide-bottom button.mfp-arrow,
.mfp-ninetheme-quickview button.mfp-close,
.mfp-ninetheme-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;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: none;
}
.ninetheme-mfp-slide-bottom button.mfp-arrow:after,
.mfp-ninetheme-quickview button.mfp-arrow:after{
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	border: 0;
	margin:0;
	top: auto;
	left: auto;
	width: auto;
    height: auto;
	position: relative;
}
.ninetheme-mfp-slide-bottom button.mfp-arrow-left:after,
.mfp-ninetheme-quickview button.mfp-arrow-left:after {
	content: 'prev';
}
.ninetheme-mfp-slide-bottom button.mfp-arrow-right:after,
.mfp-ninetheme-quickview button.mfp-arrow-right:after {
	content: 'next';
}

.ninetheme-mfp-slide-bottom button.mfp-arrow,
.mfp-ninetheme-quickview button.mfp-arrow {
    background-image: none;
    background: var(--ninetheme-gray);
    border: 1px solid #e2e2e21a;
    color: var(--ninetheme-dark);
    width: 50px;
    height: 150px;
    border-radius: 4px;
    margin-right: 15px;
    margin-left: 15px;
}

.mfp-ninetheme-quickview .ninetheme-panel-close-button {
	position: absolute;
	top: 15px;
	right: 15px;
}

.mfp-ninetheme-quickview .ninetheme-panel-close-button:hover {
	background-color: var(--ninetheme-gray-soft);
}
.mfp-ninetheme-quickview .ninetheme-panel-close-button {
	position: absolute;
	top: 15px;
	right: 15px;
}

.mfp-ninetheme-quickview .ninetheme-panel-close-button:hover {
	background-color: var(--ninetheme-gray-soft);
}

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

.ninetheme-quickview-wrapper .ninetheme-quickview-thumbnails {
	margin-top: 15px;
}

.ninetheme-quickview-wrapper .ninetheme-product-attributes {
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--ninetheme-gray);
}

.ninetheme-quickview-wrapper .ninetheme-attr-label {
	text-transform: capitalize;
	margin-right: 5px;
	font-weight: 500;
	color: var(--ninetheme-dark);
}

.ninetheme-quickview-wrapper .ninetheme-attr-item {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-right: 15px;
}

.ninetheme-quickview-wrapper .product_meta>span a,
.ninetheme-quickview-wrapper .ninetheme-attr-value,
.ninetheme-quickview-wrapper .ninetheme-attr-value a {
	color: var(--ninetheme-dark);
}

.ninetheme-quickview-wrapper .product_meta>span a:hover,
.ninetheme-quickview-wrapper .ninetheme-attr-value a:hover {
	color: var(--ninetheme-gray);
}

.ninetheme-quickview-wrapper .ninetheme-title-rating {
	margin-bottom: 5px;
}

.ninetheme-quickview-wrapper .ninetheme-product-title {
	margin-bottom: 0px;
}

.ninetheme-quickview-wrapper .ninetheme-btn {
	margin-top: 15px;
}

.ninetheme-quickview-wrapper .product_meta>span {
	display: block;
}

.ninetheme-quickview-wrapper .product_meta {
	margin-top: 15px;
}

.ninetheme-quickview-wrapper .product_meta .sku_wrapper {
	display: none;
}

.ninetheme-quickview-wrapper .product_meta .sku_wrapper {
	display: none;
}

.ninetheme-quickview-wrapper .ninetheme-viewed-offer-time {
	margin-top: 15px;
}

.woocommerce div.ninetheme-quickview-wrapper form.cart .variations {
	margin-bottom: 0;
}

.ninetheme-quickview-wrapper .variations span.label {
	min-width: 40px;
}

.woocommerce div.ninetheme-quickview-wrapper form.cart .variations select {
	margin-right: 0;
	width: auto;
	padding: 10px;
	margin-left: 10px;
}

.ninetheme-quickview-wrapper ul.ninetheme-product-features-list+form {
	margin-top: 30px;
}

.ninetheme-quickview-wrapper .variations-items {
	display: flex;
	margin-bottom: 10px;
}

.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper .swiper-slide {
	text-align: center;
}

.ninetheme-quickview-wrapper .ninetheme-quickview-product-details ul, .ninetheme-quickview-wrapper .ninetheme-product-summary ul.ninetheme-product-features-list {
	list-style: disc;
	padding-left: 20px;
}

.ninetheme-quickview-wrapper .ninetheme-quickview-product-details ul.ninetheme-attr-list {
	padding: 0 !important;
	margin-bottom: 20px;
}

.ninetheme-quickview-wrapper .ninetheme-summary-item.ninetheme-product-meta {
	display: flex;
	flex-direction: column;
}

.ninetheme-quickview-wrapper .ninetheme-btn-small {
	color: #fff;
	border-color: var(--ninetheme-dark);
	background-color: var(--ninetheme-dark);
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding: 0 15px;
	min-width: 160px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	cursor: pointer;
	border: 0;
}

.ninetheme-quickview-wrapper .ninetheme-summary-item+.ninetheme-summary-item {
	margin-top: 20px;
}

.ninetheme-quickview-wrapper .ninetheme-summary-item.template-add-to-cart {
	display: inline-block;
}

.ninetheme-swiper-slider-wrapper .swiper-button-prev,
.ninetheme-swiper-slider-wrapper .swiper-button-next {
	background-image: none;
	color: var(--ninetheme-dark-soft);
}

.ninetheme-swiper-slider-wrapper .swiper-button-prev:after,
.ninetheme-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;
}

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

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

.ninetheme-quickview-thumbnails .swiper-slide {
	max-width: 60px;
}

.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price {
	margin-top: 15px;
}

.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper .swiper-slide {
	text-align: left;
}

@media(min-width:1024px) {

	.ninetheme-swiper-slider-wrapper .swiper-button-prev,
	.ninetheme-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;
	}

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

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

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

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

	.ninetheme-swiper-slider-wrapper:hover .swiper-button-prev,
	.ninetheme-swiper-slider-wrapper:hover .swiper-container-rtl .swiper-button-next {
		left: 0px;
		transform: translateX(10px);
	}
	.ninetheme-slider-thumbs-vertical-left.ninetheme-swiper-slider-wrapper .swiper-button-next {
		right: 100px;
		opacity:0;
	}
	.ninetheme-slider-thumbs-vertical-left.ninetheme-swiper-slider-wrapper:hover .swiper-button-next {
		right: 120px;
		opacity:1;
	}
	.ninetheme-slider-thumbs-vertical-left.ninetheme-swiper-slider-wrapper .swiper-button-prev {
	    opacity:0;
		left: 100px;
	}
	.ninetheme-slider-thumbs-vertical-left.ninetheme-swiper-slider-wrapper:hover .swiper-button-prev {
	    opacity:1;
		left: 120px;
	}
    .ninetheme-product-thumbnails-vertical {
        position: absolute;
        left: 15px;
        top: 100px;
        z-index: 5;
        overflow: hidden;
        height: 395px;
    }

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

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

@media(max-width:768px) {
	.admin-bar .mfp-wrap.mfp-ninetheme-quickview {
		top: 46px;
	}
    .ninetheme-product-thumbnails {
    margin-top: 10px;
}
	.admin-bar .ninetheme-quickview-wrapper {
		padding-bottom: 86px;
	}

	.ninetheme-product360-wrapper,
	.ninetheme-single-product-delivery,
	.ninetheme-single-product-question,
	.ninetheme-quickview-wrapper {
		max-width: 560px;
	}

	.ninetheme-mfp-slide-bottom button.mfp-arrow, .mfp-ninetheme-quickview button.mfp-arrow {
		overflow: hidden;
		visibility: hidden;
		display: none;
	}

	.ninetheme-summary-item.ninetheme-price span+p.stock.ninetheme-stock-status {
        position: relative;
        display: table;
        margin: 20px 0 0;
    }
}

@media(max-width:576px) {
	.single_variation_wrap .ninetheme-btn {
		min-width: 140px;
	}
}

@media(max-width:480px) {
	.mfp-arrow {
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}

	.ninetheme-quickview-wrapper {
		padding: 20px;
		padding-bottom: 86px;
	}

	.ninetheme-quickview-wrapper .ninetheme-product-attributes,
	.ninetheme-quickview-wrapper .ninetheme-attr-list,
	.ninetheme-quickview-wrapper .ninetheme-attr-item {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
		width: 100%;
	}

	.ninetheme-quickview-wrapper .ninetheme-attr-item {
		margin-right: 0;
		flex-direction: row;
	}

	.ninetheme-quickview-wrapper .ninetheme-btn {
		margin-top: 5px;
		display: inline-flex;
	}

	.ninetheme-quickview-wrapper div.product form.cart div.quantity,
	.woocommerce .ninetheme-quickview-wrapper div.product form.cart div.quantity {
		margin-right: 0;
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.ninetheme-swiper-slider-wrapper .swiper-button-prev:after,
	.ninetheme-swiper-slider-wrapper .swiper-button-next:after {
		font-size: 24px;
	}

	.mfp-ninetheme-quickview .ninetheme-panel-close-button {
		top: 10px;
		right: 0;
	}
}

/* ninetheme quickview */
.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(--ninetheme-dark);
	color: #fff;
	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;
}

.ninetheme-btn:not(.loading) .loading-wrapper {
	display: none;
}
.processing .ninetheme-btn:not(.loading) .loading-wrapper {
    display: flex;
    background: var(--ninetheme-light);
}
.ninetheme-btn .loading-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.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: auto;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    border: 1px solid var(--ninetheme-gray);
}

.woocommerce .product .grouped-list-item .quantity .qty,
.woocommerce .quantity .qty,
.quantity input {
    border: 0 !important;
    font-size: 12px;
    padding: 0 !important;
    text-align: center;
    min-height: 20px !important;
    flex: 1;
    width: calc(100% - 60px);
}

.quantity.hidden {
	display: none;
}

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

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

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

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

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

nav.woocommerce-breadcrumb {
    margin-bottom: 20px;
}
/* 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: 900;
}

.star-rating::before {
	content: "\f005\f005\f005\f005\f005";
	color: var(--ninetheme-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(--ninetheme-primary);
}

.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(--ninetheme-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(--ninetheme-primary);
}

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

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

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

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

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

.ninetheme-woocommerce-pagination ul li a,
.ninetheme-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(--ninetheme-dark);
	background-color: var(--ninetheme-gray-soft);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	border-radius: 4px;
}

.ninetheme-woocommerce-pagination ul li a:focus,
.ninetheme-woocommerce-pagination ul li a:hover,
.ninetheme-woocommerce-pagination ul li span.current {
	color: #fff;
	background-color: var(--ninetheme-dark);
}

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

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

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

.autocomplete-suggestions {
	padding: 10px;
	background: #fff;
	border: 1px solid var(--ninetheme-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;
}

.ninetheme-asform-container form.ninetheme-asform {
	width: 100%;
	min-width: 100%;
	position: relative;
}

.ninetheme-asform-container form.ninetheme-asform .ninetheme-ajax-form-select {
    margin-bottom: 10px;
    width: 100%;
}

.no-result+.autocomplete-suggestions {
	background: var(--ninetheme-gray-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 .ninetheme-price {
	font-size: 14px;
}

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

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

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

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

.select2-container .select2-dropdown {
	border: 1px solid var(--ninetheme-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(--ninetheme-dark);
	color: #fff;
}

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

.select2-container.select2-container--default .select2-selection--single {
	background-color: #fff;
	border-radius: 0;
	padding: 12px 30px 12px 15px;
	min-height: 48px;
	height: auto;
	border: 1px solid var(--ninetheme-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(--ninetheme-text);
}

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

/* ninetheme quick shop  */
.ninetheme-quickshop-wrapper {
    max-width: 420px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
}
.ninetheme-quickshop-wrapper select {
    padding: 5px 25px 5px 10px;
    min-height: auto;
}

.ninetheme-quickshop-wrapper .ninetheme-variations {
	margin-bottom: 5px;
}

.ninetheme-quickshop-wrapper .woocommerce-message {
	margin-top: 30px;
	padding: 0;
	background: none;
	color: var(--ninetheme-success);
	text-align: left;
}

.ninetheme-quickshop-wrapper .ninetheme-quickshop-form-wrapper {
	display: block;
}

.ninetheme-quickshop-wrapper .ninetheme-small-title,
.ninetheme-quickshop-wrapper .ninetheme-small-title a {
    margin-right: 15px;
    text-transform: capitalize;
}

.ninetheme-quickshop-wrapper form.ninetheme-summary-item.ninetheme-flex.cart.grouped_form .ninetheme-after-cart-grouped-button-wrapper button {
	width: auto;
	flex: 0 0 100%;
}

.product.ninetheme-quickshop-wrapper .single_variation_wrap.single-product-add-to-cart-type-black .woocommerce-variation-add-to-cart,
.product.ninetheme-quickshop-wrapper .single_variation_wrap.single-product-add-to-cart-type-gray .woocommerce-variation-add-to-cart {
	margin-top: 10px;
	background: transparent;
	border: 0;
	padding: 0;
}

.ninetheme-quickshop-wrapper ul.woocommerce-error {
	list-style: none;
	position: relative;
	margin: 0;
	margin-top: 10px;
	padding: 25px 15px 15px 15px;
	background: var(--ninetheme-red);
	color: #fff;
}

.ninetheme-quickshop-wrapper .woocommerce-message,
.ninetheme-quickshop-wrapper .is-success {
	margin-top: 30px;
	padding: 0;
	background: none;
	color: var(--ninetheme-success);
	text-align: left;
	font-size: 14px;
}

.ninetheme-quickshop-wrapper .ninetheme-btn {
	min-width: 185px;
}

.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper:not(.active),
.ninetheme-quickshop-wrapper .ninetheme-quickshop-notices-wrapper:not(.active),
.ninetheme-quickshop-wrapper .ninetheme-quickshop-notices-wrapper .button.wc-forward,
.ninetheme-quickshop-wrapper .ninetheme-quickshop-notices-wrapper svg {
	display: none;
}

.ninetheme-quickshop-wrapper .mfp-close.ninetheme-panel-close-button {
	position: absolute;
	top: -38px;
	right: 4px;
	width: 34px;
	height: 34px;
	opacity: 1;
	background: var(--ninetheme-dark);
}

.ninetheme-quickshop-wrapper .ninetheme-panel-close-button:before,
.ninetheme-quickshop-wrapper .ninetheme-panel-close-button:after {
	background-color: #fff;
	opacity: 1;
}

.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -34px;
}

.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper .ninetheme-btn {
	min-width: auto !important;
	width: 50%;
	cursor: pointer;
}

.ninetheme-quickshop-wrapper .minicart-extra-text {
	margin: 0;
	position: absolute;
	width: 100%;
	top: -39px;
	left: 0;
	padding: 7px 40px 7px 30px;
	background: var(--ninetheme-dark);
	text-align: left;
	color: #fff;
}
.ninetheme-quickshop-form-wrapper .ninetheme-btn-buynow{
    order: 2
}
.ninetheme-quickshop-form-wrapper .ninetheme-after-single-cart-actions {
    order: 1;
    min-width: 140px;
}
.ninetheme-quickshop-form-wrapper  .ninetheme-product-button {
    flex: 1 0 auto;
}
.ninetheme-wc-page .woocommerce-notices-wrapper .woocommerce-message {
    display: none;
}
.ninethem_before_checkout_form_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ninetheme-after-single-cart-actions:empty {
    display: none;
}
/* ninetheme quick shop  */
/* ninetheme magnific-popup animation  */
.ninetheme-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 */
.ninetheme-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 */
.ninetheme-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 */
.ninetheme-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 */
.ninetheme-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

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

/**
 * Fade-move animation for second dialog
 */
/* at start */
.ninetheme-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 */
.ninetheme-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);
}

/* animate out */
.ninetheme-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 */
.ninetheme-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 */
.ninetheme-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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


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

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

.woocommerce-grouped-product-list.group_table {
    background: var(--ninetheme-gray-soft);
    padding: 15px;
    margin-bottom: 20px !important;
}

.grouped-list-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items {
    list-style: none;
    margin: 0;
    border: 1px solid var(--ninetheme-gray);
    margin-bottom: 0;
    padding: 20px;
    flex: 0 0 calc(50% - 10px);
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.woocommerce-grouped-product-list-item__label {
    font-weight: 600;
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items .woocommerce-grouped-product-list-item__price {
    color: var(--ninetheme-text);
}

.woocommerce-grouped-product-list .woocommerce-grouped-product-list-items .stock.ninetheme-stock-status  {
  margin-top: 10px;
}

.ninetheme-summary-item .ninetheme-product-button {
	width: 40px;
	height: 40px;
}

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

.ninetheme-summary-item .ninetheme-product-button:hover svg {
    background: none;
}


.single_add_to_cart_button,
.ninetheme-btn-buynow {
    flex: 1 0 auto;
}
.ninetheme-after-single-cart-actions {
    display: flex;
    gap: 10px;
}

.ninetheme-after-cart-button-wrapper {
	display: flex;
}
.woocommerce-variation-add-to-cart.variations_button {
    gap: 10px;
}
.woocommerce-variation-add-to-cart .quantity-button.plus,
.woocommerce-variation-add-to-cart .quantity-button.minus {
    height: 40px;
}

.product .woocommerce-variation-add-to-cart{
	display: flex;
	margin-top: 20px;
	background: var(--ninetheme-gray-soft);
	border: 1px solid var(--ninetheme-gray);
	padding: 20px;
	border-radius: 4px;
}
.ninetheme-after-single-cart-button {
    display: flex;
    gap:10px;
    flex: 1 0 auto;
}
.form-external .single_add_to_cart_button {
    flex: 1 0 auto;
}
.form-external .ninetheme-after-single-cart-button {
    flex: 0 0 auto;
}
@media(max-width:1024px) {
    .ninetheme-after-single-cart-actions {
        order: 1;
        min-width: 140px;
    }
    .ninetheme-btn-buynow {
        order: 2;
    }
    .ninetheme-after-single-cart-actions .ninetheme-product-button {
        flex: 1 0 auto;
    }
}
@media(max-width:992px) {
    .ninetheme-after-single-cart-actions {
        order: 2;
    }
    .ninetheme-btn-buynow {
        order: 1;
    }
}
@media(max-width:680px) {
    .ninetheme-after-single-cart-actions {
        order: 1;
    }
    .ninetheme-btn-buynow {
        order: 2;
    }
}


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

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

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

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

.ninetheme-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: ninethemefadeOutLeft .1s ease .1s both;
	z-index: 99;
	display: flex;
	align-items: center;
	flex-direction: row;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

span.ninetheme-shop-link-icon:before,
span.ninetheme-shop-link-icon:after {
	content: "";
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid var(--ninetheme-dark);
	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;
}

.ninetheme-product-nav-bg {
    width: 100%;
    background-color: #ecdbba45;
    min-height: 80px;
    display: flex;
    align-items: center;
}
.ninetheme-product-nav-bg a.product-nav-link {
    display: flex;
    align-items: center;
}
.ninetheme-product-nav-bg .product-nav-link.ninetheme-nav-next {
    justify-content: flex-end;
}
.ninetheme-product-nav-bg .ninetheme-nav-arrow:after {
    font-size: 18px;
    color: var(--ninetheme-dark)
}

.ninetheme-product-nav-bg .product-nav-title {
    margin: 0;
}
.ninetheme-product-nav-bg .product-nav-link .product-nav-title:before,
.ninetheme-product-nav-bg .product-nav-link .product-nav-title:after {
    font-family: swiper-icons;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-weight: 600;
    display: inline-block;
}
.ninetheme-product-nav-bg .ninetheme-nav-next .product-nav-title:after {
    content: 'next';
    margin-left: 20px;
}
.ninetheme-product-nav-bg .ninetheme-nav-prev .product-nav-title:before {
    content: 'prev';
    margin-right: 20px;
}

.ninetheme-product-nav-bg .ninetheme-nav-prev {
    border-right: 1px solid var(--ninetheme-light);
}
@media(max-width:768px){
    .ninetheme-product-nav-bg {
        padding: 20px 0;
    }
    .ninetheme-product-nav-bg .ninetheme-nav-next {
        margin-top: 20px;
    }
    .ninetheme-product-nav-bg .product-nav-link.ninetheme-nav-prev,
    .ninetheme-product-nav-bg .product-nav-link.ninetheme-nav-next{
        justify-content: center;
    }
    .ninetheme-product-nav-bg .ninetheme-nav-prev {
        border-right: 0;
    }
}
/*/////////////////////////////////
03 >-----> PRODUCT SUMMARY
/////////////////////////////////*/

.ninetheme-product-summary .ninetheme-viewed-offer-time {
	margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

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

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

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

.ninetheme-product-summary .ninetheme-summary-item {
	margin: 0px;
	position: relative;
	color: var(--ninetheme-dark);
}

form.ninetheme-summary-item.cart {
    gap: 10px;
}

.ninetheme-summary-item.woocommerce-product-details__short-description {
	color: var(--ninetheme-text);
}

.ninetheme-product-summary .ninetheme-summary-item.ninetheme-single-product-stock {
    margin-bottom: 30px;
}

.ninetheme-product-summary .ninetheme-summary-item p {
	color: var(--ninetheme-dark-soft);
}

.ninetheme-product-summary .ninetheme-summary-item+.ninetheme-summary-item {
	margin-top: 30px;
}
.ninetheme-product-summary .ninetheme-product-summary-inner .ninetheme-breadcrumbs {
	margin-bottom: 10px;
}

.ninetheme-product-summary .ninetheme-product-features-list {
    padding: 0 13px;
}

.ninetheme-summary-item.ninetheme-product-popup-details div {
	margin-bottom: 10px;
}

.ninetheme-product-summary .ninetheme-summary-item:not(.cart)>div {
	margin-bottom: 5px;
}

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

.ninetheme-product-summary .ninetheme-summary-item.woocommerce-product-details__short-description p {
    	   color: var(--ninetheme-text);

}

.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price.price {
	font-size: 22px;
	line-height: 1;
	position: relative;
	   color: var(--ninetheme-primary);
	   font-weight: 600;
}

.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price.price .del  {
    font-size: 18px;
}

.ninetheme-summary-item.ninetheme-price .stock.ninetheme-stock-status,
.woocommerce-variation .stock.ninetheme-stock-status {
    font-size: 10px;
    padding: 15px 0px 0;
    letter-spacing: 0.2px;
    border-radius: 10px;
    font-weight: 600;
    color: var(--ninetheme-green);
}

.ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status.out-of-stock {
    color: var(--ninetheme-red);
    display: inline-block;
    margin-left: 15px;
    padding: 0;
}

.ninetheme-product-summary .variations_form {
	flex-direction: column;
	display: flex;
	height: revert;
	flex-wrap: nowrap;
	align-content: flex-start;
	margin-bottom: 25px;
}
.ninetheme-product-summary .variations_form .value select {
    padding: 9px 30px 9px 20px;
    min-height: 25px;
    border-radius: 4px;
}

.ninetheme-product-summary .variations_form .ninetheme-variations-items .ninetheme-small-title {
    min-width: 78px;
    text-transform: uppercase;
    font-weight: 500;
}

.ninetheme-after-cart-grouped-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

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

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

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

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

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

.ninetheme-product-tab-title-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: var(--ninetheme-dark);
	-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;
}
.ninetheme-product-tab-title-item.active {
    color: var(--ninetheme-dark-soft);
}
.ninetheme-product-tab-title-item.active::after {
	opacity: 1;
}

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

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

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

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

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

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

@media (max-width: 480px) {
    .ninetheme-product-tab-title-item {
        margin-right: 15px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 15px;
    }
    .ninetheme-product-tab-title-item::after {
        bottom: 5px;
    }
    .woocommerce-grouped-product-list .woocommerce-grouped-product-list-items {
        flex: 0 0 100%;
    }
}

/*/////////////////////////////////
05 >-----> PRODUCT RELATED SLIDER
/////////////////////////////////*/
.ninetheme-product-related .ninetheme-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(--ninetheme-primary);
}

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

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

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

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

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

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


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

.ninetheme-single-product-stock .stock-sold,
.ninetheme-single-product-stock .current-stock {
	display: inline-block;
    font-weight: 500;

}

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

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

.ninetheme-single-product-stock .ninetheme-product-stock-progressbar {
	display: block;
	height: 5px;
	min-width: 1px;
	background: var(--ninetheme-dark);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.ninetheme-single-product-stock .ninetheme-product-stock-progressbar {
	animation: stock-progress-bar 8s ease;
	animation-delay: .5s
}

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

.ninetheme-social-icons a:after,
.ninetheme-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;
}

.ninetheme-social-icons a:before {
	content: "";
	position: absolute;
	background: 0 0;
	border: 6px solid transparent;
	border-top-color: var(--ninetheme-dark);
	z-index: 1000001;
}

.ninetheme-social-icons a:after {
	background: var(--ninetheme-dark);
	color: #fff;
	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);
}

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

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

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

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

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

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

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

.ninetheme-product-share {
	display: flex;
	align-items: center;
	color: var(--ninetheme-dark);
	margin: 15px 0;
	font-weight: 500;
}

.ninetheme-product-share a {
	font-size: 13px;
	margin: 0;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.ninetheme-product-share span.share-title {
    margin-right: 10px;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands a,
.ninetheme-product-summary .ninetheme-product-meta .posted_in a,
.ninetheme-product-summary .ninetheme-product-meta .tagged_as a {
    font-weight: 400;
    color: var(--ninetheme-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(--ninetheme-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(--ninetheme-dark);
	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(--ninetheme-gray);
	max-width: 100%;
	box-shadow: none;
	background: #fff;
	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(--ninetheme-gray);
	max-width: 100%;
	box-shadow: none;
	background: #fff;
	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(--ninetheme-dark);
	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(--ninetheme-dark);
	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: #fff;
	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: #fff;
	border-color: var(--ninetheme-dark);
	background-color: var(--ninetheme-dark);
}

#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 .ninetheme-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(--ninetheme-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(--ninetheme-gray) !important;
	border-radius: 0px !important;
	background-color: #fff;
}

#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(--ninetheme-dark);
	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(--ninetheme-primary);
	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(--ninetheme-gray) !important;
	border-radius: 0;
	background-color: #fff;
	color: var(--ninetheme-dark);
	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(--ninetheme-success) !important;
	fill: var(--ninetheme-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;
	color: var(--ninetheme-text);
}

#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(--ninetheme-dark);
	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(--ninetheme-dark);
	padding: 3px 30px;
	background: var(--ninetheme-dark);
	font-weight: normal;
	color: white;
	font-size: inherit;
	cursor: pointer;
}

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

#nt-woo-single #reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	color: var(--ninetheme-dark);
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	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(--ninetheme-dark);
}

#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(--ninetheme-dark-soft);
	padding: 3px 0px;
	background: #fff;
	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: 15px 0 20px;
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

#nt-woo-single select.cr-ajax-reviews-sort {
	padding: 0;
	min-height: 45px;
	border: 0px solid var(--ninetheme-gray);
	max-width: 100%;
	background: #fff;
	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: 0px;
}

#nt-woo-single .comment-text .meta {
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    font-size: 12px;
    color: var(--ninetheme-dark);
    margin-bottom: 5px !important;
}

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

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

#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: #fff;
	box-shadow: none;
	position: relative;
	border-bottom: 0px;
	border-bottom-color: var(--ninetheme-dark);
	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(--ninetheme-dark);
    -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(--ninetheme-gray);
    -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(--ninetheme-dark);
}

#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(--ninetheme-dark) !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 ninethemefadeInLeft {
	0% {
		transform: translate3d(-20px, 0, 0);
	}

	100% {
		transform: none;
	}
}

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

	100% {
		transform: none;
	}
}

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

.ninetheme-accordion-header {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 12px 20px;
	font-weight: 500;
	color: var(--ninetheme-dark);
	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;
}

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

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

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

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

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

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

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

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

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

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

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

.shop-single-layout-showcase.gallery-type-slider.showcase-carousel-type-full .ninetheme-swiper-slider-wrapper,
.shop-single-layout-showcase.has-default-header-type-trans .ninetheme-swiper-slider-wrapper {
	padding-top: 0px;
}
.has-default-header-type-trans.showcase-carousel-type-coverflow .ninetheme-product-showcase.ninetheme-bg-dark.ninetheme-has-breadcrumb .ninetheme-swiper-slider-wrapper {
	padding-top: 30px;
}

.has-default-header-type-trans .ninetheme-product-showcase.ninetheme-bg-dark.ninetheme-has-breadcrumb {
    padding-top: 160px;
    margin-top: -160px;
}

.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-summary-item,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-small-title,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-small-title a,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-view span,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-estimated-delivery span,
.ninetheme-product-showcase.ninetheme-bg-dark a.ninetheme-open-popup,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .posted_in,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .tagged_as,
.ninetheme-product-showcase.ninetheme-bg-dark .quantity-button.plus,
.ninetheme-product-showcase.ninetheme-bg-dark .quantity-button.minus,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-header,
.ninetheme-product-showcase.ninetheme-bg-dark .woocommerce-product-attributes-item th,
.ninetheme-product-showcase.ninetheme-bg-dark .product-desc-content h4,
.ninetheme-product-showcase.ninetheme-bg-dark .product-desc-content .title,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-single-product-stock .stock-details span,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .ninetheme-brands,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status,
#nt-woo-single .ninetheme-product-showcase.ninetheme-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 .ninetheme-product-showcase.ninetheme-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,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-nav .product-nav-link,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-nav .product-nav-link:hover,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-product-meta .ninetheme-sku-wrapper {
	color: #fff;
}
.ninetheme-product-showcase.ninetheme-bg-dark span.ninetheme-shop-link-icon:before,
.ninetheme-product-showcase.ninetheme-bg-dark span.ninetheme-shop-link-icon:after {
	border-color: #fff;
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-btn.ninetheme-btn-dark:not(.ninetheme-btn-product) {
    border: 1px solid var(--ninetheme-light);
}
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-item,
.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-product-summary .ninetheme-summary-item>div.ninetheme-accordion-item,
#nt-woo-single .ninetheme-product-showcase.ninetheme-bg-dark #cr_qna.cr-qna-block .cr-qna-list-q-b .cr-qna-list-q-b-r {
	border-color: var(--ninetheme-dark-border);
}

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

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

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

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

.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-accordion-item {
	background-color: var(--ninetheme-dark);
	border-color: #fff;
	;
}

.ninetheme-product-showcase.ninetheme-bg-dark .ninetheme-svg-icon {
	fill: #fff;
}

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

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

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

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

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

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

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

.ninetheme-swiper-slider-wrapper .ninetheme-slide-video-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	max-width: 90px;
	background: var(--ninetheme-dark);
	color: #fff;
	max-height: calc(218px - 8em);
}

.swiper-slide-thumb-active .ninetheme-slide-video-item-icon {
	background: var(--ninetheme-dark);
	color: #fff;
}

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

.ninetheme-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: #fff;
	z-index: 99;
	opacity: 0;
    visibility: hidden;
}
a.ninetheme-product-popup:hover {
    color: #fff;
    opacity: 0.7;
}
.ninetheme-gallery-grid-item.col a.ninetheme-product-popup {
	right: 30px;
}

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

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

.ninetheme-product-main-gallery-grid a.ninetheme-product-video-button,
.ninetheme-product-gallery-main-slider a.ninetheme-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(--ninetheme-gray);
}

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

.ninetheme-product-gallery-main-slider a.ninetheme-product-video-button:hover {
	color: #fff;
	background: var(--ninetheme-dark);
}

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

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

.ninetheme-product-showcase .ninetheme-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;
}

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

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

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

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

.ninetheme-product-main-gallery-grid .ninetheme-gallery-grid-item.iframe-video iframe,
.swiper-slide.swiper-slide-video-item.iframe-video iframe {
	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
/////////////////////////////////////////////*/
.ninetheme-product-bottom-popup-cart {
	position: fixed;
	bottom: 0;
	max-width: 100%;
	width: 100%;
	z-index: 100;
	padding: 10px 0;
	background: #fff;
	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%);
}

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

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

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

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

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

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

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

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

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

.ninetheme-product-bottom-title.mobile-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: var(--ninetheme-dark);
    font-weight: 600;
}

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

.ninetheme-product-bottom-popup-cart .ninetheme-summary-item .ninetheme-product-button,
.ninetheme-product-bottom-popup-cart .ninetheme-btn-buynow {
    display: none;
    min-height: 40px;
}
body.bottom-popup-cart-active .scroll-to-top {
	bottom: 90px;
}
body.bottom-popup-cart-relative .scroll-to-top {
	bottom: 150px;
}
.ninetheme-product-bottom-popup-cart .row {
    justify-content: center;
    align-items: center;
}
.ninetheme-product-bottom-popup-cart .col-button {
    text-align: center;
}
.ninetheme-product-to-top .added_to_cart.wc-forward{
	display: none;
}

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

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

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

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

}

@media (max-width:768px) {
    .ninetheme-product-to-top {
        max-width: initial;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (max-width: 480px) {

	.ninetheme-product-nav.ninetheme-flex.ninetheme-align-center {
		display: none;
	}

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

	.ninetheme-summary-item.ninetheme-product-title {
		margin-top: 15px !important;
	}

	.ninetheme-single-product-question, .ninetheme-quickview-wrapper {
		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;
	}

	.ninetheme-product-share a {
		font-size: 12px;
		width: 25px;
		height: 25px;
	}
	.ninetheme-product-to-top {
    	margin: 12px auto 0 auto;
    }
}

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

@media (min-width: 768px) {

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

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

    .ninetheme-product-bottom-popup-cart .ninetheme-product-bottom-title.mobile-title {
		display: none;
	}
	.ninetheme-product-bottom-popup-cart .col-button {
		display: flex;
		justify-content: flex-end;
	}
}

/*/////////////////////////////////////////////
>-----> CART PAGE
/////////////////////////////////////////////*/
.ninetheme-woocommerce-cart-form .ninetheme-cart-item {
	padding-top: 15px;
	border-top: 1px solid var(--ninetheme-gray);
	margin-left: 0;
	margin-right: 0;
}

.ninetheme-woocommerce-cart-form .ninetheme-cart-item+.ninetheme-cart-item {
	margin-top: 15px;
}

.ninetheme-woocommerce-cart-form .product-remove {
	text-align: right;
	position: relative;
}

.ninetheme-woocommerce-cart-form .remove {
	width: 30px;
	height: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
}

.ninetheme-woocommerce-cart-form .remove svg {
	fill: var(--ninetheme-text);
	color: var(--ninetheme-text);
}

.ninetheme-woocommerce-cart-form .remove:hover {
	/* color: #fff; */
	/* background-color: var(--ninetheme-dark); */
}

.ninetheme-woocommerce-cart-form .remove:hover svg {
	fill: var(--ninetheme-dark);
	text-decoration: none;
	opacity: 0.8;
}

.ninetheme-woocommerce-cart-form .ninetheme-price {
	font-size: 14px;
	font-weight: 400;
}

.ninetheme-woocommerce-cart-form .ninetheme-price .cart-quantity {
	font-size: 13px;
	font-weight: 500;
	color: var(--ninetheme-dark);
}

.ninetheme-woocommerce-cart-form .ninetheme-quantity-small .quantity {
	max-height: 25px;
	margin-right: 0px;
}

.ninetheme-woocommerce-cart-form .quantity-button.plus,
.ninetheme-woocommerce-cart-form .quantity-button.minus {
	width: 25px;
}

.ninetheme-woocommerce-cart-form .ninetheme-actions .ninetheme-input {
	margin-right: 10px;
}

.ninetheme-woocommerce-cart-form .ninetheme-hidden {
	position: relative;
	overflow: hidden;
}

.ninetheme-woocommerce-cart-form .ninetheme-hidden .ninetheme-btn {
	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%);
}

.ninetheme-woocommerce-cart-form .ninetheme-btn[aria-disabled="false"] {
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.ninetheme-woocommerce-cart-form .ninetheme-meta-right {
	justify-content: space-between;
}

.ninetheme-woocommerce-cart-form .woocommerce-shipping-methods {
	list-style: none;
}

@media(max-width:576px) {
	.ninetheme-meta-right.ninetheme-align-center {
		margin-top: 10px;
	}
}

/* cart-totals */
.ninetheme-cart-totals {
	padding: 30px;
	border: 2px solid var(--ninetheme-gray);
}

.ninetheme-cart-totals .ninetheme-cart-totals-inner {
	margin: 0px 0 20px;
}

.ninetheme-cart-totals .ninetheme-cart-total-title {
	margin: 0;
}

.ninetheme-cart-totals .ninetheme-cart-total {
	color: var(--ninetheme-dark);
	overflow: hidden;
	padding-top: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value,
.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value strong {
	color: var(--ninetheme--black);
	font-weight: 500;
}

.ninetheme-cart-totals .ninetheme-cart-total .ninetheme-shipping-calculator-button {
	color: var(--ninetheme-gray);
}
@media(max-width:992px) {
    .ninetheme-cart-totals {
        margin-top: 60px;
    }
}
/* cross-sells */
.cross-sells.ninetheme-section {
	margin-top: 100px;
}

.woocommerce-shipping-calculator a {
	color: var(--ninetheme-dark);
	display: flex;
	margin-bottom: 10px;
}

.woocommerce-shipping-calculator a .dropdown-btn {
	margin-left: 10px;
	margin-top: 3px;
	font-size: 12px;
}
ul#shipping_method {
    margin: 10px 0;
}
/*/////////////////////////////////////////////
>----->  CART PAGE
/////////////////////////////////////////////*/
/* ******************************************

    01 >-----> CHECKOUT GENERAL
    02 >-----> CHECKOUT MULTISTEPS

****************************************** */
/*/////////////////////////////////
01 >-----> CHECKOUT GENERAL
/////////////////////////////////*/
.woocommerce form .form-row, .ninetheme-customer-billing-details .woocommerce-billing-fields .form-row {
	margin: 0 0 25px;
}

.woocommerce form .form-row {}

form .form-row.ninetheme-coupon-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    margin: 0;
}

form .form-row.ninetheme-coupon-row .ninetheme-btn {
	height: auto;
}

.woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-input-wrapper input,
.woocommerce-input-wrapper select,
.woocommerce-input-wrapper textarea {
	border: 1px solid var(--ninetheme-gray);
	max-width: 100%;
	width: 100%;
}

.woocommerce-input-wrapper input[type=checkbox],
.woocommerce-input-wrapper input[type=radio] {
	width: auto;
}

input[type='radio']:after {
	width: 16px;
	height: 16px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 16px;
	height: 16px;
	border-radius: 15px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: var(--ninetheme-dark);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #fff;
}

input[type='checkbox']:after {
	width: 16px;
	height: 16px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='checkbox']:checked:after {
	width: 16px;
	height: 16px;
	top: -2px;
	left: -1px;
	position: relative;
	background-color: var(--ninetheme-dark);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #fff;
}

span.ninetheme-checkbox input[type="checkbox"] {
	border: 0;
	outline: none;
	margin: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
}

.place-order p.form-row.validate-required {
	margin: 20px 0 0;
}

.ninetheme-order-review {
	padding: 30px;
	border: 3px solid var(--ninetheme-dark);
}

span.ninetheme-checkbox {
	position: relative;
	display: inline-flex;
	border: 1px solid var(--ninetheme-gray);
	padding: 3px;
}

input#coupon_code {
	max-width: 160px;
}
.ninetheme-cart-item.ninetheme-actions input#coupon_code {
	max-height: 48px;
}
.form-row.ninetheme-coupon-row input#coupon_code {
	margin-right: 10px;
}

.ninetheme-panel-checkout-content-wrapper .form-row.ninetheme-coupon-row input#coupon_code {
	margin-right: 10px;
	min-width: 100%;
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
	position: inherit;
}

ul.wc_payment_methods.payment_methods.methods {
	list-style: none;
	padding:0;
}

ul.wc_payment_methods.payment_methods.methods li label {
	color: var(--ninetheme-dark);
	font-weight: 500;
	width: auto;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.ninetheme-customer-billing-details .woocommerce-billing-fields .form-row input,
.ninetheme-customer-billing-details .woocommerce-billing-fields .form-row textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	-webkit-border-radius: 0px;
	border-radius: 0;
	background-clip: padding-box;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
	font-weight: 400;
	-moz-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
}

.woocommerce form .form-row textarea {
	display: block;
	height: 4em;
	box-shadow: none;
}

.woocommerce form .form-row input[type=submit] {
	margin: 0;
}

.woocommerce form .form-row label,
.product-review-form label,
.ninetheme-customer-billing-details .woocommerce-billing-fields .form-row label {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--ninetheme-dark);
	margin-bottom: 15px;
	line-height: 1;
	font-weight: 500;
}

a.woocommerce-terms-and-conditions-link {
	font-weight: 500;
	text-decoration : underline;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 170px;
	height: 43px;
	float: left;
	margin: 0px 5px 0 0;
	margin: 0px 5px 0 0;
	padding: 6px 10px 5px;
	border: 1px solid var(--ninetheme-gray);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-clip: padding-box;
	outline: 0;
	text-align: center;
	line-height: 1;
	-o-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
	transition: background-color .3s ease-in-out,
		border-color .3s ease-in-out,
		color .3s ease-in-out;
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: inherit;
}

#ship-to-different-address label {
	margin: 0;
	color: var(--ninetheme-dark);
}

.ninetheme-checkout-review-order-table,
.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 20px;
}

.woocommerce_checkout_place_order {
	margin: 20px 0 0;
}

.woocommerce-checkout-review-order-table th {
	width: 50%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
    text-align: left;
    position: relative;
    padding: 20px;
    margin: 0 10px 20px 0;
    max-width: 600px;
    max-width: 616px;
    background-color: var(--ninetheme-red);
    border: 1px solid var(--ninetheme-red);
    color: var(--ninetheme-light);
    z-index: 10;
}
.woocommerce-error span.close-error {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.ninetheme-panel-checkout-content-wrapper .woocommerce-error {
	max-width: 430px;
}

.ninetheme-panel-checkout-content-wrapper ul.woocommerce-error {
	position: fixed;
	top: -40px;
	width: 100%;
	max-height: 146px;
	overflow-y: auto;
	margin: 0;
}

.woocommerce-error strong {
	color: var(--ninetheme-light);
	text-decoration: underline;
}

/*/////////////////////////////////
02 >-----> CHECKOUT MULTISTEPS
/////////////////////////////////*/
.ninetheme-form-error.hidden,
.form-row:not(.woocommerce-invalid-required-field) .ninetheme-form-error,
.ninetheme-checkout-content-wrapper .woocommerce-NoticeGroup-checkout {
	display: none;
}

.ninetheme-checkout-content-wrapper .woocommerce-invalid-required-field select,
.ninetheme-checkout-content-wrapper .woocommerce-invalid-required-field .select2-container--default:not(.select2-container--open) .select2-selection--single,
.ninetheme-checkout-content-wrapper .woocommerce-invalid-required-field input[type="checkbox"]:not(:focus),
.ninetheme-checkout-content-wrapper .woocommerce-invalid-required-field input:not(:focus) {
	border-color: var(--ninetheme-red) !important;
	background: #ffefee;
}

.ninetheme-checkout-content-wrapper label .required,
.ninetheme-woocommerce-form-coupon-wrapper .woocommerce-error,
.ninetheme-checkout-content-wrapper .ninetheme-form-error {
	color: var(--ninetheme-red);
}

.ninetheme-checkout-content-wrapper .ninetheme-justify-center {
	text-align: left;
}

.ninetheme-page-multistep-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 30px;
}
.ninetheme-page-multistep-checkout .create-account {
    margin-top: 25px;
}
.ninetheme-page-multistep-checkout .woocommerce-form.woocommerce-form-login.login,
.ninetheme-page-multistep-checkout .woocommerce-form-register {
    max-width: 100%;
}
.ninetheme-checkout-content-wrapper .ninetheme-woocommerce-form-coupon-wrapper {
	padding: 30px;
	margin-bottom: 30px;
	border: 2px solid var(--ninetheme-gray);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ninetheme-checkout-content-wrapper .ninetheme-checkout-button-wrapper {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ninetheme-checkout-content-wrapper .ninetheme-coupon-code-wrapper {
	display: inline-flex;
	flex-direction: column;
}

.ninetheme-checkout-content-wrapper .ninetheme-coupon-code-actions {
	display: inline-flex;
	flex-wrap: wrap;
}

.ninetheme-coupon-code-wrapper input#coupon_code {
	margin-right: 10px;
}

.ninetheme-woocommerce-form-coupon-wrapper .woocommerce-error {
	flex: 0 0 100%;
	list-style: none;
}

.ninetheme-checkout-content-wrapper .ninetheme-checkout-labels {
	margin-bottom: 40px;
}

.ninetheme-checkout-content-wrapper .ninetheme-checkout-labels-inner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ninetheme-checkout-content-wrapper .swiper-pagination-bullets {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid var(--ninetheme-gray);
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 46px;
    align-content: space-around;
    width: 100%;
    margin-top: 0;
}

.ninetheme-checkout-content-wrapper .ninetheme-step-item {
	padding: 0px 10px 0px 0px;
	border: 0;
	color: var(--ninetheme-dark);
	font-size: 14px;
	line-height: 1;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.ninetheme-checkout-content-wrapper .ninetheme-step-item+.ninetheme-step-item {
	margin-left: 10px;
}

.ninetheme-checkout-content-wrapper .ninetheme-step {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.ninetheme-checkout-content-wrapper .lost_password {
	text-align: left;
	margin-bottom: 0;
}

.ninetheme-checkout-content-wrapper form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:last-child {
	margin-bottom: 0;
}

.ninetheme-checkout-form-login .ninetheme-inner-steps-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.ninetheme-checkout-form-login .ninetheme-inner-steps-buttons>span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
	cursor: pointer;
	padding: 5px 15px;
	background-color: var(--ninetheme-gray);
	color: var(--ninetheme-dark);
}

.ninetheme-checkout-form-login .ninetheme-inner-steps-buttons>span[tabindex="-1"] {
	background-color: var(--ninetheme-dark);
	color: #fff;
}

.ninetheme-checkout-form-login .ninetheme-inner-steps-buttons>span[tabindex="-1"] svg {
	fill: #fff;
}

.ninetheme-checkout-form-login .ninetheme-inner-steps-buttons svg {
	max-width: 18px;
	max-height: 18px;
	margin-right: 5px;
}

.ninetheme-checkout-content-wrapper .woocommerce-checkout-review-order-table {
	width: 100%;
}

.ninetheme-checkout-content-wrapper .woocommerce-form-login__submit {
	margin-top: 10px;
}

.ninetheme-lost-reset-password-wrapper .ninetheme-flex {
	flex-direction: column;
}

.ninetheme-checkout-review-order-table .ninetheme-cart-items,
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
	flex-wrap: wrap;
	flex-direction: column;
}

.ninetheme-checkout-review-order-table .ninetheme-cart-item,
.ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer #shipping_method {
    margin: 0;
    list-style: none;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-checkout-review-order-table .ninetheme-cart-items {
	margin-top: -10px;
}

.ninetheme-checkout-footer-item.order-total,
.ninetheme-checkout-review-order-table .ninetheme-cart-item {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-checkout-footer-item.order-total {
	text-transform: uppercase;
	color: var(--ninetheme-dark);
	/* margin-bottom: 20px; */
}

.ninetheme-checkout-review-order-table .ninetheme-cart-item .ninetheme-product-name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.ninetheme-checkout-review-order-table .ninetheme-cart-item .product-name,
.ninetheme-checkout-review-order-table .ninetheme-cart-item .product-img {
	margin-right: 10px;
}

@media(max-width:576px) {
    .ninetheme-checkout-content-wrapper .woocommerce-form.woocommerce-form-login.login,
    .ninetheme-checkout-content-wrapper .woocommerce-form-register,
    .ninetheme-checkout-content-wrapper .checkout_coupon.woocommerce-form-coupon,
    .ninetheme-page-multistep-checkout .checkout.woocommerce-checkout {
        margin-top: 0;
    }
    .ninetheme-checkout-content-wrapper .swiper-pagination-bullets {
        text-align: left;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ninetheme-checkout-content-wrapper .ninetheme-step-item {
        width: 100%;
        justify-content: flex-start;
        padding: 10px 0;
    }

	.ninetheme-checkout-content-wrapper .ninetheme-step-item+.ninetheme-step-item {
		margin: 0;
		border-top: 1px solid var(--ninetheme-gray);
	}
    .ninetheme-checkout-button-next.button,
    .ninetheme-checkout-button-prev.button {
        min-width: 140px;
    }

}
.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}
.woocommerce-privacy-policy-text p {
	font-size: 12px;
	margin: 15px 0 24px;
	border-style: solid;
	border-width: 1px;
	border-color: var(--ninetheme-gray);
	padding: 15px;
}

.ninetheme-default-type .woocommerce-privacy-policy-text p {
	margin-top: 0;
}

.ninetheme-default-type span.password-input {
	width: 100%;
}

.ninetheme-checkout-review-order-table .ninetheme-checkout-footer-item strong {
	color: var(--ninetheme-dark);
}

.checkout.woocommerce-checkout {
	margin-top: 20px;
}
.ninetheme-page-multistep-checkout .checkout.woocommerce-checkout {
    margin-top: 0;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    background-color: var(--ninetheme-gray-soft);
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--ninetheme-gray);
    max-width: 450px;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form-register,
.checkout_coupon.woocommerce-form-coupon {
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* thank you page */
.woocommerce-thankyou-order-details {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border: 2px solid var(--ninetheme-gray);
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
	padding: 15px;
	border: 2px solid var(--ninetheme-gray);
	margin-top: 30px;
}

.woocommerce-order-received .woocommerce-order-details address p {
	margin: 0px;
}

.woocommerce-thankyou-order-details li {
	display: inline-flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}

.woocommerce-thankyou-order-details li+li {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dashed var(--ninetheme-gray);
}

.woocommerce-order-received table.order_details {
	width: 100%;
}

.woocommerce-order-received .woocommerce-order-details tr {
	border-bottom: 1px solid var(--ninetheme-gray);
	line-height: 2.5em;
}

.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child {
	border-bottom: 0;
}

/* thank you page */
/* ******************************************

    01 >-----> MYACCOUNT GENERAL
    02 >-----> MYACCOUNT MULTISTEPS

****************************************** */
/*/////////////////////////////////
01 >-----> MYACCOUNT GENERAL
/////////////////////////////////*/
ul.woocommerce-error {
	list-style: none;
}
.ninetheme-page-multistep-checkout ul.woocommerce-error {
    margin: 20px 0;
    background: var(--ninetheme-red);
    color: #fff;
    padding: 10px;
    position: relative;
    max-width: 450px;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
    text-align: center;
    padding: 10px;
    border: 2px solid var(--ninetheme-red);
    margin-bottom: 40px;
    margin-top: 0;
    max-width: 66%;
}

.woocommerce-notices-wrapper .woocommerce-error {
	text-align: center;
	padding: 30px;
	border: 2px solid var(--ninetheme-red);
	margin-bottom: 40px;
	margin-top: 0;
}

.ninetheme-is-required:not(.ninetheme-invalid) .ninetheme-form-message {
	height: 0;
	visibility: hidden;
}

.ninetheme-is-required.ninetheme-invalid .ninetheme-form-message {
	color: var(--ninetheme-red);
	height: auto;
	visibility: visible;
	-moz-transition: height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: height 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ninetheme-is-required.ninetheme-invalid input[type="checkbox"]:not(:focus),
.ninetheme-is-required.ninetheme-invalid input:not(:focus) {
	border-color: var(--ninetheme-red);
	background: #ffefee;
}

/*/////////////////////////////////
02 >-----> MYACCOUNT NAVIGATION
/////////////////////////////////*/
.ninetheme-myaccount-page-content-inner {
	padding: 40px;
	border: 2px solid var(--ninetheme-gray);
}

.ninetheme-myaccount-navigation ul.navigation {
	display: inline-block;
}

.ninetheme-myaccount-navigation li.menu-item {
	position: relative;
	display: block;
	width: auto;
	position: relative;
}

.ninetheme-myaccount-navigation li.menu-item a {
	display: inline-block;
	padding: 10px 0;
	text-align: left;
	position: relative;
	font-size: 16px;
	line-height: 1em;
	color: var(--ninetheme-text);
	text-decoration: none;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: color 250ms ease, background-color 250ms ease;
	-moz-transition: color 250ms ease, background-color 250ms ease;
	-o-transition: color 250ms ease, background-color 250ms ease;
	transition: color 250ms ease, background-color 250ms ease;
}

.ninetheme-myaccount-navigation li.menu-item:hover a,
.ninetheme-myaccount-navigation li.menu-item.is-active a {
	color: var(--ninetheme-dark);
}

.ninetheme-myaccount-content a:not(.button):after,
.ninetheme-myaccount-navigation li.menu-item a:after {
	content: '';
	height: 2px;
	width: 0;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: width .25s;
	transition: width .25s;
}

.ninetheme-myaccount-content a:not(.button):hover:after,
.ninetheme-myaccount-navigation li.menu-item.is-active a:after,
.ninetheme-myaccount-navigation li.menu-item a:hover:after {
	width: 100%;
}

.ninetheme-myaccount-content a:not(.button) {
	position: relative;
	display: inline-block;
}

.ninetheme-myaccount-content {
	margin-top: 20px;
	padding-top: 20px;
	border: 0;
	border-top: 1px solid var(--ninetheme-gray);
}

.ninetheme-myaccount-content .woocommerce-message,
.ninetheme-myaccount-content .woocommerce-info {
	max-width: 200px;
}

.ninetheme-myaccount-content .form-row {
	display: flex;
	flex-direction: column;
}

.ninetheme-myaccount-content .form-row input {
	width: 100%;
}

.ninetheme-myaccount-content a {
	font-weight: 500;
}

.ninetheme-myaccount-content p .button {
	margin-top: 20px;
}

.ninetheme-myaccount-content .woocommerce-message .button,
.ninetheme-myaccount-content .woocommerce-info .button {
	margin-bottom: 15px;
}

.ninetheme-myaccount-content .ninetheme-form-title {
	margin-bottom: 15px;
}

.ninetheme-myaccount-content .edit-account .ninetheme-row input {
	width: 100%;
}

.ninetheme-myaccount-content .edit-account fieldset {
	margin-top: 40px;
}

.ninetheme-myaccount-content .edit-account fieldset legend {
	font-weight: 500;
	margin-bottom: 30px;
	color: var(--ninetheme-dark);
	padding-top: 40px;
	border-top: 2px solid var(--ninetheme-gray);
	display: inline-flex;
	width: 100%;
	text-transform: uppercase;
}

.ninetheme-popup-item .row.ninetheme-myaccount-page-content>div {
	width: 100%;
}

@media(min-width:576px) {
	.ninetheme-myaccount-page-content {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.ninetheme-myaccount-page-content .col-content {
		position: relative;
	}

	.ninetheme-myaccount-page-content .col-content:before {
		content: "";
		position: absolute;
		left: 5px;
		top: 0;
		height: 100%;
		width: 1px;
		background: var(--ninetheme-gray);
	}

	.ninetheme-myaccount-content {
		padding-top: 0;
		padding-left: 40px;
		margin-top: 0;
		border: 0;
	}
}

/*/////////////////////////////////
03 >-----> MYACCOUNT MULTISTEPS
/////////////////////////////////*/
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.ninetheme-myaccount-steps-register .woocommerce-form.woocommerce-form-login.login,
.ninetheme-myaccount-steps-register .woocommerce-form-register,
.ninetheme-myaccount-steps-register .checkout_coupon.woocommerce-form-coupon {
    max-width: calc(100% - 1px);
}
.ninetheme-myaccount-wrapper .ninetheme-row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: left;
}
.ninetheme-myaccount-wrapper .woocommerce-error strong {
    color: var(--ninetheme-dark);
    text-decoration: underline;
}
.ninetheme-myaccount-wrapper .ninetheme-justify-center {
	text-align: left;
}

.ninetheme-myaccount-wrapper span.password-input,
.ninetheme-myaccount-wrapper input#password {
	width: 100%;
}

.ninetheme-myaccount-wrapper label {
	display: inline-flex;
	align-items: center;
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 48%;
	cursor: pointer;
	padding: 5px 15px;
	background-color: #f8f9fa;
	background-color: var(--ninetheme-gray-soft);
	margin-bottom: 5px;
	padding: 10px 20px;
	border: 1px solid var(--ninetheme-gray);
	color: var(--ninetheme-dark);
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span+span {
	margin-left: 10px;
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span[tabindex="-1"] {
	background-color: var(--ninetheme-dark);
	color: #fff;
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span[tabindex="-1"] svg {
	fill: #fff;
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons svg {
	max-width: 18px;
	max-height: 18px;
	margin-right: 5px;
}

.ninetheme-myaccount-wrapper .woocommerce-form-login__submit {
	margin-top: 10px;
}

.ninetheme-myaccount-wrapper .woocommerce-form-register__submit {
	margin-top: 15px;
}

.account-area .woocommerce-privacy-policy-text+.form-row .woocommerce-form-register__submit,
.ninetheme-myaccount-wrapper .woocommerce-privacy-policy-text+.ninetheme-row .woocommerce-form-register__submit {
	margin-top: 0px;
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-register .woocommerce-privacy-policy-text+.ninetheme-row .woocommerce-form-register__submit {
    margin-top: 10px;
}
.ninetheme-myaccount-wrapper .woocommerce-privacy-policy-text+.ninetheme-row {
	margin-bottom: 0px;
}

/* lost password */
.ninetheme-lost-reset-password-wrapper .ninetheme-flex {
	flex-direction: column;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	display: inline-block;
	background: var(--ninetheme-gray-soft);
	border: 1px solid var(--ninetheme-gray);
	padding: 10px 20px;
	color: var(--ninetheme-dark);
}

ul.wc-bacs-bank-details.order_details.bacs_details {
    margin: 0;
}

h2.wc-bacs-bank-details-heading {
    margin: 30px 0 10px;
    font-size: 22px;
}
h3.wc-bacs-bank-details-account-name {
    font-size: 18px;
}
/*/////////////////////////////////
>-----> SIDEBARS
/////////////////////////////////*/
.shop-layout-left-sidebar .nt-sidebar-inner:not(.ninetheme-is-sticky) {
	padding-right: 30px;
}

.shop-layout-right-sidebar .nt-sidebar-inner:not(.ninetheme-is-sticky) {
	padding-left: 30px;
}
.ninetheme-product-summary.ninetheme-is-sticky.ninetheme-sticky-start {
    margin-top: 30px;
}
.shop-layout-right-sidebar .nt-sidebar {
	order: 1;
}

#nt-sidebar .widget-title,
.blog-sidebar-title h5,
.nt-sidebar-inner-widget h5,
.nt-sidebar-inner-widget .wp-block-group h2,
.shop-widget-title .title {
    text-transform: capitalize;
    margin: 0 0 20px;
    color: var(--ninetheme-dark);
    font-style: normal;
    line-height: 1.8;
    padding-left: 19px;
    position: relative;
}
.blog-sidebar-title h5:before,
#nt-sidebar .widget-title:before,
.blog-sidebar-title h5:before,
.nt-sidebar-inner-widget h5:before,
.nt-sidebar-inner-widget .wp-block-group h2:before,
.shop-widget-title .title:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--ninetheme-secondary);
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-size: 15px;
	color: var(--ninetheme-dark);
	font-weight: 400;
}

.woocommerce.nt-sidebar-inner-widget span.reviewer {
	font-size: 14px;
}

.woocommerce ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li>.amount bdi {
	color: var(--ninetheme-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}
.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price {
    margin-top: 5px;
    font-size: 14px;
    font-weight:400;
}

.woocommerce ul.product_list_widget li del {
	line-height: 1;
}

.woocommerce.nt-sidebar-inner-widget .star-rating,
.woocommerce.nt-sidebar-inner-widget .star-rating::before,
.woocommerce.nt-sidebar-inner-widget .star-rating span::before {
	font-size: 10px;
}

.woocommerce.nt-sidebar-inner-widget .star-rating {
	width: 54px;
	margin: 8px 0px 8px;
}
.ninetheme-choosen-filters {
    margin: 0 0 20px;
}
.price_slider_wrapper {
    position: relative;
    margin-top:25px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: var(--ninetheme-gray-background);
    border: medium none;
    border-radius: 0;
    height: 6px;
    position: relative;
    width: 95%;
    margin-right: 0;
    margin-left: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: var(--ninetheme-gray-background);
	border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	height: 14px;
	width: 14px;
	top: 0;
	cursor: pointer;
	position: absolute;
	margin-top: -4px;
	background: #fff;
	border-radius: 100%;
	margin-left: 0;
	background-color: var(--ninetheme-gray);
	border-color: var(--ninetheme-gray);
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2;
	font-size: 12px;
	font-weight: 500;
	color: var(--ninetheme-dark-soft);
	text-transform: uppercase;
	margin: 25px 0 0 0;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	margin-top: 10px;
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
}

#nt-sidebar form .price_slider_amount .button {
	padding: 3px 15px;
	font-size: 12px;
	border-radius: 0px !important;
	text-transform: uppercase;
	font-weight: 400;
	min-width: inherit;
	background: var(--ninetheme-dark);
	min-height: auto;
	color: #fff;
}

.woocommerce-widget-layered-nav-list__item .widget-list-span {
    background: #fff;
    color: var(--ninetheme-dark);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: auto;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    font-size: 11px;
}

.woocommerce-widget-layered-nav-list__item .ninetheme-swatches-widget-color-item {
    position: relative;
    margin-right: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.woocommerce-widget-layered-nav-list__item .ninetheme-swatches-widget-color-item.is_white {
	border: 1px solid #000;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 60px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0;
	display: flex;
	align-items: center;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	padding: 0;
	padding-left: 0px;
	font-size: 14px;
	color: var(--ninetheme-dark-soft);
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
	display: none;
}

#nt-sidebar form button:hover {
	background: var(--ninetheme-primary);
	color: #fff;
}

.price_label {
	margin-top: 10px;
	text-align: left;
}

.ninetheme-widget-product-categories a label,
.ninetheme-product-status a label {
	margin: 0;
	margin-left: 7px;
	color: var(--ninetheme-dark-soft);
	font-size: 14px;
	font-weight: 400;
	width: auto;
	cursor: pointer;
}

.site-scroll li a {
	display: flex;
	align-items: center;
}

input[type='checkbox']:after {
	cursor: pointer;
}

.nt-sidebar-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: auto;
	right: 0;
	width: 30px;
}

/* shop fixed sidebar */
.ninetheme-shop-fixed-sidebar {
	position: fixed;
	z-index: 105;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
	box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
	padding: 70px 30px 50px;
	width: 100%;
	max-width: 400px;
	opacity: 0;
	overflow: hidden;
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	will-change: transform;
	-webkit-transition: opacity 0.25s ease, ease;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.admin-bar .ninetheme-shop-fixed-sidebar {
	top: 32px;
	height: calc(100% - 32px);
}

.ninetheme-shop-fixed-sidebar.active {
	opacity: 1;
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.ninetheme-toggle-hidden-sidebar span,
.ninetheme-open-fixed-sidebar span {
	margin-right: 10px;
	cursor: pointer;
}

.ninetheme-shop-fixed-sidebar .ninetheme-close-sidebar {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.ninetheme-shop-fixed-sidebar .nt-sidebar-inner {
	margin: 0;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	margin-right: -15px;
	padding-right: 15px;
}

.nt-sidebar-inner-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.nt-sidebar-inner-wrapper.all-closed {
	margin-bottom: 15px;
}

@media(min-width: 1024px) {
	.ninetheme-open-fixed-sidebar {
		display: none;
	}
}

/* shop fixed sidebar */
/* shop top hidden sidebar */
.shop-layout-top-sidebar:not(.single) .nt-sidebar-inner-widget {
    padding: 0 12px;
}

.shop-layout-top-sidebar .ninetheme-products-wrapper .ninetheme-choosen-filters {
	display: none;
}

.ninetheme-toggle-hidden-sidebar:not(.active) .ninetheme-filter-close {
	display: none;
}

.ninetheme-toggle-hidden-sidebar.active .svgFilter {
	display: none;
}

.nt-sidebar .ninetheme-close-sidebar {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.ninetheme-close-sidebar.btn-done {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	padding: 0px 15px;
}

.shop-layout-top-sidebar .ninetheme-toggle-hidden-sidebar {
	display: none;
}

.ninetheme-products-wrapper .ninetheme-choosen-filters,
.ninetheme-shop-hidden-top-sidebar .ninetheme-choosen-filters {
	border-bottom: 1px solid var(--ninetheme-gray);
	justify-content: center;
	padding: 0 0 5px;
	text-align: left;
	margin-bottom: 20px;
}

.ninetheme-product-status .nt-sidebar-inner-widget ul li:not(:first-child) {
	margin-top: 0px;
}

@media (min-width: 1024px) {
	.shop-layout-left-sidebar .default-sidebar .ninetheme-choosen-filters,
	.shop-layout-right-sidebar .default-sidebar .ninetheme-choosen-filters,
	body:not(.shop-layout-fixed-sidebar) .nt-sidebar .ninetheme-close-sidebar,
	body:not(.shop-layout-fixed-sidebar) .ninetheme-before-loop .ninetheme-block-right>div.ninetheme-open-fixed-sidebar,
	body:not(.shop-layout-fixed-sidebar) .ninetheme-before-loop .ninetheme-block-left>div.ninetheme-open-fixed-sidebar {
		display: none;
	}
}

@media(max-width: 1024px) {
	.nt-sidebar.ninetheme-blog-sidebar {
		margin-top: 60px;
	}

	.nt-sidebar:not(.ninetheme-blog-sidebar) {
		position: fixed;
		z-index: 105;
		left: 0;
		top: 0;
		height: 100%;
		background: #fff;
		box-shadow: 0px 12px 24px 0px rgb(120 120 120 / 30%);
		padding: 50px 30px;
		width: 100%;
		max-width: 400px;
		opacity: 0;
		overflow: hidden;
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		will-change: transform;
		-webkit-transition: opacity 0.25s ease, ease;
		transition: opacity 0.25s ease, transform 0.25s ease;
	}

	.nt-sidebar:not(.ninetheme-blog-sidebar).active {
		opacity: 1;
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	.admin-bar .nt-sidebar:not(.ninetheme-blog-sidebar) {
		top: 32px;
		height: calc(100% - 32px);
	}

	.nt-sidebar:not(.ninetheme-blog-sidebar) .nt-sidebar-inner {
		margin: 0;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
	}
    .nt-sidebar.ninetheme-shop-hidden-top-sidebar {
        padding: 70px 10px 20px;
    }
	.ninetheme-before-loop .ninetheme-block-right>div.ninetheme-toggle-hidden-sidebar,
	.ninetheme-before-loop .ninetheme-block-left>div.ninetheme-toggle-hidden-sidebar,
	.shop-layout-fixed-sidebar.fixed-sidebar-top .ninetheme-toggle-hidden-sidebar {
		display: none;
	}

	.nt-sidebar .ninetheme-choosen-filters {
		border-bottom: 1px solid var(--ninetheme-gray);
		justify-content: center;
		padding: 0 0 5px;
		text-align: left;
		margin-bottom: 20px;
	}

	.ninetheme-choosen-filters-action {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.ninetheme-shop-hidden-sidebar .nt-sidebar-inner-widget {
	margin: 30px 0 60px !important;
}

.nt-sidebar .nt-sidebar-inner-widget ul {
	list-style: none;
}

.nt-sidebar .nt-sidebar-inner-widget ul.product-categories li ul.children {
	display: none;
}

.product-categories span.subDropdown {
	border-radius: 50%;
	background: rgb(226 226 226);
	border: 5px solid transparent;
	color: var(--ninetheme-dark);
	width: 20px;
	height: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	cursor: pointer;
	top: 3px;
	right: 38px;
}

.product-categories span.subDropdown:before,
.product-categories span.subDropdown:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background-color: #282828;
	transform-origin: 50% 50%;
	opacity: 1;
	-moz-transition: -moz-transform ease 0.25s;
	-webkit-transition: -webkit-transform ease 0.25s;
	-o-transition: -o-transform ease 0.25s;
	-ms-transition: -ms-transform ease 0.25s;
	transition: transform ease 0.25s;
}

.product-categories span.subDropdown:after {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.product-categories span.subDropdown:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.product-categories span.subDropdown.active:before,
.product-categories span.subDropdown.active:after,
.product-categories span.subDropdown:hover:before,
.product-categories span.subDropdown:hover:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* shop top hidden sidebar */
/* product_list_widget */
.product_list_widget a.ninetheme-widget-product-list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product_list_widget a.ninetheme-widget-product-list-inner img {
	margin-right: 15px;
}

.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-widget-product-list-details {
	display: flex;
	flex-direction: column;
	font-weight: 600;
}

.product_list_widget .ninetheme-widget-product-list-details .product-title {
	max-width: 100%;
}

.product_list_widget a.ninetheme-widget-product-list-inner span.ninetheme-price {
	margin-top: 5px;
}

.ninetheme-single-product-type-stretch .ninetheme-product-summary-inner {
	padding-top: 100px;
}

.ninetheme-single-product-type-stretch .ninetheme-product-related {
    padding-bottom: 80px;
}

.ninetheme-single-product-type-stretch .ninetheme-product-summary {
    padding: 0 0 0 40px;
}

/* product_list_widget */
@media(max-width:1024px) {
	.mobile-sidebar-close {
		display: flex;
		align-items: stretch;
		align-content: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: -3px;
	}

	.shop-sidebar-fixed .ninetheme-mobile-sidebar-toggle {
		display: block;
	}

	body.ninetheme-ajax-shop #nt-sidebar .nt-sidebar-inner .ninetheme-choosen-filters {
		display: block;
	}

	#nt-sidebar .nt-sidebar-inner .ninetheme-choosen-filters {
		padding: 5px 10px;
		border: none;
		width: 100%;
		margin: 0 0 15px 0px;
		background: #fff;
		z-index: 1;
	}

	#nt-sidebar .nt-sidebar-inner.scroll-start .ninetheme-choosen-filters {
		position: absolute;
		top: 40px;
		margin-top: 0;
		left: 0;
	}

	#nt-sidebar .woocommerce-result-count {
		float: none;
		margin: 0;
		width: 100%;
	}

	.woocommerce #nt-sidebar .woocommerce-info:before {
		display: none;
	}

	.woocommerce #nt-sidebar .nt-sidebar-inner .close-sidebar {
		top: auto;
		bottom: auto;
		position: relative;
		padding: 5px;
		background: var(--ninetheme-dark);
		align-items: center;
		justify-content: center;
		color: #fff;
		line-height: 1.3;
		margin-top: 5px;
		border-radius: 4px;
		cursor: pointer;
		margin-top: 10px;
	}

	.woocommerce #nt-sidebar .woocommerce-result-count span {
		color: var(--ninetheme-primary);
	}

	.shop-sidebar-fixed .blog-sidebar {
		margin: 0;
		overflow-y: scroll;
		padding: 0px;
	}

	#nt-sidebar .nt-sidebar-inner-widget a.ajax-loading::after {
		content: "";
		margin-left: 10px;
		border-width: 2px;
		border-color: var(--ninetheme-dark);
		border-left-color: transparent;
		border-radius: 50%;
		border-style: solid;
		-webkit-animation: v-spin-fast 1s linear infinite;
		animation: v-spin-fast 1s linear infinite;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 7px;
	}

	.ninetheme-single-product-type-stretch .ninetheme-product-summary-inner {
    	padding-top: 0px;
    }

    .ninetheme-single-product-type-stretch .ninetheme-product-summary-inner {
        padding: 0 15px;
    }

    .ninetheme-single-product-type-stretch .ninetheme-product-summary {
        padding:0;
    }
     .ninetheme-single-product-type-stretch .ninetheme-product-thumbnails {
        padding-left:10px;
    }

	.ninetheme-single-product-type-stretch .ninetheme-swiper-slider-wrapper .swiper-button-prev,
	.ninetheme-single-product-type-stretch .ninetheme-swiper-slider-wrapper .swiper-button-next {
        display : none;
    }

    .ninetheme-single-product-type-stretch .ninetheme-product-related {
        padding-bottom: 65px;
    }
}

@media(max-width:768px) {
	.shop-sidebar-fixed .blog-sidebar {
		height: calc(100vh);
		max-height: calc(100vh);
	}
}

#nt-sidebar.order-2 {
	position: relative;
}

.ninetheme-sticky-sidebar-stopper {
	position: relative;
	display: block;
}

.ninetheme-is-sticky {
	will-change: position, top;
}

span.subDropdown {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	cursor: pointer;
}

span.subDropdown svg {
	max-width: 10px;
	max-height: 15px;
}

span.subDropdown.minus svg .vertical,
.widget_ninetheme_product_categories ul.children {
	display: none;
}

.widget_ninetheme_product_categories ul.children li a:before {
	content: none !important;
}

ul.ninetheme-remove-filter li {
	display: inline-block;
	margin-right: 15px;
}

ul.ninetheme-remove-filter li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
}

.nt-sidebar-inner a span.remove-filter,
ul.ninetheme-remove-filter li a span.remove-filter {
	position: relative;
	width: 15px;
	height: 15px;
	background-color: var(--ninetheme-gray-soft);
	margin-right: 5px;
	border-radius: 50px;
}

.nt-sidebar-inner li a:hover span.remove-filter,
ul.ninetheme-remove-filter li a:hover span.remove-filter {
	background-color: var(--ninetheme-gray);
}

ul.ninetheme-remove-filter li a.clear-all span.remove-filter {
	background-color: var(--ninetheme-dark);
}

.ninetheme-remove-filter li:first-child a span.remove-filter:before, .ninetheme-remove-filter li:first-child a span.remove-filter:after {
	background-color: #fff !important;
}

.nt-sidebar-inner li a span.remove-filter:before,
.nt-sidebar-inner li a span.remove-filter:after,
.ninetheme-remove-filter li a span.remove-filter:before,
.ninetheme-remove-filter li a span.remove-filter:after {
	content: "";
	width: 7px;
	height: 1px;
	position: absolute;
	left: 4px;
	top: 7px;
	display: inline-block;
	background-color: var(--ninetheme-dark) !important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.nt-sidebar-inner li a span.remove-filter,
.ninetheme-remove-filter li a {
	position: relative;
	color: var(--ninetheme-dark);
	letter-spacing: 0.2px;
	cursor: pointer;
}

.nt-sidebar-inner li a span.remove-filter:before,
.ninetheme-remove-filter li a span.remove-filter:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nt-sidebar-inner li a span.remove-filter:after,
.ninetheme-remove-filter li a span.remove-filter:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.nt-sidebar-inner li a:hover span.remove-filter:before,
.nt-sidebar-inner li a:hover span.remove-filter:after,
.ninetheme-remove-filter li a:hover span.remove-filter:before,
.ninetheme-remove-filter li a:hover span.remove-filter:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.filters-container .nav-tabs.nav-tab-box {
	display: inline-block;
}

/*/////////////////////////////////
>-----> SIDEBARS
/////////////////////////////////*/
.ninetheme-single-product-type-stretch .ninetheme-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: #fff;
    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;
}

.ninetheme-checkout-footer-item.woocommerce-shipping-totals.shipping {
    display: block;
    padding: 10px;
    background: var(--ninetheme-gray-soft);
    margin-top: 10px;
}
.woocommerce-product-gallery a.ninetheme-product-video-button,
.woocommerce-product-gallery a.ninetheme-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(--ninetheme-gray);
}

@media(max-width: 576px){
    .woocommerce form .form-row textarea {
        height: auto;
        min-height: 4em;
    }
}

@media(max-width: 480px){
    .ninetheme-after-cart-grouped-button-wrapper .ninetheme-after-cart-button-wrapper,
    .ninetheme-after-cart-grouped-button-wrapper .ninetheme-after-single-cart-actions {
        flex: 1 0 auto;
    }
}
.ninetheme-sticky-cart-toggle {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 103;
    background: var(--ninetheme-dark);
    color: #fff;
    border: 1px solid rgb(0 0 0 / 0%);
    transition: .5s;
    right: 25px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.bottom-popup-cart-active .ninetheme-sticky-cart-toggle {
    bottom: 135px;
}
.ninetheme-sticky-cart-toggle.active {
    background: var(--ninetheme-success);
}
.ninetheme-sticky-cart-toggle svg {
    fill: #fff;
}
#ninetheme-cart-fly{
    position: absolute;
    width: 50px;
    opacity: 1;
    z-index: 9999999;
    font-size: 20px;
    line-height: 3;
    text-align: center;
    border-radius: 60px;
    overflow: hidden;
}
.wishlist-all-items {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid var(--ninetheme-gray);
}
.wishlist-all-items .ninetheme-content-item .ninetheme-content-info .product-name,
.wishlist-all-items .ninetheme-content-item .ninetheme-content-info a.ninetheme-btn-small {
    color: var(--ninetheme-black);
}
.wishlist-all-items .ninetheme-content-item {
    margin-bottom: 0;
}
.wishlist-all-items .ninetheme-empty-content {
    text-align: center;
}
.wishlist-all-items .ninetheme-empty-content svg {
    float: none;
    opacity: 0.5;
    text-align: center;
    margin: 0;
}
.wishlist-all-items .ninetheme-content-item + .ninetheme-content-item {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed var(--ninetheme-gray);
}
.wishlist-page-link {
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    border: 1px solid var(--ninetheme-black);
    line-height: 1;
    height: auto;
    margin-top: 15px;
}
.wishlist-page-link:hover {
    background-color: var(--ninetheme-black);
    color: var(--ninetheme-light);
}
.wishlist-area[data-wishlist-count="0"] .wishlist-page-link {
    display: none;
}
.ninetheme-wishlist-copy {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--ninetheme-gray);
}
.ninetheme-small-title.message-error {
    padding: 10px;
    text-align: center;
    background: var(--ninetheme-red);
    color: var(--ninetheme-light);
    line-height: 1;
}

.wishlist-area.panel-content-item,
.wishlist-content {
    max-height: 100%;
    height: 100%;
}
.wishlist-area:not(.has-product) .ninetheme-panel-content-items {
    max-height: calc(100% - 110px)!important;
}
.wishlist-area .has-clear-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wishlist-area .has-clear-btn .clear-all-wishlist {
    font-size: 14px;
    margin-left: 20px;
    cursor: pointer;
}
.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-message .woocommerce-notices-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wishlist-message .ninetheme-small-title {
    color: var(--ninetheme-light);
}
.wishlist-message span.product-name {
    font-weight: 600;
}

.ninetheme-compare-items {
    overflow-x: auto;
    border: 3px solid var(--ninetheme-gray);
    padding: 20px;
}
.ninetheme-compare-items > table {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.ninetheme-compare-items > table > thead > tr > th {
    color: var(--ninetheme-black);
    border-collapse: collapse;
    padding: 15px 15px 30px 15px;
    margin: 0;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    background-color: var(--ninetheme-gray-soft);
    border: none;
    border-image-width: 0;
    position: relative;
}
.ninetheme-compare-items > table > thead > tr > th .name {
    text-transform: uppercase;
    display: block;
    max-width: calc(100% - 30px);
}
.ninetheme-compare-items > table > tbody {
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 6;
}
.ninetheme-compare-items > table > tbody > tr > td {
    position: relative;
    border-collapse: collapse;
    background-color: var(--ninetheme-light);
    padding: 15px 0px 15px 15px;
    vertical-align: top;
    text-align: left;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    color: var(--ninetheme-black);
    font-weight: 400;
    border: none;
    border-image-width: 0;
}
.ninetheme-compare-items > table > thead > tr > th:first-child,
.ninetheme-compare-items > table > tbody > tr > td:first-child {
    padding-left: 15px;
}
.ninetheme-compare-items > table > tbody > tr {
    border: none;
    margin: 0;
    padding: 0;
}
.ninetheme-compare-items > table > tbody > tr:nth-child(2n) > td {
    background-color: var(--ninetheme-gray-soft);
}
.ninetheme-compare-items .add_to_cart_inline {
    margin: 0;
    line-height: 1;
}
.ninetheme-compare-items .add_to_cart_inline {
    margin: 0;
    line-height: 1;
    position: absolute;
    bottom: 7px;
}
.ninetheme-compare-items .ninetheme-compare-del-icon {
    position: absolute;
    top: 18px;
    right: 17px;
    line-height: 1;
}
.ninetheme-compare-items td ul {
    padding-left: 17px;
}
.ninetheme-compare-items .ninetheme-empty-content,
.ninetheme-compare-items.ninetheme-empty-content {
    text-align: center;
}
.ninetheme-compare-items[data-count="0"] table,
.ninetheme-compare-items:not([data-count="0"]) .ninetheme-empty-content {
    display:none;
}
.ninetheme-compare-items .ninetheme-empty-content svg,
.ninetheme-compare-items.ninetheme-empty-content svg {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.ninetheme-compare-items table thead tr th.th-placeholder,
.ninetheme-compare-items table tbody tr td.td-placeholder {
    text-align: center;
}
.ninetheme-compare-items table thead tr th.th-placeholder:before,
.ninetheme-compare-items table tbody tr td.td-placeholder:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 8px;
    background-color: #eeeeee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ninetheme-compare-popup-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    padding: 80px 20px 20px 20px;
    overflow: auto;
    display: none;
    opacity: 0;
}
.ninetheme-compare-popup-list.loading,
.ninetheme-compare-popup-list.loaded {
    display: flex;
    opacity: 1;
}
.ninetheme-compare-popup-list.loading {
    align-items: center;
    justify-content: center;
}
.ninetheme-compare-popup-list-inner {
    width: 100%;
    display: flex;
}
.ninetheme-compare-popup-list.loading .ninetheme-compare-popup-list-inner,
.ninetheme-compare-popup-list.loading .ninetheme-panel-close-button {
    display: none;
}
.ninetheme-compare-popup-list.loaded .ninetheme-panel-close-button {
    position: absolute;
    top: 35px;
    right: 20px;
}
.ninetheme-compare-popup-list .ninetheme-compare-items.no-product {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ninetheme-yith-compare-btn.ninetheme-product-button {
    position: relative;
    overflow: hidden;
}
.ninetheme-yith-compare-btn.ninetheme-product-button .compare {
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ninetheme-compare-popup-list.loading .svgloading {
    max-width: 50px;
    max-height: 50px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.ninetheme-compare-popup-list.loaded .svgloading {
    display: none;
}

.ninetheme-quickview-wrapper .woocommerce-variation-add-to-cart {
    flex-wrap: wrap!important;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item .ninetheme-btn {
    margin-top: 0;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item button.single_add_to_cart_button {
    width: calc(100% - 155px);
}
.ninetheme-quickview-wrapper .ninetheme-summary-item .ninetheme-after-single-cart-button {
    margin-top: 10px;
    width: 100%;
    flex-direction: row-reverse;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item .ninetheme-after-single-cart-button .ninetheme-btn-buynow {
    margin-left: 0;
    width: calc(100% - 155px);
}
.ninetheme-quickview-wrapper .ninetheme-summary-item .ninetheme-after-single-cart-button .ninetheme-product-button {
    width: 70px;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item .ninetheme-after-single-cart-button .ninetheme-product-button {
    margin-left: 0px;
    margin-right: 5px;
}
.ninetheme-quickview-wrapper .product:not(.ninetheme-single-product-type-3) .single-product-add-to-cart-type-black .woocommerce-variation-add-to-cart,
.ninetheme-quickview-wrapper .product:not(.ninetheme-single-product-type-3) .single-product-add-to-cart-type-gray .woocommerce-variation-add-to-cart {

    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 4px;
    text-align: center;
}
p.cr-customer-consent {
    margin-top: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    display: flex;
    align-items: flex-start;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    line-height: 1.4;
}
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
    margin-top: 2px;
}
.ninetheme-btn-reset-wrapper {
    display: none;
}

.ninetheme-btn-reset-wrapper.active,
.ninetheme-variations-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ninetheme-btn-reset-wrapper,
.ninetheme-variations-items {
    gap: 15px;
}

.ninetheme-variations-items .ninetheme-small-title,
.ninetheme-btn-reset-wrapper .ninetheme-small-title {
    min-width: 78px;
}

.ninetheme-btn-reset-wrapper .ninetheme-small-title {
    opacity: 0;
    visibility: hidden;
}
.ninetheme-hint {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media(min-width:1024px){
    .page-loaded .ninetheme-hint {
        display: flex;
    }
    .ninetheme-hint {
        align-items: center;
        justify-content: center;
        background-color: var(--ninetheme-dark);
        color: var(--ninetheme-light);
        font-size: 12px;
        line-height: 1;
        position: absolute;
        top: -25px;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        white-space: nowrap;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 8px 9px 8px 9px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 7px 15px rgba(0,0,0,.3);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        transition: .3s ease;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }
    .ninetheme-hint:before {
        content: '';
        border: 5px solid transparent;
        border-top-color: var(--ninetheme-dark);
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .ninetheme-product-button:hover .ninetheme-hint,
    .ninetheme-term:hover .ninetheme-hint {
        visibility: visible;
        opacity: 1;
        top: -35px;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s;
    }
    .hint-left span.ninetheme-hint {
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .hint-left .ninetheme-hint:before {
        content: '';
        border-color: transparent;
        border-left-color: var(--ninetheme-primary);
        bottom: auto;
        top: 50%;
        right: -10px;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .hint-left .ninetheme-product-button:hover .ninetheme-hint {
        visibility: visible;
        opacity: 1;
        top: 50%;
        right: calc(100% + 10px);
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s;
    }
}
.ninetheme-product-action-button .ninetheme-btn {
    width: 100%;
}
.quantity-button.minus.disabled,
.quantity-button.plus.disabled {
    pointer-events: none;
}
.ninetheme-quickshop-wrapper .ninetheme-product-action-button,
.ninetheme-quickview-wrapper .ninetheme-product-action-button {
    display: none;
}
.ninetheme-cart-empty-wrapper .return-to-shop {
    margin-top: 20px;
}

.ninetheme-free-shipping-progress .ninetheme-progress-bar-wrap {
    position: relative;
    height: 6px;
    margin: 0 13px;
}
.ninetheme-cart-goal-text {
    font-size: 18px;
    margin-bottom: 15px;
    color: var(--ninetheme-dark);
}
.ninetheme-header-mobile-content .ninetheme-cart-goal-text,
.ninetheme-side-panel .ninetheme-cart-goal-text {
    text-transform: uppercase;
    font-size: 12px;
}
.ninetheme-cart-goal-text .woocommerce-Price-amount.amount {
    font-weight: 600;
}
.ninetheme-side-panel .ninetheme-cart-goal-wrapper {
    margin-top: 15px;
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar {
    position: relative;
    border-radius: inherit;
    height: 100%;
    max-width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar:before {
    position: absolute;
    content: "";
    top: 0;
    left: -13px;
    right: -13px;
    height: 100%;
    border-radius: 3px;
    background: var(--ninetheme-red);
}
.ninetheme-free-shipping-progress .ninetheme-progress-bar-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: -13px;
    right: -13px;
    height: 100%;
    border-radius: 3px;
    background: var(--ninetheme-gray-soft);
}
.ninetheme-free-shipping-progress .ninetheme-progress-value {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    background: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-red);
    border-radius: 50%;
    font-size: 12px;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}
.ninetheme-free-shipping-progress .ninetheme-progress-value svg {
    width: 17px;
    height: 17px;
}
.ninetheme-free-shipping-progress .ninetheme-progress-value svg * {
    fill: var(--ninetheme-yellow);
}
.free-shipping-success .ninetheme-progress-bar:before {
    background: var(--ninetheme-success);
}
.free-shipping-success .ninetheme-progress-value svg * {
    fill: var(--ninetheme-success);
}
.free-shipping-success .ninetheme-progress-value{
    border-color: var(--ninetheme-success);
}
.woocommerce-cart .ninetheme-cart-row .ninetheme-cart-goal-wrapper {
    padding: 20px 20px 30px;
    margin-bottom: 30px;
    border: 1px dashed var(--ninetheme-red);
    background-color: var(--ninetheme-brown);
    border-radius: 10px;
}
.woocommerce-cart .ninetheme-cart-row .ninetheme-cart-goal-wrapper .ninetheme-cart-goal-text {
    color: #060606;
}
.shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes shakeY{
	0%,
	to{
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
	10%,30%,50%,70%,90%{
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0)
	}
	20%,40%,60%,80%{
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
}
@keyframes shakeY{
	0%,
	to{
		-webkit-transform:translateZ(0);
		transform:translateZ(0)
	}
	10%,30%,50%,70%,90%{
		-webkit-transform:translate3d(0,-10px,0);
		transform:translate3d(0,-10px,0)
	}
	20%,40%,60%,80%{
		-webkit-transform:translate3d(0,10px,0);
		transform:translate3d(0,10px,0)
	}
}
.ninetheme-minicart-timer {
    margin-top: 20px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    align-content: center;
    padding: 10px 15px;
    background-color: var(--ninetheme-gray-soft);
    border: 1px solid var(--ninetheme-gray);
    gap: 30px;
}
.ninetheme-minicart-timer .offer-time-text {
    margin-bottom: 0px;
    color: var(--ninetheme-dark);
    font-weight: 600;
    font-size: 12px;
}
.ninetheme-side-panel[data-cart-count="0"] .ninetheme-minicart-timer {
    display: none;
}

.ninetheme-summary-item.ninetheme-product-meta .ninetheme-meta-label {
    color: var(--ninetheme-dark);
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: 700;
}

.ninetheme-viewed-offer-time {
    margin-top: 20px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    align-content: center;
    padding: 5px 15px;
    background-color: var(--ninetheme-gray-soft);
    border: 1px solid var(--ninetheme-gray);
    gap: 30px;
}

.ninetheme-viewed-offer-time .offer-time-text {
	margin-bottom: 5px;
	color: var(--ninetheme-dark);
	font-weight: 600;
	font-size: 12px;
}

.ninetheme-viewed-offer-time .offer-time-text span {
	color: var(--ninetheme-primary);
}

.ninetheme-summary-item:not(.has-text) .ninetheme-coming-time {
	justify-content: center;
}

.ninetheme-viewed-offer-time.type-default .ninetheme-coming-time {
    min-width: 240px;
}

.ninetheme-viewed-offer-time.type-default:not(.has-icon) .ninetheme-coming-time {
	margin-bottom: 30px;
}

.ninetheme-viewed-offer-time.ninetheme-summary-item:not(.type-default),
.ninetheme-viewed-offer-time.type-default .ninetheme-coming-time {
	background-color: var(--ninetheme-gray-soft);
	padding: 10px 15px;
	border-radius: 4px;
}

.ninetheme-viewed-offer-time.has-icon .ninetheme-svg-icon {
    max-width: 50px;
    max-height: 50px;
}

.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .ninetheme-coming-time,
.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .offer-time-icon,
.ninetheme-product-summary .ninetheme-viewed-offer-time.has-icon .offer-time-inner {
    margin: 0;
}

.offer-time-text-after {
    margin-top: 5px;
    font-size: 12px;
}

.ninetheme-viewed-offer-time.ninetheme-summary-item.type-2 {
    background: var(--ninetheme-green-bg);
    border: 1px solid var(--ninetheme-green);
    padding: 15px;
    border-radius: 5px;
}

.ninetheme-viewed-offer-time.ninetheme-summary-item.type-3,
.ninetheme-viewed-offer-time.ninetheme-summary-item.type-4 {
    background: transparent;
    border: 1px solid var(--ninetheme-dark);
    padding: 15px;
    border-radius: 5px;
}

.ninetheme-viewed-offer-time.ninetheme-summary-item.type-4 {
    border-color: var(--ninetheme-gray);
}

.ninetheme-viewed-offer-time.type-2 .ninetheme-coming-time {
    background-color: transparent;
    padding: 0;
    max-width: 100%;
    margin-bottom: 0;
}

.ninetheme-viewed-offer-time.type-2 .offer-time-icon {
    margin-left: -50px;
}

.ninetheme-viewed-offer-time.type-2 .offer-time-text {
    margin-bottom: 5px;
    color: var(--ninetheme-dark-soft);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 15px;
}

.ninetheme-viewed-offer-time.type-2 .time-count,
.ninetheme-viewed-offer-time.type-3 .time-count,
.ninetheme-viewed-offer-time.type-4 .time-count {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-width: 10px;
    letter-spacing: 1px;
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-red);
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.ninetheme-viewed-offer-time.type-3 .time-count {
    color: var(--ninetheme-red);
    background-color: transparent;
    border: 1px solid var(--ninetheme-gray);
}

.ninetheme-viewed-offer-time.type-4 .time-count {
    background: var(--ninetheme-green-bg);
    color: var(--ninetheme-green);
}

.ninetheme-viewed-offer-time.type-4 .time-count:last-child {
    color: var(--ninetheme-red);
    background-color: var(--ninetheme-red-bg);
    border-color: var(--ninetheme-red-border);
}

.ninetheme-viewed-offer-time.type-2 .time-count {
    padding: 12px 10px;
}

.ninetheme-viewed-offer-time .separator {
    margin: 0 5px;
    color: var(--ninetheme-dark);
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ninetheme-countdown-title-wrapper.ninetheme-display-inline .ninetheme-super-deal-title {
	margin: 0;
	margin-right: 30px;
}

.ninetheme-coming-time:not(.separator-none) .time-count+.time-count:before {
	position: relative;
	content: ":";
	margin: 0 7px;
	color: currentColor;
	font-size: 13px;
	font-weight: 500;
}
.ninetheme-product-summary .ninetheme-summary-item:not(.cart)>div.offer-time-inner{
    margin-bottom: 0;
}

@media(max-width:480px) {
	input[type='radio']:after {
		width: 18px;
        height: 18px;
        border-radius: 17px;
        top: -1px;
        left: -1px;
	}

	input[type='radio']:checked:after {
		width: 18px;
		height: 18px;
		border-radius: 17px;
		top: -1px;
        left: -1px;
	}

	input[type='checkbox']:after {
		width: 18px;
		height: 18px;
	    top: -1px;
        left: -1px;
	}

	input[type='checkbox']:checked:after {
		width: 18px;
		height: 18px;
		top: -1px;
        left: -1px;
	}
    .ninetheme-viewed-offer-time {
        gap: 10px;
    }
    .ninetheme-viewed-offer-time.has-icon .ninetheme-svg-icon {
        width: 35px;
        height: 35px;
        max-width: 35px;
        max-height: 35px;
    }
    .form-external .ninetheme-after-single-cart-button,
    .form-external .ninetheme-after-single-cart-actions {
        flex: 1 0 auto;
    }
}
