.filter_main.my_sticky {
	position: fixed;
	left: 0px;
	width: 100%;
	top: 0px;
	z-index: 999;
	background-color: #fff;
	padding: 15px 0px;
	box-shadow: 0px 0px 10px 0px #8f8f8f;
}

.shop_search {
	display: flex;
	align-items: center;
}

.ss_search {
	border: 1px solid rgba(189, 189, 189, 1);
	background-color: #fff;
	padding: 7px 10px;
	border-radius: 8px;
	display: flex;
	align-items: center;
}

.ss_search i {
	color: #828282;
}

.ss_search input {
	border: none;
	margin-left: 10px;
	color: #828282;
	width: auto;
	padding: 0px;
	position: relative;
        /* top: 1px; */
	background: transparent;
}

.ss_search input:focus {
	outline: none;
}

.ss_search input::placeholder {
	color: #828282;
}

.ss_style select {
	width: 160px;
	padding: 6px 10px;
	border-radius: 3px;
	border: 1px solid rgba(189, 189, 189, 1);
	margin-right: 10px;
	display: inline;
	border-radius: 8px;
}

.ss_style select:focus-visible {
	border: 1px solid #022269;
}

.ss_filter {
	border: 1px solid rgba(189, 189, 189, 1);
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.ss_filter select {
	border: none;
	padding: 0px;
	margin-left: 10px;
	background: transparent;
	color: #000;
}

.ss_filter select:focus-visible {
	outline: none;
}

.ss_filters {
	border: 1px solid rgba(189, 189, 189, 1);
	background-color: #fff;
	padding: 6px 10px;
	border-radius: 8px;
	margin-left: auto;
	display: flex;
	align-items: center;
}

.ss_filters select {
	border: none;
	padding: 0px;
	margin-left: 10px;
}

.fbm_box {
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	margin-top: 50px;
	position: relative;
}
    /* .fbm_box::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #E0E0E0;
        bottom: -25px;
    } */
.fbb_img {
	width: 100%;
	height: 300px;
	background-color: #F2F2F2;
	background-position: center center;
	background-size: 45%;
	background-repeat: no-repeat;
	border-radius: 12px 12px 0px 0px;
}

.main_shop_section {
	background-color: #f9f9fb;
	padding: 0px 50px 50px 50px;
}

.fbb_cont {
	padding: 25px;
	background: #fff;
	border-radius: 0px 0px 12px 12px;
}

.fbb_cont h4 {
	margin-bottom: 5px;
	color: #151413;
	font-size: 16px;
	font-weight: 600;
}

.fbb_cont p {
	font-size: 14px;
}

.fbb_cont h4 a {
	color: #151413;
	font-size: 18px;
	font-weight: 600;
}

.fbch_front p {
	font-size: 16px;
	font-weight: 500;
	color: #4F4F4F;
}

.fbch_front p a {
	font-size: 16px;
	font-weight: 500;
	color: #4F4F4F;
}

.fbch_front h6 {
	font-size: 13px;
	font-weight: 400;
}

.fbch_front span {
	font-size: 20px;
	font-weight: 700;
}

.fbch_front span span {
	font-size: 14px;
	font-weight: 500;
	color: #828282;
}

.fbch_front h5 {
	margin-top: 25px;
	font-size: 16px;
	font-weight: 400;
}

.fbch_front {
	display: block;
	height: 110px;
}

.fbch_back {
	display: none;
	height: 110px;
        /* padding-top: 30px; */;
}

.fbch_front h5 strong {
	font-weight: 600;
}

.fbm_box:hover .fbch_front {
	display: none;
}

.fbm_box:hover .fbch_back {
	display: block;
}

.fbch_back p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	color: #151413;
}

button.sc_btn {
	background-color: rgba(5, 143, 201, 1);
	color: #fff;
	width: 100%;
	padding: 0px;
	border: none;
	border-radius: 90px;
	margin-top: 25px;
}

button.sc_btn:focus {
	outline: none;
	background-color: unset !important;
}

button.sc_btn a {
        /* padding: 10px; */
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 22px;
	padding: 13px 30px 13px 30px;
}

button.bcs_btn a img {
	width: 20px;
}

button.bcs_btn a span {
	position: relative;
	top: 1px;
}

button.bcs_btn {
	background-color: #fff;
	color: #041D67;
	width: 100%;
	border: 2px solid #041D67;
	border-radius: 90px;
	margin-top: 20px;
	padding: 0px;
}

button.bcs_btn a {
	width: 100%;
        /* padding: 10px; */
	display: block;
	color: #041d67;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	padding: 9px 30px 9px 30px;
}

button.bcs_btn a img {
	width: 20px;
}

button.sc_btn:hover {
	background-color: #1198D1;
}

button.bcs_btn:hover {
	background-color: #1198D1;
	color: #fff !important;
	border: 2px solid #1198D1;
}

button.bcs_btn a:hover {
	color: #fff;
}

.fbch_back p {
	font-size: 14px !important;
}

.popup_project_name {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
}

.project_holder_popup {
	width: 90%;
	background: #fff;
	max-width: 350px;
	padding: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#popup_sample .close_popup_upld {
	position: absolute;
	right: -16px;
	top: -18px;
	font-weight: 700;
	background: #08156d;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
}

