@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
body a.button {
  border-radius: 4px;
  padding: 5px 24px;
}
body #top-link {
  padding: 5px 15px;
  color: #Fff;
  background-color: var(--fs-color-primary);
  border: unset;
}
body #top-link:hover {
  background-color: var(--fs-color-secondary);
}
body #top-link i {
  font-size: 30px;
}
body .dark .social-icons a {
  color: #fff;
}
body .dark .social-icons a:hover {
  color: var(--fs-color-primary);
}

.btn-main {
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
}
.btn-main:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.icon-box .icon-box-img .icon svg path {
  fill: revert-layer;
}

#comments {
  display: none;
}

i.ti {
  color: var(--fs-color-primary);
  margin-right: 5px;
}

.post .entry-header .entry-category a::before {
  content: "﫷";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.post .entry-header .entry-meta .posted-on {
  margin-right: 20px;
}
.post .entry-header .entry-meta .posted-on::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.post .entry-header .entry-meta .byline::before {
  content: "\eb4d";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}

body.page .slider {
  overflow: visible;
}
body.page .slider .flickity-button.flickity-prev-next-button {
  box-shadow: unset;
  height: fit-content;
  width: 50px;
  background-color: var(--fs-color-primary);
  opacity: 1;
  transform: unset;
  top: -80px;
}
body.page .slider .flickity-button.flickity-prev-next-button:hover {
  opacity: 0.8;
}
body.page .slider .flickity-button.flickity-prev-next-button .flickity-button-icon {
  border: unset;
  border-radius: unset;
  margin-top: unset;
  width: 65%;
}
body.page .slider .flickity-button.flickity-prev-next-button .flickity-button-icon path {
  fill: #fff;
}
body.page .slider .flickity-button.previous {
  border-radius: 3px 0 0 3px;
  left: auto !important;
  right: 65px !important;
}
body.page .slider .flickity-button.next {
  border-radius: 0px 3px 3px 0px;
  right: 10px !important;
}

.post-item .box .box-text .box-text-inner .post-title {
  font-weight: 500;
}
.post-item .box .box-text .box-text-inner .post-title a:hover {
  color: var(--fs-color-primary);
}
.post-item .box .box-text .box-text-inner .meta .cat-label {
  margin-bottom: unset;
  opacity: 1;
  display: inline-block;
  text-transform: none;
  color: #333;
  font-size: 14px;
}
.post-item .box .box-text .box-text-inner .meta .cat-label::before {
  content: "﫷";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.post-item .box .box-text .box-text-inner .meta .post-meta {
  opacity: 1;
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.post-item .box .box-text .box-text-inner .meta .post-meta::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.post-item .box .box-text .box-text-inner .is-divider {
  display: none;
}

.section-title-container .section-title {
  border-bottom: unset;
}
.section-title-container .section-title .section-title-main {
  font-size: 24px;
  text-transform: none;
  border-bottom: 4px solid var(--fs-color-primary);
}

.wpcf7 label {
  font-weight: 500;
  color: var(--text-color);
}
.wpcf7 .wpcf7-form-control {
  text-transform: none;
  font-weight: 500;
  box-shadow: unset;
  color: #8a8a8a;
  border: 1px solid #ddd;
  background-color: transparent;
}
.wpcf7 .wpcf7-form-control:focus {
  color: #8a8a8a;
  background-color: transparent;
  box-shadow: unset;
  border: 1px solid var(--fs-color-primary);
}
.wpcf7 .wpcf7-submit {
  padding: 9px 10px;
  color: #3b3b3b !important;
  background-color: #fff;
  padding: 0px 30px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: var(--fs-color-primary);
  color: #fff !important;
}

.testimonial-box .icon-box-text .star-rating {
  margin-left: auto;
}
.testimonial-box .icon-box-text .star-rating span::before {
  color: #FDD200;
}
.testimonial-box .icon-box-text .testimonial-text {
  margin-top: 15px;
}

.product .col-inner .box .box-text-products {
  background-color: #fff;
}
.product .col-inner .box .box-text-products .add-to-cart-button {
  transform: translateY(102%) translateZ(0);
  transition: transform 3s ease;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: -82px;
}
.product .col-inner .box .box-text-products .add-to-cart-button a {
  border-radius: unset;
  font-size: 16px;
  text-transform: none;
  color: #000;
  background-color: #fff;
  width: 100%;
}
.product .col-inner .box .box-text-products .title-wrapper .product-title {
  margin-bottom: 10px;
}
.product .col-inner .box .box-text-products .title-wrapper .product-title a {
  font-weight: 700;
  color: #333;
  font-size: 16px;
}
.product .col-inner .box .box-text-products .title-wrapper .product-title a:hover {
  color: var(--fs-color-primary);
}
.product .col-inner .box .box-text-products .price-wrapper .woocommerce-Price-amount {
  color: var(--fs-color-primary);
}
.product .col-inner .box:hover .box-text-products .add-to-cart-button {
  transform: translateY(25%) translateZ(0);
  transition: transform 0.3s ease;
  opacity: 1;
}
.product .col-inner .box:hover .box-text-products .add-to-cart-button a:hover {
  box-shadow: unset;
}

.badge-inner.on-sale {
  border-radius: 5px 5px 50px 50px;
  padding: 0px;
}
.badge-inner.on-sale:hover .subtitle::after {
  word-spacing: 10px;
}
.badge-inner.on-sale .onsale .cl-sale-badge-wrap {
  display: flex;
  flex-direction: column;
}
.badge-inner.on-sale .onsale .cl-sale-badge-wrap .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  width: 100%;
  background: #3498db;
  padding: 12px 20px;
  color: #000;
}
.badge-inner.on-sale .onsale .cl-sale-badge-wrap .subtitle {
  font-size: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 20px;
}
.badge-inner.on-sale .onsale .cl-sale-badge-wrap .subtitle::after {
  content: "★ ★ ★";
  display: block;
  font-size: 10px;
  position: relative;
  margin: 0;
  transition: all 0.3s;
  color: #3498db;
}

.product-small .col-inner .product-small .box-image img {
  aspect-ratio: 5/5;
  object-fit: cover;
}

#header #logo {
  margin-right: 0;
}
@media (max-width: 767px) {
  #header #logo {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  #header.header-full-width .container {
    max-width: calc(100vw - 150px) !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  #header .container {
    max-width: calc(100vw - 30px) !important;
  }
}
@media (max-width: 1600px) {
  #header .nav.nav-size-xlarge.nav-size-xlarge > li {
    margin: 0 12px;
  }
  #header .nav.nav-size-xlarge.nav-size-xlarge > li > a {
    font-size: 14px;
  }
}
#header .nav-line-bottom > li > a:before {
  height: 1px;
}
#header:not(.transparent),
#header .stuck {
  box-shadow: none;
}
#header:not(.transparent) .header-main .container,
#header .stuck .header-main .container {
  background-color: white;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#header .header-main .container {
  transform: translateY(15px);
}
@media (max-width: 768px) {
  #header .header-main .container {
    transform: translateY(10px);
  }
}
#header .header-main .menu-item-button > a {
  background-color: var(--fs-color-primary);
  border-radius: 10px;
  font-size: 16px;
  min-width: 180px;
  justify-content: center;
  padding: 13px 0;
  color: white;
}
#header .header-main .menu-item-button > a::before {
  display: none;
}
#header .header-main .menu-item-button > a i {
  margin-right: 10px;
  font-size: inherit;
}
#header .header-main .menu-item-button > a .icon-angle-down {
  display: none;
}
@media (max-width: 1500px) {
  #header .header-main .menu-item-button > a {
    min-width: unset;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #header .header-main,
  #header .header.show-on-scroll, #header .stuck .header-main {
    height: 60px !important;
  }
}
#header .nav-size-xlarge > li > a {
  font-size: 18px;
}
#header .nav-spacing-xlarge > li {
  margin: 0 20px;
}
#header .header-block {
  display: inline-block;
  width: fit-content;
}
#header .header-block .button {
  font-weight: 400;
  font-size: 14px;
  min-width: 200px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
