/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); */
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: Tahoma;
	font-size: 14px;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
.header-top .nav-small.nav>li.html {
	font-size: 14px;
	color: var(--primary-color);
	font-weight: bold;
}
.header-top .nav>li>a {
	font-size: 14px;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	height: 43px;
	background-color: transparent;
	border: 1px solid #dfdfdf;
	padding: 0 20px;
}
.box-hotline {
	line-height: 20px;
}
.box-hotline .box-hotline-title {
	font-size: 14px;
	color: #959595;
}
.box-hotline .box-hotline-phone {
	font-size: 16px;
	color: #da251d;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.box-hotline .box-hotline-phone:before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(images/phone.png);
	display: block;
	margin-right: 6px;
}
.cart-item .header-button > a {
	border: 2px solid var(--primary-color) !important;
	font-size: 14px;
    color: red;
}
.cart-item .header-button > a:hover {
	color: #fff;
}
.header-bottom {
	background-image: linear-gradient(#8bc23f, #249445);
	border-bottom: 1px solid #fff;
}
.header-bottom .nav-spacing-xlarge>li {
	font-size: 16px;
	margin: 0 50px;
}
.header-bottom .nav-spacing-xlarge>li>a {
	font-weight: normal;
}
.icon-box h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
}
.btn-readmore.button {
	background-image: url(images/btn-button.png);
	width: 111px;
	height: 30px;
	background-color: transparent !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: none;
	border: none;
	font-weight: normal;
}
.product-small.box {
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.product-small.box .box-image img {
	border-radius: 10px 10px 0 0;
}
.product-small.box .box-text {
	padding: 15px;
}
.product-small.box .product-title {
	margin-bottom: 10px;
}
.product-small.box .product-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 40px;
}
.product-small.box .product-title a:hover {
	color: var(--primary-color);
}
.product-small.box .price span.amount {
	font-size: 16px;
	font-weight: bold;
}
.product-small.box .price ins span.amount {
	font-size: 16px;
	font-weight: bold;
}
.product-small.box .price del {
	text-decoration: none;
}
.product-small.box .price del span.amount {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}
.product-small.box .button {
	background-color: var(--primary-color) !important;
	font-size: 14px;
	background-image: none;
	width: auto;
	height: 30px;
	border-radius: 6px;
	text-transform: none;
	font-weight: normal;
}
/* */
.loop-start i {
	color: #f2f21e;
    margin: 0 2px 10px;
}
.img-cate {
	box-shadow: 3px 2px 10px #00512c87;
	border-radius: 16px;
}
.home h2 {
	font-size: 35px;
}
.col.post-item .post-title {
	font-size: 18px;
}
.col.post-item .from_the_blog_excerpt {
	font-size: 14px;
	color: #818181;
}
.heading h2 {
	font-size: 37px;
	font-family: Roboto Slab;
	font-weight: 300;
	margin-bottom: 0;
}
.txt-slab {
	font-family: Roboto Slab;
}
.box-regis {
	display: flex;
	align-items: center;
	position: revert;
}
.box-regis .bx-email {
	width: 100%;
}
.box-regis .bx-submit {
	position: absolute;
	right: 0;
	top: 0;
}
.box-regis input {
	margin: 0;
	height: 44px;
}
.box-regis .bx-submit input {
	background-color: #8bc23f !important;
	width: 44px;
	background-image: url(images/plane.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
}
.wpcf7-spinner {
	display: none;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.footer-wrapper h4 {
	font-size: 18px;
}
.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.footer-wrapper ul li:before {
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 10px;
}
.absolute-footer {
	display: none;
}
.product-small .buy_now_button {
	display: none;
}
.archive .product-small.box {
	background-color: #8bc23f29;
} 
.product-short-description {
	margin-bottom: 20px;
}
.single_add_to_cart_button {
	border-radius: 4px;
}
.buy_now_button {
	background-color: var(--primary-color) !important;
}
.product-info .price span.amount {
	font-size: 25px;
	color: var(--primary-color);
}
.product-info .price del {
	text-decoration: none;
}
.product-info .price del span.amount {
	font-size: 18px;
	color: #999999;
	text-decoration: line-through;
}
.woocommerce-tabs .nav>li {
	margin-right: 20px;
}
.woocommerce-tabs .nav>li>a {
	font-size: 18px;
}
.page-title-bar {
	background-color: var(--primary-color);
	color: #fff;
	padding: 20px 0;
}
.page-title-bar h1, .page-title-bar h2 {
	color: #fff;
	margin-bottom: 0;
}
.page-title-bar a {
	color: #fff;
}
.article-inner .entry-header {
	display: none;
}
.page-id-72 .page-title-bar {
	display: none;
}
.shop-page-title {
	display: none;
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
	background-color: #fff;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	color: var(--primary-color);
}
.nav-sidebar.nav-vertical>li+li {
	border-top: 1px solid ar(--primary-color);
}
.box-about .col-inner {
	background-image: url(images/border.png);
	background-size: 100% 100%;
	padding: 30px 30px 30px 70px;
}
.cart-item a, .header-search a {
	color: var(--primary-color) !important;
}
/* */
.title-heading {
	background: url(images/heading.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media (min-width: 850px) {
	.img-ab {
	    position: absolute;
	    width: 128% !important;
	    z-index: 9;
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.home h2 {
		font-size: 30px;
	}
	.icon-box h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.box-about .col-inner {
		padding: 20px;
	}

}