body {
  background: #fff !important;
  font-family: "DM Sans", sans-serif;
}
a {
  color: #ff6f61;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
.logo {
  display: flex;
  align-items: center;
  width: 120px;
  height: 64px;
  gap: 10px;
  align-items: end;
  padding: 12px 0;
}
.logo img {
  max-width: 42px;
}
.logo a {
  display: flex;
  align-items: center;
  height: 64px;
  color: #000;
  text-decoration: none;
  gap: 10px;
  align-items: end;
}
.logo a:visited {
  color: #000;
}
.logo .title {
  font-weight: bold;
  color: #262727;
}
.logo p {
  margin: 0;
  font-size: 12px;
}
.wrap-logo {
  width: 100%;
  max-width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
header.site-header {
  margin: 0 0 15px;
}
header.site-header .header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header.site-header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 90px;
  gap: 20px;
  position: relative;
}
header.site-header .top .container:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #949494;
  height: 2px;
  width: calc(100% + -36px);
  left: 20px;
}
header.site-header .bottom {
  background: #ffcc5c;
}
header.site-header .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
}
header.site-header .menu-item a {
  display: flex;
  align-items: center;
  font-weight: 100;
}
header.site-header .menu-item a[href*="/sale/"]::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWNpcmNsZS1wZXJjZW50LWljb24gbHVjaWRlLWNpcmNsZS1wZXJjZW50Ij48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Im0xNSA5LTYgNiIvPjxwYXRoIGQ9Ik05IDloLjAxIi8+PHBhdGggZD0iTTE1IDE1aC4wMSIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header.site-header .menu-item a[href*="/wishlist/"]::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWhlYXJ0LWljb24gbHVjaWRlLWhlYXJ0Ij48cGF0aCBkPSJNMTkgMTRjMS40OS0xLjQ2IDMtMy4yMSAzLTUuNUE1LjUgNS41IDAgMCAwIDE2LjUgM2MtMS43NiAwLTMgLjUtNC41IDItMS41LTEuNS0yLjc0LTItNC41LTJBNS41IDUuNSAwIDAgMCAyIDguNWMwIDIuMyAxLjUgNC4wNSAzIDUuNWw3IDdaIi8+PC9zdmc+");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.header__callback-me {
  white-space: nowrap;
  align-items: center;
  display: flex;
  gap: 5px;
  color: #292929;
  text-decoration: none;
  border-bottom: 1px dashed #292929;
}
.header__callback-me svg {
  width: 20px;
  height: 20px;
}
.header__callback-me:visited {
  color: #292929;
}
.header__tel {
  white-space: nowrap;
  color: #292929;
  text-decoration: none;
  border-bottom: 1px dashed #292929;
  margin-left: 10px;
}
.header__tel:visited {
  color: #292929;
}
@media only screen and (max-width: 998px) {
  .header__tel {
    display: none;
  }
}
.wrap-button-catalog {
  width: 100%;
  max-width: 260px;
}
.wrap-button-catalog a.button-catalog {
  display: flex;
  width: 100%;
  background: #ffe4a8;
  color: #000;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  padding: 10px;
  border-radius: 15px;
  gap: 7px;
  align-items: center;
  text-decoration: none;
}
.wrap-button-catalog a.button-catalog:visited {
  color: #000;
}
.productHeaderRight a[href="/sale"] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  gap: 4px;
}
.productHeaderRight a[href="/sale"]:visited {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .show-menu {
    display: none;
  }
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobile-menu {
    background: #fff;
    position: absolute;
    top: 136px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 11;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 20px 0 0 15px;
    list-style: none;
  }
  .mobile-menu ul li {
    padding: 10px 0;
  }
  .mobile-menu ul li a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    border-bottom: none;
  }
  .mobile-menu ul li a svg path {
    fill: #000;
  }
  .mobile-menu a.myProfile {
    display: block;
  }
}
ul#primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 998px) {
  ul#primary-menu {
    display: none;
  }
}
ul#primary-menu li a {
  color: #000;
  text-decoration: none;
  display: flex;
  gap: 4px;
}
ul#primary-menu li a:visited {
  color: #000;
}
ul#primary-menu li a:hover,
ul#primary-menu li a:focus {
  color: #ff6f61;
}
.search-form {
  width: 100%;
  position: relative;
}
.search-form input[type="search"] {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 1px;
  border: none;
  background: #fff;
  border: 1px solid;
  margin: 0 0 10px;
  font-size: 14px;
}
.search-form input[type="search"]:focus {
  border-color: #ff6f61;
}
.search-form button {
  position: absolute;
  right: 0;
  top: -2px;
  height: 40px;
  color: #fff;
  border: none;
  background: none;
  color: #000;
  cursor: pointer;
}
a.cart-contents {
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
}
a.cart-contents:visited {
  color: #000;
}
a.myProfile {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (max-width: 998px) {
  a.myProfile {
    display: none;
  }
}
.content-wrapper {
  display: flex;
}
.content-wrapper .sidebar {
  width: 344px;
  margin-right: 20px;
  position: relative;
}
.content-wrapper .content-products {
  width: 100%;
}
.front-page-container {
  display: flex;
}
aside {
  width: 100%;
  max-width: 260px;
}
@media only screen and (max-width: 648px) {
  aside {
    max-width: 100%;
  }
}
.catalog-show {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 992px) {
  .catalog-show {
    display: none;
  }
}
.product-categories {
  background: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 992px) {
  .product-categories {
    display: none;
  }
}
.product-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-categories ul li {
  margin-bottom: 10px;
}
.product-categories ul li ul {
  display: none;
}
.product-categories ul li.active ul {
  display: block;
}
.product-categories ul li ul {
  padding: 0 0 0 15px;
}
.product-categories ul li a {
  color: #000;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0 26px;
  background-size: 20px;
}
.product-categories ul li a:visited {
  color: #000;
}
.product-categories ul li a:hover,
.product-categories ul li a:focus {
  color: #ff6f61;
}
.product-categories ul li a span {
  opacity: 0.5;
}
ul.subcategories li.subcategory-item {
  width: calc(25% - 15px); /* 4 колонки */
  box-sizing: border-box;
  background: #f2f2f2;
  padding: 12px;
  margin: 0 0 12px;
}
@media only screen and (max-width: 1024px) {
  ul.subcategories li.subcategory-item {
    width: calc(50% - 10px); /* 2 колонки на планшете */
  }
}
@media only screen and (max-width: 640px) {
  ul.subcategories li.subcategory-item {
    width: 100%;
  }
}
.woocommerce-loop-product__link {
  color: #000;
}
.main-container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .main-container {
    flex-wrap: wrap;
  }
}
.main-container .sidebar {
  width: 100%;
  min-width: 260px;
  max-width: 260px;
}
@media only screen and (max-width: 648px) {
  .main-container .sidebar {
    max-width: 100%;
  }
}
.main-container .content {
  width: 100%;
  max-width: 890px;
}
.subcategories {
  margin: 10px 0 0 0;
  padding: 0;
  display: flex;
  gap: 0 10px;
  flex-wrap: wrap;
}
.subcategories li {
  list-style: none;
}
.subcategories li a {
  color: #000;
}
.woocommerce-breadcrumb {
  margin: 10px 0 1em !important;
}
.woocommerce-breadcrumb a {
  text-underline-offset: 4px;
}
.tabs.wc-tabs {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333;
}
.swiper.slides {
  margin: 20px 0 0 0;
}
.product_meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product_meta .posted_in {
  width: 100%;
  display: flex;
  gap: 0 5px;
  flex-wrap: wrap;
}
.acf_fields_woo {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.acf_fields_woo div {
  display: flex;
  gap: 5px;
}
ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ul.products {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.products:before {
  content: '';
  display: none !important;
}
.product-teaser {
  background: #fff;
  padding: 0 !important;
  position: relative;
  margin: 0 !important;
  width: 100% !important;
}
.product-teaser img {
  margin: 0 !important;
  width: 100%;
}
.product-teaser a {
  text-decoration: none;
}
.product-teaser h3 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.product-teaser .onsale {
  position: absolute;
  top: 20px !important;
  left: 0 !important;
  right: inherit !important;
  background-color: #ff682c !important;
  border-radius: 0 !important;
  padding: 4px 10px !important;
  color: #fff;
  font-size: 14px !important;
  min-height: auto !important;
  height: auto !important;
  line-height: 20px !important;
}
.product-teaser .yith-add-to-wishlist-button-block {
  margin: 0;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 2px;
}
.product-teaser .yith-add-to-wishlist-button-block span {
  display: none;
}
.best-selling-slider h2>a,
.related-products h2>a {
  color: #000;
  font-weight: 400;
}
.best-selling-slider .swiper-button-next,
.related-products .swiper-button-next,
.best-selling-slider .swiper-rtl .swiper-button-prev,
.related-products .swiper-rtl .swiper-button-prev {
  top: 42px;
}
.best-selling-slider .swiper-button-prev,
.related-products .swiper-button-prev,
.best-selling-slider .swiper-rtl .swiper-button-next,
.related-products .swiper-rtl .swiper-button-next {
  left: auto;
  right: 60px;
  top: 42px;
}
.product.type-product .stock.in-stock {
  color: #000;
}
.product.type-product .input-text.qty {
  padding: 5px;
}
.product.type-product .single_add_to_cart_button {
  background: #d17049 !important;
  border-radius: 0 !important;
}
.price del,
.product-price del {
  color: #000;
}
.price ins,
.product-price ins {
  color: #ff682c;
  background: none;
  text-decoration: none;
}
a.add_to_cart {
  white-space: nowrap;
  background: #ff682c;
  padding: 5px 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: non;
}
.footer {
  padding: 50px 0;
  margin: 100px 0 0 0;
  background: #fff;
  border-top: 5px solid #333;
  color: #333;
}
.footer .footer__tags {
  width: 100%;
  max-width: 300px;
  color: #444158;
  line-height: 28px;
}
.footer .menu ul {
  padding: 0;
  margin: 0;
}
.footer .menu li {
  list-style: none;
  padding: 4px 0;
  margin: 0;
}
.footer .menu a {
  color: #333;
  font-size: 20px;
  text-decoration: none;
  padding: 4px 0;
}
.footer .menu a:hover {
  color: #ff8743;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  width: calc(100% + -40px);
  max-width: 1316px;
  padding: 0 20px;
}
@media only screen and (max-width: 740px) {
  .footer .container {
    flex-wrap: wrap;
  }
}
.footer .copyright-group.copyright-group_bottom {
  display: none;
}
@media only screen and (max-width: 740px) {
  .footer .copyright-group.copyright-group_bottom {
    display: block;
    text-align: center;
    margin: 50px 0;
  }
  .footer .copyright-group.copyright-group_bottom .designBy span {
    margin: 0 -14px 0 0;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0;
}
@media only screen and (max-width: 600px) {
  .footer__logo {
    align-items: center;
    padding: 0 !important;
    order: 1;
  }
}
.footer__logo .logo {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  max-width: 180px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .footer__logo .logo {
    max-width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.footer__logo .logo a {
  display: flex;
  text-decoration: none;
  line-height: 20px;
  color: #333;
  text-align: center;
  font-size: 40px;
}
@media only screen and (max-width: 740px) {
  .footer__logo .logo a.about {
    display: none;
  }
}
.footer__logo .logo b {
  color: #c2d4f4;
  font-size: 20px;
}
@media only screen and (max-width: 1020px) {
  .footer__logo {
    width: 100%;
    padding: 6px 0 45px;
    text-align: center;
  }
}
.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 740px) {
  .footer__menu {
    width: 100%;
    text-align: center;
  }
}
.footer__menu a {
  color: #bfb4db;
  font-size: 18px;
  text-decoration: none;
  padding: 3px 0;
  display: inline-block;
}
.footer__menu a:hover {
  color: #fff;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .footer__contacts {
    width: 100%;
    margin: 40px 0;
    align-items: flex-start;
  }
  .footer__contacts a.mail {
    margin: 15px 0;
  }
}
.footer__contacts a {
  font-size: 20px;
  font-weight: 900;
  color: #333;
  border-bottom: 1px dashed;
  text-decoration: none;
  padding: 0;
}
.footer__contacts a svg {
  width: 20px;
  height: 20px;
}
.footer__contacts a svg path {
  fill: #333;
}
.footer__contacts a:hover {
  color: #333;
}
.footer__contacts .button {
  padding: 10px;
  margin: 14px 0 12px;
  background: #60c364;
  display: flex;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  min-width: 162px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.footer__contacts a.mail {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px dashed;
  text-decoration: none;
  padding: 0;
}
.footer__contacts a.mail:hover {
  color: #333;
}
@media only screen and (max-width: 740px) {
  .footer__socials {
    width: 100%;
  }
}
.footer .blockSocialLinks__header {
  font-size: 18px;
  color: #6fd0ff;
  font-weight: 900;
  padding: 3px 0 20px 0;
  text-align: center;
}
.footer .blockSocialLinks__items {
  display: flex;
  justify-content: center;
  padding: 0 50px;
  gap: 20px;
}
.footer .blockSocialLinks__items a.viber {
  padding: 0 2px 0 0;
}
.footer .blockSocialLinks__items a.viber svg {
  width: 20px;
}
.footer .blockSocialLinks__items a:hover {
  opacity: 0.7;
}
.copyright {
  color: #5e6f8c;
  font-size: 14px;
}
.designBy {
  color: #5e6f8c;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.designBy a {
  color: #ffae14;
  border-bottom: 1px solid;
  text-decoration: none;
  display: inline-flex;
}
.designBy a:hover {
  border-bottom: 1px solid transparent;
}
.hero-grid .container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .hero-grid .container {
    flex-wrap: wrap;
  }
}
.hero-grid .hero-gallery {
  width: 65%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .hero-grid .hero-gallery {
    width: 100%;
  }
}
.hero-grid .hero-gallery .onsale {
  display: none;
}
.hero-grid .hero-gallery .woocommerce-product-gallery__trigger {
  float: left;
  position: absolute;
  right: 10px;
  top: 10px;
}
.hero-grid .hero-gallery .woocommerce-product-gallery__wrapper a {
  display: flex;
}
.hero-grid .hero-gallery .woocommerce-product-gallery__wrapper a img {
  width: 100%;
}
.hero-grid .hero-gallery .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  gap: 10px;
}
.hero-grid .hero-gallery .flex-control-nav img {
  opacity: 0.5;
  transition: all 0.3s;
}
.hero-grid .hero-gallery .flex-control-nav img.flex-active {
  opacity: 1;
  border-bottom: 5px solid #333;
}
.hero-grid .hero-gallery .flex-viewport {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero-grid .hero-gallery .flex-viewport {
    width: calc(100% + 30px);
    margin: 0 0 0 -15px;
  }
}
.hero-grid .hero-info {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .hero-grid .hero-info {
    width: 100%;
  }
}
.hero-grid .hero-info .product-title {
  margin: 0 0 10px;
}
.product-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 111;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .product-header {
    padding: 0;
    position: relative;
  }
}
.product-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-header .logo {
  width: 42px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 -56px;
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .product-header .logo {
    margin: 0 0 0 -15px;
    background: #fff;
    padding: 10px;
    width: 60px;
    height: 80px;
  }
}
.product-header .logo .title {
  font-size: 12px;
}
.product-header .logo p {
  display: none;
}
.product-header .logo a {
  display: flex;
  gap: 0;
  flex-direction: column;
}
.product-header .productHeaderRight {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  .product-header .productHeaderRight {
    width: 100%;
  }
}
.product-header .productHeaderRight .catalog {
  display: flex;
  color: #000;
  gap: 4px;
}
.product-header .productHeaderRight .sale {
  background: none;
  padding: 0;
  color: #000;
}
.product-header .productHeaderRight button {
  background: none;
  padding: 0;
  border: 0 none;
}
.product-main-info {
  margin: -50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .product-main-info {
    margin: 0;
  }
}
.product-main-info .stock.in-stock {
  display: none;
}
.product-bottom-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .product-bottom-info {
    margin: 50px 0 10px;
  }
}
.product-bottom-info .qask {
  background: #2d2d2d;
  color: #fff;
  display: flex;
  padding: 10px;
  gap: 5px;
  text-decoration: none;
}
.product-bottom-info .fact {
  display: flex;
  gap: 5px;
  padding: 0 0 0 10px;
}
.product-bottom-info .fact p {
  margin: 0;
  width: 100%;
}
.price-wish {
  display: flex;
  gap: 10px;
  align-items: center;
}
.price-wish a {
  text-decoration: none;
  color: #000;
}
.product-add-to-cart form {
  display: flex;
}
.product-add-to-cart form .quantity input {
  padding: 10px !important;
  border: none;
  border-radius: 0;
  color: #fff;
  background: #ac5b3b;
}
.product-add-to-cart form button {
  background: #c87553;
  color: #fff;
  font-weight: bold;
  padding: 14px;
}
.product-details {
  background: #dddad1;
  margin: 10px 0 0 0;
  padding: 0 0 20px;
}
.product-details .container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .product-details .container {
    flex-wrap: wrap;
  }
}
.product-details .container .product-description {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .product-details .container .product-description {
    width: 100%;
  }
}
.product-details .container .product-meta {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .product-details .container .product-meta {
    width: 100%;
  }
}
.product-details ol,
.product-details ul {
  margin: 0;
  padding: 0 0 15px 25px;
}
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
  gap: 4px;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  margin: 0;
}
.mrvp-product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
.mrvp-product-list li {
  width: 100%;
  max-width: 30%;
  display: flex;
  align-items: flex-start;
  padding: 0;
  border-top: none !important;
}
@media only screen and (max-width: 768px) {
  .mrvp-product-list li {
    max-width: calc(50% + -8px);
  }
}
.mrvp-product-link {
  flex-direction: column;
  width: 100%;
}
.mrvp-product-link img {
  width: 100%;
}
.page-id-688 .sidebar {
  display: none;
}
.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
}
.faq-answer {
  display: none;
  padding: 0 10px 10px 20px;
}
.faq-question {
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block,
.woocommerce-form-coupon-toggle {
  display: none;
}
.main-container .woocommerce-checkout {
  display: flex;
  gap: 20px;
}
.main-container .woocommerce-checkout .col-1 {
  flex: 1;
}
.main-container .woocommerce-checkout .col-2 {
  width: 350px;
  flex-shrink: 0;
}
.woocommerce-shipping-totals.shipping {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#shipping_method li {
  white-space: nowrap;
}
#shipping_method li label {
  white-space: nowrap;
}
