/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 2000px) {
    .wrapper {
        max-width: 1800px;
        margin: auto;
    }
}

/* 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;
    }
}


/*--------------------------------------------------------*\
    countdown general
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    .countdown .time {
        width: 200px;
        font-size: 14px;
    }

    .countdown .time ul li {
        font-size: 38px;
        margin: 0 10px;
    }

    .countdown .time ul li .podp {
        font-size: 15px;
    }
}


/*--------------------------------------------------------*\
    navMenu
\*--------------------------------------------------------*/

@media only screen and (max-width: 900px) {
    #navMenu > .container {
        width: 100%;;
    }
}

@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: 5px;
        margin-bottom: 5px;
    }

    #navMenu .menu ul li:first-child {
        margin-top: 15px;
    }

    #navMenu .menu ul li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }

    #navMenu .menu {
        background-color: #0000006e;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (min-width: 1600px) {
    #header .object img {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    #header .logo-column .title {
        font-size: 62px;
    }

    #header .logo-column .title img {
        max-height: 41px;
    }
}

@media only screen and (max-width: 750px) {
    #header .logo-column {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #header .logo-column .title {
        font-size: 52px;
        line-height: 65px;
    }

    #header .logo-column .title img {
        max-height: 37px;
    }

    #header .price .old {
        font-size: 30px;
    }

    #header .price .new {
        font-size: 46px;
    }

    #header .price .discount img {
        max-width: 110px;
    }
}

@media only screen and (max-width: 600px) {
    #header .logo-column {
        padding-bottom: 40px;
    }

    #header .logo-column .title {
        font-size: 49px;
        line-height: 63px;
    }

    #header .logo-column .title img {
        max-height: 34px;
    }

    #header .logo {
        padding-bottom: 30px;
    }

    #header .logo img {
        max-width: 350px;
    }
}

@media only screen and (max-width: 400px) {
    #header .logo {
        padding-bottom: 25px;
    }

    #header .logo-column .title {
        font-size: 42px;
        line-height: 55px;
    }

    #header .logo-column .title img {
        max-height: 29px;
    }

    #header .logo img {
        max-width: 200px;
    }
}


