.ninetheme-empty,
.ninetheme-terms + select:not(.ninetheme-select),
.ninetheme-term.ninetheme-disabled:after,
.ninetheme-term.ninetheme-disabled:before {
    display: none !important;
}
.ninetheme-term.ninetheme-disabled:before {
    pointer-events: none;
}

.ninetheme-term.ninetheme-disabled {
    opacity: .4;
    cursor: default;
}

.ninetheme-terms {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.ninetheme-variations {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ninetheme-term {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    position: relative;
    min-width: 35px;
    min-height: 23px;
    border-radius: 0;
    font-size: 11px;
    line-height: 1.4;
    height: 0;
}

.ninetheme-term.ninetheme-selected:before {
    content: 'Ã¢Å“â€œ';
    min-height: 18px;
    min-width: 18px;
    border-radius: 100%;
    background-color: var(--ninetheme-success);
    color: var(--ninetheme-light);
    text-align: center;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
}
.ninetheme-summary-item .ninetheme-term.ninetheme-selected {
    box-shadow: 0px 0px 0px 2px var(--ninetheme-dark);
}
.hide-icon .ninetheme-term.ninetheme-selected:before {
    content: none;
}

.terms-outline .ninetheme-term {
    padding: 0;
    border: 0;
}

.ninetheme-type-image .ninetheme-term {
    height: 50px;
    width: 50px;
}

.ninetheme-type-image .ninetheme-term img {
    width: 100%;
    height: auto;
    display: block;
}

.ninetheme-type-button:not(.terms-outline) .ninetheme-term {
    color: var(--ninetheme-light);
    background: var(--ninetheme-primary);
}
.terms-outline .ninetheme-term .type-button {
    color: var(--ninetheme-light);
    background: var(--ninetheme-green);
}
.terms-outline .type-button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.type-color {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 3px;
}

.ninetheme-product.row .ninetheme-variations {
    position: relative;
}

.ninetheme-variations-items .ninetheme-small-title,
.ninetheme-small-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}


.ninetheme-product.row .ninetheme-variations-items .label {
    margin-right: 10px;
}

.terms-radius .ninetheme-term,
.terms-radius .type-color,
.terms-radius .type-button {
    border-radius: 4px;
}

.terms-outline .type-button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 8px !important;
    border-radius: 3px;
}


/* masonry grid shop */

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

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

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

.ninetheme-shop-filter-area {
	display: flex;
	align-items: center;
}
.ninetheme-shop-filter-area li.active {
    pointer-events: none;
}
.ninetheme-open-fixed-sidebar.panel-open,
.ninetheme-toggle-hidden-sidebar {
    border: 1px solid;
    border-color: var(--ninetheme-dark);
    background-color: var(--ninetheme-gray-soft);
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    color: var(--ninetheme-dark);
    font-weight: 500;
}

.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;
	right: 0px;
}

.ninetheme-filter-action li:not(:first-child) {
	margin-left: 10px;
}

.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;
	fill: var(--ninetheme-gray-dark);
	color: var(--ninetheme-gray-dark);
}

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

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

.ninetheme-shop-filter-top-area .ninetheme-woo-result-count {
    margin-right: 10px;
}

@media (min-width: 992px) {
    .shop-layout-top-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
    .shop-layout-right-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
	.shop-layout-left-sidebar .ninetheme-shop-filter-top-area .ninetheme-open-fixed-sidebar,
	.shop-layout-left-sidebar .ninetheme-header-bottom-bar .ninetheme-before-loop .ninetheme-block-right>.ninetheme-open-fixed-sidebar,
    .shop-layout-left-sidebar .ninetheme-header-bottom-bar .ninetheme-before-loop .ninetheme-before-loop .ninetheme-block-left>div {
		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;
	}
	.ninetheme-before-loop .ninetheme-block-left>div+div,
    .ninetheme-before-loop .ninetheme-block-right>div+div {
    	padding-left: 10px;
    }
    .ninetheme-before-loop .woocommerce-result-count {
        font-size: 10px;
    }
    .ninetheme-woo-result-count {
        display: none !important;
    }
}

@media (max-width: 576px) {
	.ninetheme-filter-action li:not(:last-child) {
		margin-right: 6px;
	}
}
/* shop loop filter */



/* Shop Top fast Filters */

.ninetheme-shop-fast-filters {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    align-content: center;
}
.fast-filters-label {
    min-width: 95px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ninetheme-fast-filters-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.ninetheme-fast-filters-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    position: relative;
    z-index: 9;
}
.ninetheme-fast-filters-submenu li {
    width: 100%;
}
.ninetheme-fast-filters-list li svg {
    margin-right: 10px;
    max-width: 17px;
    max-height: 17px;
}

.ninetheme-fast-filters-list li span[data-color] {
    width: 12px;
    height: 12px;
    background: #000;
    position: absolute;
    right: 10px;
    border-radius: 12px;
}
.ninetheme-fast-filters-list li span.is_white {
    border: 1px solid var(--ninetheme-border);
}
.ninetheme-fast-filters-list:not(.has-filter) .remove-fast-filter a {
    display: none;
}
.ninetheme-fast-filters-list .remove-fast-filter.active a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ninetheme-fast-filters-list li:hover> a,
.ninetheme-fast-filters-list .remove-fast-filter.active > a {
    color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary-bg);
    border-color: var(--ninetheme-primary);
    border-radius: 5px 5px 0 0;
}
.ninetheme-fast-filters-list li a,
.ninetheme-has-submenu.inactive >a {
    padding: 2px 20px;
    border: 1px solid var(--ninetheme-border);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    min-height: 35px;
    width: 100%;
    text-align: center;
}
.ninetheme-fast-filters-list.has-filter li.show-always {
    display: inline-flex;
}
.ninetheme-fast-filters-list.has-filter.filters-first,
.show-always-stock-sale .ninetheme-fast-filters-list.filters-first {
    margin-right: 20px;
}

.ninetheme-shop-fast-filters .ninetheme-fast-filters-list li.show-always,
.ninetheme-shop-fast-filters .ninetheme-fast-filters-list.has-filter li.show-after-filter,
.ninetheme-fast-filters-list.has-filter ul.ninetheme-fast-filters-submenu li,
.ninetheme-fast-filters-list.has-filter li.fast-filters-label {
    display: inline-flex;
}

.ninetheme-fast-filters-list.has-filter li:not(.remove-fast-filter).active > a,
.ninetheme-fast-filters-list.has-filter li.active .ninetheme-fast-filters-submenu li.active > a {
    color:var(--ninetheme-warning);
    background-color:var(--ninetheme-warning-bg);
    border-color:var(--ninetheme-warning-border);
}
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter {
    background-color: var(--ninetheme-warning-bg);
}
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter:before,
.ninetheme-fast-filters-list li:not(.remove-fast-filter) .remove-filter:after {
    background-color: var(--ninetheme-warning) !important;
}
.ninetheme-fast-filters-submenu {
    position: absolute;
    padding: 10px;
    width: 100%;
    min-width: max-content;
    top: 97%;
    left: 0;
    background: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-primary);
    border-radius: 0 0 5px 5px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    opacity: 0;
    display: none;
    visibility: hidden;
    z-index: 1;
}
.ninetheme-fast-filters-submenu li a {
    min-height: 30px;
}
.ninetheme-fast-filters-submenu li a:hover {
    color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary-bg);
    border-color: var(--ninetheme-primary);
    border-radius: 5px;
}
.ninetheme-has-submenu:hover > .ninetheme-fast-filters-submenu {
    opacity: 1;
    display: inline-flex;
    visibility: visible;
}
.ninetheme-has-submenu.inactive > .ninetheme-fast-filters-submenu {
    opacity: 0;
    visibility: hidden;
}
.ninetheme-fast-filters-list .ninetheme-fast-filters-submenu li {
    margin: 0;
}
.ninetheme-fast-filters-list .ninetheme-fast-filters-submenu li:not(:last-child) {
    margin-bottom: 5px;
}
.ninetheme-widget-shop-fast-filters {
    display: flex;
    align-items: center;
}
@media(max-width:576px) {
    .ninetheme-shop-fast-filters {
        align-items: flex-start;
        margin-bottom: 20px;
        align-content: flex-start;
        flex-direction: column;
    }
    .ninetheme-fast-filters-list {
        margin-top: 10px;
    }
    .ninetheme-fast-filters-list li a,
    .ninetheme-has-submenu.inactive >a {
        padding: 2px 13px;
        font-size: 9px;
        letter-spacing: 0.3px;
        min-height: 30px;
    }
}
/* Shop Top fast Filters */


/* coupon */

