﻿.shopping-cart-inner {
    padding: 120px 0;
}

@media(min-width:1024.5px) {


    .shopiingCartApp .error-page .cart-heading {
        display: none !important;
    }
}

.shopping-cart-inner .cargo-inner {
    padding: 10px;
    background-color: rgb(254 246 216);
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 8px;
}

.shopping-cart-inner .cartItem {
    margin-bottom: 15px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

    .shopping-cart-inner .cartItem:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.cart-heading{
    margin-bottom:60px;
}

.shopping-cart-inner .cartItem .cartItem-container {
    width: 100%;
}

.cartItem-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.payment_secure {
    display: flex;
    align-items: center;
    font-weight: bold;
    text-align: right;
}

    .payment_secure svg {
        width: 40px;
        height: 40px;
        fill: var(--green);
        margin-right: 5px;
    }

.ps_ssl {
    color: var(--green);
    text-align: left;
    font-size: 13px;
}

    .ps_ssl b {
        font-size: 23px;
        line-height: 18px;
        letter-spacing: 6px;
    }

.payment_secure div {
    line-height: 15px;
}

.payment_secure img {
    height: 26.5px;
    margin-left: 10px;
}

.product-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
}

.errorHeading {
    margin-bottom: 0 !important;
}

@media(min-width:1024.5px) {
    .shopping-cart-left {
        width: calc(100% - 405px);
        margin-right: 50px;
    }

    body.checkout .shopping-cart-left {
        width: calc(100% - 395px);
        margin-right: 40px;
    }

    body.checkout .container-fluid {
        border-bottom: 1px solid #dddddd;
        max-width: 100%;
        margin-bottom: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
    }


    .shopping-cart-inner .cart-summary {
        width: 320px;
    }

    .cart-summary-wrapper,
    .cart-summary {
        position: sticky;
        right: 0;
        top: 10px;
        height: max-content;
    }
}


.delivery-info {
    color: var(--site-primary-text);
    padding: 15px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #f2ffee;
    font-size: 16px;
    color: var(--green);
    font-weight: 500;
    border-left: 4px solid var(--green);
}

.cartItem .cartItem-img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    width: 220px;
    border-radius: 1em;
    overflow: hidden;
}

    .cartItem .cartItem-img img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        border-radius: 1em;
    }


