/*--------------------------------------------------------*\
    general
\*--------------------------------------------------------*/

@media screen and (min-width: 1600px) {
    .wrapper {
        max-width: 1400px;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {
    .upperFixedImg {
        display: none;
    }
}

/* 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;
    }
}


/*--------------------------------------------------------*\
    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 .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;
    }
}

@media only screen and (max-width: 400px) {
    #mosaicBanner {
        padding-bottom: 40px;
    }
}


/*--------------------------------------------------------*\
    header
\*--------------------------------------------------------*/

@media screen and (max-width: 1200px) {
    #header .logo img {
        margin-right: -140%;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #header > .content {
        margin-right: 0;
    }

    #header .logo img {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    #header .logo-column {
        order: 1;
        margin-bottom: 40px;
        padding-top: 0;
    }

    #header .object {
        order: 2;
        margin-top: 0;
        height: fit-content;
    }

    #header .object img {
        width: 100%;
        padding-top: 0;
    }

    #header .logo .subtitle {
        margin-top: 0;
    }
}

@media screen and (max-width: 850px) {
    #header {
        padding-bottom: 0;
    }

    #header .logo .specs {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px) {
    #header .logo .specs {
        margin-bottom: 20px;
        font-size: 22px;
    }

    #header .logo .specs .text::before,
    #header .logo .specs .text::after {
        font-size: 21px;
    }
}

@media screen and (max-width: 550px) {
    #header .logo img,
    #header .logo-column .specs .spec {
        padding-left: 0;
        padding-right: 0;
    }

    #header .image img {
        padding: 0;
    }

    #header .logo .specs {
        font-size: 20px;
    }

    #header .logo .specs .text::before,
    #header .logo .specs .text::after {
        content: none;
    }

    #header .price .quantity {
        font-size: 22px;
    }

    #header .logo-column {
        margin-top: 0;
    }

    #header .logo img {
        margin-top: 10px;
    }
}

@media screen and (max-width: 450px) {
    #header .logo .subtitle {
        font-size: 19px;
    }

    #header .logo .specs {
        max-width: 190px;
        margin-left: auto;
        margin-right: auto;
    }

    #header .price .quantity {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    #header .logo-column .specs img {
        clear: both;
        margin-right: 0;
        margin-bottom: 7px;
    }

    #header .logo-column .specs .spec {
        margin-bottom: 10px;
    }

    #header .logo img, #header .logo-column .specs .spec .content {
        justify-content: center;
        text-align: center;
    }

    #header .logo-column .specs .spec span {
        width: 100%;
    }

    #header .object img {
        padding-top: 0;
    }
}


/*--------------------------------------------------------*\
    big-g
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {/* md */
    #big-g .main-title h2 span {
        margin-left: 130px;
    }
}

@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 .main-title {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #big-g .main-title h2 span {
        margin-left: 0;
    }
    #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: 500px) {
    #big-g .feature p {
        margin-top: 10px;
    }

    #big-g .img-box span {
        max-width: 250px;
    }

    #big-g .content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@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 {
        margin-bottom: 0;
    }
}


/*--------------------------------------------------------*\
    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;
    }
}


/*--------------------------------------------------------*\
    bg-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 750px) {
    #bg-banner img.v1 {
        display: none;
    }
    #bg-banner img.v2 {
        display: block;
    }
}


/*--------------------------------------------------------*\
    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%;
    }
    #only-text-banner .mybutton_round_3 {
        font-size: 24px;
        padding-left: 23px;
        padding-right: 23px;
    }
    #only-text-banner .background {
        top: 30px;
        height: 380px;
    }
}

@media only screen and (max-width: 1250px) {
    #only-text-banner .right {
        max-width: 750px;
        padding: 20px;
        margin-top: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    #only-text-banner .row1 {
        text-align: center;
        margin-top: 65px;
        margin-bottom: 15px;
    }
    #only-text-banner .background {
        top: 40px;
        left: 50%;
        transform: translate(-50%, 0);
        min-height: 420px;
        width: auto;
    }
    #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;
    }
    #only-text-banner .row1 {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 500px) {
    #only-text-banner .right {
        padding-bottom: 0;
    }
    #only-text-banner .background {
        top: -15px;
        min-height: 380px;
    }
    #only-text-banner .right {
        margin-top: 300px;
    }
    #only-text-banner .row1 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media only screen and (max-width: 400px) {
    #only-text-banner .background {
        top: 0;
    }
    #only-text-banner .background {
        top: 0;
        border-radius: 0;
        position: relative;
    }
    #only-text-banner .right {
        margin-top: 0;
    }
    #only-text-banner .row1 {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner
\*--------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
    #text-image-banner.second .text {
        margin-top: 45px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 64em) {/* md */
    #text-image-banner .text,
    #text-image-banner .image {
        width: 100%;
        max-width: 100%;
    }
    
    #text-image-banner .content {
        max-width: 700px;
        margin: auto;
        padding-top: 10px;
    }

    #text-image-banner .image img {
        max-width: 600px;
        width: 100%;
    }

    #text-image-banner .text {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media only screen and (max-width: 700px) {
    #text-image-banner .text {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner .text {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner .content { 
        margin-top: 0;
    }
    #text-image-banner .text {
        font-size: 27px;
        line-height: 33px;
    }
}


