/* .custom-col-active{
  border-radius: 25px;
  border-color: #84643D;
  padding: 5px;
} */

.color-round{
    width:30px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}

.product-page-content {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* breadcrumb */
.breadcrumb .breadcrumb-item {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}
.form-range{
    --bs-form-range-track-fg: #84643D !important;
}

.image-container {
    position: relative;
    display: inline-block;
}
/* Note : INCLUDE THESE CLASSES IN THIS ORDER (Naththan nav list nav button aul yai) */
.swiper {
    width: 100%;
    height: 100%;
}
.custom-sliderwrap {
    position: relative;
}

.custom-recent-list-wrap{
    position: relative;
}
.recent-view-products{
    position: unset;
}

.suggested-products{
    position: unset;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide .product-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none;
}
.swiper-button-next{
    right: -3px;
}
.swiper-button-prev{
    left: -3px;
}
.swipernav-btn-wrap{
    background-color: #ffffffd2;
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.zoom-window {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px; /* Adjust zoom window size */
    height: 200px;
    background-color: rgba(
        0,
        0,
        0,
        0.5
    ); /* Optional: Semi-transparent background */
    border: 1px solid #ddd; /* Optional: Border styling */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: Shadow effect */
}

.product-image:hover + .zoom-window {
    display: block;
}
.product-view-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.more-from-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #fff5de;
    padding: 5px;
    border-radius: 25px;
    cursor: pointer;
    /* width: fit-content; */
}
.more-from-btn-wrapper p {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}
.product-info-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* padding: 10px; */
}
.product-name-text {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}
.stock-state-wrapper {
    background-color: #dff4de;
    padding: 4px;
    border-radius: 25px;
    /* width: 40%; */
}

.out-of-state-wrapper {
    background-color: #b4b4b8;
    padding: 4px;
    border-radius: 25px;
}
.stock-no-wrapper {
    padding: 3px;
}

.stock-status {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: initial;
    font-size: 18px;
    font-weight: 600;
    color: #3da94e;
}

.stock-no {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}

.currency-icon {
    font-family: Open Sans;
    font-size: 25px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}
.price {
    font-family: Open Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}

.currency {
    font-family: Open Sans;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}

.small-text-product {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #887056;
}

.add-ondropdown-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #AA9987 ;
    width: 100%;
}

.add-ondropdown-container select::-ms-expand {
    display: none;
}
.add-ondropdown-container select, .add-ondropdown-container select:focus-visible{
    border: none;
    /* padding: 5px; */
    outline-style: none;
}

.add-ondropdown-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #DFE2F0;
    background-color: #ffffff;
    border-radius: 25px;
    padding: 8px;
    padding-inline: 10px;
}

.sort-by-dropdown select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #84643D ;
    width: 100%;
}

.sort-by-dropdown select::-ms-expand {
    display: none;
}
.sort-by-dropdown select, .sort-by-dropdown select:focus-visible{
    border: none;
    /* padding: 5px; */
    outline-style: none;
}

.sort-by-dropdown{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #84643D;
    padding-inline: 10px;
    width: 160px
}

