/*
Theme Name: cartsy Child
Theme URI: https://redq.io/cartsy
Template: cartsy
Author: RedQ Team
Author URI: http://redq.io
Description: Cartsy WordPress E-Commerce Theme is perfect for increasing your sales, turnover and profits. This attractive-but-packed WooCommerce theme is literally the best E-Commerce theme for your next business.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,footer-widgets,sticky-post,theme-options,editor-style,translation-ready
Version: 1.6.4
Updated: 2021-09-19 12:21:25

*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #0D0D0D;
}
body #page {
  min-height: auto;
}

.banner-destacado {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 560px;
  margin: 0 0 0 auto;
  background-size: 100%;
  background-position: center 25%;
  border-radius: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.55);
}
.banner-destacado::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -550px;
  width: 1160px;
  height: 1160px;
  border-radius: 100%;
  background-color: #000;
  z-index: 2;
  opacity: 0.5;
}
.banner-destacado::after {
  content: "";
  position: absolute;
  top: -300px;
  left: -665px;
  width: 1160px;
  height: 1160px;
  border-radius: 100%;
  background-color: #000;
  z-index: 3;
}
@media (min-width: 992px) {
  .banner-destacado {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 1599px) {
  .banner-destacado {
    height: 400px;
  }
  .banner-destacado::before {
    top: -80px;
    left: -300px;
    width: 500px;
    height: 500px;
  }
  .banner-destacado::after {
    top: -80px;
    left: -380px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .banner-destacado {
    height: 300px;
  }
  .banner-destacado::before {
    top: -60px;
    left: -250px;
    width: 400px;
    height: 400px;
  }
  .banner-destacado::after {
    top: -60px;
    left: -330px;
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 575px) {
  .banner-destacado {
    background-size: 170%;
    background-position: center 40%;
    height: 260px;
  }
  .banner-destacado::before {
    top: -120px;
    left: -350px;
    width: 500px;
    height: 500px;
  }
  .banner-destacado::after {
    top: -120px;
    left: -430px;
    width: 500px;
    height: 500px;
  }
}
.banner-destacado .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.banner-destacado .banner-svg {
  z-index: 4;
}
.banner-destacado .banner-svg img {
  height: 260px;
}
@media (max-width: 1599px) {
  .banner-destacado .banner-svg img {
    height: 160px;
  }
}
@media (max-width: 1024px) {
  .banner-destacado .banner-svg img {
    height: 110px;
  }
}
@media (max-width: 575px) {
  .banner-destacado .banner-svg img {
    height: 80px;
  }
}
.banner-destacado .banner-texto {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff;
  position: relative;
  z-index: 4;
  padding: 0 2rem;
  font-size: 52px;
  line-height: 1.5;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 1599px) {
  .banner-destacado .banner-texto {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .banner-destacado .banner-texto {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .banner-destacado .banner-texto {
    font-size: 20px;
    line-height: 1.1;
  }
}

.banner-category {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 460px;
  margin: 0 0 0 auto;
  background-size: 170%;
  background-position: center 40%;
  border-radius: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2rem;
  z-index: 0;
  -webkit-box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.55);
}
@media (max-width: 1599px) {
  .banner-category {
    height: 300px;
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .banner-category {
    height: 250px;
    padding: 0.5rem;
  }
}
@media (max-width: 575px) {
  .banner-category {
    height: 190px;
  }
}
.banner-category .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.banner-category .wrapper-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 57px;
}
.banner-category .banner-texto-prev {
  background-color: #C22A22;
}
.banner-category .banner-texto-prev,
.banner-category .banner-texto-next {
  width: 100%;
  max-width: calc((100% - 1170px) / 2);
}
@media (max-width: 1199px) {
  .banner-category .banner-texto-prev,
  .banner-category .banner-texto-next {
    display: none;
  }
}
.banner-category .banner-texto-container {
  width: 100%;
  max-width: 1170px;
}
.banner-category .banner-texto {
  min-width: 150px;
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 15px;
  max-width: calc(100% - 20px);
  background-color: #C22A22;
}
.banner-category .banner-texto h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin: 0;
}

.home .entry-header {
  display: none;
}
.home .content-area {
  padding: 0 0 0 0 !important;
}

.archive.home .content-area {
  background-color: #f9f9f9;
  padding: 0 0 0 0 !important;
}
@media (min-width: 992px) {
  .archive.home .content-area {
    background-color: #fff;
  }
}
.archive.home .content-area .cartsy-archive-products {
  background-color: #f9f9f9 !important;
  padding: 18px 12px 15px 12px !important;
  border-radius: 12px 12px 0 0 !important;
}
@media (min-width: 992px) {
  .archive.home .content-area .cartsy-archive-products {
    padding: 40px 15px 15px 15px !important;
  }
}
.archive.home .content-area .site-main {
  background-color: #ECECEC !important;
  padding-top: 0;
}
@media (min-width: 992px) {
  .archive.home .content-area .site-main {
    background-color: #f9f9f9 !important;
    padding-top: 0;
  }
}

.archive .content-area {
  background-color: #f9f9f9;
  padding: 0 0 0 0 !important;
}
.archive .content-area .cartsy-archive-products {
  background-color: #f9f9f9 !important;
  padding: 0 12px 15px 12px !important;
  border-radius: 0 0 0 0 !important;
}
.archive .content-area .site-main {
  background-color: #f9f9f9 !important;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .archive .content-area .site-main {
    padding-top: 30px;
  }
}
.archive .woo-cat-scroll-wrapper.subcat {
  background-color: transparent !important;
}
.archive .woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .archive .woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .archive .banner-category {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.archive.tax-product_cat .content-area .site-main {
  padding-top: 0;
}

.single-product .content-area {
  background-color: #f9f9f9;
  padding: 0 0 0 0 !important;
}
.single-product .content-area .product.type-product img {
  margin-bottom: 0;
  border-radius: 0;
}
.single-product .content-area .product .images {
  padding-left: 25px;
  padding-bottom: 10px;
  background-color: #EBEBEB;
  border-radius: 0 0 0 15px !important;
  float: none !important;
  width: 100% !important;
}
@media (min-width: 992px) {
  .single-product .content-area .product .images {
    padding-left: 0;
    background-color: #f9f9f9;
    border-radius: 0 0 15px 0 !important;
    float: left !important;
    width: 48% !important;
  }
}
.single-product .content-area .swiper-slide {
  width: 65px !important;
  height: 65px !important;
  padding: 15px 0px 15px 0px;
}
.single-product .content-area .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px !important;
}
.single-product .content-area .summary.entry-summary {
  padding: 25px 25px 0 25px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #535353 !important;
  float: none !important;
  width: 100% !important;
}
@media (min-width: 992px) {
  .single-product .content-area .summary.entry-summary {
    float: right !important;
    width: 48% !important;
    padding: 75px 25px 0 0;
  }
  .single-product .content-area .summary.entry-summary .wrapper {
    width: 100%;
    max-width: 505px;
  }
}
.single-product .content-area .summary.entry-summary .product_title.entry-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
  color: #0D0D0D !important;
}
.single-product .content-area .summary.entry-summary .price {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
  color: #535353 !important;
}
.single-product .content-area .summary.entry-summary .woocommerce-product-details__short-description,
.single-product .content-area .summary.entry-summary .woocommerce-product-details__short-description p,
.single-product .content-area .summary.entry-summary .woocommerce-product-details__short-description li {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #535353 !important;
}
.single-product .content-area .summary.entry-summary .rnb-pricing-plan-button {
  display: none !important;
}
.single-product .content-area .summary.entry-summary form.cart.rnb-cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .single-product .content-area .summary.entry-summary form.cart.rnb-cart {
    margin-top: 15px !important;
  }
}
.single-product .content-area .summary.entry-summary form.cart.rnb-cart input {
  background-color: #fff !important;
  border: 1px solid #fff;
  min-height: 38px;
  color: #535353;
}
.single-product .content-area .summary.entry-summary form.cart.rnb-cart .date-time-picker h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  color: #535353;
  margin-bottom: 10px;
}
.single-product .content-area .summary.entry-summary form.cart.rnb-cart .single_add_to_cart_button {
  width: 100% !important;
  margin-top: 0 !important;
  padding: 10px 28px !important;
  background-color: #333 !important;
}
@media (min-width: 768px) {
  .single-product .content-area .summary.entry-summary form.cart.rnb-cart .single_add_to_cart_button {
    width: calc(58% - 10px) !important;
  }
}
.single-product .content-area .summary.entry-summary form.cart.rnb-cart .date-time-picker .pick-up-time-picker,
.single-product .content-area .summary.entry-summary form.cart.rnb-cart .date-time-picker .drop-off-time-picker {
  width: 41% !important;
}
.single-product .content-area .summary.entry-summary .product_meta {
  opacity: 0.6;
}
@media (min-width: 992px) {
  .single-product .content-area .summary.entry-summary .product_meta {
    padding: 25px 0 0 !important;
  }
}
.single-product .content-area .summary.entry-summary .summary-categories {
  opacity: 0.6;
  padding: 15px 0 15px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  color: #535353;
}
.single-product .content-area .summary.entry-summary .summary-categories a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  color: #535353;
}
.single-product .content-area .summary.entry-summary .summary-categories a:hover {
  color: #0D0D0D;
  opacity: 1;
}
.single-product .content-area .summary.entry-summary .product_meta .posted_in,
.single-product .content-area .summary.entry-summary .product_meta .posted_in a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  letter-spacing: 0 !important;
  color: #535353 !important;
}
.single-product .content-area .summary.entry-summary .custom-add-to-cart-wrapper {
  padding: 25px 25px 25px 25px;
  background-color: #efefef;
  border-radius: 15px 15px 0 0 !important;
}
@media (min-width: 992px) {
  .single-product .content-area .summary.entry-summary .custom-add-to-cart-wrapper {
    padding: 25px 25px 25px 25px;
    border-radius: 15px 15px 15px 15px !important;
  }
}
.single-product .content-area .summary.entry-summary.summary-form {
  padding: 25px 0 0 0;
}
@media (min-width: 992px) {
  .single-product .content-area .summary.entry-summary.summary-form {
    padding: 25px 25px 0 0;
  }
  .single-product .content-area .summary.entry-summary.summary-form .wrapper {
    width: 100%;
    max-width: 505px;
  }
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper {
  padding: 0 0 0 0;
  background-color: #efefef;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .single-product .content-area .woocommerce-tabs.wc-tabs-wrapper {
    padding: 40px 0 60px 0;
  }
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  color: #535353 !important;
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
  padding: 25px 25px 25px 25px !important;
  background-color: #DFDFDF;
  border-radius: 0 15px 15px 15px !important;
}
@media (min-width: 992px) {
  .single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel p {
    width: 100%;
  }
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .description_tab a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 16px !important;
  letter-spacing: 0 !important;
  vertical-align: middle !important;
  color: #535353 !important;
  padding: 20px 20px !important;
  min-width: 180px !important;
  text-align: center !important;
}
.single-product .content-area .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs .description_tab.active {
  border-bottom: 0 !important;
  border-radius: 15px 15px 0 0 !important;
  background-color: #DFDFDF !important;
  overflow: hidden;
}
.single-product .content-area .related.products {
  padding: 0 0 0 0;
}
.single-product .content-area .related.products > h2 {
  display: none;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .single-product .content-area .related.products > h2 {
    text-align: center;
    display: none;
  }
}
.single-product .content-area .cartsy-archive-products {
  background-color: #f9f9f9 !important;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next,
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev {
  background-color: #000 !important;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next::after,
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev::after {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-next::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjQ4cHgiIGQ9Im0xODQgMTEyIDE0NCAxNDQtMTQ0IDE0NCIvPjwvc3ZnPg==") !important;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48cGF0aCBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTp3aGl0ZTtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjQ4cHgiIGQ9Im0zMjggMTEyLTE0NCAxNDQgMTQ0IDE0NCIvPjwvc3ZnPg==") !important;
}
.single-product .cartsy-woocommerce-product-summary-wrapper {
  margin-bottom: 40px;
  min-height: 850px;
}
.single-product .redq-quantity.rnb-select-wrapper.rnb-component-wrapper {
  margin-bottom: 0;
}
.single-product .booking-pricing-info ul li {
  padding: 0 0;
  margin: 5px 0;
}
.single-product .booking-pricing-info ul li .price {
  margin: 5px 0 !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image {
  overflow: hidden !important;
  border-radius: 0 0 0 10px !important;
  height: 270px !important;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    height: 350px !important;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    height: 450px !important;
    border-radius: 0 0 15px 15px !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    height: 740px !important;
  }
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  height: 270px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
@media (min-width: 768px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 350px !important;
  }
}
@media (min-width: 992px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 450px !important;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image img {
    height: 740px !important;
  }
}

body .cartsy-helium-product-card {
  border-radius: 10px;
}
body .cartsy-helium-product-card .cartsy-helium-product-card-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
body .cartsy-helium-product-card .cartsy-helium-product-card-description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-title {
  margin-bottom: 2.5px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0D0D0D;
}
@media (min-width: 768px) {
  body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-title {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1440px) {
  body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-title {
    font-size: 18px;
    margin-bottom: 5px !important;
  }
}
body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-price {
  margin-bottom: 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: #BEBEBE !important;
}
@media (min-width: 768px) {
  body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-price {
    font-size: 14px !important;
  }
}
@media (min-width: 1440px) {
  body .cartsy-helium-product-card .cartsy-helium-product-card-description .cartsy-helium-product-card-price {
    font-size: 16px !important;
  }
}
body .cartsy-helium-product-card span.price {
  margin-bottom: 0 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  color: #BEBEBE !important;
}
@media (min-width: 768px) {
  body .cartsy-helium-product-card span.price {
    font-size: 14px !important;
  }
}
@media (min-width: 1440px) {
  body .cartsy-helium-product-card span.price {
    font-size: 16px !important;
  }
}
body .cartsy-helium-product-card .cartsy-helium-product-card-cart {
  display: none;
}
body.woocommerce div.product .cartsy-helium-product-card .woocommerce-loop-product__title {
  margin-bottom: 2.5px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #0D0D0D;
}
@media (min-width: 768px) {
  body.woocommerce div.product .cartsy-helium-product-card .woocommerce-loop-product__title {
    font-size: 16px;
    margin-bottom: 5px !important;
  }
}
@media (min-width: 1440px) {
  body.woocommerce div.product .cartsy-helium-product-card .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 5px !important;
  }
}
body .content-area {
  padding: 0 20px 24px 20px !important;
}
body .content-area .cartsy-archive-products {
  margin-top: 0 !important;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 15px;
  background-color: #C8C8C8;
  border-radius: 12px 12px 0 0;
}
body .content-area .cartsy-archive-products .cartsy-helium-product-card-thumb {
  height: 175px;
}
@media (min-width: 1200px) {
  body .content-area .cartsy-archive-products {
    -ms-grid-columns: (minmax(0, 1fr))[4] !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  body .content-area .cartsy-archive-products .cartsy-helium-product-card-thumb {
    height: 236px;
  }
}
body.tax-product_cat {
  background-color: #f9f9f9;
}
body .cartsy-bottom-navigation {
  background-color: #C22A22;
}
body .cartsy-bottom-navigation .cartsy-bottom-navigation-item,
body .cartsy-bottom-navigation .cartsy-bottom-navigation-item:visited {
  color: #fff;
  border-color: #C22A22 !important;
}
body .cartsy-menu-area .site-branding img {
  width: 165px;
}
body.single-product .product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  color: #535353 !important;
}
body .cartsy-global-search-container input[type=search] {
  background-color: #EDEDED;
  border-color: #EDEDED;
}
body .cartsy-join-us-btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("./images/icons/icon-user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: -20px;
}
body .site-header .site-header-cart.menu .cartsy-mini-cart-dropdown-btn .menu-cart-area.header-cart-counter .cart-item-badge {
  color: #787878 !important;
}

.woo-cat-scroll-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 0.5rem 0 0.5rem 0;
}
@media (min-width: 992px) {
  .woo-cat-scroll-wrapper {
    background-color: #ececec;
    margin: 0 0 0 0;
    padding: 15px 0;
  }
}
.woo-cat-scroll-wrapper .woo-cat-arrow {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.woo-cat-scroll-wrapper .woo-cat-arrow.left {
  left: 0.25rem;
}
.woo-cat-scroll-wrapper .woo-cat-arrow.right {
  right: 0.25rem;
}
@media (min-width: 769px) {
  .woo-cat-scroll-wrapper .woo-cat-arrow {
    display: none;
  }
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 0;
  padding: 0.5rem 0;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container.active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container::-webkit-scrollbar {
  display: none;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 245px;
  height: 60px;
  scroll-snap-align: start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  padding: 0 3px;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px 5px;
  border-radius: 35px;
  background-color: #FA9379;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a:hover, .woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a:focus, .woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a:active, .woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a.active {
  background-color: #444444;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a img {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card a span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  padding: 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .woo-cat-scroll-wrapper .woo-cat-scroll-container .woo-cat-card {
    width: 165px;
  }
}
.woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a {
  background-color: #929292;
}
.woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a:hover, .woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a:focus, .woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a:active, .woo-cat-scroll-wrapper.subcat .woo-cat-scroll-container .woo-cat-card a.active {
  background-color: #444444;
}

.cartsy-site-footer .site-info .copyright,
.site-footer .site-info .copyright {
  text-align: left !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  padding: 10px 10px !important;
}

.cartsy-site-footer .site-info .cartsy-copyright-social-area,
.site-footer .site-info .cartsy-copyright-social-area {
  width: 100% !important;
  padding-left: 10px !important;
}

.cartsy-site-footer .site-info, .site-footer .site-info {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

@media (min-width: 768px) {
  ul.cartsy-social-profiles {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#cal-submit-btn,
#drop-cal-submit-btn {
  background-color: #333 !important;
  color: #fff !important;
}
#cal-submit-btn:hover, #cal-submit-btn:focus, #cal-submit-btn:active,
#drop-cal-submit-btn:hover,
#drop-cal-submit-btn:focus,
#drop-cal-submit-btn:active {
  background-color: #444 !important;
  color: #fff !important;
}

.alfa-footer {
  padding: 0 0 0 0;
  background-color: #f9f9f9;
}
.alfa-footer .section-newsletter {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .alfa-footer .section-newsletter {
    padding: 40px 20px 40px 20px;
  }
}
.alfa-footer .section-newsletter .wrapper-container {
  padding: 40px 20px 20px 20px;
  max-width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ECECEC;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .alfa-footer .section-newsletter .wrapper-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px 10px 30px;
  }
}
.alfa-footer .section-newsletter .wrapper-container .col-intro h4 {
  margin: 0 0 0 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #C22A22 !important;
}
@media (min-width: 992px) {
  .alfa-footer .section-newsletter .wrapper-container .col-intro h4 {
    text-align: left;
  }
}
.alfa-footer .section-newsletter .wrapper-container .col-intro p {
  margin: 0 0 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
  color: #A9A9A9 !important;
}
@media (min-width: 992px) {
  .alfa-footer .section-newsletter .wrapper-container .col-intro p {
    text-align: left;
  }
}
.alfa-footer .section-newsletter .wrapper-container .col-form {
  padding: 15px 0;
}
@media (min-width: 992px) {
  .alfa-footer .section-newsletter .wrapper-container .col-form {
    width: 100%;
    max-width: 670px;
  }
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter {
  margin: 0 auto;
  width: 100%;
  max-width: 670px;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-field-container {
  width: 100%;
  max-width: calc(100% - 90px);
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-field-container .wpforms-field {
  width: 100% !important;
  max-width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-large {
  width: 100%;
  max-width: 100%;
  margin: 0 0;
  height: 49px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #fff;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-large:focus {
  border-color: #C22A22;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-submit-container {
  width: 125px;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-submit-container button {
  width: 100%;
  height: 49px;
  padding: 0.5rem 1rem;
  background-color: #C22A22;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  border: 1px solid #C22A22;
}
.alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-submit-container button:hover, .alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-submit-container button:focus, .alfa-footer .section-newsletter .wrapper-container .col-form .form-newsletter .wpforms-form .wpforms-submit-container button:active {
  background-color: #97211a;
  color: #fff;
  border: 1px solid #97211a;
}
.alfa-footer .section-copyright {
  padding: 30px 0 30px 0;
  background-color: #f3f3f3;
}
@media (min-width: 992px) {
  .alfa-footer .section-copyright {
    display: none;
  }
}
.alfa-footer .section-copyright .wrapper-container {
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .alfa-footer .section-copyright .wrapper-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.alfa-footer .section-copyright .wrapper-container .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.alfa-footer .section-copyright .wrapper-container .site-info .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0;
  margin: 0 0 0 0;
  color: #535353;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .alfa-footer .section-copyright .wrapper-container .site-info .copyright {
    width: 100%;
    max-width: 50%;
  }
}
.alfa-footer .section-copyright .wrapper-container .site-info .cartsy-copyright-social-area {
  width: 100%;
  padding: 10px 0;
}
.alfa-footer .section-copyright .wrapper-container .site-info .cartsy-copyright-social-area .cartsy-social-profiles {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (min-width: 768px) {
  .alfa-footer .section-copyright .wrapper-container .site-info .cartsy-copyright-social-area .cartsy-social-profiles {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.alfa-footer .section-cta {
  padding: 60px 0 60px 0;
  background-color: #3C3737;
  display: none;
}
@media (min-width: 992px) {
  .alfa-footer .section-cta {
    display: block;
  }
}
.alfa-footer .section-cta .wrapper-container {
  padding: 0 20px;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.alfa-footer .section-cta .wrapper-container .col-brand .logo img {
  width: 100%;
  max-width: 165px;
  height: auto;
}
.alfa-footer .section-cta .wrapper-container .col-brand .text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #808080;
}
.alfa-footer .section-cta .wrapper-container .col-brand .text p {
  margin: 0 0 0 0;
}
.alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu li {
  list-style: none;
}
.alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}
.alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu li a:hover, .alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu li a:focus, .alfa-footer .section-cta .wrapper-container .col-menu .footer-menu .cartsy-main-menu li a:active {
  color: #FA9379;
}
.alfa-footer .section-cta .wrapper-container .col-menu .divider {
  width: 100%;
  max-width: 100%;
  background-color: rgba(214, 214, 214, 0.3);
  height: 1px;
  margin: 20px 0;
}
.alfa-footer .section-cta .wrapper-container .col-menu .cartsy-copyright-social-area .cartsy-social-profiles {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.alfa-footer .section-cta hr {
  background-color: #4d4848;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.alfa-footer .section-bottom {
  padding: 40px 0 40px 0;
  display: none;
  text-align: center;
}
@media (min-width: 992px) {
  .alfa-footer .section-bottom {
    display: block;
  }
}
.alfa-footer .section-bottom .cartsy-footer-horizontal-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alfa-footer .section-bottom .cartsy-footer-horizontal-menu a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #262626;
}
.alfa-footer .section-bottom .cartsy-footer-horizontal-menu a:hover, .alfa-footer .section-bottom .cartsy-footer-horizontal-menu a:focus, .alfa-footer .section-bottom .cartsy-footer-horizontal-menu a:active {
  color: #FA9379;
}
.alfa-footer .section-bottom .copyright {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  color: #262626;
}
.alfa-footer .section-bottom .copyright a {
  color: #262626;
}
.alfa-footer .section-bottom .copyright a:hover, .alfa-footer .section-bottom .copyright a:focus, .alfa-footer .section-bottom .copyright a:active {
  color: #FA9379;
}

.ion.ion-logo-facebook, .ion.ion-logo-twitter, .ion.ion-logo-instagram, .ion.ion-logo-linkedin {
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ion.ion-logo-facebook::before, .ion.ion-logo-twitter::before, .ion.ion-logo-instagram::before, .ion.ion-logo-linkedin::before {
  content: none;
}
.ion.ion-logo-facebook {
  width: 18px;
  height: 19px;
  background-image: url("./images/icons/icon-facebook.svg");
}
.ion.ion-logo-twitter {
  width: 18px;
  height: 18px;
  background-image: url("./images/icons/icon-twitter.svg");
}
.ion.ion-logo-instagram {
  width: 19px;
  height: 19px;
  background-image: url("./images/icons/icon-instagram.svg");
}
.ion.ion-logo-linkedin {
  width: 18px;
  height: 19px;
  background-image: url("./images/icons/icon-linkedin.svg");
}

.fill-white .ion.ion-logo-facebook {
  background-image: url("./images/icons/icon-facebook-light.svg");
}
.fill-white .ion.ion-logo-twitter {
  background-image: url("./images/icons/icon-twitter-light.svg");
}
.fill-white .ion.ion-logo-instagram {
  background-image: url("./images/icons/icon-instagram-light.svg");
}
.fill-white .ion.ion-logo-linkedin {
  background-image: url("./images/icons/icon-linkedin-light.svg");
}

body.page-id-137 .content-area {
  padding: 0 0 0 0 !important;
}
body.page-id-137 .content-area article.post-137 {
  max-width: 100% !important;
  margin: 0 auto 0;
}
body.page-id-137 .content-area article.post-137 .entry-header {
  width: 100%;
  min-height: 100px;
  padding: 5px 20px;
  background-color: #C42722;
}
body.page-id-137 .content-area article.post-137 .entry-header.fall-back-header {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
body.page-id-137 .content-area article.post-137 .entry-header .entry-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
}
body.page-id-137 .content-area article.post-137 .entry-content {
  padding: 0 20px;
  max-width: 1080px;
  margin: 0 auto;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #0D0D0D;
  margin: 5px 0 5px 0;
}
body.page-id-137 .content-area article.post-137 .entry-content .wp-block-separator {
  height: 2px;
  background-color: #535353;
  margin: 1.5em auto;
  opacity: 0.2;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content {
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #0D0D0D;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content .lista-h3 li {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #0D0D0D;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content .lista-h3 li b, body.page-id-137 .content-area article.post-137 .entry-content .block-content .lista-h3 li strong {
  font-weight: 600 !important;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content p {
  margin: 0 0 30px 0;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content .wp-block-column p {
  margin: 0 0 30px 0;
}
body.page-id-137 .content-area article.post-137 .entry-content .block-content .wp-block-column p:last-child {
  margin-bottom: 0;
}
body.page-id-137 .cartsy-container-width-content {
  max-width: 1080px !important;
}

.navigation-drawer .cartsy-menu-drawer .cartsy-main-menu .menu-item {
  border-top: 1px solid rgba(83, 83, 83, 0.2);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #535353;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 7.5px 0;
}
.navigation-drawer .cartsy-menu-drawer .cartsy-main-menu .menu-item:first-child {
  border-top: none !important;
}

.navigation-drawer .cartsy-menu-drawer .cartsy-menu-drawer-header .custom-logo {
  height: 44px !important;
}

.os-content {
  padding-top: 0 !important;
}

.section-banner-destacado {
  background-color: #F9F9F9;
  margin: 30px 0 0;
}

.banner-destacado-custom {
  width: calc(100% - 28px);
  max-width: 1140px;
  padding: 0 0;
  margin: 0 auto 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.banner-destacado-custom .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 940px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0 150px 150px 0;
  z-index: 1;
}
.banner-destacado-custom .banner-texto {
  position: relative;
  padding: 30px 30px;
  height: 100%;
  min-height: 205px;
  width: 100%;
  max-width: 825px;
  background-color: #fff;
  border-radius: 0 150px 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.banner-destacado-custom .banner-texto h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #C22A22;
  margin-bottom: 5px;
}
.banner-destacado-custom .banner-texto p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #A9A9A9;
  margin: 0 0 10px 0;
}
.banner-destacado-custom .banner-texto .button {
  min-height: 49px;
  border-radius: 5px;
  background-color: #C22A22;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1.75rem;
}
.banner-destacado-custom .banner-texto .button:hover, .banner-destacado-custom .banner-texto .button:focus, .banner-destacado-custom .banner-texto .button:active {
  background-color: #97211a;
  color: #fff;
}
@media (max-width: 1199px) {
  .banner-destacado-custom .overlay {
    max-width: 80%;
  }
  .banner-destacado-custom .banner-texto {
    max-width: 68%;
  }
}
@media (max-width: 991px) {
  .banner-destacado-custom .banner-texto br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-destacado-custom .overlay {
    max-width: 100%;
    border-radius: 0 0 0 0;
  }
  .banner-destacado-custom .banner-texto {
    border-radius: 0 0 0 0;
    max-width: 100%;
    min-height: 0;
    padding: 30px 20px;
  }
  .banner-destacado-custom .banner-texto h4 {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px auto;
  }
  .banner-destacado-custom .banner-texto p {
    text-align: center;
    display: none;
  }
  .banner-destacado-custom .banner-texto .button {
    width: 100%;
  }
  .banner-destacado-custom .banner-texto .wrapper {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
}

.site-content {
  padding-right: 0 !important;
}

body .woocommerce-notices-wrapper,
body .woocommerce-no-products-found {
  padding: 15px 25px 15px 15px;
}
body.cartsy-woocommerce .woocommerce-error, body.cartsy-woocommerce .woocommerce-info, body.cartsy-woocommerce .woocommerce-message, body.cartsy-woocommerce .woocommerce-notice {
  background-color: #777;
  color: #fff;
  border: 1px solid #C22A22;
}
body.cartsy-woocommerce .woocommerce-error a, body.cartsy-woocommerce .woocommerce-info a, body.cartsy-woocommerce .woocommerce-message a, body.cartsy-woocommerce .woocommerce-notice a {
  color: #fff;
  text-decoration: underline;
}
body.cartsy-woocommerce .woocommerce-error a:hover, body.cartsy-woocommerce .woocommerce-error a:focus, body.cartsy-woocommerce .woocommerce-error a:active, body.cartsy-woocommerce .woocommerce-info a:hover, body.cartsy-woocommerce .woocommerce-info a:focus, body.cartsy-woocommerce .woocommerce-info a:active, body.cartsy-woocommerce .woocommerce-message a:hover, body.cartsy-woocommerce .woocommerce-message a:focus, body.cartsy-woocommerce .woocommerce-message a:active, body.cartsy-woocommerce .woocommerce-notice a:hover, body.cartsy-woocommerce .woocommerce-notice a:focus, body.cartsy-woocommerce .woocommerce-notice a:active {
  color: #fff;
}
body.cartsy-woocommerce .woocommerce-error .button.wc-forward, body.cartsy-woocommerce .woocommerce-info .button.wc-forward, body.cartsy-woocommerce .woocommerce-message .button.wc-forward, body.cartsy-woocommerce .woocommerce-notice .button.wc-forward {
  background-color: #fff;
  color: #0D0D0D;
  border: 1px solid #fff;
}
body.cartsy-woocommerce .woocommerce-error .button.wc-forward:hover, body.cartsy-woocommerce .woocommerce-error .button.wc-forward:focus, body.cartsy-woocommerce .woocommerce-error .button.wc-forward:active, body.cartsy-woocommerce .woocommerce-info .button.wc-forward:hover, body.cartsy-woocommerce .woocommerce-info .button.wc-forward:focus, body.cartsy-woocommerce .woocommerce-info .button.wc-forward:active, body.cartsy-woocommerce .woocommerce-message .button.wc-forward:hover, body.cartsy-woocommerce .woocommerce-message .button.wc-forward:focus, body.cartsy-woocommerce .woocommerce-message .button.wc-forward:active, body.cartsy-woocommerce .woocommerce-notice .button.wc-forward:hover, body.cartsy-woocommerce .woocommerce-notice .button.wc-forward:focus, body.cartsy-woocommerce .woocommerce-notice .button.wc-forward:active {
  background-color: #e6e6e6;
  color: #C22A22;
  border: 1px solid #e6e6e6;
}
body .wc-block-components-product-details.wc-block-components-product-details li {
  margin: 10px 0;
}
body .wp-block-woocommerce-checkout {
  margin: auto;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: #C22A22 !important;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-page-button:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background-color: #97211a;
  background: linear-gradient(135deg, #97211a 0%, #97211a 100%);
}

div.wpforms-container-full input[type=submit]:focus:after,
div.wpforms-container-full button[type=submit]:focus:after,
div.wpforms-container-full .wpforms-page-button:focus:after,
.wp-core-ui div.wpforms-container-full input[type=submit]:focus:after,
.wp-core-ui div.wpforms-container-full button[type=submit]:focus:after,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
  border: 2px solid #C22A22;
}

body.page-id-139 .block-title, body.page-id-126 .block-title {
  background-color: #C22A22;
  color: #fff;
  -webkit-box-shadow: inset 5px 5px 40px rgba(0, 0, 0, 0.3);
          box-shadow: inset 5px 5px 40px rgba(0, 0, 0, 0.3);
  min-height: 200px;
  margin: 0 0 0 0;
}
body.page-id-139 .block-title .wrapper, body.page-id-126 .block-title .wrapper {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}
body.page-id-139 .block-title h1, body.page-id-126 .block-title h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin: 0 0 0 0;
  color: #fff;
}
body.page-id-139 .block-title p, body.page-id-126 .block-title p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 0 0;
}
@media (max-width: 767px) {
  body.page-id-139 .block-title p, body.page-id-126 .block-title p {
    max-width: 270px;
    margin: 0 auto;
  }
}
body.page-id-139 .block-form {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 80px 20px;
}
@media (max-width: 767px) {
  body.page-id-139 .block-form {
    padding: 30px 20px 30px 20px;
  }
}
body.page-id-139 .block-form h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0;
  color: #0D0D0D;
  margin: 0 0 0 0;
  display: block;
  width: 100%;
  max-width: 465px;
}
@media (max-width: 767px) {
  body.page-id-139 .block-form h3 {
    font-size: 16px;
    line-height: 23px;
    max-width: 100%;
  }
}
body.page-id-139 .block-form hr {
  background-color: #535353;
  border: 0;
  height: 2px;
  margin: 1.5em auto;
  opacity: 0.2;
}
body.page-id-139 .block-form p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353;
  margin: 0 0 0 0;
  display: block;
  width: 100%;
  max-width: 390px;
}
body.page-id-139 .block-form p a {
  color: #535353;
  text-decoration: underline;
}
body.page-id-139 .block-form p a:hover, body.page-id-139 .block-form p a:focus, body.page-id-139 .block-form p a:active {
  color: #C22A22;
}
body.page-id-139 .block-form div.wpforms-container-full input[type=date],
body.page-id-139 .block-form div.wpforms-container-full input[type=datetime],
body.page-id-139 .block-form div.wpforms-container-full input[type=datetime-local],
body.page-id-139 .block-form div.wpforms-container-full input[type=email],
body.page-id-139 .block-form div.wpforms-container-full input[type=month],
body.page-id-139 .block-form div.wpforms-container-full input[type=number],
body.page-id-139 .block-form div.wpforms-container-full input[type=password],
body.page-id-139 .block-form div.wpforms-container-full input[type=range],
body.page-id-139 .block-form div.wpforms-container-full input[type=search],
body.page-id-139 .block-form div.wpforms-container-full input[type=tel],
body.page-id-139 .block-form div.wpforms-container-full input[type=text],
body.page-id-139 .block-form div.wpforms-container-full input[type=time],
body.page-id-139 .block-form div.wpforms-container-full input[type=url],
body.page-id-139 .block-form div.wpforms-container-full input[type=week],
body.page-id-139 .block-form div.wpforms-container-full select,
body.page-id-139 .block-form div.wpforms-container-full textarea,
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=date],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=datetime],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=datetime-local],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=email],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=month],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=number],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=password],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=range],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=search],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=tel],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=text],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=time],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=url],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full input[type=week],
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full select,
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full textarea {
  min-height: 64px;
  border-radius: 0;
  border-color: #EDEDED;
  background-color: #EDEDED;
  color: #535353;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
body.page-id-139 .block-form div.wpforms-container-full .wpforms-field-label,
body.page-id-139 .block-form .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353;
}
body.page-id-139 .block-form .wpforms-container .wpforms-required-label,
body.page-id-139 .block-form .wp-core-ui div.wpforms-container .wpforms-required-label {
  color: #535353;
}
body.page-id-139 .block-form div.wpforms-container-full button[type=submit] {
  width: 100%;
  max-width: 159px;
  min-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
body.page-id-139 .block-cta {
  background-color: #ECECEC;
  min-height: 250px;
  margin: 0 0 0 0;
}
body.page-id-139 .block-cta .wrapper {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}
body.page-id-139 .block-cta h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0;
  color: #0D0D0D;
  margin: 0 auto 0 auto;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  body.page-id-139 .block-cta h3 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 auto 20px auto;
  }
}
body.page-id-139 .block-cta p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353;
  margin: 0 auto 0 auto;
  display: block;
  width: 100%;
  max-width: 490px;
}
body.page-id-139 .block-cta p a {
  color: #535353;
  text-decoration: underline;
}
body.page-id-139 .block-cta p a:hover, body.page-id-139 .block-cta p a:focus, body.page-id-139 .block-cta p a:active {
  color: #C22A22;
}
body.page-id-126 .block-content {
  background-color: #fff;
  padding: 80px 0 80px 0;
}
@media (max-width: 1199px) {
  body.page-id-126 .block-content {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  body.page-id-126 .block-content {
    padding: 30px 0 30px 0;
  }
}
body.page-id-126 .block-content .wrapper {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
}
body.page-id-126 .block-content h1 {
  font-size: 26px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h1 {
    font-size: 24px;
  }
}
body.page-id-126 .block-content h2 {
  font-size: 24px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h2 {
    font-size: 22px;
  }
}
body.page-id-126 .block-content h3 {
  font-size: 22px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h3 {
    font-size: 20px;
  }
}
body.page-id-126 .block-content h4 {
  font-size: 20px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h4 {
    font-size: 18px;
  }
}
body.page-id-126 .block-content h5 {
  font-size: 18px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h5 {
    font-size: 16px;
  }
}
body.page-id-126 .block-content h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h6 {
    font-size: 15px;
  }
}
body.page-id-126 .block-content h1, body.page-id-126 .block-content h2, body.page-id-126 .block-content h3, body.page-id-126 .block-content h4, body.page-id-126 .block-content h5, body.page-id-126 .block-content h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0D0D0D;
  margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
  body.page-id-126 .block-content h1, body.page-id-126 .block-content h2, body.page-id-126 .block-content h3, body.page-id-126 .block-content h4, body.page-id-126 .block-content h5, body.page-id-126 .block-content h6 {
    margin: 0 0 20px 0;
  }
}
body.page-id-126 .block-content p, body.page-id-126 .block-content li, body.page-id-126 .block-content td, body.page-id-126 .block-content th {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #535353;
}
body.page-id-126 .block-content p a, body.page-id-126 .block-content li a, body.page-id-126 .block-content td a, body.page-id-126 .block-content th a {
  color: #535353;
  text-decoration: underline;
}
body.page-id-126 .block-content p a:hover, body.page-id-126 .block-content p a:focus, body.page-id-126 .block-content p a:active, body.page-id-126 .block-content li a:hover, body.page-id-126 .block-content li a:focus, body.page-id-126 .block-content li a:active, body.page-id-126 .block-content td a:hover, body.page-id-126 .block-content td a:focus, body.page-id-126 .block-content td a:active, body.page-id-126 .block-content th a:hover, body.page-id-126 .block-content th a:focus, body.page-id-126 .block-content th a:active {
  color: #C22A22;
}
body.page-id-126 .block-content p, body.page-id-126 .block-content ul {
  margin: 0 0 25px 0;
}
body.page-id-14 .content-area, body.page-id-15 .content-area {
  padding: 0 0 0 0 !important;
}
body.page-id-14 header.entry-header, body.page-id-15 header.entry-header {
  margin: 0 0 0;
  background-color: #C22A22;
  color: #fff;
  display: block;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
}
body.page-id-14 header.entry-header .entry-title, body.page-id-15 header.entry-header .entry-title {
  color: #fff;
}
body.page-id-14 .entry-content, body.page-id-15 .entry-content {
  padding: 80px 20px 100px 20px;
  width: 100% !important;
  max-width: 1150px !important;
  margin: auto !important;
}
@media (max-width: 1199px) {
  body.page-id-14 .entry-content, body.page-id-15 .entry-content {
    padding: 50px 20px 70px 20px;
  }
}
@media (max-width: 767px) {
  body.page-id-14 .entry-content, body.page-id-15 .entry-content {
    padding: 30px 20px 50px 20px;
  }
}

body.woocommerce-account {
  background-color: #f9f9f9;
  padding: 50px 0 100px;
}
body.woocommerce-account .entry-header {
  display: none;
}
body.woocommerce-account .entry-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
  width: 24%;
  background-color: #fff;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid rgba(83, 83, 83, 0.2) !important;
  border-radius: 0;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none !important;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation li.is-active {
  border-radius: 0 !important;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation li a {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 16px;
  letter-spacing: 0;
  color: #535353 !important;
}
body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  width: 74%;
}
@media (max-width: 1024px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 20px;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    display: none !important;
  }
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado {
  background-color: #C22A22;
  color: #fff;
  padding: 20px 40px;
  min-height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #fff;
  margin: 0 0 0 0;
  width: 35%;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 0 0;
  width: 65%;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p a {
  color: #fff;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p a:hover, body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p a:focus, body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p a:active {
  color: #fff;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .mobile {
  display: none;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .desktop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .desktop p {
  text-align: right;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido {
  background-color: #fff;
  padding: 30px 40px 60px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px !important;
  letter-spacing: 0;
  color: #858585;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: #858585;
  margin: 0 0 30px 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido h4 b, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido h4 strong {
  font-weight: 600;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido p {
  margin: 0 0 0 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 274px;
  min-height: 249px;
  background: #F9F9F9;
  padding: 50px 20px 20px 20px;
  border-radius: 0px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #C42722;
  margin: 0 0 0 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #7A7A7A;
  margin: 0 0 0 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box:hover {
  background-color: #ECECEC;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  letter-spacing: 0;
  color: #858585;
  margin: 0 0 20px 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address address .address-actions {
  text-align: right;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address address .address-actions .edit {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 19px;
  letter-spacing: 0;
  color: #C42722 !important;
  text-decoration: none !important;
  font-style: normal !important;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address address .address-actions .edit:hover, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address address .address-actions .edit:focus, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-Addresses .woocommerce-Address address .address-actions .edit:active {
  color: #991e1a;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #535353;
  margin: 0 0 20px 0;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields label {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353 !important;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields input {
  border-color: #535353 !important;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields .button {
  background-color: #535353;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields .button:hover, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields .button:focus, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido.edit-address .woocommerce-address-fields .button:active {
  background-color: #C22A22;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account label, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account legend {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  color: #535353 !important;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account input {
  border-color: #535353 !important;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account .button {
  background-color: #535353;
}
body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account .button:hover, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account .button:focus, body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .woocommerce-EditAccountForm.edit-account .button:active {
  background-color: #C22A22;
}
@media (max-width: 767px) {
  body.woocommerce-account .site-header {
    max-height: 31px;
  }
  body.woocommerce-account .content-area {
    padding: 0 0 0 0 !important;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado h2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .mobile p {
    text-wrap: nowrap;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .mobile.with-back {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-encabezado .desktop {
    display: none;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido {
    padding: 25px 20px 60px 20px;
    background-color: #f9f9f9;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box {
    min-width: 100%;
    min-height: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 15px 15px 15px;
    background-color: #fff;
  }
  body.woocommerce-account .woocommerce-account-dashboard .cuenta-contenido .cuenta-opciones .cuenta-box .box-icon {
    width: 60px;
    min-width: 60px;
  }
}
body.woocommerce-account.woocommerce-orders .cuenta-contenido {
  padding: 20px 20px 20px 20px;
}
body.woocommerce-account.woocommerce-orders .cuenta-contenido .woocommerce-orders-table__cell-order-actions a {
  margin-right: 2.5px;
  margin-bottom: 2.5px;
}
@media (max-width: 1279px) {
  body.woocommerce-account.woocommerce-orders .cuenta-contenido .woocommerce-orders-table__cell-order-actions a {
    width: 75px;
  }
}
body.woocommerce-account.woocommerce-view-order .order-status {
  min-height: 62px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  background-color: #535353;
}
body.woocommerce-account.woocommerce-view-order .order-status mark {
  border: 0;
  padding: 0 3.5px;
}

body .gap-10 {
  gap: 20px !important;
}

.woocommerce-table__product-name.product-name .wc-item-meta {
  padding-left: 0;
}

#customer_login {
  padding: 40px 20px;
}