#header .mbws-wpml-lang-codes {
  margin-top: 5px;
}
#header .mbws-wpml-lang-codes a {
  color: inherit;
}
#header .mbws-wpml-lang-codes a::after {
  left: -10px;
  top: 0;
  margin-top: 0;
  height: 18px;
  opacity: 1;
  border-color: #323232;
}
#header .menu-item-has-block .nav-dropdown {
  padding-left: 65px;
  padding-right: 65px;
  background-color: transparent;
}
#header .menu-item-has-block .nav-dropdown .section {
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
}
#header .menu-item-has-block .nav-dropdown .ux-menu-link__link {
  padding: 30px 35px 15px 0;
  border-bottom: 1px solid;
  position: relative;
  font-size: 18px;
}
#header .menu-item-has-block .nav-dropdown .ux-menu-link__link span {
  padding: 0;
}
#header .menu-item-has-block .nav-dropdown .ux-menu-link__link i {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid white;
  position: absolute;
  right: 0;
  bottom: 15px;
}
#header .menu-item-has-block .nav-dropdown .ux-menu-link__link:hover {
  border-color: var(--fs-color-primary);
}
#header .nav-dropdown {
  transform: translateY(25px);
}

.dark .mbws-wpml-lang-codes a::after,
.nav-dark .mbws-wpml-lang-codes a::after {
  border-color: white;
}

