@import "fontawesome.min.css";

@import "auth.css";

@import "navigation.css";

@import "footer.css";

/* @import "search"; */

/* @import "form.css"; */

/* @import "paginate.css"; */

/* @import "responsive.css"; */

@import "animate.css";

@import "popup-newletter.css";

@import "product-item.css";

@import "product.css";

@import "cart.css";

@font-face {
    font-family: "UTM Aquarelle";
    src: url("/webfonts/UTM-Aquarelle.ttf");
    font-weight: normal;
    font-style: normal;
}


html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Nunito Sans",
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
    color: #707070;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 2.25rem;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.h4,
h4 {
    font-size: 1.3125rem;
}
.h5,
h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 0.875rem;
}

.title_font {
    font-family: "Playfair Display", serif;
    color: #000000;
}

.h-vh-100 {
    min-height: 100vh;
}

.text-black {
    color: #000000;
}

.text-green {
    color: #00a651;
}

.bg-green {
    background-color: #00a651;
}

.bg-green-ac {
    background-color: #00BC7D;
}

.bg-transparent {
    background-color: transparent;
}

.border-green {
    /* border-color: #00a651; */
    border-color: #00BC7D;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.top-0 {
    top: 0;
}

.bottom-0 {
    bottom: 0;
}

.text-underline {
    text-decoration: underline;
}

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 90px;
    margin-right: 30px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #00a651;
    color: #ffffff;
    display: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999;
}

#phone-call {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-bottom: 18pt;
    margin-left: 30px;
    width: 65px;
    height: 65px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 9999;
}

#cbon--video .video--link {
    height: 70px;
}

#cbon--video .video--link .long-arrow {
    display: none;
    line-height: 1.1;
    font-size: 28px;
}

#cbon--video .video--link:hover .long-arrow {
    display: block;
}

#cbon--committed-hot {
    width: 100%;
    height: auto;
    background: rgba(0, 166, 81, 0.05);
    padding: 40px 0;
    margin: 50px 0;
}

#testimonials--content {
    max-width: 80%;
    margin: 0 auto;
}
#testimonials--content .testimonials-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 40px;
}
#testimonials--content .testimonials-inner .testimonial-left {
    margin-right: 60px;
}
#testimonials--content .testimonials-inner .testimonial-right {
    -webkit-box-flex: 1;
    flex: 1;
}
#testimonials--content .testimonials-inner:focus {
    outline: 0;
}
#testimonials--content .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#testimonials--content .testimonial-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
#testimonials--content .testimonial-right .testimonial-name {
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: bold;
}
#testimonials--content .testimonial-right .testimonial-job {
    font-size: 14px;
    color: #707070;
    font-weight: 300;
}
#testimonials--content .testimonial-right .testimonial-content {
    text-align: justify;
    background: rgba(0, 166, 81, 0.05);
    padding: 40px 30px 30px;
    font-size: 14px;
    color: #000000;
    line-height: 2;
    position: relative;
    margin-bottom: 30px;
}
#testimonials--content .testimonial-right .testimonial-content::before {
    content: url("../images/quote.svg");
    position: absolute;
    top: 5px;
    left: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#testimonials--content
    .testimonial-right
    .testimonial-info
    .testimonial-avatar {
    width: 50px;
    background: rgba(0, 166, 81, 0.5);
    text-align: center;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    font-weight: bold;
    border-radius: 100%;
    color: #ffffff;
    font-size: 24px;
}
.testimonial-avatar img {
    width: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    border-radius: 100%;
}
.page-shops .province .btn-submit {
    padding: 20px 0px;
}

.page-shops .province .btn-submit .long-arrow {
    display: none;
    line-height: 1.1;
    font-size: 28px;
}

.page-shops .province .btn-submit:hover .long-arrow {
    display: block;
}

.page-shops .province .province-name {
    padding-left: 8px;
    border-left: 3px solid #00a651;
}

.page-shops .shops-banner .shop-message {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
}

.registerModal .modal-dialog {
    max-width: 400px;
}

.registerModal .modal-content {
    border-radius: 6px;
}

