@charset "UTF-8";
/**
Theme Name: Terratest Astra (active)
Author: Trendkomm, Alexander Bader
Author URI: https://alexanderbader.de/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: terratest
Template: astra
*/
.tt-header-button__info {
  text-align: center;
  margin-bottom: 10px;
  font-family: "Pontano Sans";
}

.tt-header-button__info-label {
  font-size: 17px;
  color: #666;
  letter-spacing: 0.04em;
  display: block;
  font-weight: 900;
}

.tt-header-button__info-content {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: block;
}

.tt-angebot-btn {
  display: block;
  color: black;
  padding: 10px 5px;
  font-weight: 900;
  font-size: 20px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background: linear-gradient(to bottom, #f2cc1a, #feea21);
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
  border: 2px solid #efca05;
  text-align: center;
  line-height: 1.1;
  margin: 0 auto;
  cursor: pointer;
  /* ausrichten an support service nummer */
  width: 220px;
  max-width: 100%;
  position: relative;
}

.tt-angebot-btn:hover {
  color: red;
}

.tt-angebot-btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("./assets/media/cursor-pointer-30px.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: 25%;
  animation: pointer 0.5s linear infinite alternate;
}

@keyframes pointer {
  0% {
    opacity: 0;
    /*visibility: hidden;*/
  }
  100% {
    opacity: 1;
    /*visibility: visible;*/
  }
}
.tt-lang-selector {
  position: relative;
  display: inline-block;
}
.tt-lang-selector .tt-lang-selector__options {
  background: rgba(200, 200, 200, 0.8);
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  width: 100%;
  max-width: 140px;
  z-index: 10;
}
.tt-lang-selector .tt-lang-selector__current, .tt-lang-selector .tt-lang-selector__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-align: left;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-decoration: none;
}
@media (min-width: 61.25em) {
  .tt-lang-selector .tt-lang-selector__current, .tt-lang-selector .tt-lang-selector__option {
    padding: 4px 6px;
  }
}
.tt-lang-selector .tt-lang-selector__current {
  margin-left: auto;
  margin-right: 4px;
  max-width: 140px;
}
.tt-lang-selector .tt-lang-selector__current .tt-lang-selector__lang-name {
  opacity: 0;
}
.tt-lang-selector .tt-lang-selector__flag {
  display: inline-block;
}
.tt-lang-selector .tt-lang-selector__lang-name + .tt-lang-selector__flag-wrapper {
  margin-left: 10px;
}
@media (max-width: 61.24em) {
  .tt-lang-selector .tt-lang-selector__options {
    top: 100%;
    left: 0;
  }
  .tt-lang-selector .tt-lang-selector__current {
    margin-right: 0;
  }
}

.tt-lang-selector:hover .tt-lang-selector__options {
  position: absolute;
  opacity: 1;
  pointer-events: auto;
}
.tt-lang-selector:hover .tt-lang-selector__current {
  background-color: rgba(150, 150, 150, 0.8);
}
.tt-lang-selector:hover .tt-lang-selector__current .tt-lang-selector__lang-name {
  opacity: 1;
}
.tt-lang-selector:hover .tt-lang-selector__option:hover {
  background-color: rgba(150, 150, 150, 0.8);
}

@media (min-width: 61.25em) {
  .tt-header {
    display: grid;
    grid-template-areas: "logo tagline tagline lang action" "mainmenu mainmenu extramenu extramenu action";
    grid-template-columns: 1fr 2fr 2fr 1fr 25%;
    grid-template-rows: auto auto;
  }

  .tt-header__logo-wrapper {
    grid-area: logo;
  }

  .tt-header__tagline-wrapper {
    grid-area: tagline;
  }

  .tt-header__lang-selector-wrapper {
    grid-area: lang;
  }

  .tt-header__main-menu-wrapper {
    grid-area: mainmenu;
  }

  .tt-header__extra-menu-wrapper {
    grid-area: extramenu;
  }

  .tt-header__action-wrapper {
    grid-area: action;
  }

  .tt-header__social-wrapper {
    display: none;
    grid-area: action;
  }
}
@media (min-width: 61.25em) {
  body .elementor-location-header .menu-item.menu-item--yellow a {
    color: #000 !important;
  }
  body .elementor-location-header .menu-item.menu-item--yellow .elementor-item::before {
    background-color: #F4F400 !important;
    opacity: 1 !important;
  }
  body .elementor-location-header .menu-item.menu-item--red a {
    color: white !important;
  }
  body .elementor-location-header .menu-item.menu-item--red .elementor-item::before {
    background-color: #c1001f !important;
    opacity: 1 !important;
  }
  body .elementor-location-header .menu-item.menu-item--orange a {
    color: white !important;
  }
  body .elementor-location-header .menu-item.menu-item--orange .elementor-item::before {
    background-color: #f88e2a !important;
    opacity: 1 !important;
  }
  body .elementor-location-header .menu-item.menu-item--green a {
    color: white !important;
  }
  body .elementor-location-header .menu-item.menu-item--green .elementor-item::before {
    background-color: #009933 !important;
    opacity: 1 !important;
  }
  body .elementor-location-header .menu-item.menu-item--blue a {
    color: white !important;
  }
  body .elementor-location-header .menu-item.menu-item--blue .elementor-item::before {
    background-color: #0370af !important;
    opacity: 1 !important;
  }
}
@media (min-width: 61.25em) {
  .elementor-location-header .menu-item .has-submenu.highlighted::before {
    border-radius: 4px 4px 0 0 !important;
  }
}
@media (min-width: 61.25em) {
  .elementor-location-header .elementor-nav-menu--dropdown li a {
    justify-content: flex-start;
    padding-left: 0 !important;
  }
  .elementor-location-header .elementor-nav-menu--dropdown li a::before {
    font-family: sans-serif;
    content: "▶";
    margin-right: 10px;
    display: inline-block;
  }
}

