.total-records-found {
    font-size: .9rem;
    font-family: "Avenir-Medium";
}


.effect-size-wave::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 10px;
}

.shop-section .product__bookmark.woocommerce-wishlist-add-product, .shop-section .product__actions, .shop-section .storefront-sorting {
	display: none;
}

.product--loop .product__overlay{
	border-radius: 5px;
}

.woocommerce .quick-view img{
	/* padding-top: 10px;
    padding-bottom: 10px; */
}
.custom-filter li input {
	/*float: left;*/
	width: 14px !important;
	margin-right: 10px !important;
}

.custom-filter li label {
	/*float: right;*/
	width: 90% !important;
}

.shop-filter__body h3.bapf_hascolarr {
	display: none;
}

/* Main Classes */

.custom-filter input[type="checkbox"]:before {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
}

.custom-filter input[type="checkbox"]:after {
	position: relative;
	display: block;
	left: 0px;
	top: 0px;
	width: 16px;
	height: 16px;
	border-width: 1px;
	border-radius: 2px;
	border-style: solid;
	border-color: #ccc;
	content: "";
	background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
	background-repeat: no-repeat;
	background-position: center;
}

.custom-filter input[type="checkbox"]:not(:disabled):hover:after {
	background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
	/* border-color: #705025; */
}

/* .custom-filter input[type="checkbox"]:not(:disabled):hover:before{
    border-color: #705025;
} */

/* Custom checkbox */
.custom-filter input[type="checkbox"]:checked:after {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAKhQTFRFcFAl8u/r/f381czA9fPw/v795+Ha9/Xz/fz8/v7+xbim+/r5/Pz7v7Ge+Pb0////pZF2k3ta1s3Bx7uql39gp5N5k3tb9/Xyn4ptfmE6f2M8nYdp+ff2c1Qq7OjjqZV76eTe+vn3z8W20si75d/YclMoqpd+0MW3+/r4eVszelw0qpd94NnQ+Pf15d/XnohriW5L+fj21Mq9q5mAhGhD9PHuvK2Zd1gv7BMPDgAAAJRJREFUeJxjYMALGJlQ+cwsrCh8NnYOTmQ+FzcnKw8Sn5ePk4OfDcgQEIQayA8EIIaQsAiIEmUB8sVALHE2LglJKWl+GXF+WbBSJh4ZOQF5BUUmFmmIAAs3J4+SMjenjIqYKlhATZ2Pn4eDX4NLTBNiupa2Dh8rq66evirUflUDbSUNQyNjE7iLVLW0TRnNzFUZsAMATXEJlqqSU2oAAAAASUVORK5CYII='), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
	border-color: #705025;
}

.custom-filter input[type="checkbox"]:not(:disabled):checked:hover:after {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAKtQTFRFWz0V8O3q/f38z8e78/Hu/v39497Y9vTy/Pz7/v7+vLCg+vr5/Pv6tqiW9/Xz////mIVsg2xO0Me8v7Skh3FUmohvhG1P9fTxkX1ia1AsbFIujnpe+Pf1X0Ib6ubhnIpy5uHb+fj39PLvyL6xzMK24dzVXkAZnox0yb+y+vn4ZUkkZ0smnYt03NXN9/b04dvUkHtgd149+ff2zcS4n452clg18vDtsqSSY0YguEJWiwAAAJRJREFUeJxjYMALGJlQ+cwsrCh8NnYOTmQ+FzcnKw8Sn5ePk4OfDcgQEIQayA8EIIaQsAiIEmUB8sVALHE2LglJKWl+GXF+WbBSJh4ZOQF5BUUmFmmIgBI3J4+yCjenjKqYGlhAXYOPn4eDX5NLTAtiuraOLh8rq56+gRrUfjVDHWVNI2MTU7iL1LR1zBjNLdQYsAMAX9kJ09xPxSMAAAAASUVORK5CYII='), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
	border-color: #705025;
}


.berocket_single_filter_widget_5619 li.checked {
	font-weight: 600;
	pointer-events: none;
}

h3.category-title {
	display: flex;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 3px;
	justify-content: center;
	color: #705025;
	font-weight: 600;
	font-family: 'Avenir-Black' !important;
}

