.wcql-container * {
    font-family:'Hind Siliguri';
    box-sizing: border-box;
}


.d-flex {
    display: flex;
    gap: 15px;
}

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

.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: 16px;
}

.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, .pay-method h3 {
    margin-bottom: 15px !important;
    font-size: 22px;
    font-weight: bold;
}
.wcql-right p {
    margin-bottom: 10px;
}
.wcql-right input, .wcql-right textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
     font-family: "Hind Siliguri", sans-serif;
     font-size: 16px;
     margin-bottom: 8px;
}

.wcql-right label {
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}

.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-bottom: 20px !important;
}
.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: 40px;
    padding: 3px 8px;
    border-radius: 5px;
}

.wcql-right{
    margin: 50px 0px 50px 0px !important;
}

.pay-m-1{
    margin-left: 0px !important;
    margin-right: 0px !important;
}


@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: space-between;
    align-items: center;
    gap: 20px;
    border: 1px solid #f4c1c1;
    padding: 20px 15px;
    margin-bottom: 25px;
    background: #ffefef;
}

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

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

.wcql-variations {
    padding: 20px;
}

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

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

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

.pay-method, .wcql-totals{
    margin: 0 20px;
}

#wcql-product-summery{
    padding: 10px;
}

#wcql-product-title{
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

#wcql-variation-info{
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.wcql-quantity{
        padding: 0 10px 10px;
    justify-content: flex-end;
    gap: 10px;
    border-bottom: 1px solid #000;;
}

.wcql-quantity h4{
    font-size: 16px;
    font-weight: bold;
    padding-left: 90px;
}

@media (max-width: 600px){
    .wcql-variations{
        padding: 0;
    }
    
    .v1{
        gap: 10px;
    }

    .wcql-variation-item span{
        font-size: 16px;
        font-weight: bold;
    }

    .wcql-quantity{
        display: flex;
    }

    .wcql-quantity h4{
        padding-left: 0px;
    }

    .variation-qty {
    width: 40px;
    padding: 3px 8px;
    border-radius: 5px;
}

.pay-method, .wcql-totals{
    margin: 0 0px;

}

.wcql-right input, .wcql-right textarea{
    width: 100%;
}

.wcql-right label {
    font-size: 16px;}
    
    .wcql-title{font-size: 18px;}

    }

    #selected-variations{
        padding: 10px !important;
    }


