/*
Theme Name: Soyagarden
Description: This is a child theme for Flatsome Theme
Author: Soyagarden
Template: core-theme
Version: 3.8.0
*/
.product-home > .col:first-child {
    display: none;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
/** Bold */
@font-face {
    font-family: "Quicksand";
    font-weight: 700;
    src: url("../fonts/Quicksand-Bold.ttf");
}

/** Medium */
@font-face {
    font-family: "Quicksand";
    font-weight: 500;
    src: url("../fonts/Quicksand-Medium.ttf");
}

/** Regular */
@font-face {
    font-family: "Quicksand";
    font-weight: 400;
    src: url("../fonts/Quicksand-Regular.ttf");
}

/** Light */
@font-face {
    font-family: "Quicksand";
    font-weight: 200;
    src: url("../fonts/Quicksand-Light.ttf");
}

@font-face {
    font-family: "iCielNovencento";
    font-weight: 900;
    src: url("../fonts/iCielNovecentosans-UltraBold.otf");
}

@font-face {
    font-family: "iCielNovencento";
    font-weight: 700;
    src: url("../fonts/iCielNovecentosans-DemiBold.otf");
}

/** Medium */
@font-face {
    font-family: "iCielNovencento";
    font-weight: 500;
    src: url("../fonts/iCielNovecentosans-ExtraLight.otf");
}

@font-face {
    font-family: "iCielNovencento";
    font-weight: 500;
    src: url("../fonts/iCielNovecentosans-Light.otf");
}

/** Regular */
@font-face {
    font-family: "iCielNovencento";
    font-weight: 400;
    src: url("../fonts/iCielNovecentosans-Medium.otf");
}

/** Light */
@font-face {
    font-family: "iCielNovencento";
    font-weight: 200;
    src: url("../fonts/iCielNovecentosans-Normal.otf");
}

body, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, .nav > li > a {
    font-family: "Quicksand" !important;
}

h1, h2, h3, strong {
    /*     font-family: "iCielNovencento" !important; */
}

li#wp-admin-bar-wp-logo > a {
    width: 105px;
    background: #151e28;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default #wp-admin-bar-wp-logo .ab-icon:before {
    background-image: url(/acp/images/khanhlq_logo.png) !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    content: "";
    display: block;
    background-position: center center;
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-root-default #wp-admin-bar-wp-logo .ab-icon {
    width: 100%;
    height: 29px !important;
    padding: 0;
    margin: 0;
}

.nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before {
    background-color: #fcce0d;
}

.header:not(.transparent) .header-nav.nav > li > a:hover, .header:not(.transparent) .header-nav.nav > li.active > a {
    color: #67ad44;
}

.banner-slider h2 {
    line-height: 1.2;
}

.img-small {
    position: relative;
}

.img-small .img-inner {
    overflow: initial;
}

.text-justify {
    text-align: justify !important;
}

.img-qr-code {
    background-image: url(../../uploads/2019/08/qr-code-bg.png);
    padding: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-sp .icon img {
    border-radius: 50%;
    padding: 0;
}

.icon-sp p {
    line-height: initial;
}

.bg-while {
    background: #fff;
}

.bg-yellow {
    background: #fdd217;
}

.block-custom .large-4 {
    opacity: 1 !important;
    max-width: 33.33333% !important;
    -ms-flex-preferred-size: 33.33333% !important;
    flex-basis: 33.33333% !important;
    width: 33.3333% !important;
}

.block-custom .row {
    margin: auto !important;
}

.block-custom .flickity-prev-next-button svg {
    top: 0%;
}

.btn-right {
    position: absolute;
    top: 0;
    right: 0;
    background: #68ac44;
    color: #fff;
    border-radius: 4px;
    padding: 7px 15px;
    line-height: initial;
    margin: 0;
}

.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}


.flickity-prev-next-button svg, .flickity-prev-next-button .arrow {
    border: none !important;
    background: #fcce0d;
    box-shadow: 0px 1px 4px 0px rgba(35, 40, 45, 0.4);
    color: #fff;
    border-radius: 100%;
}

.slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .flickity-prev-next-button:hover svg, .flickity-prev-next-button:hover .arrow {
    background-color: #fff;
    fill: #fdd217 !important;
    box-shadow: 0px 2px 5px 0px rgba(35, 40, 45, 0.4);
}

.flickity-prev-next-button {
    top: 32%;
}
.post-type-archive-product .flickity-prev-next-button {
    top: 0;
}
.post-type-archive-product .flickity-prev-next-button svg {
    top: 120px;
}

.block-custom .flickity-prev-next-button {
    top: 50%;
}

.block-custom:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 120px;
    background: #fff;
    bottom: 0;
    display: block;
    z-index: -1;
}

.image-tools, .news-sidebar .box-text .is-divider, .news-sidebar .box-text .from_the_blog_excerpt, .badge.post-date {
    display: none !important;
}

.box-text .category {
    opacity: 1;
}

.product-title a, span.amount {
    font-size: 18px;
    font-weight: 700;
}

span.amount {
    color: #68ac44;
}

.news-sidebar .post-item .box-vertical .box-text {
    padding: 0 !important;
}

span.widget-title {
    color: #67ad44;
    text-transform: uppercase;
    font-size: 17px;
}

.post-sidebar .widget .is-divider {
    margin-bottom: 0;
    background: transparent;
}

.news-sidebar .post-title {
    font-size: 14px;
    font-weight: normal;
}

.news-sidebar .post-title:hover {
    text-decoration: underline;
}

.post-item:first-child .box-vertical .box-text {
    padding: 15px 0;
}

h1.entry-title {
    font-size: 28px;
    color: #68ac44;
    text-transform: capitalize;
}

.images-single-new {
    margin-bottom: 30px;
}

.post-date {
    font-size: 14px;
    color: #ccc;
}

.post-date i {
    margin-right: 15px;
}

.share-detail .circle {
    border: none;
    min-width: initial;
    margin: 0 10px 0 0;
}

.share-detail {
    padding: 12px 0;
}

.blog-archive .large-9 .post-title {
    color: #6aaf48;
}

.form-banner .store-control {
    max-width: 450px;
    margin: 0 auto;
}

.form-banner .res-text {
    text-align: center;
}

.store-control select, .recruitment-form .submit-button {
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    height: 50px;
    padding: 0 15px;
    min-width: 40px;
    background: transparent;
    color: #fff;
}

.store-item .post-date {
    color: #444444;
}

.store-item .post-date i {
    color: #68ac44;
    font-size: 14px;
    font-weight: 900 !important;
    width: 18px;
    text-align: center;
}