h5.category-subtitle {
    font-family: 'AVENIR-MEDIUM';
    font-size: 15px;
	color: #353535;
}

.bapf_hideckbox li label,
.bapf_hideckbox li label a {
	color: #333;
	/* color: #000000;
    font-family: 'Avenir-Medium';
    font-size: 1rem; */
}

a:hover {
	color: #333;
}

ul {
	padding-left: 2px;
}


.product__meta {
	max-width: 500px;
}


.shop-filter__body {
	padding: 0px 15px;
}


.shop-filter__body {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.shop-filter__body.show {
  opacity: 1;
  transform: translateY(0);
}

.bapf_desci {
	display: none;
}

.select2-container .select2-selection--single {
	height: 40px;
	border: 2px solid black;
}

.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	right: 2px;
}


.bapf_sfilter.bapf_ckbox input[type=checkbox],
.bapf_sfilter.bapf_ckbox label {
	margin: 0px;
	width: 100%;
	transition-delay: 0.05s;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox],
.bapf_sfilter.bapf_ckbox label:hover {
	font-weight: 600;
	background-color: #ededed;
	padding-left: 2px;
	color: black;
}

.bapf_hideckbox li input:checked+label:hover,
.bapf_hideckbox li input:checked+label:hover a,
.bapf_hideckbox li label:hover,
.bapf_hideckbox li label:hover a {
	font-weight: 600;
	background-color: #ededed;
	padding-left: 2px;
	color: black;
}

.bapf_sfilter {
	margin-bottom: 10px;
}


.sort-by-area {
	float: right;
}

.sort-by-area select {
	padding: 4px;
}

.shop-clear-filters-btn:hover {
	color: white;
}

/* PRODUCT DETAIL: ADD TO WISHLIST BUTTON */
.single-product__add-to-wishlist .tinv-wraper.tinv-wishlist {
	left: 50% !important;
}

/* SHOP: ADD TO WISHLIST BUTTON */
.product__preview .tinv-wraper.tinv-wishlist {
	margin-left: 10px;
	margin-top: 10px;
}

/**TEST**/
/* The container must be positioned relative: */
.nc-custom-select {
	position: relative;
	color: black !important;
	border: 2px solid black;
	border-radius: 4px;
	text-align: left;
}

.nc-custom-select select {
	display: none;
	/*hide original SELECT element: */
}

.nc-select-selected {
	background: white;
}

.nc-select-selected div {
	color: black;
}

/* Style the arrow inside the select element: */
.nc-select-selected:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.nc-select-selected.nc-select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}

/* style the items (options), including the selected item: */
.nc-select-items div,
.nc-select-selected {
	padding: 8px 16px;
	cursor: pointer;
}

/* Style items (options): */
.nc-select-items {
	position: absolute;
	background-color: white;
	color: black;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid grey;
	border-radius: 4px;
}

.nc-select-items div {
	color: black;
}

/* Hide the items when the select box is closed: */
.nc-select-hide {
	display: none;
}

.nc-select-items div:hover,
.same-as-selected {
	background-color: black;
	color: white;
}

/* new css */

.product--loop .product__preview {
	margin: auto;
}

.edit-link {
	display: none;
}


.shop-view .woocommerce.columns-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* Three equal-width columns */
	gap: 1% 5%;
}

.woocommerce.columns-3 .product--loop:nth-child(n+8) {
	/* display: none; */
}


.shop-view .product--loop {
	width: unset !important;
	margin: 15px 0px  !important;
	margin-top: 0 !important;
	height: fit-content;

}

.shop-view .product--loop:nth-child(1n+0) {
	justify-content: flex-start;
}

.shop-view .product--loop:nth-child(2n+0) {
	justify-content: center;
}

.shop-view .product--loop:nth-child(3n+0) {
	justify-content: flex-end;
}

.shop-view .product__meta {
	margin: auto;
	position: relative;
	margin-top: 10px;
    padding: 0;
}

/* .shop-view .quick-view img {
	max-height: 300px !important;
} */

.shop-view .product__actions {
	/* display: flex; */
	padding: 5px 5px;
}

.shop-view .product--loop .product__actions a {
	padding: 6px 3px !important;
	font-size: 11px !important;
	margin: auto;
}


