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

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


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

}

/*  ĐẦU TRANG
*/
.header-bg-color{
  background-color: hsla(0, 0%, 100%, 1);;
}
header.transparent #logo img{
  filter: drop-shadow(2px 4px 6px black);
  padding: 8px 0;
}
header.transparent .hotline{
  color: #fff!important;
}

/*  THANH ĐIỀU HƯỚNG CHUNG
*/
.nav > li > a {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 10px 8px;
}
.nav > li > a {
  font-family: sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1286px) {
  .nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1176px) {
  .nav > li {
    margin: 0 1px;
  }
}
@media screen and (max-width: 1055px) {
  .nav > li {
    margin: 0;
  }
  .nav > li > a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 990px) {
  .nav > li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 850px) {
  .nav-dropdown {
    background-color: #fff;
    color: #777;
    display: table;
    left: -99999px;
    margin: 0;
    max-height: 0;
    min-width: 320px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    text-align: left;
    transition: opacity .25s,visibility .25s;
    visibility: hidden;
    z-index: 9;
  }
  .nav-dropdown.nav-dropdown-default > li > a {
    font-size: 16px;
    font-weight: 600;
  }
  .off-canvas .nav-vertical > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    color: #006360;
  }
  .nav-dropdown > li > a {
    color: hsl(178.2, 100%, 19.4%);
    transition: all .2s;
  }
  .nav-dropdown li.active > a {
    color: hsl(178.1, 100%, 12.2%);
  }
}
@media screen and (max-width: 767px) {
  .nav.nav-vertical{
    flex-flow: column;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 16px;
  }
  .nav.nav-vertical li{
    width: 50%;
  }
}


/*  FORM TÌM KIẾM CHUNG
*/
@media screen and (max-width: 850px) {
  .header-search-form.search-form{
    width: 100%;
    padding: 0 15px;
  }
}

/*  DANH SÁCH BÀI VIẾT
*/
.page-title{
  padding-bottom: 26px;
}

/*  DANH SÁCH SẢN PHẨM
*/
.product-title > a {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 50px;
  text-transform: capitalize;
  text-align: initial;
  font-weight: 600;
  color: #006360;
}
.quick-view-added {
  display: none!important;
}

/*  NỘI DUNG CHI TIẾT
*/
.term-description{
  overflow-x: hidden;
}
.term-description p{
  margin-bottom: 8px;
}
.term-description ul, .term-description ol, .taxonomy-description ul, .taxonomy-description ol, .entry-content.single-page ul, .entry-content.single-page ol{
  padding-left: 16px;
  margin-left: 0 !important;
}
.term-description a, .product-container .product-footer a, .taxonomy-description a, .entry-content.single-page a{
	color: #0040ff;
}

/*  CHI TIẾT SẢN PHẨM
*/
.product-main #product-sidebar{
	display: none;
}

/*  CHÂN TRANG
*/
.absolute-footer{
	padding: 10px 0;
	font-size: 12px;
	line-height: 12px;
}
@media screen and (max-width: 767px) {
  .absolute-footer{
    line-height: 36px;
  }
}
.footer-secondary{
  padding: 0;
}

/*  TRANG DANH MỤC SẢN PHẨM & THƯƠNG HIỆU
*/
.category-page-row{
	padding-top: 0;
}
.shop-page-title{
	text-align: center;
}
.shop-page-title .category-filtering{
	display: none!important;
}
.category-page-title .breadcrumbs{
	text-align: left;
}
.term-description h1{
  	display: inline-block;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 36px;
	position: relative;
}
.term-description h1::before{
	content: "";
	display: block;
}
.term-description h1::after{
	content: "";
    padding-bottom: 15px;
    position: absolute;
    bottom: -6px;
    border-bottom: 2px solid #a91414;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.shop-container .term-description{
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.taxonomy-description{
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
}
.readmore_taxonomy_flatsome {
	text-align: center;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	background: #fff;
}
.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;
}
.readmore_taxonomy_flatsome a {
	color: #318A00;
	display: block;
}
.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;
}
.readmore_taxonomy_flatsome_less:before {
	display: none;
}
.readmore_taxonomy_flatsome_less a:after {
	border-top: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #318A00;
}

/*  TRANG DANH MỤC BÀI VIẾT
*/
.archive-page-header .page-title span{
	border-bottom: 2px solid #a91414;
	font-size: 26px;
	text-transform: uppercase;
}
.taxonomy-description{
  text-align: justify;
}
.taxonomy-description #ez-toc-container{
  display: inline-block;
}

/*  TRANG BÀI VIẾT
*/
.entry-content.single-page{
	padding-top: 0;
}

/*  TRANG CHỦ
*/
.homebanner .col:nth-child(1){
	max-width: calc(100% - 320px);
}
.homebanner .col:nth-child(2){
	max-width: none;
	min-width: 320px;
}
@media screen and (max-width: 767px) {
	.homebanner .col{
		max-width: none !important;
		min-width: 100% !important;
	}
}
.homebrand{
  box-sizing: border-box;
  width: calc(100% - 60px);
  margin: 0 auto;
  border: 1px dashed rgb(221, 221, 221);
  border-top: 0;
}
.homebrand .image-color{
  padding: 20px 0!important;
}
.homebrand .image-color img{
  height: 100%!important;
  filter: none;
}
@media screen and (max-width: 650px) {
  .homebrand{
    width: 100%;
    border: 0;
  }
  .homebrand .medium-2{
    flex-basis: 50%;
    width: 50%;
  }
}