.shop-container {
    width: 90%;
    margin: auto;
}

.block.steps ul li {
    display: flex;
    float: right;
    margin-left: 3.3rem;
}

.block.steps ul li a span {
    display: block;
    color: #1054801A;
    line-height: 32px;
    margin: 8px 0 8px 14px;
    text-align: center;
    font-size: 3.3rem;
    font-weight: bold;
}

.block.steps ul li a span.step-name {
    font-size: 1.66rem;
    margin-bottom: 0;
}

.block.steps ul li.active a span.step-num {
    color: #105480;
}

.block.steps ul li.active a span.step-name {
    color: black;
}

.block.steps.steps-4 ul li a {
    display: flex;
    align-items: flex-end;
    color: #04131D;
    font-size: 1.66rem;
    font-weight: bold;
}

.shop-header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #0d5480;
    color: white;
    text-align: center;
    line-height: 48px;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    padding: 0 15px;
    border-bottom: 1px solid #757575;
}

.shop-header h2{
    margin-bottom: 0;
    margin-top: 0;
}

.steps {
    display: flex;
    align-items: center;
}

.steps .step-name-title{
    color: black;
    font-size: 2.5rem;
    font-weight: 600;
    margin-left: 40px;
}


/** Cart Page **/

.cart-items-container .js-cart-item {
    display: flex;
    background-color: white;
    margin-bottom: 20px;
    padding: 1rem;
}

.quantity-container span input {
    color: black;
    width: 60px;
    text-align: center;
}

.cart-items-container .js-cart-item .product-image {
    margin-left: 1rem;
}

.js-cart-item .product-details {
    display: flex;
    flex-direction: column;
    width: 90%;
}

.js-cart-item .product-details .product-description{
    display: flex;
    justify-content: space-between;
}

.js-cart-item .product-name {
    font-weight: 600;
    font-size: 1.66rem;
    color: #105480;
}

.js-cart-item .product-details .product-attributes{
    display: flex;
}

.js-cart-item .product-details .product-attributes .product-attribute{
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
}

.js-cart-item .product-details .product-attributes .product-attribute .product-attribute-value{
    font-weight: bold;
    font-size: 1.5rem;
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}

.quantity-container {
    display: flex;
}

.quantity-buttons-container {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}

.js-cart-item-quantity{
    background-color: #105480;
    color: white;
    padding: 0.75rem;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

.quantity-buttons-container .minus,
.quantity-buttons-container .plus {
    background-color: #105480;
    color: white !important;
    height: 50%;
    padding: 0.25rem 1rem;
    border: 1px solid rgba(255,255,255, 0.4);
}

.js-cart-item .product-details .product-attributes .quantity-buttons-container .minus i,
.js-cart-item .product-details .product-attributes .quantity-buttons-container .plus i {
    color: white !important;
}

.cart-buttons {
    display: flex;
    justify-content: space-between;
}

.back-to-catalog-container {
    display: flex;
}

.back-to-catalog-img {
    background-color: #105480;
    padding: 21px;
}

.back-to-catalog-img img {
    height: 30px;
    width: 30px;
    margin-right: 0 !important;
}

.cart-buttons button.back-to-catalog {
    min-width: 300px;
    background-color: white;
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0.8rem;
    width: 10%;
}

.cart-buttons button.continue-to-payment {
    min-width: 300px;
    background-color: #105480;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.8rem;
    width: 10%;
}

.cart-buttons button.continue-to-payment img {
     margin-right: 0;
    height: 20px;
    width: 20px;
    margin-left: 5px;
}

.cart-items-container hr {
    border: none;
    border-top: 1px solid #105480;
    display: block;
    margin: auto;
    padding-bottom: 30px;
}

.table.table-bordered.cart tr.voucher {
    background-color: white;
}

.table.table-bordered.cart tr.voucher td {
    padding: 2rem;
}

.table.table-bordered.cart tr.voucher.checkout td {
    padding: 0.5rem;
}

#voucher {
    border: 1px solid #105480;
    height: 61px;
    padding: 0.5rem;
}

.total-amount {
    color: black;
    font-weight: bold;
}

.voucher-button {
    background-color: #105480;
    color: white;
    height: 61px;
    padding: 1rem;
    width: 300px;
    display: flex;
    justify-content: center;
}

.voucher-container {
    display: flex;
}

.voucher-img {
    background-color: #1782FC;
    height: 61px;
    padding: 10px;
}

.voucher-button img{
    margin-left: 10px;
    width: 28px;
    height: 28px;
}

.payments label {
    font-weight: bold;
    color: #105480;
}

/** Checkout Page **/

.cart-items-container .js-cart-item.checkout {
    border-bottom: 1px solid #105480;
}

.deliveries-table tr:nth-child(even){
    border-bottom: 1px solid #105480;
}

.deliveries-table tr:nth-child(even) td{
    padding-bottom: 20px;
}

.deliveries-table tr:nth-child(odd) td{
    padding-top: 20px;
}

.deliveries-table th, .deliveries-table .price, .deliveries-table label,
.deliveries-table .bold-text{
    color: #04131D;
    font-weight: bold;
}

.delivery-total-container {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    align-items: center;
}

.confirm-button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.confirm-button-container button {
    background-color: #105480;
    color: white;
    padding: 1rem;
}

.payment-part-label {
    color: white;
    font-size: 1.2rem;
    margin-left: 10px;
    white-space: nowrap;
}

div.payment-total-amount {
    color: white;
}

/** Payment Page **/
.payment-header {
    margin-bottom: 60px;
}

.payment-summary-text {
    margin-bottom: 20px;
    padding: 2rem 3rem;
    font-size: 1.66rem;
    color: #687177;
    border: 1px solid #105480;
}

