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

textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel, input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background-color: #e1e2e2;
	height: 4em;
}

input[type=submit], input[type=submit].button {
  	background-color: #e64599;
	line-height: 3.5em;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
	padding-left: 165px;
	color: black;
}

h1.product-title.product_title.entry-title {
    color: black;
}

.header-top {
    min-height: 50px;
	background-color: #e64599;
}

ul.nav.nav-center.nav-small.nav-divided {
    font-size: 20px;
}

.price.product-page-price.price-on-sale {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.price.product-page-price.price-on-sale del {
  order: 2; /* Đưa giá gốc xuống sau */
  color: #888;
  opacity: 0.8;
  text-decoration: line-through;
}

.price.product-page-price.price-on-sale ins {
  order: 1; /* Đưa giá khuyến mãi lên trước */
  color: red !important;
  font-weight: bold;
	font-size: 50px;
}

.menu-secondary-container {
    display: none;
}

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


}