/** first template **/
.bold{
    font-weight: bold;
}
#checkout-offer-details {
    padding: 18px 22px;
    border: solid 1px #dddddd;
    background-color: #fff;
    margin: 35px 0px;
}

#checkout #checkout-offer-details {
    border: none;
    margin: 0;
    padding-top: 0;
}

#checkout-offer-details * {
    font-size: 14px;
    /*color: #878787;*/
}

#checkout-offer-details .title-offers {
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

#checkout-offer-details a {
    font-size: 14px;
    color: #ea1812;
}

#checkout-offer-details a:hover {
    text-decoration: underline;
}

#checkout-offer-details ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

#checkout-offer-details ul li {
    margin-bottom: 8px;
    color: #333;
}

#checkout-offer-details > p{
    color:#333;
}

#checkout-offer-details ul li:last-child {
    margin-bottom: 0px;
}

#checkout-offer-details ul li:before {
    content: "\2022";
    color: #ea1812;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 10px;
    margin-left: 0;
}

#checkout-offer-details.offer-detail-cart .title {
    color: #333;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

#checkout-offer-details.offer-detail-cart p {
    color: #878787;
    font-size: 14px;
}

#checkout-offer-details .border-right {
    border-right: 1px solid #dddddd;
}

#checkout-offer-details .flexme {
    display: flex;
    align-items: center;
}

/*DisplayShoppingcart*/
#checkout-delivery-options-list .products-count {
    color: #ea1812;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

#checkout-delivery-options-list .title {
    display: block;
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

#checkout-delivery-options-list .delivery-options .delivery-option {
    margin: 0 0 10px;
    padding: 10px 10px 9px;
    border-radius: 10px;
    border: solid 1px #dddddd;
    background-color: #fff;
}

#checkout-delivery-options-list .delivery-options .delivery-option-checked {
    border-color: #ea1812;
}

#checkout-delivery-options-list .delivery-options .delivery-option:hover {
    border-color: #ea1812;
}

#checkout-delivery-options-list .delivery-options .delivery-option .carrier-texts {
    text-align: left;
    color: #878787;
    font-size: 12px;
}

#checkout-delivery-options-list .delivery-options .delivery-option .carrier-price {
    text-align: right;
    color: #ea1812;
    font-size: 15px;
}

#checkout-delivery-options-list .delivery-options .delivery-option .carrier-price > span {
    display: block;
}

#checkout-delivery-options-list .delivery-options .delivery-option label {
    cursor: pointer;
    display: block;
    width: 100%;
}

#cart .delivery-options-list .delivery-options .delivery-option label .carrier {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    align-items: center;
}

#cart .delivery-options-list .delivery-options .delivery-option .carrier .carrier-logo img {
    max-width: 46px;
    height: auto;
}

#cart .delivery-options-list .delivery-options .delivery-option label .carrier > * {
    margin-right: 8px;
}

#cart .delivery-options-list .delivery-options .delivery-option label .carrier > *:last-child {
    margin-right: 0 xp;
    margin-left: auto;
}

#cart .delivery-options-list .delivery-options .delivery-option .carrier .carrier-texts span {
    display: block;
    text-align: left;
}

/*modal*/
#lgcheckout-modal .modal-header,#checkout .modal-header {
    border: 0;
    padding: 15px 40px;
    background-color: #acaaa6;
}

#lgcheckout-modal .modal-title,#checkout .modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 1.125rem;
}

/**form geust - form preview*/
#checkout .lgcheckoutaddition-button {
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin: 15px 0 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    padding: 0;
}

#checkout .lgcheckoutaddition-secondary {
    background-color: #cbc8ba
}

/* navbar*/
#main-checkout-bar .mcb a {
    color: #acaaa6;
    font-weight: normal;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    transition: .3s all ease-in-out;
}

#main-checkout-bar .mcb-complete:hover a {
    color: #ea1812;
    cursor: pointer;
}

#main-checkout-bar .mcb-complete a {
    color: #f2928f;
    cursor: pointer;
}


#checkout #before-checkout-address,
#checkout #hook-display-before-carrier .title-summary-content,
#checkout #checkout-payment-step .title-payment-content {
    text-align: center;
}

#checkout #before-checkout-address p.title-shipping-delivery,
#checkout #hook-display-before-carrier .title-summary,
#checkout #checkout-payment-step .title-payment-content .title-payment {
    color: #333 !important;
    font-size: 30px !important;
    text-align: center;
}

#checkout #hook-display-before-carrier .title-summary, #checkout .title-payment-content .title-payment {
    margin-bottom: 15px;
}

#checkout #before-checkout-address p.shipping-checkout-delivery {
    background-color: #f2f2f2;
    padding: 10px 0px;
    text-align: center;
    color: #878787;
    font-size: 14px;
    margin-top: 10px;
}

.off-screen-lg {
    display: none !important;
}

.loading-screen-lg + .loading-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 15px 0px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.loading-screen-lg + .loading-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ea1812;
    border-color: #ea1812 transparent #ea1812 transparent;
    animation: loading-ring 1.2s linear infinite;
}

