.shop-layout-left-sidebar .nt-sidebar-inner:not(.styler-is-sticky) {
	padding-right: 30px;
}

.shop-layout-right-sidebar .nt-sidebar-inner:not(.styler-is-sticky) {
	padding-left: 30px;
}

.styler-product-summary.styler-is-sticky.styler-sticky-start {
    margin-top: 30px;
}

.shop-layout-right-sidebar .nt-sidebar {
	order: 1;
}

.styler-shop-hidden-top-sidebar + .styler-products-wrapper {
    margin-top: 40px;
}

#nt-sidebar .widget-title,
.blog-sidebar-title h5,
.nt-sidebar-inner-widget h5,
.nt-sidebar-inner-widget .wp-block-group h2,
.shop-widget-title .title {
	text-transform: capitalize;
	margin: 0 0 20px;
	color: var(--styler-black);
	font-style: normal;
	line-height: 1.8;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	font-size: 15px;
	color: var(--styler-black);
	font-weight: 400;
}

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

.woocommerce ul.product_list_widget li ins,
.woocommerce ul.product_list_widget li>.amount bdi {
	color: var(--styler-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.product_list_widget a.styler-widget-product-list-inner span.styler-price {
    margin-top: 5px;
    font-size: 14px;
}

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

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

.woocommerce.nt-sidebar-inner-widget .star-rating {
	width: 54px;
	margin: 8px 0px 8px;
}

.price_slider_wrapper {
	padding-right: 15px;
	position: relative;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #ebebeb none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	height: 6px;
	margin-right: 0;
	margin-left: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: var(--styler-gray-background);
	border-radius: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	height: 14px;
	width: 14px;
	top: 0;
	margin-top: -4px;
	background: var(--styler-light);
	border-radius: 100%;
	margin-left: 0;
	background-color: var(--styler-gray);
	border-color: var(--styler-gray);
}

#nt-sidebar form .price_slider:not(.ui-slider) + .price_slider_amount input {
    display: none;
}

#nt-sidebar form .price_slider:not(.ui-slider) + .price_slider_amount {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

#nt-sidebar form .price_slider:not(.ui-slider) + .price_slider_amount .button {
    max-width: 75px;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
    color: var(--styler-black-soft);
    text-transform: uppercase;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	margin-top: 0px;
	text-align: left;
}

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

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

.styler-widget-product-categories .cat-parent > a > .count {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.nt-sidebar:not(.styler-blog-sidebar).active {
		opacity: 1;
        visibility: visible;
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
        z-index: 999999;
	}

    .nt-sidebar:not(.styler-blog-sidebar) .nt-sidebar-inner {
        margin: 0;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        flex-shrink: 1;
    }
    .nt-sidebar.styler-shop-hidden-top-sidebar {
        padding: 70px 10px 20px;
    }

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

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


@media(max-width: 600px) {
	.admin-bar.scroll-start .nt-sidebar:not(.styler-blog-sidebar) {
		top: 0px;
		height: 100%;
	}
}

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

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

.nt-sidebar .nt-sidebar-inner-widget > ul {
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

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

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

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

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

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

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

/* product_list_widget */
.product_list_widget a.styler-widget-product-list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

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

.product_list_widget a.styler-widget-product-list-inner span.styler-widget-product-list-details {
	display: flex;
	flex-direction: column;
}

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

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

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

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

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

.styler-badge.styler-custom-html-badge {
    max-width: 70px;
    height: auto;
    padding: 0;
}
/* product_list_widget */

@media(max-width:1024px) {
    .shop-layout-left-sidebar .shop-area .col-lg-9 {
        flex: 0 0 auto;
        width: 100%;
    }

	.mobile-sidebar-close {
		display: flex;
		align-items: stretch;
		align-content: center;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: -3px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

    .styler-single-product-type-stretch .styler-product-summary {
        padding:0;
    }

    .styler-single-product-type-stretch .styler-product-thumbnails {
        padding-left:10px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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