body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #747474;
    line-height: 1.5;
}

/* texts starts */
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 3em;
    font-weight: 500;
    color: #005aab;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #005aab;
    line-height: 2;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    color: #005aab;
    letter-spacing: 1.5px;
    margin-bottom: 3%;
}

h3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 50%;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.50em;
    font-weight: 600;
    color: #005aab;
    line-height: 1.5;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.20em;
    font-weight: 500;
    line-height: 1.5;
}

p {
    font-family: 'Roboto', sans-serif;
}

p.short-desc {
    margin-top: 5%;
    margin-bottom: 4%;
}

@media (max-width:767px) {
    p.short-desc br {
        display: none;
    }
}

p.short-desc span {
    font-size: 14px;
}

@media (min-width:768px) and (max-width:961px) {
    h2 {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    h1 {
        font-size: 1.75em;
    }

    h2 {
        font-size: 1.60em;
    }

    h3 {
        font-size: 1.50em;
    }

    h4 {
        font-size: 1.2em;
    }

    h5 {
        font-size: 1em;
    }

    p.short-desc span {
        font-size: 12px;
    }
}

/* texts ends */


/* normalize buttons starts */
button {
    font-family: 'Roboto', sans-serif;
    background: none;
    color: #747474;

}

.btn {
    padding: 0;
}

.btn:active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: 0;
}

/* normalize buttons ends */

/* buttons product detail starts */
button.btn.btn__product-detail {
    font-family: 'Roboto', sans-serif;
    padding: 3% 5%;
    border: 2px solid #a6976b;
    background: #ffffff;
    border-radius: 0;
    font-weight: 500;

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    button.btn.btn__product-detail {
        margin: 0 20%;
    }
}


button.btn.btn__product-detail:hover {
    background: #a6976b;
    color: #fff;

}

@media (max-width:767px) {
    button.btn.btn__product-detail {
        padding: 5%;
        width: 100%;
    }
}

button.btn.btn__product-detail a {
    color: #656565;
    /* padding: 5% 10%; */
    line-height: 0;
    letter-spacing: 0.5px;

}


/* buttons product detail ends */

/* buttons more details starts */
.more-details-container a.btn.btn__more-details {
    font-family: 'Roboto', sans-serif;
    padding: 2% 5%;
    border: 2px solid #4f63a3;
    background: #4f63a3;
    border-radius: 0;
    color: #fff!important;
}
button.btn.btn__more-details {
    font-family: 'Roboto', sans-serif;
    padding: 2% 5%;
    border: 2px solid #4f63a3;
    background: #4f63a3;
    border-radius: 0;
    color: #fff;
}

@media (max-width:767px) {
    a.btn.btn__more-details {
        margin-top: 5%;
        margin-bottom: 10%;
        font-size: 90%;
    }
    button.btn.btn__more-details {
        margin-top: 5%;
        margin-bottom: 10%;
        font-size: 90%;
    }
}

button.btn.btn__more-details a {
    color: #fff;
    /* padding: 5% 10%; */
    line-height: 0;
    letter-spacing: 1px;
    font-weight: 500;
}

button.btn.btn__more-details:hover {
    background: #fff;
    color: #4f63a3;
}

a.btn.btn__more-details:hover {
    background: #fff;
    color: #4f63a3!important;
}


/* buttons more details ends */

/* elements starts*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.dark-text {
    color: #2e2e2e;
}

.light-text {
    color: #747474
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.bg-position {
    position: absolute;
    width: 100%;
}

.fg-position {
    position: relative;
    left: 0;
}

.background-grey {
    height: 500px;
    background: #f3f3f3;
}

.more-details-container {
    margin-top: 5%;
}

@media (min-width:768px) and (max-width: 1200px) {
    .more-details-container {
        margin-top: 0;
    }
}

@media (max-width:767px) {
    .more-details-container {
        /* margin: 5% 5% 0 5%; */
        padding: 0 8%;
    }
}

.number-container {
    margin: 5% 5% auto 5%;
}

