/*
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.   ***************/

a.button-continue-shopping.button.primary.is-outline {
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
}
button.button.primary.mt-0.pull-left.small {
    background-color: #33CC00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #ddd;
}
.page-checkout h3.widget-title {
    color: #ff6600;
}


div#customer_details {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart-wrapper.sm-touch-scroll {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart_totals.calculated_shipping {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

form.checkout_coupon.mb-0 {
    background-color: #eaeaea;
    padding: 20px;
    border: 3px dashed #ff6600;
}

.woocommerce-billing-fields h3 {
    color: #303030;
}

button#place_order {
    background: #FF0000;
}

h3#order_review_heading {
    color: #303030;
}

.page-checkout span.woocommerce-Price-amount.amount {
    color: #FF0000;
}

@font-face {
    font-family: 'UTM';
    src: url(fonts/UTM-Signwriter.ttf);
}

@font-face {
    font-family: 'UTM-NEO';
    src: url(fonts/UTM-Neo-Sans-Intel.ttf);
} 

@font-face {
    font-family: 'UTM-BryantLG_B';
    src: url(fonts/UTM-BryantLG_B.ttf);
}

@font-face {
    font-family: 'Montserrat';
    src: url(fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(fonts/Montserrat-SemiBold.ttf);
}

:root{
    --family-utm :'UTM' !important;
    --family :'Montserrat' !important;
    --family-bold :'Montserrat-SemiBold' !important;
    --color: #246d24;
}




body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li,a{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
.display-product a.quick-view,
a.quick-view.quick-view-added {
    display: none;
}



/************************************************************/

.header-button a {
    background: var(--color);
    font-size: 16px !important;
}

.header-wrapper{
    position: absolute;
}
.header-wrapper.stuck {
    position: fixed !important;
}
.header-main {
    background: #000000a3;
}
.header-nav-main > li {
    padding: 0px 5px;
}
.header-nav-main > li a {
  color: #fff;
  font-family: 'UTM-NEO' !important;
}

.header-nav-main > li.active a ,
.header-nav-main > li:hover a {
    color: var(--color);
}

.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: var(--color);
    font-family: 'UTM-NEO' !important;
}

.nav-dropdown li:hover {
    background: var(--color);
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff;
}


.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}

input#woocommerce-product-search-field-0 {
    color: #fff;
    border: 1px solid #fff;
}
.searchform input:::-webkit-input-placeholder {
    color: #fff;
}
.searchform .button.icon i {
    color: #fff;
}

/*****************************************************/

.btn {
    background: var(--color);
    font-family: var(--family) !important;
    color: #fff;
    border-radius: 30px;
}

.title-home h2 {
    font-weight: 500;
    font-size: 55px;
    color: var(--color);
    font-family: var(--family-utm) !important;
}

.title-home h2:before {
    content: "";
    position: absolute;
    background-size: 100%;
    margin-left: 25px;
    height: 83px;
    width: 71px;
    background-image: url(img/title-bkg.png);
    background-repeat: no-repeat;
    background-position: center;
}





.product-small.box {
    border: 2px solid var(--color);
}

p.name.product-title a {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}
p.name.product-title:hover a {
    color: var(--color);
}

.price ins span.amount {
   color: var(--color);
   display: block;
   margin-top: -40px;
   font-size: 18px;
}
.price del span.amount {
   display: block;
   margin-top: 40px;
   font-size: 16px;
}

.product-small.box .box-text {
    padding-bottom: 35px;
}



h5.post-title.is-large:hover {
    color: var(--color);
}

.owl-next ,.owl-prev {
    position: absolute;
    top: 35%;
}
.owl-next i , .owl-prev i{
  color: var(--color);
  font-size: 20px;
}
.owl-next {
  right: -20px;
}
.owl-prev {
  left: -20px;
}


.sec-banner h3  {
    font-family: var(--family-utm) !important;
    font-size: 40px;
    text-transform: uppercase;
}