.store-control select option {
    color: #333;
}

.banner .store-tx {
    line-height: inherit;
    letter-spacing: 1px;
    margin-top: 30px;
}

.post-type-archive-recruitment #main {
    background-color: #fffcf5;
}

.item-recruitment-detail {
    border: 1px solid #68ac44;
    border-radius: 3px;
    border-top-width: 5px;
    font-size: 14px;
}

.recruitment-top, .recruitment-bottom {
    padding: 15px;
}

.recruitment-top {
    border-bottom: 1px solid #68ac44;
    min-height: 175px;
}

.recruitment-top svg, .store-item svg {
    width: 18px;
    margin-right: 15px;
    height: 16px;
    position: relative;
    top: 3px;
    min-width: 18px;
}

.recruitment-top svg path, .recruitment-top svg ellipse, .store-item svg path {
    fill: #68ac44;
}

.recruitment-top span {
    display: inline-block;
}

.field-salary, .field-time-work, .field-address {
    display: flex;
}

.recruitment-bottom span {
    color: #979797;
    font-size: 14px;
}

.recruitment-bottom a {
    float: right;
    font-size: 14px;
    text-align: right;
    top: -5px;
}

.recruitment-bottom a, .btn-recruitment {
    position: relative;
    background: #68ac44;
}

.content-recruitment-detail ul {
    list-style: none;
}

.recruitment-detail .article-inner ul {
    padding-left: 15px;
}

.recruitment-detail .images-single-new {
    border: 2px solid #68ac44;
}

.recruitment-left {
    float: left;
    text-transform: uppercase;
}

.recruitment-right, .recruitment-right .btn-recruitment {
    float: right;
}

.recruitment-right {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}

.recruitment-right .btn-recruitment {
    margin-left: 15px;
    min-width: 125px;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
}

.field-address i {
    color: #bc242c;
    padding-right: 5px;
    font-size: 20px;
}

.recruitment-right .field-address {
    float: left;
    width: 100%;
    font-size: 14px;
}

.driv-yellow {
    border-color: #fcce0e;
    border-top-width: 2px;
    opacity: 1;
    width: 60px;
}

.recruitment-form .submit-button {
    margin: 0;
    padding: 0;
    background: #68ac44;
}

.recruitment-border {
    position: relative;
}

.recruitment-border:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    border: 5px solid #68ac44;
    left: 20px;
}

.recruitment-archive {
    padding-top: 0;
}
.recruitment-form .submit-button {
    border-radius: 50%;
    font-size: 14px;
    line-height: 22px;
    height: 50px;
    padding: 0 15px;
    min-width: 50px;
    background: transparent;
}

.recruitment-form .submit-button {
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
    background: transparent;
    border: 1px solid #fff;
}

.post-item:nth-child(2n) .coupons-border .row {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.post-item:nth-child(2n) .coupons-border:after {
    left: 0;
}

.list-store .title-pro h2 {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.list-store .title-pro h2 span:before,
.list-store .title-pro h2 span:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #68ac44;
    top: 50%;
}

.list-store .title-pro h2 span {
    position: relative;
    padding: 0 30px;
}

.list-store .title-pro h2 span:before {
    right: 100%;
}

.list-store .title-pro h2 span:after {
    left: 100%;
}

.list-store > .row {
    margin-bottom: 30px;
}

#ung-tuyen {
    text-align: center;
}

#ung-tuyen h3 {
    text-transform: uppercase;
}

#ung-tuyen input {
    box-shadow: none;
}

#ung-tuyen .wpcf7-submit {
    margin: 0;
    width: 100%;
    background-color: #1E1E1E;
}

#ung-tuyen .wpcf7-file {
    width: 100%;
    padding: 7px 0;
}

#ung-tuyen label {
    margin: 0;
    line-height: 38px;
    text-align: left;
}

.app-left > .col-inner > p {
    margin: 0;
    background: #fefefe;
    padding: 15px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: bold;
}

.bg-app .section-bg.bg-loaded {
    background-size: contain !important;
    background-position: right;
}

.block-ship .col-inner {
    text-align: center;
}

.block-ship .col-inner > div, .block-ship .col-inner > h2 {
    margin: 0 auto !important;
    width: auto;
    display: inline-block;
}

.block-post .post-item>.col-inner {
    height: 100%;
}
.block-post .box-text button {
    background: #68ac44;
    color: #fff;
    padding: 5px 15px;
    border-color: #68ac44;
    border-radius: 4px;
}
.product-small .box-text {
    display: flex;
    flex-wrap: wrap;
}
.product-small .box-text .price-wrapper {
    order: 3;
}

.stores-slider .box-badge .box-text {
    bottom: 0;
    background: rgba(48, 41, 32, 0.55);
    text-transform: uppercase;
}

.stores-slider .box-badge .box-text .post-title {
    font-size: 12px;
    color: #fff;
}

.tabs-store .nav-pills {
    padding: 15px 0;
}

.tabs-store .nav-box > li.active > a, .tabs-store .nav-pills > li.active > a, .tabs-store .nav-pills > li > a:hover {
    background-color: #fdcf09;
    color: #000;
}

.tabs-store .nav-pills > li > a {
    line-height: 28px;
    border: 1px solid;
    border-color: #fdcf09;
    margin-right: 15px;
    font-size: 14px;
    padding: 0 20px;
    color: #fdcf09;
}

.tabs-store .col-inner p {
    display: flex;
    align-items: center;
}

.tabs-store .col-inner p .icon-store {
    width: 24px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-right: 15px;
    background-size: contain;
}

.tabs-store .icon-store-home {
    background-image: url(../images/icon-home.png);
}

.tabs-store .icon-store-phone {
    background-image: url(../images/icon-phone.png);
}

.map-store .col-inner p iframe {
    border: 2px solid #fcce0d !important;
    border-radius: 5px;
    overflow: hidden;
}

.btn-product, .quick-view {
    background-color: #68ac44;
    border-color: #68ac44;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0;
}

.btn-product.is-outline {
    border-color: #68ac44;
    color: #68ac44;
}

.button-pro a {
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
}

.button-pro a:last-child {
    margin-left: 5px;
    margin-right: 0;
}

.btn-product.is-outline:hover {
    background-color: #68ac44;
    color: #fff;
}

.box-text > .title-wrapper > .category {
    display: none;
}

.box-text .box-excerpt {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
}
.title-wrapper .product-title {
    text-transform: uppercase;
}
.title-wrapper .product-title a {
    color: #000;
}

