@media only screen and (min-width:320px) and (max-width:761px){
.banner_title h2 {
    font-size: 30px;
    color: black;
}
    .camp_vid iframe {
        height: 210px;
    }

    .short-des-title {
    font-size: 20px;
    font-weight: 600;
    text-align: justify;
}
    .form_inn {
        padding: 20px;
    }
.product-card {
    display: flex;
    align-items: flex-start;
    background: #fff4d6;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 9px;
    gap: 15px;
    width: auto !important;
    margin-bottom: 20px;
    position: relative;
}
.campaign_logo {
    text-align: center;
    padding:  0;
    padding-top: 0px;
    height: 36px;
    width: 175px;
    margin: 0 auto;
}
.campaign_title {
    font-size: 38px;
    margin-top: 25px;
}
.main__title__checkout p {
    width: 98%;
}
.color__product__items {
    display: grid;
    grid-template-columns: 1fr;
}
.pro__qty {
    min-width: 190px !important;
}
.qty-cart {
    width: 150px;
    display: flex;
    gap: 0px;
    align-items: center;
}
.product-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: -5px;
}
.product-sizes {
    margin-top: -4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.qty-cart .quantity {
    position: relative;
    height: 30px !important;
    overflow: hidden;
    margin: 6px 0 9px;
    width: 115px;
}


p.shipping__header {
    width: 40%;
}
.main__check_sec {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}
.cardss {
    background: #fff;
    padding: 10px 5px 23px;
    border-radius: 5px;
}
.checkout-shipping label {
    font-weight: 600;
    margin-bottom: 0px;
}
.cart_details {
    margin-bottom: 15px;
}
.row.order_by .col-sm-5 {
    order: 1;
}
.size-box {
    padding: 4px 9px 3px;
}

.quantity .plus {
    height: 30px;
    line-height: 36px;
    width: 25px;
    font-size: 35px;
}
.quantity .minus {
    height: 30px;
    line-height: 31px;
    width: 25px;
    font-size: 35px;
}
.cartlist img {
    height: 65px;
    width: 100%;
}
.product-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}
.area-itemss label {
    padding-top: 1px;
    font-size: 17px;
    color: #6e6e6e;
}
.product-price {
    width: 95%;
}
.area-itemss {
    padding: 5px 11px;
}
.quantity .plus {
    font-size: 22px;
}

.heading_title h2 {
    font-size: 28px;
}
.heading-section {
    padding-top: 30px;
    padding-bottom: 80px;
}
.short-des-2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.description-title2 {
    padding: 15px 30px;
}
a.order_btn2 {
    width: 100%;
}
.whychoose-section2 {
    padding-bottom: 10px;
}
.campaign-description ul {
    grid-template-columns: 1fr;
}
}