.sec-banner p  {
  font-size: 30px;
  font-family: 'UTM-BryantLG_B' !important;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.home-service .item.text-center {
  background: #f2f2f2;
  padding: 15px;
}

.home-service .item.text-center:hover{
    background: #e6f7d5;
}


.home-service .item h4 {
    color: var(--color);
    font-size: 18px;
    font-family: var(--family) !important;
    text-transform: uppercase;
    overflow: hidden;
    height: 50px;
}
.home-service .item p {
    text-align: justify;
}

.sec-store li {
    list-style: none;
    margin: 0px;
}

.sec-store li h3 {
    color: var(--color);
    text-transform: uppercase;
}
.sec-store li h3:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color);
    position: absolute;
    left: 0;
    margin-top: 10px;
}

.sec-blog .box-vertical {
    border: 1px solid #eaeaea;
    padding:10px;
}

.sec-blog .box-text.text-left {
    padding-right: 0px;
}

/*.home-parner .owl-item{
    width: 104px !important;
}
*/
.sec-mxh .title-home h2:before {
    margin-left: 50px;
}

.mxh {
    margin: 0px auto;
    text-align: center;
    max-width: 450px;
}
.home-mxh img {
    display: inline-block;
    width: 25px;
    height: 25px;
}



.home-mxh li {
    width: 50%;
    list-style: none;
    float: left;
    margin: 20px 0px;
}

.home-mxh li a {
    border-radius: 30px;
    padding: 12px 40px;
    margin: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}


.home-mxh a.class-1{
    background: #0072bc;
}
.home-mxh a.class-2{
    background: #c70000;
}
.home-mxh a.class-3{
    background-image: linear-gradient(to right,#7502c2,#ff8a00);
}
.home-mxh a.class-4{
    background: #000;
    padding: 12px 50px;
}

.sec-dk  .row .col{
   padding: 15px 5px 0px;
}
.sec-dk  .title-home h2  {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--family) !important;
}
.sec-dk  .title-home h2:before {
    display: none;
}
.wpcf7-submit {
    background: var(--color) !important;
    color: #fff;
    border-radius: 30px !important;
    font-family: var(--family) !important;
}
.sec-dk  .wpcf7-form  input {
    border-radius: 30px;
    border: 0px;
}

.store-store .item-store img {
   width: 100%;
}

.store-store .item-store h3 {
    padding-top: 15px;
}
.store-store .item-store p {
    margin-bottom: 5px;
}
.store-store .item-store p:hover a,
.store-store .item-store h3:hover a{
    color: var(--color);
    font-weight: 700;
}

.bando {
    text-align: center;
    background: var(--color);
    padding: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
}
.bando:hover{background: #ff6600}
.bando a {
    color: #fff;
}

.contact-store {
    width: 100%;
    display: flow-root;
    margin: 15px 0px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.contact-store a {
    float: left;
    margin-right: 15px;
}

.contact-store img {
    width: 30px;
    height: 30px;
}

.contact-store a.cls {
    font-size: 18px;
}

.content-congthuc h2 {
    color: var(--color);
}

.title-cachlm h3 {
    padding-left: 25px !important;
}

.nguyen-lieu h3 {
    margin-bottom: 20px;
    padding-left: 40px;
}
.nguyen-lieu h3:before {
    content: "";
    background: var(--color);
    width: 30px;
    height: 5px;
    position: absolute;
    left: 0px;
    margin-top: 13px;
}

.nguyen-lieu h4 {
    margin: 10px 0px;
    font-size: 12px;
}

.cot-4-gtdd {
    background: #eff8e0;
    padding: 15px;
}
.title-gtdd {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color);
}

.dokho h3,
.title-gtdd h4 {
    text-align: center;
    color: var(--color);
    text-transform: uppercase;
}

.content-gtdd {
    margin: 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color)
}
.content-gtdd li {
    list-style: none;
    width: 100%;
    display: flow-root;
    font-weight: 600;
}
.content-gtdd .name {
    float: left;
}
.content-gtdd .kg {
    float: right;
}

.dokho {
    text-align: center;
}

.dokho a {
    padding-right: 15px;
}

