/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_QuickCart
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
 .mpquickcart.modal-slide .modal-inner-wrap {
     height: auto;
 }
 .mpquickcart .modal-content .minicart-wrapper .block-minicart {
    width: 100%;
    display: block;
    position: unset;
    border: unset;
    box-shadow: none;
    padding: 0;
    margin: 0;
    height: 100%;
}

.mpquickcart .modal-content .mpquickcart-block {
    display: block;
    position: unset;
    float: unset !important;
    width: unset !important;
    margin: 0;
    height: auto;
}

.modal-slide.mpquickcart {
    width: 450px;
    right: 0;
    left: unset;
    max-width: 100%;
}

.mpquickcart._inner-scroll._show ~ .modals-overlay {
    background-color: transparent;
}

body._has-modal.mpquickcart-has-modal {
    overflow: unset;
}

.mpquickcart .modal-title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 0;
    color: #0F5F73;
    text-align: left;
    margin-top: 0;
}
.mpquickcart .modal-content{
    padding: 0 40px 40px;
}

.mpquickcart .modal-header {
    padding: 30px 40px 20px;
}
.mpquickcart .modal-content .mpquickcart-block{
    border-top: 1px solid #0F5F73;
}

.mpquickcart .modal-header button.action-close:before {
    color: #0C95AE;
    font-size: 15px;
}

aside.mpquickcart .modal-inner-wrap .modal-header {
    background-color: #fff;
}

.mpquickcart .mpquickcart-block .block-title {
    display: block;
    margin: 0 ;
}

.mpquickcart .product-item-name {
    height: auto;
    margin-right: 0;
}

.mpquickcart .product.options .toggle{
    color: #0C95AE;
}

.mpquickcart .minicart-items .product-item-pricing .price-container .price {
    font-size: 25px;
    color: #0F5F73;
    padding-left: 60px;
}
.mpquickcart .minicart-items .product-item-pricing {
    position: relative;
}

.mpquickcart .minicart-items .product.options {
    margin-bottom: 25px;
}

.mpquickcart .minicart-items .product-item-details .details-qty {
    position: absolute;
    top: -11px;
    margin-top: 0;
}
.mpquickcart .minicart-items .product-item-details .details-qty input {
    background-color: #EEEEEE;
    color: #105e72;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    border: 0;
}

.mpquickcart .minicart-items .product-item-details .details-qty label {
    display: none;
}
.mpquickcart .price-container {
    margin-top: 15px;
}

.mpquickcart-block .block-content #mpquickcart-coupon-form input[type="text"] {
    background-color: #eeeeee;
    color: #105D71;
    border: 0;
}

.mpquickcart .minicart-items-wrapper {
    margin: 0;
    padding: 0 15px 15px 0;
    overflow-y: hidden;
    border: none;
    height: unset !important;
}
.mpquickcart .block-footer .cart-totals {
    border-top: 0;
}

.mpquickcart .minicart-items .product-item {
    padding: 30px 0 45px;
    border-bottom: 1px solid #0C95AE;
}

.mpquickcart .cart-totals span, .mpquickcart .cart-totals tbody .mark, .mpquickcart .cart-totals tfoot .mark {
    color: #105D71;
    line-height: 1.8;
}

.mpquickcart .cart-totals .table-totals {
    line-height: 1.6;
}

.mpquickcart .cart-totals .table-totals .totals:last-child {
    border-top: 1px solid #105D71;
    font-weight: bold;
}

.mpquickcart .cart-totals .table-totals .totals:last-child .mark,
.mpquickcart .cart-totals .table-totals .totals:last-child .amount {
    font-size: 25px;
    font-weight: bold;
}

.mpquickcart .mpquickcart-block .block-content > .actions > .primary {
    margin: 0;
}

.mpquickcart .action-close {
    top: 24px;
    right: 27px;
}

.mpquickcart .block-items {
    height: 100%;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 15px;
}