/*--------------------------------------------------------*\
    text-image-banner-3
\*--------------------------------------------------------*/

@media only screen and (max-width: 700px) {
    #text-image-banner-3 {
        padding-top: 50px;
    }
    #text-image-banner-3 .text {
        font-size: 18px;
    }
}

@media only screen and (max-width: 500px) {
    #text-image-banner-3 {
        padding-bottom: 50px;
    }
    #text-image-banner-3 .os-images {
        max-width: 300px;
    }
    #text-image-banner-3 .os-images img {
        margin: 20px 10px 0 10px;
    }
}

@media only screen and (max-width: 400px) {
    #text-image-banner-3 .innerTitle {
        font-size: 31px;
    }
}



/*--------------------------------------------------------*\
    videoSection
\*--------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
    #videoSection {
        padding: 0 !important;
    }

    #videoSection .container {
        width: 100%;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    #videoSection .videoBG {
        margin: 0;
        padding: 0;
    }

    #videoSection #myPlayer {
        max-height: 450px;
        height: 100%;
    }
}

@media only screen and (max-width: 700px) {
    #videoSection #myPlayer {
        max-height: 400px;
        height: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #videoSection #myPlayer {
        max-height: 350px;
        height: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #videoSection #myPlayer {
        max-height: 300px;
        height: 100%;
    }
}


/*------------------------------------*\
    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;
    }
}


/*--------------------------------------------------------*\
    secureShopping
\*--------------------------------------------------------*/

@media only screen and (max-width: 64em) {
    /* sm */
    #secureShopping .opt-con {
        width: 100%;
    }
    #secureShopping ul li img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 500px) {
    #secureShopping ul li .opt-con {
        max-width: 100%;
        width: 100%;
    }

    #secureShopping ul li img {
        margin-bottom: 0;
    }

    #secureShopping ul li .opt-con h5 {
        font-size: 21px;
        line-height: 27px;
    }
}


/*--------------------------------------------------------*\
    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: 64em) {
    #slider.slider_3 .images {
        order: 2;
    }

    #slider.slider_3 .text {
        order: 1;
        z-index: 99;
    }

    #slider.slider_1 .text {
        padding: 10px 10px 50px 10px;
    }

    #slider.slider_1 .images img {
        padding-left: 5px;
        padding-right: 5px;
    }

    #slider .text .title {
        padding-bottom: 0;
    }

    #slider .text > * {
        max-width: 800px;
    }

    #slider.slider_1 .images {
        order: 2;
    }
}

@media only screen and (max-width: 700px) {
    #slider.slider_1 {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    #slider .content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    #slider.slider_1 {
        padding-bottom: 0;
        padding-top: 40px;
    }

    #slider #myPlayer {
        height: 550px !important;
    }
}

@media only screen and (max-width: 550px) {
    #slider #myPlayer {
        height: 500px !important;
    }
}

@media only screen and (max-width: 500px) {
    #slider #myPlayer {
        height: 450px !important;
    }
}

@media only screen and (max-width: 450px) {
    #slider #myPlayer {
        height: 400px !important;
    }
}

@media only screen and (max-width: 400px) {
    #slider .description {
        margin-left: 0;
    }
    #slider .description {
        line-height: 22px;
    }
    #slider #myPlayer {
        height: 350px !important;
    }
}


/*--------------------------------------------------------*\
    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 > #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 .text {
        padding: 30px;
    }

    .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 #slider .text .innerTitle {
        word-break: break-all;
    }

    .sovraSlider_section {
        padding-top: 50px;
    }

    .sovraSlider_section #slider .text {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 550px) {
    .sovraSlider_section #slider .text .description {
        font-size: 18px;
        line-height: 24px;
    }
    .sovraSlider_section #slider .text .innerTitle {
        line-height: 30px;
    }
}