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

:root {
    --primary: #ad8a41;
    --secondary: #f7e38f;
}

body {
	font-size: 14px !important;
	line-height: 1.7;
}

.footer-wrapper .back-to-top {
	border-color: var(--primary);
	background-color: var(--primary);
	color: white;
}

.header-top .nav.nav-small>li>a {
	font-size: 14px;
	color: black;
}

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

#header-contact li a {
	color: black;
}

#header-contact li a span {
	text-transform: none;
	font-size: 14px;
}

.header-search-form-wrapper .form-flat input:not([type=submit]) {
	border-radius: 4px;
	height: 45px;
}

.header-nav-main.nav-right {
	flex-flow: inherit;
}

.holine-right h5 {
	font-weight: 400;
	color: var(--primary);
	margin-bottom: 0;
}

.holine-right a {
	color: var(--primary);
}

.header-bottom {
    background-image: linear-gradient(to right, var(--primary) 0, var(--secondary) 30%, var(--secondary) 70%, var(--primary) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=$filter1, endColorStr=$filter2);
}

.header-bottom-nav > li a {
	font-size: 12px;
}

@media (min-width: 992px) {

	.header-bottom-nav li.item-nav_childs {
		position: relative;
    	width: 100%;
	}

	.header-bottom-nav li.item-nav_childs ul.sub-menu {
	    position: absolute;
        left: -9999px;
        top: 0;
        width: 230px;
        z-index: 999;
        box-shadow: 0 0 3px #ccc;
        padding: 0;
	}

	.header-bottom-nav li.item-nav_childs:hover ul.sub-menu {
		left: 0;
		margin-left: 100%;
	}
}

@media (min-width: 850px) {

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

	.header-bottom-nav > li {
		margin: 0;
	}

	.header-bottom-nav > li a {
		padding: 12px 10px;
		color: black;
	}

	.header-bottom-nav > li:hover a {
		color: white;
		background: var(--primary);
	}

	.header-bottom-nav ul.sub-menu {
		background: var(--primary);
		border: none;
		left: 0;
		transition: all .5s ease;
		transform: scaleY(0);
		transform-origin: 0 0 0;
		padding: 0;
	}

	.header-bottom-nav li.current-dropdown ul.sub-menu {
		transform: scaleY(1);
	}

	.header-bottom-nav ul.sub-menu a {
		color: white;
		text-transform: uppercase;
		margin: 0;
		padding: 0 15px;
		font-size: 14px;
		line-height: 40px;
		border-bottom-color: #c09a48;
		transition: all .5s ease;
	}

	.header-bottom-nav ul.sub-menu li:hover a {
		background: white;
		color: black;
		padding-left: 20px;
	}
}

.col-policy .col-inner {
	height: 100%;
}

.icon-policy {
	padding: 10px 5px;
	align-items: center;
	height: 100%;
}

.icon-policy .icon-box-img+.icon-box-text {
	padding-left: 4px;
}

.icon-policy h6 {
	color: var(--secondary);
	font-weight: 600;
	font-size: 11px;
	line-height: 19px;
	margin-bottom: 0;
}

.icon-policy p {
	font-size: 11px;
	color: var(--secondary);
	margin-bottom: 0;
}

@media (min-width: 1200px) {

	.icon-policy {
		padding: 12px 5px;
	}
}

.product-feature {
	padding-bottom: 0 !important;
}

.col-product-wrap > .col-inner {
	border: 1px solid var(--primary);
	background: white;
	padding: 0 16px;
}

.title-product {
	margin-top: -21px;
	margin-bottom: 16px;
}

.title-product h2 {
	background-image: linear-gradient(to right, var(--primary) 0, var(--secondary) 30%, var(--secondary) 70%, var(--primary) 100%);
	display: inline-block;
	width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 25px;
    margin: 0;
    position: relative;
}

.title-product h2::before {
	content: '';
	left: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: var(--primary);
    border-width: 20px;
    margin-top: -20px;
}

.title-product h2::after {
	content: '';
    right: 100%;
    top: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: var(--primary);
    border-width: 20px;
    margin-top: -20px;
}

.list-products .title-wrapper {
	margin-bottom: 8px;
}

.list-products .product-title a {
	font-size: 14px;
	line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-products .price-wrapper,
.related-products-wrapper .price-wrapper {
	font-weight: 700;
	font-size: 15px;
	color: #ff8805;
}

.col-product .col-inner {
	background: white;
}

.product-home .col-product .list-products {
	padding: 0 16px;
}

.title-wrap {
	border-bottom: 2px solid var(--primary);
	margin-bottom: 8px;
}

.title-wrap h2 {
	background-image: linear-gradient(to right, var(--primary) 0, var(--secondary) 30%, var(--secondary) 70%, var(--primary) 100%);
	display: inline-block;
	width: auto;
	margin-bottom: 0;
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
}

@media (min-width: 768px) {

	.title-product h2 {
		font-size: 20px;
	}
}

.project-thumb {
	margin-bottom: 6px;
}

.project-content {
	opacity: 0;
	text-align: center;
}

.project-slider .swiper-slide-active .project-content {
	opacity: 1;
}

.project-content h5 {
	font-size: 12px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}

.project-content a {
	display: block;
}

.post-list .col-inner,
.post-list .box-blog-post {
	height: 100%;
}

.post-list .box-blog-post {
    box-shadow: 0px 5px 7px 0px #e8e8e8;
}

.post-list h5 {
	margin-top: 0;
	margin-bottom: 8px;
}

#post-list .badge.post-date,
.is-divider {
	display: none;
}

.footer-info ul {
	list-style: none;
	margin-bottom: 0;
}

.footer-info li {
	margin-left: 0 !important;
}

.footer-info-widget .widget_nav_menu {
	margin-bottom: 0;
}

.footer-info-widget .widget-title {
	font-size: 17px;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.footer-info-widget .is-divider {
	display: none;
}

.footer-info-widget a {
	position: relative;
}

.footer-info-widget a::before {
	content: '\f105';
	font-family: 'fl-icons';
	margin-right: 5px;
}

.payment a {
	display: inline-block;
	padding: 5px;
	border: 1px solid #dee2e6;
	border-radius: 4px;
}

.payment img {
	height: 30px;
}

.app-download img {
	width: 100px;
}

.absolute-footer {
	display: none;
}

.term-description ul {
	padding-left: 32px;
}

.shop-container {
	padding-top: 24px;
}

.product-main {
	padding-top: 0;
}

.recent-blog-posts a,
.product_list_widget a span,
.shop-container .box-text-products a {
	line-height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_list_widget li > span,
.shop-container .box-text-products .price-wrapper {
	color: #ff8805;
	font-weight: 700;
}

.recent-blog-posts a {
	overflow: hidden;
	margin-bottom: 0;
}

.shop-container .box-text-products .title-wrapper,
.related-products-wrapper .box-text-products .title-wrapper {
	margin-bottom: 6px;
}

.related-products-wrapper .box-text-products p {
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related-products-wrapper .box-text-products p a {
	display: block;
	line-height: 22px;
}

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


}