/* notify-js */
@media only screen and (max-width: 600px) {
    .notifyjs-corner {
        transform: scale(0.9);
        left: -15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .notifyjs-corner {
        transform: scale(0.8);
        left: -30px !important;
    }
}

@media only screen and (max-width: 300px) {
    .notifyjs-corner {
        display: none;
    }
}


/*------------------------------------*\
    header
\*------------------------------------*/

@media only screen and (max-width: 650px) {
    .header.x-beautiful1-beautiful {
        padding-bottom: 50px;
    }
}


/*--------------------------------------------------------*\
    navMenu
\*--------------------------------------------------------*/

@media only screen and (max-width: 900px) {
    #navMenu > .content {
        width: 100%;
    }

    #navMenu .menu ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #navMenu .logo img {
        padding-left: 5px;
    }

    #navMenu .menu ul {
        width: 100%;
    }

    #navMenu .menu ul li {
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #navMenu .menu ul li:first-child {
        margin-top: 20px;
    }

    #navMenu .menu ul li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }
}


/*--------------------------------------------------------*\
    imageGrid
\*--------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    #imageGrid span {
        font-size: 35px;
    }
}

@media only screen and (max-width: 47em) {
    #imageGrid span {
        font-size: 60px;
    }
}

@media screen and (max-width: 800px) {
    #imageGrid .carousel-cell {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    #imageGrid .carousel-cell {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #imageGrid span {
        font-size: 42px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* sm */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

@media screen and (max-width: 1400px) {
    #opinions .opinions-carousel::before,
    #opinions .opinions-carousel::after {
        content: none;
    }
}

@media screen and (max-width: 800px) {
    #opinions .carousel-cell {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #opinions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 400px) {
    #opinions {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #opinions .carousel-cell {
        padding: 15px;
    }
}