#shop_ct_order_success_confirmation
{
    display: block;
    text-align: center;
}
.shop_ct_order_success_header
{
    padding-top: 5%;
}
.shop_ct_order_success_title
{
    color: #fdd62f;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.shop_ct_order_success_navigation_list
{
    list-style-type: none;
    padding-top: 2%;
    padding-right: 0px;
}
.shop_ct_order_success_navigation_list li
{
    display: inline;
    padding-right: 5%;
}
.shop_ct_order_success_navigation_list li a
{
    text-decoration: none;
    color: #3b4849;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.shop_ct_order_success_navigation_list li a:hover
{
    color: #fdd62f;
}
.shop_ct_order_success_header_desc
{
    color: #677a7b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 1%;
    text-align: right;
}
.shop_ct_order_success_main_section
{
    margin-top: 1%;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 7px;
    border: 2px solid #eef3f3;
}
.shop_ct_order_success_main_section_header_text
{
    padding-top:30px;
    color: #1e2425;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.shop_ct_order_success_main_section_desc
{
    color: #1e2425;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 60px;
}
.table_text_block {
    float: right;
    width: 50%;
}
.table_image_block {
    float: left;
    width: 50%;
    margin-right: 10px;
}

.product_desc {
    color: #1e2425;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}


.table-item-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.shop_ct_order_success_main_section_order_table a {
    color:#2196F3;
}

.shop_ct_order_success_main_section_order_table a:hover {
    color:#1976D2;
}