.cartItem-info {
    width: 100%;
    padding-bottom: 0;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

    .cartItem-info * {
        color: var(--site-primary-text);
    }

    .cartItem-info .opt_optionName {
        font-weight: 500;
        margin-top: 5px;
    }

.cart-delete-button {
    width: auto !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0 10px !important;
}

.button_click-order {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 50px;
}

.coupon-form {
    margin-bottom: 20px;
}

    .coupon-form h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .coupon-form .btn-light {
        position: absolute;
        right: 0;
        top: 0;
        background-color: transparent;
        height: 46px;
        padding: 0 15px;
        border: 0;
        font-size: 22px;
        color: var(--site-primary-text);
    }

    .coupon-form input {
        max-width: 100%;
    }

    .coupon-form .error-message {
        color: var(--red);
        margin-bottom: 10px;
        border: 1px solid var(--red);
        padding: 10px;
        border-radius: 6px;
    }

.btn-delete {
    background-color: #fff;
    width: 43px;
    text-align: center;
    padding: 0 !important;
    height: 43px;
}

    .btn-delete::before {
        content: "\e959";
        font-family: babywisefont !important;
    }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


.cart-first {

    border-radius: 1em;
    box-shadow: rgb(113 112 114 / 5%) 0px 4px 10px;
    position: relative;
}

    .cart-first ul li {
        padding: 15px 0;
        border-bottom: 1px solid #dddddd;
    }

        .cart-first ul li.cart-total {
            border: 0;
            font-size: 18px;
            padding-bottom: 20px;
        }

            .cart-first ul li.cart-total .summary-item-2 {
                font-weight: bold;
                color: var(--site-primary-color);
            }

.cartItem-price {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding: 10px 0;
    position: absolute;
    right: 0;
    display:none!important;
}
.cart-first ul{
    display:none!important;
}
.cart-first > p {
    font-size: 15px;
    margin-bottom: 20px;
}

.cartItemProductName {
    padding-right: 100px;
}

.cartItem-quantity {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

    .cartItem-quantity button {
        width: 40px;
        height: 40px;
        border: 0;
        background-color: transparent;
        color: var(--site-primary-color);
        padding: 0;
        border-radius: 9999px;
        background: transparent;
        font-weight: bold;
        font-size: 18px;
    }

        .cartItem-quantity button svg {
            fill: var(--red);
            position: relative;
            top: -1px;
        }

    .cartItem-quantity input {
        padding: 0;
        text-align: center;
        border: 0;
        height: 40px;
        line-height: 40px;
        width: 60px;
        margin: 0 10px;
        background-color: transparent;
        border-radius: 9999px;
        color: var(--site-primary-color);
        font-weight: bold;
    }

.cartItemProductName a {
    font-size: 16px;
    font-weight: 500;
}

.vari-list li {
    padding: 0;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 0;
}

    .vari-list li > div {
        display: inline-block;
        color: var(--site-paragraf-text);
        font-size: 13px;
    }

        .vari-list li > div:last-child {
            font-weight: 400;
        }

.shipping-sections .header {
    display: flex !important;
    align-items: center;
    padding: 15px 0;
}

    .shipping-sections .header a img {
        width: 200px;
        height: auto;
    }

#shippingMethods {
    display: none !important;
}

.result-error {
    padding: 0px 0 40px;
    text-align: center;
}

    .result-error h1 {
        color: var(--red);
    }


.address-list {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

    .address-list.inDisable {
        height: 0px;
        opacity: 0;
        visibility: hidden;
        margin-top: 0;
        margin-bottom: 0;
    }

    .address-list input {
        position: absolute;
        top: -30px;
        left: 10px;
    }

    .address-list > div {
        width: 100%;
        position: relative;
        max-width: 400px;
        margin-bottom: 50px;
    }

        .address-list > div.new-address {
            width: auto;
            display: inline-block;
            margin-bottom: 0;
        }

    .address-list .adres-wrapper label {
        height: 120px;
        margin: 0;
        display: block;
        padding: 10px 20px;
        cursor: pointer;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 1em;
        box-shadow: rgb(113 112 114 / 5%) 0px 4px 10px;
    }

        .address-list .adres-wrapper label.checked {
            border: 1px solid var(--site-secondary-color);
            background-color: #eef9ff;
            outline: 1px solid var(--site-secondary-color);
        }

    .address-list label .wrapper * {
        display: block;
        font-size: 14px;
    }

.AddressLine1, .AddressLine12 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}

.user-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.address-list label .wrapper .address-updated {
    position: absolute;
    top: -28px;
    left: 0;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 15px 0 45px;
}

.address-box-edit {
    text-decoration: underline;
}

.address-list > div.new-address label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 15px 30px;
    border-radius: 999px;
    border-color: #ccc;
}

    .address-list > div.new-address label.checked {
        color: var(--site-secondary-color);
        font-weight: bold;
    }

.address-list > div.new-address input {
    display: none;
}

body.checkout {
    background-color: #ffffff;
}


.shipping-sections {
    background-color: #ffffff;
    padding: 0 0 40px;
}

/*

.billingAddress {
    margin-top: 20px;
    border: 0;
    display: flex;
    padding: 0px 0px;
    border-radius: 8px;
    font-size: 13px;
}

    .billingAddress label {
        margin-bottom: 0;
    }
*/


.paymentItem {
    width: 100%;
    text-align: left;
    background: transparent !important;
    color: var(--site-primary-text) !important;
    border: 1px solid #dddddd;
    border-radius: 1em;
    box-shadow: rgb(113 112 114 / 5%) 0px 4px 10px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}

.payment-select label {
    padding: 20px;
    width: 100%;
    font-size: 17px !important;
    font-weight: bold;
    display: block !important;
    margin: 0 !important;
    padding-left: 60px;
}

    .payment-select label span {
        display: block;
    }

        .payment-select label span.small {
            font-size: 13px;
            margin-top: 5px;
        }

.payment_method:checked ~ label {
    border-bottom: 1px solid #dddddd;
}

/*body.checkout input[type='radio']:checked {
    --active: var(--site-primary-color);
    border: 1px solid var(--site-primary-color);
}

body.checkout input[type='radio']:focus,
body.checkout input[type='radio']:hover {
    box-shadow: 0 0 0 var(--site-primary-color) !important;
    border-color: var(--site-primary-color) !important;
}
*/
.payment_method {
    position: absolute !important;
    height: 24px !important;
    width: 24px !important;
    left: 20px;
    top: 25px;
}

    .payment_method:after {
        width: 24px !important;
        height: 24px !important;
    }

