/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* 
.header ul.nav.top-bar-nav {
    display: none;
}
 */
.wapp-txt {
	position: absolute;
	top: 0px;
	left: -90px;
	background-color: #43d366;
	color: #FFF;
	padding: 20px 30px 20px 20px;
	height: 70px;
	line-height: 1.6;
	font-size: 18px;
	border-radius: 35px 0 0 35px;
}

.wcz-tagfilter {
	position: relative;
}
.tagloader {
	position: absolute;
    background-color: #fbfbfb;
    top: 10px;
    right: 10px;
    z-index: 99;
    border: 3px solid #dddddd;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 25px;
    height: 25px;
	display: none;
	-webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.wcz-tagfilter.load .tagloader {
	display: block;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.kbf-banner {
	display: block;
	background-color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.kbf-banner span {
	display: block;
    color: #FFF;
}
.kbf-banner-inner {
	display: flex;
	align-items: stretch;
}
.kbf-banner-left {
	flex: 1;
	color: #f73b67;
	text-align: center;
	font-size: 32px;
	padding-top: 25px;
	background-image: url(https://devsite.smartsynergycape.co.za/wp-content/uploads/2020/11/b-wall-left.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-top: 25px;
}
.kbf-banner-left span {
	font-size: 23px;
	margin: -12px 0 0;
}
.kbf-banner-center {
	flex: 1.5;
	min-height: 135px;
	text-align: center;
}
.kbf-banner-right {
	flex: 1;
	color: #a47dff;
	text-align: center;
	font-size: 32px;
	background-image: url(https://devsite.smartsynergycape.co.za/wp-content/uploads/2020/11/b-wall-right.png);
	background-repeat: repeat-y;
	background-position: right center;
	padding-top: 25px;
}
.kbf-banner-right span {
	font-size: 27px;
	margin: -12px 0 0;
	letter-spacing: 0.3px;
}

.badge .badge-inner.on-sale {
    background: none;
}

/* -- Product Returns From -- */
.pform-half {
    display: inline-block;
	width: 47%;
    margin: 0 1.2% 22px;
}
.pform-half .quantity .wpcf7-number {
	min-width: 200px;
    text-align: left;
    padding: 0 18px;
    margin: 0 0 15px;
}
.pform-full {
	margin: 0 0 30px;
}
.pform-full span.wpcf7-list-item {
	display: block;
}

.pform-half span.req,
.pform-full span.req{
	color: #e40404;
    margin: 0 0 0 4px;
}

/* -- WOOF WC FILTER CSS -- */
#shop-sidebar #woocommerce_product_categories-14 {
    margin: 100px 0 40px;
}
.woof_container_inner h4 {
	line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
	color: #000;
    font-size: 16px;
	font-weight: 600;
}
.woof_container_inner h4::after {
	height: 3px;
    display: block;
	content: '';
    background-color: rgba(0,0,0,0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
}
.woof label {
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.3;
    margin: 3px 0 0 7px;
}
.chosen-container-single a.chosen-single {
	height: 40px !important;
    padding: 7px 12px;
    border-radius: 2px;
}
.chosen-container-single a.chosen-single div {
	top: 7px;
}

@media only screen and (max-width: 850px) {
	li.header-search.current-dropdown>.nav-dropdown {
		left: auto;
		right: -48px;
	}
}
@media only screen and (max-width: 782px) {
	.kbf-banner-inner {
		flex-direction: column;
	}
	.kbf-banner-left,
	.kbf-banner-right {
		background: none;
		padding: 0;
	}
	.kbf-banner-center {
		min-height: 40px;
	}
	.kbf-banner-center img {
		max-width: 62%;
	}
}
@media only screen and (max-width: 620px) {
	.kbf-banner-center img {
		max-width: 88%;
	}
	li.header-search .nav-dropdown>li.html {
		min-width: initial !important;
	}
}
