body {
    overflow-x: hidden;
}
.desk-visible {
    display: block;
}
.mob-visible {
    display: none;
}
.breadcrumb_section {
    display: none;
}
.breadcrumb-item a {
    display: inline-block;
}

.breadcrumb_section .breadcrumb-item {
    font-size: 12px !important;
    color: #121212 !important;
    font-family: 'font-regular', sans-serif;
}

.prod-img-detail-section .breadcrumb_section .breadcrumb-item.active {
    font-family: 'font-regular', sans-serif !important;
    opacity: 0.5;
}

.prod-slider-item {
    height: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-slider-item.slick-current {
    display: flex !important;
}
.prod-slider-thumb {
    margin-top: 30px;
}
.prod-slider-thumb-item {
    max-width: 90px;
    height: 90px !important;
    border-radius: 2px;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 4px;
}
.prod-slider-thumb-item:last-child {
    margin-right: 0;
}
.prod-slider-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod-slider-thumb-item.slick-current {
    border: 1px solid #D7BF85;
}
.prod-right-side {
    max-height: 770px;
    overflow-y: auto;
}

/* width */
.prod-right-side::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/* Track */
.prod-right-side::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.prod-right-side::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 5px;
    height: 100px;
}

/* Handle on hover */
.prod-right-side::-webkit-scrollbar-thumb:hover {
    background: #ddd;
}

.mb-15 {
    margin-bottom: 15px;
}
.prod-rating-share-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prod-rs-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.prod-rs-rating {
    font-size: 13px;
    line-height: 18px;
    color: #121212;
    margin-bottom: 0;
    margin-right: 5px;
}
.prod-rs-reviews {
    font-size: 12px;
    line-height: 17px;
    color: #0E0E0E;
    font-family: 'font-regular', sans-serif !important;
    opacity: 0.4;
    margin-bottom: 0;
    /* margin-right: 5px; */
}
.prod-rs-divider {
    width: 1px;
    height: 12px;
    background-color: #313D49;
    margin-left: 15px;
    margin-right: 15px;
}
.prod-rs-text {
    font-size: 13px;
    line-height: 18px;
    color: #0E0E0E;
    margin-bottom: 0;
}
.prod-rs-share-icon {
    width: 20px;
    height: 20px;
    align-self: flex-end;
    justify-self: flex-end;
}
.text-right {
    text-align: right;
}

.prod-detail {
    border-bottom: 1px solid rgba(215, 191, 133, 0.3);
}

.prod-name {
    font-family: 'font-semibold', sans-serif !important;
    color: #0E0E0E !important;
    text-transform: capitalize;
    line-height: 130% !important;
    margin-bottom: 10px;
}

.prod-short-desc {
    color: #0E0E0E;
    line-height: 140%;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
}

.prod-price {
    color: #121212;
    line-height: 140%;
    font-size: 24px;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 30px;
}

.prod-size {
    margin-top: 30px;
    /* padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(215, 191, 133, 0.3); */
}

.prod-size-label {
    color: #0E0E0E;
    line-height: 140%;
    font-size: 14px;
}

.prod-size-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

input[type=radio].prod-size-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.prod-size-box {
    width: 90px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #121212;
    border: 1px solid #a3a3a3;
    border-radius: 2px;
}

.prod-size-input:checked~.prod-size-box {
    border-color: #121212;
    font-family: 'font-medium', sans-serif;
    background-color: #F3F5F7;
}

.prod-quantity {
    /* width: 150px; */
    height: 35px;
    border: 1px solid #a3a3a3;
    display: flex;
    width: max-content;
    border-radius: 2px;
}

.p-action-btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    width: 50px;
    height: 100%;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-count {
    font-size: 14px;
    width: 50px;
    height: 100%;
    color: #0E0E0E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(163, 163, 163, 0.2);
    border-right: 1px solid rgba(163, 163, 163, 0.2);
}

.prod-cart-buy-container {
    margin-top: 30px;
}

.prod-cart-btn,
.prod-buy-btn {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'font-semibold', sans-serif;
    height: 50px;
    border-radius: 2px;
    border: none;
    margin-bottom: 10px;
}

