/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1800px) {
    .wrapper {
        max-width: 1600px;
        margin: auto;
    }
}

@media screen and (max-width: 650px) {
    .lateralImageGray {
        background-image: none;
        background-color: #ebedee;
        background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 950px) {
    #header .object img.v2 {
        display: block;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #header .specs {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .specs .spec {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header .price {
        margin-left: -55px;
    }

    #header .price {
        margin-top: 0;
        margin-bottom: 0px;
    }

    #header .object img.v1 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 500px) {
    #header .price .quantity {
        font-size: 22px;
    }

    #header .price span.old {
        font-size: 33px;
    }

    #header .price span.new {
        font-size: 47px;
    }

    #header .price .discount img {
        max-width: 95px;
    }
}

@media only screen and (max-width: 450px) {
    #header .specs {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .specs .spec {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #header .price {
        margin-left: -65px;
    }
}

@media only screen and (max-width: 400px) {
    #header .price {
        margin-left: -35px;
    }
}

@media only screen and (max-width: 350px) {
    #header .price {
        margin-left: -25px;
    }
}


/*--------------------------------------------------------*\
    hand
\*--------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    #hand h2 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #hand .image img {
        margin-top: 30px;
        max-height: 700px;
        padding-left: 15px;
        padding: 0 15px 0 15px;
        width: auto;
    }
}

@media screen and (max-width: 700px) {
    #hand {
        padding-top: 45px;
    }
}

@media screen and (max-width: 500px) {
    #hand h2 {
        margin-bottom: 30px;
    }

    #hand ul li {
        font-size: 16px;
        margin-left: 5px;
    }

    #hand ul li::after {
        max-width: 200px;
    }

    #hand .description {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 400px) {
    #hand {
        padding-top: 10px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    #text-image-banner .image {/* a capo */
        min-width: 100%;
        order: 2;
        margin-top: 30px;
    }

    #text-image-banner .image img {
        max-width: 500px;
        width: 100%;;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    #text-image-banner {
        padding-bottom: 0;
    }
    #text-image-banner .image {
        padding: 0;
    }
    #text-image-banner .image iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    #text-image-banner .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #text-image-banner {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner .innerTitle {
        font-size: 31px;
    }

    #text-image-banner .text {
        font-size: 18px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {/* md */
    #box-banner {
        padding-bottom: 30px;
        padding-top: 80px;
    }

    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }

    #box-banner .subtitle {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 20px;
    }

    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }

    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }

    #box-banner ul li {
        width: 100%;
    }

    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 600px) {
    #box-banner .innerTitle {
        font-size: 30px;
        padding-bottom: 30px;
    }

    #box-banner .subtitle {
        font-size: 22px;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 20px;
        padding-top: 45px;
    }

    #box-banner ul li {
        padding-bottom: 30px;
    }
}


/*--------------------------------------------------------*\
    opinions
\*--------------------------------------------------------*/

@media screen and (max-width: 1100px) {
    #opinions {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1000px) {
    .order_wrapper {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 800px) {
    #opinions .carousel-cell {
        width: 100%;
    }

    .order_wrapper {
        margin-top: 50px;
    }
}

@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;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* sm */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #order > .container {
        padding: 50px 0 0 0;
    }

    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-2
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #text-image-banner-2 .text {
        padding: 20px 30px 50px 30px;
    }

    #text-image-banner-2 .text .title {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1050px) {
    #text-image-banner-2 .text,
    #text-image-banner-2 .image {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-2 .text {
        font-size: 18px;
        padding-top: 20px;
    }
}


/*--------------------------------------------------------*\
    kit
\*--------------------------------------------------------*/

@media only screen and (max-width: 600px) {
    #kit {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    #kit .kits > .row {
        padding: 0;
    }

    #kit .info {
        font-size: 26px;
    }

    #kit .info span {
        font-size: 40px;
    }
}


/*--------------------------------------------------------*\
    image-grid
\*--------------------------------------------------------*/

@media screen and (max-width: 800px) {
    #image-grid .carousel-cell {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    #image-grid .carousel-cell {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    slider & sovraSlider
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {
    #slider.slider_3 .images {
        order: 2;
    }

    #slider.slider_3 .text {
        order: 1;
        z-index: 99;
    }

    #slider.slider_1 {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }

    #slider.slider_1 .images img {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 700px) {
    #slider .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
    #slider .description {
        line-height: 24px;
    }
}