:root {
    --white: #ffffff !important;
    --black: #212121 !important;
    --primary: #66340d !important;
    --secondary: #8f5f0f !important;
    --primary-bg: #f6f4f2 !important;
    --font-title: "Playfair Display", serif;
    --font: "Geologica", sans-serif !important;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    outline: none !important;
    box-shadow: none !important;
}

.header {
    background: #27140d;
}

.main {
    padding-top: 130px;

}

.product-main-div {
    display: flex;
    /* flex-wrap: wrap; */
    margin-top: 100px;
}

.filter {
    width: 335px;
    position: relative !important;
    /* height: 100%; */
    /* max-height: calc(100vh - 170px) !important; */
    margin-right: 35px;
}

.sticky-div {
    width: 100% !important;
    margin-bottom: 20px !important;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 160px !important;
    max-height: calc(100vh - 190px) !important;
    /* overflow-y: scroll; */
    height: 100%;
}

.filter-acc{
    width: 100% !important;
    max-height: calc(100vh - 63px) !important;
    /* overflow-y: scroll; */
    height: 100%;
}

.product-list {
    width: 100%;
    max-width: 1600px;
    min-height: 600px;
    padding: 0;
}

.px-20{
    padding: 0 20px;
}

.products {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.5s;
    border-radius: 10px;
    margin-bottom: 50px;
    border-radius: 1px solid #fff;

}

.products:hover {
    border-radius: 10px;
}

.products-img-content {
    position: relative;
    margin-bottom: 15px !important;
    padding: 15px 30px;
    height: 100%;
    border-radius: 10px;
}

.products-img-div {
    height: 285px;
    width: 100%;
    position: relative !important;
    width: 100%;
}

.product-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--white);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
    text-align: center;
}

.products:hover .product-overlay {
    opacity: 0.8 !important;
    z-index: 1 !important;
    transition: opacity 0.2s linear;
    border-radius: 10px;
}

.product-links {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    display: none;
    transition: display 0.5s;
}

.products:hover .product-links {
    display: flex !important;
    transition: display 0.5s;
}

.product-links a {
    background: #66340d;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    opacity: 1;
    text-align: center;
    margin: 0 8px;
    font-size: 18px;
    position: relative;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    z-index: -1 !important;
}

.product-links a:hover {
    background-color: #bd9967;
    transition: 0.4s ease-in-out;
}

.products-img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    vertical-align: middle !important;
    margin: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    transition: all 0.3s ease-in-out;
}

.product-desc {
    padding: 0 30px;
}

.product-category {
    color: #121212;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
}

.product-name {
    color: #6f4c30;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font);
    height: 50px;
    padding: 0;
    margin-bottom: 15px;
    line-height: 24px;
    overflow-y: hidden;
}

.products .saperator {
    background-color: #d0b18a;
    width: 100%;
    height: 1px;
}

.product-price {
    color: #353535;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 65px;
    margin: 0 !important;
}

.product-price span {
    color: #6f4c30;
}

.strikeout {
    position: relative;
    color: #353535 !important;
}

.strikeout::after {
    border-bottom: 2px solid #353535;
    content: "";
    left: 0;
    margin-top: calc(2px / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}


.filter .accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-color: #d4d0cf;
}

.filter .accordion-button {
    padding: 20px 15px 20px 5px;
    font-family: var(--font);
    color: #6f4c30;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.filter .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.filter .accordion-button::after {
    background-image: url(../img/down-arrow.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.filter .accordion-button:not(.collapsed)::after {
    background-image: url(../img/down-arrow.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.filter .accordion-body {
    padding: 0 5px 20px 5px;
}

.filter .form-check {
    margin-bottom: 10px;
}

.filter .form-check-input {
    background-color: #ece4d8 !important;
    border-color: #c6b9b0;
}

.filter .form-check-input:checked {
    background-color: #ece4d8 !important;
    border-color: #c6b9b0;
}

.filter .form-check-input:checked[type="radio"] {
    background-image: url(../img/radio-dot.png);
    background-size: 10px;
}

.filter .form-check-input:checked[type="checkbox"] {
    background-image: url(../img/check.png);
    background-size: 14px;
}

.filter label {
    color: var(--black) !important
}

.filter .form-check-input[type="checkbox"] {
    border-radius: 0px;
}






.wrapper {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.price-input {
    width: 100%;
    display: flex;
    margin: 15px 0 25px;
}

.price-input .field {
    display: flex;
    width: 100%;
    height: 25px;
    align-items: center;
}

.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 16px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 60px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: var(--primary);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--secondary);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: var(--secondary);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#mobile-filter-display,
#filter-display {
    padding: 0 15px !important;
}

#mobile-filter-display img,
#filter-display img {
    filter: brightness(0) invert(1);
    transition: filter 0.5s;
}

#filter-display:hover img {
    filter: none;
    transition: filter 0.5s;
}

.section-main-title{
    margin-bottom: 20px;
    line-height: 45px;
}

.section-main-title span{
    color: #975f08;
}

/* .title-border{
    border-bottom: 1px solid #d0b18a;
} */

.categoty-title{
    width: 100%;
    position: absolute;
    z-index: 1000;

}

.categoty-title.sticky {
    width: 100%;
    background-color: #fff;
    padding: 5px 0;
    position: sticky;
    top: 77px;
    left: 0;
    z-index: 1001;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 15px;
}

.categoty-title.sticky .section-main-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.categoty-title.sticky .title-border{
    border: 0px;
}
/* mobile filter */

.mobile-filter-div {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    /* box-shadow: -0px 0px 15px 0px rgba(0, 0, 0, 0.3); */
    display: none;
    overflow: hidden !important;
}

.mobile-filter-div .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    content: '';
    z-index: -100;
    position: absolute;
    top: 0;
    left: 0;
}