.site-header--fixed {
    box-shadow: unset !important;
}

.btn.btn-black-brown{
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-family: 'Avenir-Black';
    width: 100%;
    font-size: 14px;
    padding: 13px;
	box-shadow: 0px 5px 11px -5px #000000c7;
	text-transform: uppercase;
}

.btn.btn-black-brown:hover{
    background-color: #705025;
    border: 1px solid #705025;
}

.storefront-sorting {
	display: none;
}

.woocommerce-ordering,
.woocommerce-result-count {
	display: none;
}


.effect-size-wave {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 25%, black 75%, transparent 100%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
    -webkit-mask-position: 50% top;
    mask-position: 50% top;
    animation: skeleton-effect-wave 1s infinite;
    border-radius: 8px;
}

.effect-size-wave {
    border-radius: 6px !important;
    text-align: left !important;
    display: block !important;
}

.effect-size-wave::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@keyframes skeleton-effect-wave {
    0% {
        -webkit-mask-position: 50% top;
        mask-position: 50% top;
    }

    100% {
        -webkit-mask-position: -150% top;
        mask-position: -150% top;
    }
}

/* CSS for the loader container */
.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

/* CSS for the rotating loading image */
.loading-image {
	width: 50px;
	/* Adjust the width as needed */
	animation: spin 0.5s linear infinite;
	/* Apply the 'spin' animation */
}

/* Keyframes animation for the loader rotation */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.shop__heading--filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 15px;
	border-bottom: 0.15px solid #eaeaea;
	box-shadow: 1px 6px 10px 0px #a0a0a059;
}



.shop__heading .l-filter {
    font-family: 'Avenir-Black';
    color: #000;
    padding: 4px 7px;
    border: 1px solid #222;
    border-radius: 5px;
    font-size: .9rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	float: left;
	line-height: normal;
    position: relative;
}


.bk-filter-icon{
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2025/05/List.png');
	width: 20px;
	height: 20px;
}

.l-filter .filter-badge{
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #705025;
    color: white;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: nowrap;
    font-size: 9px;
    font-family: "Avenir-Light";
    font-style: normal;
    padding-top: 2px;
}

.shop__heading span {
    margin-top: 2px;
}
.shop__heading > div > .fa-bars {
    float: left;
    padding-right: 6px;
}

.shop__heading .r-filter {
    color: #000;
    cursor: pointer;
    float: right;
}

.bk-grid-icon{
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2025/05/layout-list-thumb.svg');
	width: 20px;
	height: 20px;
    margin-top: 5px;
}
.bk-grid-list-icon{
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2025/05/grid.png');
	width: 20px;
	height: 20px;
}

.product__meta span.product__category, .product__meta .product__addbutton {
    display: none;
}

#js-filters
{
display: none;
}

.bapf_stylecolor.bapf_sfilter .bapf_body ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.bapf_stylecolor.bapf_sfilter .bapf_clr_text {
    color: #6e4d23;
	font-family: 'Avenir-Medium';
	font-size: 14px;
}
.bapf_stylecolor.bapf_sfilter .bapf_clr_span {
    border-radius: 10px;
    height: 65px;
    width: 65px;
    border: 1px solid #ccc;
}

.bapf_body ul > li > label {
    font-family: 'Avenir-Medium';
    font-size: 14px;
}

/* category menu */

.shop-search-container,
.material-search-container,
.color-search-container,
.pattern-search-container
{
    position: relative;
    height: fit-content;
    width: 100%;
	margin-bottom: 10px;
}

.shop-search-container .search-icon,
.material-search-container .search-icon,
.color-search-container .search-icon,
.pattern-search-container .search-icon
{
    position: absolute;
    top: 18px;
    left: 10px;
    transform: translateY(-50%);
	color: #c5c5c5;
}

.shop-search-container .search-input,
.material-search-container .search-input,
.color-search-container .search-input,
.pattern-search-container .search-input
{
    font-size: 13px;
    font-family: "Avenir-Medium";
    text-align: left;
    padding: 8px 10px 8px 32px;
    border-radius: 6px;
    width: 100%;
    border: unset;
    background-color: #f8f8f8;
    color: #c5c5c5;
}


