
@font-face {
 font-family: 'DB Ozone X';
    src: url('../fonts/db_ozone_x/db_ozone_x_li-webfont.eot');
    src: url('../fonts/db_ozone_x/db_ozone_x_li-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/db_ozone_x/db_ozone_x_li-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x/db_ozone_x_li-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
 font-family: 'DB Ozone X';
    src: url('../fonts/db_ozone_x/db_ozone_x-webfont.eot');
    src: url('../fonts/db_ozone_x/db_ozone_x-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/db_ozone_x/db_ozone_x-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x/db_ozone_x-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
 font-family: 'DB Ozone X';
    src: url('../fonts/db_ozone_x/db_ozone_x_med-webfont.eot');
    src: url('../fonts/db_ozone_x/db_ozone_x_med-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/db_ozone_x/db_ozone_x_med-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x/db_ozone_x_med-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
 font-family: 'DB Ozone X';
    src: url('../fonts/db_ozone_x/db_ozone_x_bd-webfont.eot');
    src: url('../fonts/db_ozone_x/db_ozone_x_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/db_ozone_x/db_ozone_x_bd-webfont.woff') format('woff'),
         url('../fonts/db_ozone_x/db_ozone_x_bd-webfont.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.ozone{
    font-family: "DB Ozone X", sans-serif;
}



/* ANIMATE */

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}















.nobr, 
.nowrap{
    white-space: nowrap;
}
.bg-blue{
    background-color: #00B3F0 !important;
    color: #FFF;
}

body{
    font-family: "DB Ozone X", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #F2F2F2;
}

@media screen and (min-width: 840px){
    body.show-cart{
        padding-top: 77px;
    }
}


    body.page-confirm{
        background-color: #FFF;
    }


@media screen and (min-width: 576px) and (max-width: 768px){
    .container{
        max-width: 100%;
    }
    .product-container{
        max-width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px){
    .product-container{
        max-width: 100%;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .product-container{
        max-width: 100%;
    }
    
}


@media screen and (min-width: 1200px){

    
}



h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    line-height: 1.2em;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 32px;
}

p{
    font-size: 20px;
    line-height: 1.2em;
}


/* ===========

     HERO

=========== */


.section-hero{
    text-align: center;
    /*background-color: #B4ADA7;*/
    padding: 20px 0;
    /*background: url('../images/cover_mobile@2x.jpg') no-repeat center center / cover;*/
    background: #f2dac6 url('../images/bg.jpg') no-repeat center center / cover;
    position: relative;
    height: 184vw;
    min-height: 540px;
    /*height: 80vh;*/
    overflow: hidden;
}

    @media screen and (min-width: 600px){
        .section-hero{
            /*background: url('../images/cover_tablet@2x.jpg') no-repeat center center / cover;*/
            height: 575px;
        }
    }


    @media screen and (min-width: 990px){
        .section-hero{
            /*background: url('../images/cover_desktop@2x.jpg') no-repeat center center / cover;*/
            height: 575px;
        }
    }

    @media screen and (min-width: 2000px){
        .section-hero{
            height: 1140px;
        }

    }


    .section-hero .col-12{
        /*max-width: 830px;*/
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }


    .section-hero h1{
        /*display: none;*/
    }

    .hero-head{
        color: #576A26;
        font-weight: 600;
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 10;
        left: 0;
        /*top: 58vw;*/
        top: 51vw;
        /*font-size: 6vw;*/
        font-size: 11vw;
    }

        .hero-head span{
            font-size: 9vw;
            font-weight: 600;
        }

        .hero-head p{
            font-size: 26px;
            font-size: 0.4em;
            color: #000;
            font-weight: 400;
            margin-bottom: 0;
        }

        .hero-head p.green{
            color: #576A26;
            font-size: 32px;
            font-size: 0.5em;
            font-weight: 600;
            margin-bottom: 0;
        }

        .hero-head p.blue{
            color: #0158A9;
            font-size: 36px;
            font-size: 0.55em;
            font-weight: 600;
        }
        .hero-head p.blue-small{
            color: #0158A9;
            font-size: 28px;
            font-size: 0.4em;
            font-weight: 600;
        }
        .hero-head p.light-blue{
            color: #00aef3;
            font-weight: 800;
            font-size: 40px;
            font-size: 0.9em;
            line-height: 0.9em;
        }

        .hero-head p.green-bottom{
            color: #118347;
            border-top: 2px solid #118347;
            padding-top: 0.3em;
            font-size: 28px;
            font-size: 0.4em;
            font-weight: 600;
            max-width: 12em;
            margin: 0.3em auto;
            white-space: nowrap;
        }

    .section-hero h2{
        font-size: 25px;
        color: #FFF;
    }

    .happygift_logo{
        /*margin: 30px 0;*/
        position: absolute;
        top: 7vw;
        left: calc( 50% - 17vw );
        width: 34vw;
        height: auto;
    }

    .bla_logo{
        position: absolute;
        left: 20px;
        top: 20px;
        width: 12vw;
    }

    .magiceyes_logo{
        position: absolute;
        right: 20px;
        top: 20px;
        width: 12vw;
    }


        @media screen and (min-width: 600px){

            .happygift_logo{
                top: 20px;
                left: 20px;
                width: 140px;
            }

            .bla_logo{
                right: 130px;
                top: 30px;
                left: auto;
                width: 56px;
            }

            .magiceyes_logo{
                right: 40px;
                top: 30px;
                width: 56px;
            }


        }    


        @media screen and (min-width: 990px){

            .happygift_logo{
                top: 30px;
                left: 40px;
                width: 160px;
            }

            .bla_logo{
                right: 130px;
                top: 30px;
                left: auto;
                width: 56px;
            }

            .magiceyes_logo{
                right: 40px;
                top: 30px;
                width: 56px;
            }


        }


        @media screen and (min-width: 1200px){

            .happygift_logo{
                top: 30px;
                left: 40px;
                width: 180px;
            }

            .bla_logo{
                right: 130px;
                top: 30px;
                left: auto;
                width: 56px;
            }

            .magiceyes_logo{
                right: 40px;
                top: 30px;
                width: 56px;
            }


        }


        @media screen and (min-width: 2000px){

            .happygift_logo{
                top: 80px;
                left: 80px;
                width: 270px;
            }

            .bla_logo{
                right: 220px;
                top: 80px;
                left: auto;
                width: 90px;
            }

            .magiceyes_logo{
                right: 80px;
                top: 80px;
                width: 90px;
            }


        }


    #nine{
        position: absolute;
        left: -60vw;
        top: auto;
        bottom: 0;
        max-width: 150vw;
        z-index: 5;
    }

    #products_image{
        position: absolute;
        right: -5vw;
        top: auto;
        /*bottom: 30vw;*/
        bottom: 19vw;
        max-width: 68vw;
        z-index: 6;
    }

/*    @media screen and (min-width: 600px){

        #nine{
            left: -190px;
            top: auto;
            bottom: -50px;
            max-width: 970px;
        }

        #products_image{
            right: 0;
            top: auto;
            bottom: -60px;
            max-width: 500px;
        }


    }*/

    @media screen and (min-width: 600px){
        
        .hero-head{
            top: 111px;
            font-size: 54px;
            left: calc( 55% - 300px );
            width: 600px;
        }

        .hero-head span{
            font-size: 50px;
        }


        #nine{
            left: -260px;
            top: auto;
            bottom: -65px;
            max-width: 780px;
        }

        #products_image{
            right: -40px;
            top: auto;
            bottom: 0px;
            max-width: 380px;
        }

    }



    @media screen and (min-width: 990px){
        
        .hero-head{
            top: 140px;
            font-size: 68px;
            left: calc( 55% - 300px );
        }

        .hero-head span{
            font-size: 50px;
        }


        #nine{
            left: -148px;
            top: auto;
            bottom: -50px;
            max-width: 800px;
        }

        #products_image{
            right: -50px;
            top: auto;
            bottom: -50px;
            max-width: 450px;
        }

    }


    @media screen and (min-width: 1200px){
        
        .hero-head{
            top: 120px;
            font-size: 72px;
            left: calc( 55% - 300px );
        }

        .hero-head span{
            font-size: 58px;
        }


        #nine{
            left: calc( 50% - 800px);
            top: auto;
            bottom: -50px;
            max-width: 970px;
        }

        #products_image{
            right: calc( 50% - 700px);
            top: auto;
            bottom: -60px;
            max-width: 530px;
        }

    }



    @media screen and (min-width: 2000px){
        
        .hero-head{
            width: 1000px;
            top: 180px;
            /*font-size: 47px;*/
            font-size: 100px;
            left: calc( 50% - 460px );
        }

        .hero-head span{
            font-size: 71px;
        }

        #nine{
            left: calc( 50% - 1400px);
            top: auto;
            bottom: -50px;
            max-width: 1800px;
        }

        #products_image{
            right: calc( 50% - 850px);
            top: auto;
            bottom: 140px;
            max-width: 900px;
        }

    }


    .main-menu{
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .main-menu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 2px;
    }
        .main-menu li{
            display: block;
            padding: 5px;
        }

        .main-menu li a{    
            display: block;
            background-color: #0158A9;
            border-radius: 6px 6px;
            font-size: 7vw;
            font-weight: 800;
            color: #FFF;
            text-align: center;
            min-width: 260px;
            padding: 0.4em 0.6em;
            transition: all 0.3s ease;
            line-height: 1em;
        }

            .main-menu li a:hover{
                text-decoration: none;
                background-color: #00B3F0;

            }


        @media screen and (min-width: 600px){

                .main-menu{
                    bottom: 150px;
                    left: 5%;
                }


                .main-menu ul{
                    margin: 0 0 20px;
                }

                .main-menu li{
                    padding: 5px;
                }

                .main-menu li a{    
                    display: block;
                    white-space: nowrap;
                    background-color: #0158A9;
                    border-radius: 6px 6px;
                    font-size: 30px;
                    font-weight: 800;
                    min-width: 200px;
                    color: #FFF;
                    text-align: center;
                    transition: all 0.3s ease;
                    line-height: 1em;
                }

        }


        @media screen and (min-width: 990px){

                .main-menu{
                    bottom: 210px;
                    left: 5%;
                }


                .main-menu ul{
                    margin: 0 0 20px;
                    flex-direction: row;
                }

                .main-menu li a{    
                    display: block;
                    white-space: nowrap;
                    background-color: #0158A9;
                    border-radius: 6px 6px;
                    font-size: 30px;
                    font-weight: 800;
                    min-width: 150px;
                    color: #FFF;
                    text-align: center;
                    transition: all 0.3s ease;
                    line-height: 1em;
                }

        }


        @media screen and (min-width: 1200px){

                .main-menu{
                    bottom: 170px;
                    left: 5%;
                }


                .main-menu ul{
                    margin: 0 0 20px;
                }

                .main-menu li a{    
                    display: block;
                    white-space: nowrap;
                    background-color: #0158A9;
                    border-radius: 6px 6px;
                    font-size: 30px;
                    font-weight: 800;
                    color: #FFF;
                    text-align: center;
                    line-height: 1em;
                }

        }


        @media screen and (min-width: 2000px){

                .main-menu{
                    bottom: 550px;
                    left: 0%;
                }


                .main-menu ul{
                    margin: 0 0 20px;
                }

                .main-menu li a{    
                    display: block;
                    white-space: nowrap;
                    background-color: #0158A9;
                    border-radius: 6px 6px;
                    font-size: 30px;
                    font-weight: 800;
                    color: #FFF;
                    text-align: center;
                    line-height: 1em;
                    padding: 0.6em 1em;
                }

        }



/* ===============

      DETAIL

=============== */



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    @media screen and (min-width: 841px){

        .videoWrapper {
            height: 450px;
            width: 800px;
            margin: 0 auto;
            padding: 0;
        }

        .videoWrapper iframe {
            position: static;
            width: 800px;
            height: 450px;
        }

    }

.section-detail{
    background-color: #00B3F0;
    color: #FFF;
    text-align: center;
    padding: 30px 0 80px;
}

    .section-detail .col-12{
        max-width: 830px;
        margin: 0 auto;
    }

        .section-detail h2{
            font-size: 50px;
            margin-top: 20px;
            margin-bottom: 20px;
            color: #0158A9;
            font-weight: 800;
        }

        .section-detail p{
            font-size: 26px;
            line-height: 28px;
            font-weight: 600;
        }

        .section-detail h3{
            margin-top: 20px;
            font-size: 31px;
        }


@media screen and (max-width: 576px){
    .section-detail{
        padding: 20px 0 30px;
    }

    .section-detail h2{
        font-size: 30px;
    }

    .section-detail p{
        font-size: 22px;
    }

    .section-detail h3{
        margin-top: 20px;
        font-size: 26px;
    }    
}


/*=============

     FORM

==============*/




.section-form{
    background-color: #FFF;
}




.fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 1;
    bottom: -100px;
}

#order-total{
    background-color: #FFF;
    transition: all 0.3s ease;
    height: 77px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
    font-size: 30px;
    width: 100%;
}

    #order-total .row{
        height: 77px;
    }

    #order-total.show{
        bottom: 0px;
        opacity: 1;
    }

.cart{
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

    .cart .bubble{
        position: absolute;
        top: -5px;
        right: -10px;
        display: block;
        width: 22px;
        height: 22px;
        border-radius: 10px 10px;
        border: 1px solid #FFF;
        background-color:#80B900;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        line-height: 22px;
        color: #FFF;
    }

    #order-total .price_text{
        color: #0058A9;
        font-weight: bold;
        padding-left: 20px;
    }

    #order-total .price_total_display{
        font-weight: bold;
        margin: 0 30px 0 20px;
    }

    .btn{
        font-size: 30px;
        font-weight: bold;
        border: none;
        border-radius: 8px 8px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .btn-primary{
        background-color: #00B3F0;
    }


@media screen and (max-width: 576px){

    #order-total{
        height: 65px;
        font-size: 24px;
    }

    #order-total .row{
        height: 65px;
    }

    #order-total .price_total_display{
        margin: 0 10px 0 10px;
    }

    .cart{
        padding-left: 10px;
    }

    #order-total .btn{
        margin-right: 10px;
        font-size: 24px;
    }

}








@media screen and (min-width: 769px){
    .fixed{
        top: -100px;
        bottom: auto;
    }

    #order-total.show{
        bottom: auto;
        top: 0;
    }

}



.cover{
    min-height: 40vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .cover + .container{
        margin-top: 0px;
        background-color: #FFF;
        max-width: 800px;
        border-radius: 0;
        box-shadow: none;
        padding: 20px 20px;
    }

    .cover .logo{
        display: block;
        padding: 20px;
        max-width: 35vw;
    }

    .cover .logo img{
        max-width: 100%;
        width: 100%;
    }

@media screen and (min-width: 768px){
    
    .cover{
        min-height: 400px;
    }
        .cover + .container{
            margin-top: -200px;
            background-color: #FFF;
            max-width: 800px;
            border-radius: 7px 7px;
            box-shadow: 0 1px 5px 1px rgba(0,0,0,0.13);
            padding: 40px 80px;
        }

        .cover .logo{
            max-width: 180px;
        }
}


.section-form{
   overflow: hidden;
}

    .section-form .product-row{
        /*border-left: 1px solid #E6E6E6;*/
        /*border-top: 1px solid #E6E6E6;*/
        position: relative;
    }


@media screen and (min-width: 992px){

    .product-row::before{
        content: "";
        width: 100vw;
        position: absolute;
        left: calc( 50% - 50vw );
        top: calc( 50% - 1px );
        height: 1px;
        background-color: #E6E6E6;
        z-index: 0;
    }

    .product-row::after{
        content: "";
        width: 100vw;
        position: absolute;
        left: calc( 50% - 50vw );
        bottom: 0;
        height: 1px;
        background-color: #E6E6E6;
        z-index: 0;
    }    

    .product:nth-child(3n){
        border-right: none;
    }


}

    .form-title{
        text-align: center;
        color: #0058A9;
        padding: 40px 40px;
        border: 1px solid #E6E6E6;
        border-left: none;
        border-top: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*background: url("../images/header_form_pic.jpg") no-repeat left top / cover;*/
        background: none;
        min-height: 250px;
        height: auto;
        background-color: #f2f2f2;
    }

    .form-title h2{
        font-weight: 600;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .form-title p{
        font-weight: 600;
        font-size: 34px;
    }

    .product{
        position: relative;
        min-height: 290px;
        display: flex;
        flex-direction: row;
        border: 1px solid #E6E6E6;
        border-left: none;
        border-top: none;
        overflow:hidden;
    }


        .product .photo{
            opacity: 1;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border: 8px solid #FFF;
        }

            .product .photo img{
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

        .product label{
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .product label div{
            order: 1;
        }

        .product label p{
            order: 2;
        }

        .product .price{
            font-size: 38px;
            font-weight: 600;
        }
        .product .description{
            font-size: 26px;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            margin-top: 20px;
            transition: all 0.3s ease;
        }

        .product:hover .photo,
        .product:focus .photo{
            /*opacity: 1;*/
        }

        .product:hover label,
        .product:focus label{
            color: #FFF;
            text-shadow: 0 0 4px rgba(0,0,0,0.5);
        }

        .product:hover .description{
            opacity: 0;
        }

        .form-check{
            display: none;
        }


        /* custom checkbox */

        input[type=checkbox].css-checkbox {
            position:absolute; z-index:-1000; 
            left:-1000px; 
            overflow: hidden; 
            clip: rect(0 0 0 0); 
            height:1px; 
            width:1px; 
            margin:-1px; 
            padding:0; 
            border:0;
        }

        input[type=checkbox].css-checkbox + span {
            background-image:url('../images/input_checkbox_all.svg');
            padding-left:50px;
            height:32px; 
            display:inline-block;
            line-height:32px;
            background-repeat:no-repeat;
            background-position: 0 0;
            background-size: 32px;
            /*font-size:30px;*/
            vertical-align:middle;
            cursor:pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;    
        }

        input[type=checkbox].css-checkbox:checked + span {
            background-position: 0 -32px;
        }



@media screen and (max-width: 576px){
    
    .form-title{
        padding: 30px 20px;
        height: 80vw;
        min-height: 250px;
    }
    .form-title h2{
        font-size: 38px;
    }
    .form-title p{
        font-size: 25px;
    }

    .product{
        min-height: 200px;
        min-height: 75vw;
    }
        .product .custom-control{
            padding-left: 10px;
        }

        .product .description{
            font-size: 24px;
            text-decoration: none;
            margin-top: 12px;
            padding-left: 55px;
            padding-right: 60px;
        }

}

@media screen and (min-width: 577px) and (max-width: 991px){
    .product{
        min-height: 34vw;
    }
}




#order-shipping{
    padding: 0 0 50px;

}
    #order-shipping .cover{
        background-image: url("../images/cover_mobile_2@2x.jpg");
    }

    @media screen and (min-width: 840px){
        #order-shipping .cover{
            background-image: url("../images/cover_desktop@2x.jpg");
        }
    }

    #order-shipping .header h2{
        font-size: 40px;
        text-align: center;
    }


label.required strong{
    color: #80B900;
    font-weight: 400;
}

label.error{
    color: #E00;
}

.btn:disabled{
    background-color: #BCBCBC !important;
    opacity: 1;
}


.back-to{
    color: #BCBCBC;
    font-size: 22px;
    line-height: 50px;
}



#form-shipping{

}

    .form .form-control,
    .form .custom-file-label{
        background-color:#DDF5FD;
        border-radius: 7px 7px;
        border: none;
        font-size: 22px;
        line-height: 1em;
    }

    .form .custom-file-label{
        line-height: 1.5em;
        margin-bottom: 2em;
    }

    .form .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .85rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        font-size: 22px;
        font-weight: bold;
        color: #FFF;
        content: "แนบเอกสาร";
        background-color: #00B3F0;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0;
    }

    .form select.form-control{
        -webkit-appearance: none;
        appearnace: none;
        background:#DDF5FD url('../images/arrow_down.svg') no-repeat right 10px center;
    }

    .form .datetimepicker-input{
        background:#DDF5FD url('../images/arrow_down.svg') no-repeat right 10px center;
    }


    .form label{
        font-size: 22px;
        margin-bottom: 0;
    }

    #submit-shipping{
        width: 100%;
    }


.remark{
    color: #0158A9;
    text-align: center;
    margin: 30px 0;
}
    .remark p{
        font-size: 26px;
    }


.header{
    text-align: center;
}
    .header h2{
        font-size: 40px;
        font-weight: 800;
    }

    .header p{
        font-size: 26px;
    }