@media (min-width:768px) and (max-width:961px) {
    .number-container {
        margin-top: 7%;
        margin-bottom: 7%;
    }
}

.number-container .number-info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e2e2e;
    text-transform: uppercase;
    padding: 10% 0 10% 0;
    font-weight: 500;
    height: 5px;
}

@media (min-width:768px) and (max-width: 1200px) {
    .number-container .number-info {
        height: 50px;
    }
}

@media (max-width:767px) {
    .number-container .number-info {
        justify-content: flex-start;
        padding-top: 10%;
        padding-bottom: 5%;
        height: auto;
    }
}

.number-container .number-info img {
    width: 25px;
    height: 25px;
    margin-right: 2%;
}

@media only screen and (max-width: 767px) {
    .number-container img {
        width: 100%;
    }
}

.number-container .number-info p {
    margin-top: 0.25%;
}

@media (min-width:768px) and (max-width:961px) {
    .number-container .number-info p {
        font-size: 70%;
    }
}

.number-container .product-translation {
    width: 100%;
    height: 40px;
    background: #f3f3f3;
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding-top: 10px;
}

/* elements ends*/

/* responsive */
@media (min-width:768px) {
    .mobile-only {
        display: none;
    }
}

@media (max-width:767px) {
    .mobile-hide {
        display: none;
    }

    .padding-img-mobile {
        padding: 0;
    }
}


/* styling layout starts */

#mj-bottles .breadcrumb {
    margin-bottom: 0;
}

.slider-top {
    position: relative;
}

@media only screen and (max-width:767px) {
    .slider-main {
        width: 100%;
        border-bottom: #f3f3f3 5px solid;
        padding-bottom: 30%;
    }
}

.slider-main .slider-items {
    position: relative;
}

.slider-title {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
    text-transform: uppercase;
}

@media (min-width:767px) and (max-width:1024px) {
    .slider-title {
        top: 35%;
        left: 7%;
    }
}

@media only screen and (max-width:767px) {
    .slider-title {
        top: auto;
        bottom: 9%;
        left: 14%;
    }
}

.slider-title h1 {
    line-height: 1.15;
    padding: 0;
    margin: 0;
}

@media (min-width:767px) and (max-width:1024px) {
    .slider-title h1 {
        font-size: 2em;
    }
}

.slider-title h3 {
    margin-top: 4%;
    color: #3b425d;
}

@media only screen and (max-width: 767px) {
    .slider-title h3 {
        margin-top: 1%;
        font-size: 1.7em;
    }
}

.slider-title h3 span {
    display: block;
    font-size: 70%;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .slider-title h3 span {
        line-height: 1.5;
        font-size: 80%;
    }
}

.slider-main .slider-items .white-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 59%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 59%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 59%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    float: left;
}

@media only screen and (max-width:767px) {
    .slider-main .slider-items .white-layer {
        display: none;
    }
}

.slider-main .slider-items img {
    width: 100%;
}

@media (min-width:768px) {
    .slider-main .slider-items img.mobile-only {
        display: none;
    }
}

@media (max-width:767px) {
    .slider-main .slider-items img.mobile-hide {
        display: none;
    }
}

.slider-main .slider-pagination {
    margin-top: 7px;
}

.slider-main .slider-pagination,
.slider-main ul.slick-dots {
    display: flex;
    justify-content: center;
}

.slider-main .slider-pagination li,
.slider-main ul.slick-dots li {
    display: flex;
    margin: 2%;
    height: 3px;
    width: auto;
    background: #334888;
}

.slider-main .slider-pagination li:has(.is-active),
.slider-main ul.slick-dots li.slick-active {
    height: 3px;
    background: #e1ba52;
}

.slider-main .slider-pagination li button {
    border: 0px;
}

.slider-main .slider-pagination li button::before,
.slider-main ul.slick-dots li button {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    border: none;
    font-size: 0;
}

@media (max-width:767px) {
    .slider-main .slider-pagination li button::before,
    .slider-main ul.slick-dots li button {
        width: 80px;
    }
}

