/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1800px) {
    .wrapper {
        max-width: 1600px;
        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;
    }
}

/* inclined-section */
@media only screen and (max-width: 400px) {
    .inclined-section::before {
        content: none;
    }

    .inclined-section::after {
        content: 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: 1300px) {
    #navMenu > .content {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1200px) {
    #navMenu > .content {
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: 100%;
    }

    #navMenu .logo img {
        max-height: 50px;
        margin-right: 40px;
    }

    #navMenu ul.menu li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1050px) {
    #navMenu > .content {
        margin-bottom: 5px;
    }

    #navMenu .logo img {
        padding-left: 15px;
    }

    #navMenu ul {
        width: 100%;
    }

    #navMenu.open .mobile-menu.hamburger {
        left: 50%;
        transform: translate(-50%, 0);
    }

    #navMenu > .content > .logo {
        max-width: 100%;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
		z-index: 999;
    }

    #navMenu ul.menu li .hide.button {
        display: block;
        max-width: 160px;
        margin: auto;
        width: 100%;
    }

    #navMenu ul.menu li .button:not(.hide) {
        display: none;
    }

    #navMenu > .content > *:last-child {
        display: none;
    }

    #navMenu ul.menu li {
        display: none;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    #navMenu ul.menu li:first-child {
        margin-top: 40px;
    }

    #navMenu ul.menu li:last-child {
        margin-bottom: 15px;
    }

    #navMenu .mobile-menu {
        display: block;
    }

    .navMenu_button {
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #navMenu .mobile-menu.hamburger,
    #navMenu.open .mobile-menu.hamburger {
        right: 0;
        left: initial;
        transform: none;
    }
}

@media only screen and (max-width: 500px) {
    #navMenu .logo img {
        padding-left: 10px;
    }

    #navMenu > .content {
        margin-top: 15px;
    }

    #navMenu .logo img {
        max-height: 42px;
    }

    #navMenu .mobile-menu {
        top: -20px;
    }
}


/*--------------------------------------------------------*\
    box-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {/* md */
    #box-banner {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    #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;
    }

    #box-banner .flickity-prev-next-button {
        display: block;
    }

    #box-banner li .description .text {
        min-height: 0;
        margin-bottom: 20px;
    }

    #box-banner ul li {
        width: 50%;
    }

    #box-banner ul li .content {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (max-width: 700px) {
    #box-banner ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    #box-banner {
        padding-bottom: 40px;
        padding-top: 45px;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media only screen and (max-width: 1350px) { 
    #header > .content {
        padding-top: 140px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1250px) {
    #header .object img {
        max-width: 600px;
        min-width: 400px;
        width: 100%;
    }

    #header .logo-column .row2 {
        font-size: 60px;
        line-height: 58px;
    }

    .wrapper {
        background-size: 150% auto;
    }
}

@media only screen and (max-width: 1100px) {
    #header > .content { 
        padding-top: 120px;
    }

    #header .logo-column .row2 {
        font-size: 50px;
        line-height: 46px;
    }

    #header .logo-column .row3 {
        font-size: 29px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #header .object {
        margin-top: -90px;
    }

    .wrapper {
        background-size: 100% auto;
    }
}

@media only screen and (max-width: 950px) {
    #header .logo-column .row2 {
        font-size: 41px;
        line-height: 38px;
    }

    #header .logo-column .row3 {
        font-size: 26px;
        line-height: 28px;
    }

    #header .object {
        margin-top: -125px;
    }
}

@media only screen and (max-width: 850px) {
    #header .object {
        margin-top: -130px;
    }
	
	#header > .content {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 48em) {/* sm */
    #header .logo-column .row2 {
        font-size: 58px;
        line-height: 53px;
    }

    #header .logo-column .row3 {
        font-size: 30px;
    }
    
    .wrapper {
        background-size: 200% auto;
    }

    #header .object {
        margin-top: -10px;
        min-height: 0;
    }

    #header .object img {
        max-width: 700px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        background-size: 300% auto;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        background-size: 400% auto;
    }
}

@media only screen and (max-width: 450px) {
    #header .logo-column .row2 {
		font-size: 47px;
		line-height: 46px;
    }
}

@media only screen and (max-width: 400px) {
    #header .logo-column .row2 {
		font-size: 42px;
		line-height: 40px;
    }
}

@media only screen and (max-width: 350px) {
    #header .logo-column .row2 {
		font-size: 40px;
		line-height: 38px;
    }
}


/*--------------------------------------------------------*\
    mosaicBanner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1200px) {
    #mosaicBanner {
        padding-top: 100px;
    }

    #mosaicBanner > .content {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 1100px) {
    #mosaicBanner .text .title {
        font-size: 43px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 64em) {/* sm */
    #mosaicBanner {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #mosaicBanner .text,
    #mosaicBanner .image {
        width: 100% !important;
    }

    #mosaicBanner .row1 .text {
        margin-bottom: 15px;
    }

    #mosaicBanner .row2 .dx .text {
        margin-top: 15px;
    }

    #mosaicBanner .text .title,
    #mosaicBanner .text .underTitle {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        padding-top: 0 !important;
    }

    #mosaicBanner .row1 .text .title,
    #mosaicBanner .row1 .text .underTitle {
        max-width: 430px !important;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #mosaicBanner {
        padding-bottom: 40px;
    }
	
    #mosaicBanner .row1 {
        margin-right: 0;
        padding-bottom: 0;
    }

    #mosaicBanner .row2 {
        padding-top: 0;
    }

    #mosaicBanner .image img,
    #mosaicBanner .text {
        max-width: 600px !important;
    }

    #mosaicBanner .row2 .sx {
        margin-top: 0;
    }

    #mosaicBanner .row1 .image {
        order: 1;
    }

    #mosaicBanner .text .title {
        max-width: 100%;
    }

    #mosaicBanner .text {
        order: 2;
        margin-bottom: 40px !important;
        padding-top: 0 !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
        margin-top: 15px;
    }

    #mosaicBanner .text .underTitle {
        margin-top: 10px;
    }

    #mosaicBanner .row1 .text .title,
    #mosaicBanner .row1 .text .underTitle {
        max-width: 100% !important;
    }

    #mosaicBanner .row2 .dx .text > * {
        text-align: right !important;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-1
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #text-image-banner-1 {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 1200px) {
    #text-image-banner-1 {
        margin-top: -50px;
    }

    #text-image-banner-1 .text {
        max-width: 800px;
    }
}

