#shop_ct_checkout_main .container {
    margin: 0 auto;
}

#shop_ct_checkout_main p {
    margin: 0;
    padding: 0;
}

#shop_ct_checkout_main {
    display: block;
    width: 100%;
}

#shop_ct_checkout_form {
    width: 100%;
}

#shop_ct_checkout_main .shop_ct_checkout_header {
    margin-bottom: 2%;
}

#shop_ct_checkout_main .shop_ct_checkout_title {
    font-family: 'Roboto', sans-serif;
    color: #1e2425;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

#shop_ct_checkout_main .shop_ct_checkout_sections {
    border-radius: 7px;
    border: 2px solid #eef3f3;
    padding-top: 2%;
    padding-left: 2%;
    margin-bottom: 3%;
}

#shop_ct_checkout_main .shop_ct_checkout_sections_title {
    color: #1e2425;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding:0;
    margin:0 0 10px 0;
    border: none;
}

#shop_ct_checkout_main .shop_ct_checkout_information_section {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#shop_ct_checkout_main .shop_ct_checkout_left_form,
#shop_ct_checkout_main .shop_ct_checkout_right_form {
    display: inline-block;
    width: 45%;
}

#shop_ct_checkout_main .shop_ct_checkout_left_form {
    margin-right: 8%;
}

#shop_ct_checkout_main .shop_ct_checkout_left_form label,
#shop_ct_checkout_main .shop_ct_checkout_right_form label {
    color: #1e2425;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    display: inline;
    cursor: pointer;
}

#shop_ct_checkout_main .shop_ct_checkout_left_form select,
#shop_ct_checkout_main .shop_ct_checkout_right_form select {
    width: 100%;
    display: block;
    margin-top: 2%;
    margin-bottom: 5%;
}

#shop_ct_checkout_main .shop_ct_checkout_left_form input,
#shop_ct_checkout_main .shop_ct_checkout_right_form input {
    width: 100%;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

#shop_ct_checkout_main label.shop_ct_checkout_country:before,
#shop_ct_checkout_main label.shop_ct_checkout_first_name:before,
#shop_ct_checkout_main label.shop_ct_checkout_last_name:before,
#shop_ct_checkout_main label.shop_ct_checkout_address_first:before,
#shop_ct_checkout_main label.shop_ct_checkout_email:before,
.shop-ct-required:before {
    background: url("../../images/important.png") no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
}

#shop_ct_checkout_shipping_cpn {
    width: 100%;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items tr {
    border: none;
    padding: 0;
}

#shop_ct_checkout_main thead th {
    text-align: center;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items td,
#shop_ct_checkout_main .shop_ct_checkout_order_cart_items th {
    border: none;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items td {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items tfoot th {
    text-align: right;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items tfoot td {
    border: none;
}

#shop_ct_checkout_main .shop_ct_checkout_order_items_section {
    height: auto;
    overflow-y: auto;
    padding: 0 15px;
}

#shop_ct_checkout_main .shop_ct_checkout_order_cart_items {
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
}

#shop_ct_checkout_main .shop_ct_checkout_product_img_section {
    width: 110px;
}

#shop_ct_checkout_main .shop_ct_checkout_product_img {
    position: relative;
    width: 107px;
    height: 107px;
    border: 1px solid #eee;
    padding: 5px;
}

#shop_ct_checkout_main .shop_ct_checkout_product_img img {
    position: absolute;
    max-width: 100px;
    max-height: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#shop_ct_checkout_main .shop_ct_checkout_product_meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}

#shop_ct_checkout_main .shop_ct_checkout_product_title {
    font-size: 18px;
    color: #444;
}

#shop_ct_checkout_main .shop_ct_checkout_product_meta a {
    color: #222;
    text-decoration: none;
}

#shop_ct_checkout_main main {
    min-width: 320px;
    max-width: 800px;
    padding: 50px;
    margin: 0 auto;
}

#shop_ct_checkout_main section {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

#shop_ct_checkout_main main input {
    display: none;
}

#shop_ct_checkout_main main label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#shop_ct_checkout_main main label:hover {
    color: #888;
    cursor: pointer;
}