.btn-news {
    padding: 2px 15px;
    margin-bottom: 0;
}
.button-pro .btn-news{
    padding: 0;
}
.go-soya {
    background: transparent;
}

.heading-go {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.heading-go img.size-full.alignnone {
    margin-bottom: 0;
}

.heading-go .text {
    flex: 1;
    display: block;
}

.ht-number, .ht-number .col-inner {
    position: relative;
}

.ht-number .col-inner:after {
    width: 18px;
    height: 18px;
    background: #fcce0d;
    content: '';
    top: 15px;
    right: 5px;
    position: absolute;
    border-radius: 50%;
}

.ht-number .col-inner h2 {
    margin-top: -15px;
}

.ht-number:after {
    content: '';
    height: 100%;
    width: 2px;
    position: absolute;
    background: #fcce0d;
    right: 28px;
    top: 0;
}

.ht-number:nth-child(8):after {
    width: 0;
}

.grid-soya-us .col-inner img {
    border-radius: 7px;
}

.row .widget .gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.widget .gallery-item {
    padding: 0 10px 20px;
}
.tagcloud a {
    border-color: #fcce0d;
    color: #000;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0 5px 10px 0;
    background: #fcce0d;
    opacity: 1;
    display: inline-block;
}

.tagcloud a:hover {
    background: #fcce0d;
    border-color: #fcce0d;
}

.news-sidebar-slider .post-item {
    padding-bottom: 0;
}

.news-sidebar-slider .from_the_blog_excerpt {
    display: block;
}

.news-sidebar-slider .post-title {
    font-size: 15px;
    margin-bottom: 10px;
}

.news-sidebar-slider .post-meta {
    font-size: 13px;
    color: #999;
}

.news-sidebar-slider .flickity-page-dots {
    top: 0;
    left: 10px;
    right: initial;
    height: initial;
    bottom: inherit;
}

.news-sidebar-slider {
    padding-top: 30px;
}

.news-sidebar-slider .flickity-page-dots .dot.is-selected {
    background-color: #fdce0d;
}

.news-sidebar-slider .flickity-prev-next-button {
    color: #68ac44;
}

.custom-page-title .btn-order, .btn-member {
    background: #6baf48 !important;
    color: #fff;
    padding: 5px 20px;
}

.widget_product_categories ul > li + li {
    border: none;
}

.widget_product_categories ul > li > a {
    font-weight: 500;
}

.widget_product_categories .is-divider {
    height: 2px;
    background: #fcce0d;
    max-width: 112px;
}

.description-dm {
    padding-bottom: 20px;
}

tr.woocommerce-cart-form__cart-item dl.variation dt, tr.woocommerce-cart-form__cart-item dl.variation dd {
    width: calc(50% - 10px);
}

.tc-epo-cart-option-value {
    display: none;
}

.woocommerce table.shop_table .tm-epo-cart-row td {
    border: none;
    padding: 5px;
}

.is-affixed > #shop-sidebar {
    padding: 0 30px;
}

ul#tm-extra-product-options-fields {
    margin: 30px -30px 0;
    display: flex;
}

li#tm-epo-field-0 {
    order: 2;
    padding: 0 30px;
}

li#tm-epo-field-1 {
    order: 1;
    padding: 0 30px;
}

li#tm-epo-field-1 span.tc-label.radio-image-label {
    display: none;
}

div#size, div#da {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
    padding: 5px 0px;
}

#tm-epo-field-1 .tm-has-required.tm-left {
    width: 60px;
    max-width: 100%;
    line-height: 50px;
}

#tm-epo-field-0 .tm-epo-element-label.tm-left {
    width: 160px;
    max-width: 100%;
}

#tm-epo-field-0 span.price.tc-price {
    position: absolute;
    top: 25px;
    left: -160px;
}

#tm-epo-field-0 #size span.price.tc-price {
    display: block !important;
    clear: both;
    position: relative;
    left: 0;
    top: 0;
}
#tm-epo-field-0 .tm-epo-element-label.tm-left + .tm-extra-product-options-container, #tm-epo-field-0 .tm-epo-element-label.tm-right + .tm-extra-product-options-container {
    width: calc(100% - 160px) !important;
    display: inline-block;
}

#tm-epo-field-1 .tm-epo-element-label.tm-left + .tm-extra-product-options-container, #tm-epo-field-1 .tm-epo-element-label.tm-right + .tm-extra-product-options-container {
    width: calc(100% - 60px) !important;
    display: inline-block;
    max-width: 100%;
}

div#size li:nth-child(1) span.tc-label-wrap {
    padding: 10px;
}

div#size li:nth-child(2) span.tc-label-wrap {
    padding: 5px;
}

div#size li span.tc-label-wrap {
    height: 64px;
    width: 64px;
}

.tm-extra-product-options .radio_image {
    padding: 5px;
    background: transparent;
    border-radius: 7px;
    box-shadow: none;
    filter: grayscale(100%);
    max-height: 75px;
}
#tm-epo-field-1 li.tc-active span img, #tm-epo-field-1 li:hover span.tc-label-wrap img {
    filter: grayscale(0);
}
#tm-epo-field-1 li span.tc-label-wrap {
    color: transparent;
}

.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image {
    filter: grayscale(0);
}

.title-pro h3 {
    color: #68ac44;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 900;
}

ul.product_list_widget li dl {
    line-height: initial;
    text-transform: none;
}

.start-up {
    line-height: inherit;
}

.border-radius-10 {
    border-radius: 10px !important;
    overflow: hidden;
}

.product-item .box-image {
    padding-top: 65%;
}

.product-item .box-image > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

.product-item .box-image > a > img {
    height: 100%;
    object-fit: cover;
}

.cart-item {
    border-radius: 50%;
    background: #fcce0d;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 70px;
    position: fixed !important;
    bottom: 155px;
    right: 25px;
    margin: 0 !important;
}
.block-product .button-pro a {
    font-size: 17px;
}

a.quick-view.quick-view-added {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.block-product a.quick-view.quick-view-added {
    font-size: 17px;
    line-height: 41px;
}

div#tm-extra-product-options {
    visibility: inherit;
}

div#tm-epo-totals {
    display: none !important;
}

.cart-item a:before {
    background-color: transparent !important;
}

.headding-member b {
    background: #fcce0d;
    opacity: 1;
}

.headding-member .section-title {
    color: #67ad44;
    font-size: 30px;
}

.headding-member .section-title span {
    padding-right: 40px;
    position: relative;
}

