@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.   ***************/
/* 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;
  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;
  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;
  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;
}

.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;
  }
}

.nav-dropdown {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
}
.nav-dropdown li {
  margin: 0 !important;
}
.nav-dropdown li > a {
  display: flex !important;
  color: inherit;
}
.nav-dropdown li.menu-item-has-children {
  position: relative;
  display: flex;
  width: 100% !important;
}
.nav-dropdown li.menu-item-has-children::before {
  content: "\f105";
  font-family: fl-icons !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}
.nav-dropdown li.menu-item-has-children > a {
  color: inherit;
  width: 100% !important;
  font-weight: 400;
  text-transform: unset;
  font-size: inherit;
}
.nav-dropdown li.menu-item-has-children:hover > .sub-menu {
  left: 100%;
  opacity: 1;
}
.nav-dropdown .sub-menu {
  min-width: 250px;
  background-color: white;
  padding: 20px 0 !important;
  position: absolute;
  left: 999%;
  opacity: 0;
  top: -20px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.off-canvas .nav-vertical li > a {
  text-transform: uppercase;
  font-size: 14px;
}

.account-item .header-button > a {
  color: #ccc;
}

#top-bar .nav > li {
  margin: 0 15px;
}

.header-main .flex-left.hide-for-medium {
  padding-right: 170px;
}
.header-main .flex-left.hide-for-medium .nav {
  justify-content: center;
}

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

.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.product-categories {
  border-top: 1px solid #e5e5e5;
}
#shop-sidebar .widget_product_categories ul.product-categories > li {
  padding: 0 15px;
}
#shop-sidebar .widget_product_categories ul.product-categories > li a {
  padding: 10px 0;
  text-decoration: none;
}
#shop-sidebar .widget_product_categories ul.product-categories > li a:hover {
  color: var(--fs-color-primary);
}
#shop-sidebar .widget_product_categories ul.product-categories > li ul.children {
  padding-left: 10px;
  border-left: none;
}

#footer .back-to-top {
  padding: 15px 20px;
  width: auto;
  height: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgb(235, 235, 235);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
  bottom: 10%;
  font-size: 12px;
  font-weight: 400;
}
#footer .back-to-top:hover {
  color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
}
#footer .back-to-top i {
  font-size: 18px;
  vertical-align: sub;
}

.wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7-form .form-dk {
  border: 2px solid #ebebeb;
  padding: 3px;
}
.wpcf7-form .form-dk input {
  font-size: 14px;
  background-color: unset;
  border: none;
  box-shadow: none;
  height: 45px;
}
.wpcf7-form .form-dk input:focus, .wpcf7-form .form-dk input:hover {
  box-shadow: none;
}
.wpcf7-form .form-dk input[type=submit] {
  border-left: 2px solid #ebebeb;
  margin: unset;
  padding: 0 30px;
}

.post-item .mbws-post-meta {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  gap: 10px;
}
.post-item .mbws-post-meta .post-views {
  font-size: 14px;
  font-weight: 400;
}
.post-item .box-text .from_the_blog_excerpt {
  margin-bottom: 10px;
}
.post-item .box-text .button {
  font-size: 14px;
  text-transform: unset;
  margin: unset;
  float: right;
  font-weight: 400;
  min-height: unset;
  height: auto;
  line-height: 2;
}
.post-item .box-text .button:hover {
  color: var(--fs-color-primary) !important;
}

.dashicons-chart-bar:before {
  content: "\ea9a";
  font-family: "matbaows-icons" !important;
}