/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 0.5em;
}
b, strong {
    font-weight: 700;
}
form.searchform {
    width: 100%;
    border: 1.5px solid #017d12;
    border-radius: 5px;
    overflow: hidden;
}
input.search-field {
    box-shadow: none;
    height: 39px;
    font-size: 15px;
    border: 0;
}
button.submit-button {
    height: 39px;
    border: 0;
    background-color: #017d12 !important;
    color: #ffffff;
    width: 70px;
}
button.submit-button:hover {
    background-color: #017d12 !important;
    box-shadow: none;
    color: #ffffff;
}
.nav>li.html {
    font-size: 14px;
}
.hotline-header strong {
    font-size: 22px;
    color: #e50908;
}
.header-main .nav > li > a.hotline-header {
    text-align: center;
    line-height: 1.3;
    display: block;
    opacity: 1;
    color: #017d12;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.nav>li>a.header-cart-link {
    border: 1.7px solid #017d12;
    border-radius: 3px;
    height: 39px;
    line-height: 39px;
    padding: 0 15px 0 40px;
    background: #017d12;
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
    opacity: 1;
    color: #fff;
    position: relative;
}
.nav>li>a.header-cart-link .icon-shopping-cart {
    position: initial;
}
.nav>li>a.header-cart-link .icon-shopping-cart:before {
    position: absolute;
    left: 14px;
    top: 7px;
    font-size: 17px;
}
.nav>li>a.header-cart-link .icon-shopping-cart:after {
    background: #fcd836;
    opacity: 1;
    box-shadow: none;
    color: #333;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -10px;
    right: 10px;
}
div#wide-nav .nav-right a {
    padding: 7px;
    color: #000000;
    background: #fff000;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
