.elementor-location-header .elementor-sticky.elementor-sticky--active.elementor-sticky--effects.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
/*
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-button.elementor-menu-cart__toggle_button {
  background-color: transparent;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-button.elementor-menu-cart__toggle_button:hover {
  background-color: transparent;
}
*/
.elementor-location-header .elementor-hidden-desktop.elementor-widget-icon .elementor-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-location-header .elementor-widget-off-canvas .e-off-canvas .elementor-widget-icon .elementor-widget-container {
  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;
  aspect-ratio: 1;
}
.elementor-location-header .elementor-widget-off-canvas .e-off-canvas .elementor-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-location-header .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
  display: none;
}
.elementor-location-header .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.elementor-location-header .elementor-widget-wpml-language-switcher .wpml-ls-legacy-list-horizontal li a {
  font-weight: 400;
}

.elementor-location-footer .elementor-widget-theme-site-logo img {
  -webkit-filter: grayscale(1) brightness(0.3) invert(1);
          filter: grayscale(1) brightness(0.3) invert(1);
}
.elementor-location-footer .elementor-form .elementor-field-type-acceptance.elementor-field-group:not(.elementor-field-type-upload) .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.elementor-location-footer .elementor-form .elementor-field-type-acceptance.elementor-field-group:not(.elementor-field-type-upload) label,
.elementor-location-footer .elementor-form .elementor-field-type-acceptance.elementor-field-group:not(.elementor-field-type-upload) label :is(a) {
  color: rgb(253, 233, 243);
}
.elementor-location-footer .elementor-form .elementor-field-type-acceptance.elementor-field-group:not(.elementor-field-type-upload) input[type=checkbox].elementor-field:not(.elementor-select-wrapper) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid rgb(253, 233, 243);
  border-radius: 4px;
  background: transparent;
  color: rgb(253, 233, 243);
}
.elementor-location-footer .elementor-form .elementor-field-type-acceptance.elementor-field-group:not(.elementor-field-type-upload) input[type=checkbox].elementor-field:not(.elementor-select-wrapper):checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%20fill%3D%22rgba%28253%2C%20233%2C%20243%2C%201%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: rgb(227, 6, 19);
}

.infinite-scroll-template .row-infinite-scroll,
.infinite-scroll-header-banner .row-infinite-scroll {
  --box-width: min(100vw, 1680px);
  --scale-ratio: 0.8;
  --scroll-gap: 128px;
  --small-scroll-gap: 24px;
  --gutter: calc(5px + (80 - 5) * (var(--box-width) - 320px) / (1440 - 320));
  --animation-duration: 120s;
  --duration: 1.1s;
  --easing: cubic-bezier(0.23, 1, 0.32, 1);
  --font-family: "Lato", sans-serif;
  --font-weight: 800;
  --transparent: rgba(255, 255, 255, 0);
  --font-size: max(
  	32px,
  	calc(60px * var(--scale-ratio)) + (60 - calc(60 * var(--scale-ratio))) * (var(--box-width) - 320px) / (1512 - 320)
  );
  --font-size-big: max(
  	48px,
  	calc(80px * var(--scale-ratio)) + (80 - calc(80 * var(--scale-ratio))) * (var(--box-width) - 320px) / (1512 - 320)
  );
  --font-size-small: max(
  	12px,
  	calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / (1512 - 320)
  );
  --color: rgb(227, 6, 19);
  --letter-spacing: 6px;
  --letter-spacing-big: 8px;
  --letter-spacing-small: 1.4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 0;
  width: 100%;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  contain: layout;
}

.row-infinite-scroll .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: scrollingText var(--animation-duration) linear infinite;
          animation: scrollingText var(--animation-duration) linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}

.row-infinite-scroll .wrapper .elementor-heading-title,
.row-infinite-scroll .wrapper .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-infinite-scroll .wrapper p {
  margin-bottom: 0;
}

.row-infinite-scroll .wrapper .elementor-heading-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  line-height: 1;
  letter-spacing: var(--letter-spacing);
  text-decoration-color: transparent;
  color: var(--color);
  -webkit-transition: opacity var(--duration) var(--easing), text-decoration-color var(--duration) var(--easing);
  transition: opacity var(--duration) var(--easing), text-decoration-color var(--duration) var(--easing);
  font-weight: var(--font-weight);
  font-family: var(--font-family);
  font-size: var(--font-size);
  padding-right: var(--scroll-gap);
}

.row-infinite-scroll .wrapper .elementor-heading-title .icon {
  display: inline-block;
  margin-left: var(--scroll-gap);
  margin-right: var(--scroll-gap);
}

