/*
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.   ***************/
.top-contact{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-items: self-end;
    height: 50px;
}
.top-contact .box{
    flex: 0 0 300px;
    padding: 0 20px;
}
.box-hotline .icon{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 15px;
}
.box-address .icon{
    width: 35px;
    height: 35px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #1b613d;
    text-align: center;
    line-height: 30px;
    padding-right: 3px;
}
.box-hotline .hotline, .box-address .address{
    float: left;
    font-weight: bold;
}
.box-hotline .hotline p, .box-address .address p{
    margin: 0;
    line-height: 1rem;
    color: #1b613d;
}
.box-hotline .hotline p:last-child, .box-address .address p:last-child{
    font-size: 14px;
}
.box-hotline .hotline a, .box-address .address a{
    color: #1b613d;
}

.nav-uppercase>li>a {
    font-weight: normal;
}
.absolute-footer.dark {
    color: #fff;
    border-top: 1px solid #FFF;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    font-weight: normal;
}
.product-small.box{
    border:1px solid transparent;
}
.product-small.box:hover{
    border:1px solid #326e51;
}
.footer-contact{
    margin-top: 20px;
}
.footer-contact p{
    margin-bottom: 0;
    font-size: 14px;
}
.support p{
    margin-bottom: 5px;
    font-size: 14px;
}
.footer-nav a{
    margin: 0;
    font-size: 14px;
    padding: 5px 0;
    line-height: 15px;
}
#shop-sidebar .is-divider {
    height: 1px;
    max-width: 100%;
    margin-top: 0;
    background: #326e51;
}
#shop-sidebar ul.menu>li+li, #shop-sidebar .widget>ul>li+li{
    border: none;
}
#shop-sidebar .widget>ul>li>a{
    font-size: 14px;
}
#shop-sidebar .widget .current-cat>a {
    color: #326e51;
    font-weight: bold;
}
h3.widget-title, span.widget-title {
    text-transform: uppercase !important;
    color: #326e51;
    font-weight: normal;
}
.breadcrumbs {
    color: #326e51;
    font-weight: normal;
    font-size: 14px;
}
.woocommerce-result-count {
    font-size: 14px;
}
.woocommerce-ordering, .woocommerce-ordering select {
    font-size: 14px;
    background: transparent;
    box-shadow: none;
}
.product-small.box .box-text {
    text-align: center;
}
.section-title-normal{
    border-bottom: 1px solid #326e51;
}
.section-title-normal span {
    border-bottom: 2px solid #326e51;
    margin-bottom: 0;
/*     background: #326e51; */
	background: #006737;
    color: #FFF;
    padding: 5px 25px;
    font-size: 14px;
    font-weight: bold;
}
h4.section-title-bold{
    font-size: 15px;
}
.section-title b {
    background-color: #326e51;
    opacity: 1;
}
 #main {
    min-height: 54vh;
}
.language ul li{
    display: inline-block;
    width: 47%;
    float: left;
    margin-bottom: 0;
}
.language ul li:first-child{
    border-right: 1px solid #FFFFFF;
    width: 65px;
}
.language ul li:last-child{
    width: 91px;
}
.language ul li a, .social ul li a{
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    text-align: center;
}
.language ul li.active a{
    color: #ffffff;
    font-weight: 700;
}
.language:after, .language:before{
    display: none;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    color: #222;
    font-size: 14px;
}
.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0 5px;
}
.nav-dropdown-has-arrow li.has-dropdown:before,
.nav-dropdown-has-arrow li.has-dropdown:after{
    display: none;
}
.child-cate{
    list-style: none;
    display: flex;
    margin: 0;
    height: 33px;
    align-items: center;
    justify-items: center;
}
.child-cate li{
    margin: 0;
}

.dropbtn {
    background-color: #1b613d;
    color: white;
    padding: 4px 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1b613d;
    min-width: 207px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #FFF;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
	text-transform: uppercase;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #FFF}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #1b613d;
}
.absolute-footer{
    border-top: 1px solid #FFF;
}
#footer{
    color: #1b613d;
}
.section-title a {
    text-transform: uppercase;
    font-weight: 600;
    color: #006737;
}
.footer-2 {
    font-weight: bold;
}
h2.section-title-normal span {
    border-bottom: none;
    margin-bottom: 0;
    background: transparent;
    color: #006737;
    padding: 0;
    font-size: inherit;
    font-weight: bold;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.child-cate{
		display:none;
	}
}