.s-hidden {
  display: none !important;
}

.load-more-wrapper {
  display: flex;
  justify-content: space-around;
}

/* Woocommerce product options */
.single_variation_wrap .single_variation, .s-wc-upload-image, .wpo-totals-label {
  color: var(--e-global-color-primary);
}

/* Single product */
ul.wc-tabs {
  padding: 0 !important;
}

.woocommerce-Tabs-panel {
  padding: 20px 0 !important;
}
.woocommerce-Tabs-panel > h2 {
  display: none;
}

.woocommerce-MyAccount-navigation-link--dashboard,
.woocommerce-MyAccount-navigation-link--subaccounts,
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--orders {
  display: none !important;
}

/* Tilaushistoria */
.woocommerce-MyAccount-content-wrapper {
  color: var(--e-global-color-primary);
}

/* Tilin tiedot */
#account_display_name_description, label[for=mailchimp_woocommerce_is_transactional] {
  display: none !important;
}

/*  Cart */
.elementor-button--checkout {
  display: none !important;
}

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

.woocommerce-cart .woocommerce-cart-form .product-name .variation {
  display: none !important;
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .product-remove a {
    display: inline-block;
  }
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail, .woocommerce-cart .woocommerce-cart-form .product-name {
    display: block !important;
  }
  .woocommerce-cart .woocommerce-cart-form .product-thumbnail::before, .woocommerce-cart .woocommerce-cart-form .product-name::before {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form .product-name {
    text-align: right;
  }
}

.b2bking_offer_download {
  display: none !important;
}

.s-title {
  margin-top: 0 !important;
}

#footer-brand-static {
  display: none;
}

.elementor-page-2 #footer-brand-dynamic, .post-type-archive-product #footer-brand-dynamic {
  display: none;
}

.s-order-form {
  text-align: left;
  padding-top: 40px;
}
.s-order-form .order-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .s-order-form .order-form-wrapper {
    flex-direction: column;
  }
}
.s-order-form .order-form-wrapper .inner-wrapper {
  flex: 1;
  min-width: 300px;
  margin-bottom: 20px;
}
.s-order-form .order-form-wrapper .inner-wrapper label {
  display: block;
  margin-bottom: 10px;
}
.s-order-form .order-form-wrapper .inner-wrapper input,
.s-order-form .order-form-wrapper .inner-wrapper textarea {
  width: 100%;
  background: var(--e-global-color-a92dad7) !important;
  color: #fff !important;
  margin-bottom: 10px;
}
.s-order-form .order-form-wrapper .inner-wrapper textarea {
  height: 42px;
}

.single-product-own-order .s-order-form {
  display: block !important;
  padding-top: 0 !important;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .single-product-own-order .s-order-form {
    width: 100% !important;
  }
}

.single-product .s-order-form {
  display: none;
}

.woocommerce-EditAccountForm fieldset {
  margin-bottom: 20px;
}
.woocommerce-EditAccountForm label {
  color: var(--e-global-color-primary);
  font-weight: 500;
}

.swal2-deny {
  display: none !important;
}

.woocommerce-notices-wrapper:focus-visible {
  outline: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error {
  border-top-color: var(--e-global-color-secondary) !important;
  padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-notices-wrapper .woocommerce-message:focus-visible, .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
  outline: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message:before, .woocommerce-notices-wrapper .woocommerce-error:before {
  color: var(--e-global-color-secondary) !important;
  padding-top: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-error strong {
  color: #000 !important;
}

.sivustamo-listing-grid {
  margin-bottom: 40px;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper {
  background-color: #000;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-image-wrapper {
  position: relative;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-image-wrapper .product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-image-wrapper .product-icon {
  background-color: var(--e-global-color-6d31e37);
  color: var(--e-global-color-secondary);
  border-radius: 50%;
  height: 51px;
  width: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: -20px;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-image-wrapper .product-icon svg {
  fill: var(--e-global-color-secondary);
  height: 35px;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-price {
  font-size: 16px;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-price:hover {
  color: inherit;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-price .product-vat {
  color: var(--e-global-color-primary);
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-content-wrapper {
  padding-bottom: 30px;
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-content-wrapper .product-category, .sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-content-wrapper .product-name {
  color: var(--e-global-color-primary);
}
.sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-content-wrapper .product-name h3 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .sivustamo-listing-grid .jet-listing-grid__item .product-wrapper .product-content-wrapper .product-name h3 {
    font-size: 20px;
  }
}

.previous-orders .product-inner-wrapper {
  flex-direction: row !important;
}
.previous-orders .product-inner-wrapper .product-image-wrapper {
  flex: 1;
}
.previous-orders .product-inner-wrapper .product-price, .previous-orders .product-inner-wrapper .product-content-wrapper {
  flex: 2;
}
.previous-orders .product-inner-wrapper .product-image-wrapper {
  width: 100%;
}
.previous-orders .product-inner-wrapper .product-image-wrapper .product-image {
  width: 50px !important;
  height: 50px !important;
}
.previous-orders .product-inner-wrapper .product-price {
  font-size: 14px !important;
}
.previous-orders .product-inner-wrapper .product-vat {
  font-size: 12px !important;
}
.previous-orders .product-inner-wrapper .product-name h3 {
  font-size: 14px !important;
  margin-bottom: 0 !important;
}
.previous-orders .product-inner-wrapper .product-content-wrapper {
  padding: 0 !important;
}
.previous-orders .order-details {
  color: var(--e-global-color-primary);
}
.previous-orders .order-details bdi {
  color: var(--e-global-color-primary) !important;
  margin-left: 5px !important;
}
.previous-orders .order-details .place-order-button {
  margin: 20px 0;
}
.previous-orders .order-details .order-total-incl-tax {
  font-weight: 700;
}

.jet-active-tags__title {
  width: 100%;
  margin-bottom: 10px;
}

.jet-active-tag {
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-a92dad7);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
  border-radius: 20px;
  padding: 5px 25px 5px 20px !important;
}
.jet-active-tag .jet-active-tag__val {
  font-size: 14px !important;
}

.jet-active-tag__remove {
  top: 5px !important;
  right: 10px !important;
}

.sort-wrapper {
  margin: 1em 0;
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}

.own-product-loadmore-wrapper {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

.product-filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .product-filter {
    flex-direction: column;
  }
}
.product-filter .tag-filter-wrapper {
  flex: 2;
}
.product-filter .sort-wrapper {
  flex: 1;
}
.product-filter #recommended-tags {
  padding: 0;
}
.product-filter #recommended-tags li {
  border-radius: 50px !important;
  padding: 10px 20px !important;
  border: solid 1px var(--e-global-color-secondary);
  background-color: var(--e-global-color-6d31e37);
  color: #ffffff !important;
  font-weight: 600 !important;
  display: inline-block !important;
  height: auto !important;
  width: auto !important;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.product-filter #recommended-tags li .tag-close {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
.product-filter #recommended-tags li.active {
  background-color: var(--e-global-color-accent);
  color: #fff;
}
.product-filter .sort-wrapper {
  margin: 0 !important;
}
.product-filter #recommended-sort {
  max-width: 199px;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-a92dad7);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-accent);
  border-radius: 50px;
}

/*# sourceMappingURL=sivustamo-style.css.map */
