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


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


}
.categary-pr .product-category.col {
    border: 1px solid #E5E7F6;
}
.product-small.box {
    border: 1px solid #c7c7c761;
    box-shadow: 0 2px 10px rgb(161 161 161 / 30%);
}
.support-box {
  border: 1px solid #61B846;
  margin-bottom: 20px;
}

.support-header {
  background: #00BF63;
  color: white;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
}

.support-item {
  padding: 10px;
  border-top: 1px solid #00BF63;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.support-item.top {
  border-top: none;
}
.thanh-ben .icon-box.featured-box.icon-box-left.text-left {
    border-bottom: 1px solid #e6e6e6e0;
    padding: 10px 0;
}
.icon-contact p {
    margin-top: 10px;
}
.label-white {
  color: white;
}
.product-small.box .title-wrapper {
    min-height: 80px;
}
.add-to-cart-button a.add_to_cart_button {
  background-color: #B81F10!important;
  color: white !important;
  border: none !important;
}
.add-to-cart-button a.add_to_cart_button:hover {
  background-color: darkred !important;
}
span.amount {
    color: #B81F10;
    font-weight: 700;
    white-space: nowrap;
}
SPAN.widget-title:before, span.widget-title.shop-sidebar:before {
    content: "\f00b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    padding-right: 10px;
}
div#comments {
    display: none;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    display: block;
    font-weight: 500;
    position: relative;
    padding: 10px 26px 10px 10px;
    color: #fff;
    background-color: #00BF63;
    font-size: 15px;
}
.widget .is-divider {
    margin-top: .66em;
    display: none;
}
h1.page-title.is-large.uppercase {
    display: none;
}
.call-button {
  display: inline-block;
  background-color: #00BF63; /* màu xanh */
  color: #fff;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
  margin-bottom: 30px; /* cách nền dưới 30px */
}
.call-button i {
  margin-right: 8px;
}
.call-button:hover {
  background-color: #0b5732;
	 color: #fff;
}

.categary-pr p.is-xsmall.uppercase.count {
    color: #B81F10;
}
.menu-sp a:hover {
    color:#00BF63;
}