@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 .product-name,
body .product-price,
body .product-quantity,
body .product-subtotal {
  color: var(--heading-color);
}
body a.button, body button.button, body input.button {
  font-size: 18px;
}
body a.button:not(.is-link):not(.is-underline), body button.button:not(.is-link):not(.is-underline), body input.button:not(.is-link):not(.is-underline) {
  border-radius: 5px;
}
body .add_to_cart_button {
  background-color: var(--fs-color-primary) !important;
  font-size: 20px;
  border-radius: 5px;
  line-height: 2 !important;
  margin-bottom: unset;
  color: #fff;
  font-weight: bold;
}
body .add_to_cart_button:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
body .mbws_title-sm-s h3 {
  font-size: 24x;
}
body .mbws_title-sm h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  body .mbws_title-sm h3 {
    font-size: 25px;
  }
}
body .mbws_title h3 {
  font-size: 40px;
}
@media (max-width: 767px) {
  body .mbws_title h3 {
    font-size: 35px;
  }
}
body .mbws_title-lg h3 {
  font-size: 50px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  body .mbws_title-lg h3 {
    font-size: 40px;
  }
}
body .mbws_title-lg p {
  font-size: 19px;
}
body .bg-size-100 .bg {
  background-size: 100% !important;
}
body .ti {
  color: var(--fs-color-secondary);
}
body .button.btn-main {
  overflow: hidden;
}
body .button.btn-main > span:first-child {
  padding-right: 20px;
}
body .button.btn-main .mkdf-btn-icon-holder {
  padding-right: 20px;
  margin-right: -25px;
  width: 50px;
  position: relative;
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
}
body .button.btn-main .mkdf-btn-icon-holder::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 300%;
  background-color: rgba(0, 0, 0, 0.05);
}
body .button.btn-main .mkdf-btn-icon-holder .mkdf-btn-icon-holder-inner {
  padding: 0 10px;
  overflow: hidden;
}
body .button.btn-main .mkdf-btn-icon-holder .mkdf-btn-icon-holder-inner .ti-rocket {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-200%) rotate(45deg);
  -moz-transform: translateX(-200%) rotate(45deg);
  transform: translateX(-200%) rotate(45deg);
  color: #fff;
}
body .button.btn-main .mkdf-btn-icon-holder .mkdf-btn-icon-holder-inner .ti-chevron-right {
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
body .button.btn-main:hover .mkdf-btn-icon-holder .mkdf-btn-icon-holder-inner .ti-rocket {
  -webkit-transform: translateX(-18%) rotate(45deg);
  -moz-transform: translateX(-18%) rotate(45deg);
  transform: translateX(-18%) rotate(45deg);
  opacity: 1;
}
body .button.btn-main:hover .mkdf-btn-icon-holder .mkdf-btn-icon-holder-inner .ti-chevron-right {
  -webkit-transform: translateX(150%);
  -moz-transform: translateX(150%);
  transform: translateX(150%);
  opacity: 0;
}
body .wpcf7-form .form-flat .wpcf7-form-control {
  padding: 28px;
  border-radius: 10px;
  color: #fff;
}
body .wpcf7-form .form-flat .wpcf7-form-control::placeholder {
  color: #fff;
}
body .wpcf7-form .form-flat .btn-main {
  border-radius: 5px;
}
body .wpcf7-form .form-flat .btn-main .wpcf7-submit {
  margin-bottom: unset;
  padding: 5px 20px !important;
  border-radius: 0;
  border: unset;
  background-color: unset;
}
body .wpcf7-form .form-flat .btn-main .wpcf7-submit:hover {
  background-color: unset;
  box-shadow: unset;
}
body .wpcf7-form .form-flat .btn-main .mkdf-btn-icon-holder {
  margin-right: 0;
}
body .wpcf7-form .form-flat .btn-main:hover {
  box-shadow: unset;
}
body .ux-menu-link--active .ux-menu-link__link, body .ux-menu-link:hover .ux-menu-link__link {
  color: var(--fs-color-primary);
}
body .woocommerce-pagination .page-numbers li .page-number {
  border-radius: 5px;
}

.work-time {
  margin-bottom: 18px;
}
.work-time .work-day {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.work-time .work-dot {
  border-bottom: 1px dotted #8f9093;
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
  bottom: 7px;
}
.work-time .work-hours {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}

.opa-0 {
  opacity: 0 !important;
}

#respond {
  border-radius: 10px;
}
#respond .comment-form textarea {
  padding: 28px;
  border-radius: 10px;
}
#respond .comment-form input {
  padding: 28px;
  border-radius: 10px;
}
#respond .comment-form .submit {
  padding: 8px 40px;
  border-radius: 5px;
}