#popup_sample .close_popup_upld span {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
}

#popup_sample .project_style_pp {
	text-align: center;
}

#popup_sample .door-select-new {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px;
	line-height: 22px;
	color: #08156E;
	text-transform: capitalize;
	border-radius: 0px;
	padding: 7px 0;
	border: 1px solid #08156E;
	background: #fff;
}

#popup_sample a#w-add-sample {
	display: table;
	margin: 0 auto auto;
	font-size: 14px;
	font-weight: 500;
	border-radius: 10px;
	font-family: "Montserrat", sans-serif;
	min-width: auto;
	background: #058fc9;
	color: #fff;
	border: none;
	margin-bottom: 15px;
	padding: 10px 15px;
	margin-top: 10px;
}

.mb-filter {
	display: none;
}

@media screen and (max-width: 767px) {
	.shop_search {
		flex-direction: column;
	}

	.ss_search {
		width: 100%;
	}

	.ss_style {
		margin-left: 0px;
		width: 100%;
		overflow-x: scroll;
		display: flex;
		padding: 20px 0px;
	}

	.mb-filter {
		display: flex;
		margin: 0px 0px 20px 0px;
	}

	.ss_filter {
		display: none;
	}
}

.pagination-links {
	text-align: center;
	margin: 25px 0px;
}

div#filtered-posts {
	margin-top: 40px;
	margin-bottom: 40px;
}

.filter-container {
	border-radius: 3px;
	display: inline;
	border-radius: 8px;
}

.filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter-reset {
	background: none;
	border: none;
	color: #022269;
	font-weight: 700;
	text-decoration: underline;
	font-size: 16px;
	position: relative;
	left: -10px;
	margin-bottom: 20px;
}

button.filter-reset:hover {
	background: unset;
	color: #022269;
	text-decoration: underline;
}

button.filter-button:hover {
	background: #fff;
	color: #000;
}

.filter-dropdown {
	position: relative;
	font-size: 14px;
}

.filter-button {
	background: #fff;
	border: 1px solid #ccc;
	width: 160px;
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	padding: 8px 16px 7px 16px;
	font-size: 14px;
}
        /*.filter-button::after {*/
        /*    content: '\f078';*/
        /*    margin-left: 10px;*/
        /*    font-family: 'FontAwesome';*/
        /*}*/
        
.filter-content {
	display: none;
	position: absolute;
	top: 110%;
	left: 10px;
            /* width: 300px; */
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	max-height: 320px;
	overflow-y: auto;
	z-index: 999;
}

button#brand-filter-button ~ .filter-content {
	width: 300px;
}
        /*.filter-dropdown:hover .filter-content {*/
        /*    display: block;*/
        /*}*/
        
button.filter-button.active {
	background: #ffffff;
	color: #000;
}

.filter-option {
	display: grid;
	grid-template-columns: auto 1fr 1fr;
	margin-bottom: 16px;
}

.filter-option input[type="checkbox"] {
	margin-right: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
}

.filter-description {
	grid-column-start: 2;
	grid-column-end: 4;
	font-size: 13px;
	color: grey;
}

.filter-count {
	background: #058fc9;
	color: #fff;
	border-radius: 50%;
	padding: 3px 8px 4px 8px;
	font-size: 12px;
	margin-left: 20px;
	height: 20px;
}

span.b_n_me {
	font-size: 15px;
	color: #000;
	width: max-content;
}

.filter-button::after {
	content: '\f078';
 /* Down arrow */
	margin-left: 10px;
	font-family: 'FontAwesome';
            /*position: absolute;*/
            /*right: 10px;*/;
}

.filter-button.active::after {
	content: '\f077';
 /* Up arrow */
	font-family: 'FontAwesome';
}

.filter-content {
	display: none;
}

.filter-content.show {
	display: block;
}

button:focus {
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}

.breadcrumb {
	font-size: 14px;
	color: #151413;
	background-color: #f9f9fb !important;
	padding: 0 20px !important;
	margin-bottom: 0px !important;
}

.breadcrumb a.br_home {
	font-weight: 500;
	color: #151413;
	font-size: 14px;
	line-height: 18px;
}

.breadcrumb a {
	font-weight: 300;
	color: #151413;
	font-size: 14px;
	line-height: 18px;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	margin: 0 5px;
}

.content {
	padding: 20px;
	border-radius: 8px;
}

.content h1 {
	font-size: 32px;
	color: #151413;
	font-weight: 700;
	line-height: 38px;
}

.content p {
	font-size: 16px;
	color: #151413;
}

.main_shop_top {
	background-color: #f9f9fb;
	padding: 50px 50px 0px 50px;
}

.ss_filter img {
	width: 20px;
}

.ss_filters img {
	width: 20px;
}

.filter-reset img {
	width: 16px;
	right: 6px;
	position: relative;
}

.fbb_img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.fbb_img img {
	height: 255px;
	box-shadow: 0px 0px 5px 2px #8d8d8d;
}

.main_shop_section.fabuwood_page {
	padding: 0;
}

