@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Source+Serif+Pro:ital,wght@1,700&display=swap');
/* .product_main {
    margin-bottom: 150px;
} */

.product_kv {
    width: 100%;
    position: relative;
}
.product_kv_img{

}
.product_kv img {
    width: 100%;
}

.product_row {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.product_y_bg {
    background-color: #f9f3da;
}

.product_1 {
    padding: 10px 0;
}

.product_1 h2 {
    font-size: 23px;
    color: #da1d48;
    font-weight: bold;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    padding: 0 0 0 5px;
}

.product_1 .product_text {
    color: #a16841;
    font-size:20px;
    text-align: center;
    line-height:1.5;
}

.product_w_bg {
    background-color: #fff;
}

.product_2 {
    background-image: url('../img/product_my/bg1.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.product_2_title {
    width: 100%;
    padding: 20px 0 30px;
}

.product_2_title img {
    width: 100%;

}

.product_2_hi {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    justify-content: space-between;
}

.product_2_hi_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
}

.product_2_hi_img:nth-child(odd) {
    padding-right: 15px;
}

.product_2_hi_img:nth-child(even) {
    padding-left: 15px;
}

.product_2_hi_img img {
    max-width: 100%;

}

/*  */
.product_3_title {
    width: 100%;
}

.product_3_title img {
    width: 100%;
}

.product_3_ho {
    display: flex;
    flex-wrap: wrap;
    background-color: #a26332;
}

.product_3_ho_row {
    flex: 0 0 50%;
    max-width: 50%;
}
.product_3_ho_l{
    flex: 0 0;
    flex-basis: 50%;
    background-color: #fff;
}
.product_3_ho_r{
    flex-grow: 2;
    width: 50%;
}
.product_3_ho_icon {
    max-width:80px;
    margin: 0 auto;
}

.product_3_ho_icon img {
    max-width: 100%;
}

.product_3_ho_bottom {
    padding: 50px 0 0;
}

.product_3_ho_text {
    padding: 60px 25px 0;
    text-align: center;
}

.product_3_ho_text h3 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 15px 0;
    line-height: 1.5;
}

.product_3_ho_title {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    background-color: #f8f5f2;
    color: #a26332;
    padding: 5px 15px;
    border-radius: 100px;
    margin-bottom: 15px;

}

.product_3_ho_bottom p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto 15px;

}

.product_ho_btn {
    text-align: center;
    padding: 40px 0;
}

.product_ho_btn a {
    text-align: center;
    display: inline-block;
    font-size: 33px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #a26332;
    cursor: pointer;
}

/*  */
.product_4 {
    background-image: url(../img/product_my/bg2.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.product_4_title {
    width: 100%;
    padding: 30px 0 30px;
}

.product_4_title img {
    width: 100%;

}

.product_4_gra {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    justify-content: space-between;
}
.product_4_gra_img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 30px;
}

.product_4_gra_img:nth-child(odd) {
    padding-right: 15px;
}

.product_4_gra_img:nth-child(even) {
    padding-left: 15px;
}

.product_4_gra_img img {
    max-width: 100%;

}

/*  */
.product_5_title {
    width: 100%;
}

.product_5_title img {
    width: 100%;
}

.product_5_ho {
    display: flex;
    flex-wrap: wrap;
    background-color: #facbc7;
    line-height: 1.5;
}

/* .product_5_ho_row {
    flex: 0 0 50%;
    max-width: 50%;
} */
.product_5_ho_l{
    flex: 0 0;
    flex-basis: 50%;
    background-color: #f0c8d0;
}
.product_5_ho_r{
    flex-grow: 2;
    width: 50%;
}
.product_5_ho_icon {
    max-width: 80px;
    margin: 0 auto;
}

.product_5_ho_icon img {
    max-width: 100%;
}

.product_5_ho_bottom {
    padding: 50px 0 0;
}

.product_5_ho_text {
    padding: 55px 25px 0;
    text-align: center;
}

.product_5_ho_text h3 {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #d41d4b;
    border-bottom: 2px solid #d41d4b;
    padding: 15px 0;
}

.product_5_ho_title {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    background-color: #d41d4b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 100px;
    margin-bottom: 15px;

}

.product_5_ho_bottom p {
    font-size: 16px;
    text-align: center;
    color: #d41d4b;
    word-wrap:break-word;
    margin: 0 auto 15px;
    width: 90%;

}

.product_5_ho_btn {
    text-align: center;
    padding: 40px 0;
}

.product_5_ho_btn a {
    text-align: center;
    display: inline-block;
    font-size: 33px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #d41d4b;
    cursor: pointer;
}

/*  */
.product_fix_1 {
    background-color: #e24e74;
    display: flex;
    flex-wrap: wrap;
}

.product_fix_item {
    flex: 0 0 50%;
    max-width: 50%;
}

.product_fix_item_img {
    width: 100%;
}

.product_fix_item_img img {
    width: 100%;
}

.product_fix_item_text {
    text-align: center;
    padding: 25px 0 0 0;
}

.product_fix_item_text h3 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    line-height: 1.3;
    padding: 0 0 0px;
}

.product_fix_item_text p {
    text-align: left;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}

.product_fix_2 {
    background-color: #944e30;
    display: flex;
    flex-wrap: wrap;
}
.product_fix_2 .product_fix_item_text h3 {
    text-align: center;
    font-size: 23px;
    color: #fff;
    line-height: 1.3;
    padding: 0 0 0px;
}
/*  */

/*  */
.product_7_row {
    /* background-image: url('../img/product_my/bg3.png');
    background-position: top center;
    background-repeat: no-repeat; */
    padding: 40px 0;
}

.product_7_enjoy {
    max-width: 650px;
    margin: 0px auto 45px;
}
.product_7_enjoy img {
    width: 100%;
}

.product_7_drink_title {
    max-width: 600px;
    margin: 40px auto;
}

.product_7_drink_title img {
    width: 100%;
}

.product_7_drink_fix {
    max-width: 650px;
    margin: 40px auto;
    display: flex;
}

.product_7_drink_fix_img {
    flex: 1;
    align-items: center;
    padding: 0 15px;
}

.product_7_serving {
    max-width: 650px;
    margin: 60px auto 20px;
}

.product_7_serving img {
    width: 100%;
}

/*  */
.product_8_row{
    display: flex;
   
}
.product_8_testmonials_fix {
    background-color: #fff;
   

    flex: 1;
}

.product_8_testmonials_item {
    padding: 15px 15px 0;
}
.product_8_testmonials_item img{
    border-radius: 15px;
}
.product_8_testmonials_text {
    padding: 0px 15px 25px;
    text-align: center;
    min-height: 300px;

}

.product_8_testmonials_text h3 {
    font-size: 21px;
    color: #855433;
    font-weight: bold;
    padding: 0 0 10px;
}

.product_8_testmonials_text h4 {
    font-size: 18px;
    color: #d81e48;
    font-weight: bold;
    padding: 0 0 10px;
    height: 65px;
}

.product_8_testmonials_text p {
    font-size: 16px;
    color: #a06942;
    text-align: left;
}

/* .product_8_testmonials_right {
    text-align: center;
} */

.product_8_testmonials_title {
    padding: 40px 0;
    max-width: 490px;
    margin: 0 auto;
}

/*  */
.product_faq {
    background-color: #a06942;
    padding: 40px;
}

.product_faq_title {
    max-width: 70px;

}

.qa_list {
    list-style: none;
    padding: 0;
    margin: 15px 0 60px;
    letter-spacing: 1px;

}

.qa_row {

    cursor: pointer;
    /* padding: 10px 0; */
}

.qa_row {}

.qa_row:last-child {
    cursor: pointer;
}

.qa_row_title {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    font-weight: lighter;
    font-weight: bold;
}

.qa_row_title .qa_row_icon {
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 20px;
    font-weight: normal;
}

.qa_row_text {
    padding: 0 40px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;

    display: none;
    font-weight: lighter;
    margin-left: 16px;
    text-indent: -7px;
    text-align: justify;
}