.headding-member .section-title span:after {content: '';background-image: url(/content/uploads/2019/09/admin-ajax.png);width: 30px;height: 30px;position: absolute;background-repeat: no-repeat;right: 0;bottom: 5px;}
.member-100 .box-text h2 {
    margin: 15px 0;
}
.app-soya .icon {
    background: #6baf48;
    border-radius: 50%;
}
.app-soya .icon-box:first-child .icon, .app-soya .icon-box:hover .icon {
    background: #fdce0e;
}
.app-soya .icon-box:hover h3 span {
    color: #fdce0e !important;
}
.accordion-title.active {
    background: transparent;
}
.accordion-item .accordion-title {
    color: #69ac47;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 0;
    font-weight: 700;
    border-color: #fdcf09;
    border-top-width: 2px;
}
.accordion-item .accordion-title .toggle {
    left: initial;
    right: 0;
    color: #fcce0d;
    opacity: 1;
}
.accordion-inner {
    padding: 15px 0;
}
.coupons-border .entry-image {
    border-radius: 10px;
}
.shop_coupon-archive {
    padding-top: 0;
}
.post-archive {
    padding-bottom: 50px;
}
.post-archive ul.links {
    margin: 5px 15px 15px 15px;
}
.post-archive .nav-pagination>li>.current, .post-archive .nav-pagination>li>span:hover, .post-archive .nav-pagination>li>a:hover {
    border-color: #fcce0d;
    background-color: #fcce0d;
}
.post-archive ul.links li a {
    color: #fcce0d;
}

.price-wrapper {
    min-height: 18px;
}
.block-post .box-blog-post .post-title {
    text-transform: uppercase;
}
.block-post .box-blog-post .is-divider {
    display: none;
}
#widget-coupons>ul>li {
    border: none;
}
#widget-coupons>ul>li>a {
    font-weight: 500;
    font-size: 18px;
}
#widget-coupons>ul>li.active>a {
    color: #67ad44;
}
.image-fade_in_back {
    position: relative;
    padding-top: 98%;
    overflow: hidden;
    border-radius: 10px;
}
.image-fade_in_back>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.member-100 .image-cover img {
    opacity: 0.5;
}
.member-500 .image-cover img {
    opacity: 0.7;
}
.member-1000 .image-cover img {
    opacity: 1;
}

.product-lightbox-inner {
    text-align: center;
    padding-bottom: 0 !important;
}

.product-lightbox-inner div#tm-extra-product-options {
    text-align: left;
}

.product-lightbox-inner form.cart {
    margin-bottom: 0;
}
.tm-animated.tm_wrapper {
    max-width: 700px;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
}

.tm-animated.tm_wrapper .cpf-img-on-cart {
    border: none;
    margin: 0;
}
p#shipping_city_field {
    order: 2;
}
.recruitment-xz .banner h3 {
    line-height: inherit;
}
.recruitment-xz .banner {
    border-radius: 10px;
}
.recruitment-xz .banner p {
    color: #fff;
}
.store-xz img {
    border: 2px solid #fcce0d;
    border-radius: 5px;
}
.store-xz .flickity-button {
    opacity: 1;
}
.store-xz .box-text {
    opacity: 0;
}
.search-coupons {
    background: #282828;
    color: #fff;
}

.map-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.tabbed-content .search-coupons {
    padding: 15px;
    height: 450px;
}

.search-coupons .store-control select, .search-coupons .recruitment-form .submit-button {
    border-color: #fcce0d;
    height: 40px;
    border-radius: 5px;
}

#search-map {
    outline: none;
    width: 120px;
    line-height: initial;
    text-align: center;
    display: block;
    border: 1px solid #fcce0d;
    color: #fff;
    background: #fcce0d;
    height: 35px;
    font-size: 14px;
}

#search-map svg {
    font-size: 12px;
    margin-right: 5px;
    width: 12px;
}
#search-map br {
    display: none;
}
.tabbed-content .tab-panels {
    padding: 0;
    border: none;
}
.tabbed-content ul>li>a>img {
    max-width: 125px;
    float: left;
    /* padding: 15px 0; */
    padding-right: 10px;
}

.tabbed-content ul.search-coupons>li>a>span {
    float: right;
    color: #fcce0d;
    width: calc(100% - 125px);
    text-transform: none;
}
.map-store .tabbed-content .nav {
    max-height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    border-top: 1px solid rgba(255, 255, 255, 0.25098);
    position: absolute;
}
.map-store .tabbed-content ul>li.active>a:before, .map-store .tabbed-content ul>li:hover>a:before, .map-store .tabbed-content ul>li>a:before {
    display: none;
}
.tabbed-content ul.search-coupons>li>a {
    display: block;
}

.tabbed-content ul>li>a>span.dis-search-map {
    color: #fff;
    font-weight: 400;
}
.tabbed-content ul>li {
    padding: 5px 0px 5px 0px;
}
.tabbed-content ul.search-coupons>li.active:before {
    background: #7776762e;
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 1px);
    z-index: -1;
    border-bottom: 1px solid #fff;
}

.tabbed-content ul.search-coupons>li>a:first-child {
    float: left;
}
.tabbed-content ul.search-coupons>li>a:last-child {
    /* width: 35px; */
    /* float: left; */
    /* position: absolute; */
    /* z-index: 9999; */
    /* top: 35px; */
    /* right: 0; */
}

.tabbed-content .nav::-webkit-scrollbar {
    width: 5px;
    background-color: #282828;
}
.tabbed-content .nav::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
}
.tabbed-content .nav::-webkit-scrollbar-track {
    background-color: #282828;
}

/*footer*/
ul.footer-bottom, ul.footer-bottom > li, #footer .icon, .tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label .tm-epo-field , .button-pro .button, .button-pro a {
    margin: 0;
}

#footer {
    border-top: 3px solid #fcce0d;
}

.footer-1 img {
    max-height: 50px;
    width: initial;
}

.footer-2 ul.menu > li > a {
    font-size: 15px;
}

.footer-2 ul.menu > li {
    border: none;
}

ul.footer-bottom {
    padding: 0;
    border-width: 0;
}

ul.footer-bottom > li {
    display: inline-block;
}

ul.footer-bottom > li > a, .copyright-footer {
    color: #fff;
}

#footer .widget-title {
    padding-left: 0;
}

.ft-text .col-inner p {
    margin-bottom: 0;
}

#footer .icon {
    border: none;
    font-size: 15px;
}

.copyright-footer {
    line-height: 34px;
}

a#top-link {
    background-image: url(../../uploads/2019/08/back-tops.png);
    width: 58px;
    height: 58px;
    color: transparent;
    border-radius: 0 !important;
    background-size: cover;
    background-color: transparent;
    bottom: 222px;
    right: 25px;
}

