<!--
/**
 * Cart popup component styles
 *
 * @category   Prestafy
 * @package    Prestafy_PopupDisplay
 * @author     Andresa Martins <contact@andresa.dev>
 * @copyright  Copyright (c) 2019 Prestafy eCommerce Solutions (https://www.prestafy.com.br)
 * @license    http://opensource.org/licenses/BSD-2-Clause Simplified BSD License
 */
-->
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.no-header-footer .modal-footer {
    display: none;
}

.modal-popup-top .cart-buttons{
    margin: 30px 0px 0px -15px;
}

.no-header-footer .modal-inner-wrap {
    box-shadow: none;
    border-radius: 8px;
    max-width: 800px;
    max-height: 90vh;
}

.modal-popup-top #cart-popup-total-count{
    font-weight: bold;
}

.no-header-footer .modal-product-list li {
    float: left;
    position: relative;
    list-style: none;
    padding: 0;
    width: 170px;
    margin-right: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin-left: -20px;
    /*height: 155px;*/
}

.no-header-footer .modal-product-list li span {
    text-align: center;
    margin: 10px auto 20px auto;
    display: table;

    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.no-header-footer .modal-product-list li:hover {
    border: 1px solid #f2c557;
}

.no-header-footer .modal-product-list ul {
    padding-left: 30px;
}

.no-header-footer .modal-product-list li + li {
    margin-left: 6px;
}

.no-header-footer .view-shopping-cart {
    margin-bottom: 10px;
    float: right;
}

.modal-product-list li a{
    height: 170px;
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.popup-border{
    /*border-top: 1px solid #D6D6D6;*/
    margin-bottom: 30px;
    display: block;
    margin-top: 40px;
}

.modal-product-list li a img{
    display: block;
    max-width: 100%;
    max-height: 160px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-header-footer .continue-shopping {
    font-size: 1.2rem;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    background: #fff;
    color: #222;
}



.no-header-footer a.close-modal:before {
    color: #757575;
    content: '\e616';
    font-family: 'luma-icons';
    font-size: 20px;
}

.no-header-footer a, .no-header-footer a:hover {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    overflow: hidden;
    display: grid;
    margin: 15px;
}

.no-header-footer .modal-popup-top {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 14px;
}

.no-header-footer .modal-popup-body {
    height: 290px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.no-header-footer .modal-popup-header {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
}

.no-header-footer .modal-popup-icon {
    float: left;
    position: relative;
    display: block;
    padding-right: 15px;
}

.modal-popup  .modal-popup-body h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    margin: 5px 0px 25px 0px;
}




.modal-product-list button.action.primary {
    padding: 0px 14px !important;
    height: 47px;
    /*font-size:16px!important;*/
}

.modal-popup-body button span{
    text-align: center;
    margin: 10px auto 20px auto;
    display: table;
    font-weight: 600!important;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}


.popup-slider-button{
    padding: 5px 20px!important;
    height: 52px!important;
}

.popup-product-added-left{
    width:25%;
    float:left;
}

.popup-product-added-right{
    width:75%;
    float:right;
    padding-top: 38px;
    color:#222222;
}

.modal-product-qty span{
    color:#666666;
}

.popup-clear{
    clear:both;
}

#popup-product-added{
    border-bottom:1px solid #D6D6D6;
    padding-bottom:10px;
    margin-top:-28px;
}

.popup-product-cart-total{
    border-bottom:1px solid #D6D6D6;
    padding:20px 15px 20px 0px;
    margin-bottom:10px;
}

.modal-product-total span{
    float:right;
}

.popup-product-name{
    font-size: 14px;
    text-decoration: none;
    height: 45px;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
    font-weight:lighter;
}

.popup-product-name span{
    font-weight:lighter;
}

.popup-product-price{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.popup-button-text-mobile{
    display:none;
}

.owl-dots{
    display:none;
}

.modal-product-item-value{
    float:right;
    padding-right:15px;
    color:#222222!important;
    font-weight:700;
}

.cart-buttons{
    padding-top: 20px;
    border-top:1px solid #D6D6D6;
    margin-top: 80px;
    display: block;
}

.popup-slider-button{
    display:none!important;
    width:100%;
}

.owl-item:hover{
    .popup-slider-button{
        display:block!important;
    }
}

.popup-button-text{
    font-size:15px!important;
}

.popup-product-added-right {
    font-size: 13px;
}

.modal-product-sku span{
    color:#666666;
}

.modal-product-total{
    color:#222222;
}

.popup-product-name{
    color:#222222;
}

.popup-product-price {
    color:#222222;
}

.continue-shopping-mobile{
    display:none;
}


/* mobile */




@media only screen and (max-width: 1223px) {
    .no-header-footer .modal-product-list li {
        width: 50%;
    }

    .modal-product-list li a{
        margin-bottom: 0px;
    }

    .no-header-footer .modal-popup-top p {
        font-size: 13px;
    }

    .no-header-footer .modal-product-list li + li {
        margin-left: 0px;
    }

    .no-header-footer .modal-product-list li {
        width: 45%;
    }

    .no-header-footer .modal-product-list {
        margin: 0;
        padding: 0;
    }

    .no-header-footer .modal-popup-header {
        padding-bottom: 30px;
    }

    .no-header-footer .cart-buttons {
        text-align: center;
    }
    .modal-slide._show, .modal-popup._show{
        display: table;
        width: 85%;
        margin: 0 auto;
        top: 20px;
        padding-top: 5px;
    }
}




@media (max-width: 991px){
    .popup-slider-button{
        display:block!important;
        width:100%;
    }

    .popup-product-added-right {
        width: 75%;
        float: right;
        padding-top: 10px;
    }

    .popup-button-text{
        display:none!important;
    }

    .popup-button-text-mobile{
        display:block!important;
    }

    .popup-border{
        margin-bottom: -60px;
    }

    .owl-carousel .owl-item img {
        width: 90%!important;
        margin: 0 auto;
        padding-top: 5px;
    }
}


@media (max-width: 768px){
    .modal-popup-body {
        display: block!important;
    }

    .popup-product-added-right{
        width:70%;
        float:right;
        padding-top: 0px;
        padding-left:10px;
    }

    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: 93vh;
        width: 87%; /*87%;*/
    }


    .popup-button-text{
        font-size:14px!important;
    }

    .popup-slider-button {
        padding: 0px 5px!important;
        height: 41px!important;
    }

    .owl-carousel .owl-item img {
        width: 60%!important;
        margin: 0 auto;
        padding-top: 5px;
    }

    .cart-buttons{
        margin-top: -50px;
    }

    .modal-product-image{
        width:130px;
        height:130px;
    }

    .popup-slider-button{
        display:block!important;
        width:100%;
    }

    .popup-product-cart-total {
        padding: 15px 15px 15px 0px;
    }
}

@media (max-width: 480px){
    .modal-popup.modal-slide .modal-inner-wrap {
        margin: 0;
        max-height: 90vh;
        width: 367px;  /* 65% dla 2 produktów*/
    }
    .owl-dots{
        display:none;
    }
    .popup-product-name{
        font-size:10px;
    }


    .popup-product-added-right{
        width:58%;
    }

    .popup-product-price{
        font-size:12px;
    }

    .popup-slider-button {
        padding: 0px 5px!important;
        height: 30px!important;
        width:100%;
        margin-left:0px;
    }

    .cart-buttons {
        margin-top: -50px;
    }

    .modal-popup-body button span {
        margin: 4px auto 20px auto;
    }

    .popup-product-added-right{
        font-size:13px;
    }

    .popup-product-cart-total{
        font-size:13px;
    }

    .popup-slider-button{
        display:block!important;
        width:100%;
    }

    .cart-buttons{
        border-top:0px;
    }

    .continue-shopping-desktop{
        display:none;
    }

    .continue-shopping-mobile{
        display:block;
    }



    /* --- */
    .popup-product-name {
        height: 19px;
        padding-top: 6px;
    }

    .modal-popup .modal-popup-body h3 {
        margin: 5px 0px 9px 0px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100px!important;
    }

    .no-header-footer .modal-popup-body {
        margin-top: -34px;
    }

    .cart-buttons {
        margin-top: -125px;
    }

    .continue-shopping{
        width:92px!important;
        height: 45px;
        float: left;
        overflow: hidden;
    }

    .view-shopping-cart{
        width:156px!important;
        float:right;
        padding:0px!important;
        height:44px;
    }

    .view-shopping-cart span{
        font-size: 16px!important;
    }

    .cart-buttons{
        border-top:0px;
    }

    .no-header-footer .view-shopping-cart{
        margin-bottom:0px;
    }
    /* --- */

} /* end max-width: 480px */





@media (max-width: 430px){

    .modal-popup.modal-slide .modal-inner-wrap {
        width: 315px;
        margin-left: -20px;
    }

    .popup-product-added-right {
        padding-left:20px;
    }

    .modal-product-image {
        width: 100%!important;
        height: 100%!important;
    }

    .popup-product-added-right {
        width: 75%;
    }

    .popup-product-name {
        height: 19px;
        padding-top: 6px;
    }

    .modal-popup .modal-popup-body h3 {
        margin: 5px 0px 9px 0px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100px!important;
    }

    .no-header-footer .modal-popup-body {
        margin-top: -34px;
    }

    .cart-buttons {
        margin-top: -125px;
    }

    .continue-shopping{
        width:92px!important;
        height: 45px;
        float: left;
        overflow: hidden;
    }

    .view-shopping-cart{
        width:156px!important;
        float:right;
        padding:0px!important;
        height:44px;
    }

    .view-shopping-cart span{
        font-size: 16px!important;
    }

    .cart-buttons{
        border-top:0px;
    }

    .no-header-footer .view-shopping-cart{
        margin-bottom:0px;
    }

}




@media (min-width: 400px) and (max-width: 430px) {
    .modal-popup.modal-slide .modal-inner-wrap {
        width: 350px;
        margin-left: -20px;
    }
}


/* desktop only */
@media (min-width: 768px){
    .modal-product-name span{
        font-size:16px;
        font-weight:700;
    }

    .popup-product-cart-total{
        font-size:18px;
    }

    .modal-product-total span{
        font-size:24px;
        margin-top:-5px;
    }

    .modal-product-item-value{
        font-size:16px;
    }
}