#top-link {
  background: unset;
  border: unset;
}
#top-link .mkdf-icon-stack-outer {
  display: inline-block;
  position: relative;
  padding: 6px;
  background-color: rgba(255, 111, 150, 0.1);
  border-radius: 50%;
}
#top-link .mkdf-icon-stack-outer::after {
  content: "";
  border: 1px dashed var(--fs-color-primary);
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 100%;
  top: 2px;
  left: 2px;
}
#top-link .mkdf-icon-stack-outer .mkdf-icon-stack {
  position: relative;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: var(--fs-color-primary);
  border: 1px solid var(--fs-color-primary);
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
#top-link .mkdf-icon-stack-outer .mkdf-icon-stack .mkdf-icon-stack-inner {
  position: relative;
  -webkit-transform: rotate(0) translate(0, 1px) scale(1) rotateX(0);
  -moz-transform: rotate(0) translate(0, 1px) scale(1) rotateX(0);
  transform: rotate(0) translate(0, 1px) scale(1) rotateX(0);
  -webkit-transition: transform 0.8s cubic-bezier(0.65, -0.88, 0.93, 1.18);
  -moz-transition: transform 0.8s cubic-bezier(0.65, -0.88, 0.93, 1.18);
  transition: transform 0.8s cubic-bezier(0.65, -0.88, 0.93, 1.18);
}
#top-link .mkdf-icon-stack-outer .mkdf-icon-stack .mkdf-icon-stack-inner i {
  color: #FFF;
  position: relative;
  display: inline-block;
}
#top-link .mkdf-back-to-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #FFF;
  background: 0 0;
  border: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 75%, 0) rotateX(-90deg);
  -moz-transform: translate3d(0, 75%, 0) rotateX(-90deg);
  transform: translate3d(0, 75%, 0) rotateX(-90deg);
  -webkit-transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0s;
  transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0s;
}
#top-link .mkdf-back-to-top-inner .mkdf-back-to-top-icon-back {
  display: block;
  line-height: inherit;
}
#top-link .mkdf-back-to-top-inner .mkdf-back-to-top-icon-back i {
  color: #fff;
}
#top-link:hover .mkdf-icon-stack-outer .mkdf-icon-stack .mkdf-icon-stack-inner {
  -webkit-transform: rotate(-45deg) translate3d(33px, -29px, 0) scale(1.5) rotateX(90deg);
  -moz-transform: rotate(-45deg) translate3d(33px, -29px, 0) scale(1.5) rotateX(90deg);
  transform: rotate(-45deg) translate3d(33px, -29px, 0) scale(1.5) rotateX(90deg);
}
#top-link:hover .mkdf-back-to-top-inner {
  opacity: 1;
  -webkit-transform: rotate(-45deg) translate(0, -2px) scale(1) rotateX(0);
  -moz-transform: rotate(-45deg) translate(0, -2px) scale(1) rotateX(0);
  transform: rotate(-45deg) translate(0, -2px) scale(1) rotateX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0.25s;
  -moz-transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0.25s;
  transition: all 0.5s cubic-bezier(0.65, -0.88, 0.93, 1.18) 0.25s;
}
.animation-pulse {
  -webkit-animation: pulse 1.5s infinite;
}
.animation-pulse .img-inner {
  -webkit-animation: pulse 1.5s infinite;
}

