@charset "UTF-8";
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --fs-color-primary: #659b17;
  --fs-color-secondary: #000000;
  --fs-color-success: #1c1b3b;
  --fs-color-alert: #b20000;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: #111;
}

/* sử dụng responsive đơn gian 
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width
EX: 
.my-element {
font-size: 24px;
@include responive(phone-sm,max) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(min,tablet) {
  display:none;
}
}
.my-element {
font-size: 24px;
@include responive(420px, down) {
  display:none;
}
}
*/
/* sử dụng responsive  min-width và max-width có thể custom breakpoints 2 giá trị max và min
EX: 
.my-element {
font-size: 24px;
@include responive(420px, 768px) {
  display:none;
}
}
*/
.__ellipsis_2_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 2.8em !important;
}

.__ellipsis_3_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4 !important;
  min-height: 4.2em !important;
}

.mbws_home-wrap-title-product {
  display: flex;
  justify-content: space-between;
}

.mbws_border-bottom-title {
  border-bottom: 2px solid var(--fs-color-primary);
  width: fit-content;
}
.mbws_border-bottom-title h2 {
  color: #000000;
  text-transform: uppercase;
}

.post-item .box-blog-post .box-text .post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 68px;
}
.post-item .box-blog-post .box-text .post-meta {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  opacity: 1;
}
.post-item .box-blog-post .box-text .from_the_blog_excerpt {
  color: #000000;
}
.post-item .box-blog-post .box-text .is-divider {
  display: none;
}
.post-item .box-blog-post .box-text .button {
  border: 1px solid #646d7a;
}
.post-item .box-blog-post .box-text .button:hover {
  background: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  color: #ffffff;
  transition: all 0.3s;
}

.rank-math-breadcrumb p {
  font-size: 18px;
}
.rank-math-breadcrumb p a {
  text-decoration: none;
}
.rank-math-breadcrumb p .last {
  font-weight: 600;
}

.post-sidebar .widget .is-divider {
  display: none;
}
.post-sidebar .widget ul li a {
  text-decoration: none;
}
.post-sidebar .widget_recent_entries, .post-sidebar .widget_categories {
  border: 1px solid #e5e5e5;
}
.post-sidebar .widget_recent_entries .widget-title, .post-sidebar .widget_categories .widget-title {
  padding: 15px;
  display: block;
}
.post-sidebar .widget_recent_entries ul, .post-sidebar .widget_categories ul {
  border-top: 1px solid #e5e5e5;
}
.post-sidebar .widget_recent_entries ul li, .post-sidebar .widget_categories ul li {
  padding: 15px;
}

#shop-sidebar .widget_product_categories {
  border: 1px solid #e5e5e5;
}
#shop-sidebar .widget_product_categories .is-divider {
  display: none;
}
#shop-sidebar .widget_product_categories .widget-title {
  padding: 15px;
  display: block;
}
#shop-sidebar .widget_product_categories ul {
  border-top: 1px solid #e5e5e5;
}
#shop-sidebar .widget_product_categories ul li {
  padding: 15px;
}
#shop-sidebar .widget_product_categories ul li a {
  text-decoration: none;
}
#shop-sidebar .widget_product_categories ul li a:hover {
  color: var(--fs-color-primary);
}

.mbws_contact-infor iframe {
  width: 100%;
}

.type-product .product-title .woocommerce-LoopProduct-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.type-product .product-title .woocommerce-LoopProduct-link:hover {
  color: var(--fs-color-primary);
}
.type-product .box-image img {
  /* border: 1px solid #e6e6e6; */
  /* padding: 15px; */
}
.type-product .badge-container .badge-circle {
  padding-left: 20px;
}
.type-product .badge-container .badge-circle .badge-inner {
  border-radius: 0;
  background-color: var(--fs-color-primary) !important;
  padding: 0 10px;
}
.type-product .price-wrapper {
  margin-top: 10px;
}
.type-product .price-wrapper ins .woocommerce-Price-amount {
  font-size: 16px;
}
.type-product .price-wrapper bdi {
  font-size: 16px;
}

.mbws_custom-button {
  line-height: 40px;
}

.post-type-archive-product .woocommerce-breadcrumb {
  display: none;
}

.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .product-gallery-slider img {
  border: 1px solid #e6e6e6;
}
.single-product .type-product .price-wrapper bdi {
  font-size: 20px;
}
.single-product .single_add_to_cart_button {
  background: var(--fs-color-primary);
}
.single-product .product_meta .posted_in {
  font-size: 18px;
  font-weight: 600;
}
.single-product .product_meta .posted_in a {
  font-weight: 400;
}
.single-product .product_meta .tagged_as {
  font-size: 18px;
  font-weight: 600;
}
.single-product .product_meta .tagged_as a {
  font-weight: 400;
}
.single-product .product-footer .product-tabs li a {
  font-size: 20px;
  text-decoration: none;
}
.single-product .product-main {
  padding: 60px 0;
}
.single-product .product-footer {
  padding-bottom: 60px;
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
  background: var(--fs-color-primary);
}

.mbws_wrap-banner-single-product {
  padding: 100px 0 80px 0;
  background: #cccccc;
  display: flex;
  justify-content: center;
}
.mbws_wrap-banner-single-product .mbws_content {
  text-align: center;
}

.woocommerce-cart #content {
  padding: 100px 0 80px 0;
}

.woocommerce-checkout #content {
  padding: 100px 0 0 0;
}
.woocommerce-checkout #content #place_order {
  background: var(--fs-color-primary);
}

.woocommerce-customer-details .addresses {
  justify-content: space-between;
}

.header-nav {
  margin-left: 20px;
}
.header-nav .menu-item {
  margin: 0 20px;
}

.ux-search-submit {
  background: #ffffff;
  color: var(--fs-color-primary);
}

@media (max-width: 1024px) {
  #top-bar {
    display: none;
  }
}

.products .badge-container .box-text {
  text-align: center;
}