.mobile-nav .header-button a {
  border-radius: 8px !important;
  display: inline-flex;
  flex-direction: row-reverse;
}
.mobile-nav .header-button a span {
  margin-left: 0.5em !important;
  margin-right: 0 !important;
  text-transform: none;
}
.mobile-nav .header-button a i {
  top: 1px !important;
}

.off-canvas-right.dark .mfp-content {
  background-color: #2E3438 !important;
}

@media (min-width: 1024px) {
  body .container,
  body #content > .row:not(.row-custom-width):not(.row-full-width),
  body .section-content > .row:not(.row-custom-width):not(.row-full-width):not(.row-large):not(.row-collapse) {
    max-width: calc(100vw - 120px) !important;
  }
  body .section-content > .row-large:not(.row-custom-width):not(.row-full-width) {
    max-width: calc(100vw - 88px) !important;
  }
  body .section-content > .row-collapse:not(.row-custom-width):not(.row-full-width) {
    max-width: calc(100vw - 155px) !important;
  }
}
body .button:not(.icon).button-between {
  display: inline-flex;
  justify-content: space-between;
  padding: 15px !important;
  align-items: center;
  min-width: 300px;
}
body .button:not(.icon):hover {
  box-shadow: none;
}
body .button:not(.icon).white:not(.is-link) {
  border-color: #cacaca;
}
body .button:not(.icon).white:not(.is-link):hover {
  border-color: var(--fs-color-primary);
}
body .button:not(.icon).white:not(.is-link) i {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: var(--fs-color-primary);
  color: white;
  top: 0;
}
body .button:not(.icon).white:not(.is-link) i::before {
  line-height: 28px;
}
body .button:not(.icon).is-outline {
  border-width: 1px;
}
body .button:not(.icon).is-link i {
  border-radius: 10px;
  border: 1px solid white;
  text-align: center;
  line-height: 28px;
  width: 30px;
  height: 30px;
}
body .button:not(.icon).is-link.icon-fill i {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: white;
}
body .br-20 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  body .br-20 {
    border-radius: 15px;
  }
}
body .img-border-radius img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  body .img-border-radius img {
    border-radius: 15px;
  }
}
body .img-br-15 img,
body .img-br-15 .image-cover {
  border-radius: 15px;
}
body .img-br-10 img,
body .img-br-10 .image-cover {
  border-radius: 10px;
}
body .big-title h2 {
  margin-bottom: 0;
}
body .sub-title h6 {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}
body .sub-title h6::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--fs-color-alert);
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
@media (min-width: 1024px) {
  body .row-5 > .col {
    max-width: 20%;
    flex-basis: 20%;
  }
}
body .last-reset p:last-of-type {
  margin-bottom: 0;
}
body .title-breadcrumbs {
  padding: 20px 0;
}
body .breadcrumbs {
  font-size: 14px;
}
body .breadcrumbs a {
  font-weight: bold;
}
@media (max-width: 767px) {
  body .breadcrumbs {
    text-align: right !important;
    font-size: 11px;
  }
}

.about-img-box .button.icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
  width: 44px;
}
.about-img-box .button.icon span {
  display: none;
}

