/*
 * NOTICE OF LICENSE
 *
 * This product is licensed for one customer to use on one installation (test stores and multishop included).
 * Site developer has the right to modify this module to suit their needs, but can not redistribute the module in
 * whole or in part. Any other use of this module constitutes a violation of the user agreement.
 *
 * DISCLAIMER
 *
 * NO WARRANTIES OF DATA SAFETY OR MODULE SECURITY
 * ARE EXPRESSED OR IMPLIED. USE THIS MODULE IN ACCORDANCE
 * WITH YOUR MERCHANT AGREEMENT, KNOWING THAT VIOLATIONS OF
 * PCI COMPLIANCY OR A DATA BREACH CAN COST THOUSANDS OF DOLLARS
 * IN FINES AND DAMAGE A STORES REPUTATION. USE AT YOUR OWN RISK.
 *
 * @author    idnovate.com <info@idnovate.com>
 * @copyright 2022 idnovate.com
 * @license   See above
 */

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
}

.apc_modal {
    text-align: center;
    display: initial;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.apc-effect-blur {
    -webkit-filter: blur(15px); /* Safari 6.0 - 9.0 */
    filter: blur(15px);
}

.apc-popup .dont-show-again {
    right: 0;
    position: absolute;
    background-color: white;
    font-size: 0.8em;
    cursor: pointer;
    padding: 2px 5px;
}

.apc-popup .dont-show-again a {
    color: black;
}


/* LG Styles */
.fancybox-wrap,
.apc_modal{
    font-family: "LG Smart Regular";
    color: #000;
}
.fancybox-skin{
    border-radius: 10px;
}
.fancybox-wrap .fancybox-close{
    top: 0;
    right: -5px;
    background-image: none;
    text-align: center;
}
.fancybox-close:after{
    content: '\f00d';
    color: #000;
    font-family: "FontAwesome";
    font-size: 1.2rem;
}
.fancybox-wrap strong{
    font-family: "LG Smart Bold";
}
.apc_modal h1,
.apc_modal h2{
    font-family: "LG Smart Bold";
}
.apc_modal h3, 
.apc_modal h4, 
.apc_modal h5, 
.apc_modal h6{
    font-family: "LG Smart SemiBold";
}
.apc_modal p{
    font-family: "LG Smart Regular";
    font-size: 1rem;
}
.apc_modal h1{
    font-size: 1.6rem;
}
.apc_modal h2{
    font-size: 1.5rem;
}
.apc_modal h3{
    font-size: 1.4rem;
}
.apc_modal h4{
    font-size: 1.3rem;
}
.apc_modal h5{
    font-size: 1.2rem;
}
.apc_modal h6{
    font-size: 1.1rem;
}