.shoppingCartSectionWrapp{
    min-height: 480px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 67px;
}

@media screen and (max-width:1280px) {
    .shoppingCartSectionWrapp{
        padding: 20px 16px;
        padding-bottom: 100px;
    }
}

.shoppingCartSectionWrapp .empty,
.shoppingCartSectionWrapp .successful{
    max-width: 388px;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.shoppingCartSectionWrapp .empty {
    text-align: center;
}

.shoppingCartSectionWrapp .empty h1{
    font-size: 32px;
}

.shoppingCartSectionWrapp .empty .primary-btn,
.shoppingCartSectionWrapp .successful .primary-btn{
    margin-top: 12px;
}

.shoppingCartSectionWrapp .successful h1,
.shoppingCartSectionWrapp .successful p{
    text-align: center;
    margin: 0 auto;
}

.shoppingCartSectionWrapp .successful h1{
    max-width: 373px;
}

.shoppingCartSectionWrapp .successful p{
    max-width: 205px;
}

.shoppingCartSectionWrapp .notEmpty{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    gap: 56px;
    margin-top: 40px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization{
    max-width: 400px;
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    padding-top: 16px;
    background-color: white;
    height: fit-content;
}

.shoppingCartSectionWrapp .notEmpty .sumarization h2{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 6px;
    line-height: 140%;
    padding: 0px 24px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    padding: 0px 24px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .name{
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .date{
    font-family: 'VolteSemibold', 'sans-serif';
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting svg{
    min-width: 12px;
    min-height: 12px;
    transition: transform 0.2s ease-in-out;
}

#datePickerOpenClose.isActive svg {
    transform: rotate(180deg);
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .aditInfoWrapp{
    position: absolute;
    bottom: calc(15px + 12px);
    max-width: 268px;
    width: 100%;
    z-index: 10;
    display: none;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting svg:hover + .aditInfoWrapp{
    display: block;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .aditInfoWrapp .aditInfo{
    background-color: #343332;
    color: white;
    font-size: 12px;
    padding: 16px;
    text-align: center;
    border-radius: 12px;
    padding-top: 12px;
    line-height: normal;
    z-index: 12;
    position: relative;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .aditInfoWrapp .triangel{
    width: 39.523px;
    height: 39.523px;
    transform: rotate(45deg);
    background-color: #343332;
    position: absolute;
    z-index: 11;
    bottom: 0px;
    right: 55px;
    border-radius: 4px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .setting .aditInfoWrapp .aditInfo span{
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker{
    padding-top: 6px;
    padding-bottom: 4px;
    display: none;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .bootstrap-datetimepicker-widget table {
    width: calc(100% + 24px);
    border-spacing: 12px 0;
    margin: 0;
    margin-left: -12px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker.show{
    display: block;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .mainControlls{
    max-width: 280px;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: flex;
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin: 0 auto;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days p{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days p.disable{
    color: var(--border-primary);
    cursor: default;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days p.active{
    background-color: var(--primary-color);
    color: white;
    border-radius: 999px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days .nameDay{
    font-family: 'VolteSemibold', 'sans-serif';
    line-height: 140%;
    font-size: 16px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .error{
    display: flex;
    border-radius: 4px;
    padding: 5px 6px;
    margin-top: 4px;
    background-color: var(--yelow-100);
    gap: 4px;
    font-size: 12px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .error svg{
    min-width: 12px;
    min-height: 12px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .line{
    height: 1px;
    width: 100%;
    background-color: var(--border-primary);
    margin: 6px 0px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .sumRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 140%;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .sumRow .value{
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .sumRow.loyalty .value{
    color: var(--surface-green);
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum{
    background-color: var(--surface-smoke);
    width: 100%;
    padding: 24px;
    padding-top: 12px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .line{
    width: 100%;
    height: 1px;
    background-color: var(--border-primary);
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .sum{
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    align-items: end;

}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum h4,
.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .price{
    text-align: right;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum h4{
    font-size: 26px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .price{
    color: var(--text-secondary);
    font-size: 16px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .next{
    background-color: var(--surface-green);
    padding: 15px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: white;
    font-family: 'VolteSemibold', 'sans-serif';
    font-size: 0.96em;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum button.next {
    width: 100%;
}

.shoppingCartSectionWrapp .notEmpty .sumarization.automaticOrder .footSum .next{
    background-color: var(--border-primary);
}

.shoppingCartSectionWrapp .notEmpty .sumarization .footSum .error{
    display: none;
}


.shoppingCartSectionWrapp .notEmpty .sumarization.automaticOrder .mainSum .setting .switch{
    justify-content: flex-end;
    background-color: var(--surface-yellow);
}

.shoppingCartSectionWrapp .notEmpty .sumarization.automaticOrder .footSum .error{
    border: 1px solid var(--surface-yellow);
    border-radius: 4px;
    display: flex;
    gap: 4px;
    background-color: var(--yelow-100);
    font-size: 12px;
    padding: 5px 6px;
}

.shoppingCartSectionWrapp .notEmpty .sumarization.automaticOrder .footSum .error svg{
    min-height: 12px;
    min-width: 12px;
}

/* Shopping Cart */

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection{
    width: 100%;
    max-width: 824px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head{
    width: 100%;
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation{
    background-color: var(--surface-smoke);
    padding: 12px 24px;
    max-width: 540px;
    width: 100%;
    border-radius: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item span{
    background-color: white;
    width: 32px;
    height: 32px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 999px;
    border: 1px solid var(--border-primary);
    font-size: 16px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item{
    z-index: 11;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: center;
    flex-direction: column;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item p{
    font-size: 14px;
    text-align: center;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .line{
    position: absolute;
    top: 16px;
    width: 84%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--border-primary);
    z-index: 10;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item.active p{
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item.active span{
    border: 2px solid var(--primary-color);
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item.backAvalible{
    cursor: pointer;
}
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items a.item{
    text-decoration: none;
    color: currentColor;
}
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item.backAvalible p{
    text-decoration: underline;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .target,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target{
    font-size: 14px;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    background-color: var(--blue-200);
    border-radius: 12px;
    max-width: 268px;
    width: 100%;
    text-align: center;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target{
    display: none;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .target p,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target p{
    max-width:182px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .target span,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target span{
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .title,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .title{
    display: flex;
    align-items: center;
    gap: 8px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .title p,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .title p{
    width: 21px;
    height: 21px;
    border-radius: 999px;
    background-color: var(--primary-color);
    color: white;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .title h2{
    font-size: 26px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products{
    display: flex;
    margin-top: 16px;
    gap: 16px;
    width: 100%;
    flex-direction: column;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .line,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .line{
    width: 100%;
    height: 1px;
    background-color: var(--border-primary);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product{
    display: flex;
    gap: 16px;
    width: 100%;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .img,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .img{
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--border-primary);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .img img,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .img img{
    width: 100%;
    height: auto;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first{
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first h3,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first h3{
    font-size: 16px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first h3 a,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first h3 a {
    color: currentColor;
    text-decoration: none;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp{
    display: flex;
    gap: 6px;
    font-size: 12px;
    margin-top: 6px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp .stock,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp .stock{
    display: flex;
    align-items: center;
    gap: 4px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp .stock .ball,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp .stock .ball{
    width: 8px;
    height: 8px;
    border-radius: 999px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp .stock.inStock .ball,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp .stock.inStock .ball{
    background-color: var(--surface-green);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp .stock.outStock .ball,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp .stock.outStock .ball{
    background-color: var(--surface-red);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first .descWrapp .stock.onOrder .ball,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first .descWrapp .stock.onOrder .ball{
    background-color: var(--surface-yellow);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second{
    display: flex;
    max-width: 268px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp{
    display: flex;
    gap: 6px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .amount{
    width: 100px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid var(--border-primary);
    background-color: white;
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .amount span{
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .amount span.btn-counter {
    display: inline-flex;
    width: 20px;
    height: 28px;
    justify-content: center;
    align-items: center;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon{
    background-color: var(--surface-smoke);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon svg{
    min-width: 12px;
    min-height: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon.favorite{
    margin-left: 14px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon.favorite a {
    display: block;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon.favorite svg {
    display: block;
    width: 12px;
    height: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .controlWrapp .icon.favorite svg:not(.favoriteIconLike) path {
    stroke: var(--text-secondary);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .priceWrapp,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second .priceWrapp{
    min-width: 86px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .priceWrapp h4,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second .priceWrapp h4{
    font-size: 16px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .priceWrapp p,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second .priceWrapp p{
    color: var(--text-secondary);
    text-decoration: line-through;
    font-size: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp{
    margin-top: 30px;
    max-width: 312px;
    width: 100%;
}


.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp h5{
    font-size: 14px;
    line-height: 140%;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher{
    padding: 8px 8px 8px 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-primary);
    border-radius: 8px;
    height: 46px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher input{
    background-color: transparent;
    border: none;
    outline: none;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher .use{
    padding: 0px 12px;
    height: 100%;
    border-radius: 4px;
    background-color: var(--border-primary);
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher input:valid + .use{
    background-color: var(--surface-green);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher.filled {
    border: 1px solid var(--text-primary);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .discountVoucher:focus-within{
    border: 1px solid var(--primary-color);
    outline: 3px solid rgba(243, 146, 0, 0.30);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .name{
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 4px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .name .code{
    color: var(--surface-green);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .name .code svg{
    min-width: 12px;
    min-height: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp .name .code svg:nth-child(3){
    cursor: pointer;
}
/* .shoppingCartSectionWrapp .notEmpty .sumarization */


@media screen and (max-width:1150px) {
    .shoppingCartSectionWrapp .notEmpty{
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

@media screen and (max-width:700px) {
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .target{
        display: none;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head{
        max-width: 343px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target{
        display: flex;
        margin: 16px auto;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp{
        margin: 0 auto;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .line{
        width: 75%;
    }


}

@media screen and (max-width:600px) {
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first,
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first{
        flex-direction: column;
        gap: 10px;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second,
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second{
        justify-content: space-between;
        width: 100%;
        max-width:100%;
        gap: 10px;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .first h3,
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .first h3{
        font-size: 13px;
        line-height: 110%;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .second .priceWrapp,
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .second .priceWrapp{
        flex-direction: column-reverse;
        min-width: unset;
    }
}


@media screen and (max-width:450px) {
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .target{
        max-width: 100%;
        padding: 12px 24px;
    }
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .discountVoucherWrapp{
        margin: 0;
        max-width: 100%;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .shoppingCart .products .product .img,
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .products .product .img{
        max-width: 50px;
        max-height: 50px;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 50px;
        min-height: 50px;
    }

    .shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days{
        gap: 2px;
    }

    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .head .navigation .items .item{
        justify-content: normal;
    }
}

@media screen and (max-width: 380px) {
    .shoppingCartSectionWrapp .notEmpty .sumarization .mainSum{
        padding: 0px 16px;
    }
}

@media screen and (max-width: 350px) {
    .shoppingCartSectionWrapp .notEmpty .sumarization{
        max-width: 100%;
        width: 100%;
    }

    .shoppingCartSectionWrapp .notEmpty .sumarization .mainSum{
        padding: 0px 8px;
    }

    .shoppingCartSectionWrapp .notEmpty .sumarization .mainSum .datePicker .days p{
        width: 30px;
        height: 30px;
    }
}

/* Payment methods */

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment h3{
    margin-bottom: 16px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod{
    position: relative;
    border: 1px solid var(--border-primary);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 16px;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethodInputGroup {
    position: relative;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethodInputGroup input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .circleWrapp{
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 999px;
    border: 1px solid var(--text-primary);
    padding: 3px;
    margin-top: 4px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .circleWrapp .circle{
    background-color: transparent;
    height: 100%;
    width: 100%;
    border-radius: 999px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethodInputGroup input:checked ~ .paymentMethod {
    border-color: var(--text-primary);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .circleWrapp.selected .circle,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod input:checked ~ .circleWrapp .circle,
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethodInputGroup input:checked ~ .paymentMethod .circleWrapp .circle {
    background-color: var(--primary-color);
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp{
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    cursor: pointer;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp .info .name{
    display: flex;
    gap: 6px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp .info .logos{
    margin-top: 16px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp .info .name svg{
    min-width: 32px;
    min-height: 32px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp .info .name p{
    line-height: 140%;
    font-size: 16px;
}
.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .infoWrapp .info .name p span{
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .payment .paymentMethods .paymentMethod .price{
    color: var(--surface-green);
    font-family: 'VolteSemibold', 'sans-serif';
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .back{
    color: var(--text-primary);
    margin-top: 30px;
    cursor: pointer;
    text-decoration: underline;
    display: flex;
    gap: 5px;
    align-items: center;
    width: fit-content;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .back p{
    width: fit-content;
}

.shoppingCartSectionWrapp .backMobile{
    display: none;
}

@media screen and (max-width: 1150px) {
    .shoppingCartSectionWrapp .notEmpty .shoppingCartSection .back{
        display: none;
    }

    .shoppingCartSectionWrapp .backMobile{
        color: var(--text-primary);
        margin-top: 30px;
        cursor: pointer;
        text-decoration: underline;
        display: flex;
        gap: 5px;
        align-items: center;
        margin: 0 auto;
        width: fit-content;
        margin-top: 16px;
    }

    .shoppingCartSectionWrapp .backMobile p{
        width: fit-content;
    }
}

/* Checkout */

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .titleMain{
    margin-bottom: 16px;
    font-size: 26px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .checkoutData{
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .checkoutData .data{
    border: 1px solid var(--border-primary);
    padding: 24px;
    padding-top: 20px;
    border-radius: 12px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .checkoutData .data h3{
    font-size: 18px;
    margin-bottom: 4px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .checkoutData .data p{
    font-size: 16px;
    line-height: 140%;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .title{
    margin-top: 16px;
}

.shoppingCartSectionWrapp .notEmpty .shoppingCartSection .checkout .title h2{
    font-size: 18px;
}