.mbws_cong-trinh-post .post-item .box .box-text {
  background-color: #F6F6F6;
}
.mbws_cong-trinh-post .post-item .box .box-text .box-text-inner {
  display: flex;
  flex-direction: column;
}
.mbws_cong-trinh-post .post-item .box .box-text .box-text-inner .post-title {
  order: -2;
  font-weight: 500;
  margin: 10px 0;
  font-size: 24px;
}
.mbws_cong-trinh-post .post-item .box .box-text .box-text-inner .meta {
  order: -1;
}
.mbws_cong-trinh-post .post-item .box .box-text .box-text-inner .meta .post-meta .slash {
  display: none;
}
.mbws_cong-trinh-post .post-item .box .box-text .box-text-inner .btn a:hover {
  color: var(--fs-color-primary);
}

.mbws_lien-he .mbws_lien-he-left .page-contact {
  margin: 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 0 20px;
  margin-bottom: 15px;
}
.mbws_lien-he .mbws_lien-he-left .page-contact > p {
  color: #000 !important;
  font-size: 15px;
  padding: 16px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 0;
}
.mbws_lien-he .mbws_lien-he-left .page-contact > p:last-child {
  border-bottom: unset;
}
.mbws_lien-he .mbws_lien-he-right .wpcf7 .wpcf7-form-control {
  color: #808080;
  border: 1px solid #e6e6e6;
  background-color: #fcfcfc;
  transition: all ease-in-out 0.15s;
  border-radius: 4px;
  padding: 6px 12px;
  height: 45px;
}
.mbws_lien-he .mbws_lien-he-right .wpcf7 .wpcf7-submit {
  background-color: var(--fs-color-primary);
  color: #fff !important;
  border-radius: 4px;
  padding: 2px 30px;
}

body.home .mbws_header-page {
  display: none;
}

