

/* Breadcum css start  */
.product_breadcum_inr {
    position: relative;
    padding-top: min(max(1.875rem, 2.86458vw), 3.4375rem);
}
.product_breadcum_inr .breadcrumb {
    position: relative;
    top: inherit;
    left: inherit;
}

.quantity .number-button .plus{
    color: var(--theme-black);
}

.quantity .number-button .minus{
    color: var(--theme-black);
}

.cart-item-wrapper .product-name{
    font-family: var(--theme-font-lato);
}

.product_breadcum_inr .breadcrumb li a {
    color: var(--theme-brown-light);
}

.product_breadcum_inr .breadcrumb li.active {
    color: var(--theme-dark-brown-new);
    font-weight: 700;
}

.product_breadcum_inr .breadcrumb ul li::after {
    color: var(--theme-dark-brown-new);
}

/* Product Banner section  */
.product_banner_section {
    position: relative;
    width: 100%;
    padding: min(max(1.25rem, 2.34375vw), 2.8125rem) 0px;
}

.product_banner_section .section_overlay {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 84%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(244, 230, 196, 0.92) 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: luminosity;
}

.product_banner_section .product_heading {
    justify-content: space-between;
}
.product_banner_section .product_heading .fs-44 {
    color: var(--theme-dark-brown-new);
    font-family: var(--theme-font-lato);
    font-size: min(max(1.25rem, 2.29167vw), 2.75rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.24;
    width: 100%;
    max-width: min(max(18.75rem, 33.02083vw), 39.625rem);
}

.product_banner_right .product_author_name {
    padding: min(max(0.9375rem, 0.78125vw), 0.9375rem) 0px;
}

.product_banner_right .product_author_name .fs-20 {
    color: var(--theme-orange-red);
    font-family: var(--theme-font-lato);
}

.product_banner_right .cnt_wrap {
    padding-top: min(max(0.9375rem, 0.78125vw), 0.9375rem);
    color: var(--theme-brown-light);
    font-weight: 400;
}

.product_banner_right .price_product_main {
    padding-top: min(max(0.9375rem, 1.30208vw), 2.5rem);
    justify-content: start;
    align-items: end;
    gap: min(max(0.9375rem, 0.78125vw), 0.9375rem);
}
.product_banner_right .price_product_main .price_current {
    color: var(--theme-dark-brown-new);
    /* font-size: min(max(0.9375rem, 1.30208vw), 2.5rem); */
    font-size: min(max(2rem, 2.0833vw), 40px);
    font-weight: 700;
    line-height: 1;
}

.product_banner_right .price_product_main .price_current span span{
    font-size: min(max(2rem, 1.25vw), 24px);
}


.cut_price_main {
    display: flex;
    color: var(--theme-brown-light);
    font-size: min(max(1rem, 0.9375vw), 1.125rem);
    font-weight: 700;
    height: 100%;
    position: relative;
    line-height: normal;
}
.cut_price_main::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: rgb(0,0,0,0.8);
}
.off_price {
    color: var(--theme-orange-red);
    font-size: min(max(1.5rem, 1.25vw), 1.5rem);
    font-weight: 700;
    line-height: 1;
}

.product_banner_right .share_icon {
    padding: 0px;
    gap: min(max(0.9375rem, 0.78125vw), 0.9375rem);
    width: 8.72917vw;
    justify-content: right;
}

.product_banner_right .share_icon li{
    background: var(--theme-orange-red);
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product_banner_right .share_icon li .add_to_wishlist span{
    display: none !important;
}

.product_banner_right .share_icon li .yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.product_banner_right .share_icon li svg{
    margin: 0 !important;
    color: #fff;
    /* width: 100%;
    padding: 10px; */
}

.product_banner_right .share_icon li:first-child svg{
    width: 100%;
    padding: 10px;
}

.product_banner_right .share_icon li .yith-wcwl-add-button{
    font-size: 0px;
}

.increase_decrease_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    align-items: center;
    gap: 6px;
    height: 3.125vw;
    margin-top: min(max(1.5625rem, 2.8125rem), 2.8125rem);
    width: min(max(200px, 12.5vw), 240px);
}
.minus, .plus {
    height: 100%;
    padding: 8px 5px 8px 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--theme-white);
    background: var(--theme-orange-red);
    border-radius: 0.52083vw;
    -webkit-border-radius: 0.52083vw;
    -moz-border-radius: 0.52083vw;
    -ms-border-radius: 0.52083vw;
    -o-border-radius: 0.52083vw;
}
.increase_decrease_number .minus, .increase_decrease_number .plus {
    width: 40px;
    height: 3.125vw;
    cursor: pointer;
    font-size: 35px;
}