.qa_row_time {
    font-size: 35px;
    transform: rotate(45deg);
    transition: all 0.6s ease-in-out;

}
.faq_img{
    max-width: 360px;
    margin: 0 auto;
}
.faq_img img{
   width: 100%;
}
.faq_link{
    text-align: center;
    padding: 20px 0;
}
.faq_link a{
   display: inline-block;
   margin: 0 20px;
}
.faq_link img{
    width: 50px;
 }
.mo{
    display:none;
}
.dk{
    display:block;
}
/*  */
.bubbles_row{
    position: relative;
    height: 800px;
}
.bubbles_img{
    position: relative;
}
.light {
    position: absolute;
    z-index: 2;
    width: 6%;
    right: 31%;
    top: 25%;
    
}
.light .light_rotate{

    animation: rotate 50s infinite;
}
.light img{

    animation: pulse 8s infinite;
}
.light_2 {
    position: absolute;
    z-index: 2;
    width: 6%;
    left: 32%;
    top: 66%;
    
}
.light_2 .light_rotate{

    animation: rotate 50s infinite;
    animation-delay:2s;
    -webkit-animation-delay:2s; /* Safari 和 Chrome */
}
.light_2 img{

    animation: pulse 8s infinite;
    animation-delay:2s;
    -webkit-animation-delay:2s; /* Safari 和 Chrome */
}
.bubbles_text_img{
    width: 464px;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 2;
}
.bubbles_text{
    position: absolute;
    left: 3%;
    bottom: 5%;
    z-index: 2;
    font-size: 21px;
    color: #944e30;
}
.bubbles_l{
    position: absolute;
    left: 3%;
    top: 9%;
    z-index: 2;
    max-width: 380px;
}
.bubbles_r{
    position: absolute;
    right: 9%;
    bottom: 9%;
    z-index: 2;
    max-width: 380px;
}
.product_language{
    /* max-width: 150px; */
    background-color: rgb(2 77 161);
    color: #ffffff;
    position: absolute;
    z-index: 2;
    right: 1%;
    top: 1%;
    /* border-radius: 3px; */
    cursor: pointer;
    /* border: 1px solid rgb(192, 192, 192); */
}
.product_language .product_language_text{
    text-align: center;
    font-size: 16px;
    width: 100px;
    padding: 2px 10px;
    /* border-radius: 3px; */
}
.product_language .product_language_text i{
    padding-right: 5px;
}
.product_language ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100px;
    position: absolute;
    background-color: #024da1;
    right: 0%;
    top: 26px;
    display: none;
}
/* .product_language ul li:nth-child(odd){
    border-bottom: 1px solid #FFF;
  
} */
.product_language ul li a{
    display: block;
    width: 100%;
    padding:5px 10px ;
    color: #fff;
    font-size: 14px;
  
}
.product_language ul li a:hover {

    color: #fff;

  
}
.product_language:hover ul{
    display: block;
}
@-webkit-keyframes pulse {
    from {
    
    }
    50% {
    
      -ms-transform: scale(2, 2);
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
      
    }
    to {
   
    }
  }
  
  @keyframes pulse {
    from {
     
    }
    50% {
    
      -ms-transform: scale(2, 2);
      -webkit-transform: scale(2, 2);
      transform: scale(2, 2);
    }
    to {
      
    }
  }
  @-webkit-keyframes rotate {
    from {
    
    }
    50% {
    
        transform: rotate(180deg);
      
    }
    to {
   
    }
  }
  
  @keyframes rotate {
    from {
     
    }
    50% {
    
        transform: rotate(180deg);
    }
    to {
      
    }
  }
