    p,
    label,
    span,
    a,
    button {
        font-size: 15px !important;
        color: #000;
    }

    body {
        font-family: "Figtree", "Sans-sarif" !important;
    }

    h1 {
        font-size: 35px !important;
        font-weight: 600 !important;
    }

    h1 :is(span, strong, label, p, b) {
        font-size: 35px !important;
        font-weight: 600 !important;
    }

    h2 {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

    h2 :is(span, strong, label, p, b) {
        font-size: 24px !important;
        font-weight: 500 !important;
    }

    h3 {
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    h3 :is(span, strong, label, p, b) {
        font-size: 17px !important;
        font-weight: 500 !important;
    }

    h4 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    h4 :is(span, strong, label, p, b) {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    h5,
    h6 {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    h5 :is(span, strong, label, p, b),
    h6 :is(span, strong, label, p, b) {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    /* breadcrumb */
    .page_info {
        border-radius: 12px;
        /* padding: 30px; */
    }

    .page_info :is(a, span, h2) {
        color: #000;
    }

    .page_info ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        gap: 20px;
    }

    .page_info a {
        position: relative;
        text-decoration: none;
    }

    .page_info a:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 1px;
        background: #000;
        top: 0;
        right: -11px;
    }

    /* .page_title {
                                    font-size: 25px;
                                } */

    .section-heading {
        margin-bottom: 0;
    }

    .products-section .owl-dots {
        display: none;
    }

    .section-heading i {
        float: right;
    }

    /* Sidebar */
    .sidebar {
        background: #F2F2F2;
        border-radius: 10px;
        padding: 15px;
    }

    .sidebar:not(:last-child) {
        margin-bottom: 30px;
    }

    .sidebar_search {
        background: #fff;
        border-radius: 6px;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        display: flex;
        align-items: center;
    }

    .sidebar_search i {
        padding-right: 6px;
    }

    .page-content-info input {
        width: 100%;
    }

    .toggle_title {
        color: var(--theme-color);
        text-decoration: none;
    }

    .toggle_title:hover {
        color: var(--theme-color);
        text-decoration: none;
    }

    .toggle_heading {
        margin: 15px 0;
    }

    .toggle_heading i {
        float: right;
        margin-top: 10px;
        font-size: 20px;
    }

    [aria-expanded="true"]~.fa-square-minus {
        display: block;
    }

    [aria-expanded="true"]~.fa-square-plus {
        display: none;
    }

    [aria-expanded="false"]~.fa-square-minus {
        display: none;
    }

    [aria-expanded="false"]~.fa-square-plus {
        display: block;
    }

    .menu_links {
        display: flex;
        align-items: center;
    }

    .menu_links:not(:last-child) {
        margin-bottom: 10px;
    }

    .menu_links input[type="checkbox"] {
        width: 16px;
        margin-right: 10px;
    }

    .menu_links a {
        display: block;
        width: 100%;
        color: var(--theme-color);
        text-decoration: none;
    }

    .accordion-button {
        background: transparent;
        border: none;
        width: auto;
        padding: 0;
    }

    .accordion-item {
        border: none;
        background-color: transparent;
    }

    .accordion-button:not(.collapsed) {
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }

    .nav-pills .nav-link {
        color: #707070;
    }

    .nav-pills .nav-link.active {
        background: var(--theme-color);
        color: #fff;
        width: fit-content;
        text-decoration: none;
        border-radius: 6px;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid var(--theme-color);
        display: inline-block;
    }


    .nav-pills .nav-link.active:hover>.nav-link {
        background: #fff;
        color: var(--theme-color);
        border-radius: 7px;
        padding: 8px 16px;
        font-size: 13px;
        border: 1px solid var(--theme-color);
    }

    .card {
        border: none;
    }

    .card-body {
        background: transparent;
        border: none;
        padding: 0;
    }

    .accordion-collapse input[type="checkbox"] {
        width: 14px;
        margin-right: 10px;
    }

    .accordion-collapse ul {
        padding-left: 0px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .accordion-collapse li {
        display: flex;
        padding: 8px 15px;
    }

    .card-wrapper {
        max-width: 1100px;
        margin: 0 auto;
    }

    .product-imgs img {
        width: 100%;
        /* display: block; */
    }

    .breadcrumbs-padding {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .img-display {
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0px 0px 5px #00000012;
        padding: 20px;
        transition: all 0.5s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .img-showcase {
        display: flex !important;
        transition: all 0.5s ease !important;
        width: 90%;
        margin: 0 auto;
        align-items: center;
        transition: all 0.5s ease;
        justify-content: center
    }

    .transform-div {
        transition: all 0.5s ease;
    }

    .img-showcase img {
        min-width: 100%;
        object-fit: contain !important;
        height: 100%;
    }

    .img-select {
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        max-height: 400px;
        gap: 10px;
        overflow-y: auto;
    }

    .img-select::-webkit-scrollbar {
        width: 5px;
    }

    .img-select::-webkit-scrollbar-track {
        background-color: #f2f2f2;
    }

    .img-select::-webkit-scrollbar-thumb {
        background-color: #001233;
        border-radius: 5px;
    }


    .img-item {
        /* margin: 0.3rem; */
        /* width: 65%; */
        border: 1px solid #A2A2A2;
        border-radius: 5px;
        height: 80px;
        overflow: visible;
        padding: 5px;
    }

    .img-item img {
        height: 100%;
        object-fit: cover;
    }

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item.active,
    .img-item:hover {
        border: 1px solid #001233;
    }

    .img-item:has(> a.active) {
        border: 1px solid #001233;
    }

    .product-content .section-heading {
        position: relative;
    }

    .share_btn {
        cursor: pointer;
        font-size: 28px;
        float: right;
        margin-top: 0;
        color: #001233;
    }

    .social_icons {
        gap: 10px;
        position: absolute;
        display: flex;
        transition: all .5s ease-out;
        opacity: 0;
        width: 0;
        right: 45px;
        overflow: hidden;
        top: 15px;
    }

    .social_icons i {
        font-size: 14px;
        color: #001233;
        border: 2px solid #001233;
        padding: 7px 8px 6px;
        border-radius: 100%;
    }

    .social_icons i:hover {
        color: #fff;
        /* border: 2px solid #fff; */
        background-color: #001233;
    }

    .social_icons.show {
        opacity: 1;
        width: fit-content;
    }

    .product-title {
        font-size: 3rem;
        text-transform: capitalize;
        font-weight: 700;
        position: relative;
        color: #12263a;
        margin: 1rem 0;
    }

    .product-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 4px;
        width: 80px;
        background: #12263a;
    }

    .product-link {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 0.9rem;
        display: inline-block;
        margin-bottom: 0.5rem;
        background: #256eff;
        color: #fff;
        padding: 0 0.3rem;
        transition: all 0.5s ease;
    }

    .product-link:hover {
        opacity: 0.9;
    }

    .product-rating {
        color: #ffc107;
        position: relative;
        /* z-index: -1; */
        padding: 15px 0px 25px;
    }

    .product-rating::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        opacity: 0.7;
        width: 100%;
        background: #A2A2A2;
    }

    .product-rating span {
        color: #252525;
    }

    .rating-star i {
        color: #FFB800;
    }

    .rating-star {
        background: #12263a;
        display: inline;
        padding: 6px 7px 5px 6px;
        border-radius: 2px;
        font-size: 11px !important;
    }

    .rating-star span {
        font-size: 11px !important;
        color: #fff !important;
        margin-left: 2px;
    }

    .product-buttons {
        padding: 25px 0px;
        display: flex;
        gap: 20px;
    }

    .nav-pills {
        position: relative;
        padding: 0px 0px 20px;
    }

    .nav-pills::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0.5px;
        width: 100%;
        background: rgb(163 163 163 / 70%);
    }

    .product-price {
        margin: 1rem 0;
        font-size: 1rem;
        font-weight: 700;
    }

    .product-price span {
        font-weight: 400;
    }

    .last-price span {
        color: #f64749;
        text-decoration: line-through;
    }

    .new-price span {
        color: #256eff;
    }

    .product-detail h2 {
        text-transform: capitalize;
        color: #12263a;
        padding-bottom: 0.6rem;
    }

    .purchase-info {
        margin: 1.5rem 0;
    }

    .whatsapp-float p {
        margin: 0;
        color: #fff;
    }

    .whatsapp-float {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        background-color: #25d366;
        padding: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        transition: transform 0.2s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border-radius: 50px;
        padding: 10px 15px;
    }

    .whatsapp-float i {
        font-size: 30px;
        color: #fff;
    }

    .whatsapp-float:hover {
        transform: scale(1.03);
    }

    .purchase-info input,
    .purchase-info .btn {
        border: 1.5px solid #ddd;
        border-radius: 25px;
        text-align: center;
        padding: 0.45rem 0.8rem;
        outline: 0;
        margin-right: 0.2rem;
        margin-bottom: 1rem;
    }

    .purchase-info input {
        width: 60px;
    }

    .purchase-info .btn {
        cursor: pointer;
        color: #fff;
    }

    .purchase-info .btn:first-of-type {
        background: #256eff;
    }

    .purchase-info .btn:last-of-type {
        background: #f64749;
    }

    .purchase-info .btn:hover {
        opacity: 0.9;
    }

    .social-links {
        display: flex;
        align-items: center;
    }

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        color: #000;
        border: 1px solid #000;
        margin: 0 0.2rem;
        border-radius: 50%;
        text-decoration: none;
        font-size: 0.8rem;
        transition: all 0.5s ease;
    }

    .social-links a:hover {
        background: #000;
        border-color: transparent;
        color: #fff;
    }

    .box-product-image {
        height: 210px;
        padding: 30px;
        text-align: center;
        overflow: hidden;
    }

    .box-product {
        height: 100%;
    }

    .box-product img {
        margin: 0 auto;
        height: 100%;
    }

    .product-tab {
        border: 1px solid rgb(163 163 163 / 70%);
        border-radius: 10px;
        padding: 20px;
        margin-top: 30px;
    }

    .table {
        --bs-table-bg: #F2F2F2;
    }

    tr {
        border-color: #A2A2A2;
    }

    td {
        font-size: 12px !important;
    }

    #exampleModal .modal-header .btn-close {
        padding: 4px;
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 10px;
        opacity: 1;
    }

    .custom_zindex {
        position: relative;
        z-index: -1;
    }

    h4.pname {
        margin: 0;
        font-weight: 700;
    }

    .owl-nav button span {
        padding: 1px 11px 1px;
        font-size: 22px !important;
    }

    #related_product h2 {
        margin-bottom: 20px;
    }

    #related_product .owl-nav {
        top: -46px;
    }

    @media (min-width: 1025px) {
        #related_product h2 {
            margin-bottom: 12px;
        }

        .img-showcase img {
            min-width: 100%;
            object-fit: contain;
            max-height: 350px
        }

        .img-display {
            height: 400px;
        }
    }

    @media (max-width: 1025px) {
        body .qbc img {
            width: 25%;
        }
    }

    @media screen and (min-width: 768px) and (max-width: 991px) {
        #related_product h2 {
            margin-bottom: 0px;
        }

        .img-item {
            height: 50px;
        }

        .img-display {
            margin: 0 !important;
        }

        .img-showcase {
            height: 300px;
            object-fit: contain
        }

        .quality-box {
            /* background: #F2F2F1; */
            padding: 20px 0px;
            margin: 0px 27px 0px 0px;
            border-radius: 10px;
        }

        .img-display {
            border-radius: 0;
            padding: 0;
        }
    }

    @media screen and (min-width: 992px) {

        /* .card-wrapper {
                                       
        display: flex;
        justify-content: center;
        align-items: center;
    }*/ 
        .product-imgs {
        display: flex;
        /* flex-direction: column; */
        justify-content: start;
        gap: 10px;
    }

    .product-content {
        padding-top: 0;
    }
    }

    .quality-box {
        /* background: #F2F2F2; */
        padding: 20px 0px;
        margin: 0px 27px 0px 0px;
        border-radius: 10px;
    }

    .qbc {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .qbc h4 {
        margin-top: 2px;
        margin-bottom: 0px;
        font-weight: 500;
        text-align: center;
    }

    .qbc img {
        height: auto;
        width: 15%;
    }

    .review-tab {
        margin-top: 20px;
        border: 1px solid rgb(163 163 163 / 70%);
        padding: 10px 20px;
        border-radius: 10px;
    }

    .review-tab .section-title {
        position: relative;
        padding-bottom: 5px;
    }

    .review-tab .section-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0.5px;
        width: 100%;
        background: rgb(163 163 163 / 70%);
    }

    .review-tab .section-title h3 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .review-tab .section-title h3 span {
        font-size: 18px;
        FONT-WEIGHT: 600;
    }

    .review-tab .section-title .view-btn {
        float: right;
        padding: 10px 16px 8px;
        text-wrap: nowrap;
    }

    .table-bordered {
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .table-bordered td p,
    .table-bordered th p {
        margin: 0;

    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd;
        padding: 12px 20px 10px;
        border-right: 0;
        border-top: 0;
    }

    .table-bordered th {
        border-left: 0 !important;
    }

    .table-bordered th p {
        /* font-size: 12px; */
        font-weight: 400;
        color: #707070;
    }

    .table-bordered td {
        color: #1a1a1a;
        font-weight: 500;
    }

    .table-bordered tr:last-child td,
    tr:last-child th {
        border-bottom: 0 !important;
    }

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

    .client {
        display: block;
    }

    .review-date {
        color: #1A1A1A;
        opacity: 60%;
        margin: 0;
    }

    .testimonial-p {
        margin-top: 10px;
    }

    .box-product img {
        margin: 0 auto;
    }

    .box-product {
        width: 100% !important;
    }

    .products-section {
        position: relative;
    }

    .products-section .section-title {
        text-align: left;
    }

    .owl-nav {
        position: absolute;
        top: -37px;
        right: 5px;
    }

    button.owl-prev {
        margin-right: 12px;
    }

    .product-buttons .view-btn {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        align-items: center;
    }

    .product-buttons .view-btn:hover path {
        fill: #fff;
    }

    .product-buttons .view-btn:hover span {
        color: #fff;
    }

    .product-buttons .view-btn span {
        width: 100%;
        display: block;
        font-size: 12px;
        margin-left: 5px;
    }


    .slideshow-items {
        width: 500px;
    }

    .slideshow-thumbnails {
        width: 100px;
    }

    #slideshow-items-container {
        display: inline-block;
        position: relative;
    }

    #lens {
        background-color: rgba(233, 233, 233, 0.4)
    }

    #lens,
    #result {
        position: absolute;
        display: none;
        /* z-index: 1; */
    }

    .slideshow-items {
        display: none;
    }

    .slideshow-items.active {
        display: block;
    }

    .slideshow-thumbnails {
        opacity: 0.5;
    }

    .slideshow-thumbnails.active {
        opacity: 1;
    }

    #lens,
    .slideshow-items,
    .slideshow-thumbnails,
    #result {
        border: solid var(--light-grey-2) 1px;
    }

    .product-detail-main {
        display: flex;
        --bs-gutter-x: 0px;

    }

    .modal-dialog {
        max-width: 550px;
    }

    .modal-content {
        border-radius: 15px;
        padding: 2px 20px;
    }

    .modal-body .primary-button {
        padding: 8px 30px;
    }

    #exitIntentModal .modal-footer a {
        font-size: 14px !important;
    }

    #exitIntentModal .modal-footer .btn-secondary {
        font-size: 1rem !important;

    }

    #exampleModal .modal-header .btn-close {
        padding: 5px;
        border: 2px solid var(--theme-color);
    }

    #exampleModal .modal-header .btn-close:focus {
        box-shadow: none;
    }

    img.first-image {
        top: 98px;
        left: 141px;
    }

    img.second-image {
        top: 97px;
        right: 186px;
    }

    img.third-image {
        bottom: 28px;
        left: 60px;
    }

    img.fourth-image {
        bottom: -11px;
        right: 184px;
    }

    .modal-dialog {
        max-width: 650px;
    }

    .enquiry-modal {
        backdrop-filter: blur(10px);
        overflow: hidden;
    }

    #exampleModal .modal-header {
        justify-content: center;
        align-items: center;
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 1.5;
        display: inline;
        text-align: center;
        font-weight: bold;
        font-size: 22px
    }

    .modal-form-row {
        --bs-gutter-y: 20px;
        --bs-gutter-x: 20px;
    }

    .modal-form-row .form-control {
        padding: 8px 0.75rem;
        border-radius: 7px;
    }

    .modal-form-row .form-control:focus {
        box-shadow: none;
        border: 1px solid #ced4da;
    }

    .modal-content {
        padding: 30px;
    }

    #exampleModal .modal-header {
        padding: 8px 1rem 8px;
        border-bottom: none;
    }

    #exampleModal .modal-footer {
        border: none;
    }

    #main_header.sticky-header {
        z-index: 999;
    }

    .rating {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        grid-area: 10px;
    }

    .rating input {
        display: none;
    }

    .rating label svg {
        cursor: pointer;
        width: 30px;
        height: 30px;
        background-size: cover;
        stroke: #ffc850;
    }

    .rating input:checked~label path {
        fill: #ffc850;
    }

    textarea {
        width: 100%;
        max-height: 150px;
        height: 100px;
        min-height: 100px;
        margin: 10px 0;
        padding: 10px;
        border: 1px solid #ccc;
    }

    .modal-form-row .view-btn {
        color: var(--theme-color);
        text-decoration: none;
        padding: 7px 30px 8px;
        background-color: #fff;
        border: 1px solid var(--theme-color);
        border-radius: 7px;
        font-weight: 500;
    }

    .modal-form-row .view-btn:hover {
        background-color: var(--theme-color);
        color: #fff;
    }

    .product-sticky {
        position: sticky;
        top: 135px;
    }

    .slideshow-items.active {
        transition: all 0.5s ease;
    }

    @media screen and (min-width: 993px) and (max-width: 1025px) {

        body .qbc h4 {
            font-size: 15px !important;
        }

        .product-detail-main {
            flex-direction: row;
        }

        .quality-box {
            margin: 0px 18px 0px 0px;
        }

        .box-product-image {
            height: 180px;
        }

        .img-item {
            height: 65px;
        }
    }

    @media (max-width: 1024px) {
        .review-tab .section-title {
            padding-bottom: 10px;
        }
    }

    @media (max-width: 767px) {
        #related_product h2 {
            margin-bottom: 0px;
        }



        p,
        label,
        span,
        a,
        li,
        span,
        strong,
        button {
            font-size: 12px !important;
        }

        .img-showcase {
            height: 300px;
        }

        .img-display {
            padding: 15px;
        }

        .quality-box img {
            height: 20px;
            width: 20px;
        }

        #result,
        #lens {
            display: none !important;
        }

        .product-tab {
            margin-top: 16px;
        }

        .product-content .section-title {
            margin-top: 10px;
        }

        .footer-section {
            padding-top: 30px;
            margin-top: 0px;
        }

        .modal-dialog {
            max-width: 550px;
        }

        .product-imgs {
            flex-direction: column-reverse;
        }

        .img-select {
            flex-direction: row;
            gap: 10px;
        }

        .whatsapp-float {
            bottom: 50px;
            border-radius: 50%;
            padding: 0 !important;
            height: 45px !important;
            width: 45px !important;
        }

        .whatsapp-float p {
            display: none;
        }
    }

    @media screen and (min-width: 553px) and (max-width: 992px) {

        .product-detail-main {
            flex-direction: row;
            --bs-gutter-x: 20px;
        }

        .whatsapp-float {
            bottom: 50px !important;
        }

        .product-sticky {
            position: sticky;
            top: 85px;
        }


        .img-display {
            overflow: hidden;
            /* padding: 0px; */
            /* margin: 30px 0; */
            margin-left: revert-layer;
        }

        .img-item {
            height: 55px;
        }

        .img-showcase {
            width: 100%;
            /* margin-left: 29px; */
            justify-content: stretch;
        }

        .img-showcase img {
            object-fit: contain;
            height: 100%;
        }

        .product-content .section-title {
            margin-bottom: 5px;
            width: 100%;
        }

        .product-content .section-heading {
            width: 100%;
        }

        .share_btn {
            font-size: 22px;
        }

        .social_icons {
            right: 28px;
            top: -3px;
        }

        .product-rating {
            padding: 0px 0px 15px;
        }

        .rating-star {
            padding: 10px 7px 5px 6px;
            font-size: 5px !important;
        }

        .rating-star i {
            font-size: 9px;
        }

        .product-rating span {
            font-size: 12px;
        }

        /* .product-detail p {
                                        font-size: 12px !important;
                                    } */

        .product-buttons {
            padding: 15px 0px 10px;
        }

        .animated-images {
            display: none;
        }

        .owl-nav {
            top: -48px;
        }

        .primary-button {
            margin: 0
        }

        .product-buttons .view-btn {
            width: fit-content;
            padding: 6px 20px;
        }

        .product-buttons .view-btn span {
            font-size: 10px;
        }

        .primary-button:hover {
            padding: unset;
            padding: 6px 20px;
            font-size: 10px;
        }

        .product-tab {
            padding: 10px;
        }

        .quality-box {
            margin: 0px;
            padding: 7px 0px;
            margin-bottom: 20px;
        }


        .qbc h4 {
            font-size: 12px;
        }

        .qbc h4:nth-child(2) {
            margin-top: 0;
        }

        th,
        td {
            font-size: 10px !important;
        }

        .nav-pills .nav-link {
            padding: 6px 20px;
            font-size: 10px;
        }

        .nav-pills .nav-link.active {
            padding: 6px 20px;
            font-size: 10px;
            border: 1px solid var(--theme-color);
        }

        .nav-pills {
            padding-bottom: 10px;
        }

        /* .testimonial-item {
                                        padding: 0px 0px 0px;
                                    } */

        .review-tab .section-title h3 span {
            font-size: 14px;
        }

        .review-tab .section-title .view-btn {
            padding: 6px 12px;
            width: 50%;
            text-align: center;
        }

        .review-date {
            font-size: 10px;
        }

        .review-heading {
            display: flex;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }
    }

    @media screen and (max-width: 768px) {
        .review-heading {
            display: flex;
            justify-content: center;
            flex-direction: column;
            gap: 10px;
        }

        .review-tab .section-title .view-btn {
            padding: 6px 12px;
            width: 50%;
            text-align: center;
        }
    }

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

        /* .product-imgs {
                                        flex-direction: column-reverse;
                                    }

                                    .img-select {
                                        flex-direction: row;
                                        gap: 10px;
                                    } */

        .product-imgs {
            padding: 15px;
        }

        .img-display {
            margin-bottom: 15px;
        }

        .img-select {
            padding: 0;
        }

        body .qbc img {
            width: 25% !important;
            height: auto;
        }

        body .quality-box .col-md-4:nth-child(2) .qbc img {
            width: 16%;
        }


        .img-showcase {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            height: 220px;
        }

        .img-showcase img {
            object-fit: contain;
            height: 100%;
        }

        .product-content .section-heading {
            width: 100%;
            font-size: 28px !important;
        }

        .share_btn {
            font-size: 20px;
        }

        .social_icons {
            gap: 8px;
            right: 29px;
            top: -7px;
        }

        .product-rating {
            padding: 0px 0px 15px;
        }

        .owl-nav {
            top: -46px;
        }

        .product-detail {
            margin-top: 10px;
        }

        .custom_zindex {
            position: relative;
            z-index: 0;
        }

        .rating-star {
            padding: 10px 7px 5px 6px;
            font-size: 5px !important;
        }

        .rating-star i {
            font-size: 9px;
        }

        .product-rating span {
            font-size: 12px;
        }

        .product-buttons {
            padding: 10px 0px;
        }

        .primary-button {
            margin: 0
        }

        .product-buttons .view-btn {
            width: fit-content;
            padding: 6px 20px;
        }

        .product-buttons .view-btn span {
            font-size: 10px;
        }

        .primary-button:hover {
            padding: unset;
            padding: 6px 20px;
            font-size: 10px;
        }

        /* .product-tab {
                                        padding: 5px 10px 0px;
                                    } */

        .quality-box {
            margin: 0px;
            padding: 7px 0px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .quality-box>* {
            padding-left: 0px;
            padding-right: 0px;
        }

        th,
        td {
            font-size: 10px !important;
        }

        .nav-pills .nav-link {
            padding: 6px 20px;
            font-size: 10px;
        }

        .nav-pills .nav-link.active {
            padding: 6px 20px;
            font-size: 10px;
        }

        .nav-pills {
            padding-bottom: 10px;
        }

        .testimonial-item {
            padding: 0px 0px 0px;
        }

        .review-tab .section-title h3 span {
            font-size: 14px;
        }

        .review-tab .section-title .view-btn {
            padding: 6px 20px;
        }

        .review-date {
            font-size: 10px;
        }

        #exampleModal .modal-header {
            padding: 1rem 1rem 0;
        }

        #exampleModal .modal-header {
            padding: 0;
        }

        .modal-body {
            padding: 1rem 0 0;
        }

        .form-control {
            font-size: 12px;
        }

        #our-products-tabsContent .maindiv-product .box-product {
            width: 100% !important;
        }

        .box-product-image {
            height: 165px;
        }

        .product-box-title {
            height: 60px;
        }
    }
