/* 
Theme Name: JN Pack 2024
Author URI: https://scharmach.pl/
Description: Custom theme for JN Pack
Author: Scharmach Consulting
Author URI: https://scharmach.pl/
Template: hello-elementor
Version: 1.0.3
Text Domain: hello-elementor
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.dosen-blue {
  color: #27D8FF;
}

.dosen-big-blue-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dosen-big-blue-btn .elementor-button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-procent {
  width: 49px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #27D8FF;
  font-family: "Satoshi";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 9.5%;
  color: #FFFFFF;
  opacity: 0;
}

.promo-procent-active {
  opacity: 1;
}

.elementor-button,
.add_to_cart_button {
  transition: all 500ms;
}
.elementor-button:hover,
.add_to_cart_button:hover {
  transform: scale(1.05);
}

.price bdi {
  color: #2F2F2F;
}

.dosen-black-bar .dosen-fb-ico svg,
.dosen-black-bar .dosen-instagram-ico svg {
  margin-top: 5px;
}

.dose-login-ico svg {
  margin-top: 6px;
}

.dosen-cart-header .elementor-button-icon-qty {
  top: 20px !important;
  right: auto !important;
  left: -10px !important;
  border-radius: 0px !important;
}

.added_to_cart {
  display: none !important;
}

.dosen-hp-hero-carusel .dosen-blue-container {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5) !important;
}
.dosen-hp-hero-carusel .swiper-pagination {
  top: auto !important;
  bottom: 105px !important;
  width: 1121px !important;
  display: flex !important;
  justify-content: flex-start !important;
  transition: all 500ms;
}
.dosen-hp-hero-carusel .swiper-pagination .swiper-pagination-bullet {
  background-color: #F2F2F2 !important;
  border-radius: 0px !important;
  width: 12px;
  height: 3px;
  opacity: 1 !important;
  margin-left: 2px !important;
  margin-right: 2px !important;
}
.dosen-hp-hero-carusel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #27D8FF !important;
  width: 23px;
  transition: all 500ms;
}

.dosen-loop-one .dosen-price-in-loop .elementor-widget-container .price {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}
.dosen-loop-one .dosen-price-in-loop .elementor-widget-container .price del {
  text-decoration: none !important;
  opacity: 1 !important;
  margin-top: -10px;
}
.dosen-loop-one .dosen-price-in-loop .elementor-widget-container .price del bdi {
  font-family: "Satoshi" !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  text-decoration: line-through !important;
  color: #C1C1C1 !important;
  opacity: 1;
}
.dosen-loop-one .dosen-price-in-loop .elementor-widget-container .price ins {
  text-decoration: none !important;
}
.dosen-loop-one .dosen-price-in-loop .elementor-widget-container .price ins bdi {
  font-family: "Satoshi" !important;
  font-weight: 900 !important;
  font-size: 18px !important;
  text-decoration: none !important;
  color: #1E1E1E !important;
}
.dosen-loop-one .dosen-add-to-cart-small .add_to_cart_button {
  width: 124px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dosen-loop-one .dosen-add-to-cart-small a::after {
  display: none;
}

.dosen-product-loop-two .dosen-prod-title {
  height: 70px;
  overflow: hidden;
}
.dosen-product-loop-two .dosen-prod-price .price {
  display: flex;
  flex-direction: column-reverse;
}
.dosen-product-loop-two .dosen-add-to-cart-btn .add_to_cart_button {
  width: 108px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dosen-product-loop-two .dosen-add-to-cart-btn a::after {
  display: none;
}

.dosen-three-icons .elementor-icon-box-title span {
  display: block;
  height: 49px;
}

.dosen-newsletter-form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  border: 1px solid #1E1E1E;
  border-radius: 10px;
  overflow: hidden;
}
.dosen-newsletter-form .elementor-form-fields-wrapper input {
  border: none;
}
.dosen-newsletter-form .elementor-form-fields-wrapper button {
  border-radius: 0px;
}
.dosen-newsletter-form .elementor-form-fields-wrapper button:hover {
  transform: scale(1) !important;
}
.dosen-newsletter-form .tnp-subscription {
  margin: 0 !important;
  max-width: none !important;
}
.dosen-newsletter-form .tnp-subscription form {
  display: grid;
  grid-template-columns: 70% 30%;
  border: 1px solid #1E1E1E;
  border-radius: 10px;
  overflow: hidden;
  max-height: 42px;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-email {
  grid-column: 1/2;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-email label {
  display: none;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-email input {
  display: flex !important;
  align-items: center !important;
  padding: 0 13px !important;
  min-height: 42px !important;
  background-color: #ffffff !important;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-email input::-moz-placeholder {
  font-size: 12px !important;
  color: rgba(30, 30, 30, 0.5019607843) !important;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-email input::placeholder {
  font-size: 12px !important;
  color: rgba(30, 30, 30, 0.5019607843) !important;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-button {
  grid-column: 2/3;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-button input {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #1E1E1E !important;
  font-family: "Satoshi", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 0;
  min-height: 42px;
}
.dosen-newsletter-form .tnp-subscription form .tnp-field-button input:hover {
  color: #27D8FF;
}

.dosen-telefon a,
.dosen-email a {
  transition: all 500ms;
}
.dosen-telefon a:hover,
.dosen-email a:hover {
  color: #27D8FF !important;
}

.dosen-contact-form .elementor-field-type-html {
  padding-left: 18px !important;
}
.dosen-contact-form .elementor-field-type-textarea textarea {
  border: 1px solid #4F4F4F !important;
  border-radius: 10px !important;
}
.dosen-contact-form .elementor-button {
  width: 191px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto !important;
  border-radius: 12px !important;
}
.dosen-contact-form .elementor-button svg path {
  fill: transparent !important;
}

.dosen-paletten-form .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 32% 18% 50%;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(1) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(2) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(3) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(4) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(5) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(6) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(7) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(8) {
  grid-column: 1/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(9) {
  grid-column: 1/2;
  display: flex;
  align-items: center;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(10) {
  grid-column: 2/3;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(10) .elementor-field {
  border: 2px solid #4F4F4F;
  border-radius: 10px;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(10) select {
  border: none !important;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(11) {
  grid-column: 3/4;
  grid-row: 1/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 65px;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(11) .dosen-thin-text {
  font-family: "Satoshi" !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #8F8F8F !important;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(12) {
  grid-column: 3/4;
  grid-row: 2/8;
  padding-left: 50px;
  margin-top: -55px;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(12) textarea {
  border: 1px solid #4F4F4F !important;
  border-radius: 10px !important;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(13) {
  grid-column: 3/4;
  grid-row: 8/10;
  padding-left: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(13) .elementor-button {
  width: 390px !important;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto !important;
}
.dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(13) .elementor-button svg path {
  fill: transparent !important;
}

.dosen-loop-one .elementor-heading-title {
  height: 46px;
}

.dosen-pp-product-images .flex-viewport {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  height: 536px !important;
}
.dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image {
  height: 536px;
}
.dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image a img {
  height: 536px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.dosen-pp-product-images .flex-control-nav li img {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0784313725) !important;
}

.dosen-pp-right .dosen-prod-info {
  height: 1px;
  opacity: 0;
}
.dosen-pp-right .pp-product-price .price {
  display: flex;
  flex-direction: column-reverse;
}
.dosen-pp-right .pp-product-price .price ins {
  text-decoration: none !important;
}
.dosen-pp-right .pp-product-price .price ins bdi {
  text-decoration: none !important;
}
.dosen-pp-right .pp-product-price .price del {
  text-decoration: none !important;
  margin-top: -36px;
}
.dosen-pp-right .pp-product-price .price del bdi {
  text-decoration: line-through !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.dosen-pp-right .price-for-one {
  color: #8F8F8F;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 400;
  padding-top: 24px;
  padding-left: 10px;
}
.dosen-pp-right .iworks-omnibus {
  font-family: "Satoshi";
  font-weight: 400;
  font-size: 12px;
  color: #8F8F8F;
}
.dosen-pp-right .pp-der-preis {
  margin-top: -22px;
}
.dosen-pp-right .pp-lieferung {
  margin-top: -11px;
}
.dosen-pp-right .dosen-qty-text {
  padding-left: 5px;
  font-family: "Satoshi";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.dosen-pp-right .stock {
  opacity: 0;
  height: 1px;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div {
  width: 286px;
  height: 40px;
  border: 1px solid #2F2F2F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  overflow: hidden;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div .plus,
.dosen-pp-right .pp-add-to-cart .dosen-qty-div .minus {
  font-family: "Satoshi";
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  background-color: #2F2F2F;
  width: 59px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div .plus {
  margin-right: -2px;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
  font-family: "Satoshi";
  font-weight: 900;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div input:focus-visible {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
}
.dosen-pp-right .pp-add-to-cart .dosen-qty-div input:hover {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border: none !important;
}
.dosen-pp-right .pp-add-to-cart button {
  width: 286px;
  height: 40px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 500ms;
}
.dosen-pp-right .pp-add-to-cart button:hover {
  transform: scale(1.05);
}

.pp-promo-procent {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi";
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-align: center;
  background-color: #27D8FF;
  border-radius: 5px;
  color: #FFFFFF;
  opacity: 0;
}

.pp-promo-procent-active {
  opacity: 1;
}

#e-n-tabs-title-1603 svg {
  width: 24px !important;
}

.dosen-versand-info a {
  color: #1E1E1E !important;
  text-decoration: underline !important;
}

.shipping-cost-shortcode .dosen-koszt-dostawy {
  font-family: "Hauora", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.shipping-cost-shortcode-bis .dosen-koszt-dostawy {
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.wp-block-woocommerce-filled-cart-block {
  width: 1121px;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart-item__wrap .wc-block-components-product-name {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  font-family: "Satoshi";
}
.wp-block-woocommerce-filled-cart-block .wc-block-components-product-price__value {
  font-size: 18px;
  font-weight: 900;
  font-family: "Satoshi";
}
.wp-block-woocommerce-filled-cart-block .wc-block-components-sale-badge {
  background-color: #27D8FF;
  border: none !important;
}
.wp-block-woocommerce-filled-cart-block .wc-block-components-quantity-selector__button {
  background-color: #000000 !important;
  color: #F2F2F2 !important;
}

.wp-block-woocommerce-cart-totals-block a {
  color: #27D8FF;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container {
  background-color: #27D8FF;
  color: #F2F2F2 !important;
  text-decoration: none;
  font-family: "Satoshi";
  font-size: 24px;
  font-weight: 900;
  border-radius: 10px;
  transition: all 500ms;
  outline: none !important;
  height: 75px !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container a,
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container button {
  color: #F2F2F2 !important;
  text-decoration: none !important;
  transition: all 500ms;
  height: 100% !important;
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
  font-family: "Satoshi" !important;
  font-size: 24px !important;
  font-weight: 900 !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container a:focus,
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container button:focus {
  outline: none !important;
  color: #F2F2F2 !important;
  background-color: #27D8FF !important;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container:hover {
  transform: scale(1.05);
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container:hover a {
  color: #1E1E1E;
}
.wp-block-woocommerce-cart-totals-block .wc-block-cart__submit-container:focus-visible {
  outline: none !important;
}

.page-id-13 .page-header .entry-title {
  width: 1121px;
}
.page-id-13 .page-content {
  overflow-x: hidden !important;
}

.page-id-14 .page-header .entry-title {
  width: 1121px;
}
.page-id-14 .page-content {
  overflow-x: hidden !important;
}

.wc-block-checkout {
  width: 1121px;
}
.wc-block-checkout a {
  color: #27D8FF;
}

.wc-block-components-checkout-return-to-cart-button {
  color: #1E1E1E !important;
  font-weight: 700 !important;
}

.wc-block-components-checkout-place-order-button {
  background-color: #27D8FF !important;
  color: #F2F2F2 !important;
  font-weight: 700;
  border: none !important;
  border-radius: 10px;
  transition: all 500ms !important;
}
.wc-block-components-checkout-place-order-button:hover {
  transform: scale(1.05);
}

.page-id-15 .page-header .entry-title {
  width: 1121px;
}
.page-id-15 .page-content {
  overflow-x: hidden !important;
  width: 1121px;
}
.page-id-15 .page-content a {
  color: #27D8FF;
}
.page-id-15 .woocommerce-form-login {
  min-height: 343px;
}

.dosen-footer-main a {
  transition: all 500ms;
}
.dosen-footer-main a:hover {
  color: #27D8FF !important;
}
.dosen-footer-main .dosen-footer-last-col a {
  transition: all 500ms;
}
.dosen-footer-main .dosen-footer-last-col a:hover {
  color: #27D8FF !important;
}

.dosen-footer-bottom-bar a {
  transition: all 500ms;
}
.dosen-footer-bottom-bar a:hover {
  color: #27D8FF !important;
}

.blog h1 {
  display: none !important;
}

@media (max-width: 1024px) {
  .page-id-13 .page-header .entry-title {
    width: 100vw;
    margin-inline-start: 40px !important;
  }
  .wp-block-woocommerce-filled-cart-block {
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
  }
  .wc-block-checkout {
    width: 100%;
  }
  .page-id-15 .page-header,
  .page-id-15 .page-content {
    width: 100%;
  }
  .dosen-pp-product-images .flex-viewport {
    height: 390px !important;
  }
  .dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image {
    height: 390px;
  }
  .dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image a img {
    height: 390px !important;
  }
  .dosen-pp-right .pp-add-to-cart .cart {
    flex-direction: column;
  }
  .dosen-pp-right .pp-add-to-cart .cart button {
    margin-left: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .dosen-big-blue-btn {
    height: auto;
  }
  .dosen-big-blue-btn .elementor-button {
    height: 24px;
  }
  .dosen-big-blue-btn svg {
    width: 16px !important;
    margin-top: -1px;
  }
  .dosen-newsletter-form .elementor-form-fields-wrapper {
    grid-template-columns: 60% 40%;
  }
  .dosen-contact-form .elementor-button {
    width: 119px;
    height: 36px;
  }
  .dosen-contact-form .elementor-button .elementor-align-icon-right {
    margin-left: 10px !important;
  }
  .dosen-paletten-form .elementor-form-fields-wrapper {
    display: flex;
  }
  .dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(11) {
    padding-left: 0px;
  }
  .dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(11) .dosen-thin-text {
    font-size: 14px;
  }
  .dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(12) {
    padding-left: 0px;
    margin-top: -18px;
  }
  .dosen-paletten-form .elementor-form-fields-wrapper .elementor-field-group:nth-child(13) {
    padding-left: 0px;
  }
  .dosen-prod-archive .dosen-product-container .elementor-heading-title {
    height: 37px;
  }
  .dosen-prod-archive .dosen-product-container .dosen-price-in-loop {
    height: 40px;
  }
  .pp-promo-procent {
    font-size: 16px;
    width: 70px;
    height: 30px;
  }
  .dosen-pp-price-container {
    position: relative;
    width: 100%;
  }
  .dosen-pp-price-container .pp-product-price {
    width: 100%;
  }
  .dosen-pp-price-container .pp-product-price .price del bdi {
    font-size: 14px !important;
  }
  .dosen-pp-price-container .pp-product-price .price ins bdi {
    font-size: 30px !important;
  }
  .dosen-pp-price-container .price-for-one {
    position: absolute;
    top: 27px;
    right: 0;
    padding-top: 0;
    padding-left: 0;
    width: 137px;
    font-size: 14px;
  }
  .dosen-pp-right .pp-der-preis {
    margin-top: -15px;
  }
  .dosen-pp-right .pp-der-preis .elementor-heading-title {
    display: inline-block;
    line-height: 12px;
  }
  .dosen-pp-right .pp-lieferung {
    margin-top: -5px;
  }
  .dosen-pp-right .pp-lieferung .elementor-heading-title {
    display: inline-block;
    line-height: 12px;
  }
  .dosen-pp-right .pp-add-to-cart .dosen-qty-div {
    width: 200px;
  }
  .dosen-pp-right .pp-add-to-cart button {
    width: 100%;
    margin-top: 15px !important;
  }
  .page-id-13 .page-header {
    overflow-x: hidden;
  }
  .page-id-13 .page-header .entry-title {
    margin-inline-start: 20px !important;
    font-size: 30px;
  }
  .wp-block-woocommerce-filled-cart-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-block-woocommerce-filled-cart-block .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 14px;
  }
  .wc-block-components-notice-snackbar-list {
    display: none;
  }
  .page-id-14 .site-main {
    overflow-x: hidden;
  }
  .page-id-14 .page-header .entry-title {
    font-size: 30px;
  }
  .page-id-15 .site-main {
    overflow-x: hidden;
  }
  .page-id-15 .page-header .entry-title {
    font-size: 30px;
  }
  .page-id-15 h2 {
    font-size: 24px !important;
  }
  .page-id-360 .page-header .entry-title,
  .page-id-364 .page-header .entry-title,
  .page-id-358 .page-header .entry-title,
  .page-id-362 .page-header .entry-title,
  .page-id-525 .page-header .entry-title {
    font-size: 30px;
  }
  .dosen-pp-product-images .flex-viewport {
    height: 320px !important;
  }
  .dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image {
    height: 320px;
  }
  .dosen-pp-product-images .flex-viewport .woocommerce-product-gallery__image a img {
    height: 320px !important;
  }
  .dosen-loop-one .elementor-heading-title {
    height: 35px;
  }
  .dosen-newsletter-form .tnp-subscription form .tnp-field-button input {
    font-size: 14px !important;
  }
  .dosen-pp-right .pp-add-to-cart .cart button {
    width: 200px;
  }
  .versand-kosten-table {
    display: block;
    width: 100%;
    overflow-x: scroll;
  }
  .versand-kosten-table tbody {
    display: table;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */