/*!
Theme Name: Suxnix
Theme URI: https://themegenix.net/wp/suxnix/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Suxnix - Health Supplement WordPress Theme
Version: 1.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suxnix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.banner-images .main-img {
    bottom: -100px !important;
    max-width: 600px !important;
}
.wc-block-cart__submit-container {
    border-radius: 15px;
    background: red;
    transition-duration: 800ms;
}
.wc-block-cart__submit-container:hover {
    background: #700000;
    transition-duration: 800ms;
}
span.wc-block-components-button__text {
    color: white;
    font-weight: 700;
}
ul.donglisize {
    font-size: 14px;
}
.ingredients-content p {
    font-size: 12px;
}
.ingredients-thumb {
    margin: 0 0 -47px;
    opacity: .1;
}
.formula-list li {
    line-height: 1;
}
.banner-content .banner-caption {
    font-size: 30px;
    margin: 0;
}
.banner-desc-show .desc {
    font-size: 15px;
}
span.tieudevang {
    color: #edd101;
    font-weight: bold;
}
.banner-desc-show .desc {
    margin: 0 0 40px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: var(--tg-secondary-color);
    letter-spacing: 0.095em;
    margin: 0 0 28px;
}
@media (max-width: 768px) {
.banner-images .main-img {
    bottom: -15px !important;
	  max-width: 350px !important;
}
}

/* Tạo khung cho bảng và các yếu tố trong bảng */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th, td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

th {
  background-color: #f4f4f4;
  font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

ul {
  font-size: 1.1em;
  margin-bottom: 20px;
}

ul li {
  margin-bottom: 5px;
  line-height: 1.6;
}

ul li strong {
  font-weight: bold;
}



@media (max-width: 768px) {
}
@media (max-width: 549px) {
.banner-images .main-img {
    bottom: -100px !important;
    max-width: 600px !important;
}
}

