/* Media Query */


/* Ecrans 23 pouces (1920px) */

@media only screen and (min-width:1367px) {
    .center {
        max-width: 65%;
    }
    .page-title {
        width: 100%;
        font-size: 1.8em;
    }
}

@media only screen and (max-width:1367px) {
    .center {
        max-width: 1200px;
    }
}


/* Tablet Portrait width to 960px */

@media only screen and (max-width:960px) {
    .center {
        max-width: 80%;
    }
}

@media only screen and (max-width:960px) {}

@media only screen and (min-width:769px) and (max-width:960px) {}

@media only screen and (max-width:768px) {
    .center {
        max-width: 100%;
    }
    #home-slider {
        border-radius: 0;
    }
    #home-slider .swiper-wrapper .swiper-slide .swiper-details .swiper-title .swiper-title-text,
    #home-slider .swiper-details .swiper-content {
        font-size: 25px;
    }
    #single-product .product-contents .product-prices .order-button {
        top: 0;
        position: relative;
    }
}

@media only screen and (max-width:480px) {
    .center {
        max-width: 100%;
    }
    #home-slider .swiper-wrapper .swiper-slide .swiper-details .swiper-title .swiper-title-text,
    #home-slider .swiper-details .swiper-content {
        padding: 5px 15px;
    }
    .fancybox-title {
        display: none;
    }
}

@media only screen and (min-width:321px) and (max-width:480px) {}


/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width:321px) and (max-device-width:480px) {}


/* Smartphones (landscape) ----------- */

@media only screen and (min-width:321px) {}


/* Smartphones (portrait) ----------- */

@media only screen and (max-width:320px) {}