.input-group .input-group-prepend .btn-outline-secondary, .input-group .input-group-append .btn-outline-secondary {
    min-height: 28px;
    height: 26px;
    width: 28px;
    font-size: 25px;
    line-height: 22px;
    margin: 0;
    padding: 0 0 5px;
    border: 1px solid #333;
    border-radius: 50%;
    font-weight: bold;
    min-width: initial !important;
}
.tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label .tm-epo-field {
    width: initial;
    display: inline-block;
    max-width: 50px;
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding: 0;
    height: 45px;
}
.input-group .input-group-prepend, .input-group .input-group-append {
    display: inline-block;
}
h3.tm-epo-element-label.tm-section-label {
    margin-bottom: 20px;
}
.product-summary .product_meta, .product-summary .social-icons {
    display: none;
}
.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: #68ac44;
}
.button-pro a {
    width: calc(50% - 5px);
    font-size: 14px;
}
.product-quick-view-container form.cart .quantity input[type="number"] {
    border: 1px solid #ddd;
    height: 34px;
    font-size: 20px;
}
.nav>li{
    position: relative;
}
.nav>li.has-icon>a>i.icon-shopping-bag {
    color: transparent;
    background: url(../images/Layer-5.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 37px;
    height: 38px;
}
.nav>li>a>i.fa-house {
    background-image: url(../images/home.png);
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.nav>li.has-icon>a.header-cart-link {
    padding: 0;
    line-height: 2px;
}
.nav>li>a{
    color: #fff; text-decoration: none;
}
.nav>li>a:hover{
    color: #fcce0d;
}
.nav>li ul.sub-menu{
    width: 250px;
    margin: 0;
    padding: 0;
    top: 45px;
    left: 0;
    z-index: 999;
    display: none;
    position: absolute;
}
.nav>li ul.sub-menu li {
    list-style: none;
    padding: 6px 7px!important;
    border-bottom: 1px solid #eee;
    background: #044590;
    margin: 0;
}
.nav>li ul.sub-menu li a, .header-main .nav > li:hover ul>li>a{
    color: #fff !important; text-decoration: none;
}
.nav>li ul.sub-menu li a:hover{
    color: #eeec28 !important;
}

.cart-item {
    line-height: 60px;
    box-shadow: 1px 1.6px 12px 1px rgba(0, 0, 0, 0.431373);
}

.cart-item > a {
    -webkit-animation: ring-ring 1.5s infinite;
    transition: all .5s;
}

.slider {
    width: 100%;
    margin: auto;
}

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

.slider .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (min-width: 768px) {
    .cart-item > .nav-dropdown {
        bottom: calc(100% + 15px);
        right: 0px !important;
        left: auto !important;
    }
}

[data-icon-label]:after {
    top: initial;
    bottom: -5px;
    background: #fff;
    color: #000;
}

.code-coupons {
    color: red;
}
.box-text-coupons h3 {
    text-transform: uppercase;
    color: #67ad44;
}
.box-text-coupons .buttom {
    background: #6aaf48;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}
.woocommerce-billing-fields__field-wrapper .form-row-first, #billing_country_field, #billing_phone_field, #billing_state_field, #shipping_country_field, #shipping_city_field, #shipping_first_name_field {
    padding-right: 5px;
}
.woocommerce-billing-fields__field-wrapper .form-row-last, #billing_city_field, #billing_email_field, #billing_state_field, #shipping_city_field, #shipping_state_field, #shipping_last_name_field {
    padding-left: 5px;
}
.woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-billing-fields__field-wrapper .form-row-last, p.form-row-first, p.form-row-last {
    margin: 0;
}
#billing_phone_field, #billing_email_field, .woocommerce-billing-fields__field-wrapper .form-row-first, .woocommerce-billing-fields__field-wrapper .form-row-last, p.form-row-first, p.form-row-last {
    width: 50%;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-billing-fields__field-wrapper .select2-selection, .woocommerce-shipping-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper select {
    box-shadow: none;
}
.address-field {
    width: 33.3333%;
    float: left;
}
#billing_address_1_field, #shipping_address_1_field {
    width: 100%;
}
.has-border {
    border: 2px solid #68ac44;
}
.payment_method_momo img {
    height: 25px;
}
#yith-par-message-cart {
    margin-bottom: 20px;
}
#shipping_country_field, #shipping_city_field, #shipping_state_field {
    clear: initial;
}
#shipping_address_1_field {
    order: 4;
}
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
}

a.header-cart-link.off-canvas-toggle.nav-top-link.is-small.current-lightbox-clicked {
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

.tm-extra-product-options .tmcp-ul-wrap {
    display: flex;
    align-items: center;
}
.article-inner *{
    text-align: left; font-family: "Quicksand" !important;
}
.article-inner ul {
    margin-left: 20px;
}
.tab-panels .entry-content iframe {
    width: 100% !important;
}
.map-store .tabbed-content .nav>li {
    display: block;
}

#duong ul.tmcp-ul-wrap>li.tmcp-field-wrap:first-child img, #da ul.tmcp-ul-wrap>li.tmcp-field-wrap:first-child img {
    width: 42px;
    padding-top: 40px;
    box-shadow: none;
    border: none;
}
.tm-extra-product-options .tc-active .tc-label-wrap img.radio_image, .tm-extra-product-options .tc-active .tc-label-wrap img.checkbox_image, .tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.radio_image, .tm-extra-product-options .tc-active .tc-label-wrap .tmhexcolorimage.checkbox_image {
    box-shadow: none !important;
    border: none;
}
.widget_product_categories ul > li.cat-item-noi-bat>a {
    font-weight: 900;
    color: #68ac44;
}

.mv_l {
    position: relative;
    -webkit-animation: mymove-l 2s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    animation: mymove-l 2s;
    animation-iteration-count: 10000;
}