#order-payment{
    padding: 0 0 50px;
    display: none;
}

    #order-payment .cover,
    .section-content-detail .cover{
        background-image: url("../images/cover_mobile_2@2x.jpg");
    }

    @media screen and (min-width: 840px){
        #order-payment .cover,
        .section-content-detail .cover{
            background-image: url("../images/cover_desktop@2x.jpg");
        }
    }

    #order-payment .cover + .container{
        background-color: #00B3F0;
    }

    #order-payment .header{
        color: #FFF;
    }

    #order-payment .btn-primary{
        background-color: #0158A9;
    }

        #order-payment .remark p{
            color: #FFF;
            font-size: 31px;
        }


    .my-custom-radio{
        background-color: #7CD8F7;
        padding: 20px 30px 12px;
        border-radius: 7px 7px;
    }

    .my-custom-radio label{
        color: #0158A9;
        font-size: 26px;
        width: 100%;
        text-align: center;
    }

    .or{
        text-align: center;
        color: #FFF;
        font-size: 20px;
        margin: 10px auto;
        width: 60px;
        position: relative;
    }

        .or::before,
        .or::after{
            content:"";
            border-top: 1px dotted #FFF;
            width: 20px;
            position: absolute;
            top: 50%;
        }

        .or::before{
            left: -10px;
        }

        .or::after{
            right: -10px;
        }


        /* custom radio */

        input[type=radio].css-radio {
            position:absolute; 
            z-index:-1000; 
            left:-1000px; 
            overflow: hidden; 
            clip: rect(0 0 0 0); 
            height:1px; 
            width:1px; 
            margin:-1px; 
            padding:0; 
            border:0;
            display: none;
        }

        input[type=radio].css-radio + label > span.radio{
            background-image:url('../images/input_radio_all.svg');
            padding-left: 36px;
            height:32px; 
            display:inline-block;
            line-height:32px;
            background-repeat:no-repeat;
            background-position: 0 0;
            background-size: 32px;
            /*font-size:30px;*/
            vertical-align:middle;
            cursor:pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;    
        }

        input[type=radio].css-radio:checked + label > span.radio{
            background-position: 0 -32px;
        }

        input[type=radio].css-radio + label > span.radio + span{
            display: inline-block;
            width: calc(95% - 40px);
        }

        input[type=radio].css-radio + label{
            display: flex;
            align-items: center;
            line-height: 1em;
        }



@media screen and (max-width: 576px){
    #order-payment{
        padding-bottom: 0;
    }

    #order-payment .container{
        padding-bottom: 80px;
    }

    #order-payment .btn-primary {
        width: calc(100% - 10px);
        margin: 10px 5px 0;
    }

    .my-custom-radio{
        padding: 20px 30px 12px 10px;
    }    

}





.section-qr{

}

    .section-qr .container{
        max-width: 900px;
    }

    .order-qr{
        text-align: center;
        padding: 40px 30px;
    }

    .order-qr p{
        font-size: 25px;
    }

    .order-qr h3{
        font-size: 40px;
        color: #0158A9;
    }

    .order-qr .qrcode{
        max-width: 220px;
        margin: 20px auto;
    }


    .order-detail{
        text-align: center;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.15);
        padding: 0;
    }


    .order-detail div{
        padding: 20px 20px;
    }

    .order-detail div:nth-child(2){
        border-top: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }

    .order-detail ul{
        text-align: left;
    }

        .order-detail .order-detail-top{
            font-size: 30px;
            padding: 50px 30px;
        }

            .order-detail .order-detail-top a{
                text-decoration: underline;
                color: black;
            }

                .order-detail .order-detail-top a .icon{
                    text-decoration: none;
                }

       .order-detail  .order-detail-middle{
            font-size: 30px;
            color: #0158A9;
        }

       .order-detail  .order-detail-middle h3:nth-child(2){
            font-size: 40px;
            font-weight: 800;
            margin-top: -10px;
        }

       .order-detail  .order-detail-bottom{
            font-size: 26px;
        }

        .order-detail .order-detail-bottom li{
            line-height: 1em;
            padding-bottom: 0.5em;
        }



@media screen and (max-width:576px){

        .section-qr .cover{
            min-height: 20vw;
        }

        .order-qr {
            text-align: center;
            padding: 20px 20px;
        }

        .order-detail{
            box-shadow: none;
        }
    
        .order-detail div{
            padding: 15px 15px;
        }    

        .order-detail .order-detail-top{
            font-size: 25px;
            padding: 20px 20px;
        }

        .order-detail .order-detail-bottom {
            font-size: 22px;
        }

}



