/*
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.   ***************/

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

:root {
    --main-color: #068da9;
}

body {
    background-color: #ccc!important;
}

#wrapper,
#main {
    background-color: #F8F6F4;
}

.menu_cate {
    background-color: #fff;
}

.menu_cate p {
    background-color: var(--main-color);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 0px;
}

.menu_cate .item-menu-cate {
    padding: 5px;
}

.menu_cate .item-menu-cate a {
    color: #000;
}

.menu_cate .item-menu-cate:hover {
    background-color: var(--main-color);
    color: #fff;
}

.contact-head {
    color: var(--main-color);
    font-weight: bold;
    font-size: 20px!important;
}

.main-footer {
    background-color: #068da9!important;
    padding: 20px 0px;
}

.main-footer .allcate p {
    margin-bottom: 0px;
    color: #fff!important;
    font-weight: bold!important;
}

.main-footer ul.bottombar li {
    list-style: none!important;
    float: left;
    margin: 0px 3px 0px 0px!important;
}

.main-footer ul.bottombar li a {
    color: #fff;
    font-size: 11px;
}

.main-footer .social {
    position: fixed;
    bottom: 70px;
    right: 18px;
    z-index: 9999;
}

.main-footer .social .item-social img {
    width: 50px;
}

.main-footer .social .item-social {
    margin-bottom: 10px;
}

.info-footer .logo-ft img {
    max-width: 200px;
    margin-bottom: 20px;
}

.info-footer p {
    color: #fff;
    margin-bottom: 5px;
}

.menu-ft p {
    color: #fff!important;
    font-size: 20px;
    font-weight: bold;
}

.menu-ft ul li a {
    color: #fff!important;
}

.menu-ft ul {
    padding-left: 20px;
}

.menu-ft ul li {
    list-style: none;
}

.allcate {
    border-top: 1px solid #fff!important;
    padding-top: 10px;
}

.product-small.box {
    border: 2px solid var(--main-color);
    height: 300px;
    overflow: hidden;
    background-color: #fff;
}

.menu-ft .social-menu {
    display: flex;
}

.menu-ft .social-menu .item-social img {
    width: 70px;
}

.menu-ft .social-menu .item-social {
    margin-right: 10px;
}