/*  */
.bg1{
    background-color: #e8dfd8;
}
.bg2{
    background-color: rgb(232 223 216);
}
.bg3{
    background-color: #f0c8d0;
}
.bg4{
    background-color: #f0c8d0;
}
.bg5{
    background-color: #e24e74;
}
.bg6{
    background-color: #944e30;
}
.bg7{
    background-image: url(../img/product_my/bg3.png);
    background-position: top center;
    background-size: cover;
}
.bg8 {
    background-color: #a06942;
    padding-bottom: 150px;
}
.bubbles_bg{
    background-image: url(../img/product_my/bubbles_bg.png);
    background-position: top center;
    background-size: cover;
}
/*  */
 @media (max-width: 1080px) {
    .product_main{
        padding-top:80px ;
    }
 }
 @media (max-width: 980px) {
    .product_5_ho_l {
        flex: 0 0;
        flex-basis: 50%;
        background-color: #f0c8d0;
    }
    .product_3_ho_l {
        flex: 0 0;
        flex-basis: 50%;
        background-color: #e8dfd8;
    }
    .product_fix_item_text {
        text-align: center;
        padding: 15px 0 0 0;
    }
    .product_fix_item_text h3 {
        text-align: center;
        font-size: 23px;
        color: #fff;
        line-height: 1.3;
        padding: 0px 0 10px;
    }
    .product_fix_2 .product_fix_item_text h3 {
        text-align: center;
        font-size: 23px;
        color: #fff;
        line-height: 1.3;
        padding: 0px 0 10px;
    }
    .product_fix_item_text p {
        text-align: justify;
        font-size: 15px;
        color: rgb(255, 255, 255);
        line-height: 1.3;
        width: 80%;
        margin: 0 auto;
    }
 }
 @media (max-width: 768px) {
    .product_language:hover ul{
        display: none;
    }
    .product_1 h2 {
        font-size: 21px;
        color: #da1d48;
        font-weight: bold;
        text-align: center;
    }
    .product_1 .product_text {
        color: #a16841;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
        padding: 10px 0 0;
    }
    .product_3_title {
        width: 100%;
        display: none;
    }
    .product_3_ho {
        display: block;
        flex-wrap: nowrap;
        background-color: #F8F5F2;
    }
    .product_3_ho_row {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .product_3_ho_text {
        padding: 25px 25px 40px;
        text-align: center;
    }
    .product_3_ho_text h3 {
        font-size: 33px;
        text-align: center;
        font-weight: bold;
        color: #fff;
        border-bottom: 2px solid #fff;
        padding: 15px 0;
        display: none;
    }
    .product_3_ho_title {
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        background-color: #a26332;
        color: #f8f5f2;
        padding: 5px 15px;
        border-radius: 100px;
        margin-bottom: 15px;
    }
    .product_3_ho_bottom p {
        font-size: 16px;
        text-align: center;
        color: #a26332;
    }
    .mo{
        display:block;
    }
    .dk{
        display:none;
    }
    .product_ho_btn {
        text-align: center;
        padding: 40px 0;
        display: none;
    }
    
    .product_5_title {
        width: 100%;
        display: none;
    }
    .product_5_ho {
        display: block;
        flex-wrap: wrap;
        background-color: #ffefe7;
    }
    .product_5_ho_r {
        flex-grow: 2;
        width: 100%;
    }
    .product_5_ho_row {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .product_5_ho_text {
        padding: 25px 25px 40px;
        text-align: center;
    }
    .product_5_ho_text h3 {
        font-size: 33px;
        text-align: center;
        font-weight: bold;
        color: #d41d4b;
        border-bottom: 2px solid #d41d4b;
        padding: 15px 0;
        display: none;
    }
    .product_5_ho_title {
        display: inline-block;
        font-size: 21px;
        font-weight: bold;
        background-color: #d41d4b;
        color: #fff;
        padding: 5px 15px;
        border-radius: 100px;
        margin-bottom: 15px;
    }
    .product_7_drink_title {
        max-width: 325px;
        margin: 20px auto;
        padding: 0 15px;
    }
    .product_7_drink_fix {
        max-width: 320px;
        margin: 20px auto;
        display: block;
    }
    .product_7_drink_fix_img {
        flex: 1;
        align-items: center;
        padding: 15px 0 0;
    }
    .product_7_drink_fix_img img{
        image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting:  antialiased;
    }
    .product_7_serving_title{
        max-width: 290px;
        margin: 0 auto;
    }
    .product_7_serving_row{
        padding: 10px 15px;
    }
    .product_8_testmonials_title {
        padding: 30px 15px 20px;
        max-width: 280px;
        margin: 0 auto;
    }
    .product_faq {
        background-color: #a06942;
        padding: 20px 15px;
    }
    .qa_row_title {
        position: relative;
        color: #fff;
        font-size: 16px;
        padding: 5px 10% 5px 0;
        font-weight: lighter;
        font-weight: bold;
        line-height: 1.3;
    }
    .qa_row_title .qa_row_icon {
        font-size: 30px;
        position: absolute;
        transform: translateY(-50%)translateX(-50%);
        top: 50%;
        right: 0%;
        font-weight: normal;
    }
    .qa_row_text {
        padding: 0 15px 15px;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
        display: none;
        /* font-weight: lighter; */
        margin-left: 10px;
        text-indent: -7px;
        text-align: left;
    }
    .qa_row {
        border-bottom: 1px solid #fff ;
    }
    .product_2_hi{
        display:none;
    }
    .product_2_hi_m{
        overflow: hidden;
    }
    .product_2_him_img{

       width:100%;
    }
    .product_2_him_img img{
        width: 100%;
        image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-font-smooting:  antialiased;
    }
    .product_2_hi_m .owl-prev {
        position: absolute;
        top: 35%;
        left: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_2_hi_m .owl-next {
        position: absolute;
        top: 35%;
        right: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_2_hi_m .owl-nav button.owl-prev,
    .product_2_hi_m .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 5px 10px !important;
        font: inherit;
        background-color: transparent;

    }
    .product_2_title {
        width: 100%;
        padding: 30px 0;
    }
    .product_2 {
        background-image: url(../img/product_my/bg1_m.png);
    padding: 0 0 40px;
    background-position: top center;
    background-size: cover;
    }
    .product_4_title {
        width: 100%;
        padding:30px 0;
    }
    .product_4 {
        background-image: url('../img/product_my/bg2_m.png');
        padding: 0 0 40px;
        background-position: top center;
        background-size: contain;
    }
    .product_4_gra {
        display: none;
        flex-wrap: wrap;
        padding-bottom: 60px;
        
    }
    .product_3_ho_row img{
        width: 100%;
    }
    .product_5_ho_row img{
        width: 100%;
    }
    .product_6_row{
        display: none;
    }
    .product_fix_1 {
        background-color: #e24e74;
        display: block;
        flex-wrap: wrap;
        /* width: 100vw; */
    }
    .product_fix_item {
        flex: 0 0 50%;
        max-width: 100%;
    }
    .product_fix_item_text h3 {
        text-align: center;
        font-size: 21px;
        color: #fff;
        line-height: 1.3;
        padding-bottom: 15px;
    }
    .product_fix_2 .product_fix_item_text h3 {
        text-align: center;
        font-size: 21px;
        color: #fff;
        line-height: 1.3;
        padding: 0 0 15px;
    }
    .product_fix_item_text p {
        text-align: left;
        font-size: 16px;
        color: #fff;
        line-height: 1.5;
    }
    .product_fix_item_text {
        text-align: center;
        padding: 25px 15px;
    }
    .product_fix_2 {
        /* width: 100vw; */
        background-color: #944e30;
        display: block;
        flex-wrap: wrap;
    }
    
    .product_fix_item_text {
        text-align: center;
        padding: 25px 15px;
        min-height: 265px;
    }

    .product_6_carousel .owl-prev {
        position: absolute;
        top: 35%;
        left: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_6_carousel .owl-next {
        position: absolute;
        top: 35%;
        right: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_6_carousel .owl-nav button.owl-prev,
    .product_6_carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 5px 10px !important;
        font: inherit;
        background-color: transparent;
        margin-top: 0px;

    }
    .owl-theme .owl-nav {
        margin-top: 0px;
    }
    .product_8_row{
        display: none;
    }
    .product_8_testmonials_fix {
        background-color: #fff;
        display: block;
        flex-wrap: wrap;
    }
    .product_8_testmonials_item {
        flex: 0 0 50%;
        max-width: 90%;
        margin: 0 auto;
        
    }
    .product_8_testmonials_text {
        text-align: center;
        padding: 25px 15px;
        border: 1px solid #a06942;
        border-radius: 25px;
        margin: 95px 40px 50px;
        min-height:270px;
    }
    .product_8_testmonials_right {
        text-align: center;
    }
    .product_8_testmonials_text h3 {
        font-size: 21px;
        color: #424242;
        font-weight: bold;
        padding: 0 0% 10px 40%;
        text-align: left;
    }
    .product_8_testmonials_text h4 {
        text-align: center;
        font-size: 18px;
        color: #d81e48;
        font-weight: bold;
        padding: 15px 15px 0;
        text-align: center;
        height: auto;
    }
    .product_8_testmonials_text p {
        font-size: 16px;
        color: #a06942;
        padding: 10px 0 0;
    }
    .product_8_carousel .owl-prev {
        position: absolute;
        top: 45%;
        left: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_8_carousel .owl-next {
        position: absolute;
        top: 45%;
        right: 0px;
        border: 0;
        outline: none;
        -moz-box-shadow: inherit;
        -webkit-box-shadow: inherit;
        box-shadow: inherit;
        border-radius: inherit;
    }

    .product_8_carousel .owl-nav button.owl-prev,
    .product_8_carousel .owl-nav button.owl-next,
    .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        /* padding: 5px 10px !important; */
        padding: 0px !important;
        font: inherit;
        background-color: transparent;
        margin-top: 0px;

    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: transparent;
        color: #FFF;
        text-decoration: none;
    }
    .bubbles_l {
        position: absolute;
        left: 6%;
        top: 9%;
        z-index: 2;
        max-width: 150px;
    }
    .bubbles_r {
        position: absolute;
        right: 7%;
        bottom: 37%;
        z-index: 2;
        max-width: 150px;
    }
    .bubbles_text {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        font-size: 18px;
        color: #944e30;
        padding: 15px;
    }
    .bubbles_text_img {
        width: 150px;
        position: absolute;
        right: 5%;
        top: 5%;
        z-index: 2;
    }
    .light {
        position: absolute;
        z-index: 2;
        width: 9%;
        right: 34%;
        top: 21%;
    }
    .light_2 {
        position: absolute;
        z-index: 2;
        width: 10%;
        left: 33%;
        top: 46%;
    }
    .qa_row_title .qa_row_time {
        /* font-size: 35px; */
        transform: translateY(0%)translateX(20%)rotate(45deg);
        transition: all 0.1s ease-in-out;
        top: 55%;
        right: 55%;
    
    }
    .product_1 {
        padding: 0 0 30px;
    }
    .product_3_ho_icon {
        max-width: 80px;
        margin: 0 auto;
    }
    .product_3_ho_bottom {
        padding: 20px 0 0;
    }
    .product_5_ho_icon {
        max-width: 80px;
        margin: 0 auto;
    }
    .product_5_ho_bottom {
        padding: 20px 0 0;
    }
    .product_8_testmonials_fix {
        background-color: #fff;
        display: block;
        flex-wrap: wrap;
        position: relative;
    }
    .product_8_testmonials_img {
        width: 40%;
        top: -85px;
        left: 0;
        position: absolute;
    }
    .bubbles_row {
        position: relative;
        height: auto;
    }
    .product_7_row {
        padding: 20px 0;
    }
    .product_7_enjoy {
        max-width: 325px;
        margin: 0px auto 25px;
    }
    .product_7_serving {
        max-width: 350px;
        margin: 10px auto 20px;
    }
    .faq_img {
        max-width: 250px;
        margin: 0 auto;
    }
    .qa_list {
        list-style: none;
        padding: 0;
        margin: 15px 0 30px;
        letter-spacing: 1px;
    }
    .product_3_ho_r {
        flex-grow: 2;
        width: 100%;
    }
    .product_language .product_language_text {
        text-align: center;
        font-size: 13px;
        width: 90px;
        padding: 2px 10px;
        /* border-radius: 3px; */
    }
 }