.wcql-container * {
    font-family: "Hind Siliguri", sans-serif;
    box-sizing: border-box;
    color: #201349;
}

.wcql-container {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    flex-wrap: wrap;
}
.wcql-container .d-flex {
    display: flex;
    gap: 15px;
}

.wcql-container .jsb {
    justify-content: space-between;
}

.wcql-container .ac {
    align-items: center;
}

.wcql-quantity{
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.wcql-variations {
    margin-bottom: 20px;
}

.wcql-variations h4 {
    margin-bottom: 10px;
    font-size: 18px;
}

.wcql-variation-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.wcql-variation-item:hover {
    background: #f9f9f9;
}

.wcql-variation-item input[type="radio"] {
    margin: 0;
}

.wcql-variation-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.wcql-variation-item span {
    flex: 1;
    font-size: 14px;
}

.wcql-title{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.wcql-price{
    margin: 5px 0;
}

.wcql-totals{
    padding: 15px 0;
    border-radius: 5px;
    border: 1px solid #222;
}

.wcql-totals p {
    padding: 10px;
    border-bottom: 1px solid #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.wcql-totals p:last-child {
    border-bottom: none;
}   


.wcql-left, .wcql-right {
    flex: 1;
    min-width: 280px;
    padding: 20px;
    border-radius: 10px;
}
.wcql-left img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.wcql-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0;
}
.wcql-qty-btn {
    background: #444;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
.wcql-qty-btn:hover {
    background: #000;
}
.wcql-total {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
.wcql-right h3 {
    margin-bottom: 15px;
}
.wcql-right p {
    margin-bottom: 10px;
}
.wcql-right input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
     font-family: "Hind Siliguri", sans-serif;
     font-size: 16px;
}

.wcql-right input[type="radio"] {
    width: auto;
    margin-right: 10px;
}
.pay-method{
    padding: 15px;
    border: 1px solid #222;
    border-radius: 5px;
    margin-bottom: 15px;
    background: rgb(238 255 217 / 1);
    margin-top: 25px;
}
.wcql-submit {
    background: #d72129;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
}
.wcql-submit:hover {
    background: #218838;
}

#wcql-quantity{
    width: 90px;
    padding: 8px;
}

.wcql-wrapper{
    width: 1370px;
    max-width: 100%;
}




@media (max-width: 768px) {
    #calculation {
        flex-direction: column;
    }

    .wcql-left, .wcql-right {
        padding: 0 0px;
    }

    .wcql-quantity{display: inline-block;}

    .wcql-totals{
        margin-top: 20px;
    }
}

.wcql-variation-item{
        display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}

.wcql-variation-item span {
    font-size: 22px;
}

.wcql-variations input[type="radio"]{
    width: 20px;
    height: 20px;
}

.wcql-variations {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
}

.wcql-variations h4 {
    margin-bottom: 10px;
    font-size: 26px;
    margin-top: 0px;
}

.pay-method label{
    display: block;
    margin-bottom: 10px;
}

.v-img{
    height: 80px !important;
    width: 100px !important;
}

.wcql-container{
    display: flex;
    width: 100%;
    gap: 50px;
}

.wcql-leftr{
    width: 50%;
}


#wcql-product-summery,.wcql-quantity{
    padding: 0 10px;
}


@media (max-width: 600px){
    .wcql-leftr{width: 100%;}
    
    .wcql-container{
    display: block:}
    
}

.v1{
    display: flex
;
    align-items: center;
    gap: 10px;
}


#wcql-variation-info{padding: 0;}
