/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.ery-thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-message {
    display: none !important;
}

.ery-thank-you-card {
    max-width: 500px;
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
}

.ery-thank-you-card h1 {
    font-size: 32px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.ery-main-text {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.ery-sub-text {
    font-size: 16px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 40px;
}

.ery-sub-text strong {
    color: #333;
}

.ery-continue-btn {
    display: inline-block;
    background-color: #446084;
    color: #ffffff !important;
    padding: 11px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.ery-continue-btn:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
}
/* Mobile Responsive */

@media (max-width: 480px) {
    .ery-thank-you-card {
        padding: 30px 20px;
    }
    .ery-thank-you-card h1 {
        font-size: 26px;
    }
    .ery-continue-btn {
        width: 100%;
        box-sizing: border-box;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce-cart  .woocommerce-cart-form {
    width: 100% !important;
}

.woocommerce-cart .cart-collaterals {
    display: none !important;
}
.woocommerce-cart .woocommerce.row .col.large-7.pb-0,.woocommerce-checkout .woocommerce.row .col.large-7.pb-0{
	flex-basis: 100% !important;
    max-width: 100% !important;
}
.step-header {
    text-align: left;
}
.row{
	margin:0 auto !important;
}
.woocommerce-cart .row.row-main{
	margin:0 auto!important;
}
.contact_form_name {
    text-align: left;
    font-size: 22px;
    color: #446084;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.single_variation_wrap .single_add_to_cart_button  {
    width: 73%;
}
@media all and (min-width: 320px) and (max-width: 767px) {
   .single_variation_wrap .single_add_to_cart_button  {
    width: 65%;
} 
}
@media all and (min-width: 375px) and (max-width: 767px) {
   .single_variation_wrap .single_add_to_cart_button  {
    width: 71%;
} 
}
@media all and (min-width: 481px) and (max-width: 767px) {
       .single_variation_wrap .single_add_to_cart_button  {
		width: 78%;
	} 
}