body {
    margin: 0;
    padding: 0;
}
.product-detail .all-detail {
    padding: 0 20px;
}

.product-detail .product-brand {
    font-size: 18px;
    font-weight: 700;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.559);
}

.product-detail .product-title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.91);
}

.product-detail .splprice {
    font-size: 18px;
    font-weight: 600;
    color: rgb(8, 106, 1);
}

.product-detail .product-price {
    margin-left: 20px;
}

.product-detail .product-sec {
    display: inline-block;
}

.product-detail .product-price p {
    margin-bottom: 0;
    display: inline-flex;
    margin-right: 10px;
}

.product-detail .product-price .price {
    font-size: 25px;
    font-weight: 600;
}

.product-detail .product-price .mrp {
    color: rgba(0, 0, 0, 0.559);
}

.product-detail .product-price .offer {
    font-size: 18px;
    font-weight: 600;
    color: rgb(8, 106, 1);
}

.product-detail .product-rating {
    background-color: rgb(8, 106, 1);
    width: max-content;
    border-radius: 10px;
    padding: 2px 5px 3px;
    color: white;
    align-items: center;
    margin-left: 8px;
    font-size: 13px;
    text-wrap: wrap;
}

.product-detail .product-rating span {
    margin-left: 2px;
}

.product-size {
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-size h6 {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
    color: rgba(81, 81, 81, 0.707);
}

.product-color h6 {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
    color: rgba(81, 81, 81, 0.707);
}

.product-color {
    display: flex;
    align-items: center;
}

.color-choose div {
    display: inline-block;
}

.color-choose input[type="radio"] {
    display: none;
}

.color-choose input[type="radio"]+label span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 3px solid #FFFFFF;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.color-choose input[type="radio"]:checked+label span {
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.highlights p {
    margin-bottom: 0;
}

.highlights .highlight-title {
    padding: 10px 0;
    font-weight: 500;
    color: rgb(184, 3, 75);
    margin-top: 10px;
}

.highlights .highlight-content {
    height: 220px;
    margin-left: 20px;
}

.product-size label.radio {
    cursor: pointer
}

.product-size label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

.product-size label.radio span {
    padding: 2px 9px;
    border: 1px solid rgb(8, 106, 1);
    display: inline-block;
    color: rgb(8, 106, 1);
    border-radius: 3px;
    text-transform: uppercase
}

.product-size label.radio input:checked+span {
    border-color: rgb(8, 106, 1);
    background-color: rgb(8, 106, 1);
    color: #fff
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E");
    transition: all .5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #ffffff;
}

.accordion-button {
    font-size: 20px;
    font-weight: 500;
    border-top: 1px solid rgba(136, 136, 136, 0.447);
    border-bottom: 1px solid rgba(136, 136, 136, 0.447);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-item button {
    margin: 0;
}

.buttons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.cart-button {
    box-shadow: rgba(8, 106, 1, 0.1) 0px 7px 29px 0px;
    border-radius: 30px;
    transition: all 0.3s ease 0s;
    align-items: center;
    padding: 8px 30px;
    background: rgb(11 153 0 / 93%);
}
.cart-button:hover {
    background: rgba(178, 244, 173, 0.705);
    border: 1px solid rgba(43, 43, 43, 0.72);
}
.cart-button:hover a {
    color: rgba(0, 0, 0, 0.834);
}
.cart-button a {
    font-size: 14px;
    line-height: 14px;
    color: white;
}
.cart-button a>span {
    margin-right: 10px;
}
.product-description {
    margin-top: 30px;
}

.product-description .desc-title {
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(184, 3, 75);
}

.item .card {
    margin-bottom: 20px;
}

.item .eye-pop .action {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.item .card .item-price {
    padding: 0 10px;
}

.item .card .item-image {
    height: 250px;
}

.product-image .carousel-item img {
    height: 100%;
}

.product-image .carousel-item {
    height: 600px;
}

.carousel-control-next {
    right: -9px;
}

.carousel-control-prev {
    left: -9px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6 .1 34z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.product-detail .product-rating p {
    margin-bottom: 0;
    text-align: center;
}
.breadcrumb-item {
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .product-detail .all-detail {
        padding: 0;
    }

    .product-detail .product-rating p {
        margin-bottom: 0;
        padding: 0 3px;
        text-align: center;
    }

    .cart-button {
        padding: 10px;
    }
}
@media only screen and (min-width: 576px) {
    .mobile-breadcrumb {
        display: none;
        position: absolute;
    }
}

@media only screen and (max-width: 576px) {
    .product-detail .all-detail {
        padding: 0;
    }
    .dis-breadcrumb {
        display: none;
        position: absolute;
    }
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px;
    }
    .breadcrumb-item {
        font-size: 13px;
        padding: 0 5px;
    }
    .related-product .category-heading h4 {
        font-size: 20px;
        margin-top: 20px;
    }
    .product-detail .product-brand {
        margin: 10px 0;
    }
    .accordion-header {
        box-shadow: 0px 10px 25px -9px rgba(0,0,0,0.1);
    }
    .accordion-button {
        padding: 10px 0;
        width: 100%;
    }
    .cart-button {
        padding: 5px 10px;
    }
    .all {
        display: none;
    }
    .highlights .highlight-content {
        height: max-content;
    }
    .highlights .highlight-content div {
        max-width: 100%;
    }
    .section {
        padding: 10px 0 0 0;
    }

    .product-detail .product-rating p {
        margin-bottom: 0;
        padding: 0 3px;
        text-align: center;
    }

    .product-detail .product-price {
        margin-left: 10px;
    }

    .product-detail .product-price p {
        margin-right: 5px;
    }
    .related-product .card-title .item-price p {
        display: inline-flex;
        margin-right: 0px;
        font-size: 12px;
    }
    .product-image .carousel-item {
        height: 420px;
    }
    .buttons {
        gap: 30px;
        justify-content: center;
    }
}