.payment-method {
    position: relative;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.paymentItem.active .payment-method {
    display: block;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.bankCart_wrapper {
    padding: 20px 20px 0;
    min-height: 420px;
}

    .bankCart_wrapper .row {
        margin: 0 -5px;
    }

        .bankCart_wrapper .row > * {
            padding: 0 5px;
        }


.p-card-options-wrapper {
    margin-top: 20px;
}

.p-installment-options-wrapper h1 {
    margin-left: 20px;
    margin-bottom: 10px;
}

.p-installment-options-wrapper ul {
    border-top: 1px solid #dddddd;
}

.p-installment-options-wrapper {
    display: none;
    margin: 0 -20px;
}

    .p-installment-options-wrapper ul li {
        border-bottom: 1px solid #eee;
        font-weight: 500;
    }

        .p-installment-options-wrapper ul li:last-child {
            border-radius: 0 0 1em 1em;
            border-bottom: 0;
        }

        .p-installment-options-wrapper ul li.selected {
            color: var(--site-primary-color);
        }

.installment-item {
    display: flex;
    align-items: center;
    padding: 5px 20px;
    min-height: 60px;
}

    .installment-item .g-radio {
        width: 30px;
        height: 100%;
    }

    .installment-item .g-text {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 30px);
        height: 100%;
        align-items: center;
        font-size: 15px;
    }

.price_values_or_text {
    font-size: 15px;
}

.p-card-options-desc {
    border-top: 1px solid #dddddd;
    border-radius: 0 0 1em 1em;
    height: 160px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #fbfbfb;
    font-size: 14px;
    margin: 0 -20px;
}

.g-total-count {
    color: var(--site-paragraf-text);
    font-size: 13px;
}

.g-text > div:first-child {
    width: 50%;
}

.g-text-col-2 {
    width: 50%;
    text-align: right;
}

.price_value {
    font-weight: bold
}

.price_text {
    color: var(--site-paragraf-text);
    font-size: 14px;
}


.sozlesme {
    font-size: 13px;
    color: var(--site-paragraf-text);
    margin: 20px 0;
    font-weight: 600;
}

    .sozlesme input {
        margin-right: 5px;
        position: absolute;
        left: 20px;
    }

    .sozlesme > div {
        padding-left: 30px;
    }

    .sozlesme a {
        font-weight: 600;
        text-decoration: underline;
        font-size: 13px;
        color: var(--site-primary-text);
    }

.codPayment {
    padding: 0 20px;
}

.alert {
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
}

.alert-danger {
    border: 1px solid var(--red);
    color: var(--red);
    background-color: #fff8f9;
}

.alert-info {
    color: var(--site-primary-text);
    background-color: #fffff1;
    border: 1px solid #deddbe;
}

.address_form p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
}

.UseShippingAddressAsBillingAddress label {
    cursor: pointer;
}

.userInActiveInfo a {
    font-weight: bold;
    text-decoration: underline;
}

body.checkout h1,
.form-group,
.userInActiveInfo, .shippingCargoError,
.UseShippingAddressAsBillingAddress {
    margin-bottom: 20px;
}

#PaymentMethod_CoD .btn-order {
    min-width: 200px;
}

.sozlesme-body {
    height: 200px;
    overflow-x: auto;
    background: #f5f5f5;
    margin-bottom: 30px !important;
    display: block;
    padding: 15px;
    border-radius: 8px;
}

#sozlesmeler h1 {
    font-size: 16px;
}

.sozlesme-body p,
.sozlesme-body {
    margin-bottom: 0;
    font-size: 13px;
}


    .sozlesme-body::-webkit-scrollbar {
        background: #d8d8d8;
        width: 7px;
        border-radius: 3px;
    }

    .sozlesme-body::-webkit-scrollbar-thumb {
        background: #7a7a7a;
        border-radius: 3px;
    }

.step {
    display: flex;
    width: calc(100% - 400px);
    align-items: center;
    justify-content: center;
}

    .step .step-item {
        margin: 0 15px;
        padding: 5px 0 0;
    }

    .step .step-icon {
        background-color: rgb(202 235 255);
        color: var(--site-secondary-color);
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        line-height: 32px;
        margin-right: 5px;
    }

.step-item.active {
}

.step-item .link {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--site-primary-text);
    font-size: 18px;
}

.step-item.active .step-icon {
    background-color: var(--green);
    color: #ffffff;
}



.step-item.current .link {
    font-weight: bold;
    color: var(--green);
}

.step-item.current .step-icon {
    background-color: var(--green);
    color: #ffffff;
}

.step-item.next {
}

    .step-item.next .step-icon {
        background-color: #cccccc;
        color: #767677;
    }

    .step-item.next .link {
        color: #767677;
    }

.address_form {
    margin-bottom: 20px;
}

.csp-container {
    border: 1px solid #f68f20;
    background-color: #FFFAEE;
    border-radius: 1em;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.cspc-img {
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
}

.cspc-info {
    font-size: 16px;
}

.cspc-item {
    align-items: center;
    padding: 5px 0;
}

.cspc-heading {
    position: relative;
    padding-left: 30px;
}

.error-icon {
    position: absolute;
    left: 0;
    width: 22px !important;
    height: 22px;
}

    .error-icon circle {
        fill: #f68f20;
    }

.stock-error span:last-child,
.stock-product-name {
    font-weight: bold;
}

.csp-container p {
    color: var(--site-primary-text);
}

.cspc-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .cspc-footer a,
    .cspc-footer button {
        width: 45%;
    }

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}


