.no-header-footer .modal-footer {
    display: none;
}
.no-header-footer .modal-inner-wrap {
    box-shadow: none;
    border-radius: 8px;
    max-width: unset;
}
.no-header-footer .modal-product-list li {
    border: 1px solid #f2f2f2;
    float: left;
    position: relative;
    list-style: none;
    padding: 0;
    width: 16%;
    height: auto;
}

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

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

.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 33px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url('../../../../../../frontend/Magento/luma/en_US/Magelearn_CartPopup/images/nav-icon.png') no-repeat scroll 0 0;
  left: 0px;
}
.owl-carousel .next-slide{
  background: url('../../../../../../frontend/Magento/luma/en_US/Magelearn_CartPopup/images/nav-icon.png') no-repeat scroll -30px 0px;
  right: 0px;
}
.owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
	background-position: -24px -53px;
}
.modal-popup-body ul li .cartpopup-item {
	list-style-type: none;
	margin: 6%;
  	padding: 0;
  	visibility: visible;
    margin-top: 2px;
  	display: block;
  	text-align: center;
}
.no-header-footer .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: 200px;
}
.no-header-footer .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: 200px;
}
.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;
}
.no-header-footer .modal-popup-top {
    position: relative;
    display: block;
    padding-left: 15px;
    font-size: 14px;
}
.no-header-footer .modal-popup-body {
    height: 290px;
}
.no-header-footer .modal-popup-header {
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    padding: 20px;
}
.no-header-footer .modal-popup-icon {
    float: left;
    position: relative;
    display: block;
    padding-right: 15px;
}
.no-header-footer .cart-buttons {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.no-header-footer .cart-buttons button {
  padding: 10px 15px;
  font-size: 14px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.no-header-footer .cart-buttons .continue-shopping {
  background-color: #6c757d;
}
@media only screen and (max-width: 767px) {
    .no-header-footer .modal-popup-top p {
        font-size: 13px;
        margin: 10px 0;
    }

    .no-header-footer .modal-product-list li {
        width: 44%;
        margin-left: 10px;
    }
    .no-header-footer .modal-product-list {
        margin: 0;
        padding: 0;
    }
    .no-header-footer .modal-popup-header {
        padding-bottom: 0;
    }
    .no-header-footer .cart-buttons {
        text-align: center;
    }
    .modal-popup.no-header-footer .modal-inner-wrap {
        width: 100%;
    }
    .modal-popup.no-header-footer.product-items {
        grid-template-columns: 1fr;
    }
}

.modal-popup.no-header-footer {
    margin: 0 auto;
    z-index: 10000;
    left: 0;
    max-width: 100%;
}

.modal-popup.no-header-footer .modal-popup-body p {
    text-align: center;
    padding: 15px;
}

.modal-popup.no-header-footer .modal-popup-top p {
    text-align: center;
    padding: 10px;
}

.modal-popup.no-header-footer .modal-inner-wrap {
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    margin: 0 auto;
    width: 100%;
    max-height: unset;
    height: 100%;
    top: 0 !important;
}

.modal-popup.no-header-footer .modal-header .action-close {
    z-index: 10001;
}

.modal-popup.no-header-footer .modal-inner-wrap .modal-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

.modal-popup.no-header-footer .modal-content {
    top: 0;
    max-height: unset;
    padding: 0;
    height: 100%;
}

.modals-overlay {
    z-index: 9999;
}

.modal-popup.no-header-footer .product-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding: 15px;
}