.tada {
  -webkit-animation: tada 1.5s infinite;
}
.tada .img-inner {
  -webkit-animation: tada 1.5s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes tada {
  0%, 100% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
#header #top-bar .nav > li > a {
  font-size: 14px;
}
#header .header-wrapper .header-main .header-inner #logo {
  width: 150px;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item::before {
  display: none;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item::after {
  display: none;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item a {
  color: var(--heading-color);
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 9px;
  background-color: #d7f5fa;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item:hover > a::after {
  width: 100%;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item .sub-menu {
  border-radius: 0 0 5px 5px;
  border: unset;
  box-shadow: unset;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item .sub-menu > .menu-item {
  position: relative;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item .sub-menu > .menu-item > a {
  color: var(--heading-color);
  border-bottom: unset;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item .sub-menu > .menu-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 9px;
  background-color: #d7f5fa;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#header .header-wrapper .header-main .header-inner .header-nav > .menu-item .sub-menu > .menu-item:hover > a::after {
  width: 100%;
}
#header .header-wrapper .header-main .header-inner .header-nav .menu-item.active > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-color: #d7f5fa;
  z-index: -1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#header .header-wrapper .header-main .header-inner .nav-right .header-search-form .header-search-form-wrapper .searchform-wrapper .searchform {
  border: solid 1px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  overflow: hidden;
}
#header .header-wrapper .header-main .header-inner .nav-right .header-search-form .header-search-form-wrapper .searchform-wrapper .searchform input[type=search] {
  border: unset;
  border-radius: unset;
  font-size: 1rem;
  height: 50px;
}
#header .header-wrapper .header-main .header-inner .nav-right .header-search-form .header-search-form-wrapper .searchform-wrapper .searchform .ux-search-submit {
  color: #fff !important;
  padding: 0 15px 0 24px;
}
#header .header-wrapper .header-main .header-inner .nav-right .header-search-form .header-search-form-wrapper .searchform-wrapper .searchform .ux-search-submit::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 5px;
  width: 100%;
  height: 300%;
  background-color: var(--fs-color-primary);
}
#header .header-wrapper .header-main .header-inner .nav-right .header-wishlist-icon .wishlist-link {
  padding: 11px 10px;
  border-color: var(--fs-color-success);
  border-radius: unset;
  flex-direction: column-reverse;
}
#header .header-wrapper .header-main .header-inner .nav-right .header-wishlist-icon .wishlist-link:hover i {
  color: var(--fs-color-primary);
}
@media (max-width: 1024px) {
  #header .header-wrapper .header-main .header-inner .nav-right .header-wishlist-icon {
    display: none;
  }
}
#header .header-wrapper .header-main .header-inner .nav-right .cart-item .header-cart-link {
  padding: 9px 7px;
  border-radius: unset;
  flex-direction: column-reverse;
}
#header .header-wrapper .header-main .header-inner .nav-right .cart-item .header-cart-link i {
  margin-bottom: 5px;
}

.mbws_header-title .section-bg {
  background-size: unset !important;
  background-position: 50% 0%;
}
.mbws_header-title .breadcrumb_last {
  color: var(--fs-color-primary);
}

@media (max-width: 767px) {
  .page-title .entry-title {
    font-size: 2rem;
  }
}

.mbws_lien-he .map .box-dot p {
  margin-bottom: 0;
}
.mbws_lien-he .form .col-inner {
  border-radius: 10px;
}