.mv_r {
    position: relative;
    -webkit-animation: mymove-r 2s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2; /* Safari 4.0 - 8.0 */
    animation: mymove-r 2s;
    animation-iteration-count: 10000;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove-l {
    from {left: -200px;}
    to {left: 0px;}
}

@keyframes mymove-l {
    from {left: -200px;}
    to {left: 0px;}
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove-r {
    from {right: -200px;}
    to {right: 0px;}
}

@keyframes mymove-r {
    from {right: -200px;}
    to {right: 0px;}
}

.img-inner.dark {
    overflow: unset;
}

@media only screen and (min-width: 980px) {
    .img-big {
        margin-top: -140px;
    }
}

@media (min-width: 850px) {
    .section-content .flickity-button {
        opacity: 1;
        width: 40px;
    }
    .slider-nav-outside .flickity-prev-next-button.previous {
        margin-right: 15px;
    }

    .slider-nav-outside .flickity-prev-next-button.next {
        margin-left: 15px;
    }

    .post-item:first-child .box-vertical .box-image {
        width: 100% !important;
        display: table-caption;
    }

    .large-9 .box-vertical .box-image {
        width: 34% !important;
    }

    .blog-archive .large-9 .post-title {
        min-height: 45px;
        align-items: center;
        display: flex;
    }

    .delivery-bottom > .col, .delivery-left {
        position: relative;
    }

    .delivery-bottom > .col:before {
        content: '';
        position: relative;
        width: 100%;
        height: 3px;
        background: black;
        top: 0;
        display: block;
    }

    .delivery-bottom > .col:nth-child(3):before {
        width: calc(50% + 1px);
    }

    .delivery-left:before, .delivery-left:after {
        content: '';
        position: absolute;
        background: black;
        z-index: 1;
        right: -15px;
    }

    .delivery-left:before {
        width: 80px;
        height: 3px;
        top: 25%;
    }

    .delivery-left:after {
        width: 3px;
        height: 192px;
        top: 25%;
    }

    .row-divided > .col + .col:not(.large-12) {
        border-left: 2px solid #fdce0d;
    }

    .post-item:first-child .box-vertical {
        border-bottom: 2px solid #fdce0d;
    }
    .block-post .posts-grid .grid-col-1:first-child {
        max-width: 66.666%;
        -ms-flex-preferred-size: 66.666%;
        flex-basis: 66.666%;
    }
    .block-post .posts-grid .grid-col-1:nth-child(2) {
        max-width: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    }
    .block-post .grid-col .box-image img {
        max-height: 210px;
    }
    .block-post .posts-grid .grid-col-1:first-child .box-image img {
        max-height: 335px;
    }
    .block-post  .grid-col .box:not(.box-shade):not(.box-overlay):not(.box-badge) .box-text {
        background-color: rgba(255, 255, 255, 0.45);
        bottom: 25px;
    }
    .block-post .posts-grid .grid-col-1:first-child .col-inner .box-text {
        bottom: 0px !important;
    }
    .map-store .tabbed-content .nav-vertical {
        width: 40%;
        clear: both;
        float: left;
        left: 0;
        bottom: 20px;
        z-index: 99;
        padding-top: 0;
        padding: 0 15px;
        display: block;
    }
    .search-coupons-ax {
        width: 40%;
        float: left;
    }

}

@media (min-width: 768px) {

    .woocommerce-columns--2 .woocommerce-column {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .img-small .img-inner:after {
        content: '';
        position: absolute;
        bottom: -55px;
        width: 100%;
        height: 65%;
        border: 12px solid rgba(196, 196, 196, 0.65);
        right: -55px;
        z-index: -1;
    }

    .map-store {
        margin-top: -140px;
    }

    .tc-extra-product-options .cpf-section {
        display: block;
    }

    .tc-extra-product-options .cpf-type-textfield.tm-cell.col-12 {
        display: inline-block;
        float: initial !important;
    }

    form.variations_form.cart > table.variations {
        min-height: 250px;
    }
    .map-store .tabbed-content .nav>li {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
	.title-wrapper .product-title {
		height: 41px;
		overflow: hidden;
	}
    .post-sidebar .widget-title {
        padding: 0 15px 0 0;
        line-height: 40px;
    }

    h1.entry-title {
        font-size: 20px;
    }

    .post-single .post {
        margin: 0;
    }

    .widget_media_image {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-2 .widget_media_image img {
        width: 100%;
    }

    .post-ax {
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .coupons-border .post-title {
        font-size: 18px;
        margin: 0;
    }

    .coupons-border .box-text {
        padding: 0 15px 0 0;
    }

    .post-item:nth-child(2n) .coupons-border .box-text {
        padding: 0 0 0 15px;
    }

    .map-store {
        margin-top: 30px;
    }

    .bg-app .section-bg.bg-loaded {
        background-image: inherit !important;
    }

    .delivery-bottom .is-divider {
        display: none;
    }

    .tabs-store .nav-pills {
        white-space: nowrap;
        overflow-x: scroll;
        display: block;
    }

    .btn-right {
        top: -5px;
    }
    .headding-member .section-title span:after {
        content: '';
        right: 30px;
    }
    .block-product a.quick-view.quick-view-added, a.quick-view.quick-view-added {
        font-size: 10px;
        line-height: 25px;
    }
    .button-pro a {
        font-size: 10px !important;
        padding: 5px;
    }
    .product-title a, span.amount {
        font-size: 15px;
    }
    ul#tm-extra-product-options-fields {
        flex-wrap: wrap;
    }
    #tm-epo-field-1 .tm-has-required.tm-left {
        width: 45px;
    }
    .input-group .input-group-prepend .btn-outline-secondary, .input-group .input-group-append .btn-outline-secondary {
        margin: 0;
        min-height: 24px;
        height: 24px;
        width: 24px;
        font-size: 18px;
    }
    .input-group {
        display: flex;
    }
    .tc-extra-product-options .cpf-type-textfield .tmcp-field-wrap label .tm-epo-field {
        max-width: 55px;
        font-size: 20px;
        padding: 0 5px;
        line-height: initial;
        height: initial;
    }
    .product-lightbox-inner form.cart .quantity.buttons_added {
        margin-right: 0;
    }
    div#size, div#da {
        padding: 0 0 10px;
        margin-bottom: 10px;
    }
    .product-quick-view-container .product-lightbox-inner {
        padding: 10px !important;
    }
    .heading-go {
        display: block;
    }
    .heading-go img {
        max-width: 70px;
    }
    .heading-go .text h2 {
        font-size: 20px;
    }
    .go-soya .img {
        min-width: 35px;
        top: 10%;
    }
    .store-control select, .recruitment-form .submit-button {
        font-size: 14px;
        height: 38px;
        min-width: 38px;
    }
    .recruitment-form .submit-button {
        height: 38px;
        min-width: 38px;
        padding: 0;
    }
    .map-store .tabbed-content .nav {
        top: 165px;
        max-height: 265px;
    }
    .search-coupons .hotline, .search-coupons .time-open {
        /*display: none;*/
    }
    .tabbed-content ul>li>a>img {
        width: 82px;
        padding-right: 10px;
    }
    .tabbed-content ul.search-coupons>li>a>span {
        font-size: 11px;
        width: calc(100% - 82px);
    }
    .product-item .box-text .name.product-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ht-number:after, .ht-number-right:after {
        left: 23px;
    }
    .ht-number .col-inner:after {
        left: -25px;
        top: 12px;
    }
    .ht-number {
        padding-left: 40px;
    }
    .ht-number-right {
        padding-left: 40px;
    }
    .ht-number-right:after {content: '';height: 100%;width: 2px;position: absolute;background: #fcce0d;top: 0;}
    .ht-number:nth-child(8):after {
        width: 2px;
    }
    .tabbed-content .search-coupons {
        width: 100%;
    }
    .map-store .tabbed-content ul>li {
        display: block;
    }
    #tm-epo-field-0 .tm-epo-element-label.tm-left + .tm-extra-product-options-container, #tm-epo-field-0 .tm-epo-element-label.tm-right + .tm-extra-product-options-container {
        width: 100% !important;
        display: block;
        max-width: 100%;
    }
    #tm-epo-field-0 .tm-epo-element-label.tm-left {
        margin-bottom: 10px;
        width: auto;
    }
    #tm-epo-field-0 span.price.tc-price {
        position: relative;
        top: 0;
        left: 0;
    }
    .go-soya .res-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotateZ(5deg);
        -moz-transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        transform: rotateZ(5deg); }
    25% {
        -webkit-transform: rotateZ(-5deg);
        -moz-transform: rotateZ(-5deg);
        -ms-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg); }
    50% {
        -webkit-transform: rotateZ(5deg);
        -moz-transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        transform: rotateZ(5deg); }
    75% {
        -webkit-transform: rotateZ(-5deg);
        -moz-transform: rotateZ(-5deg);
        -ms-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg); } }

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
    70% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: scale(0.9); } }