.list-cachlm a.tron {
    font-weight: 600;
    margin-left: 25px;
}
.list-cachlm a{
    margin-right: 25px;
}
.list-cachlm:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 140px;
    top: 4%;
    left: 35%;
    background-color: #f1f1f1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-cachlm li {
    list-style: none;
    margin-bottom: 15%;
}
.list-cachlm ul li a.tron:before {
    background-color: var(--color);
    border-color: #fff;
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    border: 6px solid #f3f3f3;
    left: 32%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.item-b {
    margin-bottom: 30px;
}
.item-b h3 {
    color: var(--color);
}

/******************************************************************/
.content-area {
    padding:30px 0px !important;
}
.page-wrapper {
    padding: 0px;
}

.nav-line>li.active>a:before, .nav-line>li:hover>a:before {
    opacity: 0;
}

ul.product_list_widget li+li{
    border: 0px;
}

.breadcrumbs,
.breadcrumbs a {
    text-transform: none;
    color: #000;
    font-family: var(--family) !important;
}

.related-products-wrapper .badge-inner,
.product-images .badge-inner,
.category-page-row .badge-inner,
.blog-archive .badge-inner {
    display: none;
}

.post-sidebar.large-3.col {
    padding: 0px;
}

.blog-archive h5.post-title {
    text-transform: uppercase;
    margin-bottom: 15px;
    overflow: hidden;
    height: 40px;
}

.blog-archive .image-cover {
    padding-top: 75% !important;
}

.blog-archive .box-text-bottom {
    border: 1px solid #eaeaea;
}

.blog-archive .box-text.text-left {
    padding: 10px;
}

.category-page-row .col.large-3.hide-for-medium {
    padding: 0px;

}

.widget_categories,
.widget_product_categories {
    background: #e6f7d5;
    padding: 20px;
}

.widget_categories li a,
.widget_product_categories li a {
    color: #9d9d9d;
}
.widget_categories li.active a,
.widget_categories li:hover a,
.widget_product_categories li.active a,
.widget_product_categories li:hover a {
    color: var(--color);
    font-weight: 700;
}

.widget-title {
    font-weight: 500 !important;
    color: #000;
    font-size: 25px !important;
    margin-bottom: 15px;
    text-transform: none !important;
    display: block;
}
.product-info {
    padding-top: 0px;
}
.product-info .price-wrapper {
    margin: 15px 0px;
    display: flow-root;
}

.product-info .cart {
    display: none;
}

.product-info .msp {
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
}

.product-info .price ins span.amount {
    font-size: 25px;
    margin-top: -55px;
    padding-left: 110px;
}
.product-info .price del span.amount {
    margin-top: 45px;
    font-size: 20px;
    padding-left: 80px;
}

.product-info .price ins:before {
    content: "Giá ưu đãi:";
    position: absolute;
    top: 113px;
    font-size: 18px;
    font-weight: 400;
}

.product-info .price del:before {
    content: "Giá gốc:";
    position: absolute;
    top: 143px;
    font-size: 18px;
    font-weight: 400;
}

.product-short-description {
    text-align: justify;
    border-bottom: 1px solid #ececec;
}

.stock_product {
    color: #000;
    padding: 15px 0px 5px;
    font-family: var(--family) !important;
}
.stock_product span {
    margin-right: 5px;
}
.link-hdsp p a{
    color: var(--color);
}

.product-tv-gh a {
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-tv-gh a.btn-tv {
    background: var(--color);
}
.product-tv-gh a.btn-dh {
    background: #2d6dd7;
}

.product-tv-gh a.btn-dh i {
    margin-right: 5px;
    border:1px solid #ececec;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.sec-contact .large-3,
#test .large-3 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0px 15px 0px;
}

.product-footer .woocommerce-tabs {
    border-top: 0px;
    
}
.product-footer .woocommerce-tabs ul {
    border-bottom: 1px solid #ececec;
}
.product-tabs li a {
    color: #000;
    font-weight: 500;
    font-family: var(--family) !important;
}

.product-tabs li:hover,
.product-tabs li.active {
    background: var(--color);
    padding: 0px 30px;
}
.product-tabs li:hover a,
.product-tabs li.active a {
    color: #fff;
}

.widget_recently_viewed_products h3,
.related-products-wrapper h3 {
    text-align: center;
    color: var(--color);
    font-weight: 500;
    font-size: 55px !important;
    text-transform: none;
    font-family: var(--family-utm) !important;
}
.related-products-wrapper h3:before{
    content: "";
    position: absolute;
    margin-left: 70px;
    margin-top: -10px;
    height: 83px;
    width: 71px;
    background-image: url(img/title-bkg.png);
    background-repeat: no-repeat;
}


.widget_recently_viewed_products h3:before{
    content: "";
    position: absolute;
    margin-left: 105px;
    margin-top: 0px;
    height: 83px;
    width: 71px;
    background-image: url(img/title-bkg.png);
    background-repeat: no-repeat;
}


.widget_recently_viewed_products ul.product_list_widget li {
    width: 25%;
    float: left;
    padding: 0px 10px;
}

.widget_recently_viewed_products ul.product_list_widget li img {
    width: 100%;
    height: 100%;
    position: inherit;
}

.widget_recently_viewed_products ul.product_list_widget li a {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border:1px solid #eaeaea;
    font-family: var(--family) !important;
}
.widget_recently_viewed_products ul.product_list_widget li a span.product-title {
    margin: 10px 0px;
    display: block;
    color: #000;
    font-weight: 700;
}

.widget_recently_viewed_products ul.product_list_widget li a span.product-title:hover {
    color: var(--color);
}

.widget_recently_viewed_products ul.product_list_widget li ins,
.widget_recently_viewed_products ul.product_list_widget li del {
    display: none;
}





.content-area.page-wrapper,
.entry-content.single-page,
.tab-panels {
    text-align: justify;
}
.content-area.page-wrapper strong,
.entry-content.single-page strong,
.tab-panels strong {
    font-family: var(--family)!important;
    font-weight: 600;
}
.product-section {
    border-top: 0px solid #ececec;
}
.product-section .pt-half {
    margin-left: 0px;
}



/****************************************************************/
.absolute-footer {
    display: none;
}

.footer-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #245b1e8c;
    top: 0;
    left: 0;
}
.title-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--family) !important;
}

