body#checkout .help-block {
    margin-top: 0px;
    display: none;
}

body#checkout section.checkout-step .content {
    display: block !important;
}

.lnk-errors{
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin: .5rem 0;
    display: block;
  }
  
  .lnk-or{
    text-align: center;
    border-bottom: 1px solid;
    position: relative;
    padding: .5rem;
    margin: .5rem 0 1.5rem;
  }
  
  .lnk-or span{
    background-color: #fff;
    padding: .5rem;
    display: inline-block;
    position: absolute;
    top: -25%;
  }

body#checkout section.checkout-step #login-form,
#login-form-errors {
    margin-top: 0px;
    margin-left: 0px;
}

#login-modal-title {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.9375rem;
}

body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
    padding-top: 8px;
}

body#checkout .form-group {
    margin-bottom: 1rem;
}

.lnkopc-free-shipping {
    text-align: center;
    display: block;
}

.lnkopc-free-shipping.done {
    color: #34ad56;
    margin: 0;
    padding: 0;
}



@media (max-width: 767px) {
    body#checkout .form-group .col-md-6:nth-child(2) {
        margin-top: 0.5rem;
    }
    .card {
        box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125);
    }
}

#login-form-modal #login-form-modal-label {
    text-align: center;
}

#login-form-modal .modal-content {
    max-width: 400px;
    padding: 0px !important;
}

#checkout-addresses-step {
    display: none;
}

#checkout-personal-information-step,
#checkout-delivery-step {
    position: relative;
    border-bottom: 0px;
    margin-bottom: 1.5rem;
}

#checkout-delivery-step .content {
    margin-top: 1.5rem;
}

body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address {
    margin-left: 0px;
}

body#checkout #cart-summary-product-list .product-image img {
    width: 100%;
}

body#checkout .product-line-info {
    margin-bottom: 5px;
}

.product-line-grid .product-price .discount {
    background-color: #fb575b;
}

body#checkout .product-line-info.product-price.has-discount span.regular-price,
body#checkout .product-line-info.product-price.has-discount span.price {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.lnk-opc-checkout .order-checkout .card {
    padding: 1rem;
}

.lnk-opc-checkout .order-checkout .card-block {
    padding: 0;
}

.lnk-opc-checkout .promo-code__content {
    background-color: white;
}

body#checkout .product-line-info.product-price.has-discount .regular-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-weight: 400;
}

body#checkout .product-line-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

body#checkout .product-line-info.product-name .label {
    float: none;
    font-size: initial;
    color: black;
    font-weight: 600;
}

body#checkout .product-line-info .value button,
body#checkout .product-line-info .value input {
    color: #232323;
    background-color: #fff;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 20px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    float: left;
    border-radius: 0;
    font-size: 10px;
    font-weight: bold;
    margin-left: 5px;
    line-height: 21px;
}

body#checkout .product-line-grid-body .product-price {
    text-align: center;
    margin-bottom: 12px;
}

.is-invalid {
    border-color: #dc3545;
    margin-bottom: 2px;
    border-width: 2px;
}

.d-none {
    display: none ;
}

#cart-summary-product-list .product-line-grid:first-child {
    margin-top: 0px;
}

#cart-summary-product-list .product-line-grid {
    margin-top: 20px;
}

.lnk_social_login_btn {
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 20%);
    text-transform: uppercase;
    padding: 0.7rem 1.25rem;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

body#checkout a.lnk_social_login_btn:hover,
body#checkout a.lnk_social_login_btn:focus {
    color: #fff;
    text-decoration: none;
}

#lnk_social_login_facebook {
    background-color: #1877f2;
}

#lnk_social_login_google {
    background-color: #ea4335;
}

#lnk_social_login_or {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    text-transform: lowercase;
}

.lnk-opc-checkout .step-title {
    color: black;
    background-color: transparent;
    padding: 10px;

    border-bottom: 1px solid #140202;
}

.lnk-opc-checkout .address-box {
    padding: 10px;
}

.lnk-opc-checkout .delivery-option {
    background-color: white;
}

.lnk-opc-checkout .delivery-option {
    padding: 10px 0;
}

.lnk-opc-checkout .checkout-step .additional-information {
    padding: 1rem 1.6rem;
}

.lnk-opc-checkout .header__logo--checkout {
    max-width: 100%;
}