.prod-cart-btn {
    background-color: #121212;
    color: #fff;
}

.prod-buy-btn {
    background-color: #D7BF85;
}

.prod-generic-features {
    margin-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(215, 191, 133, 0.3);
}

.prod-gf-item {
    /* width: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 15px;
}

.prod-gf-item::after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #313D49;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    top: 5px;
    left: 5px;
}

.prod-gf-icon {
    width: 20px;
    margin-right: 16px;
}

.prod-gf-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 19px;
    color: #0E0E0E;
}

.mar-l-r-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.prod-avail {
    margin-top: 30px;
}

.prod-pin-check {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 8px;
    border-bottom: 1px solid #313D49;
}

.prod-pin-icon,
.prod-check-icon {
    width: 11px;
    margin-right: 10px;
}

.prod-check-icon {
    margin-right: 10px;
}

.prod-pin-input {
    width: 200px;
    font-size: 14px;
    border: none;
    color: #121212;
}

/* Chrome, Safari, Edge, Opera */
.prod-pin-input::-webkit-outer-spin-button,
.prod-pin-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.prod-pin-input[type=number] {
    -moz-appearance: textfield;
}

.prod-change-btn {
    background: transparent;
    /* height: max-content; */
    font-size: 14px;
    font-family: 'font-semibold', sans-serif;
    color: #121212;
    letter-spacing: 2px;
    border: none;
    padding: 0;
}

.prod-avail-text {
    margin-top: 12px;
    font-size: 14px;
    color: #121212;
    opacity: 0.5;
    margin-bottom: 0;
    line-height: 19px;
}

.prod-offers {
    margin-top: 30px;
    padding: 20px;
    background-color: rgba(215, 191, 133, 0.15);
    border-radius: 5px;
}

.prod-offers-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.prod-offer-icon {
    width: 40px;
    margin-right: 10px;
}

.prod-offers-title-text {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'font-semibold', sans-serif !important;
    color: #121212;
}

.prod-offers-list {
    padding-left: 20px;
    margin-bottom: 0;
}

.prod-offer-item {
    font-size: 14px;
    color: rgba(14, 14, 14, 0.8);
    margin-bottom: 10px;
}

.prod-offer-item:last-child {
    margin-bottom: 0;
}

.complete-range {
    margin-top: 30px;
}

.complete-range-title-container {
    margin-bottom: 40px;
}

.complete-range-title-container .complete-range-title-line {
    width: 70px;
    margin-bottom: 10px !important;
}

.complete-range-title {
    font-size: 22px !important;
    font-family: 'font-semibold', sans-serif !important;
    line-height: 140% !important;
    margin-bottom: 0;
}

.complete-range-list {}

.complete-range-item {
    background-color: #fff;
    box-shadow: -7px -7px 20px rgba(243, 243, 243, 0.5), 7px 7px 20px rgba(243, 243, 243, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 20px;
}

.cr-item-img-container {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D9D9D9;
    padding: 10px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.cr-item-content {
    padding: 20px;
}

.cr-item-name {
    font-size: 16px;
    font-family: 'font-semibold', sans-serif !important;
    color: #121212;
    line-height: 140%;
    margin-bottom: 5px;
}

.cr-item-desc {
    font-size: 14px;
    color: #121212;
    line-height: 140%;
    margin-bottom: 5px;
    opacity: 0.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cr-item-size {
    font-size: 14px;
    color: #0E0E0E;
    line-height: 140%;
    margin-bottom: 5px;
}

.cr-item-price {
    font-size: 18px;
    font-family: 'font-semibold', sans-serif !important;
    color: #0E0E0E;
    line-height: 140%;
    margin-bottom: 10px;
}

.cr-cta-container {
    align-items: center;
    justify-content: center;
    width: 100%;
}

.cr-cart-btn {
    flex: 1;
    height: 50px;
    border-radius: 4px;
    background-color: #121212;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'title-font', sans-serif !important;
    border: none;
    color: #fff;
    width: 310px;
}

.cr-wishlist-btn {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-left: 2px;
    border: none;
    background-color: #121212;
}

.cr-wishlist-btn-icon {
    width: 26px;
}

.prod-more-desc-section {
    background-image: url(../../img/updated-banner/Square_bg.png);
    background-color: #121212;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-position-y: -7rem; */
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.pd-md-item {
    border-bottom: 1px solid rgba(215, 191, 133, 0.3);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.pd-md-title-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.pd-md-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'font-semibold', sans-serif !important;
}

.pd-md-icon {
    width: 18px;
    transition: all ease 0.3s;
    transform: rotate(0);
}

.pd-md-title-container[aria-expanded="true"] .pd-md-icon {
    transform: rotate(45deg);
}

.pd-md-content {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    opacity: 0.8;
    font-family: 'font-regular', sans-serif !important;
    margin-bottom: 20px;
}

.pd-md-ingr-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.pd-md-ingr-icon-container {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #fff;
    margin-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}
.pd-md-ingr-text, .pd-md-bene-text, .pd-md-use-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    line-height: 22px;
}

.pd-md-bene-point {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.pd-md-bene-point:first-child {
    margin-top: 10px;
}

.pd-md-bene-point:last-child {
    margin-bottom: 0 ;
}

.pd-md-bene-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.pd-md-use-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.pd-md-use-step {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #D7BF85;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121212;
    font-family: 'title-font', sans-serif;
    font-size: 50px;
    flex-grow: 0;
    flex-shrink: 0;
}

.review-faq-section {
    padding-bottom: 0;
    display: none;
}

.review-faq {}

.review-faq  ul.rf-tabs {
    border: none;
}

.rf-tab-item {
    margin-right: 80px;
}

.review-faq ul.rf-tabs .rf-tab-item .rf-tab {
    text-transform: capitalize;
    color:#121212;
    opacity: 0.7;
    font-size: 20px;
    font-family: 'font-semibold', sans-serif !important;
    padding: 10px 0;
    transition: all ease 0.3s;
}

.review-faq ul.rf-tabs .rf-tab-item .rf-tab.active {
    font-size: 22px;
    opacity: 1;
}

.rf-content {}

.rf-content-pane {
    padding: 50px 0 0 0;
}

.rf-rating-review-count {}

.rf-rating-count {
    font-size: 50px;
    line-height: 60px;
    font-family: 'font-semibold', sans-serif;
    color: #0E0E0E;
    margin-bottom: 10px;
}

.rf-rating-count span {
    font-size: 20px;
    font-family: 'font-regular', sans-serif;
    color: #a3a3a3;
    line-height: 28px;
    margin-left: 4px;
}

.rf-star-review-count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.rf-star-icon {
    width: 15px;
    margin-right: 3px;
}

.border-right-g {
    border-right: 1px solid rgba(215, 191, 133, 0.3);
}
.border-bottom-g {
    border-bottom: 1px solid rgba(215, 191, 133, 0.3);
}

.rf-star-review-count span {
    font-size: 12px;
    line-height: 17px;
    color: #0E0E0E;
    opacity: 0.4;
    margin-left: 5px;
}

.rf-rating-ind-count {
    padding: 20px;
}

.rf-ind-count-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
}

.rf-rate, .rf-rate-count {
    font-size: 14px;
    color: #121212;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 4px;
}

img.rf-rate-star-icon {
    width: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.rf-rate-progress {
    flex: 1;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 200px;
    background-color: rgba(49, 61, 73, 0.2) !important;
}
.rf-rate-progress-bar {
    background-color: #121212 !important;
    border-radius: 5px;
}
.rf-rate-count {
    margin-right: 0;
}
.rf-write-review-container {
    text-align: right;
    width: 100%;
}
.rf-write-review-btn {
    background-color: #121212;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'font-semibold', sans-serif;
    border-radius: 2px;
    border: none;
    height: 50px;
    width: 100%;
    max-width: 290px;
}

.rf-review-list {
    margin-top: 30px;
}

.rf-review-count {
    font-size: 12px;
    color: #121212;
    opacity: 0.8;
    margin-bottom: 10px;
}
.rf-sort-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.rf-sort-by span {
    font-size: 13px;
    font-family: 'font-semibold',sans-serif;
    color: #121212;
    letter-spacing: 2px;
    /* margin-right: 15px; */
}
.rf-sort-by select {
    font-size: 14px;
    color: #121212;
    border: none;
    padding-right: 20px;
    /* width: 100px; */
}

.rf-review-list-item {
    padding: 40px 0;
}

.rf-customer-review {}
.rf-customer-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.rf-customer-pic-container {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    margin-right: 20px;
    overflow: hidden;
    flex-grow: 0;
    flex-shrink: 0;
}
.rf-customer-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rf-customer-name-rating {}
.rf-customer-name-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.rf-customer-name {
    font-size: 14px;
    line-height: 20px;
    font-family: 'font-semibold',sans-serif;
    color: #0E0E0E;
    margin-bottom: 0;
    margin-right: 10px;
}
.rf-customer-verified {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rf-customer-verified-text {
    font-size: 14px;
    line-height: 20px;
    color: #059547;
    margin-bottom: 0;
    margin-right: 5px;
}
.rf-customer-verified-icon {
    width: 14px;
    height: 14px;
}
.rf-customer-rating {
    display: flex;
}
.rf-customer-rating-icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}
.rf-customer-review-msg-container {
    /* margin-bottom: 40px; */
}
.rf-customer-review-msg-title {
    font-size: 20px;
    line-height: 28px;
    font-family: 'font-semibold',sans-serif !important;
    color: #0E0E0E;
    margin-bottom: 8px;
}
.rf-customer-review-msg {
    font-size: 14px;
    line-height: 20px;
    color: #121212;
    opacity: 0.6;
    margin-bottom: 0px;
}
.rf-customer-helpful-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.rf-customer-helpful-text {
    font-size: 14px;
    line-height: 20px;
    color: #0E0E0E;
    opacity: 0.5;
    margin-bottom: 0;
}
.rf-customer-helpful-count {
    font-size: 12px;
    line-height: 17px;
    font-family: 'title-font', sans-serif !important;
    color: #D7BF85;
    margin-bottom: 0;
}
.rf-customer-helpful-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    margin-right: 5px;
}

.rf-customer-review-img-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.rf-customer-review-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 2px;
    margin-left: 20px;
}
.rf-customer-review-img:first-child {
    margin-left: 0;
}
.mb-40 {
    margin-bottom: 40px;
}
.rf-customer-review-time {
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    color: #313D49;
    margin-bottom: 0;
    text-align: right;
}
.listing-pagination {
    margin-top: 40px;
    margin-bottom: 40px;
}

.rf-faq-item {
    padding: 30px 0;
}
.rf-faq-item:first-child {
    padding-top: 0;
}
.rf-faq-question-container, .rf-faq-answer-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.rf-faq-answer-container {
    align-items: flex-start;
    margin-bottom: 0;
}
.rf-faq-question-symbol, .rf-faq-answer-symbol {
    color: #D7BF85;
    font-size: 14px;
    line-height: 20px;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 0;
    margin-right: 5px;
}
.rf-faq-question {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    font-family: 'font-medium', sans-serif !important;
    margin-bottom: 0;
}
.rf-faq-answer {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
    /* font-family: 'font-semibold', sans-serif !important; */
    margin-bottom: 0;
}
.related-products-section {
    padding-top: 40px;
}
.related-product-slider .slick-list {
    overflow: visible;
}
.prod-bottom-fixed-section {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #F9F5ED;
    padding: 10px 0;
}
.prod-bfs-left-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prod-bfs-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 40px;
}
.prod-bfs-name-container {}
.prod-bfs-name {
    font-size: 16px;
    line-height: 22px;
    font-family: 'font-semibold', sans-serif !important;
    margin-bottom: 5px;
    color: #121212;
}
.prod-bfs-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: #121212;
    opacity: 0.6;
}
.prod-bfs-right-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.prod-bfs-price {
    font-size: 34px;
    line-height: 48px;
    font-family: 'title-font', sans-serif !important;
    margin-bottom: 0;
    margin-right: 40px;
    color: #121212;
}
.prod-bfs-cart-btn {
    background-color: #121212;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: 'font-semibold', sans-serif;
    border-radius: 2px;
    border: none;
    height: 50px;
    width: 100%;
    max-width: 290px;
}
.zooom-img{
    max-width: 400px !important;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .prod-bottom-fixed-section {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .desk-visible {
        display: none;
    }
    .mob-visible {
        display: block;
    }
    .prod-left-side {
        margin-bottom: 50px;
    }
    .prod-slider-thumb {
        display: none !important;
    }
    .prod-slider .slick-dots li {
        margin: 0 3px;
        /* padding: 10px; */
        width: 14px;
        height: 14px;
    }
    .prod-slider .slick-dots li button {
        width: 100%;
        height: 100%;
        border: 2px solid #121212;
        opacity: 0.3;
        border-radius: 10px;
    }
    .prod-slider .slick-dots li button:before {
        content: '';
    }
    .prod-slider .slick-dots li.slick-active button {
        background-color: #121212;
        opacity: 1;
    }
    .prod-right-side {
        max-height: none;
        /* overflow-y: none; */
    }
    .prod-name {
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .prod-price {
        font-size: 18px;
        line-height: 25px;
    }
    .prod-size-input:checked~.prod-size-box {
        background-color: #83838333;
    }
    .prod-more-desc-section {
        background: none;
    }
    .pd-md-title {
        font-size: 18px;
        line-height: 25px;
        color: #0E0E0E;
    }
    .pd-md-content {
        font-size: 14px;
        line-height: 20px;
        color: #121212;
    }
    .rf-tab-item {
        margin-right: 40px;
    }
    .rf-tab-item:last-child {
        margin-right: 0;
    }
    .review-faq ul.rf-tabs .rf-tab-item .rf-tab.active, .review-faq ul.rf-tabs .rf-tab-item .rf-tab {
        font-size: 18px;
        line-height: 25px;
    }
    .review-faq ul.rf-tabs .rf-tab-item .rf-tab.active {
        background-color: transparent;
        border-bottom: 2px solid #121212;
    }
    .rf-content-pane {
        padding-top: 30px;
    }
    .rf-rating-ind-count {
        padding: 30px 0;
    }
    .rf-ind-count-item {
        justify-content: flex-start;
    }
    .rf-write-review-container {
        text-align: left;
    }
    .rf-customer-review-img-container {
        margin-top: 10px;
        align-items: center;
        justify-content: flex-start;
    }
    .rf-customer-review-img {
        width: 80px;
        height: 80px;
    }
    .related-product-slider .slick-list {
        overflow: hidden;
    }

    .prod-pin-check {
        width: 100%;
    }

    .prod-pin-input {
        flex: 2;
    }
    .cr-item-img-container {
        width: 120px;
    }
    .zooom-img{
        max-width: 100% !important;
    }
}

@media screen and (max-width: 500px) {
    section {
        padding: 40px 15px !important;
    }
    .section-heading-new {
        padding-left: 0 !important;
    }
    .section-heading-new::before {
        width: 0 !important;
    }
    .prod-gf-item {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .rf-write-review-btn  {
        max-width: none;
    }
    .rf-sort-by span {
        font-family: 'font-regular', sans-serif;
        letter-spacing: 0;
    }
    .rf-sort-by select {
        padding-right: 0;
    }
    .rf-customer-name-container {
        display: block;
    }
    .rf-customer-name-container {
        margin-bottom: 8px;
    }
    .rf-customer-name {
        margin-bottom: 8px;
        margin-right: 0;
    }
    .product-list-item {
        max-width: 250px;
        box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08), 0px 2px 10px rgba(0, 0, 0, 0.05);
    }
    
}
.right-aligned {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 480px) {
    .cr-cta-container {
        align-items: stretch; 
    }

    .cr-cart-btn {
        width: 100%; 
        height: 50px; 
        margin: 10px 0; 
    }
}
@media (max-width: 320px) {
    .cr-cart-btn {
        height: 40px; 
    }
}

@media (max-width: 375px) {
    .cr-cart-btn {
        width: 156px;
    }
}