.header-cart-after-buttons .coupons {
    margin-top: 15px;
}
ul.coupons {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    position: relative;
}
ul.coupons>li>div {
    padding: 15px;
    border: 1px dashed var(--ninetheme-border);
    background-color: var(--ninetheme-gray-soft);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
	cursor: pointer;
}
ul.coupons>li>div:hover,
ul.coupons>li>div.applied{
    background-color: var(--ninetheme-success-bg);
    border-color: var(--ninetheme-success);
    opacity: 1;
}
ul.coupons>li>div.applied {
    cursor: no-drop;
}
ul.coupons span.amount {
    font-size: 14px;
    font-weight: 500;
}
ul.coupons .discount {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
ul.coupons .discount .value {
    color: var(--ninetheme-red);
}
ul.coupons .name-date {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.coupons .name {
    padding: 5px;
    border: 1px solid var(--ninetheme-green);
    border-radius: 5px;
    background-color: var(--ninetheme-success-bg);
    color: var(--ninetheme-green);
    text-transform: uppercase;
    line-height: 1;
}
ul.coupons.loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--ninetheme-light);
    opacity: 0.8;
}
ul.coupons.spinner.loading:after {
    width: 35px;
    height: 35px;
    border: 2px solid var(--ninetheme-gray);
    border-left-color: var(--ninetheme-primary);
}

/* coupon single product page style*/
.coupon {
  height: 109px;
  max-width: 250px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}
.coupon .add-coupon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.coupon::before,
.coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.coupon::before {
  left: 0;
  background-color: var(--ninetheme-gray-soft);
}

.coupon::after {
  right: 0;
  background-image: radial-gradient(    circle at 100% 50%,    transparent 25px,    var(--ninetheme-gray-soft) 26px  );
}

.coupon > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.coupon .left {
  width: 23%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.left div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
  margin-left: 7px;
  font-size: 10px;
}

.center {
    flex-grow: 1;
    text-align: center;
    flex-direction: column;
    gap: 7px;
}

.right {
    width: 27%;
    background-image: radial-gradient(    circle at 100% 50%,    transparent 25px,    var(--ninetheme-yellow) 26px  );
}
.right div {
  font-weight: 400;
  transform: rotate(-90deg);
  white-space: nowrap;
  margin-left: -18px;
  font-size: 11px;
  font-weight: 500;
}

.center .discount {
    background: var(--ninetheme-yellow);
    color: var(--ninetheme-dark);
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 46px;
}

.center .name {
    font-size: 14px;
    /* line-height: 1.3; */
}
.center small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

@media screen and (max-width:500px){
}
/* single product page style*/


.ninetheme-selected-variations-terms-wrapper {
    display: none;
}

.ninetheme-selected-variations-terms {
    padding: 10px 15px;
    background-color: var(--ninetheme-primary-bg);
    border: 1px solid var(--ninetheme-primary);
    border-radius: var(--ninetheme-border-radius);
    color: var(--ninetheme-primary);
    line-height: 1;
    display: inline-flex;
    flex-direction: row;
}

.ninetheme-selected-variations-terms span {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
}
.ninetheme-selected-variations-terms .selected-value {
    color: var(--ninetheme-green);
}

.ninetheme-selected-variations-terms-title {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: var(--ninetheme-dark);
    margin-bottom: 10px;
    display: block;
    line-height: 1;
}

.ninetheme-selected-variations-terms-wrapper .selected-features + .selected-features {
    margin-left: 10px;
}

/* hint for swatches */
.show-hints .ninetheme-terms .ninetheme-term:after,
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):before{
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    bottom: 100%;
    left: 50%;
}

.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):before {
    content: '';
    background: 0 0;
    border: 6px solid transparent;
    border-top-color: var(--ninetheme-dark);
    z-index: 1000001;
    margin-bottom: -11px;
    left: calc(50% - 6px);
}

.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):after {
    content: attr(data-title);
    background: var(--ninetheme-dark);
    color: var(--ninetheme-light);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.show-hints .ninetheme-terms .ninetheme-term:hover:after,
.show-hints .ninetheme-terms .ninetheme-term:not(.ninetheme-disabled):hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
}

