/*
Theme Name: mh-theme
Description: Thiết kế website uy tín chất lượng - 0968.675.921
Author: UX Themes
Template: flatsome
Version: 3.0
License URI: https://www.facebook.com/minhhai.2403
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
#main,
#wrapper {
  background-color: #f5f5f5;
}
#comments .comment-respond {
  border-radius: 10px;
}
#comments .comment-respond .button,
#comments .comment-respond button,
#comments .comment-respond fieldset,
#comments .comment-respond input,
#comments .comment-respond select,
#comments .comment-respond textarea {
  border-radius: 5px;
  box-shadow: none;
}
input#submit {
  font-weight: normal;
  text-transform: none;
}
.single-post #main,
.category #main,
.single-post #wrapper,
.category #wrapper {
  background-color: #fff;
}
.single-post .page-wrapper,
.category .page-wrapper {
  padding-top: 0;
}
.single-post .entry-divider,
.category .entry-divider {
  display: none;
}
span.amount {
  color: #ff5c00;
  font-weight: 700;
  white-space: nowrap;
}
del {
  text-decoration: inherit;
}
del span.amount {
  font-weight: 400;
  margin-right: 0.3em;
  opacity: .8;
  color: #333;
  font-size: 80%;
  text-decoration: line-through;
}
.price-on-sale.price {
  display: flex;
  align-items: center;
}
.price-on-sale.price ins {
  order: -1;
  padding-right: 10px;
  margin-top: 2px;
}
.single-product #main,
.single-product #wrapper {
  background-color: #fff;
}
.bg-zoom:hover .bg,
.has-hover:hover .image-zoom img {
  transform: scale(1.05);
}
.product-small .col-inner {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
.product-small .product-title {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000;
}
.product-small span.amount {
  color: #ff5c00;
  font-weight: 700;
  white-space: nowrap;
}
.product-small span.price {
  display: flex;
  font-size: 16px;
}
.product-small span.price ins {
  order: -1;
  padding-right: 5px;
}
.product-small del span.amount {
  font-weight: 400;
  margin-right: 0.3em;
  opacity: .8;
  color: #333;
  font-size: 12px;
}
.product-small .box-text {
  padding: 10px 0;
}
.product-small .badge-container {
  margin: 10px 0 0 10px;
}
.product-small .badge-container .badge {
  height: auto;
  width: auto;
}
.product-small .badge-container .badge .badge-inner {
  background: #4DB23D;
  margin-bottom: 5px;
  padding: 2px 7px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  color: #ffff;
  display: inline-block;
  height: auto;
  width: auto;
}
.product-small .badge-container .badge .callout-new-bg {
  background: Red;
}
.section-title-container h2 {
  font-size: 32px;
  line-height: 50px;
}
.section-title-container h3 {
  font-size: 30px;
  line-height: 45px;
}
.section-title-normal {
  border-bottom: 0;
}
.section-title-normal span {
  margin-right: 15px;
  padding-bottom: 10px;
  border-bottom: 0;
  margin-bottom: 0;
  text-transform: none;
  position: relative;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0px 0px 10px #caaafc;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.section-title-normal span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #caaafc;
}
.section-title-normal span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: #333;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #caaafc;
}
.flickity-page-dots .dot.is-selected {
  border-radius: 10px;
  width: 30px;
}
.list-cat .box-category {
  position: relative;
  background-color: #3d69db;
  border-radius: 10px;
}
.list-cat .box-category .box-text {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 50%;
  left: 10px;
  width: auto;
  padding: 0;
  text-align: left;
  text-transform: none;
  margin-top: -15px;
}
.list-cat .box-category .box-text .header-title {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
.list-cat .box-category .box-text .count {
  text-transform: none;
  font-size: 12px;
}
.list-cat .product-category:nth-child(2n) .box-category {
  background-color: #db6448;
}
.list-cat .product-category:nth-child(3n) .box-category {
  background-color: #32badb;
}
.list-cat .product-category:nth-child(4n) .box-category {
  background-color: #77aca8;
}
.list-cat .product-category:nth-child(5n) .box-category {
  background-color: #dba51d;
}
.list-cat .product-category:nth-child(6n) .box-category {
  background-color: #333;
}
.list-cat .product-category:nth-child(7n) .box-category {
  background-color: #ff9800;
}
.list-cat .product-category:nth-child(8n) .box-category {
  background-color: #9C27B0;
}
.img-banner .img-inner img {
  border-radius: 10px;
}
.img-banner .img-inner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img-banner .img-inner:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.img-banner .img-inner:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.img-banner .img-inner:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.home .row-slider {
  padding-bottom: 15px;
}
.home .row-slider .flickity-button {
  display: none;
}
.row-slider .flickity-prev-next-button {
  width: 30px!important;
  height: 40px!important;
  top: 50%!important;
  bottom: auto!important;
  margin-top: -20px !important;
  box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  transform: translateX(0) !important;
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
  margin-top: 0;
}
.slider-nav-reveal .flickity-prev-next-button,
.slider-nav-reveal .flickity-prev-next-button:hover {
  margin-top: -20px !important;
}
.list-pk ul {
  list-style: none;
}
.list-pk ul li {
  display: inline-block;
  margin: 0 5px 5px;
}
.list-pk ul li a {
  padding: 8px 15px;
  color: #fff;
  font-size: 15px;
  background: linear-gradient(180deg, #333333 0%, #000000 100%);
  border-radius: 4px;
  display: inline-block;
}
.list-pk ul li a:hover {
  text-decoration: underline;
}
.post-item .box-image {
  border-radius: 10px;
  overflow: hidden;
}
.post-item .post-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.post-item .from_the_blog_excerpt {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
.post-item .is-divider {
  display: none;
}
.row.blog-shome {
  display: block;
}
.row.blog-shome .post-item:first-child {
  max-width: 66.66666666666%;
  float: left;
}
.row.blog-shome .post-item:first-child .from_the_blog_excerpt {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color: #333;
}
.row.blog-shome .post-item:first-child .post-title.is-large {
  font-size: 25px;
  text-transform: uppercase;
}
.row.blog-shome .post-item:first-child .is-divider {
  display: none;
}
.row.blog-shome .post-item:nth-child(n+2) {
  max-width: 33.3333333333%;
  float: left;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post {
  display: flex;
  align-items: flex-start;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .box-image {
  min-width: 120px;
  width: 120px;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .box-image .image-cover {
  padding-top: 75%!important;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .box-text {
  padding: 0 0 0 10px;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .is-divider {
  display: none;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .from_the_blog_excerpt {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  color: #333;
}
.row.blog-shome .post-item:nth-child(n+2) .box-blog-post .post-title.is-large {
  font-size: 16px;
  text-transform: uppercase;
}
.yith-wcan-filters {
  background-color: transparent;
  margin-bottom: 30px;
}
.yith-wcan-filters .yith-wcan-filter {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px #131c191a;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.yith-wcan-filters .filter-title {
  border-bottom: 1px solid #D8D5D5;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 16px;
}
.yith-wcan-filters .filter-title:before {
  content: "";
  width: 66px;
  height: 2px;
  background: #EB3349;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.yith-wcan-filters .filter-item label {
  display: flex;
  align-content: center;
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.yith-wcan-filters .filter-item label input {
  margin: 0 8px 2px 0 ;
}
.yith-wcan-filters .filter-item label:hover {
  color: #f45c43 ;
}
.quantity input.minus.button.is-form {
  background: transparent;
  width: 25px;
  height: 35px;
  min-height: 35px;
  line-height: 30px;
  border-radius: 5px 0 0 5px;
}
.quantity input.plus.button.is-form {
  background: transparent;
  width: 25px;
  height: 35px;
  min-height: 35px;
  line-height: 30px;
  border-radius: 0 5px 5px 0;
}
.quantity input.input-text.qty {
  height: 35px;
  line-height: 35px;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.product-info .qty-text {
  float: left;
  line-height: 40px;
  padding-right: 15px;
}
.product-info span.amount {
  font-size: 30px;
}
.product-info del {
  text-decoration: inherit;
}
.product-info del span.amount {
  font-size: 80%;
}
.product-info button.single_add_to_cart_button.alt {
  border: initial;
  padding: 12px 10px 12px;
  background: #eb3e32;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-info button.single_add_to_cart_button.alt:before {
  content: "Cam kết chính hãng / đổi trả 24h";
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  order: 1;
}
.product-info #buy_now_button {
  border: initial;
  padding: 12px 10px 12px;
  background: #0fa80f;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.product-info #buy_now_button span {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
}
.product-info .shopping-hotline {
  text-align: center;
  margin: 15px 0;
}
.product-info .shopping-hotline a {
  color: #d72229;
  font-size: 18px;
}
.product-info .shopping-hotline a i {
  animation: ring 1s infinite ease-in-out;
}
.product-thumbnails img {
  margin-bottom: 0;
  opacity: 0.8;
  transform: none;
}
.product-thumbnails a {
  transition: all 0.3s;
  padding: 5px;
  border-radius: 5px;
}
.product-thumbnails .is-nav-selected a,
.product-thumbnails a:hover {
  border-color: #eb3e32;
}
.product-thumbnails .is-nav-selected a img,
.product-thumbnails a:hover img {
  opacity: 1;
  transform: none;
}
.product-main .badge-container {
  margin: 10px 0 0 10px;
}
.product-main .badge-container .badge {
  height: auto;
  width: auto;
}
.product-main .badge-container .badge .badge-inner {
  background: #4DB23D;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  color: #ffff;
  display: inline-block;
  height: auto;
  width: auto;
}
.product-main .badge-container .badge .callout-new-bg {
  background: Red;
}
.product-main h1.product-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 15px;
  text-transform: uppercase;
}
.woocommerce-breadcrumb.breadcrumbs {
  text-transform: none;
  padding-bottom: 10px;
  font-size: 14px;
}
.woocommerce-breadcrumb.breadcrumbs a {
  color: #333;
  font-weight: 400;
}
header.archive-page-header {
  background-color: #f9f7f7;
  padding: 20px 0 10px 0;
  margin-bottom: 40px;
  text-align: center;
}
header.archive-page-header .namePage {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.archive .page-wrapper {
  padding-top: 0;
}
.archive h1.page-title.is-large.uppercase {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.rank-math-breadcrumb {
  font-size: 14px;
}
.rank-math-breadcrumb span.last {
  font-weight: bold;
}
.widget-area .is-divider {
  display: none;
}
.widget-area .widget-title span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #D8D5D5;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.widget-area .widget-title span:before {
  content: "";
  position: absolute;
  width: 65px;
  background: red;
  height: 2px;
  bottom: -1px;
  left: 0;
}
.widget-area .widget.widget_nav_menu {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 15px 15px 7px;
}
.widget-area .widget.widget_nav_menu a {
  text-transform: uppercase;
  font-size: 14px;
}
.widget-area .flatsome_recent_posts .mr-half {
  margin-right: 10px;
}
.widget-area .flatsome_recent_posts .badge-inner {
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.header-nav-main .searchform-wrapper.ux-search-box.relative.is-normal {
  border-radius: 5px;
}
.header-nav-main .searchform-wrapper.ux-search-box.relative.is-normal button.ux-search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px!important;
  height: 40px;
  width: 45px;
  background: linear-gradient(180deg, #f91305 0%, #f27653 78.65%);
}
.header-nav-main .searchform-wrapper.ux-search-box.relative.is-normal button.ux-search-submit i {
  color: #fff;
}
.header-nav-main input#woocommerce-product-search-field-0 {
  height: 50px;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: none;
}
.nav-pills > li {
  padding: 10px 0;
}
.nav-pills > li.active > a {
  background-color: #ffc800;
  color: #222;
}
.nav-pills > li:hover > a {
  background-color: #ffc800;
}
.nav-pills > li > a {
  border-radius: 5px;
  color: #222222;
  padding: 5px 15px 4px;
  line-height: 20px;
  font-size: 15px;
}
.next-prev-thumbs li.has-dropdown:hover > .nav-dropdown,
.no-js li.has-dropdown:hover > .nav-dropdown,
li.current-dropdown > .nav-dropdown {
  left: 0;
  top: 100%;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple {
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple > li {
  border-bottom: 1px solid #F6F6F6;
}
ul.sub-menu.nav-dropdown.nav-dropdown-simple > li > a {
  padding: 10px 10px 10px 12px;
  text-transform: uppercase;
  font-size: 14px;
}
li.html.custom.html_topbar_left {
  color: #c0392b;
  font-size: 15px;
  font-style: italic;
  text-align: center;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase a {
  text-transform: none;
}
.ux-swatch--label {
  border-radius: 5px;
}
.ux-swatch.selected,
.ux-swatch:hover {
  box-shadow: none!important;
  border: none;
  color: #fff;
  background: #d26e4b;
}
.footer-wrapper {
  font-size: 15px;
}
.footer-wrapper a {
  color: #ffc800;
}
.footer-wrapper a.ux-menu-link__link {
  color: #fff;
  min-height: auto;
}
.footer-wrapper a:hover {
  color: #f45c43!important;
}
.footer-wrapper .footer-top {
  background: linear-gradient(180deg, #000000 0%, #333333 100%);
  padding: 30px 0;
}
.footer-wrapper .footer-top .icon-box {
  display: flex;
  align-items: center;
}
.footer-wrapper .footer-top .icon-box-text {
  font-size: 14px;
}
.footer-wrapper .footer-top .icon-box-text h3 {
  font-size: 15px;
  margin: 0;
}
.footer-wrapper .contact-footer .item {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.footer-wrapper .contact-footer .item svg {
  width: initial;
  height: initial;
  position: absolute;
  left: 3px;
  top: 2px;
}
.entry-meta > span {
  margin-right: 10px;
  text-transform: none;
}
.entry-meta > span i {
  margin-right: 3px;
}
article.post img {
  border-radius: 5px;
}
.product-footer .woocommerce-tabs {
  border-top: 0;
  padding: 0;
}
ul.tabs.wc-tabs {
  border-bottom: 1px solid #ececec;
}
ul.tabs.wc-tabs li {
  margin-right: 10px;
}
ul.tabs.wc-tabs li a {
  font-size: 18px;
  padding: 10px 20px 8px;
}
.related.related-products-wrapper {
  margin-top: 20px;
  background: linear-gradient(180deg, #f91305 0%, #f27653 78.65%);
  padding: 30px 0 30px;
}
.related.related-products-wrapper .section-title-normal {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.related.related-products-wrapper .section-title-normal span {
  color: #fff;
}
.related.related-products-wrapper .section-title-normal span:before {
  background-color: #fff;
}
.related.related-products-wrapper .section-title-normal span:after {
  background-color: #fff;
}
div#isures-recently--wrap {
  background: #696969;
  padding: 30px 0 30px;
}
div#isures-recently--wrap .section-title-normal {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
div#isures-recently--wrap .section-title-normal span {
  color: #fff;
}
div#isures-recently--wrap .section-title-normal span:before {
  background-color: #fff;
}
div#isures-recently--wrap .section-title-normal span:after {
  background-color: #fff;
}
.page-template-default #main,
.page-template-default #wrapper {
  background-color: #fff;
}
p.form-row-first,
p.form-row-last {
  float: left;
  width: 100%;
  margin-right: 0;
}
.button.wc-forward:not(.checkout):not(.checkout-button) {
  color: #333;
}
.section-title-container {
  margin-bottom: 10px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media only screen and (min-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .vertical-thumbnails::-webkit-scrollbar-track {
    background: transparent;
  }
  .vertical-thumbnails::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
    background: transparent;
  }
  .vertical-thumbnails::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 3px;
    opacity: 0.6;
  }
  .vertical-thumbnails::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  .footer-bottom.row .col:nth-child(1) {
    flex-basis: 35%;
    max-width: 35%;
  }
  .footer-bottom.row .col:nth-child(2) {
    flex-basis: 25%;
    max-width: 25%;
  }
  .footer-bottom.row .col:nth-child(3) {
    flex-basis: 20%;
    max-width: 20%;
  }
  .footer-bottom.row .col:nth-child(4) {
    flex-basis: 20%;
    max-width: 20%;
  }
  .woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px #131c191a;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 1200px) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .footer-wrapper .footer-top .icon-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-wrapper .footer-top .icon-box .icon-box-img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .section-title-container h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .row.blog-shome .post-item {
    max-width: 100%!important;
    float: left;
  }
  .section-title-normal span:before {
    width: 15px;
  }
  .section-title-normal span:after {
    width: 40px;
    left: 20px;
  }
  .list-pk ul li a {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .nav-sidebar.nav-vertical > li.menu-item.active,
  .nav-sidebar.nav-vertical > li.menu-item:hover {
    background-color: #fff;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content {
    background: #fff;
    box-shadow: 1px 0 5px #00000080;
    width: calc(100% - 100px);
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .nav li a {
    color: #222;
    font-size: 14px;
    font-weight: normal;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .nav li .sub-menu {
    padding-left: 10px;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .nav li .sub-menu li {
    margin: 0;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .nav li .sub-menu a {
    border-top: 1px solid #efefef;
    padding: 8px 10px;
    text-transform: none;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .no-children > .sub-menu .sub-menu {
    padding: 0;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .mfp-content .no-children > .sub-menu .sub-menu li {
    padding-left: 0;
  }
  .mfp-wrap.off-canvas-left.mfp-ready .nav-vertical li li {
    font-size: 1em;
    padding-left: 15px;
  }
  .nav-sidebar.nav-vertical > li + li {
    border-top: 1px solid #efefef;
  }
  .yith-wcan-preset-modal-open .category-page-row .large-3 {
    display: block!important;
  }
  .yith-wcan-filters {
    background: #fff;
  }
  .yith-wcan-filters .main-modal-button {
    color: #fff;
  }
  button.yith-wcan-filters-opener {
    display: none!important;
  }
  .box-mb {
    display: flex;
    gap: 10px;
  }
  .box-mb button.yith-wcan-filters-opener {
    display: block!important;
    width: 50%;
    height: 40px;
    margin: 0;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
    text-transform: none;
    font-weight: normal;
  }
  .box-mb .woocommerce-ordering {
    width: 50%;
  }
  .box-mb select.orderby {
    margin: 0;
    height: 40px;
  }
  .category-filtering.category-filter-row.show-for-medium {
    display: none;
  }
  .products.row .product-small {
    padding: 0 5px 10px;
  }
  .product-main {
    padding-bottom: 0;
  }
  ul.tabs.wc-tabs {
    border: 1px solid #ececec;
    padding: 0;
    overflow: hidden;
  }
  ul.tabs.wc-tabs > li {
    padding: 0;
  }
  ul.tabs.wc-tabs > li a {
    font-size: 18px;
    padding: 12px 20px 10px;
    border-radius: 0;
  }
}