#shop_ct_checkout_main .shop_ct_checkout_payment_section input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #f64444;
    border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

#shop_ct_checkout_main section form button {
    background-color: #FED24C;
    border-radius: 3px;
}

#shop_ct_checkout_main section form button:hover {
    color: #FED24C;
    background-color: #FFFFFF;
    border: 1px solid #FED24C;
}

#shop_ct_checkout_main .shop_ct_checkout_submit_section {
    text-align: center;
}

.shop-ct-checkout-instructions {
    font-size: 1.5rem;
    max-width: 50%;
    margin: 0 auto;
    font-style: italic;
}

@media screen and (max-width: 1035px) {

    #shop_ct_checkout_main .shop_ct_checkout_left_form {
        margin-right: 5%;
    }
}

@media screen and (max-width: 983px) {
    #shop_ct_checkout_main .shop_ct_checkout_information_section {
        padding: 1% 6%;
        flex-direction: column;
    }

    #shop_ct_checkout_main .shop_ct_checkout_left_form label,
    #shop_ct_checkout_main .shop_ct_checkout_right_form label {
        display: block;
    }

    #shop_ct_checkout_main .shipping_section, .billing_section, .order_section, .payment_section {
        text-align: center;
    }

    #shop_ct_checkout_main .shop_ct_checkout_left_form {
        margin-right: 0;
        width: auto;
    }

    #shop_ct_checkout_main .shop_ct_checkout_right_form {
        width: auto;
    }

    #shop_ct_checkout_main .shop_ct_checkout_left_form input,
    #shop_ct_checkout_main .shop_ct_checkout_right_form input,
    #shop_ct_checkout_main .shop_ct_checkout_right_form select,
    #shop_ct_checkout_main .shop_ct_checkout_left_form select {
        width: 415px;
        max-width: 100%;
        padding: .5em;
        border: 1px solid #ddd;
        background: #f9f9f9;
        font: 1em 'Source Sans Pro', sans-serif;
        font-weight: 400;
    }

    #shop_ct_checkout_main .shop_ct_checkout_sections_title {
        text-align: center;
    }
}

@media screen and (max-width: 960px) {
    #shop_ct_checkout_main .shop_ct_checkout_right_form {
        float: none;
        padding-top: 2%;
    }
}

@media screen and (max-width: 624px) {
    #shop_ct_checkout_main main {
        font-size: 1.0rem;
    }

    #shop_ct_checkout_main main label {
        padding: 15px;
    }

    #shop_ct_checkout_main thead th {
        font-size: 13px;
    }

    #shop_ct_checkout_main .shop_ct_checkout_order_cart_items td {
        font-size: 12px;
        display: table-cell;
    }
}

@media (max-width: 511px) {
    #shop_ct_checkout_main .shop_ct_checkout_information_section {
        padding: 1% 0%;
    }

    #shop_ct_checkout_main main {
        padding: 0px;
    }

    #shop_ct_checkout_main thead th {
        font-size: 12px;
    }

    #shop_ct_checkout_main .shop_ct_checkout_order_cart_items td {
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    #shop_ct_checkout_main .shop_ct_checkout_sections_title {
        font-size: 17px;
    }

    #shop_ct_checkout_main .shop_ct_checkout_left_form label {
        font-size: 16px;
    }

    #shop_ct_checkout_main .shop_ct_checkout_left_form input,
    #shop_ct_checkout_main .shop_ct_checkout_right_form input,
    #shop_ct_checkout_main .shop_ct_checkout_left_form select,
    #shop_ct_checkout_main .shop_ct_checkout_right_form select {
        width: 215px;
    }
}

@media (max-width: 414px) {
    #shop_ct_checkout_main main label {
        font-size: 13px;
    }

    #shop_ct_checkout_main .shop_ct_checkout_product_img_section {
        width: 90px;
    }
}

@media (max-width: 365px) {
    #shop_ct_checkout_main main label,
    #shop_ct_checkout_main .shop_ct_checkout_product_title,
    #shop_ct_checkout_main .shop_ct_checkout_order_cart_items td,
    #shop_ct_checkout_main thead th {
        font-size: 10px;
    }
}


.shop_ct_checkout_order_cart_items {
    display: table !important;
}