.show-hints .ninetheme-terms .ninetheme-term:hover:before{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.show-hints .ninetheme-terms .ninetheme-term:hover:after {
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

.woocommerce .show-hints .ninetheme-terms .ninetheme-term.ninetheme-selected:before {
    content: 'âœ“';
    min-height: 18px;
    min-width: 18px;
    border-radius: 100%;
    background-color: var(--ninetheme-success);
    color: var(--ninetheme-light);
    text-align: center;
    font-size: 10px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    bottom: auto;
    margin: 0;
    border: 0;
    opacity: 1;
    visibility: visible;
    left: auto;
    right: auto;
}

.show-hints .ninetheme-terms .ninetheme-term.ninetheme-disabled:hover:before {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}


/* * WooCommerce fixs * This file contain WooCommerce codes for some problems */
ul.woocommerce-error {
    margin: 10px 0;
    list-style: none;
    padding: 15px;
    background-color: var(--ninetheme-red-bg);
    border: 1px solid var(--ninetheme-red);
    color: var(--ninetheme-red);
}
.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;
}

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

.ninetheme-page-hero-content .term-description {
    max-width: 767px;
    margin-top: 15px;
    margin-bottom: 0;
}
.ninetheme-page-hero-content .term-description p {
    margin: 0;
}
.style-border-outside .ninetheme-products {
    border: 1px solid var(--ninetheme-border);
    border-right-color: var(--ninetheme-light);
    margin-right: -1px;
    border-bottom: 0;
    gap: 0!important;
}

.ninetheme-tab-wrapper.style-border-outside .ninetheme-swiper-container {
    border: 1px solid var(--ninetheme-border);
    border-top: 0;
    border-bottom: 0;
    border-right-color: var(--ninetheme-light);
}

.style-border-outside .ninetheme-loop-product.type-1,
.style-border-outside .ninetheme-loop-product {
    border: 0;
    border-style: solid;
    border-color: var(--ninetheme-border);
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0;
    padding: 0
}


.ninetheme-swiper-container.style-border-outside:not(.centermode) .swiper-slide-active .ninetheme-loop-product {
    border-left-width: 1px;
}

.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product:hover {
    border-bottom-width: 1px;
}

.ninetheme-swiper-container.style-border-outside.centermode .swiper-slide-next + .swiper-slide .ninetheme-loop-product {
    border-right-width: 3px;
}

.ninetheme-swiper-container.style-border-outside.centermode .ninetheme-swiper-wrapper {
    padding-left: 2px;
}

.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product,
.ninetheme-swiper-container.style-border-outside .ninetheme-loop-product {
    border-top-width: 1px;
}

.style-border-outside .ninetheme-loop-product {
    padding: 0px;
}

.style-border-outside .ninetheme-loop-product:hover,
.ninetheme-swiper-container.style-border-outside .ninetheme-loop-product:hover,
.ninetheme-swiper-container.style-border-outside .swiper-slide-active .ninetheme-loop-product:hover {
    border-color: var(--ninetheme-primary);
    border-width: 0px;
    transform: scale(1.02);
    border-radius: 5px;
    z-index: 1;
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: -1px 3px 30px 8px rgb(0 0 0 / 17%);
    transition: transform 0.4s cubic-bezier(.19,1,.22,1);
}
.ninetheme-tab-wrapper.style-border-outside.layout-slider .ninetheme-loop-product:hover {
    transform: scale(1);
}
.style-boxshadow .ninetheme-loop-product {
    box-shadow: 0 0 4px rgba(0,0,0,.12);
}

.style-bgcolor .ninetheme-loop-product,
.style-bgcolor .ninetheme-loop-product:hover .ninetheme-swatches-wrapper,
.style-bgcolor .ninetheme-loop-product:hover .ninetheme-product-actions {
    background-color: var(--ninetheme-gray-soft);
}


/* price */

.ninetheme-price-wrapper.price ins,
.ninetheme-price ins,
.woocommerce-variation-price ins,
.woobt-products .woobt-product .woobt-price ins,
.woocommerce .product_list_widget li ins,
.ninetheme-price,
.product-list-item .list-price.list-part ins,
.product-list-item .list-price.list-part,
.cr-product-slider__price,
.cr-product-slider__price ins,
.woobt-price-ori,
.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price,
.mini-panel .cart-total-item .value,
.mini-panel .cart-total .value,
.woocommerce-variation-price,
.woobt-total .woocommerce-Price-amount,
.woobt-additional .woocommerce-Price-amount,
.woobt-products .woobt-product-this .woobt-price .woobt-price-new,
.woosc-sidebar-item-price ins,
.woosc-sidebar-item-price,
.ninetheme-checkout-footer-item-value strong span,
.ninetheme-cart-totals .ninetheme-cart-total span,
.woosw-item--price ins,
.woosw-item--price,
.cart-area .cart-total-price .cart-total-price-right,
.woobt-additional.woobt-text ins,
.woobt-total.woobt-text ins,
.price-wrapper
{
    color: var(--ninetheme-primary);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}


.ninetheme-price-wrapper.price,
.ninetheme-price-wrapper.price del,
.ninetheme-price del,
.woocommerce-variation-price del,
.woobt-price .woobt-price-new del,
.woobt-products .woobt-product .woobt-price del,
.woocommercel.product_list_widget li del,
.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value,
.ninetheme-cart-totals .ninetheme-cart-total .cart-total-value strong,
.ninetheme-product-total.product-total,
.ninetheme-checkout-footer-item-value,
.product-list-item .list-price.list-part del,
.cr-product-slider__price del,
.woosc-sidebar-item-price del,
.woosw-item--price del,
.woobt-additional.woobt-text del,
.woobt-total.woobt-text del
{
    color: var(--ninetheme-gray-dark);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.woobt-products .woobt-product .woobt-price del,
.woobt-products .woobt-product .woobt-price ins,
.woobt-price-ori {
    font-size: 12px;
}


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

span.ninetheme-primary-color.del span {
    color: var(--ninetheme-red);
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
}

.ninetheme-secondary-color {
    margin-left: 5px;
}

/* price */


/* shop buttons  */


.nt-ninetheme-content .woocommerce-message .button.wc-forward {
    display: none;
}

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

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

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

/* woocommerce-message */
.nt-ninetheme-content .woocommerce-message {
    padding: 10px 15px;
    background: var(--ninetheme-red-bg);
    color: var(--ninetheme-red);
    margin-bottom: 40px;
    max-width: 49%;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.nt-ninetheme-content .woocommerce-message a {
    background: var(--ninetheme-red-dark);
    color: var(--ninetheme-light);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
}


.woocommerce-error strong {
    color: var(--ninetheme-red);
    text-decoration: underline;
}
/* woocommerce-message */

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

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

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle {
    background-color: var(--ninetheme-secondary-bg);
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid var(--ninetheme-secondary);
    max-width: 340px;
    color: var(--ninetheme-secondary);
    margin: 0;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.ninetheme-form-toggle-inner .woocommerce-info {
    margin: 0;
    font-size: 13px;
}

.woocommerce-form-coupon-toggle a,
.woocommerce-form-login-toggle a {
    color: var(--ninetheme-primary);
    text-decoration: underline;
}

.woocommerce-info {
    font-size: 15px;
    margin-bottom: 20px;
}

.woocommerce-form.woocommerce-form-login.login:not(.ninetheme-myaccount-form),
.woocommerce-form-register:not(.ninetheme-myaccount-form),
.checkout_coupon.woocommerce-form-coupon {
    max-width: 450px;
    margin: 20px 0;
}
.ninetheme-myaccount-form input:not([type="checkbox"]) {
    width: 100%;
}
.ninetheme-myaccount-form .woocommerce-privacy-policy-text,
.ninetheme-myaccount-form .woocommerce-form-login__submit {
    margin-bottom: 20px;
}

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

.ninetheme-myaccount-form .woocommerce-form-register__submit,
.ninetheme-myaccount-form .woocommerce-form-login__submit {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: var(--ninetheme-light);
    fill: var(--ninetheme-light);
    padding: 13px 30px;
    letter-spacing: 0.3px;
    line-height: 1;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    color: var(--ninetheme-light);
    border-color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary);
}

.lost_password a {
    color: var(--ninetheme-red-dark);
    text-decoration: underline;
}


/* 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 */


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


.ninetheme-checkout-footer-item.woocommerce-shipping-totals.shipping {
    padding: 25px 20px 15px;
    background: var(--ninetheme-secondary-bg);
    color: var(--ninetheme-secondary);
    margin-top: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ninetheme-checkout-footer-item.woocommerce-shipping-totals.shipping div:not([data-title="Shipping"]) {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}


ul.ninetheme-product-features-list {
    padding-left: 20px;
}


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

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


.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: var(--ninetheme-secondary);
    background-color: var(--ninetheme-secondary-bg);
}
/* PAGINATION */

.woosc-sidebar .woosc-sidebar-top {
    background-color: var(--ninetheme-gray-soft);
}
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name,
.woosc-sidebar-item .woosc-sidebar-item-info .woosc-sidebar-item-name a {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
}
.woosc-sidebar-item-action p {
    display: flex;
    font-size: 12px;
    flex-direction: column;
    color: var(--ninetheme-primary);
}

.woosc-sidebar-item-action p a {
    color: var(--ninetheme-primary);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
}
.woosc-sidebar-btn {
    border-radius: 5px;
}
.open-wishlist-btn .woosw-menu-item .woosw-menu-item-inner {
    display: none;
}
.open-wishlist-btn {
    position: relative;
}
.woosw-item--time, .woosw-item--stock {
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--ninetheme-primary);
}
.woosw-item--time {
    color: var(--ninetheme-text);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span {
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid var(--ninetheme-dark);
    outline: none;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
}
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
    border-radius: 5px;
}

.woocommerce-form-track-order.track_order .button {
    padding: 13px 20px;
    min-width: 100%;
    border: 0;
    color: var(--ninetheme-light);
    background-color: var(--ninetheme-primary);
}

.woocommerce-form-track-order.track_order .button:hover {
    background-color: var(--ninetheme-blue-soft);
}
.woocommerce-form-track-order label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--ninetheme-dark-soft);
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 500;
}
.woocommerce-form-track-order.track_order input {
    width: 100%;
}
.open-wishlist-btn li.woosw-menu-item {
    list-style: none;
    line-height: 0;
}
a.wishlist-page-link,
a.compare-page-link,
.open-wishlist-btn .woosw-menu-item a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.open-wishlist-btn .woosw-menu-item .woosw-menu-item-inner {
    display: none;
}
.ninetheme-product-info form.cart {
    gap: 10px;
    display: flex;
}
button.woocommerce-button + ul.woocommerce-error {
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    background-color: var(--ninetheme-red-softer);
    color: var(--ninetheme-red-text);
    border: 1px solid var(--ninetheme-red);
}
button.woocommerce-button + ul.ninetheme-success {
    border: 1px solid;
    padding: 10px;
    list-style: none;
    width: 100%;
    max-width: 100%;
    background: var(--ninetheme-success-bg);
    margin: 0;
    margin-top: 20px;
}
.ninetheme-myaccount-form .woocommerce-button.loading {
    position: relative;
}
/* multisteps myaccount */
.hidden-message .woocommerce-notices-wrapper {
    display: none;
}
.has-gap {
    gap: 30px;
}
.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 10px;
}

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

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

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons>span[tabindex="-1"] svg {
	fill: var(--ninetheme-light);
}

.ninetheme-myaccount-wrapper .ninetheme-myaccount-steps-buttons svg {
	max-width: 18px;
	max-height: 18px;
	margin-right: 5px;
}
.swiper-slide .ninetheme-myaccount-form .woocommerce-privacy-policy-text {
    margin-bottom: 5px;
}
.ninetheme-myaccount-page-content-inner {
    padding: 40px;
    border: 2px solid var(--ninetheme-border);
    border-radius: 5px;
}
.ninetheme-myaccount-content {
    padding-left: 20px;
}
.ninetheme-myaccount-navigation {
    position: relative;
}
nav.ninetheme-myaccount-navigation:after {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 3px;
    height: calc(100% + 80px);
    background: var(--ninetheme-border);
}
.ninetheme-myaccount-navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
li.menu-item.woocommerce-MyAccount-navigation-link {
    display: flex;
    list-style: none;
    align-items: center;
    width: 100%;
    flex: 0 0 100%;
    gap: 10px;
}

.shop-container  {
    display: grid;
    gap: 30px;
    grid-template-columns: auto;
}

.shop-container.has-sidebar {
    grid-template-columns: 320px 1fr;
}

.shop-container.has-sidebar.right-sidebar {
    grid-template-columns: 1fr 320px;
}

@media(max-width:992px) {
    .shop-container.has-sidebar.left-sidebar,
    .shop-container.has-sidebar.right-sidebar {
        grid-template-columns: auto;
    }
    .shop-container.has-sidebar.right-sidebar {
        grid-template-columns: auto!important;
    }
}