@media only screen and (max-height: 640px) {
    .mpquickcart .block-items {
        height: 39%;
    }
}

@media only screen and (max-height: 568px) {
    .mpquickcart .block-items {
        height: 26%;
    }
}

.mpquickcart .block-footer {
    position: relative;
}

.mpquickcart .block-footer .cart-totals {
    max-height: 62%;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-height: 736px) {
    .mpquickcart .block-footer .cart-totals {
        max-height: 40%;
    }
}

.mpquickcart .table-totals {
    border-radius: 4px;
}

.mpquickcart .cart-discount {
    width: 100%;
    padding-right: 0;
    float: none;
    margin: 15px 0;
    border-bottom: none;
}

.mpquickcart .actions-toolbar .primary .action {
    margin: 0;
}

.mpquickcart .cart-discount .actions-toolbar {
    padding-left: 10px;
}

.mpquickcart .actions-toolbar .primary {
    float: right;
}

.mpquickcart .mpquickcart-block .block-footer > .actions {

}

@media only screen and (max-width: 360px) {
    .mpquickcart .block-minicart .block-footer > .actions {
        margin: 0 0 20px;
        position: unset;
    }
}

.mpquickcart .button-action {
    font-size: 20px;
    line-height: 20px;
    color: #757575;
    vertical-align: text-top;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.mpquickcart .minicart-items .item-qty {
    margin: 0;
    width: 45px;
}
.minicart-items .update-cart-item {
    margin-left: 0;
}

.mpquickcart .minicart-items .product-item-name {
    margin-right: 15%;
}

.mpquickcart .mpquickcart-block .block-content > .actions > .primary .action.primary {
    width: 100%;
    display: inline-block;
}

.mpquickcart .mpquickcart-block .block-content > .actions > .primary .action.viewcart {
    color: #105e72;
    text-decoration: none;
    text-align: center;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
}
.mpquickcart .mpquickcart-block .block-content > .actions > .primary .action.viewcart:hover {
    color: #105e72;
}
.mpquickcart .mpquickcart-block .block-content > .actions > .primary .action.primary{
    background-color: #fcb813;
    border-color: #fcb813;
}
.mpquickcart .mpquickcart-block .block-content > .actions > .primary .action.primary:hover{
    background-color: #0c95ae !important;
    border-color: #0c95ae;
    color: #fff;
}
#mpquickcart-coupon-form .fieldset {
    margin-bottom: 0;
}

.mpquickcart-icon-wrapper {
    background-color: inherit;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.mpquickcart .modal-content {
    height: auto !important;
}

.mpquickcart .button-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: text-top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mpquickcart .button-action.minus:before {
    content: '\e617';
}

.mpquickcart .button-action.plus:before {
    content: '\e608';
}

.mpquickcart-block .product .actions {
    float: right;
    margin: -29px 0 0;
}

.product .actions > .primary, .product .actions > .secondary {
    display: inline;
}

.product .actions > .primary {
    margin-right: 15px;
}

.mpquickcart-block {
    display: block;
    position: unset;
    float: unset !important;
    width: unset !important;
    margin: 0;
    height: 100%;
}

.mpquickcart .mpquickcart-block .block-footer .actions .primary .paypal {
    margin-top: 15px;
    text-align: center;
    display: inherit;
}

#ln_slider_text_price{
    color:#0C95AE;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.ln_slider_container .ui-slider-horizontal{
    background: #fff;
    height: 11px;
}

.layered-filter-block-container .ln_slider_container .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    width: 20px !important;
    height: 20px !important;
    margin-top: -5px;
    background: #0f5f73;
}

.ln_slider_container .ui-slider .ui-slider-handle:after {
    content: '\f103';
    font-family: 'pagebuilder-font';
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.ln_slider_container .ui-slider .ui-slider-handle:last-child::after{
    content: '\f102';
}

.minicart-items .action.delete:before {
    color: #0C95ae
}