
.checkout-section .checkout-header {
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 3rem 0 4rem;
}
.checkout-form h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.checkout-form .form-group {
    margin-bottom: 18px;
}

.checkout-form label,
.checkout-form .shipping-method-section span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 10px;
}

.checkout-form .shipping-method-section,.checkout-form .payment-method-section {
    border: 1px solid #eee;
    padding: 3rem;
}

.checkout-form .shipping-method-section span {
    margin-bottom: 0;
}
.shipping-method-section .shipping-method-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shipping-method-wrapper .shipping-method-item{
    display: flex;
    flex-direction: row;
}
.shipping-method-wrapper .flex-item{
    display: flex;
    flex-direction:column;
}
.payment-method-section label{
    margin: 15px 0;
}
.checkout-form .custom-checkbox .terms-conditions {
    color: var(--dynamic-color);
}
@media (min-width:768px){
    .payment-method-section .payment-method-wrapper{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

.checkout-process h5 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 29px;
    margin-top: 2px;
    font-size: 15px;
}

.checkout-process .sm-btn {
    font-size: 15px;
    padding: 4px 8px;
    border-radius: 4px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.checkout-process .lg-coupon-section{
    display: none;
}

.checkout-process .applied-coupon {
    background: #F7F8FA;
    height: 40px;
    line-height: 42px;
    padding: 0 10px;
}

.checkout-process .applied-coupon .coupon-content {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}

.checkout-process .coupon-content .coupon-name {
    color: var(--dynamic-color);
    padding-left: 2px;
}

.checkout-process .coupon-content .coupon-closer,.checkout-process .coupon-content .sm-coupon-closer{
    float: right;
    cursor: pointer;
}

.input-group-append {
    margin-left: 0px;
}
.checkout-process .checkout-process-content{
    display: -webkit-box;
    display: flex;
    flex-direction: column;
}

.checkout-process .flex-item{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.checkout-process .grand-total{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.checkout-process .checkout-process-content p,
.checkout-process .grand-total p {
    font-size: 1.5rem;
    display: inline-block;
    color: #4e4e4e;
    text-transform: uppercase;
    margin-bottom: 9px;
    width: 190px;
}

.checkout-process .checkout-process-content span,
.checkout-process .grand-total span {
    font-size: 1.5rem;
    display: inline-block;
    color: #4e4e4e;
}

.checkout-process .grand-total p {
    font-weight: 500;
}

.checkout-process .grand-total > span {
    color: var(--dynamic-color);
    font-weight: 500;
}

.checkout-process .btn-checkout {
    height: 40px;
    line-height: 42px;
    font-size: 1.5rem;
    background: var(--dynamic-color);
    color: #fff;
    border: 1px solid var(--dynamic-color);
    border-radius: 4px;
    display: inline-block;
    margin-top: 1rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    width: 100%;
}

.checkout-process button.btn-coupon {
    background: #fff;
    color: var(--dynamic-color);
    border: 1px solid #E1E1E1;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.4rem;
    margin-top: 2rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.checkout-process .lg-grand-total{
    display: none;
}
@media (min-width:768px){
    .checkout-process .lg-coupon-section{
        display: block;
    }
    .checkout-process .checkout-process-content .sm-grand-total{ 
        display: none;
    }
    .checkout-process .lg-grand-total{
        display: block;
    }
}

.sm-coupon-input{
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 2rem;
    margin-bottom: 1px;
}
.sm-coupon-input .form-control{
    background-color: #fff;
    padding-left: 12px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}
.sm-coupon-input .sm-btn{
    padding:0 30px;
}
.sm-applied-coupon{
    
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .checkout-process-content {
        width: 270px;
        margin: auto;
    }
    .checkout-process .flex-item{
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}

.alert {
    font-size: 14px;
}
.has-error .control-label{
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background: #fff;
}

.has-error-input {
    border: 1px solid rgb(226, 4, 4);
    background: #fff;
}

.has-error-text {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    display: none;
}

.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: .25rem;
    font-size: 100%;
    color: #dc3545;
}

label {
    display: inline-block;
    margin: 8px 0;
    user-select: none;
    font-size: 14px;
    text-transform: capitalize;
}

input[type=radio] {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    outline: none;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type=radio]:checked {
    border: 1px solid #0077FF;
    background: #fff;
}

input[type=radio]:after {
    background-color: #0077FF;
    border-radius: 50px;
    content: '';
    height: 20px;
    left: -1px;
    position: absolute;
    pointer-events: none;
    top: -1px;
    overflow: hidden;
    width: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
}

input[type=radio]:checked:after {
    background-color: #006eec;
    border-color: #fd080800;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all .2s ease;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox label {
    margin-top: 10px;
    padding-left: 30px;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+.box:after {
    position: absolute;
    left: 4px;
    top: 3px;
    margin-top: -5px;
    margin-left: -4px;
    display: inline-block;
    content: ' ';
    width: 20px;
    height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
}

input[type="checkbox"]:checked+.box:after {
    background-color: #fff;
    border-color: var(--dynamic-color);
    border-width: 2px;
}

input[type="checkbox"]:checked+.box:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: var(--dynamic-color);
    content: '';
    z-index: 3;
}