.custom-product-accordion {
    --bs-accordion-border-radius: none;
    --bs-accordion-inner-border-radius: calc(
        var(--bs-border-radius) - (var(--bs-border-width))
    );
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 0.5rem;
    --bs-accordion-btn-icon:none;
    --bs-accordion-btn-active-icon: none
    --bs-accordion-btn-focus-border-color: unset;
    --bs-accordion-btn-focus-box-shadow: unset;
}
.accordion-button {
    color: #aa9987;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
    padding: 10px;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #fff;
    color: #aa9987;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}

/* custom accordion */
.accordion-custom {
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    padding: 15px;
    color: #84643D;
    border-color: #84643D;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;


}

/* .active, .accordion-custom:hover {
  background-color: #ccc;
} */
.button-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel {
    padding: 0 16px;
    margin-bottom: 15px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.input-wrap{
    padding: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #E2E2E2;

}
.input-wrap input{
    border-style: none;
    width: 80%;
    color: #84643D;
    font-family: Open Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    text-align: center;
}
.input-wrap input::-webkit-outer-spin-button,
.input-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.input-wrap input[type=number] {
    -moz-appearance: textfield;
}

.range-input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    height: 6px;
    background: #fff;
}

.range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-color: #84643D;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.range-input::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #84643D;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}


.value2, .value3, .value4 {
    font-size: 26px;
    width: 50px;
    text-align: center;
}

/* checkbox */

.form-check-input:checked{
    border-style: none;
    background-color: #84643D;
}
.form-check-label{
    color: #84643D;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;

}
.checkbox-wrapper{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.color-wrapper{
    margin-top: 10px;
}

/* .color-btn-wrap-active{
  cursor: pointer;
  width: fit-content;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: #84643D;
  padding:2px

}
.color-btn-wrap-active.active {
  background-color: #4a90e2;
} */
.color-btn-wrap-active {
    cursor: pointer;
    width: 50px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #FFEECD;
    padding: 2px;
}

.color-btn-wrap-active.active {
    /* Example: Change the background color when active */
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: #84643D;
    padding: 2px;
}

.custom-color-btn{
    background-color: #3da94e;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    padding: 20px;
    width: 24px;
    border-color: #fff;
}

.button-group-container {
    margin-top: 4%;
}
.add-to-cart-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #e22726;
    border-radius: 25px;
    padding: 5px;
    cursor: pointer;
}
.add-to-cart-btn p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}
.add-to-cart-btn img {
    object-fit: cover;
    width: 10%;
}

.add-to-wish-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 8px;
    cursor: pointer;
}

.add-to-wish-list p {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
}

.add-to-cart-btn p {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}

.assistance-warpper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.assistance-warpper p {
    padding: 0;
    margin: 0;
}
.contact-msg-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff5de;
}

.contact-msg-btn-wrap img {
    width: 34px;
}

.image-card-wishlist {
    /* position: relative; */
    width: 100%;
    height: 370px;
}

.wishlist-btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.75);
}
.wishlist-btn-wrap-added {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    margin: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: #fff5de;
}
.wishlist-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: none;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    padding: 5px;
}
.accordion-custom-body {
    font-family: Open Sans;
}

.open-icon{ display: none;}

.panel{
    background-color: #FFEECD;
}

/************* quantity input css ****************************/
.quantity-wrap span {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 1;
    padding: 0.47em 0;
    font-size: 20px;
    background-color: #5a5254;
    color: #fff;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.quantity-wrap input[type="number"],
.single-product div.product input[type="number"] {
    width: 58px;
    height: 40px;
    text-align: center;
}

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

.quantity-wrap {
    background: rgba(242, 242, 242, 1);
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    height: 30px;
    width: 120px;
}

.quantity-wrap span {
    background: rgba(242, 242, 242, 1) !important;
    color: rgba(151, 151, 151, 1);
    font-size: 22px;
}

.quantity-wrap span {
    line-height: 0.5;
    height: 30px;
}

.quantity-wrap input {
    background: transparent;
    border: none;
}

.quantity-wrap input[type="number"] {
    width: 40px !important;
    height: 30px !important;
}

/************************ product list page **/
.heading-banner {

    background-color: #FFEECD;
    padding: 55px;
}

.main-content-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.filter-wrapper {
    min-width: 345px;
    max-width: 345px;
    padding: 10px;
    border-radius: 15px;
}
.filter-icon-n-txt-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.filter-icon-n-txt-wrap img {
    width: 24px;
}
.filter-icon-n-txt-wrap span {
    padding: 0;
    margin: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
    color: #84643d;
}

.collapes-btn-wrapper {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    border-style: solid;
    border-color:#B8B8B8 ;
    border-width: 1px;
    border-radius: 25px;
    background-color: #ffffff;
    padding: 10px;


}

.collapes-btn-wrapper img {
    width: 16px;
}

.collapes-btn-wrapper p {
    padding: 0;
    margin: 0;
    color: #84643D;
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}


.heading-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-details-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.input-details-wrapper p {
    margin: 0;
    padding: 0;
}

.color-container {
    padding: 13px;
    width: 15px;
    /* margin: 2px; */
    /* background-color: #ff0000; */
    border-radius: 50px;
}
.btn-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* filter */

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFEECD;
    border-style: solid;
    border-width: 1px;
    border-color: #84643D;
    border-radius: 20px;
    padding: 10px;

}