ul#menu-shop-category,
ul#menu-shop-pattern,
#menu-shop-material 
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
    padding: 10px 3px 20px;
    list-style: none;
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
}


ul#menu-shop-category > li,
ul#menu-shop-pattern > li,
#menu-shop-material > li
{
    padding: 12px 6px 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0px 13px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
}



ul#menu-shop-category > li.active, 
ul#menu-shop-material > li.active, 
ul#menu-shop-pattern > li.active 
{
    border: 3px solid #705025;
}

ul#menu-shop-category > li.active::after,
ul#menu-shop-material > li.active::after,
ul#menu-shop-pattern > li.active::after
{
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/06/tick-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 3px;
}



ul#menu-shop-category > li img,
ul#menu-shop-material > li > img, 
ul#menu-shop-pattern > li > img 
{
    width: 90%;
    height: auto;
    max-width: 65px;
    border-radius: 7px;
}

ul#menu-shop-category > li h3,
ul#menu-shop-material > li > h3,
ul#menu-shop-pattern > li > h3
{
	height: unset;
    color: #000;
    font-family: 'Avenir-Black';
    font-size: .8rem;
    margin-top: 8px;
    line-height: normal;
    text-transform: unset;
}

/* category menu */

 /* .list-grid css */

.list-grid .woocommerce.columns-3 {
    grid-template-columns: 1fr !important;
}

.list-grid .product__preview.content-product {
    width: 35%;
    float: left;
}

.list-grid .product__meta {
    width: 65%;
    float: right;
    padding: 0 0 0 10px !important;
    text-align: left;
    margin: 0;
}


.list-grid .price {
    margin: 5px 0;
    display: inline-flex;
}
.list-grid .product--loop .product__price {
    line-height: normal !important;
}
.list-grid .product--loop .product__meta {
    line-height: unset !important;
}

.list-grid .designs_type_link {
    display: block !important;
    font-size: .8rem;
    font-family: 'Avenir-Medium';
}
.list-grid .designs_type_link a{
    color: #0571d3;
}

.list-grid .designs_type_link a:hover {
    text-decoration: unset;
}

.list-grid .designs_type {
    max-height: 4.5em;
    overflow: hidden;
    display: block !important;
    line-height: 1.5em;
    font-size: .8rem;
    font-family: 'Avenir-Medium';
}
.list-grid .designs_type > ul,
.list-grid .designs_type > div,
.list-grid .designs_type > p
{
    max-height: 4.5em;
}

.list-grid .manufacturing_type {
    display: block !important;
    width: 100%;
    font-family: 'Avenir-Medium';
	text-transform: uppercase;
}

.list-grid .product--loop {
    height: unset !important;
    min-height: unset !important;
    border-bottom: 1px solid #ccc;
    padding: 15px 0px !important;
    margin: 0 !important;
}

.list-grid .on-sales .sale-now,
.list-grid .price > ins
 {
    font-family: 'Avenir-Black';
}

.product--loop .product__actions a {
	padding: 0px 0px !important;
	font-size: 8px !important;
	margin: auto;
	line-height: normal;
}



.list-grid .on-sales {
	grid-template-columns: repeat(3, 31%);
	gap: 5px;
	max-width: unset;
	width: 76%;
}	

/* filter css */
.shop-filter__heading::after{
	transform: rotate(0deg);
	content: "";
    width: 15px;
    height: 15px !important;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/04/right-arrow-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	right: 10px;
}

.shop-filter--open .shop-filter__heading::after {
	background-image: url("/wp-content/uploads/2025/04/right-arrow-gold.svg");
    transform: rotate(90deg);
	top: 5px;
	right: 10px;
}

.shop-filter__heading::before {
    content: "";
    width: 21px;
    height: 21px;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/04/Packages.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#category-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon1.png");
}

#size-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon2.png");
}

#price-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon3.png");
}

#fit-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon1.png");
}

#color-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon5.png");
}

#material-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon6.png");
}

#pattern-filter .shop-filter__heading::before {
    background-image: url("/wp-content/uploads/2025/05/icon4.png");
}