.payment-container {
    position: absolute;
    width: 275px;
    top: 30px;
    right: 20px;
}

#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg {
        width: 100px;
        max-height: 60px;
    }

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    border-radius: 1em;
    box-shadow: rgb(113 112 114 / 5%) 0px 4px 10px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

.field-container {
    margin-bottom: 20px;
    position: relative;
}

    .field-container .label-control {
        font-size: 14px;
        margin-bottom: 5px;
        font-weight: 600;
        display: block;
    }

    .field-container select option {
        font-size: 13px;
    }

    .field-container.mb-0 {
        margin-bottom: 0;
    }

    .field-container label {
        font-size: 13px;
    }
/* FLIP ANIMATION */
.payment-container {
    perspective: 1000px;
}

.ccicon {
    height: 34px;
    position: absolute;
    right: 5px;
    width: 60px;
    top: 35px;
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .creditcard .front,
    .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }


#paymentModal .modal-dialog {
    width: 450px;
    max-width: 450px;
    border-radius: 0 !important;
}

    #paymentModal .modal-dialog .modal-content {
        border-radius: 0 !important;
    }

    #paymentModal .modal-dialog iframe {
        width: 450px;
        height: 500px;
    }


@media(max-width:1023.1px) {
    .delete-wrapper button span {
        display: none;
    }

    .cartItem-quantity button {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .cartItem-quantity input {
        height: 30px;
        width: 30px;
        line-height: 20px;
        margin: 0 5px;
        font-weight: bold;
    }

    .cartItemProductName {
        padding-right: 35px;
    }

    .delete-wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }

    .cart-delete-button {
        width: 30px !important;
        height: 30px !important;
        padding: 0 !important;
    }

        .cart-delete-button svg {
            width: 16px !important;
            height: 16px !important;
        }

    .cartItem-info * {
        color: var(--site-primary-text);
        font-size: 12px;
    }

    .vari-list li {
        margin-bottom: 0px;
    }

    .cart-summary {
        display: none;
    }

    .shopping-cart-left {
        width: 100%;
    }

    .cartItem .cartItem-img {
        width: 150px;
    }

    .shopping-cart-inner .cartItem {
    }

    .cartItem-price {
        font-size: 14px;
        right: 0;
        bottom: 5px;
        padding: 0;
    }

    .shopping-cart-inner {
        padding: 00px 0 30px;
    }

    .delivery-info {
        padding: 5px 10px;
        font-size: 14px;
    }

    .header {
     
    }
    .shopiingCartApp .error-page .cart-heading {
    display:none!important;
    }
    .cart-heading {
        position: relative;
        top: 0;
        background-color: #fff;
        width: 100%;
        left: 0;
        right: 0;
        height: 40px;
        display: flex;

 
        padding-top: 10px;
    }
    body.checkout{
        padding-bottom:180px!important;
    }
    .cart-summary {
        display: block !important;
        position: fixed;
        bottom: 0;
        z-index: 99;
        padding: 10px;
        background-color: #fff;
        border-top: 1px solid #ddd;
    }

        .cart-heading > * {
            margin-bottom: 0;
        }

    .sticky-toolbar-mobile {
        display: none !important;
    }

    .shopiingCartApp {
        min-height: calc(100vh - 40px);
    }

        .shopiingCartApp .error-page .container {
            padding: 70px 0 30px !important;
        }

    .step {
        position: absolute;
        top: 55px;
        right: 0;
        text-align: center;
        width: calc(100% + 20px);
        border-bottom: 1px solid #ddd;
        background-color: #eee;
        padding: 10px 10px 14px;
        left: -10px;
        display: flex;
        justify-content: space-around;
    }

    .shipping-sections {
        padding: 0 !important;
    }

        .shipping-sections .header a img {
            width: 120px;
            height: auto;
        }

        .shipping-sections .container-fluid {
            border-bottom: 1px solid #ddd;
            margin-bottom: 70px;
        }

    .step .step-item {
        margin: 0;
        width: 100%;
    }

    .step .step-icon {
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .step-item .link {
        font-size: 13px;
    }

    .payment_secure svg {
        width: 20px;
        height: 20px;
    }

    .shipping-sections .header {
        justify-content: space-between;
    }

    .payment_secure div {
        line-height: 10px;
    }

    .ps_ssl b {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 10px;
    }

    .ps_ssl {
        font-size: 10px;
    }

    .payment_secure img {
        height: 20px;
        margin-left: 10px;
    }
}