.mbws_goi-dich-vu .goi-dich-vu .col-inner {
  border-radius: 5px;
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .text.mbws_title-lg {
  padding: 40px 30px;
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .message-box {
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.03);
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .message-box .button {
  border: unset;
  padding-left: 40px;
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .message-box .button .mkdf-btn-icon-holder {
  margin-right: 0px;
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .message-box .button .mkdf-btn-icon-holder::after {
  display: none;
}
.mbws_goi-dich-vu .goi-dich-vu .col-inner .message-box .price {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 30px 20px;
  font-size: 20px;
}

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

.mbws_home-slider-banner .img1 {
  top: 60%;
  left: 18%;
}
.mbws_home-slider-banner .img2 {
  left: 83%;
}
.mbws_home-slider-banner .img3 {
  top: 19%;
  left: -4%;
}
.mbws_home-slider-banner .img5 {
  top: 18%;
  left: 40%;
}
.mbws_home-slider-banner .img6 {
  top: 73%;
  left: -16%;
}
.mbws_home-slider-banner .img7 {
  top: 15%;
  left: 117%;
}
.mbws_home-slider-banner .img8 {
  top: 5%;
  left: -14%;
}
.mbws_home-slider-banner .img9 {
  top: 88%;
  left: 114%;
}
.mbws_home-slider-banner .img10 {
  top: 100%;
  left: 52%;
}
.mbws_home-slider-banner .img11 {
  top: 1%;
  left: 54%;
}
.mbws_home-slider-banner .img12 {
  left: 52%;
  top: 32%;
}
.mbws_home-slider-banner .text1 {
  top: 43%;
}
.mbws_home-slider-banner .text2 {
  top: 61%;
}
@media (max-width: 767px) {
  .mbws_home-slider-banner .img1 {
    top: 75%;
    left: 20%;
  }
  .mbws_home-slider-banner .img2 {
    top: 76%;
    left: 82%;
  }
  .mbws_home-slider-banner .text2 {
    top: 56%;
  }
}

.mbws_home-categories .box .box-image {
  border-radius: 5px;
}
.mbws_home-categories .box .box-image .overlay {
  display: none;
}
.mbws_home-categories .box .box-text {
  border-radius: 5px;
  height: 92%;
  width: 96%;
  border: 2px dashed #7c8fa4;
  border-color: rgba(255, 255, 255, 0.3);
  left: 2% !important;
}
.mbws_home-categories .box .box-text .box-text-inner {
  padding: 0 0 0 110px;
}
.mbws_home-categories .box .box-text .box-text-inner .text h4 {
  font-size: 40px;
  line-height: 1;
  text-shadow: none;
}
.mbws_home-categories .box .box-text .box-text-inner .text p {
  font-size: 15px;
  text-shadow: none;
}
@media (min-width: 850px) and (max-width: 1080px) {
  .mbws_home-categories .box .box-text .box-text-inner {
    padding: 0 0 0 55px;
  }
  .mbws_home-categories .box .box-text .box-text-inner .text h4 {
    font-size: 30px;
  }
}

.mbws_home-best-sale .badge-container {
  display: none;
}
.mbws_home-best-sale .box .box-image .image-tools {
  display: none;
}
.mbws_home-best-sale .box .box-text .title-wrapper .product-title a {
  line-height: 1;
  font-weight: bold;
  font-size: 21px;
}
.mbws_home-best-sale .box .box-text .price-wrapper .star-rating::before {
  color: #DCE086;
}
.mbws_home-best-sale .box .box-text .price-wrapper .star-rating span::before {
  color: #DCE086;
}
.mbws_home-best-sale .box .box-text .price-wrapper .price .woocommerce-Price-amount {
  color: var(--fs-color-primary);
  font-size: 21px;
}

.mbws_home-banner .mbws_title-lg {
  display: inline-block;
}
.mbws_home-banner .mbws_title-lg .tit-1 {
  font-weight: bold;
  padding: 10px 20px;
  background-color: var(--fs-color-success);
  display: inline-block;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.mbws_home-banner .mbws_title-lg .tit-2 {
  font-weight: bold;
  padding: 10px 20px;
  background-color: var(--fs-color-secondary);
  display: inline-block;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  transform: rotate(1deg);
}

.post-sidebar .widget-area .mbws_sidebar-post .is-divider {
  display: none;
}
.post-sidebar .widget-area .mbws_sidebar-post .post-item:nth-child(1) .post-meta {
  padding: 0 2px;
  border-radius: 5px;
  background-color: var(--fs-color-primary);
  color: #fff;
  display: inline-block;
}
.post-sidebar .widget-area .mbws_sidebar-post .post-item:nth-child(2) .post-meta {
  padding: 0 2px;
  border-radius: 5px;
  background-color: var(--fs-color-secondary);
  color: #fff;
  display: inline-block;
}

.widget ul > li {
  border-top: none !important;
}
.widget ul > li a {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  .widget ul > li a {
    font-size: 1rem;
  }
}
.widget .widget-title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: var(--fs-color-primary);
}
.widget .is-divider {
  display: none;
}
.widget .is-divider .widget-title {
  display: block;
  margin-bottom: 10px;
}
.widget.widget_search .searchform input {
  height: 50px;
  box-shadow: none;
  background-color: var(--fs-color-secondary);
  border-radius: 10px 0 0 10px;
  border: none;
  color: #fff;
}
.widget.widget_search .searchform input::placeholder {
  color: #fff;
}
.widget.widget_search .searchform .button.icon {
  border: none;
  border-radius: 0 10px 10px 0;
}
.widget.widget_categories ul > li {
  color: var(--fs-color-primary);
  margin-left: 20px;
  list-style: disc;
}
.widget.flatsome_recent_posts a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget.flatsome_recent_posts .badge {
  width: 50px;
  height: 50px;
}
.widget.flatsome_recent_posts .badge .badge-inner {
  border-radius: 5px;
  overflow: hidden;
}

.blog-wrapper.page-wrapper {
  padding-top: 60px;
}

#post-list .post-item .box-image .image-cover {
  border-radius: 10px;
}
#post-list .post-item .box-text {
  font-size: 1rem;
}
#post-list .post-item .box-text .cat-label {
  font-size: 14px;
  letter-spacing: unset;
  font-weight: bold;
  color: var(--fs-color-primary);
}
#post-list .post-item .box-text .cat-label::before {
  content: "\f07b";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  margin-right: 5px;
}
#post-list .post-item .box-text .post-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#post-list .post-item .box-text .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#post-list .post-item .box-text .post-meta {
  width: fit-content;
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  margin-bottom: 10px;
  font-size: 14px;
}
#post-list .post-item .box-text .is-divider {
  display: none;
}
#post-list .post-item .box-text .button {
  font-weight: bold;
  letter-spacing: unset;
  text-transform: unset;
  margin: unset;
}
#post-list .post-item .box-text .button::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}

