.container-order-title{
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    color: #2F2F2F;
}
.container-controll-order-page{
    text-align: right;
}
.container-controll-order-page .container-controll-order-page-item{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: #828892;
    margin-left: 25px;
}
.container-controll-order-page .container-controll-order-page-item img{
    height: 20px;
    width: 20px;
    margin-right: 7px;
}

.container-product-list{
    border-top: solid 1px #426F3F;
}

.container-product-list-info{
    border-top: solid 1px #426F3F;
}

.container-product-list-info-item{
    margin-right: 30px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-product-list-info-item-title{
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #2F2F2F;
    margin-right: 10px;
}
.container-product-list-info-item-value{
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #2F2F2F;
}
.container-image-product{
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product.no-show{
    display: none;
}
.item-product{
    padding-top: 10px;
    padding-bottom: 10px;
}
.item-product .item-product-image{
    width: 100%;
    height: 200px;
    padding: 0 20px;
}
.item-product .item-product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.container-controll-all-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
}
.delete-selected-items{
    color: #EF1D23;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.03em;
    cursor: pointer;
}
.select-product-basket-label{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.select-product-basket-label .select-product-basket-label-text{
    margin-left: 10px;
}

.select-product-basket-label input {
    display: block;
    width: 0;
    height: 0;
}
.select-product-basket-label input ~ .select-product-basket-label-box {
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #2F2F2F;
    gap: 30px;
    border-radius: 6px;
}
.select-product-basket-label input:checked ~ .select-product-basket-label-box {
    background: url(/local/templates/ArtGreenNew/images/home/checked.svg) 45% 45% / 70% 70% no-repeat #426F3F;
    border: 1px solid #426F3F;  
}

.container-name-product{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: left;
    color: #2F2F2F;
}

.container-delete-product{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: max-content;
}
.container-delete-product img{
    height: 20px;
    width: 20px;
    margin-right: 7px;
}
.container-params-order{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #2F2F2F;
    padding-bottom: 10px;
}
.container-params-order.bb{
    border-bottom: solid 1px #828892;
    margin-bottom: 10px;
}
.container-params-order-value{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
}
.container-info-order-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.03em;
    color: #2F2F2F;
}

.container-info-order-promocode{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.container-info-order-promocode input{
    width: 100%;
    padding: 12px 21px;
    border-radius: 15px;
    gap: 10px;
    background: #F6F6F6;
    border: none;
}
.container-info-order-promocode span{
    position: absolute;
    right: -110%;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45px;
    background: url(/local/templates/ArtGreenNew/images/home/arrow-right.svg) 50% 45% / 50% 50% no-repeat #426F3F;
    color: white;
    border-radius: 15px;
    transition: ease-in-out 0.6s;
    cursor: pointer;
}
.container-info-order-promocode.active span{
    right: 0;
    transition: ease-in-out 0.6s;
}
.container-info-order-promocode.active span:hover{
    opacity: 0.8;
    transition: ease-in-out 0.6s;
}
.create-new-order{
    background: #426F3F;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-align: left;
    color: #FFFFFF;
    border: none;
    width: 100%;
    text-align: center;
    transition: ease-in-out 0.6s;
}
.create-new-order.disabled{
    opacity: 0.6;
    cursor: wait;
}
.create-new-order:not(.disabled):hover{
    opacity: 0.8;
    transition: ease-in-out 0.6s;
}
.container-info-order-controll a{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #828892;
    width: 100%;
    display: block;
    margin-top: 15px;
}
.container-right-info-componenet{
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: right;
    color: #828892;
}
.container-name-product-prop-list{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: left;
    color: #828892;
}
.container-product-controll{
    padding-top: 20px;
    padding-bottom: 20px;
}
.container-product-controll .container-product-controll-item{
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    gap: 15px;
    background: #F6F6F6;
    cursor: pointer;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #2F2F2F;

}
.container-product-controll .container-product-controll-item.active{
    background: #426F3F;
    color: white;
}

.container-delivery-select-item{
    padding: 15px;

}
.container-delivery-select-item input {
    display: block;
    width: 0;
    height: 0;
}
.container-delivery-select-item input ~ .container-delivery-select-item-container .container-delivery-select-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #2F2F2F;
    gap: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    left: 15px;
    top: 20px; 
}
.container-delivery-select-item input:checked ~ .container-delivery-select-item-container .container-delivery-select-item-box {
    border: 1px solid #426F3F; 
}
.container-delivery-select-item input ~ .container-delivery-select-item-container .container-delivery-select-item-box span {
    display: block;
    width: 10px;
    height: 10px;
    background: none;
    border-radius: 50%;
}
.container-delivery-select-item input:checked ~ .container-delivery-select-item-container .container-delivery-select-item-box span {  
    background: #426F3F;
    width: 10px;
    height: 10px;
}
.container-delivery-select-item input ~ .container-delivery-select-item-container {
    height: 100%;
    border: 1px solid #828892;
    border-radius: 15px;
    padding: 15px;
    padding-left: 45px;
    cursor: pointer;
    position: relative;
}
.container-delivery-select-item input:checked ~ .container-delivery-select-item-container { 
    border: 1px solid #426F3F
}


.container-delivery-prodile-item{
    padding: 5px;

}
.container-delivery-prodile-item input {
    display: block;
    width: 0;
    height: 0;
}
.container-delivery-prodile-item input ~ .container-delivery-prodile-item-container .container-delivery-prodile-item-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #2F2F2F;
    gap: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: 20;
    left: 15px;
    top: 20px; 
}
.container-delivery-prodile-item input:checked ~ .container-delivery-prodile-item-container .container-delivery-prodile-item-box {
    border: 1px solid #426F3F; 
}
.container-delivery-prodile-item input ~ .container-delivery-prodile-item-container .container-delivery-prodile-item-box span {
    display: block;
    width: 10px;
    height: 10px;
    background: none;
    border-radius: 50%;
}
.container-delivery-prodile-item input:checked ~ .container-delivery-prodile-item-container .container-delivery-prodile-item-box span {  
    background: #426F3F;
    width: 10px;
    height: 10px;
}
.container-delivery-prodile-item input ~ .container-delivery-prodile-item-container {
    height: 100%;
    border-radius: 15px;
    padding: 5px;
    padding-left: 45px;
    cursor: pointer;
    position: relative;
}