.infinite-scroll-header-banner .row-infinite-scroll .wrapper .elementor-heading-title {
  font-size: var(--font-size-small);
  color: rgb(253, 233, 243);
  letter-spacing: var(--letter-spacing-small);
  padding-right: 0px;
}

.infinite-scroll-header-banner .row-infinite-scroll .wrapper .icon {
  color: rgb(253, 233, 243);
  padding: 0 var(--small-scroll-gap);
}

@-webkit-keyframes scrollingText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scrollingText {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduced {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.wpcf7 .wpcf7-form input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form select {
  border-color: rgba(17, 17, 17, 0.12);
  border-radius: 0.625rem;
  color: rgb(17, 17, 17);
  padding: 1.25rem;
}
.wpcf7 .wpcf7-form button[type=submit],
.wpcf7 .wpcf7-form input[type=submit] {
  font-weight: 800;
}
.wpcf7 .wpcf7-form label {
  color: rgb(17, 17, 17);
}

.elementor-element .elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload) .elementor-field-subgroup .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.elementor-element .elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload) input[type=checkbox].elementor-field:not(.elementor-select-wrapper) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid rgb(227, 6, 19);
  border-radius: 4px;
  background: transparent;
  color: rgb(227, 6, 19);
}
.elementor-element .elementor-widget-form .elementor-field-group:not(.elementor-field-type-upload) input[type=checkbox].elementor-field:not(.elementor-select-wrapper):checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%20fill%3D%22rgba%28253%2C%20233%2C%20243%2C%201%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: rgb(227, 6, 19);
}

