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

/* Bo góc ảnh sản phẩm trong widget danh sách (Latest, Best Selling, Top Rated) */
.widget ul.product_list_widget li img,
.widget.woocommerce ul.product_list_widget li img {
  border-radius: 10px !important;
  overflow: hidden;
}
.huego-additional-info {
  border-top: 1px dotted #ddd;
  margin-top: 30px;         /* Tăng khoảng cách so với nút */
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.huego-additional-info .sku_wrapper strong {
  display: inline-block;
  min-width: 120px;
  font-weight: 500;
  color: #333;
}

@font-face {
  font-family: 'AquawaxVN';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Light.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AquawaxVN';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Regular.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AquawaxVN';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Italic.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AquawaxVN';
  src: url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Bold.woff2') format('woff2'),
       url('/wp-content/themes/flatsome-child/assets/fonts/svn-aquawaxpro/SVN-AquawaxPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.product-additional-information {
    /* Thêm style tùy chỉnh */
    margin-bottom: 20px;
}