body.single-post .post .article-inner .entry-header .entry-image .badge {
  display: none;
}
body.single-post .post .article-inner .entry-header .entry-header-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
body.single-post .post .article-inner .entry-header .entry-header-text .entry-divider {
  display: none;
}
body.single-post .post .article-inner .entry-header .entry-header-text .entry-category {
  font-size: 14px;
  letter-spacing: unset;
  font-weight: bold;
  color: var(--fs-color-primary);
  width: fit-content;
}
body.single-post .post .article-inner .entry-header .entry-header-text .entry-category::before {
  content: "\f07b";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  margin-right: 5px;
}
body.single-post .post .article-inner .entry-header .entry-header-text .entry-meta {
  font-size: 14px;
}
body.single-post .post .article-inner .entry-header .entry-header-text .entry-meta .entry-date {
  background-color: var(--fs-color-primary);
  color: #fff;
  border-radius: 5px;
  padding: 0px 5px;
  margin-right: 5px;
}
body.single-post #comments #respond {
  border-radius: 10px;
  background: var(--fs-color-secondary);
  color: #fff;
}
body.single-post #comments #respond #reply-title {
  color: #fff;
  font-size: 40px;
}

body.post-type-archive-product .breadcrumbs {
  display: none;
}

.product-small .col-inner .badge-container {
  margin: 15px;
}
.product-small .col-inner .badge-container .badge {
  font-size: 16px;
  height: 24px;
}
.product-small .col-inner .badge-container .badge .badge-inner {
  border-radius: 5px;
}
.product-small .col-inner .badge-container .badge + .badge {
  height: 24px;
}
.product-small .col-inner .box .box-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.product-small .col-inner .box .box-image .image-tools {
  width: fit-content;
  right: 0;
  left: auto;
}
.product-small .col-inner .box .box-image .image-tools .quick-view {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 20px;
  border-radius: 5px;
}
.product-small .col-inner .box .box-image .image-tools .quick-view i {
  color: #fff;
}
.product-small .col-inner .box .box-text {
  position: unset;
}
.product-small .col-inner .box .box-text .title-wrapper .product-title {
  font-size: 24px;
}
.product-small .col-inner .box .box-text .title-wrapper .product-title a {
  color: var(--heading-color);
  font-weight: bold;
}
@media (max-width: 767px) {
  .product-small .col-inner .box .box-text .title-wrapper .product-title {
    font-size: 18px;
  }
}
.product-small .col-inner .box .box-text .price-wrapper .star-rating::before {
  color: #DCE086;
}
.product-small .col-inner .box .box-text .price-wrapper .star-rating span::before {
  color: #DCE086;
}
.product-small .col-inner .box .box-text .price-wrapper .price span.amount {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .product-small .col-inner .box .box-text .price-wrapper .price span.amount {
    font-size: 14px;
  }
}
.product-small .col-inner .box .box-text .add-to-cart-button {
  opacity: 0;
  transform: translateX(-50%);
  left: 50%;
  top: 20%;
  position: absolute;
}
.product-small .col-inner .box .box-text .add-to-cart-button .button {
  font-size: 16px;
  padding: 5px 10px;
  border-radius: 5px;
  text-wrap: nowrap;
}
.product-small:hover .col-inner .box .box-image .image-fade-out img {
  opacity: 0.2;
}
.product-small:hover .col-inner .box .box-text .add-to-cart-button {
  opacity: 1;
}