.ninetheme-products {
    display: grid;
    gap: 25px 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.ninetheme-shop-categories {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
}

.display_mode-subcategories .ninetheme-shop-categories {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.shop-mode-cats .ninetheme-shop-categories {
    margin-bottom: 40px;
}

@media(max-width:992px) {
	.ninetheme-products,
    .ninetheme-shop-categories {
	    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
	.shop-area .ninetheme-products,
    .shop-area .ninetheme-shop-categories {
	    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	}
}

@media(min-width:992px) {
    .has-sidebar .products.column-6,
    .has-sidebar .ninetheme-shop-categories.column-6 {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 7), 1fr));
    }
    .has-sidebar .products.column-5,
    .has-sidebar .ninetheme-shop-categories.column-5 {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 6), 1fr));
    }
    .has-sidebar .products.column-4,
    .has-sidebar .ninetheme-shop-categories.column-4 {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 5), 1fr));
    }
    .has-sidebar .products.column-3,
    .has-sidebar .ninetheme-shop-categories.column-3 {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 4), 1fr));
    }
    .has-sidebar .products.column-2,
    .has-sidebar .ninetheme-shop-categories.column-2 {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 3), 1fr));
    }
    .has-sidebar .products-type-list {
        grid-template-columns: repeat(auto-fill, minmax(calc((1580px - 320px) / 3), 1fr));
    }
}
.display_mode-subcategories .ninetheme-shop-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.display_mode-subcategories .ninetheme-shop-categories >* {
    max-width: 150px;
    flex: 1 0 auto;
}
.products-type-list {
    grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}

.ninetheme-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ninetheme-header-title {
    margin: 0;
}
.ninetheme-custom-reviews-wrapper .cr-reviews-slider {
    padding: 0;
}
.ninetheme-header-button.has-icon {
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 14px;
}
.ninetheme-product-cart.added {
    background-color: var(--ninetheme-green);
    color: var(--ninetheme-light);
}
.ninetheme-header-button.icon-after {
    flex-direction: row-reverse;
}
.ninetheme-category-grid,
.ninetheme-brands-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}

.ninetheme-widget-brands-wrapper .ninetheme-brand-item {
    text-align: center;
    border: 1px solid var(--ninetheme-border);
    padding: 15px;
}

.style-4 .ninetheme-brand-item {
    text-align: center;
    border: 0;
    padding: 0;
    opacity: .6;
}

.style-2 .ninetheme-brand-item {
    text-align: center;
    border: 1px solid var(--ninetheme-border);
    padding: 15px;
    border-radius: 5px;
}

/* ajax loading spinner */
.ninetheme-minicart.loading:after,
.header-cart-footer.loading:after,
.ninetheme_ajax_add_to_cart.loading:after,
.ninetheme_swatches_add_to_cart.loading:after,
.spinner.loading:after,
.loading .spinner:after,
.list-buttons .loading:after,
.type-10 a.add_to_cart_button.loading:after,
.vehicle-search-form.loading .filter-loader:after,
.nt-mobile .nt-sidebar.loading .filter-loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid var(--ninetheme-light);
    border-left-color: var(--ninetheme-primary);
    border-radius: 50%;
    vertical-align: middle;
    animation: ninetheme-rotate 450ms infinite linear;
}

.list-buttons .loading:after {
    border-color: #ddd;
    border-left-color: var(--ninetheme-primary);
}
.ninetheme_ajax_add_to_cart.loading .cart-text,
.ninetheme_swatches_add_to_cart.loading .cart-text {
    opacity: 0;
}

.ninetheme-header-title span {
    color: gray;
    font-size: 12px;
    margin-left: 20px;
    border-left: 2px solid #eee;
    padding-left: 20px;
}

.ninetheme-product-extra-features {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    font-size: 10px;
    line-height: normal;
}

.ninetheme-product-extra-features li {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    color: var(--ninetheme-text);
    text-transform: uppercase;
}

.ninetheme-product-extra-features li .checked {
    color: var(--ninetheme-green);
    margin-right: 3px;
}

/* ajax loading */
@keyframes ninetheme-rotate {
	100% {
		transform: rotate(360deg);
	}
}


.ninetheme-product-cart.has-icon {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: normal;
    padding: 0 20px;
    min-height: 40px;
}

.ninetheme-product-cart.has-icon>* {
    transition: transform 0.35s cubic-bezier(0.310, -0.105, 0.430, 1.400);
}

.ninetheme-product-cart.has-icon svg {
    position: absolute;
    bottom: auto;
    top: auto;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    transform: translateY(200%);
    margin-right: 0;
}

.ninetheme-product-cart.has-icon.loading svg {
    opacity: 0;
}

.ninetheme-product-cart.has-icon:hover>.cart-text {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
}

.ninetheme-product-cart.has-icon:hover>svg {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.ninetheme-product-cart.has-icon:hover .woobt-count {
    display: none;
}

.ninetheme-swatches-loading {
    position: absolute;
    height: 6px;
    background-color: var(--ninetheme-yellow);
    bottom: 44px;
    border-radius: 5px;
    max-width: calc(100% - 10px);
    left: 5px;
}
.ninetheme-hint {
    display: none;
}
@media(min-width:1024px){
    .ninetheme-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--ninetheme-primary);
        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;
        z-index: 5;
    }
    .ninetheme-hint:before {
        content: '';
        border: 5px solid transparent;
        border-top-color: var(--ninetheme-primary);
        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,
    .ninetheme-add-to-cart.hint-left:hover .ninetheme-hint {
        visibility: visible;
        opacity: 1;
        top: 50%;
        right: calc(100% + 10px);
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s;
    }
	.show-on-mobile {
		display: none;
	}
}
@media(max-width: 1024px) {
	.ninetheme-myaccount-page-content.row>div {
		width: 100%;
	}

	.woocommerce-page .ninetheme-myaccount-page-content a.button {
		padding: 0px 10px;
		min-height: 38px;
		min-width: auto;
	}

	.nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped {
		margin-bottom: 0;
	}
}
@media(max-width:768px){

    .ninetheme-myaccount-page-content .ninetheme-myaccount-page-content-inner {
        padding: 30px;
    }
    .ninetheme-myaccount-navigation {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .ninetheme-myaccount-content {
        padding-left: 0;
    }
    nav.ninetheme-myaccount-navigation:after {
        right: 0;
        left: -30px;
        top: auto;
        bottom: 0;
        width: calc(100% + 60px);
        height: 2px;
    }
    .ninetheme-myaccount-navigation ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
    }
    .ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link {
        width: auto;
        flex: 0 0 calc(33.3333% - 5px);
    }
    .ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link a {
        padding: 10px 15px;
        background: var(--ninetheme-primary);
        line-height: 1;
        color: var(--ninetheme-light);
        width: 100%;
        text-align: center;
        border-radius: 5px;
    }
    .ninetheme-myaccount-navigation li.menu-item.woocommerce-MyAccount-navigation-link a:hover {
        background: var(--ninetheme-primary-dark);
    }
    .ninetheme-woocommerce-pagination ul li a,
    .ninetheme-woocommerce-pagination ul li span {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
    .products-type-list {
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    }
}
@media(max-width:576px) {

    .ninetheme-myaccount-page-content .ninetheme-myaccount-page-content-inner {
        padding: 20px;
    }

	.ninetheme-myaccount-page-content .ninetheme-myaccount-content a:not(.button) {
		display: initial;
	}

	.ninetheme-myaccount-page-content .ninetheme-myaccount-content a:not(.button):after {
		display: none;
	}

    .nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped th,
	.nt-ninetheme-content .ninetheme-myaccount-content table.table.table-striped td {
		padding: 8px;
		font-size: 10px;
	}

	.woocommerce-page .ninetheme-myaccount-page-content a.button {
		padding: 0px 5px;
		min-height: 20px;
		font-size: 10px;
	}

    nav.ninetheme-myaccount-navigation:after {
        left: -20px;
        width: calc(100% + 40px);
    }
    li.menu-item.woocommerce-MyAccount-navigation-link {
        flex: 0 0 calc(50% - 5px);
    }
    .ninetheme-header-title {
        margin: 0;
        display: flex;
        flex-direction: column;
        max-width: 55%;
    }

    .ninetheme-header-title span {
        color: var(--ninetheme-text-soft);
        font-size: 12px;
        margin-left: 0;
        border-left: 0;
        padding-left: 0;
        font-weight: 400;
    }
}
@media(max-width:480px) {
    .ninetheme-header-title {
        max-width: 100%;
    }
}

/*
* star-rating
*/

.star-rating {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'ninetheme-font';
	width: max-content;
}

.star-rating::before {
	content: "\f148\f148\f148\f148\f148";
	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: "\f148\f148\f148\f148\f148";
    top: 0;
    position: absolute;
    left: 0;
    color: var(--ninetheme-secondary);
}

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

p.stars {
    line-height: 1;
    font-size: 0;
    margin: 0;
}

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

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

p.stars a:before {
    font-family: 'ninetheme-font';
    font-size: 12px;
    letter-spacing: 2px;
}

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

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

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

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

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

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

.ninetheme-summary-item.ninetheme-product-rating {
    display: inline-flex;
    border: 1px solid var(--ninetheme-yellow);
    padding: 3px 10px;
    border-radius: 5px;
    background: #fffef0;
    line-height: 1;
    align-items: center;
    gap: 5px;
}

.ninetheme-product-rating .ninetheme-review-link {
    font-size: 10px;
    color: #efac00;
}

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


/* quantity */

.quantity {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 32px;
    padding-right: 32px;
    border: 1px solid var(--ninetheme-border);
    max-width: 100px;
    border-radius: 4px;
}
.quantity input.qty {
	padding: 0;
	min-height: inherit;
	border: 0;
	max-width: 100%;
	font-size: 12px;
}

.product-unit-selection + .quantity {
    max-width: 100%;
}
.product-unit-selection {
    flex: 1 0 auto;
    height: 38px;
    padding: 0 10px;
    line-height: 1;
    min-height: auto;
    border: 1px solid var(--ninetheme-border);
    border-radius: 5px;
}
label.product_unit_label {
    line-height: 1;
    margin-bottom: 0px;
}

.woocommerce .product .grouped-list-item .quantity .qty,
.woocommerce .quantity .qty,
.quantity input {
	border: 0;
	font-size: 12px;
	padding: 0;
	text-align: center;
	height: 100%;
	flex: 1;
	width: auto;
	height: 36px;
}

.quantity .qty {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0.9375rem;
    text-align: center;
    height: 37px;
}

.quantity.hidden {
	display: none;
}

.quantity .minus,
.quantity .plus {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    color: var(--ninetheme-gray);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity .plus {
    left: auto;
    right: 0;
}

.quantity .minus:after,
.quantity .plus:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: currentColor;
    position: absolute;
}

.quantity .plus::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: currentColor;
    position: absolute;
}

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

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

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