.payment-summary {
    margin-bottom: 20px;
    padding: 2rem 3rem;
    font-size: 1.66rem;
    color: #687177;
    border: 1px solid #105480;
}

.payment-summary .products-total, 
.payment-summary .delivery-total, 
.payment-summary .total {
    display: flex;
    justify-content: space-between;
}

.payment-summary span.sum {
    color: #04131D;
    font-weight: 600;
}

.payment-summary hr {
    border-top:  1px solid #105480;
}

.payment-summary .total {
    color: #04131D;
    font-weight: bold;
}

.mobile-cart-items {
    display: none;
}

.approval-header {
    margin-top: 60px !important;
    margin-bottom: 45px !important;
}

.approval-header.approval-subtitle {
    margin-top: 30px;
    margin-bottom: 20px;
}

.approval-header h2 {
    margin-bottom: 0;
    margin-top: 0;
}

.approval-products-total {
    display: flex;
    justify-content: flex-end;
    margin-left: 10px;
    padding-bottom: 1rem;
}

.delivery-approval-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.approval-payment-subtitle {
    font-weight: bold;
    color: black;
}

.approval-buttons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.approval-buttons button,
.approval-buttons a {
    min-width: 300px;
    background-color: #105480;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.8rem;
    width: 10%;
    margin-right: 20px;
    display: flex;
    justify-content: center;
}

.delivery-name-approval,
.delivery-approval-left-side {
    font-weight: bold;
    font-size: 1.5rem;
    color: black;
}

.delivery-approval-right-side {
    display: flex;
    flex-direction: column;
}

.checkout-fields-container {
    padding: 34px 15px !important;
}

.empty-cart-button {
    background-color: #105480;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16rem;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 4.6rem;
    color: white !important;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    position: relative;
}

.iframe-container {
    min-width: 350px;
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 768px){

    .iframe-container {
        width: fit-content;
        min-width: 350px;
        margin: auto;
    }

    .js-cart-item .product-details .product-attributes .product-attribute .product-attribute-value {
        justify-content: flex-start;
    }

    .steps {
        flex-direction: column;
        align-items: flex-start;
    }

    .steps ul li.active .step-name {
        color: black !important;
        font-weight: normal;
    }

    .steps ul li:not(.active) .step-name,
    .steps ul li:not(.active) .step-num {
        display: none;
    }

    .block.steps ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .block.steps ul li {
        margin-left: 1rem;
    }

    .block.steps ul li a span {
        font-size: 1.8rem;
        margin-bottom: 0;
        margin-left: 5px;
    }

    .block.steps ul li:not(.active) a span {
      background-color: #dce1e6;
    }

    .step-indicator {
        height: 15px;
        width: 15px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
    }

    .desktop-cart-items {
        display: none;
    }

    .mobile-cart-items {
        display: block;
    }

    .cart-items-container .js-cart-item {
        flex-wrap: wrap;
    }

    .product-image {
        width: 120px;
        height: 165px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .js-cart-item .product-details .product-attributes {
        flex-wrap: wrap;
    }

    .js-cart-item .product-details .product-attributes .product-attribute {
        margin-left: 0;
        margin-bottom: 1.5rem;
    }

    .js-cart-action[data-action="delete"] {
        margin-right: 1.5rem;
    }

    .table.table-bordered.cart tr.voucher td {
        padding: 0;
    }


    .voucher-container {
        padding-right: 0 !important;
        padding-left: 0 !important;
        flex-basis: 50%;
    }

    #voucher {
        max-width: 125px;
        font-size: 14px;
    }

    .voucher-button {
        width: 150px;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .voucher-img {
        display: flex;
        align-items: center;
        width: 45px;
    }

    .voucher-img img {
        width: 31px;
        height: 31px;
    }

    .voucher-button img {
        width: 16px;
        height: 16px;
        display: none;
    }

    .mobile-cart-items .large-text.total-amount {
        margin-top: 15px;
    }

    .shop-container .payments h2 {
        display: none;
    }

    .shop-container .payment-type-container {
        margin-bottom: 20px;
    }

    .shop-container .paypal-payment-type img {
        width: 150px !important;
    }

    .cart-buttons {
        flex-direction: column;
    }

    .cart-buttons .back-to-catalog-img {
        display: none;
    }

    .cart-buttons button.back-to-catalog {
        width: 100%;
        background-color: #105480;
        color: white;
    }

    .cart-buttons .back-to-catalog-container {
        margin-bottom: 20px;
    }

    .cart-buttons button.continue-to-payment {
        width: 100%;
    }

    .checkout-form footer {
        flex-direction: column;
        height: unset;
    }

    .checkout-fields-container {
        padding: 34px 0 !important;
    }

    .no-padding-sides-mobile {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }

    .no-padding-right-mobile {
        padding-right: 0 !important;
    }

    .no-padding-left-mobile {
        padding-left: 0 !important;
    }

    .approval-header {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .delivery-approval-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .approval-header.approval-subtitle {
        flex-direction: column;
    }

    .approval-header.approval-subtitle h2 {
        font-size: 1.2rem;
    }

    .approval-buttons {
        flex-direction: column;
    }

    .approval-buttons button, .approval-buttons a {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    .cart-items-container .js-cart-item {
        padding: 0;
    }

    .cart-items-container .product-image {
        width: unset;
        height: unset;
    }

    .cart-items-container .product-name-container {
        margin-bottom: 20px;
    }

    .deliveries-table .price-column, .deliveries-table td.price {
        display: none;
    }

    .deliveries-table .price-for-mobile {
        display: block !important;
        margin-top: 15px;
    }

}

@media print {
    header.approval-header.approval-subtitle {
        flex-direction: column;
    }
}