/*
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{
font-family: Questrial,sans-serif;
	line-height: 1.8;	
		font-size: 16px;
	overflow-x:hidden;
}
.h1, h1 {
    font-size: 1.5em;  
}
.h2, h2 {
    font-size: 1.3em;   
}
.h3, h3 {
    font-size: 1.2em;  
}

.contact-form {
    margin-top: 20px;
    border: 2px solid #e7242a;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
}

.nav-dropdown.nav-dropdown-default>li>a:hover
{
color: #e67e22;
}
/*************footer*****************/

#footer span.widget-title {   	
color: #e67e22;
font-size: 15px;
font-weight: 600;
}
.footer ul {
    margin-left: 10px;
}
.footer .widget li {
    list-style: disc;
    margin-bottom: 5px !important;
}
/***********home*******************/

.pro .col-inner
{
background: #fff;
border-radius: 5px;
padding: 10px;
border: 1px solid #e4e4e4;
z-index:9999;
}
.pro .col-inner:hover
{
border:1px solid #dd9933;
}

/******************************/
.box.list-sp .product-title a {
    margin-bottom: 10px;
    font-size: 15px;
    color: #3a3a3a !important;
    font-weight: bold;
}

.woocommerce div.product .product_title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
}

.box-image img
{
	border-radius:2px;
}

.product-title
{
    margin: 0;
    font-weight: 400;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.3;
}

.woocommerce-Price-currencySymbol
{
padding-left: 5px;
}
.widget .is-divider
{
background-color:#e67e22;
}

/*-------*/

#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h5 {
  font-size: 15px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 160px;
 border: 1px solid #c9c9c9;
    padding: 5px;
    object-fit: cover;
    width: 100%;
    border-radius: 2px;
}
#related_posts {
  border-top: 4px double #e8e8e8;
        padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}


/*-------------------------*/

.topbar-html
{padding:0 20px;}
.extra-icon
{
font-size: 40px;
margin-right: 15px;
}
.hotline-content
{
	white-space: nowrap;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
	float:right;
}
.hotline-content label
{
display: block;
    font-size: 14px;
    color: var(--mf-gray-color);
    font-weight: 400;
}

/*-----------------------*/

.woocommerce-ordering, .woocommerce-result-count {
  display: none !important;
}

.product-small .box-image img
{
	height:190px;
}

/* -------hotline----------- */

.hotline-phone-ring-wrap {

  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;

}

.hotline-phone-ring {

  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;

}

.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff0000;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;

}

.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: rgba(21, 100, 167, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hotline-bar {
  position: absolute;
  background: #ff0000;
  height: 45px;
  width: 165px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px !important;
  left: 42px;
  bottom: 31px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-indent: 32px;
  letter-spacing: 1px;
  display: block;
  line-height: 45px;
  font-family: Arial;
}

.hotline-bar > a:hover, .hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
.hotline-phone-ring-wrap.fix_tel_right {
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  bottom: 0;
  right: 100px;
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;

  }
}
#navigation_toolbox{position:fixed;bottom:120px;margin-left:18px;z-index:999;}
#navigation_toolbox ul{margin:0}
#navigation_toolbox li{list-style:none;padding:5px}
#navigation_toolbox li a{height:100%;padding:3px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-family:Cardo,serif;}
#navigation_toolbox.na-right {
	left: inherit;
	right: 0;
	bottom: 100px;
	margin-left: 0px;
	margin-right: 10px;
}

/*------------------------------------------------*/

#wide-nav > .flex-row > .flex-left {
    width: 25%;
    max-width: 274px; min-width:274px;
    margin-right: 0px;
}