.registerModal .modal-close {
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #00a651;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.registerModal .modal-close::before,
.registerModal .modal-close::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 2px;
    background-color: #00a651;
    top: 24px;
}

.registerModal .modal-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}
.registerModal .modal-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 12px;
}

.registerModal .modal-content-header {
    padding: 40px 0;
    text-align: center;
    border-radius: 6px;
    background: #00a651;
}

.registerModal .modal-content-body {
    padding: 20px;
}

.registerModal .modal-content-body .title_font {
    text-align: center;
}

.registerModal .modal-content-body input {
    border: 0;
    border-bottom: 2px solid #616161;
    border-radius: 0;
    padding: 0.375rem 0;
}

.registerModal .modal-content-body input:focus {
    box-shadow: none;
    outline: none;
}

.registerModal .modal-content-body button.btn-submit {
    padding: 20px;
    width: 100%;
}

#skin_care .skin_care_1 {
    background: #00BC7D;
    padding: 70px 0 160px;
}
@media(max-width:479px){
    #skin_care .skin_care_1 {
        padding: 70px 0 ;
    }
}
#skin_care .skin_care_1 .subtitle-skin {
    line-height: 32px;
}
#skin_care .skin_care_1 .skin_care_right .btn-orther {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 0;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
#skin_care .skin_care_1 .skin_care_right .btn-orther .long-arrow {
    display: none;
}
#skin_care .skin_care_1 .skin_care_right .btn-orther:hover .long-arrow {
    display: block;
}
#skin_care .skin_care_2 {
    margin-top: -10%;
}
#skin_care .skin_care_2 .content-step {
    position: absolute;
    width: 60%;
    background: transparent linear-gradient(90deg, #e4f2eb 0%, #e4f2eb00 100%)
        0% 0% no-repeat padding-box;
    bottom: 35px;
}
.introduce-page .block-banner2 > div {
    line-height: 54px;
    z-index: 1;
}
.block-banner2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(175, 175, 175, 0.54); */
    background: transparent
        linear-gradient(90deg, rgba(175, 175, 175, 0.54) 100%, transparent) 0%
        0% no-repeat padding-box;
    width: 100%;
    height: 100%;
}
.block-banner3 > .row,
.block-banner3-bottom > .row {
    background-color: rgba(235, 235, 235, 0.25);
}
.block-banner3 .block-banner3-left > div {
    line-height: 54px;
}
.block-banner3 .block-banner3-right {
    margin-top: -48px;
}
#cbon--committed {
    background-color: rgba(235, 235, 235, 0.25);
}
#news-hot-slide .owl-nav,
#blogs-hot-slide .owl-nav {
    margin-top: 0;
}
#news-hot-slide .owl-prev,
#news-hot-slide .owl-next,
#blogs-hot-slide .owl-prev,
#blogs-hot-slide .owl-next {
    position: absolute;
    top: calc(50% - 85px);
    transform: translateY(-50%);
    background: rgba(0, 166, 81, 0.1);
    width: 54px;
    height: 54px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
#news-hot-slide .owl-prev::after,
#news-hot-slide .owl-next::after,
#blogs-hot-slide .owl-prev::after,
#blogs-hot-slide .owl-next::after {
    content: "";
    border: solid #00a651;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
}
#news-hot-slide .owl-prev,
#blogs-hot-slide .owl-prev {
    left: -2rem;
}
#news-hot-slide .owl-prev::after,
#blogs-hot-slide .owl-prev::after {
    margin-right: -12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#news-hot-slide .owl-next,
#blogs-hot-slide .owl-next {
    right: -2rem;
}
#news-hot-slide .owl-next::after,
#blogs-hot-slide .owl-next::after {
    margin-left: -12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#news-hot-slide .owl-prev:hover,