.news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type {
  grid-column: 1/-1;
  padding: 4rem;
  border-radius: 2rem;
  background-color: rgb(254, 244, 249);
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type .elementor-post__title {
  font-size: 32px;
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type .elementor-post__excerpt {
  font-size: 18px;
  -webkit-line-clamp: 4;
}
@media only screen and (min-width: 767px) {
  .news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type .elementor-post__card {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type {
    padding: 1rem;
  }
  .news-listing .elementor-posts-container .elementor-grid-item.elementor-post:first-of-type .elementor-post__title {
    font-size: 28px;
  }
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__title a {
  text-decoration: none;
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__meta-data {
  border: none;
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__meta-data .elementor-post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.news-listing .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__meta-data .elementor-post-date::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M152%2024c0-13.3-10.7-24-24-24s-24%2010.7-24%2024l0%2040L64%2064C28.7%2064%200%2092.7%200%20128l0%2016%200%2048L0%20448c0%2035.3%2028.7%2064%2064%2064l320%200c35.3%200%2064-28.7%2064-64l0-256%200-48%200-16c0-35.3-28.7-64-64-64l-40%200%200-40c0-13.3-10.7-24-24-24s-24%2010.7-24%2024l0%2040L152%2064l0-40zM48%20192l352%200%200%20256c0%208.8-7.2%2016-16%2016L64%20464c-8.8%200-16-7.2-16-16l0-256z%22%20fill%3D%22%23e30613%22%2F%3E%3C%2Fsvg%3E");
  height: 14px;
  width: 14px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.search-results .elementor-posts-container .elementor-grid-item.elementor-post {
  padding: 4rem;
  border-radius: 2rem;
  background-color: rgb(254, 244, 249);
}
.search-results .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__title a {
  text-decoration: none;
}
.search-results .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 767px) {
  .search-results .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__card {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .search-results .elementor-posts-container .elementor-grid-item.elementor-post {
    padding: 1rem;
  }
  .search-results .elementor-posts-container .elementor-grid-item.elementor-post .elementor-post__title {
    font-size: 28px;
  }
}

.elementor-counter {
  text-align: center;
}

.elementor-element .elementor-element.elementor-blockquote--skin-quotation .elementor-blockquote {
  position: relative;
}
.elementor-element .elementor-element.elementor-blockquote--skin-quotation .elementor-blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='86' height='55' viewBox='0 0 86 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3163 54.6H42.5163L60.3163 0.400024H85.5163L71.3163 54.6ZM29.3163 54.6H0.716309L18.9163 0.400024H44.1163L29.3163 54.6Z' fill='%23252627'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='86' height='55' viewBox='0 0 86 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.3163 54.6H42.5163L60.3163 0.400024H85.5163L71.3163 54.6ZM29.3163 54.6H0.716309L18.9163 0.400024H44.1163L29.3163 54.6Z' fill='%23252627'/%3E%3C/svg%3E%0A");
  background: rgba(253, 233, 243, 0.1019607843);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  height: 55px;
  width: 85px;
}

.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main {
  max-height: 95vh;
  margin: auto 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: inherit;
  right: inherit;
  aspect-ratio: 1;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(227, 6, 19, 0.12);
  border-radius: 50%;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button:before, .elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button:after {
  margin-top: 0;
  height: 1px;
  width: 50%;
  left: 50%;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main .elementor-menu-cart__close-button:hover {
  border-color: rgb(227, 6, 19);
  background-color: transparent;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-image img {
  border-radius: 4px;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-name.product-name {
  margin-bottom: 8px;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .amount {
  margin-top: 16px;
  display: block;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .input-text.qty {
  font-size: 14px;
  color: rgb(227, 6, 19);
  border-radius: 4px;
  max-height: 30px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .input-text.qty:focus {
  border-color: rgba(227, 6, 19, 0.3);
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .minus,
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .plus {
  border-radius: 50%;
  aspect-ratio: 1;
  height: 35px;
  width: 35px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .minus:hover,
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .plus:hover {
  border-color: rgba(227, 6, 19, 0.3);
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .plus {
  border-left: 1px solid var(--ast-border-color);
}
.elementor-location-header .elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-price.product-price .quantity .minus {
  border-right: 1px solid var(--ast-border-color);
}

.woocommerce .elementor-widget-woocommerce-notices .woocommerce-message,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-info,
.woocommerce .elementor-widget-woocommerce-notices .cart-empty,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce .woocommerce-notices-wrapper .cart-empty,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .wc-empty-cart-message .woocommerce-message,
.woocommerce .wc-empty-cart-message .woocommerce-info,
.woocommerce .wc-empty-cart-message .cart-empty,
.woocommerce .wc-empty-cart-message .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info,
.woocommerce .woocommerce-NoticeGroup .cart-empty,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-message,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-info,
.woocommerce-cart .elementor-widget-woocommerce-notices .cart-empty,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-cart .woocommerce-notices-wrapper .cart-empty,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .wc-empty-cart-message .woocommerce-message,
.woocommerce-cart .wc-empty-cart-message .woocommerce-info,
.woocommerce-cart .wc-empty-cart-message .cart-empty,
.woocommerce-cart .wc-empty-cart-message .woocommerce-error,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-cart .woocommerce-NoticeGroup .cart-empty,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-message,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-info,
.woocommerce-checkout .elementor-widget-woocommerce-notices .cart-empty,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-checkout .woocommerce-notices-wrapper .cart-empty,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-message,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-info,
.woocommerce-checkout .wc-empty-cart-message .cart-empty,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-error,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-info,
.woocommerce-checkout .woocommerce-NoticeGroup .cart-empty,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  color: rgb(227, 6, 19);
  border: 1px solid rgba(227, 6, 19, 0.12);
  background-color: rgb(254, 244, 249);
  border-radius: 16px;
}
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-message:before,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-info:before,
.woocommerce .elementor-widget-woocommerce-notices .cart-empty:before,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-error:before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce .woocommerce-notices-wrapper .cart-empty:before,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce .wc-empty-cart-message .woocommerce-message:before,
.woocommerce .wc-empty-cart-message .woocommerce-info:before,
.woocommerce .wc-empty-cart-message .cart-empty:before,
.woocommerce .wc-empty-cart-message .woocommerce-error:before,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message:before,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info:before,
.woocommerce .woocommerce-NoticeGroup .cart-empty:before,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error:before,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-message:before,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-info:before,
.woocommerce-cart .elementor-widget-woocommerce-notices .cart-empty:before,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-error:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-cart .woocommerce-notices-wrapper .cart-empty:before,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-cart .wc-empty-cart-message .woocommerce-message:before,
.woocommerce-cart .wc-empty-cart-message .woocommerce-info:before,
.woocommerce-cart .wc-empty-cart-message .cart-empty:before,
.woocommerce-cart .wc-empty-cart-message .woocommerce-error:before,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-message:before,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-info:before,
.woocommerce-cart .woocommerce-NoticeGroup .cart-empty:before,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-error:before,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-message:before,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-info:before,
.woocommerce-checkout .elementor-widget-woocommerce-notices .cart-empty:before,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-error:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:before,
.woocommerce-checkout .woocommerce-notices-wrapper .cart-empty:before,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:before,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-message:before,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-info:before,
.woocommerce-checkout .wc-empty-cart-message .cart-empty:before,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-error:before,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-message:before,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-info:before,
.woocommerce-checkout .woocommerce-NoticeGroup .cart-empty:before,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-message:after,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-info:after,
.woocommerce .elementor-widget-woocommerce-notices .cart-empty:after,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-error:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce .woocommerce-notices-wrapper .cart-empty:after,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce .wc-empty-cart-message .woocommerce-message:after,
.woocommerce .wc-empty-cart-message .woocommerce-info:after,
.woocommerce .wc-empty-cart-message .cart-empty:after,
.woocommerce .wc-empty-cart-message .woocommerce-error:after,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message:after,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info:after,
.woocommerce .woocommerce-NoticeGroup .cart-empty:after,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error:after,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-message:after,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-info:after,
.woocommerce-cart .elementor-widget-woocommerce-notices .cart-empty:after,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-error:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce-cart .woocommerce-notices-wrapper .cart-empty:after,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce-cart .wc-empty-cart-message .woocommerce-message:after,
.woocommerce-cart .wc-empty-cart-message .woocommerce-info:after,
.woocommerce-cart .wc-empty-cart-message .cart-empty:after,
.woocommerce-cart .wc-empty-cart-message .woocommerce-error:after,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-message:after,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-info:after,
.woocommerce-cart .woocommerce-NoticeGroup .cart-empty:after,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-error:after,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-message:after,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-info:after,
.woocommerce-checkout .elementor-widget-woocommerce-notices .cart-empty:after,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-error:after,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info:after,
.woocommerce-checkout .woocommerce-notices-wrapper .cart-empty:after,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-message:after,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-info:after,
.woocommerce-checkout .wc-empty-cart-message .cart-empty:after,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-error:after,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-message:after,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-info:after,
.woocommerce-checkout .woocommerce-NoticeGroup .cart-empty:after,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error:after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-message .button.wc-forward,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-info .button.wc-forward,
.woocommerce .elementor-widget-woocommerce-notices .cart-empty .button.wc-forward,
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-error .button.wc-forward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-info .button.wc-forward,
.woocommerce .woocommerce-notices-wrapper .cart-empty .button.wc-forward,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error .button.wc-forward,
.woocommerce .wc-empty-cart-message .woocommerce-message .button.wc-forward,
.woocommerce .wc-empty-cart-message .woocommerce-info .button.wc-forward,
.woocommerce .wc-empty-cart-message .cart-empty .button.wc-forward,
.woocommerce .wc-empty-cart-message .woocommerce-error .button.wc-forward,
.woocommerce .woocommerce-NoticeGroup .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-NoticeGroup .woocommerce-info .button.wc-forward,
.woocommerce .woocommerce-NoticeGroup .cart-empty .button.wc-forward,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error .button.wc-forward,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-message .button.wc-forward,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-info .button.wc-forward,
.woocommerce-cart .elementor-widget-woocommerce-notices .cart-empty .button.wc-forward,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-error .button.wc-forward,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info .button.wc-forward,
.woocommerce-cart .woocommerce-notices-wrapper .cart-empty .button.wc-forward,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error .button.wc-forward,
.woocommerce-cart .wc-empty-cart-message .woocommerce-message .button.wc-forward,
.woocommerce-cart .wc-empty-cart-message .woocommerce-info .button.wc-forward,
.woocommerce-cart .wc-empty-cart-message .cart-empty .button.wc-forward,
.woocommerce-cart .wc-empty-cart-message .woocommerce-error .button.wc-forward,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-message .button.wc-forward,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-info .button.wc-forward,
.woocommerce-cart .woocommerce-NoticeGroup .cart-empty .button.wc-forward,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-error .button.wc-forward,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-message .button.wc-forward,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-info .button.wc-forward,
.woocommerce-checkout .elementor-widget-woocommerce-notices .cart-empty .button.wc-forward,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-error .button.wc-forward,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button.wc-forward,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-info .button.wc-forward,
.woocommerce-checkout .woocommerce-notices-wrapper .cart-empty .button.wc-forward,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error .button.wc-forward,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-message .button.wc-forward,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-info .button.wc-forward,
.woocommerce-checkout .wc-empty-cart-message .cart-empty .button.wc-forward,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-error .button.wc-forward,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-message .button.wc-forward,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-info .button.wc-forward,
.woocommerce-checkout .woocommerce-NoticeGroup .cart-empty .button.wc-forward,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error .button.wc-forward {
  padding: 10px 20px;
}
.woocommerce .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce .wc-empty-cart-message .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-cart .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-cart .wc-empty-cart-message .woocommerce-error,
.woocommerce-cart .woocommerce-NoticeGroup .woocommerce-error,
.woocommerce-checkout .elementor-widget-woocommerce-notices .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-checkout .wc-empty-cart-message .woocommerce-error,
.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  -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;
}

.woocommerce.single-product div.product form.cart .pewc-item-radio h4 {
  display: none;
}
.woocommerce.single-product div.product form.cart .reset_variations {
  padding: 6px 20px;
  color: rgb(227, 6, 19);
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgb(227, 6, 19);
  margin-bottom: 16px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce.single-product div.product form.cart .reset_variations:hover {
  background-color: rgb(227, 6, 19);
  color: rgb(253, 233, 243);
  opacity: 1;
}
.woocommerce.single-product div.product form.cart .variations {
  margin-bottom: 24px;
}
.woocommerce.single-product div.product form.cart .variations .label label,
.woocommerce.single-product div.product form.cart .variations label {
  color: rgb(227, 6, 19);
}
.woocommerce.single-product div.product form.cart .variations > tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
}
.woocommerce.single-product div.product form.cart .variations > tbody tr:not(:has(td.value, th, button, div, span)),
.woocommerce.single-product div.product form.cart .variations > tbody tr:has(td:empty),
.woocommerce.single-product div.product form.cart .variations > tbody tr:has(td:not(:has(*))) {
  display: none;
}
.woocommerce.single-product div.product form.cart .variations > tbody td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce.single-product div.product form.cart .variations .ast-single-variation {
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce.single-product div.product form.cart .variations .ast-variation-button-group {
  row-gap: 8px;
  margin-bottom: 16px;
}
.woocommerce.single-product .elementor-add-to-cart .quantity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.woocommerce.single-product .elementor-add-to-cart .quantity .input-text.qty {
  font-size: 14px;
  color: rgb(227, 6, 19);
  border-radius: 4px;
  max-height: 30px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce.single-product .elementor-add-to-cart .quantity .input-text.qty:focus {
  border-color: rgba(227, 6, 19, 0.3);
}
.woocommerce.single-product .elementor-add-to-cart .quantity .minus,
.woocommerce.single-product .elementor-add-to-cart .quantity .plus {
  border-radius: 50%;
  aspect-ratio: 1;
  height: 35px;
  width: 35px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce.single-product .elementor-add-to-cart .quantity .minus:hover,
.woocommerce.single-product .elementor-add-to-cart .quantity .plus:hover {
  border-color: rgba(227, 6, 19, 0.3);
}
.woocommerce.single-product .elementor-add-to-cart .quantity .plus {
  border-left: 1px solid var(--ast-border-color);
}
.woocommerce.single-product .elementor-add-to-cart .quantity .minus {
  border-right: 1px solid var(--ast-border-color);
}
.woocommerce.single-product .elementor-add-to-cart .wcpay-express-checkout-wrapper {
  display: none;
}

.elementor-wc-products select.orderby {
  color: rgb(227, 6, 19);
  font-size: 12px;
}
.elementor-wc-products .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 16px;
}

.woocommerce-cart #content .woocommerce .wc-proceed-to-checkout .checkout-button {
  width: 100%;
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item {
  position: relative;
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-remove .remove {
  aspect-ratio: 1;
  height: 18px;
  width: 18px;
  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: 1px solid rgba(227, 6, 19, 0.3);
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-remove .remove :before {
  display: none;
}
@media only screen and (max-width: 921px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-remove {
    position: absolute;
    top: 4px;
    left: 4px;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-remove .remove {
    background: rgb(253, 233, 243);
    border-radius: 50%;
    aspect-ratio: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 24px;
    width: 24px;
  }
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-name a {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-name a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 921px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-name a {
    font-size: 16px;
  }
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
  border-radius: 8px;
}
@media only screen and (max-width: 921px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    padding: 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 29;
    grid-row: 1/30;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
    margin-bottom: 8px;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
    height: auto;
    max-height: 120px;
    width: auto;
  }
}
.woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item .input-text.qty {
  min-width: 60px;
  margin-left: 0;
}
@media only screen and (max-width: 921px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td {
    min-height: 0;
    text-align: left !important;
    border-color: transparent;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td:before {
    display: none;
  }
}
@media only screen and (max-width: 921px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 24px 1fr;
    grid-template-columns: 180px 1fr;
    gap: 0px 24px;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td.product-subtotal {
    margin-top: 40px;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td.product-subtotal .amount {
    font-weight: 700;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td.thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 49;
    grid-row: 1/50;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td:not(.product-thumbnail, .product-remove) {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item + .cart_item {
    border-color: transparent;
    margin-top: 32px;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item + .cart_item::before {
    content: "";
    background-color: rgba(227, 6, 19, 0.12);
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: -16px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td.product-subtotal {
    margin-top: 24px;
  }
  .woocommerce-cart #content .woocommerce-cart-form .shop_table .cart_item td.product-subtotal .amount {
    font-weight: 700;
    font-size: 16px;
  }
}
.woocommerce-cart #content .woocommerce-cart-form .coupon {
  border-color: rgba(227, 6, 19, 0.12);
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce-cart #content .woocommerce-cart-form .coupon:focus {
  border-color: rgb(227, 6, 19);
}
.woocommerce-cart #content .cart_totals .shop_table tr.order-total th {
  font-weight: 700;
}
.woocommerce-cart #content .cart_totals .shop_table td .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce-cart #content .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
}
.woocommerce-cart #content .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form .select2-selection.select2-selection--single {
  padding: 1px 0 !important;
}
.woocommerce-cart #content .cart_totals table.shop_table .shipping-calculator-form .button {
  font-size: 12px;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout #payment-method-message {
  margin-top: 0px;
  margin-bottom: 4px;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .wcpay-express-checkout-wrapper {
  margin-top: 8px;
}
.woocommerce-cart #content .cart_totals .wc-proceed-to-checkout .wcpay-express-checkout-wrapper #wcpay-express-checkout-element {
  overflow: hidden;
  border-radius: 30px;
}
.woocommerce-cart .select2-container--default .select2-search__field {
  color: rgb(227, 6, 19) !important;
}
.woocommerce-cart .select2-container--default .select2-results__options .select2-results__option[data-selected=true] {
  background-color: rgb(253, 233, 243) !important;
}
.woocommerce-cart .select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgb(227, 6, 19) !important;
  color: rgb(253, 233, 243) !important;
}

body:not(.cartflows-canvas):not(.cartflows-default).woocommerce-cart .woocommerce form .form-row.ast-animate-input input[type=text] {
  padding: 12px;
}
body:not(.cartflows-canvas):not(.cartflows-default).woocommerce-cart .woocommerce form .form-row.ast-animate-input label:not(.checkbox):not(.woocommerce-form__label-for-checkbox) {
  opacity: 0;
}

.woocommerce-mini-cart dl {
  display: none !important;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M24%200C10.7%200%200%2010.7%200%2024S10.7%2048%2024%2048l45.5%200c3.8%200%207.1%202.7%207.9%206.5l51.6%20271c6.5%2034%2036.2%2058.5%2070.7%2058.5L488%20384c13.3%200%2024%20-10.7%2024%20-24s-10.7%20-24-24%20-24l-288.3%200c-11.5%200-21.4%20-8.2-23.6%20-19.5L170.7%20288l288.5%200c32.6%200%2061.1%20-21.8%2069.5%20-53.3l41-152.3C576.6%2057%20557.4%2032%20531.1%2032L360%2032l0%20102.1%2023-23c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-64%2064c-9.4%209.4-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l23%2023L312%2032%20120.1%2032C111%2012.8%2091.6%200%2069.5%200L24%200zM176%20512a48%2048%200%201%200%200-96%2048%2048%200%201%200%200%2096zm336-48a48%2048%200%201%200%20-96%200%2048%2048%200%201%200%2096%200z%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M24%200C10.7%200%200%2010.7%200%2024S10.7%2048%2024%2048l45.5%200c3.8%200%207.1%202.7%207.9%206.5l51.6%20271c6.5%2034%2036.2%2058.5%2070.7%2058.5L488%20384c13.3%200%2024%20-10.7%2024%20-24s-10.7%20-24-24%20-24l-288.3%200c-11.5%200-21.4%20-8.2-23.6%20-19.5L170.7%20288l288.5%200c32.6%200%2061.1%20-21.8%2069.5%20-53.3l41-152.3C576.6%2057%20557.4%2032%20531.1%2032L360%2032l0%20102.1%2023-23c9.4-9.4%2024.6-9.4%2033.9%200s9.4%2024.6%200%2033.9l-64%2064c-9.4%209.4-24.6%209.4-33.9%200l-64-64c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l23%2023L312%2032%20120.1%2032C111%2012.8%2091.6%200%2069.5%200L24%200zM176%20512a48%2048%200%201%200%200-96%2048%2048%200%201%200%200%2096zm336-48a48%2048%200%201%200%20-96%200%2048%2048%200%201%200%2096%200z%22%2F%3E%3C%2Fsvg%3E");
}

.woocommerce-checkout .wp-block-woocommerce-checkout,
.woocommerce-checkout .wp-block-woocommerce-cart,
.woocommerce-cart .wp-block-woocommerce-checkout,
.woocommerce-cart .wp-block-woocommerce-cart {
  padding: clamp(24px, 5vw, 64px);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__label,
.woocommerce-checkout .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__label,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__label,
.woocommerce-cart .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__label {
  font-weight: 700;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input,
.woocommerce-checkout .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input,
.woocommerce-cart .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input {
  height: 18px;
  width: 18px;
  min-height: 10px;
  min-width: 10px;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.woocommerce-checkout .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,
.woocommerce-cart .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border-color: rgb(227, 6, 19);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
.woocommerce-checkout .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before,
.woocommerce-cart .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: rgb(253, 233, 243);
  height: 8px;
  width: 8px;
  min-height: 6px;
  min-width: 6px;
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]),
.woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) {
  color: rgb(227, 6, 19);
  border-radius: 4px;
  border-color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-webkit-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-moz-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):-ms-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::-ms-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label, .woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder,
.woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]) + label,
.woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url])::placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-checkout .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-checkout .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-checkout .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-cart .wc-block-checkout__main .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-cart .wc-block-cart .wc-block-components-form .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus,
.woocommerce-cart .wc-block-cart .wc-block-components-text-input :is(input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url]):focus {
  color: rgb(227, 6, 19);
  border-color: rgb(227, 6, 19);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select label,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select label,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select label,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select label {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select svg,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select svg,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select svg,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select svg {
  fill: rgb(227, 6, 19);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select {
  color: rgb(227, 6, 19);
  border-radius: 4px;
  border-color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-webkit-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-webkit-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-webkit-input-placeholder, .woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-webkit-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder, .woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder, .woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-moz-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select:-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select:-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select:-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select:-ms-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-ms-input-placeholder, .woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-ms-input-placeholder, .woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::-ms-input-placeholder, .woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::-ms-input-placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select + label,
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select label,
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select svg, .woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select + label,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select label,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select svg,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select + label,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select label,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select svg,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select::placeholder,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select + label,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select label,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select svg,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select::placeholder {
  color: rgba(227, 6, 19, 0.3);
}
.woocommerce-checkout .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-checkout .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-cart .wc-block-checkout__main .wc-blocks-components-select .wc-blocks-components-select__select:focus,
.woocommerce-cart .wc-block-cart .wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border-color: rgb(227, 6, 19);
}

.woocommerce-page.woocommerce-checkout .checkout .woocommerce-billing-fields h3 {
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .checkout #wcpay-express-checkout-button-separator {
  display: none !important;
}
.woocommerce-page.woocommerce-checkout .checkout #ship-to-different-address {
  --shipping-heading-padding-start: 0;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review_heading {
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review td.product-name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.woocommerce-page.woocommerce-checkout .checkout #order_review td.product-name .product-quantity {
  padding-left: 8px;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .woocommerce-terms-and-conditions {
  margin-top: 32px;
  border-radius: 8px;
  border-color: rgb(227, 6, 19);
  background-color: rgb(253, 233, 243);
  color: rgb(227, 6, 19);
}
.woocommerce-page.woocommerce-checkout .checkout #payment .woocommerce-terms-and-conditions h2 {
  font-size: 18px;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .wc_payment_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 16px;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .wc_payment_method label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 40px);
          flex: 1 1 calc(100% - 40px);
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods label {
  font-weight: 700;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .payment_box {
  border-radius: 8px;
  overflow-x: scroll;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .form-row.woocommerce-SavedPaymentMethods-saveNew {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .form-row #wc-woocommerce_payments-new-payment-method {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.15em !important;
  height: 1.15em;
  border: 0.12em solid rgb(227, 6, 19);
  border-radius: 4px;
  background: transparent;
  color: rgb(227, 6, 19);
  bottom: 0 !important;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .form-row #wc-woocommerce_payments-new-payment-method:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%20fill%3D%22rgba%28253%2C%20233%2C%20243%2C%201%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: rgb(227, 6, 19);
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .form-row #wc-woocommerce_payments-new-payment-method + label {
  opacity: 1;
  font-size: 12px;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 40px);
          flex: 1 1 calc(100% - 40px);
  text-wrap: auto;
}
.woocommerce-page.woocommerce-checkout .checkout #payment .payment_methods .form-row .checkout-inline-error-message {
  color: rgb(227, 6, 19);
  font-size: 12px;
  padding-left: 4px;
  font-weight: 700;
  margin-top: 2px;
}
.woocommerce-page.woocommerce-checkout .checkout #customer_details .form-row .checkout-inline-error-message {
  color: rgb(227, 6, 19);
  font-size: 12px;
  padding-left: 4px;
  font-weight: 700;
  margin-top: 2px;
}
.woocommerce-page.woocommerce-checkout .checkout #customer_details .form-row .input-text {
  min-height: 50px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce-page.woocommerce-checkout .checkout #customer_details .form-row .input-text:focus {
  color: rgb(227, 6, 19);
  border-color: rgb(227, 6, 19);
}
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__container {
  margin-top: 32px;
}
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__column .e-checkout__order_review .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__column .e-checkout__order_review .woocommerce-checkout-review-order-table .order-total .amount {
  font-weight: 700;
  font-size: 16px;
}
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__column .e-coupon-box .e-woocommerce-coupon-nudge.e-checkout-secondary-title {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__column .e-coupon-box .e-woocommerce-coupon-nudge .e-show-coupon-form {
  margin-top: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  font-weight: 400;
}
.woocommerce-page.woocommerce-checkout .checkout .e-checkout__column fieldset {
  border: none;
}
.woocommerce-page.woocommerce-checkout .checkout input[type=radio] {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: rgb(227, 6, 19);
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid rgb(227, 6, 19);
  border-radius: 50%;
}
.woocommerce-page.woocommerce-checkout .checkout input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: inset 1em 1em rgb(227, 6, 19);
          box-shadow: inset 1em 1em rgb(227, 6, 19);
}
.woocommerce-page.woocommerce-checkout .checkout input[type=radio]:checked:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.woocommerce-page.woocommerce-checkout .checkout .input-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.15em;
  height: 1.15em;
  border: 0.12em solid rgb(227, 6, 19);
  border-radius: 4px;
  background: transparent;
  color: rgb(227, 6, 19);
}
.woocommerce-page.woocommerce-checkout .checkout .input-checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3C!--%21Font%20Awesome%20Free%206.7.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%2Ffree%20Copyright%202025%20Fonticons%2C%20Inc.--%3E%3Cpath%20d%3D%22M438.6%20105.4c12.5%2012.5%2012.5%2032.8%200%2045.3l-256%20256c-12.5%2012.5-32.8%2012.5-45.3%200l-128-128c-12.5-12.5-12.5-32.8%200-45.3s32.8-12.5%2045.3%200L160%20338.7%20393.4%20105.4c12.5-12.5%2032.8-12.5%2045.3%200z%22%20fill%3D%22rgba%28253%2C%20233%2C%20243%2C%201%29%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: rgb(227, 6, 19);
}
@media only screen and (max-width: 1024px) {
  .woocommerce-page.woocommerce-checkout .checkout .e-checkout__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-page.woocommerce-checkout .checkout .e-checkout__container .e-checkout__column {
    max-width: 100%;
  }
}
.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection.select2-selection--single {
  border-color: rgba(227, 6, 19, 0.12) !important;
  padding: 6px 0 !important;
}
.woocommerce-page.woocommerce-checkout .select2-container--default .select2-selection.select2-selection--single:focus {
  border-color: rgb(227, 6, 19) !important;
}
.woocommerce-page.woocommerce-checkout .select2-container--default .select2-search__field {
  color: rgb(227, 6, 19) !important;
}
.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__options .select2-results__option[data-selected=true] {
  color: rgb(227, 6, 19) !important;
  background-color: rgb(253, 233, 243) !important;
}
.woocommerce-page.woocommerce-checkout .select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: rgb(227, 6, 19) !important;
  color: rgb(253, 233, 243) !important;
}

.woocommerce-checkout.woocommerce-order-received .checkout-hero {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
  font-size: 24px;
  color: rgb(227, 6, 19);
  padding: 0;
  margin-bottom: 32px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 32px;
  background-color: rgb(254, 244, 249);
  border: 1px solid rgba(227, 6, 19, 0.12);
  color: rgb(227, 6, 19);
  border-radius: 16px;
  padding: 32px 24px;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details:before, .woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details:after {
  display: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details li {
  margin: 0;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details li strong {
  color: rgb(227, 6, 19);
}
@media only screen and (max-width: 921px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details li {
    border-bottom: none;
  }
}
@media only screen and (max-width: 921px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order ul.woocommerce-order-overview.order_details {
    gap: 8px;
  }
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details {
  padding: 24px 3px;
  border-radius: 16px;
  background-color: rgb(254, 244, 249);
  -webkit-box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.12);
          box-shadow: 0 0 0 1px rgba(227, 6, 19, 0.12);
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details tr :is(th, td) {
  color: rgb(227, 6, 19);
  padding: 8px 1.5em;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details tr :is(a):hover {
  color: rgba(227, 6, 19, 0.3);
}
@media only screen and (max-width: 767px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details :is(thead) {
    display: none;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details :is(tbody tr, tfoot tr) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-order-details table.shop_table.order_details :is(tbody tr, tfoot tr) td {
    text-align: left;
  }
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
  border: 1px solid rgba(227, 6, 19, 0.12);
  border-radius: 16px;
  padding: 16px 24px 32px;
  background-color: rgb(254, 244, 249);
  color: rgb(227, 6, 19);
}
@media only screen and (max-width: 921px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order section.woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column:not(:last-of-type) {
    margin-bottom: 28px;
  }
}

.ast-above-header-bar {
  overflow-x: hidden;
}