.shop-filter__heading {
	display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Avenir-Black';
    font-size: 1.2rem;
    position: relative;
    width: 100%;
    text-transform: unset;
}
.shop-filter--open .shop-filter__heading,
.shop-filter__heading.active
{
	color: #705025;
}


.shop-filter {
    border-bottom: 0.15px solid #f0f0f0;
}
.shop-filter:nth-last-child(-n+2) {
    border-bottom: 0 !important;
}




.filter_reset {
    display: flex;
    gap: 15px;
    padding: 16px;
    background: #f9f9f9;
    margin: 5px;
    border-radius: 10px;
}

.filter_reset .shop-clear-filters-btn {
    background: #fff;
    color: #4F4F4F;
	border: 1px solid #4F4F4F;
	border-radius: 5px;
	font-size: 1rem;
	font-family: 'Avenir-Black';
    padding: 0 !important;
	width: 50%;
	box-shadow: unset;
}
.filter_reset .shop-clear-filters-btn:hover 
{
    text-decoration: unset;
    background: #000;
    color: #fff;
	border: 1px solid #000;
}

.filter_reset .shop-apply-filters-btn {
    background: #181818;
    color: #fff;
	border: 1px solid #181818;
	border-radius: 5px;
	font-size: 1rem;
	letter-spacing: .3px;
	font-family: 'Avenir-Black';
    padding: 0 !important;
	width: 50%;
	box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.2);
	/* box-shadow: 0px 6px 14px 0 rgb(0 0 0 / 15%); */
}
.filter_reset .shop-apply-filters-btn:hover, 
.filter_reset .shop-apply-filters-btn:active 
{
    background: #69481d;
    color: #fff;
	border: 1px solid #69481d;
}
/* New size filter css add */

.filter-size .scroll-tabs {
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.filter-size .scroll-tabs::-webkit-scrollbar {
  display: none;
}

.filter-size .scroll-tabs .btn {
    display: inline-block;
    border-radius: 7px;
    padding: 4px 10px;
    white-space: nowrap;
    border: 1px solid #ccc;
    margin: 0 3px;
    font-size: .9rem;
    font-family: 'Avenir-Medium';
}

.filter-size .scroll-tabs .btn.active{
  background-color: black;	
}

.filter-size .scroll-tabs .btn.active
{
  color: #fff;	
}

.filter-size .scroll-tabs .btn.btn-clicked{
  border: 2px solid black;	
}

.size-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 10px 0;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


.filter-size .size-box {
    border: 2px solid black;
    border-radius: 5px;
    padding: 8px 5px;
    text-align: center;
    background-color: white;
    transition: all 0.2s ease;
	font-size: .8rem;
    font-family: 'Avenir-Medium';
    cursor: pointer;
}

.filter-size .size-box .signle-number {
    font-size: 1.1rem !important;
}

.filter-size .size-box .size-number {
    font-size: 1rem;
    font-family: 'Avenir-Black' !important;
}
.filter-size .size-box .size-label {
    font-size: .8rem;
    font-family: 'Avenir-Light' !important;
}

.filter-size .size-box.active {
  background-color: black;
  color: white;
}

.filter-size .size-label {
  font-size: .9rem;
  font-weight: 500;
}


/* Need to comment the display: flex; line from existing css*/


.price-ranges .price-button.active::after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/06/tick-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 28%;
    right: 12px;
    color: #000;
}

.price-ranges.filter-price-ranges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 9px 0;
    list-style: none;
}

.filter-price-ranges .price-button.active {
    border: 3px solid #705025;
}
/* New css need to add*/
.filter-price-ranges .price-button {
    border: 2px solid #000;
    border-radius: 10px;
    padding: 7px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    font-family: 'Avenir-Black';
    position: relative;
}


/* New css need to add */

.filter-fit {
  display: grid;
  grid-template-columns: 1fr;
}

.filter-fit .fit-option {
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 15px;
  position: relative;
  transition: border 0.3s ease;
  cursor: pointer;
}

.filter-fit .fit-option.active {
  border-color: #4a2d00; /* Dark Brown */
}

.filter-fit .fit-option img.left-icon {
    width: auto;
    height: 40px;
    margin-right: 20px;
}

