@-webkit-keyframes bounceInRight_2022 {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight_2022 {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        -webkit-transform: translate3d(3000px, 0, 0);
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        -webkit-transform: translate3d(-25px, 0, 0);
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInRight_2022 {
    -webkit-animation-name: bounceInRight_2022;
    animation-name: bounceInRight_2022;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 30s;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}

.error:not([class*="ays-sccp"]):not([class*="ays_sccp"]),
.notice:not([class*="ays-sccp"]):not([class*="ays_sccp"]) {
    display: none !important;
}

/* Sccp and Fox LMS integration main page 2025 | Start */

#ays-sccp-fox-lms-all-pages-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100000;
}

#ays-sccp-fox-lms-all-pages-popup-main {
    width: 480px;
    height: 350px;
    font-size: 20px;
    color: white;
    position: relative;

    background: #FFFFFF;
    border: 1px solid #9E9E9E;
    box-shadow: 0px 4px 18px rgba(167, 167, 167, 0.4);
    border-radius: 16px;
}

.ays-sccp-fox-lms-all-pages-popup-fields-submit {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    border: 0;
    outline: none;
    padding: 14px 10px;
    text-transform: capitalize;
    font-weight: bolder;
    background-color: #FF5004;
    box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.25);
    border-radius: 10px;
    transition: 0.3s;
}

a.ays-sccp-fox-lms-all-pages-popup-fields-submit:focus,
a.ays-sccp-fox-lms-all-pages-popup-fields-submit:hover {
    color: #ffffff;
    background-color: #FF783D;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.25);
}

a.ays-sccp-fox-lms-all-pages-popup-fields-submit:active {
    color: #ffffff;
    background-color: #D64202;
    text-decoration: none;
    box-shadow: 0px 2px 4px rgba(101, 101, 101, 0.25);
}

.ays-sccp-fox-lms-all-pages-popup-layer {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: inherit;
    gap: 20px;
}

#ays-sccp-fox-lms-all-pages-popup-close-main {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border-radius: 50%;
    z-index: 10;
}

#ays-sccp-fox-lms-all-pages-popup-close {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#ays-sccp-fox-lms-all-pages-popup-close > div {
    line-height: 24px;
    color: #323232;
    font-size: 32px;
}

.ays-sccp-fox-lms-all-pages-popup-dismiss-ad-button {
    font-size: 12px;
    color: #f3d7e5;
}

a.ays-sccp-fox-lms-all-pages-popup-dismiss-ad-button:hover {
    color: #f3d7e5;
    text-decoration: none;
}

div#ays-sccp-fox-lms-all-pages-popup-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ays-sccp-fox-lms-all-pages-popup-heading-center {
    position: relative;
}

#ays-sccp-fox-lms-all-pages-popup .ays-sccp-fox-lms-all-pages-popup-heading-center img.ays-sccp-fox-lms-all-pages-icon {
    position: absolute;
    bottom: -30px;
    right: 0px;
}

.ays-sccp-fox-lms-all-pages-popup-heading-center {
    width: 100%;
}

.ays-sccp-fox-lms-all-pages-popup-heading-center a {
    display: inline-block;
}

#ays-sccp-fox-lms-all-pages-popup-heading-title {
    margin-top: 10px;
}

#ays-sccp-fox-lms-all-pages-popup-heading-title a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #323232;
}

.ays-sccp-fox-lms-all-pages-popup-heading-title {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    letter-spacing: 7px;
    font-weight: bolder;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
}

div#ays-sccp-fox-lms-all-pages-popup-content {
    padding: 0 20px 15px;
}

.ays-sccp-fox-lms-all-pages-popup-content-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0.2em;
    color: #98FBA6;
    text-transform: uppercase;
}

.ays-sccp-fox-lms-all-pages-popup-content-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #494949;
    letter-spacing: 0;
}

@media screen and (max-width: 768px) {
    #ays-sccp-fox-lms-all-pages-popup {
        max-width: 100%;
    }

    #ays-sccp-fox-lms-all-pages-popup .ays-sccp-fox-lms-all-pages-popup-heading-center img{
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    #ays-sccp-fox-lms-all-pages-popup-main {
        max-width: 100%;
        background-size: cover;
    }
}