/*--------------------------------------------------------*\
    sliderBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 900px) {
    #sliderBanner .sliderBanner-carousel .carousel-cell {
        padding: 15px;
    }
}

@media only screen and (max-width: 600px) {
    #sliderBanner .sliderBanner-carousel .carousel-cell {
        padding: 10px;
        width: 40%;
    }
}

@media only screen and (max-width: 450px) {
    #sliderBanner .sliderBanner-carousel .carousel-cell {
        padding: 10px;
        width: 50%;
        padding: 5px;
    }
}


/*--------------------------------------------------------*\
    lateralImagesBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 800px) {
    #lateralImagesBanner .text img {
        transform: scale(1.5);
        margin-right: -3px;
    }
}


/*--------------------------------------------------------*\
    only-text-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #only-text-banner .right {
        max-width: 60%;
    }

    #only-text-banner .row1 {
        font-size: 33px;
        text-align: left;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 39px;
        width: 100%;
        color: #fff;
    }

    #only-text-banner .mybutton_round_3 {
        font-size: 24px;
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media only screen and (max-width: 1250px) {
    #only-text-banner .background {
        left: 60px;
        top: -15px;
        height: 424px;
    }
}

@media only screen and (max-width: 1100px) {
    #only-text-banner .background {
        left: 40px;
        top: 15px;
        height: 370px;
    }

    #only-text-banner .right {
        padding: 35px;
    }

    #only-text-banner .row1 {
        font-size: 29px;
        line-height: 38px;
        margin-top: 15px;
    }

    #only-text-banner .countdown_button .content {
        margin-right: -60px;
    }

    #only-text-banner .mybutton_round_3 {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 950px) {
    #only-text-banner .right {
        max-width: 750px;
        padding: 20px;
        margin-top: 440px;
        margin-left: auto;
        margin-right: auto;
    }

    #only-text-banner .row1 {
        text-align: center;
        margin-top: 0   ;
    }

    #only-text-banner .background {
        top: -80px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 500px;
        width: 100%;
    }

    #only-text-banner .left {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #only-text-banner > .content {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/*--------------------------------------------------------*\
    centralText
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #centralText {
        padding-top: 130px;
        padding-bottom: 80px;
    }

    #centralText .left img,
    #centralText .right img {
        max-width: 250px;
    }

    #centralText .center {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 950px) {
    #centralText {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    #centralText .left img,
    #centralText .right img {
        max-width: 200px;
    }

    #centralText .left img {
        margin-top: -180px;
    }

    #centralText .right img {
        margin-bottom: 180px;
    }

    #centralText  .uppertitle {
        margin-bottom: 15px;
    }

    #centralText .center {
        padding-left: 30px;
        padding-right: 30px;
    }

    #centralText .center .text {
        font-size: 55px;
    }

    #centralText .center .text b {
        font-size: 65px;
    }
}

@media only screen and (max-width: 850px) {
    #centralText .left img,
    #centralText .right img {
        max-width: 160px;
    }

    #centralText .left img {
        margin-top: -150px;
    }

    #centralText .right img {
        margin-bottom: 150px;
    }

    #centralText .center {
        padding-left: 25px;
        padding-right: 25px;
    }

    #centralText .center .text {
        font-size: 52px;
    }

    #centralText .center .text b {
        font-size: 62px;
    }
}

@media only screen and (max-width: 670px) {
    #centralText {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    #centralText > .content {
        padding-left: 5px;
        padding-right: 5px;
    }

    #centralText .center {
        width: 100%;
    }

    #centralText .right img {
        margin-top: 0;
        max-width: 300px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    #centralText .left {
        display: none;
    }

}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #big-g .feature .center-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #big-g .main-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #big-g .feature-s2 .feature-item,
    #big-g .feature-s2 .feature-item:first-child {
        margin-top: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #big-g .feature p {
        margin-bottom: 0;
    }

    #big-g .feature-s2 .feature-img img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 650px) {
    #big-g .main-title h2 {
        font-size: 55px;
    }

    #big-g .main-title h2 span {
        margin-left: 180px;
    }

    #big-g .right-text {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #big-g {
        padding-top: 40px;
    }

    #big-g .main-title h2 {
        font-size: 50px;
    }

    #big-g .main-title h2 span {
        margin-left: 150px;
    }


    #big-g .feature p {
        margin-top: 10px;
    }

    #big-g .img-box span {
        max-width: 250px;
    }
}

@media only screen and (max-width: 400px) {
    #big-g .feature-item h2 {
        font-size: 19px;
        letter-spacing: 0;
    }

    #big-g .feature-item h2 img {
        margin-right: 12px;
        max-width: 53px;
    }

    #big-g .main-title h2 span {
        margin-left: 0;
    }

    #big-g .main-title {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #text-image-banner .image {
        max-width: 360px;
    }

    #text-image-banner .image img {
        margin-top: -40px;
    }

    #text-image-banner .text {
        font-size: 23px;
        line-height: 31px;
    }
    
}

@media only screen and (max-width: 1050px) {
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }

    #text-image-banner .text {
        padding-left: 20px;
        padding-right: 20px;
    }

    #text-image-banner {
        padding-top: 45px;
    }

    #text-image-banner.banner-2 {
        padding-top: 75px;
    }

    #text-image-banner .image {
        margin-top: 45px;
    }

    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
    }

    #text-image-banner {
        padding-bottom: 0;
    }

    #text-image-banner iframe {
        padding-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner {
        padding-bottom: 0;
        padding-top: 35px;
    }

    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }

    #text-image-banner .image,
    #text-image-banner .image img {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media screen and (max-width: 900px) {
    #text-image-banner-3 .promoText {
        padding-left: 20px;
        text-align: left;
        font-size: 19px;
    }

    #text-image-banner-3 .text {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    #text-image-banner-3 > .content {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    #text-image-banner-3 .promoImg {
        max-width: 70%;
    }

    #text-image-banner-3 .promoText {
        max-width: 30%;
    }

    #text-image-banner-3 {
        padding-top: 60px;
        padding-bottom: 75px;
    }
}

@media screen and (max-width: 600px) {
    #text-image-banner-3 {
        padding-bottom: 65px;
    }

    #text-image-banner-3 .promoImg {
        max-width: 100%;
    }

    #text-image-banner-3 .promoText {
        max-width: 100%;
        padding-left: 10px;
        text-align: center;
        padding-top: 20px;
    }

    #text-image-banner-3 .promo {
        margin-bottom: 20px;
    }

    #text-image-banner-3 .carousel .carousel-cell {
        padding: 10px;
    }
}

@media screen and (max-width: 500px) {
    #text-image-banner-3 {
        padding-bottom: 55px;
    }

    #text-image-banner-3 .carousel .carousel-cell {
        width: 50%;
    }
}


/*--------------------------------------------------------*\
    product
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 0;
    }

    #product.product_2 .text,
    #product.product_4 .text  {
        padding-left: 0;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #product .top .images img {
        padding-left: 20px;
        padding: 20px;
        padding-top: 50px;
    }
    
    #product .top .images {
        order: 2;
    }

    #product .top .text {
        order: 1;
    }
}

@media only screen and (max-width: 600px) {
    #product .top .images img {
        padding-left: 10px;
        padding: 10px;
        padding-top: 50px;
    }

    #product .carousel .carousel-cell {
        padding: 10px;
    }

    #product.product_1 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    
    #product.product_2,
    #product.product_3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #product.product_4 {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    #product .carousel.carousel-1 .carousel-cell span {
        top: 110%;
        font-size: 22px;
    }
}

@media only screen and (max-width: 500px) {
    #product > .content {
        padding: 15px;
        padding: 15px;
    }

    #product.product_1 .text .description {
        margin-right: 0;
    }

    #product .description {
        margin-left: 0;
    }

    #product .top {
        padding-bottom: 35px;
    }

    #product .carousel .carousel-cell {
        padding: 5px;
    }

    #product .carousel.carousel-1 {
        padding-bottom: 65px;
    }

    #product .main.carousel .product-grid-carousel .carousel-cell {
        width: 45%;
    }

    #product .carousel.carousel-1 .carousel-cell span {
        top: 114%;
        font-size: 18px;
    }

    #product .description {
        line-height: 27px;
    }
}

@media only screen and (max-width: 500px) { 
    #product.product_1 {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    
    #product.product_2,
    #product.product_3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #product.product_4 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #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;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) {
    #slider .text .innerTitle {
        line-height: 65px;
        font-size: 55px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #slider {
        padding-top: 30px;
    }

    #slider.slider_1 {
        padding-bottom: 100px;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-bottom: 70px;
    }

    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
}