.product-select-column {
    border-bottom: 1px solid #bed62f;
    width: 70%;
}

.product-form-select1 {
    border: none;
    width: 100%;
    background: transparent;
}

    .product-form-select1:focus-visible {
        outline: none;
    }

.progress_0 {
    width: 80% !important;
    margin-top: 10px;
    margin-bottom: 5px;
    height: 6px !important;
}

.progress-bar_0 {
    width: 25%;
    background: #bdd52e !important;
}

.check-delivery {
    /*width: 365px;
    height: 44px;*/
    align-items: center;
    gap: 8px;
    padding: 8px;
    top: 369px;
    left: 637px;
    /*background-color: var(--GTS-white);*/
    border-radius: 10px;
    border: 1px solid;
    /*border-color: var(--GTS-black);*/
}
/**
 * Tabs
 */

.tabs {
    display: flex;
    flex-wrap: wrap; /*// make sure it wraps*/
}

.tabheading {
    font-size: 16px !important;
}

.tabs label {
    order: 1; /* // Put the labels first*/
    display: block;
    padding: 0.7rem 2rem;
    margin-right: 0.8rem;
    cursor: pointer;
    /*background: #fff;*/
    font-weight: bold;
    transition: background ease 0.2s;
}


.tabs .tab {
    order: 99; /*// Put the tabs last*/
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    /*background: #fff;*/
}

.tabs input[type="radio"] {
    display: none;
}

    .tabs input[type="radio"]:checked + label {
        background: #a2b71b;
        box-shadow: 0px 3px 8px #bfbcbc;
        /* box-shadow: var(--outline-hover); */
        margin-bottom: 5px;
    }

        .tabs input[type="radio"]:checked + label + .tab {
            display: block;
            border: 1px solid;
            border-radius: 10px;
            height: auto;
        }

.paragh {
    font-size: 0.9rem;
}

.product-bottom-responsive {
    margin-bottom: 2rem;
}
    .product-bottom-responsive .accordion-button{
        font-size:12px !important;
    }
        .product-bottom-responsive .accordion-button::after {
            background-image: url(../images/angle-down-solid.svg) !important; 
        }
    .product-bottom-responsive .accordion-body {
        border: 0.5px solid gray;
        border-radius: 5px;
    }
    .description-specifiaction-review {
        height: 300px;
        overflow: hidden;
        overflow-y: scroll;
    }
.vrmedia-gallery {
    /* max-width: 537px; */
    margin: 5rem auto;
    /* background: transparent; */
    padding: 20px 32px 20px 0 !important;
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    border-radius: 8px;
    backdrop-filter: opacity(0.5);
}

