/*--------------------------------------------------------*\
    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: 1200px) {
    #navMenu > .content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #navMenu .menu ul li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 900px) {
    #navMenu {
        position: relative;
        background-color: #000;
        height: auto;
    }

    #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 ul li a.navMenu_button {
        margin-top: 0;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (min-width: 1600px) {
    #header .object img {
        max-width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    #header .object {
        min-height: 500px;
    }

    #header .logo-column .title {
        font-size: 62px;
    }

    #header .logo-column .title img {
        max-height: 41px;
    }
}

@media only screen and (max-width: 900px) {
    #header .object {
        background-image: url('../images/header_mobile.jpg');
    }
    #header .object {
        min-height: 1350px;
    }
}

@media only screen and (max-width: 750px) {
    #header .object {
        min-height: 1100px;
    }
    #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 .object {
        min-height: 1000px;
    }
    #header .logo-column {
        padding-bottom: 35px;
    }

    #header .logo-column .title {
        font-size: 49px;
        line-height: 63px;
    }

    #header .logo-column .title img {
        max-height: 34px;
    }

    #header .logo {
        padding-bottom: 60px;
    }

    #header .logo img {
        margin-top: -110px;
        max-width: 250px;
    }

    #header .logo img {
        max-width: 350px;
    }
    
}

@media only screen and (max-width: 500px) {
    #header .object {
        min-height: 900px;
    }

    #header .logo img {
        margin-top: -100px;
        max-width: 220px;
    }
}

@media only screen and (max-width: 400px) {
    #header .object {
        min-height: 750px;
    }
    #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;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #box-banner {
        padding-bottom: 30px;
        padding-top: 80px;
    }
    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }
    #box-banner ul li {
        width: 50%;
    }
    #box-banner .flickity-prev-next-button .flickity-button-icon {
        display: block;
    }
    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    #box-banner ul li {
        width: 100%;
    }
    #box-banner .innerTitle {
        max-width: 500px;
        margin: auto;
    }
    #box-banner .subtitle {
        max-width: 500px;
        margin: auto;
        padding-bottom: 20px;
    }
    #box-banner .innerTitle,
    #box-banner .subtitle {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 20px;
        padding-top: 45px;
    }
}

@media only screen and (max-width: 400px) {
    #box-banner li .description .title i {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    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;
    }

    #only-text-banner .background {
        top: 120px;
        height: 220px;
    }
}

@media only screen and (max-width: 1250px) {
    #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;
        margin-bottom: 10px;
    }

    #only-text-banner .background {
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 380px;
        width: 100%;
    }

    #only-text-banner .left {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    #only-text-banner .background {
        top: 10px;
    }

    #only-text-banner .right {
        margin-top: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #only-text-banner .background {
        top: 15px;
    }

    #only-text-banner .right {
        margin-top: 360px;
    }

    #only-text-banner .countdown_button .content {
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 500px) {
    #only-text-banner .background {
        top: -20px;
    }

    #only-text-banner .right {
        margin-top: 300px;
    }
}

@media only screen and (max-width: 400px) {
    #only-text-banner .background {
        top: -35px;
    }

    #only-text-banner .right {
        margin-top: 240px;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}


/*------------------------------------*\
    advise-banner
\*------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #advise-banner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #advise-banner .sx {
        order: 1;
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    #advise-banner .dx {
        max-width: 550px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #advise-banner .dx {
        order: 0;
    }

    #advise-banner .dx img {
        padding: 0;
        max-width: 500px;
        width: 100%;
    }
}

@media only screen and (max-width: 750px) {
    #advise-banner {
        padding-bottom: 45px;
    }

    #advise-banner .sx .title {
        font-size: 34px;
        line-height: 43px;
    }

    #advise-banner .sx .surtitle {
        font-size: 25px;
    }

    #advise-banner .sx > * {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #advise-banner {
        padding-top: 0;
    }

    #advise-banner .sx .subtitle {
        line-height: 26px;
    }

    #advise-banner > .content {
        padding-left: 0;
        padding-right: 0;
    }

    #advise-banner .sx {
        padding-top: 30px;
    }

    #advise-banner .sx,
    #advise-banner .under {
        padding-left: 15px;
        padding-right: 15px;
    }

    #advise-banner .sx .title {
        font-size: 31px;
        line-height: 39px;
    }

    #advise-banner .sx .surtitle {
        font-size: 23px;
    }

    #advise-banner .sx .title {
        font-size: 29px;
        line-height: 36px;
    }

    #advise-banner .sx .surtitle {
        font-size: 21px;
    }

    #advise-banner .sx > * {
        padding-bottom: 8px;
    }

    #advise-banner .price .quantity {
        width: 100%;
        padding-top: 15px;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}


/*--------------------------------------------------------*\
    product
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 40px;
        padding-left: 20px;
    }
    #product .supertitle {
        margin-right: -15%;
    }
    #product .underTitle {
        margin-left: -30%;
    }
}

@media only screen and (max-width: 1000px) {
    #product .description {
        margin-left: 5px;
        margin-right: 20px;
    }
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 10px;
        padding-left: 10px;
    }
    #product .innerTitle {
        font-size: 60px;
    }
}

@media only screen and (max-width: 64em) {
    /* md */
    #product.product_1 .text,
    #product.product_3 .text {
        padding-right: 0;
    }
    #product.product_2 .text {
        padding-right: 10px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 48em) {
    /* sm */
    #product .top .images {
        order: 1;
        margin-bottom: 50px;
    }
    #product .top {
        padding-bottom: 0;
    }
    #product .top .text {
        order: 2;
    }
    #product .carousel {
        order: 3;
        padding-top: 40px;
    }
    #product .description {
        margin-left: 0;
        margin-right: 0;
    }
    #product .top .images img {
        max-width: 600px;
    }
    #product .supertitle {
        margin-right: 0;
    }
    #product.product_1 .text, 
    #product.product_2 .text,
    #product.product_3 .text {
        padding-right: 10px;
        padding-left: 10px;
    }
    #product.product_2 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 700px) {
    #product .carousel .carousel-cell {
        padding: 10px;
        width: 50%;
    }
}