.product-features.product-features__bg {
    height: 500px;
    position: relative;
    margin-top: 5%;
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__bg {
        height: 400px;
        margin: 5% 0;
    }
}

.product-features.product-features__bg .background-grey {
    width: 80%;
    height: 440px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__bg .background-grey {
        height: 270px;
        top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .product-features.product-features__bg .background-grey {
        height: 635px;
        width: 100%;
        top: 8%;
    }
}

.product-features.product-features__fg {
    height: 500px;
    position: relative;
    margin-top: 5%;
    text-align: left;
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__fg {
        text-align: center;
        height: 400px;
        margin: 5% 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-features.product-features__fg {
        height: auto;
    }
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__fg p {
        margin-bottom: 0%;
        margin-top: 7%;
    }
}

.product-features.product-features__fg .row-product-features-desc {
    padding-bottom: 3%;
    margin: auto 10%;
    position: relative;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .product-features.product-features__fg .row-product-features-desc {
        text-align: left;
    }
}

.product-features.product-features__fg .row-product-features-desc h2 {
    margin-bottom: 7%;
}

@media only screen and (max-width:767px) {
    .product-features.product-features__fg .row-product-features-desc p {
        margin-bottom: 7%;
    }
}

@media only screen and (max-width: 767px) {
    .product-features.product-features__fg .row-product-features-desc p br {
        display: block;
    }
}

.product-features.product-features__fg .row-product-features-desc img.made-in-japan-logo {
    position: absolute;
    top: 5%;
    right: 17%;
    width: 120px;
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__fg .row-product-features-desc img.made-in-japan-logo {
        right: 0;
        width: 80px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:767px) {
    .product-features.product-features__fg .row-product-features-desc img.made-in-japan-logo {
        right: 0;
        top: 30px;
        width: 70px;
    }
}

.product-features.product-features__fg .row-product-features {
    margin: auto 10%;
    position: relative;
}

@media (min-width:768px) and (max-width: 1200px) {
    .product-features.product-features__fg .row-product-features img {
        margin-top: 15%;
    }
}

.product-features.product-features__fg .row-product-features p span {
    font-weight: 600;
    font-size: smaller;
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #2e2e2e;
    z-index: 2;
}

.product-features.product-features__fg .row-product-features .col-xs-12.col-sm-4.col-md-4:first-child p span {
    width: 50%;
}

.product-features.product-features__fg .row-product-features .gradient-white {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
}

.choose-your-scene.choose-your-scene__bg {
    height: 500px;
    position: relative;
    margin-top: 3%;
}

@media (min-width:768px) and (max-width: 1200px) {
    .choose-your-scene.choose-your-scene__bg {
        margin: 5% 0 0 0;
    }
}

.choose-your-scene.choose-your-scene__fg {
    height: 500px;
    position: relative;
    margin-top: 3%;
    padding: 0 20%;
}

@media (min-width:768px) and (max-width: 1200px) {
    .choose-your-scene.choose-your-scene__fg {
        padding: 0 5%;
        margin: 5% 0 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .choose-your-scene.choose-your-scene__fg {
        margin-top: 25%;
        height: auto;
        padding: 0 5%;
    }
}

.choose-your-scene.choose-your-scene__fg h2 {
    margin-bottom: 3%;
}

.choose-your-scene.choose-your-scene__fg p {
    margin-bottom: 10%;
}

.choose-your-scene.choose-your-scene__fg .product-detail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .choose-your-scene.choose-your-scene__fg .product-detail-container {
        display: block;
    }
}

.choose-your-scene.choose-your-scene__fg .product-detail-container img.square-container {
    width: 100%;
    padding: 0 2%;
    margin-bottom: 10%;
}

.choose-your-scene.choose-your-scene__fg .product-detail-container h5 {
    min-height: 55px;
}

.choose-your-scene.choose-your-scene__fg .product-detail-container h5,
.slider-choose-your-scene h5 {
    color: #2e2e2e;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5%;
}

.slider-choose-your-scene.mobile-only {
    padding: 0 50px;
}

.slider-choose-your-scene .splide__track {
    overflow: visible !important;
}

@media (max-width:767px) {
    .slider-choose-your-scene .product-detail-container {
        padding: 0 10px;
    }

    .slider-choose-your-scene .product-detail-container img.square-container {
        margin-bottom: 10%;
        width: 100%;
    }

    .slider-choose-your-scene h5 {
        height: 55px;
        font-size: large;
    }

    .slider-choose-your-scene .product-detail-container button.btn.btn__product-detail a {
        font-size: 10px;
    }

    .slider-choose-your-scene.slick-slider {
        position: relative;
    }

    .slider-choose-your-scene.slick-slider i.fas {
        font-size: 50px;
        position: absolute;
        top: 20%;
        z-index: 10;
        color: #747474;
        width: 60px;
        height: auto;
        background: rgba(255, 255, 255, 0.54);
        text-align: center;
        padding: 2%;
    }

    .slider-choose-your-scene.slick-slider i.fas.fa-chevron-right.slick-arrow {
        right: 5%;
    }

    .slider-choose-your-scene.slick-slider i.fas.fa-chevron-left.slick-arrow {
        left: 5%;
    }
}

@media (min-width:480px) and (max-width:600px) {
    .slider-choose-your-scene .product-detail-container button a br.mobile-hide {
        display: block;
    }
}

.mje-a.mje-a__bg {
    height: 800px;
    position: relative;
    margin-top: 10%;
}

@media (max-width:767px) {
    .mje-a.mje-a__bg {
        height: auto;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .mje-a.mje-a__bg {
        height: 430px;
        margin: 15% 0;
    }
}

/* @media only screen and (max-width: 767px) {
    .mje-a.mje-a__bg {
        height: auto;
    }
} */

.mje-a.mje-a__bg .background-grey {
    width: 50%;
    height: 320px;
    position: absolute;
    left: 25%;
    top: 3%;
}

@media (min-width:768px) and (max-width:1024px) {
    .mje-a.mje-a__bg .background-grey {
        width: 70%;
        left: 15%;
        top: 13%;
    }
}

@media only screen and (max-width: 767px) {
    .mje-a.mje-a__bg .background-grey {
        display: none;
    }
}

.mje-a.mje-a__fg {
    height: 800px;
    position: relative;
    margin-top: 10%;
}

@media (min-width:768px) and (max-width:1200px) {
    .mje-a.mje-a__fg {
        height: 430px;
        padding: 0 5%;
        margin: 15% 0;
    }
}

@media (max-width:767px) {
    .mje-a.mje-a__fg {
        height: auto;
    }
}

.mje-a.mje-a__fg .number-container img.number-info-product {
    width: 100%;
}

/* @media (max-width:767px) {
    .mje-a.mje-a__fg .number-container img.number-info-product{
        margin-bottom:0;
    }   
} */
.mjd-a.mjd-a__bg {
    height: 770px;
    position: relative;
    margin-top: 5%;
}

@media (min-width:768px) and (max-width:1200px) {
    .mjd-a.mjd-a__bg {
        height: 430px;
        margin: 15% 0;
    }
}

@media only screen and (max-width: 767px) {
    .mjd-a.mjd-a__bg {
        height: auto;
    }
}

.mjd-a.mjd-a__bg .background-grey {
    width: 100%;
    height: 530px;
    position: absolute;
    left: 0;
    top: 5%;
}

@media (min-width:768px) and (max-width:1024px) {
    .mjd-a.mjd-a__bg .background-grey {
        height: 325px;
        top: 13%;
    }
}

@media only screen and (max-width: 767px) {
    .mjd-a.mjd-a__bg .background-grey {
        display: none;
    }
}

.mjd-a.mjd-a__fg {
    height: 770px;
    position: relative;
    margin-top: 5%;
}

@media (min-width:768px) and (max-width:1200px) {
    .mjd-a.mjd-a__fg {
        height: 430px;
        margin: 15% 0;
        padding: 0 5%;
    }
}

@media only screen and (max-width: 767px) {
    .mjd-a.mjd-a__fg {
        height: auto;
        padding-bottom: 20%;
        padding-top: 5%;
        margin-top: 20%;
    }

    .container-mobile-mjd-a {
        background: #f3f3f3;
    }
}

.mjd-a.mjd-a__fg .number-container img.number-info-product {
    width: 100%;
}

/* @media only screen and (max-width:767px) {
    .mjd-a.mjd-a__fg .number-container img.number-info-product{
        margin-bottom:10%;
    }
} */

.mjd-a.mjd-a__fg .number-info {
    padding-top: 0;
}

@media (max-width:767px) {
    .mjd-a.mjd-a__fg .number-info {
        padding-top: 10%;
    }
}

.mja-b.mja-b__bg {
    height: 700px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
}

@media (min-width:767px) and (max-width:1200px) {
    .mja-b.mja-b__bg {
        height: 430px;
        margin-top: 0;
        margin: 15% 0;
    }
}

@media only screen and (max-width: 767px) {
    .mja-b.mja-b__bg {
        height: auto;
    }
}

.mja-b.mja-b__bg .background-grey {
    width: 50%;
    height: 320px;
    position: absolute;
    left: 25%;
    top: 3%;
}

@media (min-width:768px) and (max-width:1024px) {
    .mja-b.mja-b__bg .background-grey {
        width: 70%;
        left: 15%;
        top: 13%;
    }
}

@media only screen and (max-width: 767px) {
    .mja-b.mja-b__bg .background-grey {
        display: none;
    }
}

.mja-b.mja-b__fg {
    height: 700px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 10%;
}

@media (min-width:767px) and (max-width:1200px) {
    .mja-b.mja-b__fg {
        height: 430px;
        padding: 0 5%;
        margin: 15% 0;
    }
}

@media (max-width:767px) {
    .mja-b.mja-b__fg {
        margin-bottom: 45%;
    }
}

.mja-b.mja-b__fg .number-container img.number-info-product {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .mja-b.mja-b__fg {
        height: auto;
    }
}

@media (min-width:1800px) {

    .mje-a.mje-a__bg,
    .mje-a.mje-a__fg,
    .mjd-a.mjd-a__bg,
    .mjd-a.mjd-a__fg,
    .mja-b.mja-b__bg,
    .mja-b.mja-b__fg {
        height: 650px;
        margin: 15%;
    }
}

@media (max-width:767px) {
    .mj-container-mobile.mobile-only {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        margin-top: 20%;
    }

    .mj-container-mobile.mobile-only:last-child {
        padding-bottom: 30%;
    }

    .mj-container-mobile.mobile-only img.banner-product-mj {
        margin-bottom: 5%;
    }

    .mj-container-mobile.mobile-only h3,
    .mj-container-mobile.mobile-only p {
        padding: 0 5%;
    }

    .mj-container-mobile.mobile-only .number-info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #2e2e2e;
        text-transform: uppercase;
        padding: 5%;
        font-weight: 500;
    }

    .mj-container-mobile.mobile-only .number-info img {
        width: 25px;
        height: 25px;
        margin-right: 2%;
    }

    .mj-container-mobile.mobile-only img.number-info-product {
        padding: 0 5%;
        width: 100%;
    }

    .mjd-a.mjd-a__fg.mj-container-mobile.mobile-only {
        background: #f3f3f3;
        padding-bottom: 20%;
    }
}

.footer-mj-bottles {
    text-align: center;
    margin-bottom: 10%;
    position: relative;
}

.footer-mj-bottles p {
    margin: 2% auto;
}

.footer-mj-bottles p span {
    font-size: 80%;
}

.footer-bottom {
    background: #334888;
}

footer {
    position: relative;
    height: auto;
}

/* hongkong social media */
.recipe__header .btn-sns li {
    width: 40px;
}

.recipe__header .btn-sns li img {
    width: 40px;
    margin: 0;
}