/*
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.   ***************/
div.header-main{
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-search-dropdown .nav-dropdown-simple{
    min-width: 320px;
}
.is-medium {
    font-size: 1em;
}
.img-radius{
    img{border-radius: 5px;}
}

.quick-view,
.quick-view-button,
.box-text .quick-view {
    display: none !important;
}
.product-section{
    border-top:none;
}
.footer-block{
    .section-title{
        margin-bottom: 1em;
        border:none;

    }
    .section-title-main{
        border:none;
    }
}
.shop-page-title{
    .is-large{
        font-size: 14px;
    }
}
.wp-container-core-group-is-layout-fc169830{
    text-align:center;
}
div.tabbed-content{
    box-shadow: none;
    .nav-pills{display: none;}
}
.section-canhtranh{
    .col{
        padding-bottom: 0;
    }
}
.product-small {
    margin-bottom: 20px;
}
.product-small.box {
    border: 2px #ebebeb solid;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.product-small.box {
    font-size: 18px;
}
.title-wrapper{
    font-size: 18px;
    font-weight: 600;

}
.custom-product-attrs {
    font-size: 16px;
    margin-top: 5px;
}

.custom-product-attrs .attr-item {
    margin-bottom: 0px;
}

.custom-product-attrs .price {
    font-weight: bold;
    color: #000;
}
.custom-price{
    line-height: 25px;color: var(--fs-color-secondary);margin-top: 10px;
    strong{font-size: 18px;}
    small{font-size: 13px; color: var(--fs-color-base);}
}
.custom-title{
    b{visibility: hidden;}
    .section-title-center span {
            margin: 0;
            letter-spacing: 0;
            background: var(--primary-color);
            padding: 6px 50px;
            border-radius: 30px;
            color: white;
            font-size: 20px;
            text-transform: uppercase;
        }
}
.product-short-description{
    margin-top:30px;
}
.product-summary {
    form.cart {
            display: none;
    }
    .chatbuttons{
        max-width: 450px;
        a{
            width: 48%;
            padding: 0px;
            margin: 0.5%;
            display: inline-block;
        }
    }
}
@media (min-width: 736px) {
    .logo-left .logo{margin-right: 50px;;}
    .section-canhtranh {
        .section-bg img {
            top: auto;
            bottom: -40%;
        }
    }

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


}