@media screen and (max-width: 450px) {
    #ays-sccp-fox-lms-all-pages-popup-close-main {
        left: 0px;
        top: 0px;
    }
}

/* Sccp and Fox LMS integration main page 2025 | End */



/* New Mega Bundle Banner SCCP | Start */
/*
div#ays-sccp-new-mega-bundle-dicount-month-main {
    border: 0;
    background: #FFF;
    border-radius: 20px;
    box-shadow: unset;
    position: relative;
    z-index: 1;
    min-height: 80px;
}
div#ays-sccp-new-mega-bundle-dicount-month-main.ays_sccp_dicount_info button {
    display: flex;
    align-items: center;
}

div#ays-sccp-new-mega-bundle-dicount-month-main div#ays-sccp-dicount-month a.ays-sccp-sale-banner-link:focus {
    outline: none;
    box-shadow: 0;
}

div#ays-sccp-new-mega-bundle-dicount-month-main .btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

div#ays-sccp-new-mega-bundle-dicount-month-main.ays_sccp_dicount_info {
    background-image: url("../images/ays-sccp-banner-background-50.svg"); 
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays_sccp_dicount_month {
    display: flex;
    align-items: center;
    justify-content: space-between;
     color: #fff; 
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays_sccp_dicount_month img {
    width: 80px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-sale-banner-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box {
    font-size:14px;
    padding:12px;
    text-align: center;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
    text-align: left;
}

.ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-boxes {
    display: flex;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-button-box {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box .ays-sccp-new-mega-bundle-title {
    color: #FDFDFD;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box .ays-sccp-new-mega-bundle-desc {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box strong {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.80px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-color {
    color: #971821;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-text-decoration {
    text-decoration: underline;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-buy-now-button-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-buy-now-button-box {
    width: 30%;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box .ays-button,
#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box .ays-buy-now-button {
    align-items: center;
    font-weight: 500;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box .ays-buy-now-button {
    background: #971821;
    border-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 5px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box .ays-buy-now-button:hover {
    background: #7d161d;
    border-color: #971821;
}

#ays-sccp-new-mega-bundle-dicount-month-main #ays-sccp-dismiss-buttons-content{
    display: flex;
    justify-content: center;
}

#ays-sccp-new-mega-bundle-dicount-month-main #ays-sccp-dismiss-buttons-content .ays-button{
    margin: 0 !important;
    font-size: 13px;
    font-size: 13px;
    color: #ffffff;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-opacity-box {
    width: 19%;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-buy-now-opacity-button {
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

#ays-sccp-countdown-main-container .ays-sccp-countdown-container {
    margin: 0 auto;
    text-align: center;
}

#ays-sccp-countdown-main-container #ays-sccp-countdown-headline {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-weight: bolder;

    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}
#ays-sccp-countdown-main-container li,
#ays-sccp-countdown-main-container ul {
    margin: 0;
}

#ays-sccp-countdown-main-container li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    padding: 14px;
    text-transform: uppercase;
}

#ays-sccp-countdown-main-container li span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    min-height: 62px;
    min-width: 62px;
    border-radius: 4.273px;
    border: 0.534px solid #F4F4F4;
    background: #9896ED;
}

#ays-sccp-countdown-main-container .emoji {
    display: none;
    padding: 1rem;
}

#ays-sccp-countdown-main-container .emoji span {
    font-size: 30px;
    padding: 0 .5rem;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box li {
    position: relative;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box li span:after {
    content: ":";
    color: #fff;
    position: absolute;
    top: 10px;
    right: -5px;
    font-size: 40px;

}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box li span#ays-sccp-countdown-seconds:after {
    content: unset;
}

#ays-sccp-new-mega-bundle-dicount-month-main  #ays-button-top-buy-now {
    display: flex;
    align-items: center;
    border-radius: 6.409px;
    background: #F66123;
    padding: 12px 32px;
    color: #FFF;
    font-size: 12.818px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0 !important;
}

div#ays-sccp-new-mega-bundle-dicount-month-main button.notice-dismiss:before{
    color: #fff;
    content: "\f00d";
    font-family: fontawesome;
    font-size: 22px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-new-mega-bundle-guaranteeicon {
    width: 30px;
    margin-right: 5px;
}

#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-one-time-text {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media all and (max-width: 768px) {    
    div#ays-sccp-new-mega-bundle-dicount-month-main {
        padding-right: 0;
        padding-left: 0;        
    }

    #ays-sccp-countdown-main-container li {
        font-size: 12px;
        padding: 12px;
    }

    .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-boxes {
        flex-direction: column;
    }

    #ays-sccp-countdown-main-container li span {
        font-size: 26px;
        min-height: 50px;
        min-width: 50px;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays_sccp_dicount_month{
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px 0;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box {
        width: 100% !important;
        text-align: center;
    }

    #ays-sccp-countdown-main-container #ays-sccp-countdown-headline {
        font-size: 15px;
        font-weight: 600;
    }

    #ays-sccp-countdown-main-container ul {
        font-weight: 500;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 100% !important;
        text-align: center;
        flex-direction: column;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box li span:after {
        top: unset;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #ays-sccp-new-mega-bundle-dicount-month-main .ays-button{
        margin: 0 auto !important;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main.ays_sccp_dicount_info.notice {
        background-position: -20px center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #ays-sccp-new-mega-bundle-dicount-month-main #ays-sccp-dismiss-buttons-content .ays-button {
        padding-left: unset !important;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-buy-now-button-box {
        justify-content: center;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box .ays-buy-now-button {
        font-size: 14px;
        padding: 5px 10px;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-buy-now-opacity-button {
        display: none;
    }

    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dismiss-buttons-container-for-form{
        position: static !important;
    }

    .comparison .product img {
        width: 70px;
    }

    .ays-sccp-features-wrap .comparison a.price-buy{
        padding: 8px 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 1305px) and (min-width: 768px){
    div#ays-sccp-new-mega-bundle-dicount-month-main.ays_sccp_dicount_info.notice {
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box strong {
        font-size: 15px;
    }

    #ays-sccp-countdown-main-container li {
        font-size: 11px;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-opacity-box {
        display: none;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px){
    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
        width: 35%;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 40%;
    }

    div#ays-sccp-countdown-main-container li span {
        font-size: 30px;
        min-height: 50px;
        min-width: 50px;
    }
}

@media screen and (max-width: 1680px) and (min-width: 1551px){
    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 29%;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
        width: 31%;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1400px){
    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 31%;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
        width: 35%;
    }
}

@media screen and (max-width: 1274px){
    div#ays-sccp-countdown-main-container li span{
        font-size: 25px;
        min-height: 40px;
        min-width: 40px;
    
    }   
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box .ays-sccp-new-mega-bundle-title{
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-button-box{
        margin-bottom: 16px;
    }

    #ays-sccp-countdown-main-container ul {
        padding-left: 0;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 100%;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-coupon-row{
        width: 120px;
        font-size: 18px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main #ays-button-top-buy-now{
        padding: 12px 20px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box{
        font-size: 12px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box .ays-sccp-new-mega-bundle-desc {
        font-size: 13px;
    }
}

@media screen and (max-width: 1076px) and (min-width: 769px){
    #ays-sccp-countdown-main-container li{
        padding: 10px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-coupon-row{
        width: 100px;
        font-size: 16px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-button-box{
        margin-bottom: 16px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main #ays-button-top-buy-now{
        padding: 12px 15px;
    }
    #ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box{
        font-size: 11px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 1250px) and (min-width: 769px){
    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-countdown-box {
        width: 45%;
    }

    div#ays-sccp-new-mega-bundle-dicount-month-main .ays-sccp-dicount-wrap-box.ays-sccp-dicount-wrap-text-box {
        width: 35%;
    }

    div#ays-sccp-maker-countdown-main-container li span {
        font-size: 30px;
        min-height: 50px;
        min-width: 50px;
    }
} 
*/
/* New Mega Bundle Banner SCCP | End */