/*-------------------------------------------------------------------------------------------------------
* Module Name      : Retrina Checkout | Retrina Quick & Easy Checkout
* Author           : Retrina Group
* Version          : 1.0.0
* Created          : Jan 2022
* File Description : Main css file of the Module
*-------------------------------------------------------------------------------------------------------*/

#checkout-checkout {
    margin-bottom: 30px;
}
#checkout-form .table td, #checkout-form .table th {
    background: var(--oclms-light-bg-color) !important;
}
.form-box-wrapper {
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0px 16px rgb(0 0 0 / 5%);
    margin-top: 0 !important;
}
.form-box-wrapper label {
    margin-bottom: 4px;
    margin-left: 4px;
}
.form-box-wrapper .form-group {
    margin-bottom: 16px;
}
.form-box-wrapper .card {
    background-color: #f1f3f6;
}
#form-payment-address {
    box-shadow: none;
    padding: 0;
}
 #form-payment-address.apear {
    display: block;
}
#form-payment-address.hide-form-payment {
    display: none;
}
.login-box-wrapper {
    margin-bottom: 24px;
}
.login-link {
    background-color: transparent;
    padding: 0;
    border: none
}
.payment-field-grid .col-sm-2 {
    width: 100%;
    text-align: left;
    padding-bottom: 6px;
}
.payment-field-grid .col-sm-10 {
    width: 100%;
}
.payment-field-grid legend {
    position: relative;
    border-bottom: 1px solid var(--oclms-light-border-color);
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.payment-field-grid legend:after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--oclms-base-color);
}
.payment-field-grid *:empty {
    display: none
}
#modalLabel{
    display: inline-block;
}
#form-shipping-address .form-horizontal {
    padding: 16px;
}

@media (min-width: 768px){
    #form-payment-address .form-horizontal .control-label {
        text-align: left;
    }
}
