/*
Theme Name: Decofur Child
Theme URI: https://decofur.themejr.net
Author: PressLayouts
Description: This is a child theme for Decofur
Version: 1.0
Author URI: https://www.templatemonster.com/authors/themejr/
Template: decofur
Text Domain: themejr-theme-child
*/


select#billing_city {
    width: 100%!important;
}

select#billing_state {
    width: 100%!important;
}


/* Mobile First */
.custom-thankyou-wrapper {
    max-width: 480px;
    margin: 20px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.1);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.custom-thankyou-wrapper .thankyou-title {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 10px;
}

.custom-thankyou-wrapper .thankyou-subtitle {
    font-size: 16px;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.custom-thankyou-wrapper .order-summary {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.custom-thankyou-wrapper .order-summary h3 {
    font-size: 18px;
    color: #34495e;
    margin-bottom: 10px;
}

.custom-thankyou-wrapper .order-summary ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-thankyou-wrapper .order-summary ul li {
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 5px;
}

.custom-thankyou-wrapper .order-summary .total-amount {
    font-weight: 600;
    margin-top: 10px;
}

.custom-thankyou-wrapper .back-shop-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #27ae60;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.custom-thankyou-wrapper .back-shop-btn:hover {
    background: #2ecc71;
}

/* Tablet */
@media (min-width: 768px){
    .custom-thankyou-wrapper {
        max-width: 700px;
        padding: 35px;
    }

    .custom-thankyou-wrapper .thankyou-title {
        font-size: 28px;
    }

    .custom-thankyou-wrapper .thankyou-subtitle {
        font-size: 18px;
    }

    .custom-thankyou-wrapper .order-summary h3 {
        font-size: 20px;
    }
}

/* Desktop */
@media (min-width: 1024px){
    .custom-thankyou-wrapper {
        max-width: 900px;
    }
}
