.wcc-coupon-section {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    text-align: center;
}
.wcc-coupon-section input {
    padding: 8px;
    width: 200px;
    margin-right: 10px;
}
.wcc-coupon-section button {
    background: #0071a1;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}
.wcc-coupon-section button:hover {
    background: #005177;
}
#wcc_coupon_message {
    margin-top: 10px;
    color: red;
    font-weight: bold;
}



.d-flex-yeni {
    display: flex;
    gap: 10px;
}


#wcc_coupon_code{
    width: 100px!important;
    padding: 10px!important;
}

#wcc_apply_coupon {
    width: 100px !important;
    font-size: 12px!important;
    padding: 0 !important;
    height: 50px!important;
    background-color: #22584B!important;
    color: #fff!important;
    cursor: pointer!important;
}



@media (max-width: 768px) {
    .d-m-none {
        display: none!important;
    }
    .m-m-100 {
        width: 100%!important;
    }
}