.filter-fit .fit-option img.right-icon {
    width: auto;
    height: 40px;
	float: right;
}
.filter-fit .fit-option.active::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/wp-content/uploads/2025/06/tick-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 33%;
    right: 16px;
}

.filter-fit .fit-option span {
    font-size: 1rem;
    font-family: 'Avenir-Black';
}


/*// New css need to add*/
.filter-color {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-items: center;
	margin: 10px 0 20px;
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden; 
}


.filter-color .color-option {
    text-align: center;
    font-size: .9rem;
    font-family: 'Avenir-Medium';
    cursor: pointer;
}
.filter-color .color-option .color-box > div {
  width: 65px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #ccc;
}


.filter-color .color-option.active .color-box > div {
    border: 3px solid #705025;
}



.filter-color .color-label {
  text-align: center;
  margin-top: 5px;
  font-family: 'Avenir-Black';
}
.filter-color .color-option.active .color-label{
	font-family: 'Avenir-Medium';
    font-weight: bold;
	color: #705025;
}

.not-found{
    text-align: center;
    font-size: 0.9rem; 
    font-family: 'Avenir-Medium';
    font-weight: bold;
    background: #69481d;
    color: #fff;
    padding: 7px 15px;
    display: table;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 10px;
}




/* 
#custom-mobile-menu #menu-mobile-main-menu li[class*="-icon"] > a::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 27px;
    background-size: cover;
    background-repeat: no-repeat;
}

#custom-mobile-menu
  #menu-mobile-main-menu
  > li.menu__item--has-children
  > a::after, #custom-mobile-menu
  #menu-mobile-main-menu
  > li.menu__item--has-children
  .sub-menu
  > li.menu__item--has-children
  > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/uploads/2025/04/right-arrow-black.svg");
    background-size: contain;
    background-repeat: no-repeat;
} */
ul.bullet-square {
    list-style-type: square !important;
    padding-left: 20px !important;
}
/* 

.product--loop .product__preview {
    position: relative;
    display: table;
    background: #fff;
    width: 100%;
    height: 280px; 
    overflow: hidden;
    text-align: center; 
}

.product--loop .product__preview img {
    display: block;
    max-height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
} */


/* filter css */
@media only screen and (max-width: 990px) {
    .shop__heading--filters {
        box-shadow: 0px 5px 9px -5px #a0a0a0c7;
    }
    .shop__heading .l-filter{
        cursor: pointer;
    }
    .shop__heading .l-filter:active,
    .shop__heading .l-filter.active
    {
        color: #fff;
        background-color: #000;
    }

    .shop__heading .l-filter:active .bk-filter-icon,
    .shop__heading .l-filter.active .bk-filter-icon 
    {
        background-image: url('/wp-content/uploads/2025/05/configure.png');
        width: 15px;
        height: 15px;
        margin-right: 4px;
    }

    .shop__heading > div > .fa-bars{
        /* float: right; */
    }
	
	.page .page-content {
		margin-top: 0px;
	}
	.shop__sidebar {
		position: sticky;
		top: 0px;
	}
	.hide-padding{
		padding: 0;
	}
	.shop__sidebar-nan {
		position: fixed;
		top: 44px;
		background-color: #fff;
		z-index: 20;
		width: 100%;
	}
	.shop__content.wow.fadeIn {
		margin-top: 50px;
        padding-top: 5px;
	}

	div#js-filters {
		overflow-y: auto;
		height: 75vh;
	}
    div#pattern-filter {
        margin-bottom: 20px;
    }
    .fixed-button {
        display: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        background-color: #f9f9f9;
        text-align: center;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }

}

@media (min-width: 991px) {
	.page .page-content {
		margin-top: 10px !important;
	}
	.shop__heading div {
		margin-left: 0px;
	}
    ul#menu-shop-category, ul#menu-shop-pattern, #menu-shop-material {
        gap: 15px 15px;
    }
    
    .size-section {
        gap: 10px 15px;
    }

    ul#menu-shop-category > li, ul#menu-shop-pattern > li, #menu-shop-material > li {
        padding: 10px 5px 10px;
        box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.2);
    }
    
    .filter-fit .fit-option img.left-icon {
        height: 35px;
        margin-right: 10px;
    }
    .filter-fit .fit-option span {
        font-size: .9rem;
    }
    .filter-fit .fit-option {
        margin-bottom: 12px;
    }
    .filter-color {
        gap: 10px;
    }
}

