
/*****
order_complete: 
    * order 
*****/  

/* 
---------------------------------
-----        order          -----
---------------------------------
 */  

.com_success_icon {
    
    width: 3.5rem;
}

.com_success_title{

    margin: 0;
}

.com_success {
    
    padding: 4rem;
    min-height: calc(100dvh - 20.5rem);
}

.com_success_wrapper{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;

    width: 100%;
    margin-bottom: 2rem;

    box-sizing: border-box;
}

p.com_success_desc {

    max-width: 17rem;
    margin-top: 1rem;
    margin-bottom: 2rem;

    text-align: center;
}

.order_complete_content_title {

    font-size: 1.5rem;
}

.com_success_img {

    width: 100%;
}

.order_complete_content_image{

    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 768px) {

    .com_success {
    
        min-height: 53dvh;
        padding: 1.5rem;
    }

}
