

/* Start:/local/components/custom/order.make.ajax.v2023.2/templates/.default/style.css?17449830537852*/
.order_container {
    display: flex;
    background: var(--tmp-coffee-10);
    border: 1px solid var(--tmp-coffee-40);
    flex-wrap: wrap;
    border-radius: 4px;
}
.order__item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 20px;
}

.order__item+.order__item {
    border-left: 1px solid var(--tmp-coffee-40);
}

.make_order_row:not(:last-child) {
    border-bottom: 1px solid var(--tmp-coffee-40);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.basket-container{
    border: 1px solid var(--tmp-coffee-40);
    border-radius: 4px;
     margin-bottom: 25px;
}
.basket-header, .basket-total, .basket-item{
    padding: 10px 15px;
    position: relative;
}

.basket-header, .basket-total{
    background: var(--tmp-coffee-10);   
    box-sizing: border-box;
    padding: 10px 20px;
}
.basket-header{
    border-bottom: 1px solid var(--tmp-coffee-40);
}
/* .basket-total{
    border-top: 1px solid var(--tmp-coffee-40);
} */

.basket-item:not(:last-child) {
    border-bottom: 1px solid var(--tmp-coffee-40);
}

.basket-item__wrapper > div + div{
    margin-left: 20px;
}

.basket-item__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.basket-item__picture{
    --p-width: 120px;
    min-width: var(--p-width);
    width: var(--p-width);
    height: var(--p-width);
}
.basket-item__picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.basket-item__info{
	width: 300px;
    margin-left: 15px;
}

.basket-item__title{
    font-weight: bold;
    margin: 10px 0 10px;
}

.basket-item__title a{
    color: inherit;
    text-decoration: none;
}

.basket-item__prop, .basket-item__articul{
    margin-top: 10px;
    font-size: 12px;
    line-height: 150%;
    color: var(--main-color-8);
}
.basket-item__prop > span{
    margin-right: 10px;
}


.basket-item__props_container{
	display: flex;
}

.basket-item__count{
    width: 150px;
}


.basket-item__count-wrapper{
    display: flex;
}

.basket-item__count-minus, .basket-item__count-plus{
    position: relative;
    display: flex;
    align-items: center;
    width: 30px;
    height: 36px;
    cursor: pointer;
    transition: 300ms all ease;
    -webkit-user-select: none;
    background: #F0EDE7;
    border: 1px solid #F0EDE7;
}
.basket-item__count-minus{
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding-left: 5px;
}
.basket-item__count-plus{
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding-right: 5px;
}

input.basket-item__count-input {
    padding: 0;
    width: 72px;
    height: 36px;
    outline: none;
    border: 0;
    border-radius: 1px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    transition: 300ms all ease;
    background: #F0EDE7;
    border: 1px solid #F0EDE7;
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    border-radius: 0;
}

.basket-item__prices{
    margin-left: 20px;
    width: 150px;
}
.basket-item__prices.mobile__show, .basket-item__count.mobile__show {
    display: none;
}
.basket-item__price{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
}
.basket-item__price-old{
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    color: var(--main-color-8);
    text-decoration: line-through;
}

.basket__item-delete{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    background: #E9E9E9;
    border-radius: 4px;
}

.basket-item-tree__item {
    display: flex;
    justify-content: space-between;
}

.basket-group{
    padding: 20px 0;
}
.basket-group-total{
	font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.empty-value{
	border-color: red!important;
}

.make_order_row.coupon {
   padding-bottom: 20px;    
   margin-bottom: 20px;
   border-bottom: 1px solid var(--tmp-coffee-40);
}
.make_order_row.coupon .ui-input__label{
    display: block;
    max-width: 500px;
    margin-right: 15px;    
}
.make_order_row.coupon .ui-input.ui-input--text{
    /*display: flex;*/
    margin-bottom: 10px;
}
.order_container  .ui-input--text input {
    background-color: #fff; 
}
.order_container .ui-input__wraper.oferta__check__block {
    background-color: transparent;
}
.make_order_row.coupon .basket-coupon-text{
    margin-top: 10px;
    font-size: 14px;
    line-height: 150%;
    color: var(--main-color-8);
}
.make_order_row.coupon .close-link{
    cursor: pointer;
}

.order-options {
    margin-bottom: 20px;
}

.basket-total__cupon-btn{
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 13px;
}

.make_order_row.totals{
    margin-bottom: 20px;
}

.total_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px 0px 10px 0px;
}
.total_row.sum{    
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 30px 0px;
}

.order-btns button{
    width: 100%;
}

.btn-link.btn-link--black.order__confirm:disabled, .btn-link.btn-link--black.order__confirm:hover:disabled {
    background-color: rgba(0,0,0,.1);
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: not-allowed;
  }

.delivery-list-container, .payment-list-container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.delivery-info{
    display: flex;
}
.delivery-info .delivery-list-container{
    width: 70%;
}
.delivery-info .bx-soa-pp-desc-container{
    width: 30%;
}

.popup-shop-list-container{
    width: calc(100% - 100px);
}
.popup-shop-list-block{
    display: flex;
}
.popup-shop-list-block .list-stores{ width: 250px}
.popup-shop-list-block .shop-map{width: calc(100% - 250px);}

.store_block{
    padding: 10px 15px;
}
.store_block:hover{
    background-color: var(--main-bg-color-2);
}
@media (max-width:992px) {
    .order_container {
        flex-direction: column;
    }
    .order__item {
        width: 100%;
    }
    .make_order_row.payment .order-block-title {
        margin-top: -20px;
    }
    .order__item+.order__item {
        border-left: none;
    }
}
@media (max-width:768px) {
    input.basket-item__count-input {
        width: 48px;
    }
    .basket-item__prices{
        margin: 5px 0px 5px 5px;
        
    }
    .basket-item__price-old{
        margin-left: 10px;
    }
    .basket-item__prices.mobile__show {
        display: inline-flex;
    }
    .basket-item__count.mobile__show {
        display: block;
    }
    .basket-item__prices, .basket-item__count {
        display: none;
    }
}

.order-success-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 508px;
    margin: 20px auto;

}

.order-success-title {
    color: var(--black);
    text-align: center;
    font-size: clamp(24px, 3vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.order-success-text {
    color: var(--night-gray);
    text-align: center;
    font-size: clamp(16px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.order-success-container{
    margin-bottom: 40px;
}

#pvz_dpd_widget_btn, #pvz_shops_btn, #pvz_widget_btn, #postomat_widget_btn, #twpx-showpvz-simple{
    margin-top: 10px;
}

.ipol-dpd-pickup-container br, #IPOLH_DPD_TERMINAL_ADDR {
    display: none;
}
/* End */


/* Start:/local/templates/box/style/shopList.css?17452329597212*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-4);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: var(--main-color-5);
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--main-color-4);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    background-color: var(--tmp-coffee-10);
    padding: 16px;
    border-radius: 8px;
    color: var(--main-color);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: var(--tmp-coffee-40);
    border-radius: 4px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
}

.shop-list-viewes div.active {
    background: var(--btn-bg-color);
    color: #fff;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}
/* End */
/* /local/components/custom/order.make.ajax.v2023.2/templates/.default/style.css?17449830537852 */
/* /local/templates/box/style/shopList.css?17452329597212 */
