.checkout-header {
    background: #fff;
    display: none;
    left: 0;
    margin-bottom: 10px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 3;
}

.checkout-header__inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-bottom: 14px;
    padding-top: 15px;
    width: 100%;
}

.custom-container {
    max-width: 1215px;
    width: 100%;
}

.checkout-header__wrapper {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.checkout-header__menuLogo {
    -ms-flex-pack: start;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
}

.checkout-header__logo {
    -ms-flex-pack: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 20px;
    justify-content: flex-start;
    width: 60px;
}

.checkout-header__navigation {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.checkout-header__step.active {
    color: #088178;
}

.checkout-header__step:first-child {
    margin-left: 0;
}

.checkout-header__step {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #a7a7a7;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
}

.checkout-header__separator {
    color: #a7a7a7;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -.9px;
    line-height: 1.56;
}

.checkout-header__step {
    background: rgba(0, 0, 0, 0);
    border: 0;
    color: #a7a7a7;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
}

.checkout-header__step:last-child {
    margin-right: 0;
}

.checkout-header .secure-payment-container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
}

.secure-payment-container, .secure-payment-container path {
    fill: #28a745;
    color: #28a745;
}

.checkout-header .secure-payment-container svg {
    margin: 8px 5px 13px 0;
}

.checkout-header .secure-payment-container span {
    margin-right: 2px;
}


.m-checkout-header {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .3);
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    left: 0;
    line-height: 36px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 3;
}

.m-checkout-header__back, .m-checkout-header__close {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    justify-content: center;
    z-index: 3;
}

.m-checkout-header__back {
    color: #000;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

.m-checkout-header__close em, .m-checkout-header__title {
    display: flex;
    justify-content: center;
}

.m-checkout-header__title {
    align-items: center;
    color: #000;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    letter-spacing: -.4px;
    line-height: .56;
}

.m-checkout-header__title.store, .m-checkout-header__title > .step-1 {
    font-size: 18px;
}

.m-checkout-header__title > .cart-count {
    font-size: 14px;
    margin-left: 5px;
}

.cart-items {
    border: 1px solid #e2e9e1;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.5rem;
}


.cart-items .cart-item {
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    display: flex;
    width: 100%;
}

.cart-items .cart-item .product-wrapper {
    display: flex;
    width: 100%;
}

.cart-items .cart-item .product-wrapper .product-detail {
    display: flex;
    margin: 10px 15px;
    max-width: 315px;
    width: 315px;
}

.cart-items .cart-item .product-wrapper .product-detail .product-img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    min-height: 103px;
    position: relative;
    width: 70px;
}

.cart-items .cart-item .product-wrapper .product-detail .product-img img {
    border-radius: 5px;
    min-width: 70px;
    width: 100%;
}

.cart-items .cart-item .product-wrapper .product-detail .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
}

.cart-items .cart-item .product-wrapper .product-detail .product-info h4 {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.cart-items .cart-item .product-wrapper .product-detail-second {
    display: flex;
    width: 100%;
    position: relative;
}

.cart-items .cart-item .product-wrapper .product-detail-second .quantity-column {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}

.cart-items .cart-item .product-wrapper .product-detail-second .quantity-column .quantity {
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    justify-content: space-around;
    width: 80px;
}

.cart-items .cart-item .product-wrapper .product-detail-second .price-column {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}

.cart-items .cart-item .product-wrapper .product-detail-second .price-column .price {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    color: #088178;
}

.cart-items .cart-item .product-delete {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    width: 40px;
}

@media (min-width: 992px) {
    .checkout-header {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
        display: -ms-flexbox !important;
        display: flex !important;
        margin-bottom: 0;
        position: relative;
    }

    .checkout-header__inner {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .checkout-header__logo {
        height: auto;
        width: 100%;
    }

    .m-checkout-header {
        display: none;
        height: auto;
        margin-bottom: 32px;
    }
}

.cart-summary {
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 3;
}

.cart-summary .content-bg {
    background-color: rgba(0, 0, 0, .4);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s ease;
    width: 100%;
    z-index: 1;
}

.cart-summary .content {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    padding-bottom: 20px;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .2s ease;
    width: 100%;
    z-index: 2;
}

.cart-summary .content .content-header {
    align-items: center;
    background: #f8f8f8 0 0 no-repeat padding-box;
    border-radius: 10px 10px 0 0;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    justify-content: center;
    padding: 13px 0;
}

.cart-summary .content .content-header .title {
    font-size: 18px;
}

.cart-summary .content .content-header .info {
    font-size: 12px;
}

.cart-summary .content .content-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 20px
}

.cart-summary .content .content-item .label {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
}

.cart-summary .content .content-item .price {
    font-size: 14px;
    letter-spacing: 0;
    text-align: right;
    color: #088178;
}

.cart-summary .agreement {
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 10px 10px;
}

.cart-summary .footer {
    background-color: #fff;
    box-shadow: 0 -2px 3px rgba(0,0,0,.102);
    height: 75px;
    position: relative;
    z-index: 3;
}

.cart-summary .footer .payment {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.cart-summary .footer .payment .total {
    align-items: center;
    cursor: pointer;
    display: flex;
}

.cart-summary .footer .payment .total .arrow {
    border: solid rgba(0, 0, 0, 0);
    border-top: solid #28a745;
    border-width: 6px 6px 0;
    position: relative;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    transition: all .2s ease;
    width: 12px;
}

.cart-summary .footer .payment .total .total-summary {
    padding-left: 11px;
}

.cart-summary .footer .payment .total .total-summary .label {
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: normal;
}

.cart-summary .footer .payment .total .total-summary .price {
    color: #000;
    font-size: 20px;
    letter-spacing: 0;
}
.cart-summary .footer a, .cart-summary .footer button {
     border-radius: 5px;
     font-size: 16px;
     font-weight: 500;
     padding: 15px 0;
     width: 50%;
}

.cart-summary.active .content-bg {
    display: block;
}
.cart-summary.agreement-active .footer {
    height: 150px;
}

.cart-summary.active .arrow {
    transform: rotate(180deg);
}

.cart-summary.active .content {
    transform: translateY(-75px);
}
.cart-summary.active.agreement-active .content {
    transform: translateY(-150px);
}

.cart-summary.active .footer {
    box-shadow: none;
}

.cart-summary.active .footer .agreement label {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .product-item {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .product-detail-second {
        align-items: center;
        flex-direction: column;
        padding: 15px 10px;
    }

    .product-detail-second .quantity-column {
        -ms-flex-order: 2;
        bottom: 10px;
        order: 2;
        position: absolute;
        right: 10px;
    }

    .product-detail-second .price-column .price {
        -ms-flex-order: 1;
        -ms-flex-align: start;
        align-items: flex-start;
        order: 1;
    }

    .product-detail {
        width: 275px !important;
    }

    .cart-item {
        align-items: flex-start;
        flex-direction: column;
        position: relative;
    }

    .product-delete {
        margin-left: 20px;;
        width: auto;
    }

    #addressSelectModal .modal-dialog {
        position: fixed;
        top: auto;
        right: auto;
        left: auto;
        bottom: 0;
        margin: 0;
        width: 100%;
        min-height: auto;
    }

    #addressFormModal .modal-dialog {
        position: fixed;
        top: auto;
        right: auto;
        left: auto;
        bottom: 0;
        margin: 0;
        width: 100%;
        min-height: auto;
    }

    #add-to-basket-success .modal {
        z-index: 1000;
    }

}

@media screen and (max-width: 599px) {
    .product-detail {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .product-detail {
        width: 225px!important;
    }
}
