/*\
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.16.2
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/



input#woocommerce-product-search-field-0 {
    background-color: white;
}
.header-contact-wrapper span {
    color: white;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    left: 73px;
}
.nav-left {
    justify-content: start;
}
.container.section-title-container {
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
}

h3.section-title.section-title-normal {
    border-left: solid 5px red;
    padding-left: 5px;
    border-bottom: 0;
}

span.section-title-main {
    border-bottom: 0;
}

.category-slider .box-image {
    border: solid 2px #eee;
}
.row.large-columns-7.medium-columns-3.small-columns-2.row-small {
    margin: 0;
}

.featured-box.icon-pr .icon-box.featured-box.icon-box-left.text-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.featured-box.icon-pr .icon-box-img.has-icon-bg {
    height: 92px;
}
.featured-box.icon-pr {
    padding-top: 15px;
    padding-bottom: 15px;
}
h4.section-title.section-title-normal {
    border-bottom: 0;
}

#footer .container.section-title-container {
    padding: 0;
}
ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase > li {
    margin:  0 030px;
    font-size: 15px;
    white-space: nowrap;
}

ul.nav.header-nav.header-bottom-nav.nav-center.nav-uppercase > li:first-child {
    margin-left: 0 !important;
}

#masthead > .header-inner > .flex-col.hide-for-medium.flex-left.flex-grow:before {
    content: '';
    position: absolute;
    top: 0;
    height: 70px;
    width: 1050px;
    clip-path: polygon(4% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #E42014;
    z-index: -1;
}
header .mid .row-mid .mid-box .frmSearch #keyword {
    outline: none;
    border: 1px solid #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
}
.nav>li>a {
    font-size: 1.1em;
}

.header-nav img.ux-menu-icon {
    width: 16px;
}


@media screen and (min-width: 850px) {
    .home-category > .large-2, .home-category > .medium-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.home-category .box-image img {
    width: 80%;
    max-width: 80%;
}
.home-category .box-image {
   text-align: center;
}
header .header-nav .html_topbar_right a.quote img {
    margin-right: 10px;
}
.home-right-banner img {
    object-fit: fill;
}

.category-slider .product-title {
    height: 38px;
    overflow: hidden;
}

@media screen and (max-width: 849px) {
    #popup {
        width: 100% !important;
        max-width: 100% !important;
    }
    #popup h2 {
        font-size: 1em;
        padding-top: 15px;
    }
    #popup .col, #popup .col-inner {
        padding: 0 !important;
        background: #f00;
        margin-top: auto;
        margin-bottom: auto;
    }

    #popup .row:not(.row-collapse) {
        margin-left: 0;
        margin-right: 0;
    }
}

.wpcf7-response-output {
    padding: 0;
    margin: 0;
}
.sub_category a {
    display: inline-block;
    padding: 3px 10px;
    color: #969696;
    border: 1px solid #F0F0F0;
    margin: 0 0 5px;
}
.category-page-row {
    padding-top: 10px;
}
.zalo-chat-widget
{
	display:block !important;
}

#messenger-icon {
	
    z-index: 2147483644;
    border: none;
    visibility: visible;
    bottom: 110px;
    right: 52px;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#messenger-icon img {
    width: 100%;
    height: auto;
}

#messenger-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
.sub_category {
    display: none !important;
}
.extra-info {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
  color: #444;
}
.extra-info p {
  margin: 0;
}