/*
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.   ***************/
/*
.page-wrapper
*/
@font-face{
  font-family: "tohamo";
  src:url(font/tohamo.ttf);
}
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap');
body {

}
.home .page-wrapper {
	padding-top: 0 ;
	padding-bottom: 0;
}
.footer-1, .footer-2 {
	border: 0;
}
.form__footer {
	max-width: 60%;
	margin: 0 auto;
}
.form__footer h4 {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0px 0 15px 0;
    font-weight: 400;
}
.form__footer input {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    background: #f2f2f2;
    color: #333;
    margin: 0 0 20px 0;
    font-size: 15px;
    box-shadow: 0 0 0 0 #fff;
    border: 0;
    border-radius: 5px;
}
.form__footer input[type='submit'] {
width: 145px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;

}
.product-info {
    padding-top: 0;
}
#footer .widget-title {
	font-weight: 400;
}
.footer.footer-2   p {
    font-size: 13px;
    line-height: 27px;
    margin: 0 0 10px 0;
    color: #fff;
}
.footer.footer-2   p i {
    margin-right: 5px;
}
.section__p p {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 8px 0;
    color: rgba(53,55,64,0.81)!important;
}
#footer .widget-title {
    color: #fff !important;
}
.absolute-footer {
    padding: 0 !important;
}
.button.icon.circle {
    color: #6f492e;

}
.address-field {
    width: 100% !important;
    margin: auto !important;
}
/*
box__colum__nth2
*/
.box__colum__nth2 {
  overflow: hidden;
  clear: both;
  margin: 0 -15px;
}
.box__news__inner {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.box__colum__nth2 .news-post-news {
    float: left;
    width: 33.333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.box__colum__nth2 .news-post-news .box__thumb__img {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 270px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.box__colum__nth2 .news-post-news .box__thumb__img a {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.box__colum__nth2 .news-post-news .box__thumb__img a img {
      width: 100%;
    height: auto;
    height: 270px;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 0!important;
}
.box__colum__nth2 .news-post-news .box__content {
    padding: 10px;}
.box__colum__nth2 .news-post-news .box__content h3 {
    margin: 0px 0 8px 0;
}
.box__colum__nth2 .news-post-news .box__content h3 a {
    font-size: 16px;
    text-transform: none;
    color: #d6970e;
    display: block;
    line-height: 22px;
    height: 66px;
    outline-style: none;
    font-weight: 500;
    font-family: "tohamo";
    overflow: hidden;
    text-align: center;
    color: #000;
}
.box__colum__nth2 .news-post-news .box__content .box__des {
    margin-bottom: 0;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.box__colum__nth2 .news-post-news .box__content .box__des p {
  font-size: 14px;
  margin: 0;
  color: #636363;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.box__colum__nth2 .news-post-news .box__content > a {
    display: inline-block;
    background: #d6970e;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 20px;
    /* font-family: "UTM-AvoBold"; */
}
.box__thumb__img:hover a img {
      -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}

.box__content > a:hover {
  background: #000 !important;
  color: #f7cb02 !important;
}

.et_pb_extra_overlay {
	    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s ease;
}
.et_pb_extra_overlay.et_pb_extra_overlay:before {
    content: '+';
    position: absolute;
    font-family: "fontawesome";
    top: 60%;
    left: 50%;
    display: inline-block;
    transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
}
.et_pb_extra_overlay:hover {
    opacity: 1;
}
.et_pb_extra_overlay:hover:before {
    top: 50%;
}
.box_width {
	padding-top: 40px;
}
.headings {
    text-align: center;
    margin: 0 0 31px 0;
    padding: 0px 0 30px 0;
    line-height: 30px;
    background: url(image/heading.png)bottom center no-repeat;
    text-transform: uppercase;
    font-size: 28px;

}

/*
box__cont
*/
.box__cont {
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    background: #fff;
    margin-bottom: 40px;

}
.box__nth_1 {
    padding: 50px 30px;
    text-align: center;

}
.box__nth_2 {
	padding: 30px;
}
.boxx__content__single > img {
	width: 100%;
}
.nav-pagination {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
/*
product__items
*/
.product__items {
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.product__items .box__thumb {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 290px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.product__items .box__thumb > a {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.product__items .box__thumb > a > img {
    width: auto;
    height: auto;
    max-height: 280px;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.badge-container {
	display: none !important;
}
.product__items .name.product-title a {
    font-size: 17px;
    color: #333 !important;
    display: block;
    line-height: 30px;
    min-height: initial;
    max-height: initial;
    margin: 0 0 10px 0;
    font-weight: 500;
}
.product__items  .box-text-products {
	padding: 20px;
}
.product__items  .price-wrapper {
    text-align: center;
    overflow: hidden;

}
.product__items  .price-wrapper ins {
	float: right;
	width: 49%;
}
.product__items  .price-wrapper ins span ,.product__items  .price-wrapper  > span {
	color: red;
	font-size: 15px;
}
.product__items  .price-wrapper del {
	float: left;
	width: 49%;
}
.woocommerce-breadcrumb {
    font-weight: 400 !important;
    /* display: none !important; */
    font-size: 20px;
}
.single-product .woocommerce-breadcrumb {
    display: none;
}
/*
product-main
*/
.product-main .product-images {
	border: 1px solid #eaeaea;
}
.product-thumbnails a {
	border: 1px solid #eaeaea;
}
.single_add_to_cart_button  {
    font-weight: 400;
    font-size: 15px !important;
    text-transform: none;	
}
.product-info ,.product-gallery ,#product-sidebar{
	padding-bottom: 0 !important;
}
.product-info .is-divider {
	display: none !important;
}
.product-info .product-title {
    font-size: 23px;
    color: #6f492e;
    line-height: 30px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}
.product-info  .price-wrapper {
	margin-bottom: 15px;
}
.product-info  .price-wrapper p {
	margin: 0;
}
.product-info  .price-wrapper del span {
	font-size: 16px;
}
.product-info  .price-wrapper ins span {
    font-size: 22px;
    color: red;
}


.box_list__camket {
    border: #c1c1c1 1px dashed;
    padding: 10px;
    margin-bottom: 15px !important;
}
.box_list__camket li {
    line-height: 32px;
    font-size: 14px;
    list-style: none;
}
.box_list__camket li i, .box_list__camket li img {
    color: #1e5480;
    font-size: 17px;
    margin-right: 5px;
}
.box__hethong {
    border: #c1c1c1 1px dashed;
    padding: 10px;
    margin-bottom: 15px;
}
.box__hethong li {
    line-height: 24px;
    font-size: 13px;
    list-style: none;
}
.box__hethong li i {
    color: #ff6100;
    font-size: 15px;
    margin-right: 5px;
}

.product-short-description {
    border: #c1c1c1 1px dashed;
    padding: 10px;
    margin-bottom: 15px !important;	
}

.product-short-description {
	font-size: 14px;
}
a.devvn_buy_now_style {
		background: #6f492e !important;
}
a.devvn_buy_now_style:hover, a.devvn_buy_now_style:focus {
	background: #794927 !important;
}

#product-sidebar .is-divider {
	display: none !important;
}
#product-sidebar span.widget-title {
    display: block;
    font-size: 23px;
    color: #6f492e;
    line-height: 30px;
    margin: 10px 0 15px 0;
    padding: 0 0 5px 0;
    text-transform: none;
}
.pt-half {
	margin: 0 !important;
}
.woocommerce-Price-amount {
	color: red !important;
}

#ivpa-content {
	    margin: 0 0 10px 0 !important;
}
.woocommerce-variation-price {
	padding: 0 !important;
}
.quantity+.button ,.text-center .quantity, .quantity{
	margin-bottom: 5px !important;
}
.price-wrapper del span ,span.devvn_price del span {
	color: #666 !important;
}

.devvn_prod_variable .quantity .screen-reader-text {
	display: none !important;
}


/*
owl slider
*/
.content-area {
	overflow: hidden;
}
.news-widget-sidebar-widget {
	width: 540px;
}
.news-item-sidebar-clear .news-thumb {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 400px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.news-item-sidebar-clear .news-thumb a {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.news-item-sidebar-clear .news-thumb a img {
    width: 100%;
    /* height: auto; */
    object-fit: cover;
    height: 400px;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin: 0 !important;
}
.box__slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.27);
    display: table;
}
.box__slider h4{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.box__slider h4 a {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 400;
}
.title__cate {
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    padding: 0 0 10px 0;
}
.news-widget-sidebar-widget .owl-prev ,.news-widget-sidebar-widget .owl-next  {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    transition: all .2s ease-in-out;
}
.news-widget-sidebar-widget:hover .owl-prev,
.news-widget-sidebar-widget:hover .owl-next {
	opacity: 1;

	visibility: visible;
}
.news-widget-sidebar-widget:hover .owl-prev {
	left: 10px;
}
.news-widget-sidebar-widget:hover .owl-next {
	right: 10px;
}
.news-widget-sidebar-widget:hover .box__slider {
    background: rgba(0, 0, 0, 0);
}
.news-widget-sidebar-widget .owl-prev  {
    left: -10px;
}
.news-widget-sidebar-widget .owl-next  {
	right: -10px;
}
/*
form__lienhe
*/
.form__lienhe {
    overflow: hidden;
    clear: both;
}
.form__lienhe .left {
    float: left;
    width: 49%;
}
.form__lienhe .right{
    float: right;
    width: 49%;
}
.form__lienhe input,.form__lienhe textarea {
    width: 100%;
    box-shadow: 0 0 0 0;

}
.form__lienhe input[type='submit'] {
    width: 150px;
    display: block;
    margin: auto;
}
.box__colum__asana .elementor-image-box-img {
    position: relative;
}
.box__colum__asana .elementor-image-box-img a {
    display: block;
    line-height: 0;
    position: relative;
}
.box__colum__asana .elementor-image-box-img a:before {
    content: "";
    /* z-index: -1; */
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(111, 73, 46, 0.7);
    opacity: 0;
    transition: all .3s;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);

}

.box__colum__asana .elementor-image-box-img a:after {
     content: '+';
    position: absolute;
    font-family: "fontawesome";
    top: 60%;
    left: 50%;
    display: inline-block;
    transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 28px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;   
    opacity: 0;
}
.box__colum__asana .elementor-image-box-img a:hover:before {
    opacity: 1;
}

.box__colum__asana .elementor-image-box-img a:hover:after{
    top: 50%;
    opacity: 1;
}
/*
section__cate
*/
.section__cate nav ul li {
    display: inline-block !important;
    margin: 0 6px 0;
}
.section__cate nav ul li a {
    padding: 6px 10px !important;
    font-size: 13px !important;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
    background: linear-gradient(to bottom,#f5f5f5 0,#e2e2e2 100%);
    border: 1px solid #c3c3c3;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.9), 1px 1px 1px rgba(0,0,0,.1);
}
.section__cate nav ul li a:hover {
    background: #6f492e;
    color: #fff !important;
}
.section__cate nav ul li ul {
    display: none !important;
}
.hotline__header {
    display: inline-block;
    padding: 5px 20px;
    background: #ffdc00;
    border-radius: 5px;
}
.hotline__header a {
    color: #333;
    font-size: 16px;
}
.hotline__header a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #333;
    border-radius: 100%;
    border: 1px solid #333;
    margin-right: 5px;
}











@media only screen and (max-width: 420px) {
    .nav-icon i {
           color: #9e8573 !important;
    }
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section__cate nav ul li {
        margin: 0 2px;
    }
	.news-widget-sidebar-widget {
		width: 300px;
		margin: 0 auto;
	}
	.news-item-sidebar-clear .news-thumb {
		height: 250px;
	}
	.news-item-sidebar-clear .news-thumb a img {
		height: 250px;
	}
	.box__slider {
		height: 250px;
	}
	.form__footer {
		max-width: 100%;
	}
	.box__colum__nth2 .news-post-news {
		width: 100%;
	}
	.product__items .box__thumb {
		height: 135px;
	}
	.product__items .box__thumb a img {
		max-height: 130px;
	}
	.product__items .name.product-title a {
		font-size: 14px;
		line-height: 23px;
		height: 46px;
		overflow: hidden;
		display: block;
	}
	.product__items .box-text-products {
	    padding: 10px 5px;
	}
	.product__items .price-wrapper ins span, .product__items .price-wrapper > span {
		font-size: 13px;
	}
	.price-wrapper del span, span.devvn_price del span {
	    color: #666 !important;
	    font-size: 13px;
	}
	.product-container .accordion-inner {
		padding: 10px !important;
	}
}