/*
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.   ***************/
/* fonts */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src:   url(fonts/fXtwZsOLXT7qjWORugTadiEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src:   url(fonts/AehIYCFomPDBe18pH83xwyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src:   url(fonts/fahAyMrM29nqUxEe7S0ERyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src:   url(fonts/8ruWHQ8fXuwvEqOsMbGBhyEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  src:   url(fonts/wVgDKaRrT3DN9VGcOY4or_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
h1,h2,h3,h4,h5,h6{ font-weight: 500 !important; }
/*h1,h2,h3,h4,h5,h6{font-family:'Yeseva One', cursive !important;font-weight:500 !important}*/
/* row-aboutus */
.row-aboutus
{
	background: url(images/hoa.png);
	background-repeat: no-repeat;
    background-size: contain;
}
.section-title span, .post-sidebar .widget-title span, #shop-sidebar .widget-title, .woof_container_inner h4, #product-sidebar .widget-title
{
	background-image: url(images/title.png);
}
.about-contact .inline-block.padding-right-40
{
	background-image: url(images/line-about.png);
}
.sec-dangky
{
    background: url(images/benefit.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
.single-product .product-info span.amount
{
  font-weight: 400;
  font-size: 1.7em;
  color: #e8418f;
}
.single-product .product-info del span.amount
{
  font-size: 1.4em;
}
.product-summary .quantity
{
  margin-bottom: 0;
}
form.cart
{
  margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}