/*for form select arrow hide*/
.form-select {
    --bs-form-select-bg-img: none !important;
}
.select2-selection {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    padding: 0.7em;
    display: flex;
    justify-content: space-between;
}
.form-select::after {
    content: "";
    padding: 0.9em 0.8em 0 0px;
    background-image: url(../images/angle-down-solid.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right:15px;
}
.select2-container--bootstrap5 .select2-selection--single {
    align-items: unset !important;
}
body[light-mode="dark"] .form-select::after {
    filter: invert(1);
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label, .select2-selection {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
        padding: 0.7em;
        display: flex;
        justify-content: space-between;
    }

    .tabs input[type="radio"]:checked + label + .tab {
        height: auto;
    }

    .paragh {
        font-size: 0.7rem;
    }
    
    .tabheading::after, .form-select::after {
        content: "";
        padding: 0.5em 0.4em 0;
        background-image: url(../images/angle-down-solid.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
    
    body[light-mode="dark"] .tabheading::after {
        filter: invert(1);
    }
    .product-select-column {
        border-bottom: 1px solid #bed62f;
        width: 100%;
        display: inline-flex;
        /*padding: 4px 0;*/
        padding: 15px 0;
    }

        .product-select-column label, .product-select-column .select2-selection__rendered {
            font-size: 15px;
        }

    .progress_0 {
        width: 100% !important;
    }

    .progress-bar_0 {
        width: 25%;
        background: #bdd52e !important;
    }
   
    /*rating*/
    .rating-left:after {
        display: none;
    }
    
    .add-buy-fixed {
        position: fixed;
        /* top: 58%; */
        bottom: 0%;
        background: #fff;
        /* padding: 0 !important; */
        width: 100%;
        z-index: 1000;
        border-top:1px solid gray;
    }

    .tabs input[type="radio"]:checked + label + .tab {
        overflow-x: scroll;
    }

    .product-bottom-responsive {
        margin-bottom: 5rem;
    }
    .vrmedia-gallery {
        padding: 0 !important;
    }
    .specification-end {
        text-align: end;
    }
}
/*product*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

.product-card-wrapper {
    max-width: 1130px;
    margin: 0 auto;
}
.lSAction > a {
    filter: brightness(0.5) !important;
}

.product-imgs img {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

    .img-showcase img {
        border: 1px solid #dcd8d8;
        min-width: 100%;
        border-radius: 15px;
        padding: 1.4rem 8rem;
    }

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
    padding: 20px 0px;
    border: 1px solid #dcd8d8;
    border-radius: 10px;
}

    .img-item:nth-child(1),
    .img-item:nth-child(2),
    .img-item:nth-child(3) {
        margin-right: 0;
    }

    .img-item:hover {
        opacity: 0.8;
    }

.product-content {
    /*padding: 2rem 1rem;*/
}

.product-title {
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-content .title, .product-content .mrp {
    font-size: 30px;
}
    .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: #5fd225;
    color: #fff;
    padding: 0.2rem 0.3rem;
    transition: all 0.5s ease;
    border-radius: 5px;
}

    .product-link:hover {
        opacity: 0.9;
    }

.product-rating {
    color: #ffc107;
}

    .product-rating span {
        font-weight: 600;
        color: #252525;
    }

.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;
}

.product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

    .product-detail ul li {
        margin: 0;
        list-style: none;
        background: url(../images/checked.png) left center no-repeat;
        background-size: 18px;
        padding-left: 1.7rem;
        margin: 0.4rem 0;
        font-weight: 600;
        opacity: 0.9;
    }

        .product-detail ul li span {
            font-weight: 400;
        }

.purchase-info {
    margin: 1.5rem 0;
}

    .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;
        }

