/*
* SIDEBARS
*/

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

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

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

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

#nt-sidebar .widget-title,
.blog-sidebar-title h5,
.nt-sidebar-inner-widget h5,
.nt-sidebar-inner-widget .wp-block-group h2,
.shop-widget-title .title {
	text-transform: capitalize;
	margin: 0 0 20px;
	color: var(--goldsmith-dark);
	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(--goldsmith-dark);
	font-weight: 400;
}

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

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

.product_list_widget a.goldsmith-widget-product-list-inner span.goldsmith-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 {
	position: relative;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    position: relative;
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 6px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 20px;
    max-width: 100%;
    width: 95%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--goldsmith-border);
    border-radius: 0;
    height: 6px;
    left: 10px;
    margin-left: 5px;
}

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

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

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

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

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

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

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

.woocommerce-widget-layered-nav-list__item .goldsmith-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(--goldsmith-dark-soft);
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1024px) {
	.goldsmith-open-fixed-sidebar {
		display: none;
	}
    .goldsmith-header-bottom-bar.shop-layout-left-sidebar .goldsmith-open-fixed-sidebar,
    .goldsmith-header-bottom-bar.shop-layout-right-sidebar .goldsmith-open-fixed-sidebar,
    .goldsmith-header-bottom-bar.shop-layout-top-sidebar .goldsmith-open-fixed-sidebar{
        display: none;
    }
}
.goldsmith-shop-hidden-top-sidebar.active {
    margin-bottom: 40px;
}
/* shop fixed sidebar */


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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

	.shop-layout-left-sidebar .default-sidebar .goldsmith-choosen-filters,
	.shop-layout-right-sidebar .default-sidebar .goldsmith-choosen-filters,
	body:not(.shop-layout-fixed-sidebar) .nt-sidebar .goldsmith-close-sidebar {
		display: none;
	}
}

@media(max-width: 992px) {

	.nt-sidebar.goldsmith-blog-sidebar {
		margin-top: 60px;
	}

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

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

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

	.nt-sidebar:not(.goldsmith-blog-sidebar) .nt-sidebar-inner {
		margin: 0;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
	}

    .nt-sidebar.goldsmith-shop-hidden-top-sidebar {
        padding: 70px 10px 20px;
    }

	.goldsmith-before-loop .goldsmith-block-right>div.goldsmith-toggle-hidden-sidebar,
	.goldsmith-before-loop .goldsmith-block-left>div.goldsmith-toggle-hidden-sidebar,
	.shop-layout-fixed-sidebar.fixed-sidebar-top .goldsmith-toggle-hidden-sidebar {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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


/* product_list_widget */
.goldsmith-widget-product-list-details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.nt-sidebar-inner-widget .goldsmith-widget-product-list-item a {
    text-decoration: none;
    position: relative;
    display: flex;
}
.product_list_widget a.goldsmith-widget-product-list-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

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

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

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

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


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

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

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

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

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

	#nt-sidebar .nt-sidebar-inner.scroll-start .goldsmith-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(--goldsmith-dark);
		align-items: center;
		justify-content: center;
		color: #fff;
		line-height: 1.3;
		margin-top: 5px;
		border-radius: 4px;
		cursor: pointer;
		margin-top: 10px;
	}

	.woocommerce #nt-sidebar .woocommerce-result-count span {
		color: var(--goldsmith-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(--goldsmith-dark);
		border-left-color: transparent;
		border-radius: 50%;
		border-style: solid;
		-webkit-animation: v-spin-fast 1s linear infinite;
		animation: v-spin-fast 1s linear infinite;
		width: 15px;
		height: 15px;
		position: absolute;
		right: 7px;
	}
}

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

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

.goldsmith-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_goldsmith_product_categories ul.children {
	display: none;
}

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

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

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

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

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

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

.goldsmith-remove-filter li:first-child a span.remove-filter:before,
.goldsmith-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,
.goldsmith-fast-filters-list .remove-filter:before,
.goldsmith-fast-filters-list .remove-filter:after,
.goldsmith-remove-filter li a span.remove-filter:before,
.goldsmith-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(--goldsmith-dark);
	-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,
.goldsmith-fast-filters-list .remove-filter,
.goldsmith-remove-filter li a {
	position: relative;
	color: var(--goldsmith-dark);
	letter-spacing: 0.2px;
	cursor: pointer;
}

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

.nt-sidebar-inner li a span.remove-filter:after,
.goldsmith-remove-filter li a span.remove-filter:after,
.goldsmith-fast-filters-list .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,
.goldsmith-remove-filter li a:hover span.remove-filter:before,
.goldsmith-remove-filter li a:hover span.remove-filter:after,
.goldsmith-fast-filters-list li:hover > a > .remove-filter:before,
.goldsmith-fast-filters-list li:hover > a > .remove-filter:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

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

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