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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-inner.flex-row {
    display: block;
    width: 100%;
}

.header-main {
    height: auto !important;
}

#logo {
    width: 100% !important;
    margin: 0;
    padding: 30px 0;
}

#logo img {
    max-height: 100% !important;
    width: 100%;
}

.top-divider {
    display: none;
}

ul.header-nav.header-nav-main.nav-left {
    background: #448fbb;
}

ul.header-nav.header-nav-main.nav-left>li>a {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    text-transform: uppercase;
}

ul.header-nav.header-nav-main.nav-left>li>a i {
    margin-right: 8px;
}

ul.header-nav.header-nav-main.nav-left>li.current-menu-item>a,
ul.header-nav.header-nav-main.nav-left>li:hover>a {
    background: #4c626d;
}

ul.header-nav.header-nav-main.nav-left>li {
    margin: 0;
}

td:first-child {
    padding-left: .5em;
}

.home-2 .product-small p.category {
    opacity: 1;
    font-size: 14px;
}

.home-2 .product-small .product-title a {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}

.home-2 .product-small .price span.amount {
    font-size: 20px;
    color: red;
}

.home-2 .product-small .price-wrapper {
    margin: 0 0 10px 0;
}

.footer-1 .text p {
    margin: 0 0 10px 0;
}

.footer-1 .text a {
    color: #fff;
}

.footer-1 .is-divider {
    border-bottom: 1px dotted #FFF;
}

.footer-1-row {
    padding: 30px 0 0 0;
}

.footer-1-row .col {
    padding-bottom: 0;
}

.absolute-footer {
    display: none;
}

.footer-1-row .col p {
    margin: 0;
}

.stuck #logo {
    display: none;
}

.home-2 .product-small .box-text {
    height: auto !important;
    min-height: unset !important;
}

.w3b-mobile-extra a {
    width: 48%;
    display: inline-block;
    text-align: center;
    background: #448fbb;
    padding: 15px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

a.w3b-muangay-btn {
    background: #ef4040;
    float: right;
}

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


}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo {
        padding: 15px 0;
    }

    li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children {
        position: absolute;
        top: -44px;
        right: 15px;
    }

    .flex-col.show-for-medium.flex-left {
        background: #448fbb;
        padding: 0 15px;
    }

    .nav>li.has-icon>a>i {
        color: #fff;
    }

    li.header-search.header-search-dropdown.has-icon.has-dropdown.menu-item-has-children {
        position: absolute;
        top: -44px;
        right: 15px;
    }

    .flex-col.show-for-medium.flex-left {
        background: #448fbb;
        padding: 0 15px;
    }

    .nav>li.has-icon>a>i {
        color: #fff;
    }

}