@keyframes ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg); }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg); }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg); }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg); }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg); }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg); }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg); }
}


dl.variation.tc-epo-metadata.variation > dt {
    width: 100%;
}

.tc-epo-metadata.variation > dd:last-child {
    display: none;
}

a.tm-cart-edit-options {
    padding: 10px 0 5px;
}

.woocommerce-mini-cart__buttons a.button.wc-forward:not(.checkout) {
    display: none;
}

body:not(.logged-in) .hidden-div {
    display: none;
}

/* Order - received */
.woocommerce-order-details ul.wc-item-meta li strong {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.bg-tt-km .bg-fill {
    background-size: contain !important;
    background-position: bottom;
}

.bg-xsss>.bg-fill {
    background-size: initial !important;
    background-position: right;
    opacity: 0.5;
}

@media (min-width: 1000px)  {
    .tm-cell.col-2.cpf-price, .tm-cell.col-1.cpf-total-price {
        width: 16.6667% !important;
    }

    .tm-cell.col-4.cpf-value {
        width: 24.3334% !important;
    }
}

/* Phone call */
.coccoc-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 25px;
    bottom: 90px;
}
.coccoc-alo-phone.coccoc-alo-show{
    visibility:visible
}
.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
    background-color: #67ad44;
}
.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.coccoc-alo-phone.coccoc-alo-static{opacity:.6}
.coccoc-alo-phone.coccoc-alo-hover,.coccoc-alo-phone:hover{opacity:1}
.coccoc-alo-ph-circle{
    width: 120px;
    height: 120px;
    top: 0px;
    left: 0;
    position:absolute;background-color:transparent;-webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    /*border:2px solid rgba(30,30,30,0.4);*/
    /*border:2px solid #bfebfc 9;*/
    opacity:.1;
    -webkit-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation:coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition:all .5s;-moz-transition:all .5s;
    -o-transition:all .5s;transition:all .5s;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;transform-origin:50% 50%
}

.coccoc-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 37px;
    left: 37px;
    background: rgba(30,30,30,0.1) url(../images/phone.png) no-repeat center center;
    background-size: 75%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
li.html.custom.html_topbar_right>a>img {
    max-width: 100px;
}
ul.nav-dropdown>li.header-search-form.search-form {
    padding: 0;
}
li.header-search>ul.nav-dropdown {
    padding: 5px;
}


@media screen and (max-width: 767px) {
    .app-soya>.col-inner {
        padding: 15px 0 !important;
    }
    .app-soya .img-inner img {
        margin-bottom: 10px;
        max-width: 180px;
    }
    .app-soya .icon-box>.icon-box-text>p {
        font-size: 14px;
    }
    .row-slider .flickity-prev-next-button {
        width: 25px !important;
    }
    .store-icon-n .icon-box {
        margin-bottom: 20px;
    }
    .store-icon-n .icon-box>.icon-box-img {
        max-width: 65px;
    }
    .product-summary .quantity {
        margin: auto;
        margin-bottom: 1em;
        display: block;
        text-align: center;
    }
    form.cart>button.single_add_to_cart_button {
        margin: auto;
        display: block;
        font-size: 14px;
        margin-top: 20px;
    }
}

.fb_customer_chat_bubble_pop_in {
    z-index: 100 !important;
}

.yith-par-message {
    margin-bottom: 30px;
}


.hidden-div {
    display: none;
}

input#seacchproduct, input#seacchproduct::placeholder {
    color: #333 !important;
}

input#seacchproduct {
    box-shadow: 0 0 10px #c3c3c3;
    background: #ffffff94 !important;
    max-width: 500px;
    margin: auto;
}

button.btn-seacchproduct {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    padding: 0 10px;
    border-radius: 50%;
    background: #67ad44;
}

.form-flat {
    position: relative;
    max-width: 500px;
}

.live-search-results.text-left.z-top {
    position: absolute;
    background: #ffffff;
    width: 100%;
}

.ux-search-box .live-search-results *, .dark .ux-search-box .live-search-results span.amount {
    color: #333;
}

.searchform .flex-row.relative {
    border-radius: 20px;
    overflow: hidden;
}

li.show-noti-btn {
    list-style: none;
    width: 60px;
    height: 60px;
    bottom: 210px;
    right: 24px;
    position: fixed;
    z-index: 100;
    background: #ff3737;
    border-radius: 50%;
    text-align: center;
}

li.show-noti-btn i:before {
    content: "";
    background-image: url("./assets/ringing-bell-icon.png");
    height: 55px;
    width: 40px;
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10px;
    -webkit-animation: ring-ring 1.5s infinite;
    transition: all .5s;
    filter: brightness(0) invert(1);
}

li.show-noti-btn i {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
}

.product-item p.name.product-title {
    min-height: 25px;
}

:root {
    --primary-color: #68ac44;
}

html {
    background-color: #eaeaea !important;
}

.full-width .ubermenu-nav, .container, .row {
    max-width: 1110px
}

