.ProductDetails ul {
    list-style: none;
}

/* .productdescription {
    margin: 50px 0 !important;
    font-family: 'Lato';
} */

.productdescription .nav-tabs {
    border: none;
    display: block;
    text-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.productdescription .product-tabs a {
    padding-right: clamp(20px, 6vw, 130px);
    text-decoration: none;
}

.product-tabs-content p {
    color: #4D4D4D;
    font-family: 'Lato';
    padding: 16px 0 0;
}

.product-tabs a {
    border: none;
    color: #4D4D4D !important;
    font-family: 'Lato';
}

.product-tabs a.active {
    color: #060606 !important;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.ProductDetails hr {
    color: #E0E0E0;
    margin-top: 122px;
    box-shadow: 0px 4px 4px #000000;
}

.ProductDetails p {
    margin-bottom: 0;
}

.productDescImg {
    max-height: 505px;
    margin-bottom: 10px;
}

.productDescImg img {
    background-color: #fff;
    padding: 0 30px;
    margin: auto;
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

.productDescImg.slick-slide.slick-current{
    background-color: #F5F5F5 !important;
    overflow: hidden;
}
.product-heading {
    gap: 15px;
}

.product-title h1 {
    font-size: 32px;
    font-family: 'HankenGrotesk';
}

.reviews,
.star ul {
    display: flex;
    padding-left: 0;
}

.review,
.product-description,
.size,
.product-size,
.stock,
.product-button,
.buy-now-btn {
    font-family: 'Lato';
}

.product-price {
    /* font-weight: 500;
    font-size: 24px; */
    /* color: #1F3D7A; */
    /* font-family: 'Lato'; */
}

.product-price {
    /* font-size: 15px; */
    font-weight: var(--font-medium);
    line-height: 24px;
    display: flex;
    color: #0068e1;
    color: var(--color-primary);
}

.product-price .previous-price {
    position: relative;
    font-size: 12px;
    font-weight: var(--font-normal);
    color: #a6a6a6;
    text-decoration: line-through;
}

.product_price_cus {
    color: #1F3D7A;
    /* font-size: 24px; */
}

.product-description {
    color: #4D4D4D;
}

.product-size {
    color: #060606;
    max-width: 55%;
}

.sizes label {
    padding: 9.5px 10px;
    border: 1px solid #B6B6B6;
    width: 50px;
    text-align: center;
    background-color: transparent;
    border-radius: 2px;
    margin: 6px 6px 6px 0;
    cursor: pointer;
}



.stock {
    background-color: #E8EEFC;
    display: inline-block;
    padding: 8px 14px;
}

.stock p {
    font-weight: 500;
    color: #1F3D7A;
}

.quantity-btn {
    border: 1px solid #B6B6B6;
    height: 38px;
}

.quantity-btn button {
    border: none;
    background: none;
}

.add-to-cart {
    text-align: center;
    border: 1px solid #060606;
    border-radius: 4px;
    max-width: 292.8px;
    width: 100%;
}

.add-to-cart button:hover {
    background-color: #060606;
    color: white;
}

.add-to-cart button {
    color: black;
    border: none;
    background-color: transparent;
    font-weight: 500;
    width: 100%;
}

.buy-now-btn {
    text-align: center;
    max-width: 412px;
    background-color: #1F3D7A;
    border-radius: 4px;
}

.buy-now-btn button {
    border: 1px solid transparent;
    color: white;
    font-weight: 500;
    background: transparent;
    width: 100%;
}

.buy-now-btn:hover {
    background-color: transparent;
}

.buy-now-btn button:hover {
    border-radius: 4px;
    color: #1F3D7A;
    border: 1px solid #1F3D7A;
}

.similar {
    font-family: 'HankenGrotesk';
    font-size: 18px;
}

.similar-img {
    background-color: #F5F5F5;
    border-radius: 4px;
    max-width: 108px;
    height: 114px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.similar-img img {
    max-width: 88px;
    max-height: 74px;
    object-fit: cover;
}

.similar-content {
    font-family: 'Lato';
}

.similar-title {
    color: #060606;
}

.similar-price {
    color: #1F3D7A;
    padding-top: 6px;
}

.dollar {
    color: #4D4D4D;
}

.product-heart,
.similar-products {
    cursor: pointer;
}

.similar-products-a a {
    text-decoration: none;
    margin-bottom: 0 !important;
}

.brand-img img {
    max-width: 100%;
    height: 150px;
    text-align: center;
    padding-right: 0 !important;
    object-fit: contain;
}

.brand-content a {
    color: #1F3D7A;
}

.review-btn button {
    border: 1px solid transparent;
    background-color: #1F3D7A;
    color: white;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
}

.review-btn button:hover {
    border: 1px solid #1F3D7A;
    background-color: transparent;
    color: #1F3D7A;
}

#reviews hr,
#faq hr {
    border-top: 1px solid black;
    box-shadow: none;
    margin-top: 0;
}

.modal-header,
.modal-footer {
    border-bottom: none !important;
    border-top: none !important;
}

.form-align input,
.form-align textarea {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #d2d2d2;

}

.form-align input:focus,
.form-align textarea:focus {
    outline: none;
}

.modal-body,
.modal-header,
.modal-footer {
    padding: 1rem 2rem !important;
}

.modal-footer button {
    border: 1px solid transparent;
    background-color: #1F3D7A;
    color: white;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 600;
}

.modal-footer button:hover {
    border: 1px solid #1F3D7A;
    background-color: transparent;
    color: #1F3D7A;
}

#staticBackdrop1 form input,
#staticBackdrop1 form textarea {
    margin: 13px 0;
}

.overflow-hidden {
    height: 100vh;
}

.checkmain-wrap input[type="radio"] {
    display: none;
}

#tab-1:checked~.sizes label:nth-child(1),
#tab-2:checked~.sizes label:nth-child(2),
#tab-3:checked~.sizes label:nth-child(3),
#tab-4:checked~.sizes label:nth-child(4),
#tab-5:checked~.sizes label:nth-child(5),
#tab-6:checked~.sizes label:nth-child(6),
#tab-7:checked~.sizes label:nth-child(7) {
    background-color: #1F3D7A;
    color: #fff;
    border: 1px solid #1F3D7A;
    cursor: pointer;
}