@media screen and (min-width: 992px) {
    .product-card-d {
        /*display: grid;*/
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .product-card-wrapper {
        /*height: 100vh;*/
        /*display: flex;*/
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .product-content {
        padding-top: 0;
    }

    .product-select-column {
        border-bottom: 1px solid #bed62f;
        width: 80%;
        display: inline-flex;
        padding: 10px 0;
    }

    .product-form-select1 {
        border: none;
        width: 100%;
        background: transparent;
    }

        .product-form-select1:focus-visible {
            outline: none;
        }
}

.box {
    width: 65%;
    padding: 5px;
    border: gray 1px solid;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}

.select {
    border: none;
    padding: none;
}
/*review rating*/
.rating-box, .rating-box-Mobile {
    display: inline-block;
}

    .rating-box .rating-container, .rating-box-Mobile .rating-container-Mobile {
        direction: rtl !important;
    }

    .tabs .rating-box label, .rating-box-Mobile label {
        padding: 0.4rem;
    }

    .tabs .rating-box input[type="radio"]:checked + label, .rating-box-Mobile input[type="radio"]:checked + label {
        background: transparent;
        /* box-shadow: 0px 1px 6px #e9e9e9; */
        box-shadow: none;
        margin-bottom: 5px;
    }

    .rating-box .rating-container label, .rating-box-Mobile .rating-container-Mobile label {
        display: table-cell;
        /*margin: 15px 0;*/
        color: #d4d4d4;
        /*color: #ffd700;*/
        cursor: pointer;
        font-size: 35px;
        transition: color 0.2s;
        outline: none;
    }

.reviews i, .reviews-Mobile i {
    color: #ffd700 !important;
}

.rating-box .rating-container input, .rating-box-Mobile .rating-container-Mobile input {
    display: none;
}

    .rating-box .rating-container label:hover, .rating-box .rating-container label:hover ~ label, .rating-box .rating-container input:checked ~ label {
        color: gold;
    }

    .rating-box-Mobile .rating-container-Mobile label:hover, .rating-box-Mobile .rating-container-Mobile label:hover ~ label, .rating-box-Mobile .rating-container-Mobile input:checked ~ label {
        color: gold;
    }
    /*write-a-review-textarea*/
    .write-a-review-textarea {
        resize: none;
        height: 6rem;
        border: 1px solid lightgray;
        border-radius: 10px;
        padding: 10px;
        background: transparent;
        width: 90%;
    }

    .write-a-review-textarea:focus-visible {
        outline: none;
    }

.write-a-review a {
    border: 1px solid #a2b71b;
    padding: 5px 50px;
    border-radius: 10px;
}

    .write-a-review a:hover {
        background: #a2b71b;
        color: #000 !important;
        font-weight:bold;
    }

.rating-left:after {
    content: '';
    width: 0;
    height: 95%;
    position: absolute;
    border-left: 1px solid lightgray;
    top: 0;
    /* left: 100px; */
    right: 21px;
}
/*ratingreviewof customer*/
.testimonial-box {
    /*width: 500px; */
    /* box-shadow: 2px 2px 30px rgba(0,0,0,0.1); */
    /*background-color: #ffffff;*/
    /* padding: 20px; */
    /*margin: 0 16px;*/
    cursor: pointer;
}

.name-user {
    display: flex;
    flex-direction: column;
}
/*.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}*/
/*.name-user span{
    color: #979797;
    font-size: 0.8rem;
}*/
.reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
/*.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}*/

@media(max-width:1060px) {
    .testimonial-box {
        width: 45%;
        padding: 10px;
    }
}

@media(max-width:790px) {
    .testimonial-box {
        width: 100%;
    }

    .testimonial-heading h1 {
        font-size: 1.4rem;
    }

    .tabheading {
        font-size: 12px !important;
    }
    .product-content .title, .product-content .mrp {
        font-size: 14px;
    }
    .strikethrough {
        font-size: 10px;
    }
}

@media(max-width:340px) {
    .box-top {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .reviews {
        margin-top: 10px;
    }

    .tabheading {
        font-size: 12px !important;
    }
    .product-content .title, .product-content .mrp {
        font-size: 14px;
    }
}

::selection {
    color: #ffffff;
    background-color: #252525;
}
/*table*/
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border-left: 1px solid black;
    padding: 5px;
}

.table-border {
    border: 1px solid #000;
}

.product-content .mrp{
}

.product-content p {
    font-size: 14px;
}

th {
    /*background-color: #eee;*/
}

/*select2 DropDown css*/
/*.select2-selection {
    border: 1px solid #b3c92d !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    color: #b3c92d !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    color: #b3c92d !important;
}

    .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
        background-color: #b3c92d !important;
    }
*/


/*SKU/Plateform*/
body[light-mode="dark"] .select2-dropdown, body[light-mode="dark"] .select2-results__option {
    background: #000 !important;
}
body[light-mode="dark"] .select2-dropdown, body[light-mode="dark"] .select2-results__option {
    background: #000 !important;
}

body[light-mode="dark"] .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    background: #3a3a3a !important;
}
body[light-mode="dark"] .select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    color: #fff;
}

body[light-mode="dark"] .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    color: #b3c92d !important;
}

.select2-selection {
    border: 1px solid #b3c92d !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
    color: #b3c92d !important;
    background: #f7f7f7;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    color: #b3c92d !important;
}

    .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
        background-color: #b3c92d !important;
    }




