    .main-header {
        position: unset;
        margin-bottom: 4rem;
    }
    .navbar {
        border-bottom: 1px solid black;
    }
    h1, h2, h3, h4, h5, h6, p, span, a {
        font-family: 'Inter', Sans-serif;
        color: black;
    }
    .woocommerce div.product form.cart .button:hover {
        background-color: #000000 !important;
    }
    .woocommerce div.product form.cart .button {
        vertical-align: middle;
        float: left;
        border: 1px solid #000000;
        font-size: 18px;
        color: white;
        width: fit-content !important;
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
        background-color: black;
        border-radius: 0 !important;
    }

    .quantity {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 0px;
        overflow: hidden;
        height: 42px; /* Adjust height to match Add to Cart button */
    }
    
    .quantity button {
        background: transparent;
        color: #333;
        border: 1px solid #ced4da;
        width: 35px; /* Adjust width for proper alignment */
        height: 100%; /* Match the height of the container */
        font-size: 20px;
        cursor: pointer;
        transition: 0.3s;
    }
    
    .quantity button:hover {
        background-color: black;
        color: white;
    }
    
    .quantity .qty {
        width: 50px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #ced4da;
        outline: none;
        height: 100%;
    }
    
    /* Remove the number input arrows */
    .quantity .qty::-webkit-inner-spin-button,
    .quantity .qty::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    
    #size, #weight{
        margin-bottom: 0.5rem;
    display: block;
    max-width: fit-content;
    min-width: fit-content;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
    #color, #weight{
    display: block;
    max-width: fit-content;
    min-width: fit-content;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
    #weight{
    margin-left: 0.5rem !important;
    }

    .variations .label{
        width: 55px !important;
    }
    .variations .value{
        display: flex !important;
    }
    .shop-btn-1 span{
        color: white !important;
    }


    .woocommerce div.product .woocommerce-tabs .panel, .wc-tabs {
        display: none !important;
    }

    .img-main-dev:hover .slider-img {
        transform: scale(1) !important;
    }


    .flex-control-thumbs{
        gap: 0.5rem !important;
        display: flex;
        margin-top: 0.5rem !important;
    }


    .product-colors {
        margin-top: 10px;
    }
    .color-box {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border: 1px solid #ddd;
        border-radius: 50%;
        cursor: pointer;
    }

    .woocommerce div.product div.images img {
        aspect-ratio: 1 / 1.2;
        object-fit: cover;
    }

   .entry-summary .price {
        color: black !important;
    }
    .woocommerce-Price-amount{
        font-weight: 700 !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: white;
        background-color: black;
        border-color: #dee2e6 #dee2e6 #fff;
    }
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: black;
        font-weight: 600;
        background: gainsboro;
        border-left: 0.5px solid #ffffffb5;
        border-right: 0.5px solid #ffffff8c;
    }
    .nav-tabs{
        justify-content: center !important;
        margin-top: 2rem;
    }

     .cfvsw-swatches-option {
        min-width: 31px !important;
    }

.owl-carousel .owl-nav button.owl-next{
	background-color: white;
    width: 109px;
    height: 109px;
    border-radius: 100%;
    display: flex;
    border: 1px solid #E4E4E4;
    justify-content: center;
    align-items: center;
}
.cfvsw-label-stacked table.variations th{
	width: 100% !important;
}

.entry-summary{
    position: sticky;
    top: 52px;
    z-index: auto;
}

.woocommerce span.onsale{
    z-index: 2;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    min-height: 50px;
    border-radius: 35px !important;
    font-size: 14px;
}



.comment-form-author,
.comment-form-comment, .comment-form-email {
display: grid;
width: 40vw !important;
}
.submit{
background:black !important;
color: white !important;
}
.woocommerce-Reviews img{
border-radius: 100%;
}
input {
border: 1px solid gray !important;
}
@media(max-width: 767px){
    .comment-form-author,
.comment-form-comment, .comment-form-email {
display: grid;
width: 100% !important;
}
}

