/*
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.   ***************/
#mega_menu>li {
    background: #639e33;
}
#mega_menu>li>a {
    border-top: 1px solid #ffffff;
    color: #fff !important;
}
.sf-menu a {
    padding: 5px 10px;
}
#mega_menu a:hover {
    background-color: #54872c !important;
}
div#masthead form.searchform input.search-field {
    box-shadow: unset;
    border: solid 1px #efefef;
    height: 42px;
    font-size: 14px;
    padding-left: 50px;
    border-radius: 10px;
    background: #fff !important;
}
div#masthead form.searchform button.ux-search-submit.submit-button {
    height: 42px;
    width: 50px;
    background: transparent;
    border: unset;
    box-shadow: unset;
    background-size: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #efefef !important;
}
.related .box{
	box-shadow: 0 3px 10px rgb(0 0 0 / 7%);
}
.product-small:hover{
	border: solid 0.5px #649e33;
}
.product:hover{
	border: none;
}
.product-title{
	margin-bottom: 15px !important;
}
#mega-menu-wrap{
	max-width: 250px;
	    line-height: 40px;
	background: #54872c !important;
}
.font-bold{
	font-weight: bold;
}
.tab-ques .accordion-title{
	    background: #ebebeb;
    color: #333333 !important;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.accordion-inner {
    background: #f8f8f8;
    margin-bottom: 10px;
}
.tab-ques .active{
	    background: #80ba50;
    color: #fff !important;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
p{
	margin-bottom: 10px;
}
.page-title-inner {
    min-height: 370px !important;
}
.post-sidebar{
	border: none !important;
    padding-left: 0px;
}
.is-divider{
	display: none;
}
span.widget-title {
    font-size: 20px !important;
    color: #333;
}
.checkout-page-title .page-title-inner {
	display: none;
}
.number-button{
    display: none;
}

/*
.number-button {
    position: fixed;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 99999;
}

.number-button span{
	    padding: 10px 20px;
    background: #649e33;
    border-radius: 10px;
}
.number-button span:hover{
	background: red;
}
.number-button a{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.number-button span:hover a{
	color: #fff;
}
*/
#icon-bar {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
#icon-bar a {
    display: block;
    text-align: center;
    transition: all .3s ease;
	width: 55px;
	height: auto;
	margin: 15px;
	background: #fff;
    border-radius: 100%;
    padding: 5px;
	position: relative;
}
#icon-bar a:hover{
	-webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
#icon-bar img{
	width: 100%;
}
#icon-bar span{
	    background-color: rgba(43, 45, 46, 1);
    color: #fff;
	display: none;
	font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    left: calc(50% - -40px);
    top: calc(20% - 0px);
    z-index: 1;
    transition: opacity .5s;
}
#icon-bar a:hover span{
	display: inline;
}
#icon-bar span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    color: #2a2d2e;
    border-style: solid;
    left: -10px;
    border-color: transparent #2B2D2E transparent transparent ;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.post-sidebar{
    padding-left: 15px;
}

}