.cart-quantity-wrapper .cart-update {
    display: none;
}
.cart-quantity-wrapper .cart-update.clicked {
    pointer-events: none;
}


/* shop fixed popup messages */
.ninetheme-shop-popup-notices {
	z-index: 99999;
	max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: fixed;
    right: 0;
}

.ninetheme-shop-popup-notices .woocommerce-message,
.ninetheme-quickshop-notices .woocommerce-message,
.ninetheme-quickview-wrapper .woocommerce-message,
.ninetheme-shop-popup-notices .wc-block-components-notice-banner.is-success {
    background: var(--ninetheme-success);
    border: 1px solid var(--ninetheme-green);
    border-radius: 3px;
    color: var(--ninetheme-light);
    padding: 15px 20px;
}

.ninetheme-shop-popup-notices .woocommerce-error,
.ninetheme-quickshop-notices .woocommerce-error,
.ninetheme-quickview-wrapper .woocommerce-error,
.ninetheme-shop-popup-notices .wc-block-components-notice-banner.is-error {
	background: var(--ninetheme-red);
	border: 1px solid var(--ninetheme-red);
	border-radius: 3px;
	color: var(--ninetheme-light);
	padding: 15px 20px;
	margin: 0;
}

.woocommerce-error span.close-error {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ninetheme-shop-popup-notices.postion-top-right,
.ninetheme-shop-popup-notices.postion-bottom-right {
	right: 0px;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.ninetheme-shop-popup-notices.postion-bottom-left,
.ninetheme-shop-popup-notices.postion-bottom-right {
    bottom: 25px;
    right: 7px;
}
.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-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;
}
.woocommerce-notices-wrapper {
    position: relative;
    max-width: 530px;
    width: 100%;
    color: #fff;
}
.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));
}


@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.ninetheme-notices-has-error 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-in-product .ninetheme-btn {
	padding: 10px;
	font-size: 12px;
}
.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);
}
.ninetheme-shop-popup-notices .ninetheme-cart-update-message p {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
.ninetheme-shop-popup-notices span.update {
	display: block;
    text-transform: uppercase;
}

.ninetheme-shop-popup-notices .button.wc-forward {
	color: #fff !important;
}

@media(max-width:768px) {
    .ninetheme-shop-popup-notices.postion-bottom-left,
    .ninetheme-shop-popup-notices.postion-bottom-right {
    	bottom: 15px;
    	left: 30px;
    }
    .ninetheme-shop-popup-notices .woocommerce-message,
    .ninetheme-quickshop-notices .woocommerce-message,
    .ninetheme-quickview-wrapper .woocommerce-message {
    	font-size: 11px;
    }
}

/* shop fixed popup messages */


/*
* ninetheme quick shop
*/
.ninetheme-quickshop-wrapper {
    max-width: 500px;
    background: var(--ninetheme-light);
    padding: 40px;
    margin: 0 auto;
    border-radius: 5px;
}
.ninetheme-quickshop-wrapper .ninetheme-quickshop-inner {
    max-height: calc(100% - 100px);
    overflow-y: auto;
}

.ninetheme-selected-variations-terms-wrapper {
	display: none;
}

.ninetheme-selected-variations-terms span {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
}

.ninetheme-selected-variations-terms .selected-value {
	color: var(--ninetheme-primary);
	font-weight: 400;
}

.ninetheme-selected-variations-terms-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: var(--ninetheme-dark);
	margin-bottom: 10px;
	display: block;
	line-height: 1;
}

.ninetheme-selected-variations-terms-wrapper .selected-features+.selected-features {
	margin-left: 10px;
}

.ninetheme-quickshop-wrapper .ninetheme-variations {
	margin-bottom: 0px;
	width: 100%;
}

.ninetheme-quickshop-wrapper .ninetheme-quickshop-form-wrapper {
	display: block;
}
.ninetheme-quickshop-wrapper .ninetheme-product-title {
    margin-bottom: 15px;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item.ninetheme-price {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    flex-wrap:wrap;
    margin-bottom: 15px;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
    margin-top: 0;
}

.ninetheme-quickshop-wrapper .ninetheme-variations-items .ninetheme-small-title{
	min-width: 65px;
}

.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: var(--ninetheme-light);
}

.ninetheme-quickshop-buttons-wrapper .ninetheme-flex,
.ninetheme-quickshop-wrapper .ninetheme-product-info-top {
    gap: 10px;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-flex {
    flex-wrap: nowrap;
}
.ninetheme-quickshop-buttons-wrapper span[data-hover]:after {
    width: 100%;
}
.ninetheme-quickshop-wrapper .woocommerce-variation-add-to-cart {
    margin-top: 0px;
}

.ninetheme-quickshop-wrapper .ninetheme-btn,
.ninetheme-quickshop-wrapper .ninetheme-product-info .ninetheme-btn,
.ninetheme-quickshop-wrapper .ninetheme-product-info-top .single_add_to_cart_button,
.ninetheme-quickshop-wrapper .ninetheme-product-info .ninetheme-btn-buynow {
    flex: 1 0 auto;
    min-width: 150px;
}

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

.ninetheme-quickshop-wrapper .mfp-close.ninetheme-panel-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    opacity: 1;
    padding: 0;
}

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


.ninetheme-quickshop-wrapper .ninetheme-quickshop-buttons-wrapper {
	display: none;
}

.ninetheme-quickshop-buttons-wrapper .ninetheme-flex>div {
    flex: 1;
}
.ninetheme-quickshop-buttons-wrapper .ninetheme-btn {
    min-width: auto!important;
    width: calc(50% - 10px);
    cursor: pointer;
}

.ninetheme-quickshop-wrapper .ninetheme-product-info-top .quantity {
    min-width: 150px;
}
.ninetheme-quickshop-wrapper .minicart-extra-text {
	margin: 0;
	position: absolute;
	width: 100%;
	top: -41px;
	left: 0;
	padding: 7px 40px 7px 30px;
	background: var(--ninetheme-dark);
	text-align: left;
	color: var(--ninetheme-light);
}

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

.ninetheme-quickshop-wrapper .woobt-alert {
    padding: 6px 10px 6px 14px;
    border: 1px solid var(--ninetheme-red-soft);
    background-color: var(--ninetheme-red-bg);
    font-size: 12px;
    color: var(--ninetheme-red-dark);
    border-radius: var(--ninetheme-border-radius);
    text-align: center;
}

.ninetheme-quickshop-wrapper .woobt-wrap .woobt-products {
	margin: 0 0 20px;
}

