/*
Theme Name: Theme Cloud
Description: This is a child theme for Flatsome Theme
Template: flatsome
Version: 3.0
*/
@import "assets/css/default.css";
@import "assets/css/theme.css";

/*************** ADD CUSTOM CSS HERE.   ***************/

#top-bar img{
    max-width: 18px;
    max-height: 18px;
    width: auto;
    height: auto;
    padding-top: 0px;
}
#top-bar .icon-box-text{
	padding-left: 3px;
}
#top-bar .icon-box-img{
	text-align: center;
}
.header-nav .header-block{
	width:auto !important;
}
#masthead .header-search-form .searchform input.search-field{
	box-shadow: none !important;
	height: 40px;
	border-radius: 5px 0px 0px 5px;
}
#masthead .header-search-form .searchform{
	width:300px;
	margin-left: 100px;
}
#masthead .header-search-form .searchform .submit-button{
	height: 40px;
	border-radius: 0px 5px 5px 0px;
}
#wide-nav{
	border-bottom: 1px solid #EEE;
}
.absolute-footer{
	padding:0px;
}
body.search .blog-wrapper.blog-archive .archive-page-header, body.archive .blog-wrapper.blog-archive .archive-page-header{
	background: url(images/bg-category-product.jpg);
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}
body.search .blog-wrapper.blog-archive .archive-page-header:after, body.archive .blog-wrapper.blog-archive .archive-page-header:after{
	content: '';
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100%;
	background: #00000091;
}
body.search .blog-wrapper.blog-archive .archive-page-header *, body.archive .blog-wrapper.blog-archive .archive-page-header *{
	color: #FFF;
	position: relative;
	z-index: 1;
}
.post-item .box-text .from_the_blog_excerpt{
	font-size: 14px;
	margin-top: 0px !important;
}
.product-small.col .col-inner{
	border:1px solid #EEE;
	transition: all 0.3s;
}
.product-small.col .col-inner:hover{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.product-small .cart-icon strong{
	background: var(--fs-color-primary) !important;
	color: #FFF !important;
}
.header-vertical-menu__fly-out .nav-top-link{
	    text-transform: uppercase;
    font-weight: 700;
}
.left-menu-section{
	width: 265px;
    max-width: 265px;
	flex-basis:265px;
	padding-right: 0px !important;
}
.right-menu-section{
	width:calc(100% - 265px);
	max-width:calc(100% - 265px);
	flex-basis:calc(100% - 265px);
	padding-left: 0px !important;
}



body.single.single-product .product-page-title{
	background: #EEE;
	padding:15px 0px;
	font-size: 14px;
}
body.single.single-product .product-page-title .page-title-inner{
	padding: 0px 15px;
	font-size: 15px;
	min-height: auto;
}
body.single.single-product .product-page-title *{
	font-size: 13px;
}
.child-flatsome-title{
	background: transparent;
	border-bottom:2px solid var(--fs-color-primary);
	margin-bottom: 10px !important;
}
.product-short-description{
	    font-size: 14px;
    background: #eee;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
#main #product-sidebar .widget.block_widget .section .is-divider{
	display: inherit;
}
.form-newsletter .wpcf7-form .wpcf7-submit{
	background: var(--fs-color-secondary) !important;
}

@media (max-width:1024px){
	.header-block{
		display: none;
	}
}
@media(max-width: 849px) {

.right-menu-section{
	width:100%;
	max-width:100%;
	flex-basis:100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.form-newsletter .wpcf7-form .wpcf7-submit{
	width:100%;
}
.form-newsletter .flex-col{
	margin:0px;
}

}