#lof_multiple_products_cart_popup {
    display: none;
    width: auto;
    top: 25%;
    margin: 0 auto;
    z-index: 999;
    text-align: center;
}
.lof-popup-action {
    margin: 10px 0;
}
#lof_multiple_products_cart_popup .btn-viewcart {
    width: 50%;
    float: left;
    color: #fff;
    text-align: right;
}
#lof_multiple_products_cart_popup .btn-viewcart .viewcart {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}
#lof_multiple_products_cart_popup .btn-viewcart .viewcart:hover {
    background: #006bb4;
}
#lof_multiple_products_cart_popup .btn-continue {
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
}
#lof_multiple_products_cart_popup .btn-continue .continue {
    background: #1979c3;
    box-shadow: none;
    border: none;
    color: #fff;
}
#lof_multiple_products_cart_popup .btn-continue .continue:hover {
    background: #006bb4;
}
#lof_multiple_products_cart_popup {
    height: auto !important;
    max-height: 500px;
}
.lof_add_multi_prod_to_cart {
    z-index: 99;
}
.full-width {
    width: 100% !important;
}
p.messages-error {
    font-weight: 600;
    text-align: left;
    padding-top: 10px;
    color: #e02b27;
}
.remove-er-pu {
    float: right;
    background: url(../images/remove-icon.png);
    background-size: 80%;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    top: 100px;
}
.prepare-info {
    float: left;
    width: 50%;
    min-width: 200px;
    padding-left: 30px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}
.prepare-item-content {
    position: relative;
}
.prepare-item-image {
    float: left;
    width: 20%;
    min-width: 100px;
}

.prepare-item {
    padding: 5px;
    border-bottom: 1px solid #c1c1c1;
}

.prepare-item:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.product-qty-er {
    display: block;
    padding: 5px 0;
    height: 35px;
}
.product-qty-er span {
    display: block;
    width: 35px;
    float: left;
    line-height: 32px;
}
.product-qty-er input {
    display: block;
    width: 45px !important;
}

button#product-addtocart-button-er-pu {
    display: block;
    margin: 15px 0px;
}

.popup .header {
    margin-bottom: 15px;
}


.cart-info{
    padding: 10px;
}


input.product-select {
    margin-right: 5px !important;
}
input.qty-m-c {
    width: 45px;
    height: 30px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.lof-addmultipleproducts-select-bar span.total_qty {
    font-size: 11px;
    display: inline-block;
}
.lof-addmultipleproducts-select-bar span.total_products {
    font-size: 11px;
    display: inline-block;
}
.products-list input.qty-m-c {
    width: 45px;
    height: 35px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.product-item:hover {
    z-index: 5;
}
.lof-item-selected-sticky {
    background: url('../images/checked.png');
    display: block;
    height: 30px;
    width: 30px;
    z-index: 4;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 5px;
}
.list .lof-item-selected-sticky {
    left: 15px;
}
@media only screen and (max-width: 767px) {
    #lof_multiple_products_cart_popup .fieldset >.field .note {
        font-size: 10px;
    }
    #lof_multiple_products_cart_popup .fieldset >.fields >.field .note {
        font-size: 10px;
    }
    #lof_multiple_products_cart_popup input[type="text"] {
        width: auto;
    }
    #lof_multiple_products_cart_popup select {
        width: auto;
    }
    .remove-er-pu {
        top: 0;
    }
}

.modal-popup .modal-inner-wrap{
    width: 620px;
}

.product-image-popup{
    padding-top: 50%;
}

.lof-addmultipleproducts-select-bar {
    margin: 15px 0;
}

.lof-addmultipleproducts-select-bar .lof-select-all {
    margin-right: 15px;
    cursor: pointer;
}

.slick-prev:before, .slick-next:before {
    font-size: 24px;
    color: #c1c1c1;
}

.slick-prev, .slick-next {
    width: 24px;
    height: 24px;
}
