#main {
	padding: 10px 0;
}

@media (min-width: 1024px) {
	#main {
		padding: 10px 24px;
	}
}

/* page header */
@media (max-width:767px) {
	#main .page-header {
		padding: 0 15px;
	}
}

.page-header-inner {
	display: flex;
	flex-direction: column-reverse;
	margin: 0;
}

.site-breadcrumbs {
	height: auto;
}

.page-header-title {
	padding-top: 4px;
	font-size: 28px !important;
}

/* term description */
.term-description{
	position: relative;
}
.term-description p{
	width: 58%;
	height: 50px;
	overflow-y: hidden;
	text-align: center;
	margin: 30px auto 0;
}
.term-description .show_more{
	position: absolute;
	top: 100%;
	right: 50%;
	transform: translatex(50%);
	margin: 0;
	cursor: pointer;
}
.term-description p.more{
	height: auto;
}
.term-description .show_more.active{
	visibility: hidden;
	font-size: 0;
}
.term-description .show_more.active:after{
	visibility: visible;
	font-size: 14px;
	content: 'סגירה';
}
.term-description p a{
	text-decoration: underline;
}

/* toolbar */
.category-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.category-toolbar .filter-toggle-button {
	padding: 0;
	background-color: transparent;
	color: black;
}

.filter-toggle-button span {
	font-weight: 400;
	padding-left: 5px;
}

.category-toolbar .woocommerce-result-count {
	margin: 0;
	font-weight: 400;
}

@media (max-width:767px) {
	#main .category-toolbar {
		padding: 0 15px;
	}

	.category-toolbar .filter-toggle-button span {
		display: none;
	}
}

/* shop wrapper */
.shop-loop-wrapper {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

/* filters sidebar */
#shop-filters-sidebar {
	display: none;
	position: relative;
	vertical-align: top;
	z-index: 99;
}

.shop-filters-header {
	display: none;
}

.close-filters-btn {
	display: none;
}

.shop-loop-wrapper.open #shop-filters-sidebar {
	display: block;
}

@media (max-width: 767px) {
	.shop-loop-wrapper.open #shop-filters-sidebar {
		display: block;
	}

	.shop-loop-wrapper.open .shop-filters-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		cursor: pointer;
		z-index: 9;
	}

	.close-filters-btn {
		display: block;
	}

	.shop-loop-wrapper.open .shop-filters-content {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 90%;
		background-color: #fff;
		padding: 0 20px;
		overflow-y: auto;
		z-index: 99;
	}

	.shop-filters-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px;
		border-bottom: 1px solid #d9d9d9;
	}

	.shop-filters-header h4 {
		margin: 0;
	}

	#shop-filters-sidebar .close-filters-btn {
		background-color: transparent;
		color: black;
		font-size: 30px;
		font-weight: 400;
	}

	.shop-filters-widgets {
		padding-top: 20px;
	}

	.be_apply_filter, .be_reset_filter {
		visibility: hidden;
		opacity: 0;
		height: 0;
	}

	.filters_footer {
		display: flex;
		align-items: center;
		column-gap: 10px;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 15px;
		background-color: #fff;
		border-top: 1px solid #ccc;
	}

	.filters_footer .filters_footer_button {
		flex: 0.5;
		padding: 10px 0;
		border: 1px solid #000;
	}

	.filters_footer .filters_footer_reset {
		background-color: #fff;
		color: #000;
	}
}


/* fliters_design */

.bapf_hascolarr {
	font-size: 16px;
	font-weight: 600;
}

.bapf_sfilter {
	margin: 0;
	margin-left: 20px;
	padding: 16px 0 16px 0;
	border-bottom: 1px solid #e1e1e1;
}

.bapf_sfilter label{
	font-weight: 400;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin: 0 0 0 5px;
}

.berocket_single_filter_widget_41947 .bapf_body label {
	font-size: 16px;
}

.bapf_body {
	padding-top: 16px;

}

.be_size_filter>.bapf_body li {
	display: inline-flex !important;
	background: white;
	margin: 3px !important;
	padding: 0 1px !important;
}

.be_size_filter>.bapf_body li>label {
	font-size: 12px;
	line-height: 38px;
	background: white;
	text-align: center;
	font-weight: 400;
	width: auto;
	height: 38px;
	padding: 0 12px !important;
	border: 1px solid lightgray;
	border-radius: 3px;
}

.be_size_filter input[type=checkbox]:checked+label, .bapf_tag_cloud input[type=checkbox]:checked+label * {
	background: black;
	color: white;
}

