/* =========================================
   1. Global Styles (כללי)
   ========================================= */
.page-header {
	margin-top: 10px;
	border: none;
}

.page-header-title {
	text-align: center;
	padding-top: 70px;
}

#content .oceanwp-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content .oceanwp-toolbar:after {
	content: none;
}

#content .woocommerce-ordering .orderby {
	width: 188px !important;
}

.oceanwp-toolbar .woocommerce-ordering .theme-select::after {
	right: auto !important;
	left: 15px !important;
}

.berocket_single_filter_widget .bapf_button.bapf_update {
	width: 100%;
}

.bapf_body button {
	padding: 8px 10px;
	background: #4f98b0;
	color: white;
}

input[type=checkbox]:checked:before {
	color: #4f98b0;
}

.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-family: 'Heebo', sans-serif;
	font-size: 17px;
	width: 170px;
	color: #fff !important;
	background-color: #5098b0 !important;
	border: none !important;
	padding: 8px !important;
}

.category_switch_images {
	align-items: center;
	justify-content: center;
}

.category_switch_images .category_switch_image, 
.category_switch_image_plus {
	margin: 4px !important;
	width: 27px !important;
	height: 27px !important;
}

.woocommerce .products .product .title {
	margin: 5px 0 5px 0;
}

.woocommerce .products .product .title h2 {
	margin: 0;
}

/* =========================================
   2. Search No Results (חיפוש ללא תוצאות)
   ========================================= */
.search-no-results .woocommerce-info {
	text-align: center;
	color: black;
	font-size: 22px;
	font-weight: 600;
	border: none;
}
.woocommerce-info:before{
    display: none;
}

.search-no-results .page-header .container{
    display: none;
}

.scroller-status__message.infinite-scroll-last{
    display: none !important;
}

/* =========================================
   3. Desktop & Tablet (min-width: 768px)
   ========================================= */
@media (min-width: 768px) {
	.woocommerce-products-header {
		float: right !important;
		width: 70% !important;
	}
	.oceanwp-toolbar {
		float: left !important;
		border: none !important;
	}
	.products {
		clear: both !important;
		padding-top: 15px !important;
	}
	.berocket_element_above_products {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		align-items: center;
	}
	.berocket_single_filter_widget.berocket_inline_clickable, 
	.berocket_single_filter_widget.berocket_inline_filters {
		float: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_head {
		background-color: #4f98b0 !important;
		border: none !important;
		border-radius: 0 !important;
		color: white !important;
		padding: 10px 5px !important;
		font-size: 15px;
	}
	.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter .bapf_body {
		width: 250px !important;
		border: 1px solid #4f98b0 !important;
	}
	.bapf_sfilter.bapf_ccolaps .bapf_head, 
	.berocket_single_filter_widget.berocket_hidden_clickable .bapf_sfilter.bapf_ccolaps .bapf_head {
		background-color: #4f98b0 !important;
		color: white !important;
		border-radius: 0 !important;
		padding: 10px 5px !important;
		font-size: 15px;
	}
	.bapf_sfilter .bapf_body>ul {
		padding: 5px !important;
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox] {
		margin: 0 0 0 5px;
	}
	.bapf_hascolarr .bapf_colaps_smb {
		right: initial;
		left: 13px;
		font-size: 10px;
	}
	.oceanwp-off-canvas-filter {
		display: none;
	}
}

/* =========================================
   4. Mobile & Tablet (max-width: 991px)
   ========================================= */
@media (max-width: 991px) {
	.site-breadcrumbs {
		position: absolute;
		top: 30px;
		right: 0;
	}
	.site-breadcrumbs .trail-item:nth-of-type(2) {
		display: none;
	}
	#main #content-wrap {
		padding-top: 0;
		max-width: 100% !important;
	}
	#content .oceanwp-toolbar {
		position: sticky;
		top: calc(110px + var(--wp-admin--admin-bar--height, 0px));
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		z-index: 9;
	}
	.category_switch_images .category_switch_image, 
	.category_switch_image_plus {
		margin: 4px !important;
		width: 20px !important;
		height: 20px !important;
	}
	.bapf_body button {
		padding: 8px 10px;
		background: #4f98b0 !important;
		color: white;
	}
	.bapf_hascolarr {
		font-size: 15px !important;
	}
	.bapf_sfilter.bapf_ckbox input[type=checkbox] {
		margin: 0 0 0 7px;
	}
	.woocommerce .oceanwp-off-canvas-filter i {
		margin-left: 7px;
		margin-right: 0;
		color: black;
	}
	.off-canvas-filter-text {
		color: black;
	}
	.icon-close:before {
		font-family: "font awesome 5 free";
		content: "\f00d";
		font-weight: 600;
		font-size: 20px;
		-webkit-text-stroke: 1px #fff;        
	}
	.sidr-class-toggle-sidr-close {
		text-align: left;
	}
	.sidr-class-sub-menu .sidr-class-menu-item-has-children > a > .sidr-class-dropdown-toggle::before {
		font-size: 11px !important;
	}
	.product_type_simple.add_to_cart_button.ajax_add_to_cart {	
		width: 90%;	
	}
}

/* =========================================
   5. Small Mobile (max-width: 345px)
   ========================================= */
@media (max-width: 345px) {
	.woocommerce .product .category_switch_images .category_switch_image, 
	.category_switch_image_plus {
		width: 17px !important;
		height: 17px !important;
	}
}