
.fresh-pop-aatc .modal-footer {
    display: none;
}

.fresh-pop-aatc .modal-inner-wrap {
    box-shadow: none;
    border-radius: 8px;
    max-width: 800px;
}

.fresh-pop-aatc .modal-content {
    overflow: scroll;
}

.fresh-pop-aatc .modal-product {
    display: flex;
    flex-wrap: wrap;
}

.fresh-pop-aatc .modal-product .modal-product-img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.fresh-pop-aatc .modal-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
}

.fresh-pop-aatc .modal-product-list li {
    border: 1px solid #f2f2f2;
    padding: 0;
}

.fresh-pop-aatc .modal-product-list li:hover {
    border: 1px solid #ff4747;
}

.fresh-pop-aatc .modal-product-list ul {
    padding-left: 30px;
}

.fresh-pop-aatc .modal-product-list li + li {
    margin-left: 20px;
}

.fresh-pop-aatc .modal-product-link {
    text-align: center;
}

.fresh-pop-aatc .view-shopping-cart {
    font-size: 1.2rem;
    color: #fff;
    background-color: #ff4747;
    border: 1px solid #ff4747;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: none;
    width: 180px;
}

.fresh-pop-aatc .continue-shopping {
    font-size: 1.2rem;
    background-color: #fff;
    color: #ff4747;
    border: 1px solid #ff4747;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: none;
    width: 220px;
}

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

.fresh-pop-aatc a, .fresh-pop-aatc a:hover {
    text-decoration: none;
}

.fresh-pop-aatc .modal-popup-top {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 14px;
}

.fresh-pop-aatc .modal-popup-body {
    padding-top: 20px;
}

.fresh-pop-aatc .modal-popup-header {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px
}

.fresh-pop-aatc .modal-popup-icon {
    float: left;
    position: relative;
    display: block;
    padding-right: 15px;
}

@media only screen and (max-width: 900px) {
    .fresh-pop-aatc .modal-product-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .fresh-pop-aatc {
        width: calc(100% - 20px) !important;
        left: 0 !important;
        height: 100% !important;
        padding: 10px !important;
    }
    
    .fresh-pop-aatc .modal-inner-wrap {
        max-height: calc(100% - 20px) !important;
    }
    
    .fresh-pop-aatc .modal-popup-top {
        padding-left: 0px;
    }
    
    .modal-popup .modal-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .modal-popup .modal-content .cart-buttons button {
        width: 100%;
    }

    .fresh-pop-aatc .continue-shopping {
        margin-top: 5px;
    }

    .fresh-pop-aatc .modal-popup-top p {
        font-size: 13px;
    }

    .fresh-pop-aatc .modal-product-list li + li {
        margin-left: 10px;
    }
    
    .fresh-pop-aatc .modal-popup-header {
        padding-bottom: 0;
    }

    .fresh-pop-aatc .cart-buttons {
        text-align: center;
    }

}
