/*
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.   ***************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body
{
	font-family: 'Open Sans', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a
{
	font-family: 'Open Sans', sans-serif !important;
}
.nav > li > a
{
	font-family: 'Open Sans', sans-serif !important;
}
.col, .gallery-item, .columns
{
	padding:0 15px 0 !important;
}
.header-top
{
	display:none;
}
.header-main
{
	background-color:#000;
}
.header-search-form {
    width: 100%;
}
.searchform .button
{
	    background-color: #4e4e4e;
	height: 41px;
	width:40px;
}
.searchform input.search-field.mb-0 {
    height: 40px;
}
.header-main .cart-icon strong
{
	border:2px solid #fff;
	color:#fff;
}
.header-main .cart-icon strong:after
{
	border:2px solid #fff;
	color:#fff;
}
.header-main span.header-cart-title {
    position: absolute;
    bottom: -6px;
    color: #fff;
    left: 8px;
    font-size: 12px;
}
a.account-link.account-login {
    text-align: center;
    color: #fff;
    padding-left: 24px;
    padding-top: 0px;
}
.image-icon img {
	    max-width: 25px;
}
.header-bottom
{
	background-color:#fff;
	padding:5px 0;
}
.header-bottom .nav > li > a
{
	font-size:14px;
	padding:10px 20px;
}
.feature-collection
{
	    background-image: linear-gradient(130deg, transparent, #bebebe);
    background-color: #000000;
}
.header-bottom-line {
    background-color: #000;
    height: 2px;
    width: 7%;
    margin: 0px auto;
    margin-top: 20px;
}
.product-section-second a.button.custom-button {
    background-color:#a31f19  !important;
    color: #fff;
    font-size: 13px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 2px 10px;
}
.custom-button
{
	background-color:#a31f19 !important;
}
.post-type-archive-product .product-small .col-inner {
    border: 1px solid #eee;
    padding: 0px 20px;
    text-align: center;
}
@media screen and (min-width: 850px){
.post-type-archive-product .gallery-columns-3 .gallery-item, .large-columns-3>.col, .large-columns-3 .flickity-slider>.col {
    max-width: 32.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin-bottom: 20px !important;
}
}
.product-section-second  a.button.custom-button:hover {
    box-shadow:none;
	text-decoration:none;
}
.product-section-second  .product-small {
    border: 1px solid #9c9c9c;
	border-radius: 4px;
	padding: 10px !important;
}
.product-section-second  .product-category {
    border: 1px solid #9c9c9c;
	border-radius: 4px;
}
.product-section-second  .product-small.box {
    border: none;
	height:290px;
}
.product-section-second .gallery-columns-5 .gallery-item, .large-columns-5>.col, .large-columns-5 .flickity-slider>.col {
    max-width: 19% !important;
    margin: 5px !important;
}
.product-section-second p.name.product-title a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.product-section-second p.name.product-title a:hover
{
	text-decoration:none;
}
.product-section-second .box-text
{
	    padding-bottom: 5px;
}
.product-section-second .box-text .title-wrapper
{
	height:60px;
}
.product-section-second .product-small .price {
    padding-top: 20px;
	padding-left: 13px;
}
.product-section-second .product-small .price .amount {
    font-size: 16px;
}
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline
{
	    background-color: #4e4e4e;
}
.secondary, .checkout-button, .button.checkout, .button.alt {
    background-color: #4e4e4e;
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
    background-color: #4e4e4e;
}
.primary.is-underline, .primary.is-link, .primary.is-outline {
    color: #fff;
}
.newletter-section {
    padding-top: 25px;
}
.newletter-section input {
    height:40px;
	margin-bottom:25px;
}
.newletter-section .wpcf7-submit {
    float: right;
    background-color: #000;
    margin-right: 0;
    text-transform: capitalize;
    padding: 0px 30px;
    font-size: 14px;
}
.banner
{
	background-color:#000;
}
.footer-1 {
	color:#fff;
    background-color: #444444;
}
.footer-1 h4
{
	color:#fff;
}
.social-icons {
    display: inline-flex;
}
.social-icons a{
	color:#fff;
}
#footer span.widget-title {
    font-size: 17px;
}
#footer .is-divider {
    height: 3px;
    display: block;
    background-color: #c9c9c9;
    margin: 1em 0 1em;
    width: 100%;
    max-width: 150px;
}
#footer ul li a
{
	color:#fff;
}
ul.menu>li+li, .widget>ul>li+li
{
	border:none;
}
.footer-contact {
    display: inline-flex;
}
.footer-contact i {
    padding-right: 10px;
    padding-top: 4px;
    font-size: 15px;
}
.absolute-footer {
    background-color: #444444;
    border-top: 2px solid #c9c9c9;
    padding: 20px 0;
    margin: 0;
	
}
.copyright-footer
{
	color:#fefefe;
}
#footer ul li a:hover {
    text-decoration: none;
}
.footer-secondary
{
	display:none;
}
.back-to-top:hover
{
	    background-color: #444444;
    border-color: #444444;
}
span.header-account-title {
    position: absolute;
    top: 85%;
    left: -65%;
    font-size: 10px;
    width: 148px;
}
.nav>li>a:focus, .nav>li>a:hover
{
	background-color:transparent;
}
a.nav-top-link.nav-top-not-logged-in {
    color: #fff !important;
    margin-top: 44px;
    margin-left: 25px;
}
a.nav-top-link.nav-top-not-logged-in:hover
{
	color:#fff;
}
a.nav-top-link.nav-top-not-logged-in:before {
    background: url(http://project.synheir.com/computer/wp-content/uploads/2019/11/login-icon.png) no-repeat top center;
    content: "";
    display: block;
    width: 95%;
    height: 28px;
    position: absolute;
    top: -19px;
}
a.nav-top-link.nav-top-not-logged-in:after {
    background: url(http://project.synheir.com/computer/wp-content/uploads/2019/11/login-icon.png) no-repeat top center;
    content: "";
    display: block;
    width: 95%;
    height: 28px;
    position: absolute;
    top: -19px;
}
.current-dropdown .cart-icon strong, .cart-icon:hover strong
{
	background-color:transparent;
}
.fixed-repair-section .icon img
{
	position: absolute;
    left: -350%;
    top: -18px;
    width: 80%;
}
.about-icons .large-2 {
    max-width: 17.66667%;
    flex-basis: 18.66667%;
    margin: 0 10px !important;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 20px !important;
    border-radius: 4px;
}
.about-icons .large-2 img {
    width: 65%;
    margin: 5px 18%;
    height: 95px;
}
.about-icons .large-2 h4
{
	font-size:11px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}