/*
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=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter Tight", sans-serif;
}
p {
	margin-bottom: 10px;
}
p:last-child {
	margin-bottom: 0;
}
.section > .section-content > .row > .col {
	padding-bottom: 0;
}
h2 {
	font-size: 36px;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	height: 48px;
    padding: 0 20px;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.9em;
}
blockquote {
	border-left: 5px solid;
	font-style: normal;
	margin: 0 0 10px;
	padding-left: 20px;
}
blockquote h2 {
	color: var(--primary-color);
}

.header-main .header-nav.nav-right {
	width: 550px;
	flex-flow: inherit;
}
.header-main .header-nav.nav-right .html.html_topbar_left {
	display: flex;
	gap: 5px;
}
.header-main .header-nav.nav-right .row .col {
	padding-bottom: 0;
}
.header-bottom .nav-spacing-xlarge>li {
    margin: 0 20px;
}

.product-small.box .box-text {
	padding: 20px;
}
.product-small.box .title-wrapper {
	margin-bottom: 10px;
}
.product-small.box .woocommerce-LoopProduct-link {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    height: 44px;
}
.product-small.box .price-wrapper,
.product-small.box .price-wrapper span.amount {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.product-small.box .price-wrapper del {
	text-decoration: none;
}
.product-small.box .price-wrapper del span.amount {
	font-size: 13px;
	color: #333;
	text-decoration: line-through;
}

.footer-wrapper ul {
	margin-bottom: 0;
}
.footer-wrapper ul li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.icon-box-left {
	display: flex;
	align-items: center;
}
.icon-box-left p {
	margin-bottom: 0;
}
.nav>li.cart-item>a {
	font-size: 22px;
	color: #EC3237;
}
.nav>li.cart-item>a > i {
	font-size: 28px;
}
.us_custom_186a5a8c {
    padding: 15px !important;
    border: 1px solid #e8e8e8;
	border-radius: 4px;
}
.product-short-description {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.product-info .price-wrapper span.amount {
	color: #ef0000;
}

#product-sidebar {
	padding: 40px 0;
}
.widget {
    padding: 15px 5px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f2f2f2;
}
.widget span.widget-title {
    text-transform: uppercase;
    text-align: left;
    padding: 7px;
    font-size: 18px;
    line-height: 35px;
    color: var(--primary-color);
}
.widget.widget_nav_menu .menu > li:before {
    position: relative;
    left: 3px;
    height: 30px;
    line-height: 30px;
    content: "⍟";
    color: #ec3237;
    opacity: 1;
    top: -1px;
}
.widget .is-divider {
	display: none;
}
.page-title-bar {
	background-image: url(images/project-banner.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	color: #fff;
}
.page-title-bar a {
	color: #fff;
}
.page-title-bar h1,
.page-title-bar h2 {
	color: #fff;
}
.woocommerce-breadcrumb.breadcrumbs {
	display: none;
}
@media screen and (min-width: 850px) {
    .row-divided.row-reverse>.col+.col:not(.large-12) {
        border-left: 0;
        border-right: none;
    }
}

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


}