@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
*/
.mbws_title .title {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .mbws_title .title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.mbws_title .title .title-highlight {
  display: block;
  color: var(--fs-color-primary);
}

a.button {
  font-weight: 400;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #header .header-wrapper .header-main #logo {
    width: 190px;
  }
}
#header .header-wrapper .header-main .social-icons .icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background: var(--fs-color-primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
#header .header-wrapper #wide-nav .flex-row {
  width: 100%;
}
#header .header-wrapper #wide-nav .flex-row .flex-col {
  width: 100%;
}
#header .header-wrapper #wide-nav .flex-row .flex-col .nav {
  width: 100%;
  justify-content: space-evenly;
}
#header .header-wrapper #wide-nav .flex-row .flex-col .nav .menu-item a {
  color: #fff;
}

.page-id-397 .img-br .image-cover {
  border-radius: 22px;
}
.page-id-397 .title-bg {
  background-color: var(--fs-color-primary);
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 16px;
}
.page-id-397 .title-bg * {
  margin-bottom: 0;
  color: #fff;
}
.page-id-397 .fix-text * {
  margin-bottom: 0;
}
.page-id-397 .donate-steps {
  position: relative;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps {
    max-width: 480px !important;
  }
}
.page-id-397 .donate-steps::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: 0;
  top: 50px;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps::before {
    left: 15px;
    top: 11px;
    width: 3px;
    height: calc(100% - 15px);
  }
}
.page-id-397 .donate-steps .col > .col-inner {
  position: relative;
  padding-bottom: 60%;
}
.page-id-397 .donate-steps .col > .col-inner::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--fs-color-primary);
  position: absolute;
  left: -30px;
  top: 44px;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps .col > .col-inner::before {
    top: 10px;
    left: -6px;
  }
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps .col > .col-inner {
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.page-id-397 .donate-steps .col:last-child > .col-inner::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--fs-color-primary);
  position: absolute;
  right: -30px;
  top: 44px;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps .col:last-child > .col-inner::after {
    top: auto;
    bottom: -26px;
    left: -6px;
  }
}
.page-id-397 .donate-steps h3 {
  color: var(--fs-color-primary);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps h3 {
    font-size: 22px;
    margin-bottom: 1rem;
  }
}
.page-id-397 .donate-steps .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.page-id-397 .donate-steps .img .image-cover {
  border-radius: 11px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-id-397 .donate-steps .img {
    position: relative;
  }
}
.page-id-397 .thanks-you-row {
  border-radius: 24px;
  overflow: hidden;
  background-color: rgb(251, 245, 233);
}
.page-id-397 .thanks-you-row .button {
  font-weight: bold;
}
@media (max-width: 768px) {
  .page-id-397 .thanks-you-row .button {
    padding: 0 25px !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 768px) {
  .page-id-397 .thanks-you-row {
    max-width: calc(100vw - 30px) !important;
  }
}

.form_ung_ho_hang_hoa.flex-row {
  gap: 30px;
  align-items: flex-start;
}
.form_ung_ho_hang_hoa.flex-row .flex-col {
  flex: 1;
}
@media (max-width: 767px) {
  .form_ung_ho_hang_hoa.flex-row {
    gap: 0px;
  }
}

.wpcf7-spinner {
  display: none;
}

.iti.iti--inline-dropdown {
  width: 100%;
}

.mbws_about ul {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  gap: 15px 10px;
}
.mbws_about ul li {
  margin-left: 0 !important;
  background-color: var(--fs-color-primary);
  border-radius: 10px;
  padding: 0px 15px;
  color: #fff;
  margin-bottom: 0;
}
.mbws_about .about-text {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .mbws_about .about-text {
    padding-right: 0px;
  }
}
.mbws_about .about-gallery {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .mbws_about .about-gallery {
    padding-left: 0px;
  }
}
.mbws_about .about-gallery .col:nth-child(1) .col-inner {
  border-radius: 0 40px 0px 40px;
}
.mbws_about .about-gallery .col:nth-child(2) .col-inner {
  border-radius: 40px 0px 40px 0px;
}
.mbws_about .about-gallery .col:nth-child(3) .col-inner {
  border-radius: 40px 0px 40px 0px;
}
.mbws_about .about-gallery .col:nth-child(4) .col-inner {
  border-radius: 0 40px 0px 40px;
}
.mbws_about .about-gallery .col .col-inner {
  overflow: hidden;
}
.mbws_about .about-gallery .col img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}
.mbws_about .row_queen .col .col-inner {
  padding: 30px 20px;
  border-radius: 8px;
  background: var(--fs-color-secondary);
}