@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#after-carrier .address .address-title {
    text-align: left;
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

#after-carrier .address {
    color: #878787;
    font-size: 14px;
    margin-bottom: 20px !important;
}

#after-carrier .address .address-formatted {
    margin-bottom: 20px;
}

#after-carrier .address .checkout-address-update {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    color: #878787;
    padding: 0px
}

#after-carrier .address .checkout-address-update:hover {
    color: #ea1812;
}

#after-carrier .address .checkout-address-update i {
    font-size: 15px;
}

#checkout-form-guest {
    padding: 40px 20px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 25px;
}

#checkout-form-guest .title {
    font-size: 20px;
    margin-bottom: 20px;
}

#checkout-form-guest .description {
    color: #878787;
    font-size: 14px;
    padding-top: 20px;
}

#checkout .lgcheckout-addition-title {
    font-size: 20px;
    padding: 20px 0px;
    color: #333;
    text-align: center;
    display: block;
}

#cart h1.page-heading {
    margin-bottom: 10px;
}

#cart .cart-grid-header .products-count {
    color: #878787;
    font-size: 14px;
}

#cart .cart-summary .card-block.cart-summary-totals {
    border: none;
}

#cart .cart-summary .cart-detailed-totals .block-promo {
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px;
    margin-bottom: 10px;
}

#cart .cart-summary .cart-detailed-totals .block-promo .block-promo {
    border: 0;
    padding: 0;
    margin: 0;
}

#checkout #login-form-checkout {
    padding: 40px 20px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff;
    margin-bottom: 40px;
}

#checkout .checkout-grid .page-heading {
    margin-bottom: 40px;
}

#login-form-checkout .desc-comment {
    padding: 0 15px;
    margin-bottom: 20px;
    color: #333;
}

#login-form-checkout .desc-comment p {
    font-size: 16px;
    line-height: 1.25;
}

#login-form-checkout .forgot-password {
    padding: 0 15px
}

#login-form-checkout .alert {
    margin: 15px;
}


#before-checkout-address .icon-delivery, #hook-display-before-carrier .icon-summary, #checkout-payment-step .icon-payment {
    color: #acaaa6;
    font-size: 6em;
}

#checkout .delivery-options-list, #checkout #checkout-payment-step .payment-options {
    margin: 20px 0;
    padding: 40px 20px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff;
}

#checkout .delivery-options-list .delivery-method-title, #checkout #checkout-payment-step .payment-options .payment-method-title {
    margin: 0 0px 20px 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
    display: block;
}

#checkout-addresses-step > .content > .js-address-form {
    padding: 20px 20px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff;
}

#checkout #continue-checkout-process {
    /*width: 260px;*/
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#checkout .checkout-step footer a,
#checkout .checkout-form-guest-footer a,
#checkout .login-form-checkout-footer a {
    color: #878787;
    display: inline-block;
}

#checkout .checkout-step footer a:hover,
#checkout .checkout-form-guest-footer a:hover,
#checkout .login-form-checkout-footer a:hover {
    color: #ea1812;
}

#checkout .checkout-step footer a > i,
#checkout .checkout-form-guest-footer a > i,
#checkout .login-form-checkout-footer a > i {
    font-size: 20px;
}

#checkout #cart-shipping-name .label > span {
    display: block;
}

#checkout .checkout-grid .title-text-element {

}

/**override checkout**/
body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .payment-options .payment-option {
    padding: 10px 10px 10px 40px !important;
    min-height: 50px !important;
}

body#checkout section.checkout-step .delivery-options .custom-radio,
body#checkout section.checkout-step .payment-options .custom-radio {
    left: 10px !important;
}

body#checkout section.checkout-step .carrier-name, body#checkout section.checkout-step .carrier-delay {
    font-size: 12px !important;
}

body#checkout section.checkout-step .form-footer {
    display: none !important;
}

body#checkout section.checkout-step .payment-options .payment-option .payment-name {
    color: #878787;
    font-size: 12px !important;
}

body#checkout section.checkout-step .payment-options .payment-option label .payment-logo {
    width: 70px !important;
}

body#checkout section.checkout-step .payment-options label {
    width: 100% !important;
    justify-content: flex-start;
}

body#checkout section.checkout-step .js-address-form .form-group.id_country {
    display: none;
}

body#checkout #checkout-form-guest #customer-form .form-group.firstname,
body#checkout #checkout-form-guest #customer-form .form-group.lastname,
body#checkout #checkout-form-guest #customer-form .form-group.password,
body#checkout #checkout-form-guest #customer-form .form-group.birthday {
    width: 100%;
}

body#checkout #checkout-form-guest .form-group.id_gender {
    margin: 0 0 20px 0;
}

body#checkout #checkout-form-guest .psgdpr a {
    color: #ea1812;
}
/*
body#checkout .modal-backdrop{
    display:none !important;
    z-index: 8009 !important;
}

body#checkout .modal-open{
    overflow-y:auto !important;
}*/

body#checkout .modal-content {
    padding: 0 !important;
    background-color: #ffffff !important;
}