.mobile-filter {
    max-width: 400px;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-right: 1px solid #d4d0cf !important;
}

.mobile-filter-title {
    font-size: 20px;
    line-height: 63px;
    padding: 0 15px;
    font-family: var(--font) !important;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--primary);
    margin: 0;
}

.mobile-filter .accordion-item {
    border-left: 0px;
    border-right: 0px;
    border-color: #d4d0cf;
}

.mobile-filter .accordion-button {
    padding: 20px 15px 20px 15px;
    font-family: var(--font);
    color: #6f4c30;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile-filter .accordion-button:not(.collapsed) {
    background-color: var(--white);
}

.mobile-filter .accordion-button::after {
    background-image: url(../img/down-arrow.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.mobile-filter .accordion-button:not(.collapsed)::after {
    background-image: url(../img/down-arrow.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
}

.mobile-filter .accordion-body {
    padding: 0 5px 20px 15px;
}

.mobile-filter .form-check {
    margin-bottom: 10px;
}

.mobile-filter .form-check-input {
    background-color: #ece4d8 !important;
    border-color: #c6b9b0;
}

.mobile-filter .form-check-input:checked {
    background-color: #ece4d8 !important;
    border-color: #c6b9b0;
}

.mobile-filter .form-check-input:checked[type="radio"] {
    background-image: url(../img/radio-dot.png);
    background-size: 10px;
}

.mobile-filter .form-check-input:checked[type="checkbox"] {
    background-image: url(../img/check.png);
    background-size: 14px;
}

.mobile-filter label {
    color: var(--black) !important
}

.mobile-filter .form-check-input[type="checkbox"] {
    border-radius: 0px;
}






.title-border .dropbtn#filter-display {
    padding: 0 15px !important;
    margin-left: 5px;
}

/* .dropbtn i{
    z-index: 10000;
    position: absolute;
    top : 15px;
    right : 14px
} */

.title-border .dropdown {
    float: right;
    position: relative;
    display: inline-block;
}

#myDropdown-sort {
    display: none;
    position: absolute;
    background-color: #f0e5dd !important;
    margin-top: 10px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    right: 0;
    top : 31px;
    z-index: 10000;
    text-align: left;
}

#myDropdown-sort a {
    color: var(--primary);
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

.title-border .dropdown a:hover {
    background-color: #bd9967 !important;
    color: var(--white);
}

.btn-filter {
    font-family: var(--font);
    color: #fff;
    font-size: 15px;
    padding: 0px 25px;
    line-height: 38px;
    background: linear-gradient(180deg, rgba(119, 69, 29, 1) 20%, rgba(145, 97, 13, 1) 70%) !important;
    margin: 3px 0 0 10px !important;
    transition: 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 0px solid rgba(236, 180, 73, 1) !important;
}

.btn-filter::before {
    background: #bd9967 !important;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    /* height: 0; */
    width: 0;
    height: 100%;
    opacity: 0;
    border-radius: 7px;
    z-index: -1;
    right: 0;
    transition: 0.5s ease-in-out;
    transform: translateX(-50%);
}

.btn-filter:hover::before {
    opacity: 1;
    width: 100%;
}

.btn-filter:hover {
    background: linear-gradient(180deg, rgba(119, 69, 29, 1) 20%, rgba(145, 97, 13, 1) 70%) !important;
    color: #331904;
    border-radius: 8px;
    border: 0px solid #bd9967 !important;
}

.btn-filter i,
.btn-filter span{
    pointer-events: none;
}


.listing-content{
    width: 100%;
    background-color: #f0e5dd;
    padding: 50px 15px;
    box-shadow: inset 0px 0px 7px 2px rgba(0,0,0,0.2) !important;
}

.listing-content .section-main-title{
    margin-bottom: 20px;
}