.increase_decrease_number input {
    width: 100% !important;
    flex: 1;
    margin-bottom: 0;
    border-radius: 10px !important;
    background: #CCC !important;
    height: 100%;
    opacity: .52;
    height: 100%;
    text-align: center;
    border: none;
    border-radius: .52083vw;
    -webkit-border-radius: .52083vw;
    -moz-border-radius: .52083vw;
    -ms-border-radius: .52083vw;
    -o-border-radius: .52083vw;
    color: var(--theme-brown-light) !important;
    font-size: min(max(20px, 1.25vw), 24px) !important;
}
.estimated_delivery {
    margin-top: min(max(1.25rem, 1.45833vw), 1.75rem);
    justify-content: start;
    align-items: center;
    gap: 10px;
    line-height: 1;
    color: var(--theme-brown-light);
    font-family: var(--theme-font-lato);
}
.estimated_delivery span {
    width: 22px;
}

.estimated_delivery span svg{
    width: 100%;
    height: 100%;
}

.stragiht_line.product_banner_line {
    width: 100%;
    margin: min(max(0.9375rem, 1.5rem), 1.5rem) 0px;
}

.product_banner_btn.btn-group {
    column-gap: min(max(0.52083vw, 1.04167vw), 1.25rem);
    justify-content: start;
}

.product_banner_btn.btn-group .primary_btn_outline {
    border-color: var(--theme-brown);
}
.product_banner_btn a {
    width: 50%;
    justify-content: center;
}

.product_banner_right .tincident {
    color: var(--theme-brown-light);
    font-style: italic;
    line-height: 1.4;
    margin-top: min(max(0.9375rem, 1.14583vw), 1.375rem);
}

.handcrafted_inr ul {
    padding: 0px;
    justify-content: space-between;
    margin-top: min(max(1.25rem, 2.1875vw), 2.625rem);
    column-gap: 10px;
}

.handcrafted_inr ul li {
    color: var(--Secondary-1, var(--theme-brown-light));
    line-height: 1.15;
}
.product_banner_col_left {
    width: min(max(4.6875rem, 7.8125vw), 9.375rem);
    overflow-x: auto;
    height: 38.2813vw;
}

/* Chrome, Safari, Edge */
.product_banner_col_left::-webkit-scrollbar {
  display: none;
}

/* Firefox */
.product_banner_col_left {
  scrollbar-width: none;
}

/* IE & Old Edge */
.product_banner_col_left {
  -ms-overflow-style: none;
}

.product_banner_col_right {
    width: min(max(21.5625rem, 35.9375vw), 43.125rem);
    position: relative;
    overflow: hidden;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}