.mbws_slogan-left .col-inner {
  border-radius: 10px;
  overflow: hidden;
}
.mbws_slogan-left-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin-bottom: 0;
  padding-right: 100px;
  background: linear-gradient(360deg, #e81c22, transparent);
}
.mbws_slogan-left-content::after {
  content: "";
  background-image: url(/wp-content/uploads/2025/01/icon-p.svg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 6/5;
  object-fit: cover;
  width: 60px;
  position: absolute;
  bottom: 20%;
  right: 5%;
}
.mbws_slogan-left-content p {
  border-radius: 30px;
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.mbws_slogan-left-content h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.mbws_slogan-left-content h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
}
.mbws_slogan-left .img {
  margin-bottom: 0 !important;
}
.mbws_slogan-left .img img {
  aspect-ratio: 4/5;
  object-fit: cover;
}
.mbws_slogan-right .col-inner {
  padding: 50px;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .mbws_slogan-right .col-inner {
    padding: 20px;
  }
}
.mbws_slogan-right .col-inner .icon-box {
  margin-bottom: 40px;
}
.mbws_slogan-right .col-inner .icon-box-text {
  font-size: 1.3rem;
}
.mbws_slogan-right .col-inner .icon-box:last-child {
  margin-bottom: 0;
}

.mbws_post-donate .product-small .col-inner {
  border-radius: 10px;
  overflow: hidden;
}
.mbws_post-donate .product-small .col-inner .box {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse;
}
.mbws_post-donate .product-small .col-inner .box-image {
  width: 60%;
}
@media (max-width: 767px) {
  .mbws_post-donate .product-small .col-inner .box-image {
    width: 100%;
  }
}
.mbws_post-donate .product-small .col-inner .box-image .image-fade_in_back {
  height: 100%;
}
.mbws_post-donate .product-small .col-inner .box-image .image-fade_in_back a {
  height: 100%;
  display: block;
}
.mbws_post-donate .product-small .col-inner .box-image .image-fade_in_back a img {
  height: 100%;
  width: auto;
  object-fit: cover;
  aspect-ratio: 5/3;
}
@media (max-width: 767px) {
  .mbws_post-donate .product-small .col-inner .box-image .image-fade_in_back a img {
    aspect-ratio: 5/4;
  }
}
.mbws_post-donate .product-small .col-inner .box-text {
  background-color: var(--fs-color-secondary);
  width: 40%;
  padding: 30px 30px;
}
@media (max-width: 767px) {
  .mbws_post-donate .product-small .col-inner .box-text {
    width: 100%;
    padding: 20px 20px;
  }
}
.mbws_post-donate .product-small .col-inner .box-text .product-year {
  font-size: 10rem;
  font-weight: 700;
  color: #000;
  opacity: 0.1;
  line-height: 1;
}
.mbws_post-donate .product-small .col-inner .box-text .product-year p {
  margin-top: 0;
  margin-bottom: 0;
}
.mbws_post-donate .product-small .col-inner .box-text .category {
  text-transform: none;
  color: var(--fs-color-primary);
  opacity: 1;
  font-size: 1.3rem;
}
.mbws_post-donate .product-small .col-inner .box-text .price-wrapper .price {
  display: none;
}
.mbws_post-donate .product-small .col-inner .box-text .product-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  .mbws_post-donate .product-small .col-inner .box-text .product-title {
    font-size: 2rem;
  }
}
.mbws_post-donate .product-small .col-inner .box-text .product-title a {
  color: var(--fs-color-primary);
}
.mbws_post-donate .product-small .col-inner .box-text .box-excerpt {
  font-size: 1rem;
  margin-top: 20px;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info {
  margin-top: 20px;
  font-size: 1.1rem;
  padding-top: 0;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info ul {
  display: flex;
  list-style: none;
  margin-left: 0;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info ul li {
  background-color: var(--fs-color-success);
  border-radius: 20px;
  color: #fff;
  padding: 5px 15px;
  margin-bottom: 0;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info ul li:nth-child(1) {
  margin-left: 0px;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info .button {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  margin-bottom: 0;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info .product-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mbws_post-donate .product-small .col-inner .box-text .product-info .product-meta a span {
  text-decoration: underline;
}
.mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button {
  opacity: 1 !important;
}
.mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button svg {
  background-color: #fff;
  border: none;
}
.mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button.previous {
  margin-right: 0 !important;
  transform: translateX(20px) !important;
}
@media (max-width: 767px) {
  .mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button.previous {
    transform: translateX(-20px) !important;
  }
}
.mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button.next {
  margin-left: 0 !important;
  transform: translateX(-24px) !important;
}
@media (max-width: 767px) {
  .mbws_post-donate .slider-nav-outside.slider-nav-circle .flickity-button.next {
    transform: translateX(24px) !important;
  }
}

.mbws_timeline .row .col .col-inner .box {
  margin-top: 270px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col .col-inner .box {
    margin-top: 0px;
  }
}
.mbws_timeline .row .col .col-inner .box-image {
  width: 50%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col .col-inner .box-image {
    width: 30%;
  }
}
.mbws_timeline .row .col .col-inner .box-text {
  width: 50%;
  text-align: left;
  padding: 20px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col .col-inner .box-text {
    width: 70%;
  }
}
.mbws_timeline .row .col .col-inner .box:first-child {
  margin-top: 0;
}
.mbws_timeline .row .col .col-inner .box::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: var(--fs-color-primary);
  position: absolute;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col .col-inner .box::before {
    width: 2px;
  }
}
.mbws_timeline .row .col .col-inner .box::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: var(--fs-color-primary);
  position: absolute;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col .col-inner .box::after {
    width: 20px;
    height: 20px;
  }
}
.mbws_timeline .row .col:first-child {
  margin-top: 270px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child {
    margin-top: 20px;
  }
}
.mbws_timeline .row .col:first-child .col-inner {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child .col-inner {
    padding-right: 0px;
    padding-left: 50px;
  }
}
.mbws_timeline .row .col:first-child .col-inner .box {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child .col-inner .box {
    flex-direction: unset;
  }
}
.mbws_timeline .row .col:first-child .col-inner .box-text {
  text-align: right;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child .col-inner .box-text {
    text-align: left;
  }
}
.mbws_timeline .row .col:first-child .col-inner .box::before {
  right: -81.5px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child .col-inner .box::before {
    left: -35px;
  }
}
.mbws_timeline .row .col:first-child .col-inner .box::after {
  right: -94.5px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:first-child .col-inner .box::after {
    left: -44px;
  }
}
.mbws_timeline .row .col:last-child .col-inner {
  padding-left: 50px;
}
.mbws_timeline .row .col:last-child .col-inner .box-text {
  text-align: left;
}
.mbws_timeline .row .col:last-child .col-inner .box::before {
  left: -81.5px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:last-child .col-inner .box::before {
    left: -35px;
  }
}
.mbws_timeline .row .col:last-child .col-inner .box::after {
  left: -94.5px;
}
@media (max-width: 767px) {
  .mbws_timeline .row .col:last-child .col-inner .box::after {
    left: -44px;
  }
}

.home-products .box-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.new-timeline .flickity-slider > .row:not(.is-selected) {
  opacity: 1;
}
.new-timeline .text {
  background-color: var(--fs-color-secondary);
  border-radius: 10px;
  padding: 20px;
}
.new-timeline .text h3 {
  color: var(--fs-color-primary);
}
.new-timeline .title {
  font-size: 20px;
  position: relative;
  margin-bottom: 30px;
}
.new-timeline .title .title-main {
  color: rgb(78, 76, 76) !important;
}
.new-timeline .title::after {
  content: "";
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: rgb(217, 217, 217);
}
.new-timeline .title::before {
  content: "";
  width: calc(100% + 30px);
  height: 3px;
  background-color: rgb(217, 217, 217);
  display: block;
  position: absolute;
  bottom: 20px;
  left: -15px;
}

.mbws_faq .col .img:nth-child(1) {
  text-align: right;
  margin-left: auto;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
}
.mbws_faq .col .img:nth-child(1) img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.mbws_faq .col .accordion .accordion-item:nth-child(1) .accordion-title {
  border-top: none;
}
.mbws_faq .col .accordion .accordion-item .accordion-title {
  border-top: 2px solid rgba(233, 29, 36, 0.1);
  padding-left: 0;
  font-weight: 600;
}
.mbws_faq .col .accordion .accordion-item .accordion-title span {
  text-transform: uppercase;
}
.mbws_faq .col .accordion .accordion-item .accordion-title span::after {
  content: "\f6fd";
  font-family: "matbaows-icons";
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
  font-size: 1.6rem;
}
.mbws_faq .col .accordion .accordion-item .accordion-title.active {
  background-color: transparent;
}
.mbws_faq .col .accordion .accordion-item .accordion-title.active span {
  text-transform: uppercase;
}
.mbws_faq .col .accordion .accordion-item .accordion-title.active span::after {
  transform: rotate(90deg);
}
.mbws_faq .col .accordion .accordion-item .accordion-title .toggle {
  display: none;
}
.mbws_faq .col .accordion .accordion-item .accordion-inner {
  padding-top: 0;
  padding-left: 0;
}

.mbws_partner .row .gallery-col {
  padding-bottom: 0;
}
.mbws_partner .row .gallery-col .box .box-image {
  padding: 20px;
}

.mbws_form .mbws_form-right .col-inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.mbws_form .mbws_form-right .col-inner h2 {
  color: var(--fs-color-primary);
}
.mbws_form .mbws_form-right .col-inner form {
  margin-bottom: 0;
}
.mbws_form .mbws_form-right .col-inner form label {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mbws_form .mbws_form-right .col-inner form label {
    display: block;
  }
}
.mbws_form .mbws_form-right .col-inner form label span {
  width: 70%;
}
@media (max-width: 767px) {
  .mbws_form .mbws_form-right .col-inner form label span {
    width: 100%;
  }
}
.mbws_form .mbws_form-right .col-inner form label span input {
  border-radius: 8px;
  box-shadow: none;
}
.mbws_form .mbws_form-right .col-inner form textarea {
  border-radius: 8px;
  box-shadow: none;
}
.mbws_form .mbws_form-right .col-inner form .wpcf7-submit {
  margin-bottom: 0;
  border-radius: 8px;
  font-weight: 400;
  text-transform: none;
  padding: 0 30px;
}

.timeline .flickity-slider::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgb(217, 217, 217);
  position: absolute;
  left: 0;
  top: 46px;
}
.timeline .col .col-inner {
  background-color: var(--fs-color-secondary);
  border-radius: 10px;
  padding: 20px;
  margin-top: 100px;
}
.timeline .col .col-inner .icon {
  width: 36px;
  height: 36px;
  background-color: rgb(217, 217, 217);
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}
.timeline .col .col-inner .date {
  color: rgb(217, 217, 217);
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.2rem;
}
.timeline .col .col-inner h3 {
  color: var(--fs-color-primary);
}
.timeline .col .col-inner .partner {
  margin-bottom: 0;
}
.timeline .col .col-inner .partner span {
  display: block;
  font-weight: bold;
}

.related-products-wrapper .product-small .box-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.single-product .shop-container .product .content-row {
  margin-top: 30px;
}
.single-product .shop-container .product .content-row .product-footer h1 {
  color: var(--fs-color-primary);
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs {
  border-top: 0;
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs .tabs {
  border-bottom: 2px solid rgba(233, 29, 36, 0.2);
  gap: 30px;
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs .tabs li a {
  font-size: 1rem;
  text-transform: none;
  color: var(--text-color);
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs .tabs li a::before {
  bottom: -2px;
  top: unset;
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs .tabs li.active a, .single-product .shop-container .product .content-row .product-footer .woocommerce-tabs .tabs li:hover a {
  color: var(--fs-color-primary);
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs h4 {
  color: var(--fs-color-primary);
}
.single-product .shop-container .product .content-row .product-footer .woocommerce-tabs ul ul {
  margin: 10px 20px;
  list-style: circle;
}
.single-product .shop-container .product .content-row #product-sidebar h3 {
  text-transform: uppercase;
}
.single-product .shop-container .product .content-row #product-sidebar .product-target .list-target {
  background-color: var(--fs-color-secondary);
  padding: 10px;
  border-radius: 10px;
}
.single-product .shop-container .product .content-row #product-sidebar .product-target .list-target table {
  margin-bottom: 0;
}
.single-product .shop-container .product .content-row #product-sidebar .product-target .list-target table thead th {
  border-bottom: 2px solid rgba(233, 29, 36, 0.2);
  text-transform: none;
}
.single-product .shop-container .product .content-row #product-sidebar .product-target .list-target table tbody tr td {
  border-bottom: none;
  color: var(--text-color);
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-button {
  margin-top: 30px;
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-button a {
  margin-bottom: 0;
  text-transform: none;
  padding: 0 10px;
  font-size: 0.9rem;
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-button a:last-child {
  margin-left: 0px;
  margin-right: 0;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list {
  margin-top: 30px;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity {
  background-color: var(--fs-color-secondary);
  padding: 10px;
  border-radius: 10px;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity h5 {
  color: var(--fs-color-primary);
  border-top: 2px solid rgba(233, 29, 36, 0.2);
  padding-top: 10px;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity h5:first-child {
  border-top: none;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity ul {
  list-style: none;
  margin-bottom: 10px;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity ul li {
  display: flex;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity ul li span:nth-child(1) {
  width: 30%;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity ul li span:nth-child(2) {
  width: 30%;
}
.single-product .shop-container .product .content-row #product-sidebar .product-activity_list .list-activity ul li span:nth-child(3) {
  width: 40%;
  text-align: right;
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-partner {
  margin-top: 30px;
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-partner ul {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  gap: 20px;
}
.single-product .shop-container .product .content-row #product-sidebar .prduct-partner ul li {
  width: calc(50% - 10px);
  padding: 10px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 0;
}
.single-product .shop-container .product .bottom-single .prduct-gallery .list-gallery {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.single-product .shop-container .product .bottom-single .prduct-gallery .list-gallery .item {
  width: calc(33.3333333333% - 15px);
}
.single-product .shop-container .product .bottom-single .prduct-gallery .list-gallery .item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.single-product .shop-container .product .related-products-wrapper {
  border-top: none;
}
.single-product .shop-container .product .related-products-wrapper .product-section-title {
  padding-left: 15px;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .category {
  display: none;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .product-title a {
  font-size: 1.4rem;
  color: var(--fs-color-primary);
  font-weight: 600;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .price-wrapper {
  display: none;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .box-excerpt {
  font-size: 1rem;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .product-info ul {
  display: none;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .product-info .button {
  display: none;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .product-info .product-meta p {
  display: none;
}
.single-product .shop-container .product .related-products-wrapper .product-small .col-inner .box-text .product-info .product-meta a {
  font-size: 1rem;
}

.woocommerce-checkout .item-product {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}
.woocommerce-checkout .item-product .product-info {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .woocommerce-checkout .item-product .product-info {
    width: 100%;
  }
}
.woocommerce-checkout .item-product .product-info .meta-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.woocommerce-checkout .item-product .product-info h3 {
  font-size: 2.2rem;
  color: var(--fs-color-primary);
  text-transform: none;
}
.woocommerce-checkout .item-product .product-info a {
  margin-top: 15px;
  display: block;
}
.woocommerce-checkout .item-product .product-image {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .woocommerce-checkout .item-product .product-image {
    width: 100%;
  }
}
.woocommerce-checkout .item-product .product-image img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 5/3;
  object-fit: cover;
}
.woocommerce-checkout #product_selector_field select {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: none;
  min-height: 48px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  border: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  align-items: center;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row {
  width: 69%;
  margin-bottom: 0;
  margin-right: 0;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_last_name_field, .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_first_name_field {
  width: calc(32% + 10px);
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_last_name_field input, .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_first_name_field input {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_last_name_field, .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#billing_first_name_field {
    width: calc(50% - 5px);
  }
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .iti {
  width: 100%;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row label {
  display: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: none;
  min-height: 48px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#anonymous_field {
  width: calc(30% - 10px);
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#anonymous_field #anonymous {
  min-height: unset;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#anonymous_field .optional {
  display: none;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#anonymous_field label {
  display: block;
  width: 100%;
  font-weight: 500;
  margin-bottom: 5px;
  float: right;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row#anonymous_field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row {
    width: 100%;
  }
}
.woocommerce-checkout .options-donetion {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-checkout .options-donetion .null {
  display: none;
}
.woocommerce-checkout .options-donetion label {
  width: calc(25% - 8px);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce-checkout .options-donetion label {
    width: calc(50% - 8px);
  }
}
.woocommerce-checkout .options-donetion label span {
  border: 1px solid rgb(218, 218, 218);
  background: rgb(245, 245, 245);
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  width: 100%;
  display: block;
}
.woocommerce-checkout .options-donetion label input[name=option_donate] {
  display: none;
}
.woocommerce-checkout .options-donetion label input[name=option_donate]:checked + span {
  border: 1px solid rgb(0, 158, 116);
  background: rgb(237, 255, 239);
}
.woocommerce-checkout .options-donetion label.custom-option {
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
}
.woocommerce-checkout .options-donetion label.custom-option input {
  margin-bottom: 0;
  border-radius: 5px;
  box-shadow: none;
  background: rgb(245, 245, 245);
  height: 48px;
  padding-left: 20px;
  font-weight: 400;
}
.woocommerce-checkout .options-donetion label.custom-option input.active {
  border: 1px solid rgb(0, 158, 116);
  background: rgb(237, 255, 239);
}
.woocommerce-checkout .options-donetion label.custom-option input::placeholder {
  color: #000;
}
.woocommerce-checkout .options-donetion label.custom-option p {
  position: absolute;
  right: 10px;
  font-weight: 400;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .shop_table {
  display: none;
}
.woocommerce-checkout .checkout-payment-title {
  margin-top: 20px;
}
.woocommerce-checkout #payment .all-payment .payment-nav {
  display: flex;
  gap: 20px;
}
.woocommerce-checkout #payment .all-payment .payment-nav .payment-nav_item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(218, 218, 218);
  background: rgb(245, 245, 245);
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.woocommerce-checkout #payment .all-payment .payment-nav .payment-nav_item svg {
  width: 30px;
}
.woocommerce-checkout #payment .all-payment .payment-nav .payment-nav_item.active {
  border: 1px solid rgb(0, 158, 116);
  background: rgb(237, 255, 239);
}
.woocommerce-checkout #payment .payment-methods_content {
  display: none;
}
.woocommerce-checkout #payment .payment-methods_content.active {
  display: block;
}
.woocommerce-checkout #payment .payment-methods_content .donate-banks {
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  padding: 20px;
}
.woocommerce-checkout #payment .payment-methods_content .donate-banks .logo-bank {
  max-width: 100px;
  margin: 10px 0;
  display: block;
}
.woocommerce-checkout #payment .payment-methods_content .donate-banks .codeqr {
  max-width: 300px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > input {
  display: none;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > input:checked + label {
  border: 1px solid rgb(0, 158, 116);
  background: rgb(237, 255, 239);
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > input:checked + label::before {
  background-color: var(--fs-color-success);
  border-radius: 100px;
  border: 3px solid #fff;
  outline: 1px solid var(--fs-color-success);
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > label {
  gap: 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 10px 20px 10px 40px;
  border: 1px solid rgb(218, 218, 218);
  background: rgb(245, 245, 245);
  border-radius: 5px;
  position: relative;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method > label::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 100px;
  border: 3px solid transparent;
  outline: 1px solid;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method img {
  width: 100px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card img {
  width: 40px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_method_bacs {
  display: none;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card input:checked ~ div {
  display: block;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card input:checked + label {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card div {
  padding-left: 40px;
  background-color: rgb(237, 255, 239);
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: rgb(0, 158, 116);
  border-radius: 0 0 5px 5px;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card div a {
  display: block;
}
.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method.payment_international_card div a label {
  font-weight: 400;
  font-size: 1rem;
}
.woocommerce-checkout #payment .wc_payment_methods .payment-options {
  display: none;
}
.woocommerce-checkout #payment .place-order .button {
  background-color: var(--fs-color-success);
  border-radius: 5px;
  font-weight: 500;
}

.woocommerce-account .page-wrapper {
  padding: 120px 0;
}
.woocommerce-account .woocommerce-form input:not([type=checkbox]) {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  box-shadow: none;
  min-height: 48px;
}
.woocommerce-account .woocommerce-form button[type=submit] {
  width: 100%;
  height: 48px;
  border-radius: 5px;
}

#mbws_thankyou {
  padding: 120px 15px;
  min-height: 100vh;
}
#mbws_thankyou .box {
  border-radius: 15px;
  border: 2px solid var(--fs-color-success);
  padding: 30px;
  max-width: 450px;
  margin: 30px auto;
  text-align: center;
}
#mbws_thankyou .box.failed {
  border-color: #c7c7c7;
}
#mbws_thankyou .box.failed .thankyou-title {
  color: #c7c7c7;
}
#mbws_thankyou i {
  display: block;
  font-size: 80px;
  color: var(--fs-color-success);
  margin-bottom: 15px;
}
#mbws_thankyou i.ti-mood-sad {
  color: #c7c7c7;
}
#mbws_thankyou .thankyou-title {
  color: var(--fs-color-success);
}
#mbws_thankyou .button {
  border-radius: 5px;
}

#footer .product-small .box-image {
  border-radius: 8px;
  overflow: hidden;
}
#footer .product-small .box-text {
  display: none;
}
#footer .mbws_footer-main .content-left h3 {
  font-size: 2rem;
}
#footer .mbws_footer-main .content-left ul {
  list-style: none;
}
#footer .mbws_footer-main .content-left ul li {
  margin-left: 0;
}
#footer .mbws_footer-main iframe {
  border-radius: 10px;
  overflow: hidden;
}
#footer .mbws_footer-main .social-icons {
  margin-top: 20px;
}
#footer .mbws_footer-main .social-icons .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #fff;
  color: #000;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
#footer .mbws_footer-bottom {
  border-top: 1px solid #eee;
}
#footer .mbws_footer-bottom p {
  margin-bottom: 0;
}

.absolute-footer {
  display: none;
}