@media (max-width: 768px) {
	.sort-by-area {
		align-self: center;
		display: contents;
	}
	.nc-custom-select {
		margin: auto;
	}

}
@media (min-width: 550px) and (max-width: 989px) {
    ul#menu-shop-category, ul#menu-shop-pattern, #menu-shop-material {
       grid-template-columns: repeat(4, 1fr);
    }
    .size-section {
        grid-template-columns: repeat(5, 1fr);
    }
    .price-ranges.filter-price-ranges {
        grid-template-columns: repeat(3, 1fr);
    }
    .filter-fit {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
    }
    .filter-color {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 374px) and (max-width: 549px) {
    .filter-color {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 451px) {
	.list-grid .product__meta .product__title {
		font-size: 1.3rem;
		margin: 0;
	}
	.list-grid .manufacturing_type {
    	font-size: 1.2rem;
	}
	.list-grid .on-sales {
		gap: 10px;
	}
	.list-grid .price > del > .product__price, 
	.list-grid .price:not(.on-sales) > .product__price,
	.list-grid .on-sales .sale-now,
	.list-grid .price > ins > .product__price {
		font-size: 1.2rem;
	}
}

@media (max-width: 450px) {
	.list-grid .product__meta .product__title {
		font-size: 1rem;
		margin: 0;
	}
	.list-grid .manufacturing_type {
		font-size: .9rem;
	}
	.list-grid .price > del > .product__price, 
	.list-grid .price:not(.on-sales) > .product__price,
	.list-grid .on-sales .sale-now,
	.list-grid .price > ins > .product__price {
		font-size: 1rem;
	}
	
	
	/* category menu */
	ul#menu-shop-category, ul#menu-shop-pattern, #menu-shop-material {
		gap: 15px;
	}

	ul#menu-shop-category > li::before, ul#menu-shop-pattern > li::before, #menu-shop-material > li::before {
		width: 35px;
		height: 35px;
	}
	ul#menu-shop-category > li > a, ul#menu-shop-pattern > li > a, #menu-shop-material > li > a {
		font-size: .8rem;
	}
	ul#menu-shop-category > li, ul#menu-shop-pattern > li, #menu-shop-material > li {
		box-shadow: 0 0px 5px 2px rgba(0, 0, 0, 0.2);
	}

  
    .filter-color {
        gap: 10px;
    }

    .filter-fit .fit-option {
        padding: 5px 15px;
        margin-bottom: 12px;
    }

	/* category menu */
	.filter-size .scroll-tabs .btn {
		
		font-size: 14px;
		
	}

}

@media (max-width: 320px) {
    .shop-filter__heading {
    font-size: 1rem;
    }
    ul#menu-shop-category > li h3, ul#menu-shop-material > li > h3, ul#menu-shop-pattern > li > h3{
        font-size: .7rem;
    }
    ul#menu-shop-category > li img {
       max-width: 45px;
    }
    
    ul#menu-shop-material > li > img, 
    ul#menu-shop-pattern > li > img{
        max-width: 55px;
    }
    ul#menu-shop-category > li.active::after,
    ul#menu-shop-material > li.active::after,
    ul#menu-shop-pattern > li.active::after 
    {
        width: 15px;
        height: 15px;
    }

	ul#menu-shop-category > li > a {
	    font-size: .7rem;
	}

    .filter-size .scroll-tabs .btn {
        font-size: .8rem;
    }

	#js-filters .shop-filter__head {
	    padding: 13px 10px;
	}

	.filter-size .size-box .size-number {
	    font-size: .8rem;
	}

    .filter-size .size-box .size-label {
        font-size: .7rem;
    }

    .filter-fit .fit-option span {
        font-size: .8rem;
    }
    
    .filter-fit .fit-option img.left-icon {
        height: 30px;
        margin-right: 10px;
    }
    .filter-fit .fit-option.active::after {
        width: 15px;
        height: 15px;
        right: 13px;
    }
    .filter-fit .fit-option {
        padding: 6px 15px;
        margin-bottom: 10px;
        font-size: .8rem;
    }
}