@media only screen and (max-width: 600px) {
    #product .top .images {
        margin-bottom: 40px;
    }
    #product.product_1 {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #product.product_2,
    #product.product_3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    #product.product_2,
    #product.product_3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #product>.content {
        padding: 15px;
        padding: 15px;
    }
    #product.product_1 .text .description {
        margin-right: 0;
    }
    #product .description {
        margin-left: 0;
    }
    #product .carousel .carousel-cell {
        width: 86%;
    }
    #product .carousel .flickity-prev-next-button {
        display: block;
    }
    #product .description {
        line-height: 27px;
    }
    #product.product_1 {
        padding-bottom: 30px;
    }
    #product .supertitle {
        padding-bottom: 20px;
        margin-right: 0;
    }
    #product .underTitle {
        display: none;
    }
    #product .underTitle {
        margin-left: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 400px) {
    #product .text .description ul.sizes li {
        margin-left: 7px;
    }
    #product .innerTitle {
        font-size: 66px;
        line-height: 74px;
    }
}


/*------------------------------------*\
    banner-2 - icons-banner-2
\*------------------------------------*/

@media screen and (max-width: 850px) {
    #banner-2 > .content > .text {
        font-size: 52px;
        line-height: 74px;
    }

    #banner-2 {
        padding-top: 60px;
        padding-bottom: 55px;
    }

    #banner-2 {
        padding-bottom: 45px;
    }

    #banner-2 .icon img {
        max-width: 115px;
        max-height: 115px;
    }

    #banner-2 .icon .image {
        min-height: 115px;
    }

    #banner-2 .icon .text {
        font-size: 17px;
        line-height: 23px;
    }

    #banner-2 .icon .text {
        max-width: 230px;
    }
}

@media screen and (max-width: 700px) {
    #banner-2 > .content > .text {
        font-size: 46px;
        line-height: 64px;
    }

    #banner-2 {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    #banner-2 {
        padding-bottom: 40px;
    }

    #banner-2 .icon {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 550px) {
    #banner-2 .icon {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #banner-2 > .content > .text {
        font-size: 44px;
        line-height: 61px;
    }

    #banner-2 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 400px) {
    #banner-2 > .content > .text {
        font-size: 40px;
        line-height: 56px;
    }

    #banner-2 > .content > .text {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*------------------------------------*\
    icons-banner-2
\*------------------------------------*/

@media screen and (max-width: 700px) {
    #icons-banner-2 {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    #icons-banner-2 .icon {
        padding: 5px;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 .text{
        padding: 0;
    }

    #slider.slider_1 {
        padding-bottom: 30px;
    }

    #slider .text .innerTitle {
        line-height: 60px;
        font-size: 50px;
    }
    #slider .description {
        line-height: 24px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
}