.filter-container .filter-icon-txt-wrap {
    display: flex;
    gap: 5px;
}
.filter-container .filter-icon-txt-wrap p {
    margin: 0;
    padding: 0;
}

.expand-dropdown {
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    color:#AA9987;
    border:#AA9987 solid 1px;
}

.products-count-txt {
    margin: 0;
    padding: 0;
    color: #AA9987;
    font-family: Open Sans;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.filter-labels {
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-wrapper {
    background-color: #ffeecd;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    border-color: #84643d;
}

.grid-view-dropdown-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    p {
        margin: 0;
        padding: 0;
    }
}

.expand-custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 3px;
    border-radius: 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
    p {
        margin: 0;
        padding: 0;
        font-weight: 600;
    }
}

.chip {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f1f1f1;
    width: 117px;
}
.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

.dropdown-group-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* boostrap card custom */
.card-img-top {
    height: 265px;
}

.quick-view-btn-wrap {
    position: absolute;
    top: calc(100% - 165px);
    left: calc(50% - 54px);
}
.quick-view-btn {
    background-color: #84643D;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #F0F1F6;
    border-radius: 25px;
    padding: 5px;
    width: 118px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;

    /* -webkit-box-shadow: 0px 10px 23px -11px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 10px 23px -11px rgba(66, 68, 90, 1); */
    /* box-shadow: 0px 10px 23px -11px rgba(66, 68, 90, 1); */
}
.card-text-container{
    display: flex;
    align-items: center;
    height:75px;
}
.card-text-custom {
    /* height:70px; */
    color: #84643D;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: Open Sans;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    text-align: left;

}

.card-price{
    color: #84643D;
    font-family: Open Sans;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.03em;
    text-align: left;


}
.card-currency-text{
    color: #84643D;
    font-family: Open Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.03em;
    text-align: left;
}

.add-to-cart {
    width: 100%;
    border-style: none;
    border-radius: 25px;
    background-color: #E22726;
    padding: 7px;
}

.card-bag-icon {
    color: #fff;
}

.color-round {
    width: 30px;
    height: 30px;
    border-radius: 36px;
    display: inline-block;
    margin-right: 5px;
}

.custom-radio {

}

table.variations label.custom-radio {
    margin: 0 2px 0 0;
    vertical-align: top;
}

.custom-radio input + span,
.custom-radio input[type="radio"] {
    width: 50px;
    border: 1px solid #9d9a9b;
    text-align: center;
    display: block;
    color: #929292;
    font-weight: normal;
    padding: 0.67em 0;
}

.custom-radio.size-option input[type="radio"]:checked + span {
    color: #fff;
}

.custom-radio input[type="radio"] {
    position: absolute;
    border: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-card-product{
    background-color: #FFEECD;
    border-style: none;
    border-radius: 0;
}

/* Responsive*/
@media screen and (max-width: 1440px) and (min-width: 1020px) {

}
@media screen and (max-width: 1024px) and (min-width: 760px) {
    .collapes-btn-wrapper p, .filter-icon-n-txt-wrap span, .filter-icon-n-txt-wrap span , .quick-view-btn, .card-text-custom, .card-currency-text, .sort-by-dropdown select {
        font-size: 15px;
    }
    .card-price{
        font-size: 23px;
    }
    .button-content{
        font-size: 17px;
    }
    .input-wrap input{
        font-size: 18px;
    }

    .quick-view-btn-wrap {
        top: 59%;
        left: 22%;
    }
}
@media screen and (max-width: 768px) and (min-width: 425px) {
    .swiper-button-next{
        right: 25px;
    }
    .swiper-button-prev{
        left: 25px;
    }
}
@media screen and (max-width: 426px) and (min-width: 375px) {
    .swiper-button-next{
        right: 25px;
    }
    .swiper-button-prev{
        left: 25px;
    }
}
@media only screen and (min-width: 376) {
    .swiper-button-next{
        right: 25px;
    }
    .swiper-button-prev{
        left: 25px;
    }
}

.card-product-body{
    background-color: rgba(255, 238, 205, 1);
    height:150px;
    padding-top:30px;
}