/*===============

     CONFIRM 

================*/


.section-confirm{
    background-color: #FFF;
}

    .section-confirm .container{
        margin-bottom: 80px;
        padding-bottom: 60px;
    }

    .section-confirm h2{
        padding: 40px 20px;
        font-size: 25px;
    }

    @media screen and (min-width: 840px){
        .section-confirm h2{
            padding: 80px 40px;
            font-size: 34px;
        }
    }


    .section-confirm .btn{
        border: 2px solid #FFF;
        background-color: transparent;
        white-space: nowrap;
        font-size: 26px;
        color: #FFF;
        margin-bottom: 20px;
    }

        .section-confirm .btn:hover{
            background-color: #0158A9;
            border: 2px solid #0158A9;
        }

    .section-confirm #response{
        display: none;
    }


.section-content{
    background-color: #F2F2F2;
    padding: 120px 0 40px;
    margin: 0;
}

    .section-content .container{
        max-width: 820px;
    }

        .section-content .row{
            margin-bottom: 20px;
        }

        .article{

        }

        .article a{
            color:;
        }

            .article a:hover{
                text-decoration: none;
            }

        .article .subtitle{
            font-size: 25px;
            color: #818181;
            font-weight: 600;
        }

        .article a h3{
            font-size: 34px;
            font-weight: 600;
            line-height: 1.1em;
            color: #000;
        }

            .article a:hover h3{
                color: #333;
            }

        .article a p{
            font-size: 26px;
            font-weight: 400;
            line-height: 1.2em;
            color: #000;
        }




@media screen and (max-width: 576px){
    .section-content{
        padding: 30px 0 30px;
    }



    .section-content-detail .cover{
        background-image: url("../images/article_photo_main@2x.jpg");
        min-height: 90vw;
    }

}






/*===============

    FOOTER

================*/

.section-footer{
    padding: 40px 0 30px;
    /*background-color: #F2F2F2;*/
    font-size: 19px;
    font-weight: 600;
    line-height: 1em;
    color: #818181;
}

    .call-center{
        font-size: 19px;
    }
        .call-center strong{
            display: block;
            font-size: 40px;
            margin-top: 5px;
        }

    .social a{
        display: inline-block;
        margin: 0 4px;
    }


@media screen and (max-width: 576px){
    .section-footer .col-12{
        padding: 10px 0;
    }

    .fixed-on-mobile{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        margin-bottom: 5px;
    }
}




#payment-confirm{

}


    #payment-confirm .cover,
    .section-confirm .cover{
        background-image: url('../images/cover_mobile_2@2x.jpg');
    }

    @media screen and (min-width: 840px){
        #payment-confirm .cover,
        .section-confirm .cover{
            background-image: url("../images/cover_desktop@2x.jpg");
        }
    }


    #payment-confirm .container{
        margin-bottom: 40px;
    }


.section-confirm{
/*    visibility: hidden;
    opacity: 0;*/
    display: none;
}



/*============
     
    ARTICLE

=============*/

.article-content{

}

    .article-content h1{
        font-size: 40px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: 800;
        line-height: 1.1em;
    }

    .article-content p{
        font-size: 26px;
    }

    .article-content .caption{
        font-size: 23px;
        color: #777777;
        line-height: 1em;
        margin-top:5px;
    }

    .article-content img{
        border-radius: 10px 10px;
        overflow: hidden;
    }


.back-small{
    color: #BCBCBC;
    font-size: 22px;
}


@media screen and (max-width: 576px){

    .article-content h1{
        font-size: 36px;
        margin-top: -20px;
        margin-bottom: 30px;
        color: #FFF;
        background-color: #00B3F0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px ;
    }

    .article-content p{
        font-size: 25px;
    }

    .article-content .caption{
        font-size: 23px;
        margin-top:5px;
    }


    .back-small{
        color: #FFF;
        font-size: 22px;
        position: absolute;
        top: 10px;
        right: 10px;
    }



}


/* FIX styling datetime */

.bootstrap-datetimepicker-widget table td.cw {
    font-size: 22px;
    height: 20px;
    line-height: 20px;
    color: #868e96; 
}

.bootstrap-datetimepicker-widget .timepicker-hour, 
.bootstrap-datetimepicker-widget .timepicker-minute, 
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 24px;
    margin: 0; 
}