.mbws_home-tin-tuc .post-item .box .box-text {
  padding-left: unset;
  padding-right: unset;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .post-title {
  padding: 0 18px;
  margin-bottom: 15px;
  height: 46px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .from_the_blog_excerpt {
  padding: 0 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .meta {
  border-top: solid 1px #ccc;
  padding: 15px 18px;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .meta .cat-label {
  margin-bottom: unset;
  opacity: 1;
  display: inline-block;
  text-transform: none;
  color: #333;
  font-size: 14px;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .meta .cat-label::before {
  content: "﫷";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .meta .post-meta {
  opacity: 1;
  display: inline-block;
  color: #333;
  font-size: 14px;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .meta .post-meta::before {
  content: "\ea53";
  font-family: "matbaows-icons";
  color: var(--text-color);
  margin-right: 5px;
  font-size: 14px;
  color: var(--fs-color-primary);
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .btn {
  border-top: solid 1px #ccc;
  padding: 0 18px;
  padding-top: 5px;
}
.mbws_home-tin-tuc .post-item .box .box-text .box-text-inner .is-divider {
  display: none;
}

body.page .mbws_home-cong-trinh .slider .flickity-button.flickity-prev-next-button {
  border: 1px solid #808080;
  border-radius: 4px;
  background-color: transparent;
  bottom: -40px;
  top: auto;
}
body.page .mbws_home-cong-trinh .slider .flickity-button.flickity-prev-next-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 550px) {
  body.page .mbws_home-cong-trinh .slider .flickity-button.flickity-prev-next-button {
    padding: 16px;
  }
}
body.page .mbws_home-cong-trinh .slider .flickity-button.previous {
  left: 50% !important;
  transform: translateX(-110%) !important;
}
body.page .mbws_home-cong-trinh .slider .flickity-button.next {
  right: 50% !important;
  transform: translateX(110%) !important;
}
body.page .mbws_home-cong-trinh .post-item .box .box-text {
  opacity: 0;
}
body.page .mbws_home-cong-trinh .post-item .box .box-text .box-text-inner .post-title {
  color: var(--fs-color-primary);
  display: block;
  height: unset;
}
body.page .mbws_home-cong-trinh .post-item .box .box-text .box-text-inner .from_the_blog_excerpt {
  margin-bottom: unset;
}
body.page .mbws_home-cong-trinh .post-item .box .box-text .box-text-inner .meta {
  display: none;
}
body.page .mbws_home-cong-trinh .post-item .box:hover .box-image {
  opacity: 0.5;
}
body.page .mbws_home-cong-trinh .post-item .box:hover .box-text {
  opacity: 1;
}

.mbws_home-doi-tac .gallery-col .box-image {
  border: 4px solid #e5e5e5;
  display: block;
  padding: 10px;
}

.banner h1, .banner h2, .banner h3 {
  line-height: 1.3 !important;
  margin-top: 0;
}
.banner .thin-font h2, .banner .thin-font h3 {
  font-weight: 400;
}

.ss-border-radius-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: white;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 99;
}

@media (max-width: 767px) {
  .news-tabs .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
  }
}
.news-tabs .nav > li > a {
  min-width: 90px;
  justify-content: center;
  padding-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news-tabs .nav > li > a {
    min-width: unset;
    padding: 20px;
    white-space: nowrap;
  }
}
.news-tabs .post-item {
  border-bottom: 1px solid #cacaca;
}
.news-tabs .post-item .box-image {
  display: none;
}
@media (max-width: 767px) {
  .news-tabs .post-item .box-text {
    padding: 20px 0 !important;
  }
}
.news-tabs .post-item .box-text-inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px 40px;
}
@media (max-width: 767px) {
  .news-tabs .post-item .box-text-inner {
    flex-wrap: wrap;
    gap: 5px 30px;
  }
}
.news-tabs .post-item .box-text-inner .cat-label {
  min-width: 150px;
  border: 1px solid var(--fs-color-primary);
  border-radius: 15px;
  padding: 5px 15px;
  text-align: center;
  opacity: 1;
  color: var(--fs-color-primary);
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
  order: 2;
}
@media (max-width: 767px) {
  .news-tabs .post-item .box-text-inner .cat-label {
    font-size: 12px;
    min-width: unset;
  }
}
.news-tabs .post-item .box-text-inner .post-title {
  width: fit-content;
  order: 3;
  font-size: 18px;
}
.news-tabs .post-item .box-text-inner .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .news-tabs .post-item .box-text-inner .post-title {
    width: 100%;
    font-size: 16px;
  }
}
.news-tabs .post-item .box-text-inner .post-meta {
  order: 1;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .news-tabs .post-item .box-text-inner .post-meta {
    font-size: 14px;
  }
}
.news-tabs .post-item .box-text-inner .is-divider {
  display: none;
}
.news-tabs .post-item:hover {
  border-color: var(--fs-color-primary);
}

.home-blog-overlay {
  border-radius: 10px;
  overflow: hidden;
}

.row-img-bo-scale {
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
  .row-img-bo-scale {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1024px) {
  .row-img-bo-scale .col {
    transition: all 0.4s;
  }
  .row-img-bo-scale .col:hover {
    max-width: 50%;
    flex-basis: 50%;
  }
}
.row-img-bo-scale .col-inner {
  border-radius: 10px;
  overflow: hidden;
}
.row-img-bo-scale .button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  margin: 0;
  width: 44px;
  text-align: center;
}

.img-full-right img,
.img-full-right .image-cover {
  border-radius: 10px 0 0 10px;
}

.mbws-sidebar-sticky-button.button {
  position: fixed !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 0 10px 10px 0 !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 5px !important;
}
@media (max-width: 768px) {
  .mbws-sidebar-sticky-button.button {
    top: 30%;
  }
}

.post-sidebar .is-divider {
  opacity: 0;
  margin-top: 30px !important;
}
.post-sidebar .widget-title span {
  color: var(--heading-color);
  font-size: 24px;
  text-transform: none;
  border-bottom: 4px solid var(--fs-color-primary);
}
.post-sidebar .tagcloud a.tag-cloud-link {
  margin: 0 3px 8px 0;
  padding: 10px 20px;
  border-radius: 30px;
  background: var(--fs-color-primary);
  color: #fff;
  font-size: 15px !important;
  border: unset;
}
.post-sidebar .tagcloud a.tag-cloud-link:hover {
  border: unset;
}
.post-sidebar .searchform .flex-row .search-field {
  padding: 24px 15px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: unset;
}
.post-sidebar .searchform .flex-row .ux-search-submit {
  display: none;
}
.post-sidebar .cat-post .cat-item {
  float: left;
  width: 100%;
  display: inline-block;
  border-bottom: 0 solid rgba(0, 0, 0, 0.12);
}
.post-sidebar .cat-post .cat-item:last-child {
  margin-bottom: 20px;
}
.post-sidebar .cat-post .cat-item a {
  color: var(--text-color);
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 33px;
}
.post-sidebar .cat-post .cat-item a::before {
  font-size: 16px;
  content: "\ea95";
  font-family: "matbaows-icons";
  color: var(--fs-color-primary);
  top: 0;
  left: 0;
  position: absolute;
  transition: all 300ms linear 0s;
}
.post-sidebar .cat-post .cat-item a:hover {
  color: var(--fs-color-primary);
}
.post-sidebar .cat-post .cat-item a:hover::before {
  left: 15px;
}
.post-sidebar .post-item {
  padding-bottom: 0;
}
.post-sidebar .post-item .box .box-image {
  display: none;
}
.post-sidebar .post-item .box .box-text {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.post-sidebar .post-item .box .box-text .post-title {
  font-weight: 500;
}
.post-sidebar .post-item .box .box-text .post-title a:hover {
  color: var(--fs-color-primary);
}
body.archive.category .mbws_header-page {
  display: none;
}
body.archive.category .blog-wrapper .archive-page-header {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
body.archive.category .blog-wrapper .archive-page-header .col {
  padding-bottom: 0;
}
body.archive.category .blog-wrapper .archive-page-header .col .page-title {
  margin-bottom: 0;
  font-size: 38px;
  text-transform: none;
}
body.archive.category .blog-wrapper .post .entry-divider {
  display: none;
}
body.archive.category .blog-wrapper .post .entry-category {
  display: none;
}
body.archive.category .blog-wrapper .post footer.entry-meta {
  display: none;
}
@media (min-width: 850px) {
  body.archive.category .blog-wrapper .post .entry-image-float {
    max-width: 40%;
  }
}
body.archive.category .blog-wrapper .post .entry-content .entry-summary .more-link {
  padding: 7px 15px;
  border-radius: unset;
  background-color: var(--fs-color-primary);
  border: unset;
  color: #fff;
}
body.archive.category .blog-wrapper .post .entry-content .entry-summary .more-link:hover {
  opacity: 0.8;
}

body.single-post .entry-header {
  display: none;
}
body.single-post .related-box .related-post ul li {
  margin-left: 20px !important;
}

body.archive.woocommerce .shop-page-title .page-title-inner .category-filtering {
  display: none;
}

body.single-product .product .product-main .product_title {
  font-size: 36px;
  font-weight: 500;
}
body.single-product .product .product-main .price .woocommerce-Price-amount {
  font-weight: 500;
  color: var(--fs-color-primary);
}
body.single-product .product .product-main .cart .single_add_to_cart_button {
  background-color: var(--fs-color-primary);
  border-radius: 4px;
}
body.single-product .product .product-main .cart .ux-quantity .ux-quantity__button {
  border-radius: 4px;
}
body.single-product .product .product-main .product_meta .sku_wrapper {
  display: block;
  padding: 10px;
  border-bottom: 1px dashed;
  border-top: 1px dashed;
  color: #000;
  font-size: 14px;
}
body.single-product .product .product-main .product_meta .sku_wrapper .sku {
  font-weight: 700px;
}
body.single-product .product .product-main .product_meta .posted_in {
  display: block;
  padding: 10px;
  color: #000;
  font-size: 14px;
}
body.single-product .product .product-main .product_meta .posted_in a {
  font-weight: 700;
}
body.single-product .product .product-footer .woocommerce-tabs .tabs .description_tab.active a {
  border-top: unset;
  color: #fff;
  background-color: var(--fs-color-secondary);
  margin-left: 30px;
}
body.single-product .product .product-footer .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel strong {
  color: #000;
  font-weight: bold;
}
body.single-product .product .product-footer .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel table td {
  border: 1px dashed;
  padding: 5px;
}
body.single-product .product .product-footer .related {
  border-top: unset;
}
body.single-product .product .product-footer .related .product-section-title {
  text-align: center;
}

#footer h3 {
  margin-bottom: 20px;
}
#footer .absolute-footer {
  display: none;
}
#footer .mbws-back-to-top-button {
  min-height: unset;
  line-height: 1;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .small-center .col-inner {
    text-align: center;
  }
  #footer .small-center .col-inner > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #footer .mbws-wpml-lang-codes {
    justify-content: center;
  }
}