#wide-nav .nav-left .nav-dropdown {
    padding: 0;
    border: 0;
}
#wide-nav .nav-left .nav-dropdown a {
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.nav-dropdown-has-arrow #wide-nav .nav-left  li.has-dropdown:before {
    border-bottom-color: transparent;
}
.footer-secondary.pull-right .payment-icons.inline-block img {
    max-height: 35px;
    width: auto;
}
.footer-secondary.pull-right .payment-icons.inline-block img {
    max-height: 35px;
    width: auto;
    background: #fff;
    border-radius: 3px;
    padding: 2px;
}
.wbcslider_tgdd .carousel.carousel-nav {
    padding: 0;
}
.wbcslider_tgdd .carousel.carousel-nav .item {
    position: relative;
    text-align: center;
    font-size: 13px;
    border-right: 0;
    padding: 7px !important;
    height: 54px;
}
.wbcslider_tgdd .carousel.carousel-nav .item:after {
    content: '';
    position: absolute;
    height: 25px;
    border-right: 1px solid #f2f2f2;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
}
.shop-page-title .page-title-inner {
    padding-top: 10px;
    min-height: auto;
}
.breadcrumbs {
    font-size: 14px;
}
.product_meta>span {
    border-top: 0;
    padding: 0;
}
h1.product-title.product_title.entry-title {
    margin-bottom: 5px;
    font-size: 1.6em;
}
.product_meta {
    font-size: 14px;
}
.product-info-top{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    overflow: hidden;
}
.product-info.entry-summary.product-summary .star-rating {
    font-size: 25px;
    color: #fad31f;
    margin: 0 auto;
}
.star-rating span:before {
    color: #fad31f !important;
}
.product-info.entry-summary.product-summary .product_meta {
    margin-bottom: 5px;
    float: left;
}
.product-info.entry-summary.product-summary .woocommerce-product-rating a.woocommerce-review-link {
    font-size: 13px;
    color: #9c9c9c;
}
span.star_average {
    color: #fad31f;
}
.product-info.entry-summary.product-summary .woocommerce-product-rating {
    float: right;
    text-align: center;
}
p.price.product-page-price .amount {
    color: #017d12;
}
.product-info .price {
    margin: 0 0 6px;
    font-size: 25px;
}
span.devvn_stock_status {
    font-size: 14px;
}
.devvn_in-stock:before {
    content: "\e00a";
    font-family: 'fl-icons' !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    background-color: #017d12;
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    display: inline-block;
    top: -2px;
    margin: 0 5px 0 0;
}
.product-info.summary form.cart {
    margin: 10px 0;
}
.devvn_callmeback {
    background-color: #017d12;
    color: #fff;
    padding: 10px 10px 1px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
}
.title_devvn_callmeback {
    background: url(/wp-content/uploads/2024/04/hotline-icon.png) no-repeat left top;
    padding: 0 0 0 65px;
    min-height: 60px;
    background-size: 50px auto;
    -moz-background-size: 50px auto;
    -webkit-background-size: 50px auto;
}
.devvn_callmeback .wpcf7-submit {
    margin: 0;
    background-color: #fff000 !important;
    color: #000 !important;
}
button.button {
    border-radius: 5px;
}
button.single_add_to_cart_button:before {
    font-family: 'fl-icons' !important;
    font-display: block;
    speak: none !important;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
    content: "\e908";
    margin: 0 10px 0 0;
}
.devvn_contact a {
    border: 1px solid #55acee;
    display: block;
    border-radius: 27px;
    padding: 6px 10px 6px 40px;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    color: #000;
}
.devvn_contact a:before{
    background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -webkit-background-size: 100% auto !important;
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    top: -1px;
    left: -1px;
}
ul.devvn_contact {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.devvn_contact li {
    padding: 0;
    margin: 0 0 5px;
}
a.zalo_icon:before {
    background: url(/wp-content/uploads/2024/04/icon-zalo-circle3.png) no-repeat left center;
}
a.face_icon:before {
    background: url(/wp-content/uploads/2024/04/icon-messenger.png) no-repeat left center;
}
a.chat_icon:before {
    background: url(/wp-content/uploads/2024/04/icon-chat.png) no-repeat left center;
}
.devvn_contact a.face_icon {
    border-color: #407bbe;
}

span.title-sidebar-product-infor {
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.widget-product-infor {
    font-size: 14px;
    margin-bottom: 15px;
}
.widget-product-infor .textwidget:not(.custom-html-widget) ul li {
    margin-bottom: 0;
}
.title_devvn_callmeback strong {
    color: #fff000;
}
.devvn-product-related {
    background: #f2f2f2;
    margin: 0 0 20px 0;
}
.product-page-sections .product-section {
    border-top: 0;
}
.product-page-sections .product-section .large-2,
.product-page-sections .product-section .large-10{
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.product-page-sections .product-section h5.uppercase.mt {
    margin: 0 0 10px 0;
    text-transform: none;
    font-size: 18px;
}
.product-page-sections .product-section .panel {
    padding-top: 0;
}
.product-page-sections .product-section h3.woocommerce-Reviews-title.normal {
    display: none;
}
div#reviews.woocommerce-Reviews, .devvn_prod_cmt {
    max-width: 100%;
}
.product-page-sections .product-section:nth-child(1) .panel.entry-content {
    font-size: 18px;
}
.footer.footer-2 {
    border-top: 0;
    padding-top: 0;
}
.footer-widgets.footer.footer-1 {
    font-size: 18px;
}
.product-page-sections .product-section:nth-child(1) .panel.entry-content h2{
    overflow: hidden;
    padding: 0 0 0 52px;
    position: relative;
    border-bottom: 3px solid #222;
    min-height: 36px;
    margin: 0 0 18px;
    font-size: 19px;
    line-height: 1.3;
}
span.h2_counter {
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    padding: 0 10px;
    background: #212121;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    min-width: 38px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
span.h2_content {
    display: block;
}
.product-page-sections .product-section ~ .product-section {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
}
.devvn_add_to_cart_sidebar {
    border: 1px solid #f2f2f2;
    padding: 7px 12px 0;
}
.devvn_add_to_cart_sidebar .product_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.devvn_add_to_cart_sidebar .price-wrapper {
    font-size: 20px;
}
.devvn_add_to_cart_sidebar .price-wrapper p.price.product-page-price {
    margin: 0 0 5px 0;
}
.devvn_add_to_cart_sidebar span.devvn_stock_status {
    margin: 0 0 10px 0;
    display: block;
}
.devvn_add_to_cart_sidebar button.button.buy_now_button {
    width: 100%;
    margin: 0;
}
.devvn_add_to_cart_sidebar button.single_add_to_cart_button {
    width: 100%;
    margin: 10px 0 5px 0;
}
.product-info.entry-summary.product-summary {
    padding-bottom: 10px;
}
.page-title:not(.featured-title)+main .product-main {
    padding-bottom: 10px;
}
.devvn-product-related .product-section {
    border-top: 0;
}
h3.product-section-title {
    margin: 0 !important;
    font-size: 18px;
    text-transform: none;
    max-width: 100%;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 5px;
}
.breadcrumbs {
    font-weight: 400;
}
.product-small.box .box-text.box-text-products {
    background: #fff;
    padding: 6px;
}
.product-small.box .box-text.box-text-products p.name.product-title a {
    color: #000;
    font-size: 15px;
    margin: 0;
    display: block;
    height: 42px;
    overflow: hidden;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight: 700;
}
.product-small.box .box-text.box-text-products .star-rating {
    margin: 0 0 10px;
}
.product-small.box .box-text.box-text-products span.amount {
    color: #017d12;
    font-size: 17px;
}
.star-rating:before, .woocommerce-page .star-rating:before{
    color: #d3ced2 !important;
}
.category-page-row {
    padding-top: 10px;
}
span.widget-title.shop-sidebar {
    font-size: 18px;
    text-transform: none;
    display: block;
    margin: 0 0 10px 0;
}
div#shop-sidebar > .widget > .is-divider.small {
    display: none;
}
.devvn_count_cat {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px 0;
    background: #f4f4f4;
    padding: 0 10px;
    font-size: 14px;
}
.devvn_count_cat form.woocommerce-ordering {
    margin: 0;
    float: right;
}
.devvn_count_cat .woocommerce-result-count {
    float: left;
}
.devvn_subcat_archive_wrap a {
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 3px 15px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.devvn_subcat_archive_wrap a:hover{
    border-color: #000;
}
.devvn_subcat_archive {
    overflow: hidden;
    margin: 0 0 10px 0;
}
.devvn_cat_banner_slide {
    margin: 0 0 15px 0;
}
.term-description {
    margin: 0 0 20px 0;
}
.product-small.box .box-text.box-text-products del span.amount {
    color: #9c9c9c;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
}
.product-small.box .box-text.box-text-products del {
    color: #9c9c9c;
    font-size: 13px;
    opacity: 1;
}
.product-info .price del, .product-info .price del .amount {
    color: #9c9c9c;
    font-size: 16px;
}
.entry-meta.uppercase {
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
}
.entry-content {
    padding-top: 10px;
    padding-bottom: 0;
}
.entry-header-text .entry-divider.is-divider {
    display: none;
}
h1.page-title {
    font-size: 25px;
}
header.archive-page-header .large-12.text-center {
    padding-bottom: 10px;
}
#breadcrumbs {
    font-size: 14px;
}
header.archive-page-header .large-12.text-center h1.page-title {
    margin: 0;
}
.page-title-inner #breadcrumbs {
    margin-top: 10px;
}
.entry-content.single-page {
    font-size: 18px;
}
.blog_banner_home > .col-inner > p:nth-child(1) {
    font-size: 20px;
    color: #4371a3;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 6px 7px;
    font-weight: 700;
}
.blog_banner_home > .col-inner > p:last-child a {
    display: block;
    text-align: center;
    width: 100%;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    color: #55acee;
    border-top: 1px solid #f2f2f2;
}
.blog_banner_home_box {
    padding: 10px;
}
.blog_banner_home_box .box-text.text-left {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 7px;
}
.blog_banner_home_box .box-text.text-left h5.post-title {
    margin: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
}
.blog_banner_home_box .box-text.text-left .is-divider {
    display: none;
}
.blog_banner_home_box .box-text.text-left .post-meta.is-small {
    font-size: 13px;
    position: relative;
}
.blog_banner_home_box .box-image {
    direction: ltr;
    display: table-cell;
    vertical-align: middle;
}
.blog_banner_home_box > .col.post-item ~ .col.post-item {
    margin-top: 7px;
    padding-top: 7px !important;
    border-top: 1px solid #f2f2f2;
}

.home_cat_slider .flickity-slider > .row,
.home_cat_slider .flickity-slider>div:not(.col){
    width: 12.5%!important;
    margin: 0;
    min-width: 100px !important;
}
.home_cat_slider .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.home_cat_slider .flickity-slider > .row .col {
    padding: 0;
}
.home_cat_slider .box-image{
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 10px auto;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 80px;
}
.home_cat_slider .box-image img {
    max-width: 54px;
    height: auto;
    width: 54px;
}
.home_cat_slider .flickity-slider > .row .box-text {
    padding: 0;
}
.home_cat_slider .flickity-slider > .row .col .col-inner {
    padding: 0 10px;
}
.home_cat_slider .flickity-prev-next-button.previous {
    left: 0;
}
.home_cat_slider .flickity-prev-next-button.next {
    right: 0;
}
.home_cat_slider .flickity-prev-next-button {
    top: 12px;
}
.home_cat_slider .icon-box-img{
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto 10px auto;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 80px;
}
.home_cat_slider .icon-box-img img {
    height: auto;
    width: 54px;
}
.home_cat_slider .icon-box-text {
    font-size: 14px;
}

.section-title.section-title-normal a {
    font-size: 14px;
    font-weight: 400;
}
.section-title-normal span {
    padding-bottom: 0;
}
h2.section-title.section-title-normal {
    font-size: 25px;
}
.page-title-inner {
    padding-top: 0;
}
.title-content.flex-col .title-breadcrumbs.pb-half.pt-half {
    padding-top: 5px;
}
.mobile-nav.nav.nav-left .nav-icon.has-icon a {
    color: #017d12;
}
section.woocommerce-bacs-bank-details ul {
    margin-left: 20px;
}

@media only screen and (min-width: 850px) {
    .footer-widgets.footer.footer-2 .widget:nth-child(1) {
        max-width: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
    .footer-widgets.footer.footer-2 .widget:nth-child(2) {
        max-width: 26.66666%;
        -ms-flex-preferred-size: 26.66666%;
        flex-basis: 26.66666%;
    }
    .product-info.entry-summary.product-summary {
        padding-top: 0;
    }


    .product-info-bottom {
        width: 100%;
        overflow: hidden;
    }
    .product-info-bottom-left {
        max-width: calc(100% - 230px - 20px);
        width: 100%;
        margin-bottom: 15px;
        float: left;
    }
    .product-info-bottom-right {
        max-width: 230px;
        width: 100%;
        background: #f2f2f2;
        border-radius: 5px;
        padding: 15px 15px 0;
        float: right;
    }

}
@media only screen and (min-width: 600px) {
    .devvn_count_cat .woocommerce-result-count {
        margin: 10px 0 0 0;
    }
}
@media only screen and (max-width: 1030px) {
    .product-summary .quantity {
        margin-right: 5px;
    }
    .button.buy_now_button {
        margin-right: 0;
    }
    .product-info-bottom .single_add_to_cart_button {
        padding: 0 7px;
    }
    .button.buy_now_button {
        padding: 0 10px;
    }
}


@media only screen and (max-width: 968px) {
    .nav-spacing-xlarge > li {
        margin: 0 5px;
    }
    .nav-size-medium > li > a {
        font-size: 13px;
    }
    .header-cart-title {
        display: none;
    }
    .hotline-header strong {
        font-size: 17px;
    }
    .wbcslider_tgdd .carousel.carousel-nav .item {
        height: auto;
    }
    .button.buy_now_button {
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 849px) {
    .blog_banner_home {
        display: none;
    }
    .banner-home-slider {
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    #wide-nav .ux-search-submit.submit-button {
        background: #fcd836 !important;
        color: #000 !important;
    }
    #wide-nav button.submit-button {
        height: 33px;
        width: 36px;
    }
    #wide-nav input.search-field {
        height: 33px;
    }
    .home_cat_slider .icon-box-text {
        font-size: 12px;
        white-space: nowrap;
    }
    .single-product .page-title-inner {
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
    .devvn_subcat_archive_wrap a {
        margin: 0 0px 3px 0;
        padding: 3px 9px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}