/*
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.18.4
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
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.
***************/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

body{
	font-family: "Josefin Sans", sans-serif;
}

#header-contact li a {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: white;
}
#header .icon-angle-down{
	display: none;
}
.menu-thoitrangnu .menu-cha a{
	font-weight: bold;
}
.menu-thoitrangnu {
	text-transform: capitalize;	
}
.header-top {
    background-image: url(/wp-thoitrang/wp-content/uploads/2024/04/headertop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-bar-nav li:first-child {
    margin-right: 25px;
}
.header:not(.transparent) .top-bar-nav > li > a {
    color: #ffffff;
}
.top-bar-nav li a {
    font-size: 1rem;
}
.top-bar-nav > li > a {
    line-height: 16px;
}

label {
    font-weight: normal;
    color: gray;
	 font-size: 17px;
}
.header-search-form-wrapper input {
    font-size: 16px;
}
.header-search-form-wrapper input[type=search]{
	width: 18rem;
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin-left: -3.9em;
}
.header-search-form-wrapper .searchform .button.icon i {
    font-size: 1.8em;
}
.header-button a {
    color: #333;
}
.header-main .nav > li > a {
    font-size: 16px;
    font-weight: normal;
	line-height: 48px;
}

.nav-line-bottom>li>a:before {
    bottom: -49%;
    top: auto;
    height: 2px;
}

#menu-item-56 a{
	font-weight: bold;
    color: red !important;
}

#header .sub-menu {
	padding: 20px 0 0 20px!important;
}
#masthead .flex-right ul li{
	margin: 0 5px;
}

.a-buttonIcon_text{
	align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
}
.a-buttonIcon_text .uppercase{
	position: relative;
}
.a-buttonIcon_text .uppercase:before {
    border-bottom: .125rem solid #00aeef;
    bottom: -.125rem;
    content: "";
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 0;
}
.a-buttonIcon_text .icon-box-text{
    margin-right: 40px;
}
.a-buttonIcon_text:hover .uppercase:before {
    width: 100%;
}
.a-buttonIcon_text:hover .uppercase {
    color: #00aeef;
}
.section3 .product-small .box-image .image-cover{
	border-radius: 115px;
}
.section3 .product-small .price ins bdi, .section3 .product-small .price span.amount {
    font-size: 28px;
    font-weight: normal;
    color: #444;
}

.section5 .product-small{
	display: flex;
}
.section5 .product-small .box-image {
    max-width: 65% !important;
    order: 1;
    width: 60% !important;
}


.product-small .price {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
}
.product-small .product-title a {
    font-size: 19px;
    font-size: 19px;
    color: #333;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
}

.product-small .price {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
}
.product-small .price del {
    order: 2;
}
.section3 .product-small .price ins bdi, .section3 .product-small .price span.amount {
    font-size: 28px;
    font-weight: normal;
    color: #444;
}

.product-small .price del bdi, .product-small .price {
    font-size: 16px;
}