.main_shop_section.fabuwood_page .container-fluid {
	padding: 0;
}

.filter_main.my_sticky {
	padding: 15px;
}

button.bcs_btn a img {
	width: 24px;
	margin-right: 10px;
	position: relative;
	top: -2px;
}

button.bcs_btn:hover img {
	filter: brightness(0) invert(1);
}

.fbch_front h6 i {
	margin-left: 7px !important;
}

.ss_style {
	display: none;
}

.ss_style {
	display: none;
}

.lead_times_title {
	margin-top: 0px !important;
}

label.filter-option:last-child {
	margin-bottom: 10px;
}

label.filter-option:last-child p.filter-description {
	margin: 0;
}

@media(min-width:991px) and (max-width:1365px) {
	.shop_search {
		flex-wrap: wrap;
		gap: 15px;
	}

	.filter-header {
		max-width: 100%;
		justify-content: start;
	}

	button#brand-filter-button {
		margin-left: 0;
	}

	.ss_search {
		order: 1;
	}

	.ss_filter {
		order: 2;
	}

	.filter-container {
		order: 3;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.shop_search {
		flex-wrap: wrap;
		gap: 15px;
	}

	.filter-container {
		overflow-x: auto;
		width: 100%;
	}

	.filter-header {
		max-width: 100%;
		justify-content: start;
		padding-bottom: 10px;
	}

	button#brand-filter-button {
		margin-left: 0;
	}

	.filter-container::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #ffffff;
	}

	.filter-container::-webkit-scrollbar {
		width: 5px;
		height: 3px;
		background-color: #ffffff;
	}

	.filter-container::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #d3cfcc;
	}

	.filter-dropdown {
		position: static;
	}

	.shop_search {
		position: relative;
	}

	.filter-content {
		top: 100%;
		left: 0;
	}

	.ss_search {
		order: 1;
	}

	.ss_filter {
		order: 2;
	}

	.filter-container {
		order: 3;
	}
}

@media(max-width:767px) {
	.ss_filters {
		background: transparent;
		border: none;
	}

	.ss_filters select {
		background: transparent;
		width: auto;
		outline: none;
		width: 90px;
	}
            /* .filter-container{
                overflow:unset !important;
            } */
	.filter-dropdown {
		position: static;
	}

	.shop_search {
		position: relative;
	}

	.fbm_box {
		margin-top: 16px;
	}

	div#filtered-posts {
		margin: 0;
	}

	button.sc_btn a {
		padding: 14px 30px 13px 30px;
		font-size: 12px;
		line-height: 16px;
	}

	button.bcs_btn a img {
		width: 18px;
	}

	button.bcs_btn a {
		padding: 10px 30px 11px 30px;
		font-size: 12px;
		line-height: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	button.bcs_btn {
		margin-top: 12px;
	}

	.fbb_cont h4 {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.fbb_cont p {
		font-size: 13px;
	}

	.fbch_front h5 {
		font-size: 14px;
	}

	.fbch_front {
		display: block;
		height: 110px;
	}

	.fbch_back {
		display: none;
		height: 110px;
                /* padding-top: 30px; */;
	}
}

#popup_sample .door-select-new {
	border-radius: 8px;
	border: 1px solid #15141333;
	color: #151413;
	background: url(/wp-content/uploads/2024/09/drop-down-select.svg);
	background-repeat: no-repeat;
	background-position: center right 9px;
	background-size: 13px;
	appearance: none;
	padding: 16px;
	padding-right: 25px !important;
	outline: none;
	font-family: 'Fixel Text' !important;
	text-align: left;
}

.project_holder_popup {
	border-radius: 15px;
}

#popup_sample a#w-add-sample {
	border-radius: 50px;
	font-size: 14px;
	padding: 16px 32px;
	font-weight: 600;
	text-transform: capitalize;
	transition: 0.2s;
}

#popup_sample .project_style_pp h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}

#popup_sample a#w-add-sample:hover {
	background: #19A3DD;
}

#popup_sample .close_popup_upld {
	background: #058fc9;
}

#popup_sample .close_popup_upld span {
	font-weight: 400;
	text-transform: lowercase;
	font-size: 24px;
}
        /* Pagination Styles */
.pagination-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 80px;
}

.pagination-links a,.pagination-links span {
	font-size: 16px;
	font-weight: 600;
	width: 44px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E0E0E0;
	border-radius: 50%;
	line-height: 24px;
}

.pagination-links 
        .current {
	background: #058FC9;
	color: #fff  !important;
	border-color: #058FC9 !important;
}

.pagination-links a {
	color: #041D67;
	font-weight: 400;
}

.pagination-links a.next.page-numbers,.pagination-links a.prev.page-numbers {
	border: none;
	font-size: 26px;
	font-weight: 500;
}

@media(max-width:767px) {
	.pagination-links {
		margin-top: 70px;
		gap: 10px;
	}

	.pagination-links a, .pagination-links span {
		width: 35px;
		height: 35px;
		font-size: 14px;
		position: relative;
		padding-top: 3px;
	}
}
@media(min-width:768px){
	.sticky_header_cs.sticky_on{
		position: static !important;
	}
}