

/* Thankyou Section */
.thankyou_section_main{
    width:100%;
    text-align:center;
    position:relative;
}

.thankyou_section_main .woocommerce-message{
    display: none;
}



/* Success Icon */
.thankyou_success_icon{
    margin-bottom: min(max(25px, 1.8229vw), 35px);
}

.thankyou_icon_circle{
    width:min(max(50px, 4.5313vw), 87px);
    height:min(max(50px, 4.5313vw), 87px);
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.thankyou_icon_circle svg{
    width: 100%;
    height: 100%;
}

/* Main Heading */
.thankyou_main_heading{
    font-weight:700;
    margin-bottom:25px;
}

.thankyou_section_main .section__header .thankyou_sub_heading {
    margin-top: min(max(25px, 1.8229vw), 35px);
}

.thankyou_sub_heading {
    margin-bottom: 10px;
    font-family: var(--theme-font-lato);
    color: var(--theme-normal-black);
}



/* Description */
.thankyou_description_text{
    color:var(--theme-brown-light);
}

/* Order ID */
.thankyou_order_id{
    color:var(--theme-brown-light);
    margin-top: min(max(25px, 1.8229vw), 35px);
    margin-bottom: min(max(25px, 1.8229vw), 35px);
}

.thankyou_order_number{
    font-weight:700;
}



/* Button */

.thankyou_button_wrap .primary_btn{
    padding: 8px min(max(30px, 2.6042vw), 50px);
}

.thankyou_section_main .woocommerce-order{
    margin-bottom: 0 !important;
}

.thankyou_section_main{
    
}

.thankyou_container .section_overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(244, 230, 196, 0.92) 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: luminosity;
}

.thankyou_container .section__overlay {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%, rgba(244, 230, 196, 0.92) 0%, rgba(255, 255, 255, 0.00) 100%);
    mix-blend-mode: luminosity;
}