/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: 'star';
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'WooCommerce';
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* .woocommerce-tabs .nav-tabs li .nav-link {
  border: 1px solid transparent;
} */
/**
 * Header cart
 */
/* 
.btn.single_add_to_cart_button {
  border: none;
} */
/**
 * Star rating
 */
/**
 * Forms
 */
/**
	 * Header cart
	 */
/* max width 767 px*/
/**
 * WooCommerce Price Filter
 */
/*# sourceMappingURL=woocommerce.css.map */
html {
  min-height: 100vh;
}

body {
  min-height: 100vh;
  --swiper-theme-color: var(--eventiva-primary);
  display: flex;
  flex-direction: column;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 0 !important;
}

.footer-section {
  margin-top: auto;
}

figure {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.has-pale-pink-background-color .wp-block-cover-text {
  color: var(--eventiva-white) !important;
}

.has-nested-images.wp-block-gallery.is-layout-flex .wp-block-image {
  padding-left: 0;
  padding-right: 0;
}

hr,
.border {
  border-color: rgba(255, 255, 255, 0.11);
}

.form-control {
  --eventiva-border-color: rgba(255, 255, 255, 0.11);
}

.comment-list li.pingback {
  margin-bottom: 10px;
}

.comment-list li.pingback:nth-last-child(2) {
  margin-bottom: 30px;
}

.comment-list li.trackback {
  margin-bottom: 10px;
}

svg {
  fill: currentColor;
  fill-rule: evenodd;
}

.text-light {
  --eventiva-headings-color: #fff;
}

.text-white {
  --eventiva-headings-color: #fff;
}

.author-name {
  --eventiva-link-color: var(--eventiva-headings-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.nav-links {
  --eventiva-link-color: var(--eventiva-headings-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.card-title {
  --eventiva-link-color: var(--eventiva-headings-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.post-title {
  --eventiva-link-color: var(--eventiva-headings-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.text-heading {
  --eventiva-link-color: var(--eventiva-headings-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.link-white {
  --eventiva-link-color: var(--eventiva-white);
  --eventiva-link-hover-color: var(--eventiva-white);
}

.link-underline {
  --eventiva-link-decoration: underline;
}

.more-link {
  --eventiva-link-hover-color: var(--eventiva-dark);
  --eventiva-link-color: initial;
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.card-body .list-group {
  --eventiva-list-group-item-padding-x: 0;
}

.card-body .list-group-item {
  display: flex;
  column-gap: 7px;
  align-items: center;
}

.card-body .list-group-item svg {
  color: var(--eventiva-primary);
}

.text-muted {
  --eventiva-link-color: #6c757d;
  --eventiva-link-hover-color: var(--eventiva-primary);
}

input[type="submit"]:not(.btn) {
  --eventiva-btn-color: var(--eventiva-white);
  background-color: var(--eventiva-primary);
  --eventiva-btn-border-color: var(--eventiva-primary);
  --eventiva-btn-hover-color: var(--eventiva-white);
  --eventiva-btn-hover-bg: var(--eventiva-dark);
  --eventiva-btn-hover-border-color: var(--eventiva-dark);
}

button[type="submit"]:not(.btn) {
  --eventiva-btn-color: var(--eventiva-white);
  background-color: var(--eventiva-primary);
  --eventiva-btn-border-color: var(--eventiva-primary);
  --eventiva-btn-hover-color: var(--eventiva-white);
  --eventiva-btn-hover-bg: var(--eventiva-dark);
  --eventiva-btn-hover-border-color: var(--eventiva-dark);
}

.badge {
  text-transform: uppercase;
  letter-spacing: 1px;
  --eventiva-link-hover-color: var(--eventiva-dark);
}

.badge-primary {
  background-color: rgba(var(--eventiva-primary-rgb), 0.1);
  --eventiva-link-hover-color: var(--eventiva-dark);
}

.badge-secondary {
  background-color: rgba(var(--eventiva-secondary-rgb), 0.1);
  --eventiva-link-hover-color: var(--eventiva-primary);
}

.post-password-form {
  display: flex;
  column-gap: 5px;
  row-gap: 5px;
}

.searchform > div {
  display: flex;
  column-gap: 5px;
  row-gap: 5px;
}

.post-password-form__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 6px;
  --eventiva-link-color: var(--eventiva-white);
  --eventiva-link-hover-color: var(--eventiva-white);
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.wp-block-tag-cloud a {
  font-size: 0.935rem !important;
  line-height: 1;
  padding: 6px 15px;
  border: 1px solid var(--eventiva-primary, #b2d5db);
  background-color: var(--eventiva-primary, #b2d5db);
  border-radius: 0.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
}

.wp-block-tag-cloud a:hover {
  color: var(--eventiva-white);
  background-color: var(--eventiva-btn-hover-bg);
  border-color: var(--eventiva-primary, #b2d5db);
  --tag-background-color: var(--eventiva-primary);
  --tag-border-color: var(--eventiva-primary);
  color: var(--eventiva-white) !important;
}

.wp-block-tag-cloud a:focus {
  --tag-background-color: var(--eventiva-primary);
  --tag-border-color: var(--eventiva-primary);
  color: var(--eventiva-white) !important;
}

.btn {
  --eventiva-link-decoration: none;
  --eventiva-link-hover-decoration: none;
}

.btn-outline-primary {
  --eventiva-btn-border-color: var(--eventiva-primary);
  --eventiva-btn-hover-color: var(--eventiva-white);
  --eventiva-btn-hover-bg: var(--eventiva-primary);
  --eventiva-btn-hover-border-color: var(--eventiva-primary);
}

.nav-pills {
  --eventiva-nav-pills-link-active-bg: var(--eventiva-primary);
}

.wp-block-image figcaption {
  font-style: italic;
  font-size: 13px;
}

figcaption {
  font-style: italic;
  font-size: 13px;
}

.card-img-top-content {
  padding: var(--eventiva-card-spacer-x);
}

.entry-footer {
  clear: both;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
  float: right;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-audio-shortcode [type="button"] {
  padding: 0;
  border: 0;
}

.has-parallax {
  position: relative;
  overflow: hidden;
}

.has-parallax > *:not(.parallax) {
  z-index: 1;
  position: relative;
}

.text-bg-dark {
  --eventiva-headings-color: #fff;
}

.text-bg-dark .blockquote-footer {
  color: #fff;
}

.text-bg-primary {
  --eventiva-headings-color: #fff;
}

.text-bg-primary .blockquote-footer {
  color: #fff;
}

.text-bg-secondary {
  --eventiva-headings-color: #fff;
}

.text-bg-secondary .blockquote-footer {
  color: #fff;
}

.entry-content figure {
  margin-bottom: 30px;
}

.entry-content > * {
  margin-bottom: 30px;
}

.entry-content blockquote {
  border-left: 4px solid var(--eventiva-blockquote-border-color, #000);
  padding-left: 1rem;
}

.entry-content .wp-block-pullquote blockquote {
  border-left: 0;
}

.comment-metadata > a {
  --eventiva-link-color: rgba(var(--eventiva-body-color-rgb), .8);
}

.comment-metadata .reviewr-name {
  --eventiva-link-color: var(--eventiva-headings-color);
}

.required-field-message {
  display: block;
}

.card.comment-respond {
  padding: var(--eventiva-card-spacer-y) var(--eventiva-card-spacer-x);
}

.comment .card.comment-respond {
  margin-bottom: var(--eventiva-card-spacer-y);
}

.list-unstyled .children {
  list-style: none;
}

.banner-subtitle p {
  max-width: 768px;
}

.banner-subtitle p:last-child {
  margin-bottom: 0;
}

.numeric-pagination {
  --eventiva-pagination-border-width: 1px;
  --eventiva-pagination-border-color: var(--eventiva-border-color);
  --eventiva-link-hover-color: var(--eventiva-primary);
  --eventiva-link-color: var(--eventiva-headings-color);
  clear: both;
}

.numeric-pagination .next.page-numbers {
  border: 1px solid var(--eventiva-pagination-border-color);
}

.numeric-pagination .prev.page-numbers {
  border: 1px solid var(--eventiva-pagination-border-color);
}

.numeric-pagination a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: var(--eventiva-pagination-border-width) solid var(--eventiva-pagination-border-color);
  border-radius: var(--eventiva-border-radius);
  font-weight: 500;
  line-height: 1;
}

.numeric-pagination a:focus {
  --eventiva-pagination-border-color: var(--eventiva-primary);
  background-color: var(--eventiva-pagination-border-color);
  color: var(--eventiva-white, #fff) !important;
}

.numeric-pagination a:hover {
  --eventiva-pagination-border-color: var(--eventiva-primary);
  background-color: var(--eventiva-pagination-border-color);
  color: var(--eventiva-white, #fff) !important;
}

.numeric-pagination span {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: var(--eventiva-pagination-border-width) solid var(--eventiva-pagination-border-color);
  border-radius: var(--eventiva-border-radius);
  font-weight: 500;
  line-height: 1;
}

.numeric-pagination .current {
  --eventiva-pagination-border-color: var(--eventiva-primary);
  background-color: var(--eventiva-pagination-border-color);
  color: #fff;
}

.numeric-pagination > span.dots {
  --eventiva-pagination-border-width: 0;
  min-width: auto;
}

.numeric-pagination > .next {
  --eventiva-pagination-border-width: 0;
  column-gap: 5px;
}

.numeric-pagination > .next svg {
  margin-bottom: -2px;
}

.numeric-pagination > .prev {
  --eventiva-pagination-border-width: 0;
  column-gap: 5px;
}

.numeric-pagination > .prev svg {
  margin-bottom: -2px;
}

.woocommerce-pagination a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: var(--eventiva-pagination-border-width) solid var(--eventiva-pagination-border-color);
  border-radius: var(--eventiva-border-radius);
  font-weight: 500;
  line-height: 1;
}

.woocommerce-pagination span {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: var(--eventiva-pagination-border-width) solid var(--eventiva-pagination-border-color);
  border-radius: var(--eventiva-border-radius);
  font-weight: 500;
  line-height: 1;
}

.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding-left: 0;
}

.breadcrumbs {
  border-bottom: 1px solid var(--eventiva-custom-inner-border-color, rgba(255, 255, 255, 0.11));
}

.breadcrumbs a {
  text-decoration: none;
}

.offcanvas.showing {
  margin-top: var(--wp-admin--admin-bar--height);
}

.offcanvas.show {
  margin-top: var(--wp-admin--admin-bar--height);
}

.swiper {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: transparent;
}

.swiper .swiper-pagination-bullet {
  border: 2px solid var(--swiper-theme-color);
  transform: scale(1) !important;
}

.swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.video-icon {
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: var(--eventiva-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-icon svg {
  fill: var(--eventiva-white);
  position: relative;
  right: -2px;
}

.video-icon:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 400ms ease-in-out;
}

.video-icon:hover::before {
  opacity: .75;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
}

.max-width-100 {
  max-width: 100px;
}

.max-width-200 {
  max-width: 200px;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-400 {
  max-width: 400px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-600 {
  max-width: 600px;
}

.bypostauthor {
  font-variant: normal;
}

.gallery-caption {
  font-variant: normal;
}

.wp-caption-text {
  font-variant: normal;
}

.wp-caption {
  font-variant: normal;
}

.gallery {
  --eventiva-gutter-x: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--eventiva-gutter-x);
  column-count: var(--eventiva-gallery-column-count, 1);
  margin-right: calc(-.5 * var(--eventiva-gutter-x));
  margin-left: calc(-.5 * var(--eventiva-gutter-x));
}

.gallery .gallery-item {
  flex: 0 0 auto;
  flex-shrink: 0;
  width: calc(100% / var(--eventiva-gallery-column-count));
  max-width: 100%;
  padding-right: calc(var(--eventiva-gutter-x) * .5);
  padding-left: calc(var(--eventiva-gutter-x) * .5);
  margin-bottom: 0;
  position: relative;
}

.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .gallery-item figcaption {
  padding-top: calc(var(--eventiva-gutter-x) * .25);
}

.gallery-columns-1 {
  --eventiva-gallery-column-count: 1;
}

.gallery-columns-2 {
  --eventiva-gallery-column-count: 2;
}

.gallery-columns-3 {
  --eventiva-gallery-column-count: 3;
}

.gallery-columns-4 {
  --eventiva-gallery-column-count: 4;
}

.gallery-columns-5 {
  --eventiva-gallery-column-count: 5;
  --eventiva-gutter-x: 10px;
}

.gallery-columns-6 {
  --eventiva-gallery-column-count: 6;
  --eventiva-gutter-x: 10px;
}

.gallery-columns-7 {
  --eventiva-gallery-column-count: 7;
  --eventiva-gutter-x: 10px;
}

.gallery-columns-8 {
  --eventiva-gallery-column-count: 8;
  --eventiva-gutter-x: 10px;
}

.gallery-columns-9 {
  --eventiva-gallery-column-count: 9;
  --eventiva-gutter-x: 10px;
}

.container-wrap > .wp-block-group__inner-container {
  --eventiva-gutter-x: 1.5rem;
  --eventiva-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--eventiva-gutter-x) * .5);
  padding-left: calc(var(--eventiva-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  position: initial;
}

.wp-block-quote {
  border-left: 0.25em solid var(--eventiva-dark);
  margin: 0 0 1.75em;
  padding-left: 1em;
}

.comment-reply-title #cancel-comment-reply-link {
  margin-left: 20px;
}

.woocommerce-Tabs-panel {
  border: 1px solid var(--eventiva-primary);
  border-radius: 0 16px 16px 16px;
  margin-top: -1px;
  padding: 30px;
}

.quantity input {
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid green;
  border-radius: 0 !important;
}

.quantity input:focus {
  box-shadow: none;
}

.quantity button.input-group-text {
  padding: 0 16px;
  font-size: 1rem;
  background-color: #f4f4f9;
  border-radius: .375rem;
}

.quantity button.input-group-text svg {
  fill: #222;
}

.quantity button.input-group-text:active {
  background-color: #f4f4f9 !important;
}

.quantity button.input-group-text:focus {
  background-color: #f4f4f9 !important;
}

.quantity button.input-group-text:hover {
  background-color: #f4f4f9 !important;
}

.quantity button.input-group-text.minus {
  border-radius: 5px 0px 0px 5px;
}

.quantity input[type="text"] {
  max-width: 80px;
  margin: 0;
  text-align: center;
  border-color: #e9ecef;
}

.quantity .count-control i {
  font-size: 15px;
}

.woocommerce-Reviews ol li {
  list-style: none;
}

.woocommerce-tabs .nav-tabs {
  border-bottom: 0;
}

.woocommerce-tabs .nav-tabs li.active .nav-link {
  color: var(--eventiva-white);
  border-color: var(--eventiva-primary) !important;
  border-bottom: transparent;
  background-color: transparent;
}

.woocommerce-tabs .nav-tabs li.active .nav-link:focus {
  border-color: var(--eventiva-primary) !important;
  border-bottom: transparent;
  background-color: transparent;
}

.woocommerce-tabs .nav-tabs li.active .nav-link:focus-visible {
  border-color: var(--eventiva-primary) !important;
  border-bottom: transparent;
  background-color: transparent;
}

.woocommerce-tabs .nav-tabs li .nav-link:focus {
  border-color: var(--eventiva-primary);
  border-bottom: 1px solid;
  padding: 1rem 2rem;
}

.woocommerce-tabs .nav-tabs li .nav-link:hover {
  border-color: var(--eventiva-primary);
  border-bottom: 1px solid;
  padding: 1rem 2rem;
}

.woocommerce-tabs .nav-tabs .nav-link:hover,
.woocommerce-tabs .nav-tabs .nav-tabs .nav-link:focus {
  border-color: var(--eventiva-primary) !important;
}

body.theme--dark .woocommerce-tabs .nav-tabs {
  border-bottom: 0;
}

body.theme--dark .woocommerce-tabs .nav-tabs li.active .nav-link {
  background-color: #232734 !important;
}

body.theme--dark .woocommerce-tabs .nav-tabs li.active .nav-link:focus {
  background-color: #232734 !important;
}

body.theme--dark .woocommerce-tabs .nav-tabs li.active .nav-link:focus-visible {
  background-color: #232734 !important;
}

body.theme--dark .woocommerce-tabs .nav-tabs .nav-link:focus {
  background-color: #232734 !important;
}

body.theme--dark .quantity input[type="text"] {
  background-color: #232734;
  color: #fff;
}

body.theme--dark .quantity input[type="text"]:hover {
  background-color: #232734;
  color: #fff;
}

body.theme--dark .breadcrumbs-section.bg-white {
  background-color: #1d212c !important;
}

body.theme--dark .breadcrumbs-section.bg-white .border-bottom {
  border-color: #1d212c !important;
}

body.theme--dark .alert-dismissible .btn-close {
  color: #fff;
}

body.theme--dark .alert-dismissible .btn-closefocus {
  outline: none;
}

body.theme--dark .bg-light {
  background-color: #232734 !important;
}

body.theme--dark .breadcrumb-item::before {
  color: #666;
}

body.theme--dark .navbar-dark .wsmenu-list > li > a.h-link:hover {
  color: #fff !important;
}

.comment-form-rating .nice-select.form-select {
  display: none;
}

.woocommerce-product-gallery {
  overflow: hidden;
}

.cart_totals h2 {
  font-size: 28px;
  line-height: 1.29;
}

.related.products h2 {
  font-size: 28px;
  line-height: 1.29;
}

.eventiva-tabs-wrapper h2 {
  font-size: 28px;
  line-height: 1.29;
}

.variations_form.cart .form-select {
  width: fit-content;
}

.variations_form.cart .form-select:focus {
  box-shadow: none;
}

.woocommerce-Address {
  line-height: 1;
}

.woocommerce-Address address {
  line-height: 1.25rem;
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.select2-results__option {
  color: #222;
}

.add_to_cart_button {
  text-decoration: none !important;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #F2B827;
}

.card.text-center .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.card.card-style1 .card-footer {
  position: absolute;
  width: 100%;
  bottom: -100px;
  z-index: -99;
  padding: 0;
  background-color: rgba(var(--eventiva-light-rgb), 0.95);
  transition: all 0.2s ease-in-out;
}

.card.card-style1 .card-footer a {
  color: var(--eventiva-dark);
}

.card.card-style1 .card-footer a:hover {
  color: var(--eventiva-primary);
}

.card.card-style1 .card-footer a:focus {
  color: var(--eventiva-primary);
}

.card.card-style1 .card-footer a .pe-7s-cart {
  font-weight: bold;
  font-size: 22px;
}

.card.card-style1 .card-footer .loop-add-to-cart {
  margin-right: auto;
  padding: 1rem;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist {
  padding: 1rem;
  margin: 0;
  border-left: 1px solid rgba(var(--eventiva-black-rgb), 0.125);
  padding-left: 1rem;
  align-self: stretch;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .yith-wcwl-icon {
  margin-right: 0;
}

.card.card-style1 .card-footer .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
  color: var(--eventiva-primary);
}

.card.card-style1 .card-footer .compare {
  font-size: 0;
  border-left: 1px solid rgba(var(--eventiva-black-rgb), 0.125);
  padding: 1rem;
  align-self: stretch;
}

.card.card-style1 .card-footer .compare:before {
  content: "\e60b";
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: initial;
  content: "\e651";
}

.card.card-style1 .card-footer .yith-wcqv-button {
  font-size: 0;
  border-left: 1px solid rgba(var(--eventiva-black-rgb), 0.125);
  padding: 1rem;
  align-self: stretch;
}

.card.card-style1 .card-footer .yith-wcqv-button:before {
  content: "\e60b";
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-indent: initial;
}

.card.card-style1:hover .card-footer {
  bottom: 0;
  z-index: 9;
}

.card.card-style1:focus .card-footer {
  bottom: 0;
  z-index: 9;
}

.checkout_coupon .form-row {
  max-width: 400px;
}

.cart-icon .cart-contents {
  position: relative;
}

.cart-icon .cart-contents i {
  font-size: 22px;
  margin-right: 0;
}

.cart-icon .cart-contents .cart-contents-count {
  width: 22px;
  height: 22px;
  color: white;
  background-color: var(--eventiva-primary);
  display: block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -14px;
  font-size: .825rem;
  line-height: 22px;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #F2B827;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #F2B827;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #F2B827;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #F2B827;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #F2B827;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #F2B827;
  opacity: 1;
}

.cart_item .product-thumbnail img {
  width: 100px !important;
}

[data-bs-theme="light"] .wc-tabs-wrapper .nav-tabs .nav-link {
  color: #222;
}

[data-bs-theme="light"] .woocommerce-tabs .nav-tabs {
  border-bottom: 0;
}

[data-bs-theme="light"] .woocommerce-tabs .nav-tabs li.active .nav-link {
  color: var(--eventiva-primary);
  border-color: var(--eventiva-primary) !important;
}

[data-bs-theme="light"] .woocommerce-tabs .nav-tabs li.active .nav-link:focus {
  border-color: var(--eventiva-primary) !important;
}

[data-bs-theme="light"] .woocommerce-tabs .nav-tabs li.active .nav-link:focus-visible {
  border-color: var(--eventiva-primary) !important;
}

[data-bs-theme="light"] .form-control {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

[data-bs-theme="light"] .woocommerce table th {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

[data-bs-theme="light"] table th {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

[data-bs-theme="light"] table td {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.wc-tabs-wrapper .nav-tabs .nav-link {
  padding: 1rem 2rem;
  border-top-width: 4px;
  color: var(--eventiva-white);
}

.wc-tabs-wrapper .nav-tabs .nav-link:focus {
  border-color: var(--eventiva-primary);
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}

.wc-tabs-wrapper .nav-tabs .nav-link:focus-visible {
  border-color: var(--eventiva-primary);
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}

.wc-tabs-wrapper .nav-tabs .nav-link.active {
  border-color: var(--eventiva-primary);
  background-color: transparent;
  border-bottom: none;
  box-shadow: none;
}

.woocommerce-form-login__rememberme .form-check-input::after {
  content: none;
}

.woocommerce-account-fields .form-check-input::after {
  content: none;
}

#tab-additional_information h2 {
  margin-bottom: 20px;
}

#tab-description h2 {
  margin-bottom: 20px;
}

.wc_payment_methods .wc_payment_method label {
  margin-bottom: 0 !important;
}

.wc_payment_methods .wc_payment_method .input-radio::after {
  background: var(--eventiva-primary);
}

.wc_payment_methods .wc_payment_method .input-radio:focus {
  outline: none;
}

.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 10px;
}

.p-last-mb-0 > p:last-child {
  margin-bottom: 0;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--eventiva-danger) !important;
}

.table .product-name {
  min-width: 200px;
}

.table .product-subtotal {
  text-align: right;
}

.table .product-total {
  text-align: right;
}

.table tfoot td:last-child {
  text-align: right;
}

.table .order-total td:last-child {
  text-align: right;
}

.table .cart-subtotal td:last-child {
  text-align: right;
}

.table tbody .product-name a {
  color: white;
}

.onsale {
  width: 60px;
  height: 60px;
  background-color: var(--eventiva-primary) !important;
  color: var(--eventiva-white) !important;
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.checkout.woocommerce-checkout input {
  line-height: 2.3;
}

.required {
  color: #f00;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

.woocommerce .blog-post-txt span.price {
  font-size: 20px;
  font-weight: 700;
  color: gray;
}

.woocommerce .blog-post-txt span.price span {
  font-size: inherit;
}

.woocommerce .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.woocommerce .entry-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.woocommerce .related h2 {
  margin-bottom: 20px;
}

.woocommerce .related h3 {
  margin-bottom: 20px;
}

.woocommerce .upsells h2 {
  margin-bottom: 20px;
}

.woocommerce .upsells h3 {
  margin-bottom: 20px;
}

.woocommerce .cross-sells h2 {
  margin-bottom: 20px;
}

.woocommerce .cross-sells h3 {
  margin-bottom: 20px;
}

.woocommerce .cart_totals h2 {
  margin-bottom: 20px;
}

.woocommerce .cart_totals h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-billing-fields h2 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-Reviews h2 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-Reviews h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-Reviews .avatar {
  width: 70px;
  height: 70px;
}

.woocommerce .woocommerce-Reviews .comment-text .meta {
  margin-bottom: 0;
}

.woocommerce .woocommerce-order-details h2 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-order-details h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-customer-details h2 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-customer-details h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-additional-fields h2 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}

.woocommerce .woocommerce-cart-form__cart-item .product-name .variation-size {
  display: inline-block;
  padding-left: 5px;
}

.woocommerce .shop_table .product-name .variation-size {
  display: inline-block;
  padding-left: 5px;
}

.woocommerce .select2-selection--single {
  border: none;
}

.woocommerce .select2-selection__rendered {
  border: var(--form--border-width) solid var(--form--border-color);
  background-color: #f3f3f3;
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
  height: var(--eventiva-input-height, 43px);
  border-radius: 0.375rem;
  background-color: transparent;
  height: 50px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 15px !important;
  font-size: 1rem;
  line-height: 18px !important;
}

.woocommerce .woocommerce-order-overview {
  list-style: none;
}

.woocommerce .wc_payment_methods {
  list-style: none;
}

.woocommerce .product_list_widget img {
  width: 100px;
}

.woocommerce table th {
  border: 1px solid var(--eventiva-custom-inner-border-color, rgba(255, 255, 255, 0.11));
  color: var(--eventiva-heading-color);
}

.woocommerce table td {
  border: 1px solid var(--eventiva-custom-inner-border-color, rgba(255, 255, 255, 0.11));
  color: var(--eventiva-heading-color);
}

.woocommerce table td.product-name {
  color: var(--eventiva-heading-color);
}

.woocommerce table td.product-name a {
  color: var(--eventiva-heading-color);
}

.woocommerce table.woocommerce-checkout-review-order-table tr {
  text-align: left;
  border-left: none;
}

.woocommerce table.woocommerce-checkout-review-order-table th:not(.product-total) {
  text-align: left;
}

.woocommerce .woocommerce table td,
.woocommerce .woocommerce table th {
  border-top: none;
  border-left: none;
  border-right: none;
}

.woocommerce table.woocommerce-table--order-details tbody {
  text-align: center;
}

.product .blog-post-txt span.price {
  font-size: 20px;
  font-weight: 700;
  color: gray;
}

.product .blog-post-txt span.price span {
  font-size: inherit;
}

.product .entry-header {
  border-bottom: 3px solid var(--global--color-border);
  padding-bottom: calc(2 * var(--global--spacing-vertical));
  margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.product .entry-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.product .related h2 {
  margin-bottom: 20px;
}

.product .related h3 {
  margin-bottom: 20px;
}

.product .upsells h2 {
  margin-bottom: 20px;
}

.product .upsells h3 {
  margin-bottom: 20px;
}

.product .cross-sells h2 {
  margin-bottom: 20px;
}

.product .cross-sells h3 {
  margin-bottom: 20px;
}

.product .cart_totals h2 {
  margin-bottom: 20px;
}

.product .cart_totals h3 {
  margin-bottom: 20px;
}

.product .woocommerce-billing-fields h2 {
  margin-bottom: 20px;
}

.product .woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}

.product .woocommerce-Reviews h2 {
  margin-bottom: 20px;
}

.product .woocommerce-Reviews h3 {
  margin-bottom: 20px;
}

.product .woocommerce-Reviews .avatar {
  width: 70px;
  height: 70px;
}

.product .woocommerce-Reviews .comment-text .meta {
  margin-bottom: 0;
}

.product .woocommerce-order-details h2 {
  margin-bottom: 20px;
}

.product .woocommerce-order-details h3 {
  margin-bottom: 20px;
}

.product .woocommerce-customer-details h2 {
  margin-bottom: 20px;
}

.product .woocommerce-customer-details h3 {
  margin-bottom: 20px;
}

.product .woocommerce-additional-fields h2 {
  margin-bottom: 20px;
}

.product .woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}

.product .woocommerce-cart-form__cart-item .product-name .variation-size {
  display: inline-block;
  padding-left: 5px;
}

.product .shop_table .product-name .variation-size {
  display: inline-block;
  padding-left: 5px;
}

.product .select2-selection--single {
  border: none;
}

.product .select2-selection__rendered {
  border: var(--form--border-width) solid var(--form--border-color);
  background-color: #f3f3f3;
  color: var(--form--color-text);
  line-height: var(--global--line-height-body);
  padding: var(--form--spacing-unit);
  margin: 0 2px;
  max-width: 100%;
  height: var(--eventiva-input-height, 43px);
  border-radius: 0.375rem;
}

.product table th {
  border: 1px solid #ccc;
  color: blacck;
}

.product table td {
  border: 1px solid #ccc;
  color: blacck;
}

.product table td.product-name {
  color: black;
}

.product table td.product-name a {
  color: inherit;
}

.product table.woocommerce-checkout-review-order-table tr {
  text-align: left;
}

.product table.woocommerce-checkout-review-order-table th:not(.product-total) {
  text-align: left;
}

.product table.woocommerce-table--order-details tbody {
  text-align: center;
}

.search-results .woocommerce .entry-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.search-results .product .entry-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
}

table th {
  padding: 8px 10px;
  text-align: left;
  font-size: 18px;
}

table td {
  padding: 8px 10px;
  text-align: left;
  font-size: 18px;
}

.woocommerce-checkout-payment .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.select2-container--default .select2-selection--single {
  border-radius: 8px;
  margin: 0 0 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: transparent;
}

.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #0fbc49;
}

.coupon input {
  padding: 12px;
  border-radius: 5px 0 0 5px !important;
}

.form-control:focus {
  box-shadow: none;
}

.woocommerce-customer-details h2 {
  font-size: 32px;
  line-height: 1.34;
}

.woocommerce-order-details h2 {
  font-size: 32px;
  line-height: 1.34;
}

.woocommerce-order-details .shop_table th {
  text-align: left;
}

.woocommerce-order-details .shop_table td {
  text-align: left;
}

.woocommerce-order-details address {
  line-height: 1.5;
}

.address-shipping label {
  margin-bottom: 5px;
  font-size: 1rem;
}

.address-shipping .form-control {
  padding: 15px;
  background-color: transparent;
  border-color: #ccc;
}

.address-shipping .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.edit-account label {
  margin-bottom: 5px;
  font-size: 1rem;
}

.edit-account .form-control {
  padding: 15px;
  background-color: transparent;
  border-color: #ccc;
}

.edit-account .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.woocommerce-ResetPassword label {
  margin-bottom: 5px;
  font-size: 1rem;
}

.woocommerce-ResetPassword .form-control {
  padding: 15px;
  background-color: transparent;
  border-color: #ccc;
}

.woocommerce-ResetPassword .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.woocommerce-form-register label {
  margin-bottom: 5px;
  font-size: 1rem;
}

.woocommerce-form-register .form-control {
  padding: 15px;
  background-color: transparent;
  border-color: #ccc;
}

.woocommerce-form-register .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.woocommerce-form-login label {
  margin-bottom: 5px;
  font-size: 1rem;
}

.woocommerce-form-login .form-control {
  padding: 15px;
  background-color: transparent;
  border-color: #ccc;
}

.woocommerce-form-login .form-check-input {
  width: 1.375rem;
  height: 1.375rem;
}

.woocommerce-cart-form table {
  table-layout: fixed;
}

.woocommerce-cart-form .product-remove {
  width: 50px;
}

.woocommerce-cart-form .product-remove .remove {
  display: block;
  text-align: center !important;
  text-decoration: none;
}

.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--eventiva-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--eventiva-primary);
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
}

.widget .wc-layered-nav-rating a .star-rating {
  display: inline-flex;
  margin-right: 10px;
}

.widget .chosen {
  border-left-color: var(--eventiva-primary);
}

.widget .current-cat {
  border-left-color: var(--eventiva-primary);
}

.widget.woocommerce li {
  display: flex;
  justify-content: space-between;
}

.shop_table table th {
  border: 1px solid #ccc;
  color: blacck;
}

.shop_table table td {
  border: 1px solid #ccc;
  color: blacck;
}

.shop_table table td.product-name {
  color: black;
}

.shop_table table td.product-name a {
  color: inherit;
}

.shop_table table.woocommerce-checkout-review-order-table tr {
  text-align: left;
}

.shop_table table.woocommerce-checkout-review-order-table th:not(.product-total) {
  text-align: left;
}

.shop_table table.woocommerce-table--order-details tbody {
  text-align: center;
}

table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr {
  vertical-align: middle;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

.products .product .card {
  background-color: red;
}

.products .product .card .price {
  color: white;
}

.products .product .card .title {
  color: white;
}

.form-select:focus {
  box-shadow: none;
}

.banner-section.bg-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.woocommerce-product-gallery__image img {
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .gallery-columns-1 {
    --eventiva-gallery-column-count: 1;
  }
  .gallery-columns-2 {
    --eventiva-gallery-column-count: 1;
  }
  .gallery-columns-3 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-4 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-5 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-6 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-7 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-8 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
  .gallery-columns-9 {
    --eventiva-gallery-column-count: 2;
    --eventiva-gutter-x: 10px;
  }
}

@media (min-width: 576px) {
  .container-wrap > .wp-block-group__inner-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-wrap > .wp-block-group__inner-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-wrap > .wp-block-group__inner-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-wrap > .wp-block-group__inner-container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-wrap > .wp-block-group__inner-container {
    max-width: 1320px;
  }
}

@media (max-width: 991px) {
  body {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart {
    left: 0;
    display: block;
  }
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    text-align: left;
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce .entry-title {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
  .product .entry-title {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991.98px) {
  .quantity input[type="text"] {
    width: 50px;
    padding: 2px 16px;
    border-radius: 5px !important;
  }
  .quantity .input-group-text {
    padding: 2px 16px;
    display: block;
    border-radius: 5px !important;
    margin: 3px 0;
  }
  .quantity .input-group {
    display: block;
  }
}

.wc-block-components-form .wc-block-components-checkout-step {
  padding: 0px;
}

/*# sourceMappingURL=woocommerce.css.map */