.star-rating {
    display: flex;
    direction: row;
    font-size: 2em;
    cursor: pointer;
}

.star {
    color: #ccc;
    transition: color 0.3s;
    font-size: 18px;
}


.star.selected {
    color: #ff9800;
}

.star .pointer {
    pointer-events: none;
}

.heart-icon {
    cursor: pointer
}

.heart-icon.fa-solid {
    color: red;
}

.tab-content>.active:nth-child(3) {
    display: flex;
    gap: 20px;
    align-items: center;
}

.brand-img {
    max-width: 170px;
    height: 90px;
    border: 1px solid #D0CCCC;
    padding: 10px;
    border-radius: 4px;
}

.brand-img img {
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
}

.brand-content p {
    padding: 0 !important;
}

@media (max-width: 600px) {
    .product-size {
        max-width: 100%;
    }

    .ProductDetails hr {
        margin-top: 46px;
    }

    .tab-content>.active:nth-child(3) {
        display: inline-block;
    }

    .brand-img {
        margin-bottom: 10px;
    }
}


.product-details-info .product-variants .custom-selection>li {
    font-size: 14px;
    height: 40px;
    /* min-width: 50px; */
    width: 55px;
    position: relative;
    display: flex;
    padding: 11px 24px;
    color: #6e6e6e;
    justify-content: center;
    box-shadow: 0 0 0 1px rgb(212.25, 212.25, 212.25);
    border-radius: 1px;
    transition: 100ms ease-in-out;
    overflow: hidden;
    cursor: pointer;
}

.product-details-info .product-variants .custom-selection>li.active {
    cursor: default;
    color: #fff;
    background-color: #1F3D7A;
    box-shadow: 0 0 0 1px #1F3D7A;
}

.product-details-info .product-variants .custom-selection>li:hover {
    box-shadow: 0 0 0 1px #1F3D7A;
}

.product-gallery-preview .slick-prev {
    left: 0 !important;
}

.product-gallery-preview .slick-next {
    right: 0 !important;
}

.productDescImg.slick-slide.slick-current {
    background-color: #fff !important;
}