.ninetheme-quickshop-wrapper .ninetheme-after-cart-button-wrapper {
	display: none;
}
.ninetheme-quickshop-wrapper .product-after-cart-wrapper {
    flex: 0 0 100%;
    order: 2;
    max-width: 150px;
}
.ninetheme-quickshop-wrapper .ninetheme-btn-buynow {
    order: 3;
}
.woocommerce-variation.single_variation {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.ninetheme-quickshop-wrapper .ninetheme-summary-item .ninetheme-product-button {
    max-width: 50%;
}
@media(max-width:480px) {
	.ninetheme-quickshop-wrapper .quantity {
		max-width: 100%;
	}

	.ninetheme-quickshop-wrapper .ninetheme-hint {
		display: none;
	}

	.ninetheme-quickshop-wrapper .product-after-cart-wrapper {
		width: 100%;
		order: 3;
		max-width: 100%;
	}
    .ninetheme-quickshop-wrapper .ninetheme-btn {
        flex: 1 0 100%;
    }
    .ninetheme-quickshop-wrapper .ninetheme-btn-buynow {
        order: 2;
    }
}



/*
* quick view
*/
.admin-bar .ninetheme-quickview-sidebar {
    top: 50px;
    max-height: calc(100% - 65px);
}
.ninetheme-quickview-sidebar {
    position: fixed;
    top: 15px;
    right: 0;
    height: calc(100% - 30px);
    width: 50%;
    max-width: calc(100% - 30px);
    width: 470px;
    z-index: 999;
    padding: 50px 20px 50px 20px;
    opacity: 1;
    border-radius: 15px;
    background-color: var(--ninetheme-light);
    border: 1px solid #ddd;
    will-change: transform;
    -moz-transform: translateX(calc(100% + 30px));
    -ms-transform: translateX(calc(100% + 30px));
    -webkit-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
    -webkit-transition: opacity 0.25s ease, ease;
    transition: opacity 0.25s ease, transform 0.25s ease;
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0 / 17%);
}

.ninetheme-quickview-inner.ninetheme-scrollbar {
    overflow-y: auto;
    max-height: 100%;
    margin-right: -20px;
    padding-right: 20px;
}

.ninetheme-quickview-sidebar.active {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    right: 15px;
}

.quick-main,
.ninetheme-quickview-sidebar .quick-thumbs img,
.ninetheme-quickview-sidebar .quick-thumbs img:hover {
    border: 1px solid var(--ninetheme-border);
    border-radius: 5px;
}
.quick-thumbs img {
    padding: 5px;
    cursor: pointer;
}
.ninetheme-quickview-sidebar .quick-thumbs .swiper-slide-thumb-active img {
    border-color: var(--ninetheme-primary);
}
.quick-thumbs {
    margin-top: 20px;
}
.ninetheme-quickview-swiper-wrapper {
    position: relative;
    height: 100%;
}
@media(min-width:768px) {
    .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main,
    .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
        max-width: calc(100% - 77px);
    }
    .ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main,
    .ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
        max-width: calc(100% - 100px);
    }
    .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-main {
        margin-right: 0;
    }
    .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-main {
        margin-left: 0;
    }
    .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs,
    .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        list-style: none;
        padding: 0;
        z-index: 1;
        max-width: 67px;
        height: 100%;
        overflow: hidden;
    }
    .ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs,
    .ninetheme-quickview-wrapper .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs {
        max-width: 90px;
    }
    .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs {
        left: auto;
        right: 0;
    }
    .ninetheme-quickview-swiper-wrapper.thumbs-right .quick-thumbs .swiper-slide,
    .ninetheme-quickview-swiper-wrapper.thumbs-left .quick-thumbs .swiper-slide {
        width: 100%;
        text-align: center;
    }
}
.quick-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
}
.quick-details .ninetheme-variations {
    width: 100%;
}
.quick-details .ninetheme-summary-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.quick-details .ninetheme-product-title {
    margin: 0;
    margin-top: 20px;
    font-size: 24px;
}
.quick-details .ninetheme-summary-item.ninetheme-price {
    gap: 10px;
}
.quick-details .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
    line-height: 1;
    margin: 0;
}
.quick-details .woocommerce-variation-description:empty {
    display: none;
}
.quick-details .woobt-wrap {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
}

.ninetheme-product-summary  .dot-list {
    padding: 0;
}

.dot-list ::marker {
    color: var(--ninetheme-blue-soft);
}

.has-overlay.quick-open {
    overflow: hidden;
}
.quick-open .page-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.ninetheme-quickview-sidebar.spinner.loading:after {
    width: 50px;
    height: 50px;
    border: 1px solid var(--ninetheme-gray);
    border-left-color: var(--ninetheme-primary);
}
.ninetheme-quickview-sidebar.spinner.loading.loaded:after {
    display: none;
}
.image-loading .swiper-slide {
    overflow: hidden;
}

.image-loading .quick-details {
    opacity: 0;
}





.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-ninetheme-quickview .ninetheme-panel-close-button {
	position: absolute;
	top: 15px;
	right: 15px;
}

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

.mfp-ninetheme-quickview .ninetheme-quickview-wrapper {
    background: var(--ninetheme-light);
    padding: 60px;
    width: 680px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    box-shadow: 0 3px 10px rgb(116 116 116 / 22%);
    border-radius: 15px;
}

.ninetheme-quickview-wrapper .ninetheme-quickview-inner.ninetheme-scrollbar {
    overflow-y: auto;
    height: 100%;
    max-height: calc(100vh - 200px);
    margin-right: -40px;
    padding-right: 30px;
}

.ninetheme-quickview-wrapper .ninetheme-swiper-slider-wrapper {
    overflow: hidden;
}

.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-summary-item p:first-child {
    margin-top: 0;
}

.ninetheme-quickview-wrapper .ninetheme-summary-item p:last-child {
    margin-bottom: 0;
}
.ninetheme-quickview-wrapper .ninetheme-summary-item.ninetheme-price p.stock.ninetheme-stock-status {
    line-height: 1;
}

.ninetheme-quickview-wrapper .ninetheme-product-info-top .quantity {
    height: 36px;
}

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

.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: none;
	padding-left: 0px;
}

.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: var(--ninetheme-light);
	border-color: var(--ninetheme-dark);
	background-color: var(--ninetheme-dark);
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	color: var(--ninetheme-light);
	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-quickview-wrapper .swiper-button-prev,
.ninetheme-quickview-wrapper .swiper-button-next {
	background-image: none;
	color: var(--ninetheme-dark-soft);
}

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

.ninetheme-quickview-wrapper .quick-thumbs img {
	cursor: pointer;
}

.ninetheme-quickview-wrapper .quick-main,
.ninetheme-quickview-wrapper .quick-thumbs .swiper-slide img {
	border: 1px solid var(--ninetheme-border);
}
.ninetheme-quickview-wrapper .quick-thumbs .swiper-slide-thumb-active img {
	border-color: var(--ninetheme-secondary);
}

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

.ninetheme-quickview-product-details.ninetheme-product-summary .ninetheme-summary-item.ninetheme-price span+p.stock.ninetheme-stock-status {
	position: relative;
	margin: 20px 0 0 10px;
	top: -4px;
}

.ninetheme-quickview-wrapper .swiper-slide {
	text-align: center;
}
.template-add-to-cart a {
    color: var(--ninetheme-light);
    width: 100%;
}
.ninetheme-quickview-wrapper .woocommerce-notices-wrapper {
    position: relative;
}

.ninetheme-quickview-wrapper .button.wc-forward {
    display: none;
}
.ninetheme-quickview-wrapper .woocommerce-error li {
	list-style: none;
}
.quick-cart-col {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--ninetheme-border);
    padding-left: 0;
    padding-right: 0;
}