.product_banner_col_right .tag__area {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.product_banner_left_slider {
  /* height: 100%;
  overflow: hidden; */
}


.product_banner_left_slider .swiper-slide {
    height: min(max(4.5313rem, 7.25208vw), 9.0625rem) !important;
}
.thumb-img,
.thumb-img img {
    width: 100%;
    height: 100%;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}

.big_img,
.big_img img {
    width: 100%;
    height: 100%;
    border-radius: 1.04167vw;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}

.product_banner_row {
    gap: 0.52083vw;
}
.product_banner_right {
    margin-left: min(max(1.5625rem, 2.60417vw), 3.125rem);
}

@media only screen and (max-width: 1199px) {
.product_banner_col_right {
    width: min(max(21.5625rem, 37.175vw), 43.125rem);
}
.product_banner_right {
    margin-left: 15px;
}
.product_banner_section .product_heading .fs-44 {
    font-size: 22px;
    max-width: 70%;
}
.product_banner_right .share_icon {
    width: auto;
}
.product_banner_right .cnt_wrap {
    padding-top: 0px;
}

.product_banner_right .price_product_main .price_current span svg {
    width: 8px;
}
.cut_price_main span svg {
    width: 8px;
}
.cut_price_main {
    font-size: 16px;
}
.increase_decrease_number {
    margin-top: 35px;
    height: 50px;
}
.increase_decrease_number .minus, .increase_decrease_number .plus {
    width: 38px;
    height: 100%;
    cursor: pointer;
    font-size: 35px;
}
.increase_decrease_number input {
    width: 10.1875vw;
    height: 100%;
}
.estimated_delivery span {
    width: 25px;
}
.handcrafted_inr ul {
    flex-wrap: wrap;
    gap: 10px;
}
.product_banner_right .share_icon li {
    width: 40px;
    height: 40px;
}
.product_banner_right .share_icon li svg {
    width: 100%;
}

.product_banner_col_left {
    height: 39.2813vw;
}
 
}
@media only screen and (max-width: 991px) {
.product_banner_left_slider .swiper-button-next, .product_banner_left_slider .swiper-button-prev {
    color: #fff;
}  
.product_banner_row {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.product_banner_col_left,
.product_banner_col_right {
    width: 100%;
}

    .product_banner_col_left, .product_banner_col_right {
        height: auto;
    }

    .product_banner_right .price_product_main {
        flex-wrap: wrap;
    }

}


@media only screen and (max-width: 767px) {

.product_banner_section {
    padding: 30px 0px;
}
.product_banner_col_left {
    width: 100%;
    margin-top: 8px;
}
.product_banner_col_right {
    width: 100%;
}
.product_banner_right {
    margin-left: 0px;
    margin-top: 30px;
}
.cut_price_main {
        font-size: 18px;
    }
    .increase_decrease_number input {
        width: 100px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}
    .increase_decrease_number .minus, .increase_decrease_number .plus {
        width: 40px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
}
  .product_banner_left_slider .swiper-slide {
    height: 85px;
}
}



/* About us section start  */
.about_product_section {
    position: relative;
    width: 100%; 
}

.about_product_section .section__overlay{
    background: var(--theme-light-yellow);
    bottom: -2px;
}

.about_product_section .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 21%;
    z-index: -1;
    background: linear-gradient(0deg, #F0E2C9 0%, rgba(240, 226, 201, 0.00) 100%);
}

.about_product_box {
    width: 100%;
    padding: min(max(1.25rem, 2.08333vw), 2.5rem) min(max(1.5625rem, 2.60417vw), 3.125rem);
    margin-top: min(max(1.4063rem, 2.34375vw), 2.8125rem);
    border-radius: 0 0.52083vw 0.52083vw 0;
    border-left: 4px solid var(--theme-orange-red);
    background: #FAF9F7;
    -webkit-border-radius: 0 0.52083vw 0.52083vw 0;
    -moz-border-radius: 0 0.52083vw 0.52083vw 0;
    -ms-border-radius: 0 0.52083vw 0.52083vw 0;
    -o-border-radius: 0 0.52083vw 0.52083vw 0;
}
.about_product_box .fs-28 {
    color: var(--theme-black);
    font-family: var(--theme-font-lato);
    font-style: italic;
    font-weight: 400;
    line-height: 1.35;
    position: relative;
    max-width: 98%;
    margin: auto;
}
.about_product_box span {
    position: absolute;
    left: -2.5%;
    top: 0px;
    line-height: 1;
}
.about_product_box .fs-18 {
    margin-top: min(max(0.625rem, 1.04167vw), 1.25rem);
    color: var(--theme-primary);
    line-height: 1;
}

.about_product_concept_inr {
    margin-top: min(max(2.3438rem, 3.90625vw), 4.6875rem);
}

.about_product_concept .circle_img {
    width: min(max(1.75rem, 2.91667vw), 3.5rem);
    height: min(max(1.75rem, 2.91667vw), 3.5rem);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-orange-red);
    padding: min(max(0.625rem, 0.58125vw), 0.9375rem);
}

.about_product_concept_inr .about_product_concept .d-flex {
    gap: 0.78125vw;
    align-items: center;
}
.about_product_concept_inr .about_product_concept .fs-28 {
    color: var(--theme-dark-brown-new);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    font-family: var(--theme-font-lato);
}
.stragiht_line {
    background: var(--theme-brown-light);
    width: 100%;
    height: 1px;
    margin: auto;
}
.more_about_product_section {
    background: var(--theme-light-yellow);
    position: relative;
}
.more_about_product_inr {
    width: 100%;
    margin-top: min(max(1.125rem, 1.82292vw), 2.1875rem);
    border: 1px dashed var(--theme-brown-light);
    border-radius: 1.04167vw;
    overflow: hidden;
    -webkit-border-radius: 1.04167vw;
    -moz-border-radius: 1.04167vw;
    -ms-border-radius: 1.04167vw;
    -o-border-radius: 1.04167vw;
}   
.more_about_product_inr table {
    width: 100%;
    background: var(--theme-white);
    margin: 0;
}
.more_about_product_inr table tr td {
    width: 50%;
    padding: min(max(0.75rem, 1.25vw), 1.5rem) min(max(3.875rem, 6.45833vw), 7.75rem);
    border-bottom: 1px solid var(--theme-brown-light);
    color: var(--theme-black);
    font-weight: 400;
}
.more_about_product_inr table tr td:last-child {
    padding-left: min(max(1.125rem, 1.82292vw), 2.1875rem);
    color: #2C1810;
}
.more_about_product_inr table tr:last-child td {
    border-bottom: 0px;
}



.product_banner_right .share_icon li .yith-wcwl-wishlistaddedbrowse {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
    margin: 0;
    padding: 0;
}

.product_banner_right .share_icon li .yith-wcwl-wishlistaddedbrowse .feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    text-wrap: balance;
    height: 100%;
    width: 100%;
    margin-top: 23px;
    color: #fff;
}