.be_size_filter input[type=checkbox]:not(:checked)+label, .bapf_tag_cloud input[type=checkbox]:checked+label * {
	background: white;
	color: black;
}

#shop-filters-sidebar li.circle_with_border_color_class_item input:checked +label span.bapf_clr_span,.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span {
  box-shadow: inset 0 0 0 4px #fff;
}

#shop-filters-sidebar li.circle_with_border_color_class li.circle_with_border_color_class_item input +label span.bapf_clr_span,.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span {
  box-shadow: inset 0 0 0 0 #fff;
}

#shop-filters-sidebar li.circle_with_border_color_class_item input[data-name="לבן"]:hover + label span.bapf_clr_span,.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span {
  box-shadow: inset 0 0 0 4px #000;
}

#shop-filters-sidebar li.circle_with_border_color_class_item input[data-name="לבן"]:checked + label span.bapf_clr_span,.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span {
  box-shadow: inset 0 0 0 4px #000;
}

#shop-filters-sidebar li.circle_with_border_color_class_item input[data-name="לבן"] +label span.bapf_clr_span,.berocket_single_filter_widget .circle_with_border_color_class li.circle_with_border_color_class_item.checked label span.bapf_clr_span {
  box-shadow: inset 0 0 0 0 #fff;
  border: 1px solid black !important;
}

.braapf_unselect_all {
	background-color: white !important;
	text-decoration: underline;
}

.bapf_sfa_unall {
	text-align: left;
}

.braapf_unselect {
	border-radius: 5px !important;
	background-color: #e1e1e1 !important;
}

.bapf_body ul {
	text-align: right !important;
}
@media (min-width: 767px) {
	.filters_footer{
		display: none;
	}
}

/* fliters_design end*/


/* Product Grid */
.shop-loop-wrapper .products {
	grid-column: 1/3;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 8px;
	width: 100%;
	margin: 0 !important;
}

.shop-loop-wrapper.open .products {
	grid-column: 2/3;
}

@media (max-width:767px) {
	.shop-loop-wrapper .products, .shop-loop-wrapper.open .products {
		grid-column: 1/4;
		grid-template-columns: repeat(2, 1fr);
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		font-size: 17px !important;
		padding: 5px 5px 0 0 !important;
		margin: 0 0 1px 0 !important;
	}

	.see2buy_wc_adm_archive_price_notice .member_price, .see2buy_wc_adm_archive_price_notice .non_member_price{
		font-size: 14px !important;
		padding: 0 5px 2px 0!important;
	}
	.see2buy_wc_adm_archive_price_notice .non_member_price{
		font-size: 14px !important;
	}
	.linked-products-count a{
		padding-right: 5px; 
	}
}

#main .shop-loop-wrapper .products .product {
	padding: 0 0 10px 0 !important;
	width: 100% !important;
}

/* Product Gallery */
.product-gallery-wrapper {
	position: relative;
}

.swiper-slide img {
	width: 100%;
}

.product-gallery-wrapper:hover .swiper-scrollbar {
	opacity: 1 !important;
}

.product-gallery-wrapper .swiper-button-prev,
.product-gallery-wrapper .swiper-button-next {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #333;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.product-gallery-wrapper:hover .swiper-button-prev,
.product-gallery-wrapper:hover .swiper-button-next {
	opacity: 1;
}

.product-gallery-wrapper .swiper-button-prev::after,
.product-gallery-wrapper .swiper-button-next::after {
	font-size: 14px;
}

/* product content */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
	font-weight: 400;
	padding: 20px 0 0 0;
	margin: 0;
}

#content del .amount {
	text-decoration: none;
}

.linked-products-count a{
	color: #707070;
	font-size: 12px;
}


/* Quick View Button */
.quick-view-button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #000;
	width: 30px;
	height: 30px;
	font-size: 24px;
	font-weight: 300;
	transition: all 0.2s ease;
	z-index: 10;
}

.quick-view-button:hover {
	background: #fff;
}

.lmp_load_more_button {
	grid-row: 2/3;
	grid-column: 2/3;
}

/* no products found */
#npf_extra_products .products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

#npf_extra_products .image_wrap img {
	width: 100%;
}

#npf_extra_products .title_wrap {
	margin: 8px 0 2px 0;
}

@media (max-width: 700px) {
	#npf_extra_products .products {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

#content .subcategories_list {
	display: none;
}

/* no products found end */