.quick-cart-col form.cart {
    flex-wrap: wrap;
    gap: 10px;
}
.quick-cart-col form.cart>div {
    flex: 1;
}
.quick-cart-col .ninetheme-variations.variations + .ninetheme-product-info {
    margin-top: 0;
}
.quick-cart-col .product-after-cart-wrapper {
    order: 2;
}
.quick-cart-col .ninetheme-btn-buynow {
    order: 3;
}
.quick-cart-col .woobt-alert.woobt-text:empty {
    display: none;
}
.quick-cart-col .woobt-wrap .woobt-products {
    margin: 0;
}
.quick-cart-col .ninetheme-selected-variations-terms-title {
    display: none;
}
.quick-cart-col .ninetheme-selected-variations-terms {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.quick-cart-col .ninetheme-selected-variations-terms-wrapper .selected-features {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    gap: 2px;
    color: var(--ninetheme-success);
    background-color: var(--ninetheme-success-bg);
    border: 1px solid var(--ninetheme-success-border);
    margin: 0!important;
    border-radius: 10px;
}
.quick-cart-col .ninetheme-selected-variations-terms span {
    font-size: 10px;
}
.quick-cart-col .ninetheme-product-info-top .quantity {
    min-width: 160px;
}
.ninetheme-quickview-sidebar .panel-close {
    top: 10px;
}
@media(min-width:1024px) {

	.ninetheme-quickview-wrapper .swiper-button-prev,
	.ninetheme-quickview-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-quickview-wrapper .swiper-button-next,
	.ninetheme-quickview-wrapper .swiper-container-rtl .swiper-button-prev {
		right: 0px;
		transform: translateX(30px);
	}

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

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

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

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

@media(max-width:992px) {
	.ninetheme-quickview-wrapper .ninetheme-quickview-product-details {
		margin-top: 40px;
	}
}

@media(max-width:768px) {

	.ninetheme-quickview-wrapper {
		max-width: 560px;
	}
    .quick-cart-col .product-after-cart-wrapper {
        width: 100%;
    }
    .quick-cart-col .ninetheme-btn-buynow {
        order: 3;
        min-width: auto;
    }
    .quick-cart-col form.cart {
        flex-wrap: wrap;
    }
    .quick-cart-col form.cart>div {
        flex: 0 0 100%;
    }
    .ninetheme-quickview-sidebar,
    .ninetheme-quickview-sidebar.ninetheme-scrollbar {
	    width: 100%;
	    padding: 25px 20px 50px 20px;
	}
	body.admin-bar .ninetheme-quickview-sidebar .panel-close {
        right: 10px;
        top: 10px;
    }
}

@media(max-width:576px) {
	.ninetheme-quickview-wrapper .single_variation_wrap .ninetheme-btn {
		min-width: 140px;
	}
    .ninetheme-quickshop-buttons-wrapper .ninetheme-flex {
        flex-wrap: wrap;
    }
    .product-inner:not(.swatches-mobile) .ninetheme-swatches-wrapper {
        display: none!important;
    }
    .ninetheme-quickview-sidebar.ninetheme-scrollbar {
	    max-width: 100%;
	}
    .ninetheme-quickview-sidebar .ninetheme-summary-item .ninetheme-product-button {
        max-width: 50%;
    }
}

@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 {
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }

	.ninetheme-quickview-wrapper div.product form.cart div.quantity,
	.woocommerce .ninetheme-quickview-wrapper div.product form.cart div.quantity {
		margin-left: 0;
		width: 100%;
		max-width: 100%;
		float: none;
	}
    .quick-cart-col .ninetheme-btn-buynow {
        order: 2;
        min-width: 100%;
    }
    .quick-cart-col .product-after-cart-wrapper {
        order: 3;
    }
	.ninetheme-quickview-wrapper .swiper-button-prev:after,
	.ninetheme-quickview-wrapper .swiper-button-next:after {
		font-size: 24px;
	}

    .mfp-ninetheme-quickview .ninetheme-panel-close-button {
        top: 0;
        right: 0;
        background: var(--ninetheme-gray);
        border-radius: 0;
    }
}
.quantity.type-hidden {
    display: none;
}

.ninetheme-shop-popup-notices .wc-block-components-notice-banner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.ninetheme-shop-popup-notices .wc-block-components-notice-banner svg {
	fill: #fff;
}

.payment-method-message iframe {
    min-height: 80px;
}
ul.wc_payment_methods.payment_methods.methods li div {
    margin-left: 0;
		margin-bottom: 0;
}
ul.wc_payment_methods.payment_methods.methods iframe,
.ninetheme-product-summary iframe {
    min-height: auto;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer #shipping_method {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ninetheme-checkout-review-order-table .ninetheme-checkout-review-order-footer #shipping_method li {
    display: flex;
    align-items: center;
}
.cr-customer-consent label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    align-items: flex-start;
    margin-top: 15px;
}
.ninetheme-product-summary div#payment-method-message {
    display: block;
    margin-bottom: 15px;
}
.shop-catalog-mode .ninetheme-loop-product.type-1 .product-inner {
    padding-bottom: 0;
}
.shop-catalog-mode .ninetheme-loop-product.type-3 .product-actions.hint-top {
    flex-direction: row;
    gap: 15px;
    margin-bottom: 5px;
    position: relative;
}
.shop-catalog-mode .type-7 .details-wrapper {
    min-height: auto;
}

form.vehicle-search-form {
    display: flex;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
}
form.vehicle-search-form>* {
    flex: 1 0 auto;
}
.ninetheme-form-col>* {
    width: 100%;
}
.ninetheme-form-col.child-attr-col.disabled {
    opacity: 0.8;
}
.ninetheme-vehicle-search.style-1 form {
    margin-bottom: 30px;
    background: var(--ninetheme-gray-soft);
    padding: 15px;
    border: 1px solid;
    border-color: var(--ninetheme-border);
    border-radius: 5px;
}

.ninetheme-vehicle-search.style-2 form {
    margin-bottom: 30px;
    background: var(--ninetheme-primary);
    padding: 15px;
    border: 1px solid;
    border-color: var(--ninetheme-primary);
    border-radius: 5px;
}

.ninetheme-vehicle-search.style-2 form .nice-select {
    background-color: #fff;
    border-radius: 5px;
    border: 0;
}

.ninetheme-vehicle-search.style-2 button {
    background: var(--ninetheme-yellow);
    color: var(--ninetheme-dark);
}

.ninetheme-vehicle-search.style-3 form {
    margin-bottom: 30px;
    background: var(--ninetheme-light);
    padding: 15px;
    border: 1px solid;
    border-color: var(--ninetheme-border);
    border-radius: 5px;
}

.ninetheme-vehicle-search.style-3 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    background: none;
}

.ninetheme-vehicle-search .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ninetheme-primary);
    color: white;
}

.vehicle-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    background: var(--ninetheme-light);
}

.ninetheme-vehicle-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--ninetheme-dark);
}

.popup-vehicle-form-wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffa8;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.popup-vehicle-form-wrapper.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s cubic-bezier(.19,1,.22,1),visibility 0.4s cubic-bezier(.19,1,.22,1),top 0.4s cubic-bezier(.19,1,.22,1);
}
.popup-vehicle-form-wrapper .ninetheme-vehicle-search {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 400px;
}
.popup-vehicle-form-wrapper form.vehicle-search-form {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    margin: 0;
    background: var(--ninetheme-light);
    padding: 30px;
    box-shadow: 0 0 16px 2px #33333330;
}

.popup-vehicle-form-wrapper .panel-close  {
	top: -10px;
	right:-10px;
}
@media(max-width:768px) {

	.popup-vehicle-form-wrapper .ninetheme-vehicle-search {
		margin: 25px;
	}
}
@media(max-width:480px) {
    form.vehicle-search-form>* {
        flex: 1 0 calc(50% - 10px);
    }
}
.ninetheme-products-column span.panel-close {
    display: none;
}
.shop-mode-cats.display_mode-subcategories .ninetheme-shop-categories {
    margin-bottom: 0;
}
.shop-mode-cats .loop-cat-item.type-1 {
    border: 1px solid var(--ninetheme-border);
    background: var(--ninetheme-light);
    position: relative;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.shop-mode-cats .loop-cat-item.type-1:hover {
    border-color: var(--ninetheme-primary);
}

.shop-mode-cats .loop-cat-item a:hover {
    opacity: 1;
}

.shop-mode-cats .loop-cat-item.type-1 .cat-name {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    padding-top: 20px;
    position: relative;
    border-top: 1px solid var(--ninetheme-border);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.shop-mode-cats .loop-cat-item span.cat-count {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ninetheme-primary);
    color: var(--ninetheme-light);
    border-radius: 30px;
}
.shop-mode-cats .loop-cat-item.type-1 span.cat-count {
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 12px;
    top: -13px;
}
.display_mode-subcategories .loop-cat-item .thumb-wrapper {
    min-height: 155px;
    padding: 15px;
}
.display_mode-both .loop-cat-item .thumb-wrapper {
    min-height: 200px;
    padding: 15px;
}
.shop-mode-cats .loop-cat-item.type-1:hover .cat-name {
    border-color: var(--ninetheme-primary);
    background-color: var(--ninetheme-primary);
    color: var(--ninetheme-light);
}
.shop-mode-cats .loop-cat-item.type-1:hover .cat-count {
    background-color: var(--ninetheme-dark);
}
body.ninetheme-compare-page:not(.woocommerce-page) .nt-ninetheme-content {
    max-width: 100%;
}
.ninetheme-myaccount-content input:not([type="checkbox"]):not([type="radio"]),
.ninetheme-myaccount-content select,
.ninetheme-myaccount-content textarea {
    width: 100%;
}
.ninetheme-myaccount-content .ninetheme-btn {
    margin-top: 20px;
}
.ninetheme-myaccount-content .select2-container--default .select2-selection--single,
.ninetheme-myaccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}
.ninetheme-myaccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.ninetheme-product-recently {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}
.ninetheme-product-recently .section-title {
    margin: 0;
}
.shop-area.has-sidebar .sticky-sidebar .nt-sidebar-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--ninetheme-primary);
    color: white;
}

