body.catalog-product-view._has-modal .site-overlay {
    opacity: 0.8;
    background: #000;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap {
    background: transparent;
    color: #fff;
    max-width: 450px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header {
    background: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header .modal-title {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header .action-close {
    position: absolute;
    top: -265px;
    right: -220px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header .action-close:after {
    color: #fff;
    font-size: 35px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-content {
    text-align: justify;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer {
    text-align: center;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer button {
    padding: 0 0 0 45px;
    position: relative;
    height: 32px;
    font-weight: 600;
    font-size: 13px;
    margin-left: -35px;
}
.modal-popup.add-to-cart-popup .modal-inner-wrap .modal-footer button:before {
    display: block;
    content: "";
    background: url("../images/icons/cart.svg") no-repeat center;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 600px) {
    .catalog-product-view .modal-popup.add-to-cart-popup .modal-inner-wrap {
        max-width: 350px;
    }
    .catalog-product-view .modal-popup._show .modal-inner-wrap {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .modal-popup.add-to-cart-popup .modal-inner-wrap .modal-header .action-close {
        right: -10px;
        top: -200px;
    }
}
/* CNC back link */
.page-product-grouped .cnc-back-link,
.page-product-grouped .cnc-mobile-back-link {
    display: block;
    position: relative;
    text-align: right;
    font-size: 14px;
    padding-left: 20px;
    font-weight: 600;
}
.page-product-grouped .cnc-back-link span,
.page-product-grouped .cnc-mobile-back-link span {
    font-size: 16px;
    position: relative;
    padding-right: 10px;
    top: -1px;
}
.page-product-grouped .cnc-back-link {
    padding-bottom: 3em;
    margin-top: -3em;
}

@media only screen and (max-width: 767px) {
    .page-product-grouped .cnc-back-link {
        display: none;
    }
    .page-product-grouped .cnc-mobile-back-link {
        display: block !important;
        margin-bottom: 15px;
    }
}
/* CNC back link */
