@media screen and (max-width: 1399px) {
    .footer-bottom .copyright p {
        width: 100%;
    }

    .footer-bottom .copyright .dot {
        display: none;
    }

    .produt-wrapper .section1 .splide__arrow--next {
        right: 30px;
    }

    .produt-wrapper .section1 .splide__arrow--prev {
        left: 30px;
    }
}

@media screen and (max-width: 1200px) {

    .produt-wrapper .section1 .splide__arrow--next {
        right: -10px;
    }

    .produt-wrapper .section1 .splide__arrow--prev {
        left: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .produt-wrapper .section1 .splide__arrow--next {
        right: -14px;
    }

    .produt-wrapper .section1 .splide__arrow--prev {
        left: -14px;
    }
}

@media screen and (max-width: 992px) {

    .produt-wrapper .section1 #thumbnail_slider .splide__track {
        width: 40vw;
    }

    .produt-wrapper .section1 .splide__arrow--next {
        right: 20px;
    }

    .produt-wrapper .section1 .splide__arrow--prev {
        left: 20px;
    }

    .produt-wrapper .reviews .top-panel>div {
        width: 44%;
        min-width: 44%;
    }

    .produt-wrapper .reviews .top-panel {
        flex-flow: wrap;
        gap: 26px;
    }
}

@media screen and (max-width: 767px) {

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .copyright,
    .footer-bottom ul {
        justify-content: center;
    }

    .review-data .item {
        padding: 30px 20px;
        border: 1px solid #DADAFF;
        margin: 14px 0;
        border-radius: 10px;
    }

    .header-d .cart span {
        display: none;
    }

    .main-content-wizard .wizard-form .progressbar {
        margin-left: 0;
    }

    .main-content-wizard .progressbar-list {
        width: 33% !important;
    }
}

@media screen and (max-width: 480px) {
    .container-fluid {
        padding: 0 20px;
    }

    .produt-wrapper .reviews .top-panel .total-star {
        flex-direction: column;
        align-items: start;
    }

    .produt-wrapper .reviews .top-panel .star-rating {
        margin-left: 0;
    }

    .star-rating label {
        font-size: var(--fs-400);
    }

    .produt-wrapper .section1 #thumbnail_slider .splide__track {
        width: 54vw;
    }

    .produt-wrapper .section1 .splide__arrow--next {
        right: -10px;
    }

    .produt-wrapper .section1 .splide__arrow--prev {
        left: -10px;
    }

    .footer-bottom .main_address {
        text-align: center;
        align-items: center;
    }

    .main-content-wizard .cart-item h4 {
        text-align: center;
        margin-top: 30px;
        color: #282828;
    }

    .tob-bar-header>ul {
        width: 60%;
    }

    .tob-bar-header>ul.left {
        width: fit-content;
    }

    #reviewModal .star-rating-svg svg {
        height: 30px;
        width: 30px;
    }
}