.woocommerce-remove-coupon {
    color: var(--ninetheme-red);
}
.ninetheme-cat-before-footer {
    padding: 80px 30px;
    background-color: var(--ninetheme-gray-soft);
    margin-bottom: 50px;
    max-width: 1340px;
    margin: 0 auto 50px;
    border: 2px solid var(--ninetheme-border);
    border-radius: 5px;
}
.ninetheme-cat-before-footer .cat-content {
    position: relative;
    max-height: 250px;
    overflow: hidden;
}
.ninetheme-cat-before-footer.active .cat-content {
    max-height: 100%;
}
.ninetheme-cat-before-footer .collapse-btn-overlay {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 10;
    height: 90px;
    width: 100%;
    color: var(--ninetheme-gray-soft);
    background: linear-gradient(to bottom, transparent 0, currentColor 40px);
    display: flex;
    align-items: flex-end;
}
.ninetheme-cat-before-footer.active .cat-content .collapse-btn-overlay {
    position: relative;
    height: auto;
    margin-top: 40px;
    background: none;
}
.ninetheme-cat-before-footer .collapse-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.ninetheme-cat-before-footer .collapse-btn .nt-icon-up-chevron {
    transform: rotate(180deg);
    font-size: 10px;
    font-weight: bold;
    color: currentColor;
}
.ninetheme-cat-before-footer.active .collapse-btn .nt-icon-up-chevron {
    transform: rotate(0deg);
}

.woocommerce-form-track-order.track_order .button:hover {
    background-color: var(--ninetheme-secondary);
}

/* header products locations */
.ninetheme-header-location {
	position: relative;
	color: var(--ninetheme-text);
	display: flex;
	align-items: center;
}
.ninetheme-select-location {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 320px;
	z-index: 106;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}
.ninetheme-header-top-right .ninetheme-select-location {
	left: auto;
	right: 0;
}
.ninetheme-header-location.active .ninetheme-select-location {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
	transition: transform .65s cubic-bezier(.165, .84, .44, 1) .075s, opacity .65s cubic-bezier(.165, .84, .44, 1) .15s;
}
.ninetheme-select-location .ninetheme-select-location-wrapper {
	position: relative;
	padding: 30px;
	background-color: #fff;
	will-change: transform;
	-webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	-moz-box-shadow: 0 15px 30px -4px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
	border-radius: 0 0 5px 5px;
}
.ninetheme-select-location.active .ninetheme-select-location-wrapper {
	z-index: 99;
}
.ninetheme-select-location .ninetheme-location-title {
	font-size: 1rem;
	font-weight: 600;
}
.ninetheme-select-location .ninetheme-location-description {
	font-size: .75rem;
	opacity: .7;
}
.ninetheme-select-location .ninetheme-search-location {
	position: relative;
	margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container {
	position: relative !important;
	width: 100% !important;
	top: auto !important;
	left: auto !important;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select {
	position: relative !important;
	font-family: var(--font-primary);
	width: 100% !important;
	border: 0;
	z-index: 10001;
}
.ninetheme-select-location .ninetheme-search-location .select2-container.select2-container--below {
	display: none;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown {
	position: relative;
	padding: 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
	height: 3rem;
	border: 0;
	padding: 0 .9375rem 0 2.875rem;
	background-color: var(--ninetheme-gray-soft);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown svg {
	position: absolute;
	width: 1.25rem;
	top: .875rem;
	left: .9375rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results {
	margin-top: 1.25rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    padding-left: 0;
    padding: 6px 0;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
	max-height: 20.625rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option:not(.select2-results__message):hover {
	color: var(--ninetheme-primary);
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option.select2-results__option--highlighted {
	color: currentColor;
	background-color: transparent;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-search--dropdown .select2-search__field {
	height: 3rem;
	border: 0;
	padding: 0 .9375rem 0 2.875rem;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option .min-price {
    font-size: 11px;
    font-weight: 500;
    min-width: 78px;
    margin-right: .625rem;
    border: 1px solid var(--ninetheme-green-soft);
    color: var(--ninetheme-green-soft);
    padding: .1875rem .625rem;
    border-radius: 5px;
}
.ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results .select2-results__option--highlighted .min-price {
    border: 1px solid var(--ninetheme-red);
    color: var(--ninetheme-red);
}
.ninetheme-header-location .ninetheme-header-location-trigger {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: var(--ninetheme-dark);
	flex-direction: column;
	padding-right: 20px;
	cursor: pointer;
}
.ninetheme-header-location .ninetheme-header-location-trigger:after,
.ninetheme-discount-products-wrapper .ninetheme-header-discount-trigger-text:after {
    position: absolute;
    font-family: 'ninetheme-font';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 9px;
    font-weight: 600;
    content: "\f115";
    color: currentColor;
    right: 5px;
    bottom: 7px;
    -webkit-transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transition: all 0.2s cubic-bezier(0.17, 0.62, 0.44, 0.99);
    transform: rotate(-180deg);
}
.ninetheme-header-location.active .ninetheme-header-location-trigger:after {
	transform: rotate(0deg);
}
.ninetheme-header-location .ninetheme-header-location-description {
	font-size: 10px;
	color: var(--ninetheme-green);
}
.ninetheme-header-location .ninetheme-header-current-location {
	font-size: 13px;
	font-weight: 600;
	color: currentColor;
}
.ninetheme-header-location .ninetheme-header-current-location.active {
	text-transform: capitalize;
}
.ninetheme-select-location .ninetheme-close-popup {
	position: absolute;
	font-size: 1.25rem;
	top: .9375rem;
	right: .9375rem;
	cursor: pointer;
}
.ninetheme-header-mobile-content .location-area .ninetheme-header-location-trigger {
    display: none;
}
.ninetheme-header-mobile-content .ninetheme-header-location {
    width: 100%;
    display: block;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-select-location-wrapper {
    position: relative;
    padding: 0;
    background-color: transparent;
    will-change: transform;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
}
.ninetheme-header-mobile-content .ninetheme-select-location {
    position: relative;
    top: auto;
    padding: 0px;
    width: 100%;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
}
.ninetheme-header-mobile-content .ninetheme-select-location .ninetheme-search-location .select2-container .ninetheme-location-select .select2-results>.select2-results__options {
    max-height: 24.625rem;
    height: 100%;
}
.ninetheme-header-mobile-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
}
/* header products locations */


#sales-popup {
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 380px;
    padding: 20px;
    background-color: var(--ninetheme-light);
    border: 1px solid var(--ninetheme-border);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 100px;
    opacity: 0;
    z-index: 9999;
    will-change: transform;
    transition: all 0.5s ease; /* Smooth transition */
    -webkit-box-shadow: 0 15px 30px -4px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0 15px 30px -4px rgba(0,0,0,.09);
    box-shadow: 0 15px 30px -4px rgb(0 0 0 / 17%);
    -moz-transform: translateY(calc(100% + 20px));
    -ms-transform: translateY(calc(100% + 20px));
    -webkit-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px));
}
#sales-popup.active {
	transform: translateY(0%);
	opacity: 1;
}
.right-bottom > #sales-popup {
    left: auto;
    right: 15px;
}

.has-overlay #sales-popup {
    visibility: hidden!important;
    opacity: 0!important;
}

#sales-popup .thumb-wrapper {
    max-width: 90px;
    flex: 1 0 auto;
    margin-right: 10px;
}
#sales-popup .details {
    flex: 1 0 auto;
}
#sales-popup .product-name {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#sales-popup .sale-details {
    display: flex;
    align-items: center;
    gap: 15px;
}
#sales-popup .panel-close {
    right: 0;
    top: 0;
    border-radius: 100%;
}

#sales-popup img {
    background: var(--ninetheme-primary-bg);
    padding: 10px;
    border-radius: 100%;
}

.text-verify, .text-verify svg {
    color: var(--ninetheme-primary);
    fill: var(--ninetheme-secondary);
    display: flex;
    gap: 5px;
    align-content: center;
    align-items: center;
}

@media(max-width:480px) {
    .site-gdpr {
        max-width: calc(100% - 30px);
    }
    .gdpr-text .gdpr-button {
        position: relative;
        bottom: auto;
        right: auto;
    }
    #sales-popup {
        max-width: calc(100% - 30px);
        padding: 10px;
    }
    .product-popup-list .product-item {
        max-width: calc(100% - 30px);
        padding: 15px;
        border-radius: 30px;
    }
    .product-popup-list .details {
        max-width: calc(100% - 80px);
    }
    .product-popup-list .thumb-wrapper {
        max-width: 60px;
    }
    .product-popup-list .product-name {
        font-size: 12px;
    }

}
@media(max-width:360px) {
    .product-popup-list .product-item {
        padding-left: 25px;
    }
    .product-popup-list .thumb-wrapper{
        display:none;
    }
    .product-popup-list .details {
        max-width: 100%;
    }
    #sales-popup {
        padding: 10px 50px;
    }
}
