.delivery-search .tit {
    margin: 0 0 3px 0
}
.delivery-search {
    position: relative;
}
.delivery-search input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

/*.p-cart .actions {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.p-cart .actions .check-all {
    margin: 0 7px 0 0
}
.p-cart .actions .selected-info {
    margin: 0 20px 0 0
}
.p-cart .actions .buttons .to-fav {
    margin: 0 5px 0 0
}
.p-cart .actions .buttons a {
    border: 1px solid #BBB;
    height: 30px;
    line-height: 26px;
    text-align: center;
    padding: 0 12px;
    display: inline-block;
    text-decoration: none;
    color: #555;
    border-radius: 3px
}
.p-cart .actions .buttons .remove {
    border: 1px solid #CF4C0A;
    color: #CF4C0A;
}*/



.p-cart .input.checkbox .styled .inset {
    display: block
}
.p-cart .input.checkbox .styled .inset.hidden {
    display: none
}
.p-cart .actions {
    display: flex;
    align-items: center;
    margin: 0 0 11px 5px;
}
.p-cart .actions .check-all {
    margin: 0 2px 0 0;
}
.p-cart .actions .selected-info {
    margin: 0 22px 0 0;
    cursor: pointer
}
.p-cart .actions .buttons {
    display: none
}
.p-cart .actions .buttons a {
    text-decoration: none;
}
.p-cart .actions .buttons .remove {
    color: #F92160;
}
.p-cart .cart-item.marked{
    background: #EAEAEA;
}
.p-cart .hidden2{
    display: none!important;
}




.p-cart .right-slide.active {
    position: fixed;
    top: 0px;
}
.p-cart .right-slide.active2 {
    position: fixed;
    bottom: 0px;
}

.p-cart .right-slide.active3 {
    position: fixed;
    top: auto;
    bottom: 0px;
}



.w-cart-table .row {
    margin: 0px
}
.p-cart .show-all-deliveries {
    margin: 0 0 0 25px;
    display: inline-block;
    border: 1px solid #1E5B94;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-decoration: none
}
.p-cart .show-all-deliveries:hover {
    border: 1px solid #247FC5;
    color: #247FC5
}

.p-cart .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    background-color: #FFF;
    padding: 25px 20px;

    max-height: 80vh;
    box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.44);
    width: 400px;
}
.p-cart .popup > div {
    max-height: calc(80vh - 50px);
    overflow-y: auto;
}
.p-cart .popup .close {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    right: 3px;
}


.p-cart .s-right-side {
    width: 100%
}
.step1 .cart-total .for-step-2 {
    display: none
}
.step1 .cart-total {
    text-align: right;
}
.step1 .cart-total .cost{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px
}
.step1 .for-total{
    text-align: right;
}
.step1 .button.big.to-step-2{
    padding: 10px 20px;
    font-size: 18px;
}
.step2 {
    display: none;
    /*margin: -20px;*/
    /*padding: 20px;*/
    /*background-color: #F1F1F1;*/
}
.step2 .cart-total .for-step-1 {
    display: none
}
.to-step-1 {
    margin: 0 0 20px
}
.to-step-1 a{
    text-decoration: none;
}

.step2 .address-block {
    display: flex;
}
.step2 .address-select-block {
    padding: 10px;
    border: 2px solid #EEE;
    cursor: pointer;
    width: 100%
}
.step2 .address-select-block.active {
    border: 2px solid #1E5B94
}
#changeAddressWin .btns {
    text-align: center;
}
.p-cart .basket-block {
    background-color: #FFF;
    padding: 20px
}
.p-cart .cart-logo {
    padding: 17px 10px 0 10px;
    display: none
}
.p-cart .cart-logo img {
    max-width: 200px
}
.p-cart .basket-block-outer {
    margin-right: -15px;
    margin-left: -15px;
}
footer.footer-basket {
    background-color: #FFF
}

@media (min-width: 1400px) {
    .p-cart .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .p-cart .for-slide {
        padding: 0 0 20px 0
    }
}
@media (max-width: 500px) {
    .p-cart .delivery-popup {
        width: 80vw;
    }

}