#news-hot-slide .owl-next:hover,
#blogs-hot-slide .owl-prev:hover,
#blogs-hot-slide .owl-next:hover {
    background: #00a651;
}
#news-hot-slide .owl-prev:hover::after,
#news-hot-slide .owl-next:hover::after,
#blogs-hot-slide .owl-prev:hover::after,
#blogs-hot-slide .owl-next:hover::after {
    border-color: #ffffff;
}
#news-hot-slide .owl-dots .owl-dot:focus,
#blogs-hot-slide .owl-dots .owl-dot:focus,
#category--sliders .owl-dots .owl-dot:focus,
#filter--slider .owl-dots .owl-dot:focus{
    outline: none;
}
#category--sliders .owl-dots,
#filter--slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}
#news-hot-slide .owl-dots .owl-dot span,
#blogs-hot-slide .owl-dots .owl-dot span,
#category--sliders .owl-dots .owl-dot span,
#filter--slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #00a651 0% 0% no-repeat padding-box;
    opacity: 0.2;
}
#news-hot-slide .owl-dots .owl-dot.active span,
#news-hot-slide .owl-dots .owl-dot:hover span,
#blogs-hot-slide .owl-dots .owl-dot.active span,
#blogs-hot-slide .owl-dots .owl-dot:hover span,
#category--sliders .owl-dots .owl-dot.active span,
#category--sliders .owl-dots .owl-dot:hover span,
#filter--slider .owl-dots .owl-dot.active span,
#filter--slider .owl-dots .owl-dot:hover span {
    background: #00a651 0% 0% no-repeat padding-box;
    opacity: 1;
}
#contact-page form button[type="reset"] {
    max-width: 280px;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 166, 81, 0.1);
}
#contact-page form button[type="submit"] {
    max-width: 280px;
    width: 100%;
    padding: 15px 0;
    background-color: #00a651;
}
#search-page .button-redirect {
    border-radius: 0;
    max-width: 280px;
    width: 100%;
    padding: 22px 0;
}
#category--sliders .slider--item {
    display: table;
    margin: auto;
}
#blogs .blog-title:hover,
#news .media-body a:hover{
    text-decoration: none;
    color: #00a651;
}

@media screen and (max-width: 992px) {
    #cbon--video .video--left iframe {
        width: 100% !important;
    }
    #cbon--video .video--right {
        margin-top: 30px;
    }
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 1.5rem;
    }
    .h3,
    h3 {
        font-size: 1.3125rem;
    }
    .h4,
    h4 {
        font-size: 1rem;
    }
    .h5,
    h5 {
        font-size: 0.875rem;
    }
    .h6,
    h6 {
        font-size: 0.875rem;
    }
    .logo-group-mobile {
        display: block !important;
    }
    .logo-group-mobile .logo-footer {
        width: 160px !important;
    }
    .logo-group-mobile .notice-logo {
        width: 125px !important;
    }
    .socials-payments {
        display: block !important;
    }
    .socials-group .wrap-socials,
    .payments-group .wrap-payments {
        width: 50%;
    }
    .footer-copyright-mobile div:not(.copyright-line) {
        border-top: 1px solid rgba(0, 166, 81, 0.1)
    }
    .footer-copyright-mobile .copyright-line {
        background-color: rgba(0, 166, 81, 1);
        padding: 15px 20px;
    }
    .product-item .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #skin_care .skin_care_1 {
        padding-bottom: 150px;
    }
    .block-story .story-left {
        padding: 0px;
    }
    .introduce-page .block-banner2 > div {
        line-height: 40px;
        padding-right: 30%;
    }
    #contact-page form button[type="reset"] {
        max-width: 100%;
        margin-bottom: 20px;
    }
    #contact-page form button[type="submit"] {
        max-width: 100%;
    }
    #testimonials--content .testimonials-inner {
        padding-top: 15px;
    }
    .video--text-content {
        -webkit-line-clamp: 6!important;
    }
}

@media screen and (max-width: 425px) {
    .payments-group .wrap-payments,
    .socials-group  .wrap-socials{
        width: 75% !important;
    }
    #skin_care .skin_care_1 {
        padding-bottom: 100px;
    }
}
#header-menu-mobile {
    font-size: 24px;
}
#header-menu-mobile a {
    color: #00A651;
}

.video--text-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blog-name a:hover,
.news-title a:hover,
.category-name a:hover,
.sidebar-item a:hover,
.product-name a:hover{
    text-decoration: none;
    color: #00a651;
}
.shop  {
    display: flex;
    flex-flow: column;
    margin-top: auto;
}