.header-search-form input[type='search']
{
    height: 40px;
    box-shadow: 0px 0px 0px grey;
    border: 1px solid #00b214;
}
.searchform-wrapper:not(.form-flat) .submit-button{    
   width: 65px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_categories{    
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;   
    border: 1px solid #00b214;
    border-right: 0;
}


.category-section .box.product-small .add-to-cart-button a, .archive .product-small.box .add-to-cart-button a, .related .box.product-small .add-to-cart-button a{
    background: #8cca46;
    border: 0;
    border-radius: 30px;
    text-transform: none;
    color: white;
    font-weight: normal;
    padding: 2px 12px;
}
.badge-container .badge-inner{border-radius:99%; font-weight:normal; font-size:14px}
.badge-container {margin:10px}
.category-section .box.product-small .price del span, .archive .product-small.box .price del span, .related .box.product-small .price del span{font-size:14px; color:gray !important}

.category-section .box.product-small .price ins span, .related .box.product-small .price ins span{

font-size:18px;
font-family:"barlow", 
sans-serif; font-weight:normal
}

.star-rating:before, .star-rating span:before{font-size:13px; color: #ffb700;}
.category-section .box.product-small .product-title a, .related .box.product-small .product-title a, .archive .product-small.box .product-title a, .product-small .product-title a
{  
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    height: 40px;
}
.category-section .box.product-small .box-text, .archive .product-small.box .box-text, .related .box.product-small .box-text{padding:10px; text-align:center}
.category-section .box.product-small, .archive .product-small.box .box.product-small, .related .box.product-small{border: 1px solid #f6f6f6; background:white; border-radius:4px; margin-bottom:20px}
.section-title-container{margin-bottom:10px}
.category-section .box.product-small:hover, .archive .product-small.box:hover, .related .box.product-small:hover{box-shadow:0px 0px 20px #eaeaea}
.section-title-normal span{    border-bottom: 2px solid #e67e22;}
.category-section .box.product-small .price span, .archive .product-small.box .price span, .related .box.product-small .price span, span.amount{		
font-size:15px; 
font-weight:normal; 
color:red;
}

.category-section .box.product-small .price ins span, .archive .product-small.box .price ins span, .related .box.product-small .price ins span{color:#e04c78}

.category-section .flickity-slider>.col, .archive .product-small.box .flickity-slider>.col, .related .box.product-small .flickity-slider>.col{padding-bottom:0 !important}
.category-section .box.product-small .box-image img, .archive .product-small.box .box-image img, .related .box.product-small .box-image img{border-top-left-radius:5px; border-top-right-radius:5px}
.category-section .box.product-small, .related .box.product-small{border: 1px solid #ececec;
    border-radius: 5px;}
.section-title a {    background: #8cca46;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    font-size: 15px;
    font-weight: normal;
}

.single-product .product-main {
    padding: 20px 0;
    background: #f8f8f8;
}
.single-product .product-gallery, .single-product .product-info {
    background: white;
    padding: 15px;
}
#product-sidebar {
    padding-left: 20px;
    background: white;
    padding: 15px;
    word-wrap: break-word;
}
.product-info .breadcrumbs {
    font-size: 14px;
    text-transform: none;font-weight: normal;
}
.single-product .product-title {
    font-size: 22px;
}
.single-product .woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 500;
    color: #e05757;
}
.single-product .product-short-description {
    font-size: 14px;
}
.product_meta>span {
    font-size: 15px;
}
.single-product .product-footer .product-tabs li {
    margin: 0 12px !important;
}
.single-product .product-footer .product-tabs li a {
    font-size: 20px;
    color: black;
    text-transform: none;
    letter-spacing: 0;
    font-weight: bold;
}
.single-product .entry-content h3{
    font-size: 20px;
    font-weight: bold;
    color: #00b214;
}

.related .product-section-title {
    margin-bottom: 0;
    margin-left: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 22px;
}
.archive #main 
{
    background: #fafafa;
}
.category-page-title{
	padding-bottom:10px
}
.breadcrumbs{font-weight:normal}
.archive .box.product-small {
    background: white;
    padding: 10px;
    border-radius: 4px;
}
.archive .product-small.box .box-text {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8px;
}
.archive .widget, .single-post .widget {
 
    padding: 15px;
}

.widget .current-cat>a {
    color: #00b214;
    font-weight: 500;
}
.product_list_widget li del span{color:gray !important; font-size:14px}
 .product_list_widget li span.amount {
    white-space: nowrap;
    color: #e54c78;
    font-weight: normal;
}
.widget .product-categories li a{font-size:15px}ul.product_list_widget li a{font-size:14px}

.archive .large-3{padding-right:5px}

.blog-archive .post-item .post-title:hover{color:#e67e22}
.blog-archive .post-item a.plain:hover .from_the_blog_excerpt {color:#212529 !important}
.blog-single, .blog-archive, .page-right-sidebar {
    background: rgb(250, 250, 250);
}
.post {
    margin: 0 0 20px;
}
.blog-single .large-9 .article-inner, .page-right-sidebar .page-inner {
    background: white;
    border-radius: 4px;
    padding: 20px;
}
.blog-single .is-divider, .blog-archive .large-9 .post-item .badge {
    display: none;
}

.blog-single .entry-meta {
    text-transform: none;
    font-size: 15px;
    color: gray;
    letter-spacing: 0;
}
.blog-single .entry-content {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-single .entry-meta {
    text-transform: none;
    font-size: 15px;
    color: gray;
    letter-spacing: 0;
}


.recent-blog-posts a {
	font-size: 15px;}

.flatsome_recent_posts li .badge .badge-inner {
    border-radius: 99%;
}
.blog-archive .page-title {
    text-align: left;
    position: relative;
    letter-spacing: 0;
    text-transform: none;
    font-size: 22px;
}

.blog-archive .taxonomy-description {
    text-align: left;
    background: white;
    padding: 15px;
    border-radius: 4px;
}

.blog-archive .post-item {
    padding-bottom: 20px;
}.blog-archive .post-item .col-inner {
    background: white;
    border-radius: 4px;
}
.blog-archive .large-9 .post-item .box-image img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.blog-single .blog-share {
    text-align: left;
}



.blog-archive .post-item .post-title {
    font-size: 20px; margin-bottom:10px
}
.entry-meta .the-tim-kiem a:hover{background:#00b214; color:white}
.entry-meta .the-tim-kiem a{background: #ececec;
    padding: 5px 10px;
    border-radius: 4px; color:#757575}
.entry-meta .danh-muc{margin-bottom:8px}
.post_comments{display:none}
.thong-bao-mua-si{    text-align: center;
    margin-bottom: 0;
    background: #fff4c5;
    padding: 10px;
    border-radius: 4px;
    color: #e40000;
    border: 1px dashed;
    font-size: 19px;}
.page-right-sidebar .large-9{border-right:0}
.page-right-sidebar .page-inner ul{margin-left:20px}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea{font-size:14px}
.section-title a:hover{background:#ffb700; color:white}
.tin-tuc-section .post-item .post-title{margin-bottom:10px}
.section-odd .product-small .box-text{text-align:left !important}
#mega_menu .label-hot a{color:#b20000; }
.nav-dropdown-default {
    padding: 10px;
    color: black;
    font-size: 15px;
}

.nav-dropdown>li>a{    padding: 6px 20px; color:black; border-bottom:0}
.nav-dropdown.nav-dropdown-default>li>a{border-bottom:0}

img.size-full.alignnone
{
margin-bottom: 1em !important;
}



/*************** Bài viết liên quan cùng Chuyên mục ***************/

.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}


@media screen and (min-width: 850px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.blog-single .large-9, .blog-archive .large-9, .page-right-sidebar .large-9  {
    padding-bottom: 0;
    flex-basis: 70% !important ;
    max-width: 70% !important;
    padding-right: 20px;
}
.blog-single .large-3, .blog-archive .large-3, .page-right-sidebar .large-3 {
    flex-basis: 30% !important;
    max-width: 30% !important;
    padding-left: 0;
    padding-bottom: 0;
}

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/*************** Xem Thêm Và Thu Gọn Nội Dung Sản Phẩm ***************/
.single-product div#tab-description {
  overflow: hidden;
  position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
height: 0 !important;
}
.devvn_readmore_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.devvn_readmore_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
  display: block;
}
.devvn_readmore_flatsome a {
  color: #09a7f1;
  display: inline-block;
  border: 1px solid;
  padding: 5px 40px;
  border-radius: 5px;
}

.devvn_readmore_flatsome a:after {
  content: '';
  width: 0;
  right: 0;
  border-top: 6px solid #09a7f1;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

/*************** Thu ngọn nội dung của danh mục sản phẩm ***************/

.shop-container .term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_taxonomy_flatsome a {
    color: #318A00;
    display: block;
}
.devvn_readmore_taxonomy_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #318A00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}
.devvn_readmore_taxonomy_flatsome_less a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #318A00;
}