@media only screen and (max-width: 1050px) {
    #text-image-banner-1 .text .title {
        font-size: 39px;
        line-height: 47px;
    }

    #text-image-banner-1 > .content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #text-image-banner-1 .image {
        max-width: 170px;
    }

    #text-image-banner-1 .text span {
        font-size: 24px;
    }
    
    #text-image-banner-1 .text {
        max-width: 750px;
    }
}

@media only screen and (max-width: 950px) {
    #text-image-banner-1 .image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    #text-image-banner-1 .image img {
        max-width: 200px;
        width: 100%;
    }

    #text-image-banner-1 .text {
        text-align: center;
        padding: 10px;
    }

    #text-image-banner-1 .text span {
        font-size: 24px;
        line-height: 32px;
        margin-top: 15px;
    }

    #text-image-banner-1 > .content {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 700px) {
    #text-image-banner-1 .text .title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 450px) {
    #text-image-banner-1 .image {
        margin-bottom: 15px;
    }

    #text-image-banner-1 .text .title {
        font-size: 34px;
        line-height: 40px;
    }
}


/*------------------------------------*\
    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: 15px;
        padding-left: 15px;
    }

    #advise-banner .price {
        padding-top: 0;
    }

    #advise-banner .dx {
        max-width: 550px;
        width: 100%;
    }

    #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 .sx .subtitle {
        line-height: 26px;
    }

    #advise-banner > .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #advise-banner .sx {
        padding-top: 30px;
    }

    #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;
    }
}


/*--------------------------------------------------------*\
    horizontal-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    #horizontal-banner .list .carousel-cell {
        width: 16.66%;
    }
}

@media only screen and (max-width: 950px) {
    #horizontal-banner .list {
        padding-left: 0;
        padding-right: 0;
    }

    #horizontal-banner .list .carousel-cell {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #horizontal-banner span {
        font-size: 21px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 650px) {
    #horizontal-banner .list .carousel-cell {
        width: 30%; 
    }

    #horizontal-banner span {
        font-size: 22px;
        line-height: 27px;
    }

    #horizontal-banner .title {
        font-size: 28px;
        line-height: 37px;
    }
}

@media only screen and (max-width: 550px) {
    #horizontal-banner {
        padding-bottom: 55px;
    }

    #horizontal-banner .list .carousel-cell {
        width: 45.33%;
    }
}

@media only screen and (max-width: 350px) {
    #horizontal-banner .list .carousel-cell {
        width: 100%;
    }
}


/*--------------------------------------------------------*\
    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: 650px) {
    #text-image-banner .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    #text-image-banner {
        padding-top: 35px;
    }
}

@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;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {/* md */
    #secureShopping .opt-con {
        width: 100%;
    }

    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-2
\*--------------------------------------------------------*/

@media only screen and (max-width: 1150px) {
    #text-image-banner-2 {
        padding-top: 65px;
        padding-bottom: 45px;
    }
}

@media only screen and (max-width: 1050px) {
    #text-image-banner-2 {
        padding-top: 65px;
        padding-bottom: 55px;
    }

    #text-image-banner-2 .text,
    #text-image-banner-2 .image {
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #text-image-banner-2 .image img {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner-2 .content {
        max-width: 700px;
        margin: auto;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}


/*--------------------------------------------------------*\
    order
\*--------------------------------------------------------*/

@media only screen and (max-width: 650px) {
    .order_wrapper {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width: 550px) {
    #countdown .container .content .countdown {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 399px) {
    #order>.content>.container {
        padding: 50px 0 0 0;
    }
    #countdown .container .content .text {
        border-left: none;
        text-align: center;
    }
}


/*--------------------------------------------------------*\
    slider
\*--------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    #slider .text .title {
        font-size: 19px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #slider .text .title {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 20px;
    }

    #slider.slider_1 .text .title {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 48em) {/* sm */
    #slider.slider_2 .images {
        order: 2;
    }
}


/*--------------------------------------------------------*\
    sovraSlider_section
\*--------------------------------------------------------*/

@media only screen and (max-width: 1300px) {
    .sovraSlider_section > #slider .container {
        max-width: 90%;
        width: 90%;
    }
}

@media only screen and (max-width: 1200px) {
    .sovraSlider_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .sovraSlider_section > #slider .container {
        max-width: 100%;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 64em) {/* md */
    .sovraSlider_section #slider .text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .sovraSlider_section #slider .text,
    .sovraSlider_section #slider .text > *,
    .sovraSlider_section .carousel-cell img {
        max-width: 650px;
        width: 100%;
    }

    .sovraSlider_section #slider {
        margin-top: 60px;
    }

    .sovraSlider_section #slider:first-child {
        margin-top: 0;
    }

    .sovraSlider_section .slider_3 .images,
    .sovraSlider_section .slider_5 .images {
        order: 2;
    }
}

@media only screen and (max-width: 800px) {
    .sovraSlider_section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 800px) {
    .sovraSlider_section #slider .text .innerTitle {
        word-break: break-all;
    }
}