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


}
.searchform input[type=search],
.searchform .ux-search-submit{
      height: 3em;
}
.searchform .ux-search-submit{width:3em}

/*Css chỉnh màu cho tiêu đề popup*/
.devvn-popup-title {
    background: #089108 !important;
}

/*Css chỉnh màu cho button đặt mua ngay*/
.popup-customer-info-group .devvn-order-btn{
    background: #ef1313 !important;
}

.featured-badge  {
    top: 20px;
    left: 0px;
    width: 100%;
    background: #1e1e1e99;
    color: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.featured1 {
    background: #fff000;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    float: right;
}

.isures-ivp--option--info span.price {
    margin: 0!important;
font-size: 15px;
}
.isures-ivp--option--info span.price span.woocommerce-Price-currencySymbol {
    vertical-align: middle!important;
}