.row.row-collapse {
    max-width: 1080px
}

.row.row-small {
    max-width: 1102.5px
}

.row.row-large {
    max-width: 1140px
}

body.framed, body.framed header, body.framed .header-wrapper, body.boxed, body.boxed header, body.boxed .header-wrapper, body.boxed .is-sticky-section {
    max-width: 1920px
}

.header-main {
    height: 68px
}

#logo img {
    max-height: 68px
}

#logo {
    width: 149px;
}

.header-top {
    min-height: 30px
}

.has-transparent + .page-title:first-of-type, .has-transparent + #main > .page-title, .has-transparent + #main > div > .page-title, .has-transparent + #main .page-header-wrapper:first-of-type .page-title {
    padding-top: 68px;
}

.header.show-on-scroll, .stuck .header-main {
    height: 70px !important
}

.stuck #logo img {
    max-height: 70px !important
}

.header-bottom {
    background-color: #f1f1f1
}

.header-main .nav > li > a {
    line-height: 25px
}

@media (max-width: 549px) {
    .header-main {
        height: 70px
    }

    #logo img {
        max-height: 70px
    }
}

.nav-dropdown-has-arrow li.has-dropdown:before {
    border-bottom-color: #ffffff;
}

.nav .nav-dropdown {
    border-color: #ffffff
}

.nav-dropdown {
    font-size: 100%
}

/* Color */
.accordion-title.active, .has-icon-bg .icon .icon-inner, .logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active > a, .nav-outline > li.active > a, .cart-icon strong, [data-color='primary'], .is-outline.primary {
    color: #68ac44;
}

/* Color !important */
[data-text-color="primary"] {
    color: #68ac44 !important;
}

/* Background Color */
[data-text-bg="primary"] {
    background-color: #68ac44;
}

/* Background */
.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    background-color: #68ac44;
}

/* Border */
.nav-vertical.nav-tabs > li.active > a, .scroll-to-bullets a.active, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, .accordion-title.active, .featured-table, .is-outline:hover, .tagcloud a:hover, blockquote, .has-border, .cart-icon strong:after, .cart-icon strong, .blockUI:before, .processing:before, .loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover {
    border-color: #68ac44
}

.nav-tabs > li.active > a {
    border-top-color: #68ac44
}

.widget_shopping_cart_content .blockUI.blockOverlay:before {
    border-left-color: #68ac44
}

.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
    border-left-color: #68ac44
}

/* Fill */
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #68ac44;
}

body {
    font-size: 96%;
}

@media screen and (max-width: 549px) {
    body {
        font-size: 100%;
    }
}

body {
    font-family: "Open Sans", sans-serif
}

body {
    font-weight: 0
}

body {
    color: #444444
}

.nav > li > a {
    font-family: "Open Sans", sans-serif;
}

.nav > li > a {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .heading-font {
    color: #111111;
}

.alt-font {
    font-family: "Dancing Script", sans-serif;
}

.alt-font {
    font-weight: 400 !important;
}

.header:not(.transparent) .header-nav.nav > li > a {
    color: #FFF;
}

@media screen and (min-width: 550px) {
    .products .box-vertical .box-image {
        min-width: 247px !important;
        width: 247px !important;
    }
}

.footer-1 {
    background-color: #68ac44
}

.footer-2 {
    background-color: #ffffff
}

.absolute-footer, html {
    background-color: #302920
}

button[name='update_cart'] {
    display: none;
}

/* Custom CSS */
table.variations {
    width: 60%;
}

tr.ced-vm-row-wrapper:last-child {
    position: absolute;
    top: 0;
    left: 100%;
    width: 67%;
}

tr.ced-vm-row-wrapper:last-child td.label {
    width: 100%;
    display: block;
}

tr.ced-vm-row-wrapper:last-child td.value li {
    width: 100%;
    clear: both;
    float: left;
    margin: 0;
}

label.ced-vm-attr-name-label:after {
    content: "";
    display: table;
    clear: both;
}

tr.ced-vm-row-wrapper:last-child td.value li > label {
    display: flex;
}

tr.ced-vm-row-wrapper:last-child td.value li > label span.vm_label_s.vm-swatch-above {
    width: 100px;
    text-align: left;
    line-height: 20px;
}

tr.ced-vm-row-wrapper:last-child td.value li > label span.vm_label_s.vm-swatch-above:after {
    content: "10.000 đ";
    display: block;
    color: #959494;
}

.mwb_varition_swatch_for_shop nav.woocommerce-breadcrumb.breadcrumbs, .mwb_varition_swatch_for_shop .social-icons.share-icons {
    display: none;
}

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

.mwb_varition_swatch_for_shop td.value[value_of^=pa_size]:before {
    content: "Size:";
    display: block;
    float: left;
    line-height: 74px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 70px;
}

.mwb_varition_swatch_for_shop td.value[value_of^=pa_da]:before {
    content: "Đá:";
    display: block;
    float: left;
    line-height: 65px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 70px;
}

.mwb_varition_swatch_for_shop td.value[value_of^=pa_duong]:before {
    content: "Đường:";
    display: block;
    float: left;
    line-height: 65px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
    width: 70px;
}

.mwb_varition_swatch_for_shop td.value[value_of^=pa_duong] span.vm_label_s.vm-swatch-above, .mwb_varition_swatch_for_shop td.value[value_of^=pa_da] span.vm_label_s.vm-swatch-above {
    display: none;
}

.ced-vm-swatch-wrapper-without-circle {
    background: none;
}

#wrapper .quantity .minus {
    min-height: 30px !important;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 21px;
    margin: 0 10px;
    padding: 0 0 5px;
    border: 1px solid #333 !important;
    border-radius: 50% !important;
    font-weight: bold;
}

#wrapper .quantity .plus {
    min-height: 30px !important;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 21px;
    margin: 0 10px;
    padding: 0 0 2px;
    border: 1px solid #333 !important;
    border-radius: 50% !important;
    font-weight: bold;
}

.quantity input[type="number"] {
    font-size: 24px;
    height: 38px;
    padding: 3px 3px 3px 15px;
    line-height: 18px;
    font-weight: bold;
    box-shadow: none;
}

li.shipping__list_item ~ .shipping__list_item {
    display: none;
}

.label-new.menu-item > a:after {
    content: "New";
}

.label-hot.menu-item > a:after {
    content: "Hot";
}

.label-sale.menu-item > a:after {
    content: "Sale";
}

.label-popular.menu-item > a:after {
    content: "Popular";
}
.header-full-width .container {
    max-width: 1300px !important;
}