.product_banner_right .share_icon li:first-child svg {
    color: #fff;
}

/* .yith-wcwl-add-to-wishlist .yith-wcwl-icon-svg {
    color: #000;  
}


.yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon-svg {
    color: #e63946;  
}

.yith-wcwl-icon-svg {
    transition: 0.3s ease;
} */



@media only screen and (max-width: 1199px) {

.about_product_section .section__header .cnt__wrap {
    color: var(--theme-brown-light);
    padding-top: 5px;
}
.about_product_box {
    padding: 25px 35px;
}
.about_product_box span {
    left: -4%;
}
.about_product_box .fs-18 {
    margin-top: 15px;
}
.about_product_concept .circle_img {
    width: 40px;
    height: 40px;
    padding: 12px;
}
.about_product_concept .fs-24 {
    margin-top: 5px;
}
.stragiht_line {
    width: 92%;
}
}
@media only screen and (max-width: 767px) {

  .about_product_box span {
        left: -9%;
    }
    .about_product_concept_inr .about_product_concept .d-flex {
    gap: 10px;
}
.about_product_concept_inr {
    gap: 25px;
}
.about_product_concept .fs-24 {
    margin-top: 10px;
}
.more_about_product_inr table tr td {
    font-size: 18px;
}
.more_about_product_inr table tr td:first-child {
    width: 25%;
    padding: 25px;
}
.more_about_product_inr table tr td:last-child {
    padding-right: 12px;
}
}
/* Meet Artisan CSS Start */
.meet_artisan_section {
    background: var(--theme-light-yellow);
    position: relative;
}
.meet_artisan_inr {
    margin-top: min(max(1.875rem, 3.125vw), 3.75rem);
    column-gap: min(max(2.625rem, 4.42708vw), 5.3125rem);
    align-items: flex-start;
}


.meet_artisan_left {
    width: 100%;
    max-width: min(max(8.4375rem, 14.0625vw), 16.875rem);
}