@media (max-width: 46.24em) {
  .elementor-location-header .elementor-menu-toggle {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
.tg {
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 2px 5px;
  border-style: solid;
  border-width: 1px 0px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg th {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #c1001f;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: black;
}

.tg .tg-baqh {
  border-width: 0px;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-head-blue {
  border-width: 0px;
  font-size: 18px;
  color: #0370af;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-head-zw-blue {
  border-width: 0px;
  font-size: 18px;
  color: #0370af;
  line-height: 1.2em;
  padding: 20px 0px 10px 0px;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-2-3-blue {
  border-width: 0px;
  font-size: 18px;
  color: #0370af;
  padding: 10px 0px 10px 5px;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-zw-blue-top {
  border-width: 0px;
  font-size: 18px;
  color: #0370af;
  line-height: 1.2em;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-c3ow {
  border-color: inherit;
  background-color: #f2f2f2;
  text-align: left;
  vertical-align: top;
}

.tg .tg-bwtg {
  font-size: 32px;
  border-width: 0px;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.tg .tg-bwtg-grey {
  background-color: #f2f2f2;
  font-size: 32px;
  border-width: 0px;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.tg .tg-wert {
  border-width: 0px;
  font-size: 15px;
  color: black;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-wert-grey {
  background-color: #f2f2f2;
  border-width: 0px;
  font-size: 15px;
  color: black;
  padding: 5px 5px;
  text-align: center;
  vertical-align: middle;
}

.tg .tg-1-white {
  width: 32%;
  border-width: 0px;
  border-color: inherit;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-white-under {
  width: 30%;
  border-width: 0px;
  border-color: inherit;
  padding: 5px 0px 5px 0px;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-1-grey {
  width: 30%;
  border-width: 0px;
  background-color: #f2f2f2;
  padding: 5px 5px;
  text-align: left;
  vertical-align: middle;
}

.tg .tg-grey-under {
  width: 30%;
  border: none;
  background-color: #f2f2f2;
  padding: 5px 0px 5px 0px;
  text-align: left;
  vertical-align: middle;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid gray;
  box-sizing: border-box;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  margin-bottom: 4px;
}
.woocommerce ul.products li.product .ast-woo-shop-product-description, .woocommerce-page ul.products li.product .ast-woo-shop-product-description {
  font-size: 13px;
  line-height: 1.25;
}
.woocommerce ul.products li.product .price .amount, .woocommerce-page ul.products li.product .price .amount {
  font-size: 16px;
  color: #000;
}
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  margin-left: 15px;
  margin-right: 15px;
}
.woocommerce ul.products li.product .tt-loop-product__product-sheet, .woocommerce-page ul.products li.product .tt-loop-product__product-sheet {
  margin-top: 1em;
  text-align: right;
}
.woocommerce ul.products li.product .tt-loop-product__product-sheet, .woocommerce ul.products li.product .tt-loop-product__product-sheet a, .woocommerce-page ul.products li.product .tt-loop-product__product-sheet, .woocommerce-page ul.products li.product .tt-loop-product__product-sheet a {
  color: black;
  font-size: 13px;
  font-weight: bold;
}
.woocommerce ul.products li.product .tt-loop-product__extras, .woocommerce-page ul.products li.product .tt-loop-product__extras {
  margin-top: 20px;
  min-height: 72px;
  margin-bottom: 2px;
}
.woocommerce ul.products li.product .tt-loop-product__extras .product-status, .woocommerce-page ul.products li.product .tt-loop-product__extras .product-status {
  margin-bottom: 30px;
}
@media (min-width: 64em) {
  .woocommerce ul.products li.product .tt-loop-product__extras, .woocommerce-page ul.products li.product .tt-loop-product__extras {
    flex-wrap: nowrap;
  }
}
.woocommerce ul.products li.product .tt-loop-product__extras .button, .woocommerce-page ul.products li.product .tt-loop-product__extras .button {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .tt-loop-product__actions, .woocommerce-page ul.products li.product .tt-loop-product__actions {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 64em) {
  .woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
    width: 190px;
  }
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a::after, .woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap a::after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("assets/media/zoom-icon.png");
}
.woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .product-video__btn, .woocommerce-page ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .product-video__btn {
  border-radius: 5px;
  font-weight: 400;
}
.woocommerce ul.products li.product .product-video__btn.product-video__btn--icon, .woocommerce-page ul.products li.product .product-video__btn.product-video__btn--icon {
  margin-top: 0;
  font-size: 15px;
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .product-video__btn, .woocommerce-page ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .product-video__btn {
    display: flex;
    min-width: 110px;
    max-width: 100%;
    font-size: 13px;
    min-height: 24px;
    padding: 4px 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    margin-bottom: 0;
  }
}

.tt-loop-product--a ul.products li.product .tt-loop-product__info,
.woocommerce ul.products li.product.tt-loop-product--a .tt-loop-product__info,
.woocommerce-page ul.products li.product.tt-loop-product--a .tt-loop-product__info {
  flex-direction: column;
}
.tt-loop-product--a ul.products li.product .astra-shop-thumbnail-wrap, .tt-loop-product--a ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product.tt-loop-product--a .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product.tt-loop-product--a .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--a .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--a .astra-shop-summary-wrap {
  width: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 0;
}
.tt-loop-product--a ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product.tt-loop-product--a .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--a .astra-shop-summary-wrap {
  padding-top: 0;
}

.tt-loop-product--b ul.products li.product .tt-loop-product__info,
.woocommerce ul.products li.product.tt-loop-product--b .tt-loop-product__info,
.woocommerce-page ul.products li.product.tt-loop-product--b .tt-loop-product__info {
  flex-direction: row;
}
.tt-loop-product--b ul.products li.product .astra-shop-thumbnail-wrap, .tt-loop-product--b ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product.tt-loop-product--b .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product.tt-loop-product--b .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--b .astra-shop-thumbnail-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--b .astra-shop-summary-wrap {
  width: auto;
}
@media screen and (min-width: 1024px) {
  .tt-loop-product--b ul.products li.product .tt-loop-product__info .astra-shop-summary-wrap,
.woocommerce ul.products li.product.tt-loop-product--b .tt-loop-product__info .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product.tt-loop-product--b .tt-loop-product__info .astra-shop-summary-wrap {
    flex-basis: 300.2px;
    flex-shrink: 0;
  }
  .tt-loop-product--b ul.products li.product .tt-loop-product__extras, .tt-loop-product--b ul.products li.product .tt-loop-product__actions,
.woocommerce ul.products li.product.tt-loop-product--b .tt-loop-product__extras,
.woocommerce ul.products li.product.tt-loop-product--b .tt-loop-product__actions,
.woocommerce-page ul.products li.product.tt-loop-product--b .tt-loop-product__extras,
.woocommerce-page ul.products li.product.tt-loop-product--b .tt-loop-product__actions {
    width: 300.2px;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .tt-loop-product__cart-price-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tt-loop-product__info {
    display: flex;
    flex-direction: row;
  }
  .tt-loop-product__info .astra-shop-thumbnail-wrap {
    flex-grow: 1;
  }
  .tt-loop-product__info .astra-shop-summary-wrap {
    flex-basis: 190px;
    flex-shrink: 0;
  }
}
@media (max-width: 544px) {
  .woocommerce ul.products .button, .woocommerce-page ul.products .button {
    padding: 0.5em 0.75em;
  }
}
.woocommerce-cart-form .product-subtotal {
  text-align: right;
}

.cart_totals td {
  text-align: right;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 25%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  background-color: #f88e2a;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #faa85b;
}
.woocommerce .cart-collaterals .cart_totals th, .woocommerce-page .cart-collaterals .cart_totals th {
  padding-left: 2px;
}

.woocommerce-cart .cart-collaterals .cross-sells {
  width: calc(75% - 8px);
  padding-left: 8px;
  padding-right: 8px;
}
.woocommerce-cart .cart-collaterals .cross-sells > h2 {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  margin-bottom: 8px;
}
.woocommerce-cart .cart-collaterals .cross-sells .products .product {
  width: calc(25% - 8px);
  box-sizing: border-box;
  border: none;
  margin-right: auto;
  margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .cross-sells .woocommerce-loop-product__title {
  font-size: 12px !important;
}
.woocommerce-cart .cart-collaterals .cross-sells .tt-loop-product__extras {
  display: none;
}
.woocommerce-cart .cart-collaterals .cross-sells .tt-loop-product__info {
  flex-grow: 1;
  flex-basis: auto;
  flex-direction: column;
}
.woocommerce-cart .cart-collaterals .cross-sells .tt-loop-product__info .astra-shop-summary-wrap {
  flex-basis: auto;
  flex-grow: 1;
  width: auto;
}
.woocommerce-cart .cart-collaterals .cross-sells .tt-loop-product__info .astra-shop-summary-wrap .tt-loop-product__actions {
  margin-top: auto;
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells .astra-shop-thumbnail-wrap {
  flex-shrink: 0;
  flex-grow: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells .astra-shop-thumbnail-wrap img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}
.woocommerce-cart .cart-collaterals .cross-sells .ast-woo-shop-product-description {
  display: none;
}
.woocommerce-cart .cart-collaterals .cross-sells .tt-loop-product__cart-price-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.tt-cart-modal {
  display: none;
}

.tt-cart-modal.tt-cart-modal--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-cart-modal__wrapper {
  background-color: white;
  padding: 20px 40px 40px;
  position: relative;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.tt-cart-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  color: #555555;
  font-family: "Arial", "Helvetica", sans-serif !important;
  font-weight: 400;
  font-size: 36px !important;
}

.tt-cart-modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}

.tt-cart-modal__title.tt-cart-modal__title--upsell {
  font-size: 36px;
}

.tt-cart-modal-product {
  display: flex;
  width: 600px;
  width: clamp(300px, 600px, 100vw);
  max-width: 100%;
  margin-bottom: 20px;
}

.tt-cart-modal-product__img-wrapper {
  flex-basis: 165px;
  flex-grow: 0;
  margin-right: 10px;
}
.tt-cart-modal-product__img-wrapper img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: bottom;
}

.tt-cart-modal-product__details {
  padding: 10px;
}

.tt-cart-modal-product__title {
  font-size: 20px;
  color: #0370AF;
  margin-bottom: 9px;
}

.tt-cart-modal-product__product-sheet {
  margin-top: 1em;
  text-align: right;
}
.tt-cart-modal-product__product-sheet, .tt-cart-modal-product__product-sheet a {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

.tt-cart-modal-product__price {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.tt-cart-modal__actions {
  display: flex;
}
.tt-cart-modal__actions > * {
  width: auto;
  flex-grow: 1;
  text-align: center;
}
.tt-cart-modal__actions .button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
.tt-cart-modal__actions .button.tt-cart-modal__to-checkout {
  background-color: #f88e2a;
}
.tt-cart-modal__actions .button.tt-cart-modal__to-checkout:hover {
  background-color: #faa85b;
}
.tt-cart-modal__actions .button + .button {
  margin-left: 10px;
}

.tt-cart-modal.tt-cart-modal--upsell .button.tt-cart-modal__continue-shopping, .tt-cart-modal.tt-cart-modal--upsell .button.tt-cart-modal__continue-shopping:hover {
  background: none;
  border: none;
  color: #0370AF;
  text-decoration: underline;
  box-shadow: none !important;
}

.woocommerce-page.woocommerce-checkout #customer_details .woocommerce-billing-fields h3,
.wc_payment_method > label {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  border: none;
  color: #0A4386;
}

#order_payment_heading {
  display: none !important;
}

#payment {
  margin-top: 20px;
}

.woocommerce .checkbox-legal .woocommerce-form__label-for-checkbox {
  display: flex !important;
  line-height: 1.5 !important;
  align-items: flex-start;
}
.woocommerce .checkbox-legal .woocommerce-form__label-for-checkbox input {
  vertical-align: baseline;
  margin: 4px 4px 0 0;
}

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 10px !important;
}

.wc-gzd-checkbox-placeholder-legal .legal {
  margin-bottom: 20px !important;
}

.woocommerce-page.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review {
  border-right: none;
  border-bottom: none;
}

.woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .shipping td, .woocommerce-checkout-review-order-table .tax-rate td, .woocommerce-checkout-review-order-table .order-total td {
  text-align: right;
}

#place_order.button {
  background-color: #f88e2a;
  border-color: #f88e2a;
}
#place_order.button:hover, #place_order.button:focus {
  background-color: #faa85b;
  border-color: #faa85b;
}

.elementor-widget-text-editor ul {
  padding: 0 0 0 5px;
  margin-left: 15px;
}
.elementor-widget-text-editor ul > li {
  line-height: 1.2em;
  list-style-image: url("assets/media/list-image.png");
  margin-bottom: 15px;
}

.elementor-menu-cart__product-price.product-price {
  color: #000;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__container .elementor-button--checkout {
  display: flex;
  align-items: center;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__container .elementor-menu-cart__footer-buttons .elementor-button {
  padding-left: 6px !important;
  padding-right: 6px !important;
  font-size: 15px;
}

.cart-subtotal {
	display:none;
}


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