.info-footer h4 {
    color: #fff;
    font-size: 13px;
}
.info-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.menu-footer li {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--color);
}
.menu-footer li a {
    color: #fff;
    text-transform: uppercase;
}
.menu-footer li:hover a {
    color: var(--color);
    font-weight: 600;
}

.share-footer br{display: none;}

.share-footer a {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    padding: 7px;
    display: inline-block;
}
.share-footer a:hover{background: var(--color)}
a.get-1 {
    background: #3c5a99;
}
a.get-2,a.get-3 {
    background: #ff0000;
}
a.get-4 {
    width: 45px;
    height: 45px;
    margin-left: -15px;
}
.form-footer {
    margin-top: 15px;
}
.form-footer p {
    color: #fff;
    margin-bottom: 10px;
}
.form-footer .col.medium-6.small-6.large-3 {
	max-width: 100%;
    flex-basis: 100%;
	padding: 0px 15px;
}



/*********************************************************/

@media only screen and (max-width: 812px) {
    .list-cachlm:before {
        height: 260px;
        top: 13%;
        left: 16%;
    }
    .list-cachlm ul li a.tron:before {
        left: 14.5%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    .sec-banner h3 {
        font-size: 24px !important;
    }
    .sec-banner p {
        font-size: 20px;
    }
    .list-cachlm li {
        margin-left: 0px !important;
    }
    .list-cachlm:before {
        height: 230px;
        top: 13%;
        left: 18%;
    }
    .list-cachlm ul li a.tron:before {
        left: 16%;
    }
	.price del span.amount {
		margin-top: 90px;
	}
    .owl-prev {
        left: -12px;
    }
    .owl-next {
        right: -12px;
    }
}


@media only screen and (max-width: 500px) {
    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }
    .sec-banner h3 {
        line-height: 40px;
        font-size: 25px !important;
    }
    .sec-banner p {
        font-size: 15px !important;
    }
    .home-mxh a.class-4 {
        padding: 12px 25px;
    }
    .home-mxh li a {
        padding: 12px 10px;
    }
    
    .list-cachlm:before {
        height: 140px !important;
        top: 18% !important;
        left: 35% !important;
    }
    .list-cachlm li {
        list-style: none;
        margin-bottom: 15%;
    }
    .list-cachlm ul li a.tron:before {
        left: 32% !important;
    }
	.product-info .price del span.amount {
		margin-top: 52px;

	}
    
}

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


}