/*
Theme Name: mica
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.about-us-html h2 {
    margin-bottom: 30px;
    font-size: 26px;
    color: #000;
    position: relative;
}
.about-us-html h2:after {content: '';width: 150px;height: 2px;background: #ff890b;display: block;position: relative;bottom: -10px;left: 0;margin: 0;}
.about-us-html p {
    line-height: 24px;
    color: #878787;
}
.absolute-footer.dark {
    color: rgb(255 255 255);
    background: #27ae60;
}
.about-us-html p {
    margin-bottom: 10px;
}
.about-us-html ul li {
    margin-bottom: 0;
}
.test-custom>.col-inner {
    border: 1px solid #000;
    padding: 15px 20px 0;
    position: relative;
}
p.name {
    font-style: initial;
}
.nav-dropdown-simple .nav-column li>a:hover, .nav-dropdown.nav-dropdown-simple>li>a:hover {
    background-color: rgb(218 218 218 / 26%);
}
.search-form-categories .search_categories {
    height: 38px;
    min-width: 100px;
}
li.html input {
    height: 38px;
    margin-left: -1px;
    border-radius: 0;
}
.searchform .button.icon {
    width: 72px;
    height: 38px;
    margin-left: -1px;
}
.section-title-normal span {
    border-bottom: 2px solid rgb(255 137 11);
}
.section-title-center span {
    margin: 0 35px;
}
.contact-info ul li {
    list-style: none;
    margin-left: 0;
}
.contact-info ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f8f8f8;
    color: #777;
    margin-right: 10px;
}
.form-contact-x input, .form-contact-x textarea {
    box-shadow: none;
    border-radius: 4px;
}
.form-contact-x textarea {
    min-height: 90px;
}
.form-contact-x input::placeholder, .form-contact-x textarea::placeholder {
    color: #adaaaa;
    font-weight: 400;
}
.price-wrapper ul {
    margin: 0;
}
.price-wrapper ul li {
    list-style: none;
    margin: 0;
    font-size: 13px;
}
span.icon-text {
    font-weight: bold;
    font-size: 15px;
}
span.icon-price {
    font-size: 15px;
}
.add-to-cart-button .ajax_add_to_cart:hover {
    background: #27ae60 !important;
    color: #fff;
}
.product-title a {
    color: #27ae60;
    font-weight: 600;
}
.nav-dropdown {
	border: 1px solid #ddd;
	padding: 0
}

.nav-dropdown>li.nav-dropdown-col {
	display: block
}

.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a {
	text-transform: none !important;
	font-size: 15px;
	font-weight: 500;
	color: rgba(102, 102, 102, 0.85);
	transition: all .2s;
}

.nav-dropdown-default>li>a {
	border-bottom: 0 !important
}

.nav-dropdown-has-arrow li.has-dropdown:before {
	border-width: 10px;
	margin-left: -10px;
}

.nav-dropdown .nav-dropdown-col>ul {
	transition: opacity .25s;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
	border: 1px solid #fff;
	color: #777;
	background-color: #fff;
	margin-top: -40px;
	display: none;
	position: absolute;
	left: 100%;
	z-index: 9;
	min-width: 260px;
}

.nav-dropdown>li.nav-dropdown-col {
	width: 100%;
	border-right: 0
}

.nav-dropdown .nav-dropdown-col>ul li a {
	padding: 10px;
	text-transform: none;
}

.header-nav li.nav-dropdown-col:hover>ul {
	display: block !important
}
.cart-item{
	display: block !important
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}