.product-info .product-title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .product-info .product-title {
    font-size: 2rem;
  }
}
.product-info .woocommerce-product-rating .star-rating::before {
  color: #DCE086;
}
.product-info .woocommerce-product-rating .star-rating span::before {
  color: #DCE086;
}
.product-info .price-wrapper .price .woocommerce-Price-amount {
  font-size: 26px;
  color: var(--fs-color-primary) !important;
}
.product-info .cart .ux-quantity .ux-quantity__button {
  border-radius: 5px;
}
.product-info .cart .ux-quantity input {
  height: 50px;
}
.product-info .cart .single_add_to_cart_button {
  border-radius: 5px;
  background-color: var(--fs-color-primary);
}
.product-info .yith-wcwl-add-to-wishlist .add_to_wishlist {
  color: var(--fs-color-primary);
  font-weight: bold;
  font-size: 22px;
}
.product-info .product_meta {
  font-size: 1rem;
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
}
.product-info .product_meta span {
  border: none;
}

body.single-product .product-footer .woocommerce-tabs .tabs li {
  margin: 0 !important;
}
body.single-product .product-footer .woocommerce-tabs .tabs li a {
  border-bottom: solid 1px #DDDDDD;
  background-color: #F7FDFE;
  padding: 15px 20px;
  color: var(--heading-color);
  font-size: 18px;
}
body.single-product .product-footer .woocommerce-tabs .tabs li.active a {
  background-color: unset;
  color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  body.single-product .product-footer .woocommerce-tabs .tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  body.single-product .product-footer .woocommerce-tabs .tabs li > a {
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
  }
}
body.single-product .product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #review_form_wrapper #review_form #respond .comment-form textarea {
  padding: 28px;
  border-radius: 10px;
}
body.single-product .product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #review_form_wrapper #review_form #respond .comment-form input {
  padding: 28px;
  border-radius: 10px;
}
body.single-product .product-footer .woocommerce-tabs .tab-panels .woocommerce-Reviews #review_form_wrapper #review_form #respond .comment-form .submit {
  padding: 8px 40px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  body.single-product .product-footer .woocommerce-tabs .tab-panels {
    padding: 15px;
  }
}
body.single-product .product-footer .related {
  border-top: unset;
}
body.single-product .product-footer .related .product-section-title {
  margin: 30px 0;
  font-size: 35px;
}
@media (max-width: 767px) {
  body.single-product .product-footer .related .product-section-title {
    font-size: 2rem;
  }
}

#footer .absolute-footer .footer-primary .copyright-footer {
  padding-top: 15px;
}