.delivery-select-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #2F2F2F;

}
.delivery-select-description{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #2F2F2F;
    margin-bottom: 15px;
}
.delivery-select-link{
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #426F3F;
}

.container-select-count-product{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6;
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;

}
.container-select-count-product input{
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
}
.container-select-count-product button{
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0em;
}
.order-input-container{
    width: 100%;
}
.order-input-container label{
    width: 100%;
    border-bottom: solid 2px #828892;
    margin-bottom: 20px;
}
.order-input-container label input{
    border: none;
    width: 100%;
    height: auto;
    padding: 0.375rem 0.75rem 0.375rem 0px;
}
.order-input-container label p{
    font-size: 13px;
        font-weight: 500;
        letter-spacing: 0em;
        text-align: left;
        color: #828892;
        margin-bottom: 5px;
}
.container-discount-list-title{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #2F2F2F;
    padding-bottom: 10px;
    margin-top: 10px;
}
.container-discount-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container-discount-list-item span{
    cursor: pointer;
}
.container-discount-list{
    margin-bottom: 10px;
}
.container-product-price{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.container-product-price span{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;

}
.container-product-price .price-old-product{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: line-through;
    color: #828892;

}
#orderModalInfo .modal-content{
    border-radius: 15px;
}
#orderModalInfo .modal-title{
    padding-top: 60px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
}
#orderModalInfo .modal-body{
    padding-top: 30px;
    text-align: center;
}
#orderModalInfo .modal-footer{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
#orderModalInfo .modal-header{
    border: none;
}

#orderModalInfo .modal-footer button, #orderModalInfo .modal-footer a{
    padding: 15px 24px;
    border-radius: 15px;
    gap: 10px;
    color: #2F2F2F;
    background: #EDEDED;
    border: solid 1px #EDEDED;
}
#orderModalInfo .modal-footer .clear-all-basket{
    background: rgba(255, 0, 0, 0.05);
    border: 1px solid #FF0000;
}
.container-modal-link img{
    width: 30px;
    height: auto;
}
.container-modal-link a{
    display:  inline-block;
    margin-left: 10px;
    margin-right: 10px;
}


@media (max-width: 991px) {
    .container-order-title{
        display: inline-block;
    }
    .container-controll-order-page{
        display: inline;
        float: right ;
        position: relative;
        top: 14px;
    }
    .container-controll-order-page .container-controll-order-page-item{
        font-size: 0px;
    }
}
@media (min-width: 992px) {
    .container-order-title{
        display: block;
    }
    .container-controll-order-page{
        display: block;
    }
    .container-controll-order-page .container-controll-order-page-item{
        font-size: 14px;
    }
}