.meet_artisan_left_img {
    width: 100%;
    border-radius: 100%;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.meet_artisan_right {
    width: 100%;
    max-width: min(max(42.75rem, 71.19792vw), 85.4375rem);
}

.meet_artisan_name .fs-28 {
    color: var(--theme-dark-brown-new);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    font-family: (var(--theme-font-lato));
}

.meet_artisan_name .cnt__wrap {
    color: var(--theme-orange-red);
}

.meet_artisan_name .cnt__wrap {
    padding-top: 0.52083vw;
}

.meet_artisan_cnt {
    margin-top: min(max(0.875rem, 1.35417vw), 1.625rem);
}

.meet_artisan_cnt p + p {
    padding-top: min(max(0.875rem, 1.45833vw), 1.75rem);
}

.meet_artisan_cnt .artist-detail-titile{
    font-family: var(--theme-font-lato);
    margin-top: 20px;
    color: var(--theme-brown-light);
    line-height: 1.5;
}

@media only screen and (max-width: 1199px) {
.meet_artisan_left {
    max-width: 200px;
}
}
@media only screen and (max-width: 767px) {
.meet_artisan_inr {
    flex-direction: column;
}
.meet_artisan_right {
    max-width: 100%;
    margin-top: 25px;
    text-align: center;
}


.meet_artisan_left{
    max-width: 100%;
    width: 100%;
}

.meet_artisan_left img{
    width: 100%;
}

}
/* Meet Artisan CSS End */

/* Reviews & Feedback section css start */
.reviews_feedback_section {
    width: 100%;
    position: relative;
}

.reviews_feedback_section .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(0deg, #F0E2C9 0%, rgba(240, 226, 201, 0.00) 100%);
    background: var(--theme-light-yellow);
}

.reviews_feedback_section .section_overlay.bottom {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 20%;
    z-index: -1;
    background: linear-gradient(179deg, #f0e2c9 0%, rgba(240, 226, 201, 0.00) 100%);
    top: inherit;
}

.reviews_feedback_row {
    justify-content: space-between;
}
.reviews_feedback_row .reviews_feedback_left {
    width: 100%;
    max-width: min(max(18.125rem, 30.3125vw), 36.375rem);
}

.reviews_feedback_row .reviews_feedback_right{
    margin-left: auto;
}

.reviews_feedback_right_main {
    width: 100%;
    min-width: 51.1979vw;
    flex: 1;
}

.reviews_feedback_right_main .load_more_btn {
    padding-left: 145px;
}

.reviews_feedback_row .reviews_feedback_right {
    width: 100%;
    max-width: min(max(30.625rem, 51.19792vw), 61.4375rem);
    height: min(max(25rem, 41.66667vw), 50rem);
    overflow-y: auto;
}

.overall_rating {
    width: 100%;
    max-width: min(max(14.375rem, 24.0625vw), 28.875rem);
    margin-left: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin-top: 100px;
    align-items: start;
}

.overall_rating .overall_number {
    gap: 0.52083vw;
    justify-content: start;
    align-items: center;
}

.overall_rating .overall_number .fs-90 {
    color: var(--theme-dark-brown-new);
    font-family: var(--theme-font-lato);
    font-size: min(max(1.875rem, 4.6875vw), 5.625rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3.6px;
}
.overall_rating .overall_number .fs-28 {
    color: var(--theme-brown-light);
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 1.12px;
}

.overall_rating .stars {
    padding: 0px;
    justify-content: start;
    align-items: start;
    gap: 8px;
    margin-top: min(max(0.9375rem, 0.78125vw), 0.9375rem);
}
.overall_rating .stars li {
    width: min(max(1.375rem, 2.23958vw), 2.6875rem);
}
.overall_rating .stars li svg {
    width: 100%;
}

.overall_rating .cnt__wrap {
    padding-top: min(max(1.5625rem, 2.60417vw), 3.125rem);
}
.reviews_feedback_btn {
    margin-top: min(max(1.875rem, 3.125vw), 3.75rem);
}
.reviews_feedback_btn .primary_btn {
    background: var(--theme-dark-brown-new);
    font-family: var(--theme-font-lato);
}

.reviews_feedback_btn .primary_btn .btn_text{
    letter-spacing: 0px;
    font-size: min(max(16px, 1.1458vw), 22px);
}

.load_more_btn{
    margin-top: 20px;
}

.reviews_feedback_right_row ul {
    padding: 0px;
    justify-content: start;
    align-items: center;
}
.reviews_feedback_right_row ul li {
    padding: 0px min(max(0.75rem, 1.19792vw), 1.4375rem);
    position: relative;
}
.reviews_feedback_right_row ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-image: url(../images/product/line-icon.svg);
}
.reviews_feedback_right_row ul li:last-child:after {
    display: none;
}
.reviews_feedback_right_row ul li:first-child {
    padding-left: 0px;
}
.reviews_feedback_right_row ul li:last-child {
    padding-right: 0px;
}
.reviews_feedback_right_row ul li .fs-24 {
    color: var(--theme-brown-light);
    font-family: Lato;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.52083vw;
}

.reviews_feedback_right_row ul li .fs-16 {
    color: var(--theme-brown-light);
}

.reviews_feedback_right_row .cnt_wrap {
    padding: min(max(0.9375rem, 1.04167vw), 1.25rem) 0px min(max(0.9375rem, 1.30208vw), 1.5625rem);
}
.reviews_feedback_right_row .cnt_wrap > * {
    color: var(--theme-brown-light);
    font-weight: 400;
    line-height: 1.4;
}

.thumb_inr {
    justify-content: start;
    align-items: start;
    gap: min(max(0.9375rem, 1.04167vw), 1.25rem);
}

.thumb_inr .thumb_col {
    border: 1.5px solid var(--theme-dark-brown-new);
    width: min(max(1.25rem, 2.03125vw), 2.4375rem);
    height: min(max(1.25rem, 2.03125vw), 2.4375rem);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2.03125vw;
    -webkit-border-radius: 2.03125vw;
    -moz-border-radius: 2.03125vw;
    -ms-border-radius: 2.03125vw;
    -o-border-radius: 2.03125vw;
}

.thumb_inr .thumb_col.voted {
    background: var(--theme-dark-brown);
    color: var(--theme-white);
}

.reviews_feedback_right_row {
    padding: min(max(1.375rem, 2.34375vw), 2.8125rem) 0px min(max(1.25rem, 2.08333vw), 2.5rem);
    position: relative;
    margin-right: min(max(0.625rem, 0.52083vw), 0.625rem);
}
.reviews_feedback_right_row:first-child  {
    padding-top: 0px;
}
.reviews_feedback_right_row:bottom-child  {
    padding-bottom: 0px;
}
.reviews_feedback_right_row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: var(--theme-brown-light);
}


.reviews_feedback_row .reviews_feedback_right::-webkit-scrollbar {
    width: 8px !important;
}

.reviews_feedback_row .reviews_feedback_right::-webkit-scrollbar-track {
    background: rgb(74,44,42,0.5) !important;
    border-left: 3px solid transparent !important;
    border-right: 3px solid transparent !important;
    background-clip: padding-box !important;
    border-radius: 1.04167vw !important;
    -webkit-border-radius: 1.04167vw !important;
    -moz-border-radius: 1.04167vw !important;
    -ms-border-radius: 1.04167vw !important;
    -o-border-radius: 1.04167vw !important;
}

.reviews_feedback_row .reviews_feedback_right::-webkit-scrollbar-thumb {
    background: var(--theme-dark-brown-new) !important;
    border-radius: 1.04167vw !important;
    -webkit-border-radius: 1.04167vw !important;
    -moz-border-radius: 1.04167vw !important;
    -ms-border-radius: 1.04167vw !important;
    -o-border-radius: 1.04167vw !important;
}

.reviews_feedback_row .reviews_feedback_right {
    -ms-overflow-style: auto !important;
    scrollbar-width: auto !important;
}

/* start product rivew popup */

.review_pup{
    background: var(--theme-yellow-light);
    padding: min(max(30px, 2.8646vw), 55px) min(max(30px, 4.1667vw), 80px);
}

.review_pup .title{
    margin-bottom: min(max(20px, 1.5625vw), 30px);
    font-family: var(--theme-body-font-family);
    color: var(--theme-dark-brown-new);
    font-weight: 700;
}

.review_pup .form-control {
    height: min(max(45px, 2.8646vw), 55px);
    border: 1px solid #CCC;
    background: #FFF;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    margin-bottom: 15px;
    width: 100% !important;
    max-width: 100%;
}

.review_pup .textarea.form-control{
    height: min(max(80px, 7.2917vw), 140px);
}

@media only screen and (max-width: 1199px) {

.reviews_feedback_row .reviews_feedback_right {
    height: min(max(25rem, 56.66667vw), 50rem);
}
.reviews_feedback_right_row ul li .fs-24 span {
    width: 20px;
}
.reviews_feedback_right_row ul li .fs-24 span svg {
    width: 100%;
}
.thumb_inr .thumb_col {
    width: 25px;
    height: 25px;
    padding: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.overall_rating {
    max-width: 90%;
}

.reviews_feedback_right_main .load_more_btn {
    padding-left: 130px;
}

.review_pup .title {
    font-size: 22px;
}

}
@media only screen and (max-width: 991px) {

.overall_rating {
        max-width: 100%;
        padding-right: 32px;
    justify-content: start;
    margin-top: 15px;

    }
    .overall_rating .cnt__wrap {
    padding-top: 5px;
}
.overall_rating .stars {
    margin-top: 0px;
}

.reviews_feedback_right_main .load_more_btn {
    padding-left: 0;
}

}
@media only screen and (max-width: 767px) {
.reviews_feedback_row {
    flex-direction: column;
}
.reviews_feedback_row .reviews_feedback_left {
    max-width: 100%;
}
.reviews_feedback_row .reviews_feedback_right {
    max-width: 100%;
    padding-top: 25px;
    height: 450px;
}



.overall_rating {
    max-width: 100%;
    margin-top: 25px;
}
.overall_rating .overall_number .fs-90 {
    font-size: 40px;
}
.reviews_feedback_right_row ul li {
    padding: 0px 15px;
}
.reviews_feedback_right_row ul li .fs-24 {
    font-size: 18px;
    gap: 5px;
}
.reviews_feedback_right_row ul li .fs-16 {
    font-size: 18px;
}
.reviews_feedback_right_row ul {
    margin-bottom: 0px;
}
}
/* Reviews & Feedback section css end */