/*
Theme Name:   Storefront child
Author:       Oleksandr Nazaruk
Author URI:   https://www.upwork.com/fl/nazaruk
Description:  Storefront child theme for baushop
Version:      0.0.1
Tested up to: 5.7.1
Requires PHP: 5.6.0
Text Domain:  baushop
Template: storefront
*/
a,
input,
textarea,
button {
  outline: none !important;
}
#masthead {
  background-color: #fc6d2e !important;
  padding-top: 1em !important;
}
header a {
  color: white !important;
}
header > .col-full {
  display: flex;
  align-items: center;
}
.entry-header .entry-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
  color: #fe5004;
}
@media (min-width: 768px) {
  .site-header-cart .cart-contents {
    padding: 0.69em 0.5em;
    margin-top: 30px;
  }
  .woocommerce-active .site-header .site-search {
    width: auto !important;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0 !important;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    display: flex;
    justify-content: center;
    transform: translate(0, 1px);
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.8em 1em 0.8em 1em;
  }
  .storefront-secondary-navigation.woocommerce-active
    .site-header
    .site-branding {
    height: 72px;
  }
  .woocommerce-active .site-header .site-search {
    margin-bottom: 0;
  }
  .main-navigation ul.menu > li > a::after,
  .main-navigation ul.nav-menu > li > a::after {
    content: none !important;
  }
  .site-header-cart:hover .widget_shopping_cart {
    width: 300px;
    transform: translate(-50%, 0);
    border-radius: 2px;
    overflow: hidden;
    padding: 0 20px;
    background: white;
    outline: 2px solid #fc6d2e;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    right: 10px;
    left: auto;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
    color: transparent !important;
  }
  .site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-left: 0;
    max-width: 4.617924em;
  }
  .site-header .product_list_widget li .quantity {
    color: #747373 !important;
    position: absolute;
    top: 3.5em;
    left: calc(5.617924em + 16px);
  }
  .site-header-cart .widget_shopping_cart .buttons a.button:first-child {
    color: #333 !important;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    color: #fe5004 !important;
  }
  .main-navigation ul.menu li.focus {
    position: initial;
  }
  .main-navigation ul.menu li:hover:not(.focus) ul,
  .main-navigation ul.nav-menu li:hover:not(.focus) ul {
    display: none;
  }
  .main-navigation ul.menu li.focus ul,
  .main-navigation ul.nav-menu li.focus ul {
    background: white;
    margin-top: 1px;
    max-width: 929px;
    width: 100%;
    outline: 2px solid #fc6d2e;
    position: absolute;
    left: 50% !important;

    transform: translate(-50%, 0);
    min-height: 432px;
  }
  #menu-primary-menu > li.focus {
    background: white;
  }
  #menu-primary-menu > li.focus a {
    color: #fe5004 !important;
  }
  .main-navigation ul.nav-menu li.focus ul li {
    background: white !important;
  }
  .main-navigation ul.nav-menu li.focus ul li a {
    opacity: 1;
    color: hsla(18, 99%, 51%, 0.7) !important;
    text-transform: uppercase;
    font-weight: 600;
    width: auto;
    background: white !important;
  }
  .main-navigation ul.nav-menu li ul li:hover a {
    color: hsla(18, 99%, 51%, 1) !important;
    border-bottom: 2px solid hsla(18, 99%, 51%, 1);
  }
  .main-navigation ul.nav-menu li ul li a {
    height: 24.48px;
    display: inline-block;
    padding: 0;
    margin: 0.875em 1.41575em;
  }
  .main-navigation ul.nav-menu li ul li svg {
    height: 24.48px;
    padding-left: 4px;
    width: 18px;
    position: absolute;
  }
  .main-navigation ul.nav-menu li ul li:hover svg {
    /* padding-bottom: 7px; */
    border-bottom: 2px solid hsla(18, 99%, 51%, 1);
  }
  .main-navigation ul.menu ul li:hover a::after,
  .main-navigation ul.nav-menu ul li:hover a::after {
    content: " ";
  }
}
.site-search .widget_product_search form input[type="search"] {
  background-color: transparent;
  color: white;
  box-shadow: none;
  border: 1px solid white;
  outline: none;
  width: auto;
  padding: 1em 10em 1em 3.69em !important;
  border-radius: 3em;
}
#commentform {
  padding-left: 2px;
}
.site-search .widget_product_search form input[type="search"]::placeholder,
.widget_product_search form:before {
  color: white;
}

.site-header-cart .cart-contents {
  position: relative;
}
.site-header-cart .cart-contents:after {
  content: "\f07a";
  position: absolute;
  left: 0.4em;
  top: 10px;
}
.site-header-cart .cart-contents .count {
  position: absolute;
  left: 1.6em;
  top: -1px;
}
.site-header-cart .cart-contents .amount {
  margin-left: 2em;
}
.site-header-cart .cart-contents .count,
.site-header-cart .cart-contents .amount {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  opacity: 1;
}
.woocommerce-active .site-header .site-header-cart {
  display: table;
  margin-left: 32px;
  padding-bottom: 30px;
}
.storefront-secondary-navigation.woocommerce-active
  .site-header
  .secondary-navigation {
  width: 39%;
}
.site-search .widget_product_search form:before {
  top: 0.8em;
  font-size: 1.4em;
}
.site-header-cart .widget_shopping_cart .product_list_widget img {
  float: left;
}
.site-header-cart .widget_shopping_cart .buttons,
.site-header-cart .widget_shopping_cart .total,
.site-header .widget_shopping_cart li {
  background-color: white;
}
.product_list_widget li > a {
  color: #404040 !important;
  line-height: 3em;
  text-indent: 10px;
}

ul.sub-menu li {
  position: initial;
}
.main-navigation ul.nav-menu li.focus ul li a {
  z-index: 0;
}
ul.sub-menu li a {
  z-index: 99;
}
ul.sub-menu li a img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  /* display: none; */
  height: 100%;
  width: 320px;
  object-fit: cover;
}
ul.sub-menu li a img {
  display: block;
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header,
.page-template-template-homepage #content .col-full {
  max-width: initial;
  padding: 0 !important;
  margin: 0;
}
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}
.page-template-template-homepage .entry-header {
  display: none;
}

.home .hero {
  position: relative;
  display: grid;
  place-content: center;
}
.home .hero .bg {
  top: 0;
  z-index: -1;
  height: 100%;
}
.home .hero .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 400px;
}
.home .hero h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 7px #787878;
  max-width: 35ch;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}

.category_slider h2 {
  color: #fe5004;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 160px;
  margin-bottom: 40px;
}
.category_slider {
  position: relative;
}
.category_slider .arrows {
  position: absolute;
  z-index: 999999;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px;
}
.category_slider .arrows * {
  cursor: pointer;
}
.category_slider .arrows .right {
  transform: rotate(180deg);
}
.category_slider .slider {
  display: grid;
  grid-gap: 50px;
  margin: 0 15px;
}
.category_slider .slider .slide {
  margin: 0 25px;
  position: relative;
}
.category_slider .slider div div:nth-child(odd) .slide::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #fc6d2e;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  bottom: 0;
  right: 0;
  z-index: 0;
}
.category_slider .slider .slide .content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  background: #f6f6f6;
  height: 500px;
}
.category_slider .slider .slide .content .right {
  display: grid;
  place-content: center;
}
.category_slider .slider .slide .content .left {
  padding: 87px 0 87px 110px;
  position: relative;
}
.category_slider .slider .slide .content img {
  width: 100%;
  z-index: 99;
}
.category_slider .slider .slide .content .left .type {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.category_slider .slider .slide .content .left .name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fe5004;
  text-transform: uppercase;
  padding: 10px 0 20px 0;
}
.category_slider .slider .slide .content .left .description {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  color: #404040;
}
.category_slider .slider .slide .content .left .readmore {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: #fe5004;
  position: absolute;
  bottom: 87px;
}
@media all and (max-width: 1500px) {
  .category_slider .slider .slide .content .left {
    padding: 40px 0 40px 30px;
  }
  .category_slider .slider .slide .content .left .readmore {
    bottom: 40px;
  }
}
@media all and (max-width: 1200px) {
  .category_slider .slider .slide {
    margin: 0;
  }
}
.home .contact {
  height: 500px;
  position: relative;
  margin: 160px 0 80px 0;
  perspective: 1px;
}
.home .contact .bg {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
}
.home .contact .bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home .contact .content {
  z-index: 999;
  color: #404040;
  padding: 151px 361px;
  transform: translateZ(0);
}
.home .contact .content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
}
.home .contact .content p {
  max-width: 500px;
}
.home .contact .content .button {
  margin-top: 30px;
  background: #fe5004;
  padding: 13px 120px;
}
@media all and (max-width: 1200px) {
  .home .contact .content {
    padding: 50px 80px;
  }
}
@media all and (max-width: 600px) {
  .home .contact {
    height: 350px;
  }
  .home .contact .content {
    padding: 30px 50px;
  }
  .home .contact .content .button {
    width: 100%;
    padding: 13px 0;
    text-align: center;
  }
}
.child_products {
  margin-bottom: 80px;
}
.child_products ul.products,
.child_products ul.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  padding: 0 40px;
}
.child_products ul.products li,
.child_products ul.wc-block-grid__products li {
  max-width: initial !important;
  background: #f9f9f9;
}
.child_products ul li a {
  display: block;
}
.child_products ul.products li:hover,
.child_products ul.wc-block-grid__products li:hover {
  /* border: 2px solid #fe5004; */
  outline: 2px solid #fe5004;
}
.child_products ul.products li img,
.child_products ul.wc-block-grid__products li img {
  max-width: 230px;
  max-height: 230px;
  object-fit: contain;
  margin-top: 54px !important;
}
.child_products .wc-block-grid__product {
  padding-bottom: 20px;
}
.child_products .wc-block-grid__product .wc-block-grid__product-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: #404040;
  text-transform: uppercase;
}
.child_products .wc-block-grid__product .price {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.child_products .wc-block-grid__product .price::after,
.child_products .products .price::after,
.child_products .summary .price::after,
td.product-total::after,
.cart-subtotal td::after,
.order-total td::after {
  content: "Inkl. MwSt. / inkl. vRG" !important;
  display: block !important;
  color: #747373;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.child_products .wp-block-button.wc-block-grid__product-add-to-cart {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.child_products .wp-block-button .wp-block-button__link,
.child_products .add_to_cart_button {
  pointer-events: none;
  display: block !important;
  color: transparent !important;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  outline: none !important;
}
.child_products .wp-block-button .wp-block-button__link::before,
.child_products .add_to_cart_button::before {
  pointer-events: all;
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  left: 50%;
  left: 50%;
  transform: translate(-50%, -5px);
  background-image: url(/wp-content/uploads/2021/04/add-to-cart.svg);
}
.child_products .wc-block-grid__product .wc-block-grid__product-onsale,
.child_products .onsale {
  position: absolute;
  top: 0;
  right: -8px;
  background: #f02a2a;
  color: white !important;
  border-radius: 0;
  border: 0;
  padding: 8px 35px;
}
.child_products .wc-block-grid__product .wp-block-button__link.loading {
  position: absolute;
}
.child_products .wc-block-grid__product .wp-block-button__link.added {
  bottom: -40px;
}
@media (max-width: 1064px) {
  .child_products ul.products {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .child_products ul.products {
    grid-template-columns: 1fr;
  }
}

.gallery {
  margin-bottom: 0;
  background: #404040;
}
.gallery ul {
  margin-left: 0;
  padding: 120px 0;
  display: grid;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  align-items: center;
  grid-gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
}
#colophon .col-full {
  max-width: 1300px;
}
.gallery ul li img {
  margin: 0 auto;
}
.home .site-main,
.home .content-area {
  margin-bottom: 0;
}
.site-footer {
  background: #fc6d2e;
  color: white;
}
.site-footer a {
  color: white;
  line-height: 2em;
}
.site-info {
  display: none;
}
footer .widget .widget-title,
footer .widget .widgettitle {
  font-family: Source Sans Pro;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.03em;
  border-bottom: 0 !important;
  padding-bottom: 0;
  color: white !important;
}
footer img {
  max-width: 100px;
}
.footer-widgets {
  border-bottom: 0;
  padding-top: 1em;
}
footer a {
  text-decoration: none !important;
}
footer .widget {
  margin-bottom: 0;
}
.site-footer {
  padding-bottom: 1em;
}
table.cart .product-thumbnail img {
  height: 121px;
    max-width: 6rem;
    object-fit: contain;
}
table.cart th {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  color: #747373;
}
.page-template-template-fullwidth-php table.cart thead {
  border-bottom: 1px solid hsla(0, 0%, 45%, 0.4);
}
table.cart {
  border-collapse: collapse;
}
table.cart th {
  padding-bottom: 0.5em;
}
.hentry .entry-content a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
}
table.cart .cart_sku {
  font-family: Source Sans Pro;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
.quantity .qty {
  background: white;
  font-size: 16px;
  box-shadow: none;
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  appearance: none;
  text-overflow: "";
  text-indent: 0.1px;
  outline: none !important;
  width: 3em;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield !important;
  appearance: none;
  margin: 0;
}
.quantity .qty_button {
  background: #404040;
  color: white;
  border-radius: 2px;
  padding: 15px 11px;
  line-height: 0;
  outline: none;
  display: inline-block !important;
}
.cart .cart_item .woocommerce-Price-amount bdi {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  color: #404040;
}
.cart .taxes {
  color: #747373;
}
.cart .woocommerce-cart-form__cart-item {
  border-bottom: 1px solid hsla(0, 0%, 45%, 0.4);
}
.cart td {
  vertical-align: middle;
}
.site-footer {
  position: relative;
}
.site-footer::after {
  content: "";
  width: 392px;
  height: 191px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/wp-content/uploads/2021/04/logo-2.png);
}
table.cart .button {
  background: #fe5004;
}
table.cart td.actions input {
  background: white;
  box-shadow: none;
  border: 1px solid #747373;
  box-sizing: border-box;
  border-radius: 2px 0px 0px 2px;
  margin-right: -3px;
  padding: 0.55em 0.6180469716em;
}
.cart_totals table {
  border-collapse: collapse;
}
.cart_totals tr {
  border-bottom: 1px solid hsla(0, 0%, 45%, 0.4);
}
.cart_totals tr.order-total {
  border-bottom: 0;
}
.wc-proceed-to-checkout .button.checkout-button.wc-forward {
  background: #fe5004;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
}
.cart_totals .wc-forward:after {
  display: none;
}
.product-categories a {
  text-decoration: none !important;
}
.widget_product_categories ul li:before {
  color: transparent;
  background: url(/wp-content/uploads/2021/04/Rectangle-94.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-y: 2px !important;
  opacity: 1 !important;
}

.widget_product_categories ul li.current-cat:before {
  background: url(/wp-content/uploads/2021/04/Group-263.svg);
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
  border-color: #fe5004;
  background: white;
  margin-top: -2.5px;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
  background: #fe5004;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 1px;
}
.woof_price_search_container .price_slider_amount .price_label {
  color: transparent;
  font-size: 16px;
  margin-left: -2.3em;
}
.woof_price_search_container .price_slider_amount .price_label .from,
.woof_price_search_container .price_slider_amount .price_label .to {
  color: #fe5004;
}
.woof_price_search_container .price_slider_amount .price_label .to {
  margin-left: -1em;
}
.woof_price_search_container .price_slider_amount .price_label .to::before {
  content: " - ";
}
button.button.woof_reset_search_form {
  display: none;
}
.woocommerce-products-header .term-description {
  display: none;
}
.archive.tax-product_cat .col-full {
  position: relative;
  padding-top: 1.5em;
}
.archive.tax-product_cat .col-full h1.woocommerce-products-header__title {
  position: absolute;
  top: -1.5em;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #fe5004;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  .woocommerce-ordering {
    right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .gallery ul li img {
    transform: scale(0.8);
  }
  .home .contact .content {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .home .contact .content p {
    display: none;
  }
  .home .contact .content .button {
    position: absolute;
    bottom: 50px;
    display: inline-block;
    width: 73vw;
  }
  .category_slider h2 {
    margin-top: 70px;
  }
}
.tax-product_cat .child_products .add_to_cart_button.added::before {
  top: 50px;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce-ordering {
  float: right;
  right: -24px;
}
#woof_results_by_ajax .storefront-sorting:nth-child(3) {
  display: none;
}
.child_products .storefront-sorting:nth-child(4) {
  display: none;
}
.storefront-sorting select {
  border: 0;
  background-color: #fff;
  padding: 10px 0;
  outline: none;
  color: #747373;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url(/wp-content/uploads/2021/04/Vector-11.svg) no-repeat
    center right;
  padding-right: 20px;
  text-align: right;
}
.post-type-archive-product .col-full {
  padding-right: 0;
}
.post-type-archive-product .content-area {
}
.archive.woocommerce .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  color: #000;
  border-bottom: 0;
}
.child_products ul.products:before {
  display: none;
}

.child_products ul.products.products.columns-3 li.product {
  width: 100%;
}
.archive .child_products ul.products li img {
  margin-top: 0 !important;
}
.archive .child_products ul.products.products.columns-3 li.product {
  padding-bottom: 30px;
}
.child_products .onsale {
  right: 0;
}
.single-product #secondary {
  display: none;
}
.single-product .content-area {
  width: 100%;
}
.page-id-29 h2 {
  font-size: 20px !important;
}
.hentry .entry-content a {
  font-size: inherit;
  font-weight: inherit;
}
.page-id-29 #content input:not([type="radio"]),
.page-id-29 #content textarea,
.contact-new input:not([type="radio"]),
.contact-new textarea {
  background: white !important;
  border: 1px solid #404040;
  box-sizing: border-box;
  border-radius: 5px;
  color: #404040;
  outline: none !important;
}
.page-id-29 #content input[type="radio"],
.contact-new input[type="radio"] {
  appearance: none;
  outline: none !important;
}
.page-id-29 #content input[type="radio"]:after,
.contact-new input[type="radio"]:after {
  content: "";
  width: 18px;
  height: 18px;
  top: 3px;
  left: -1px;
  position: relative;
  display: inline-block;
  visibility: visible;
  background: url(/wp-content/uploads/2021/04/Rectangle-94-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-29 #content input[type="radio"]:checked:after,
.contact-new input[type="radio"]:checked:after {
  background-image: url(/wp-content/uploads/2021/04/Group-263-1.svg);
}
.page-id-29 .wpcf7-radio .wpcf7-list-item:first-child,
.contact-new .wpcf7-radio .wpcf7-list-item:first-child {
  margin-left: 0;
}
.page-id-29 .radio-no-padding-margin-left {
  margin-bottom: 1em;
}
.page-id-29 button.btn.btn-primary.btn-form,
.contact-new button.btn.btn-primary.btn-form {
  background: hsl(18, 99%, 51%);
  padding: 12px 124px;
  white-space: nowrap;
}
.single-product h1.product_title.entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: hsl(18, 99%, 51%);
}
.single-product div.product .summary {
  position: relative;
}
.single-product div.product .product_meta {
  position: absolute;
  top: 0;
  border-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  color: #747373;
}
.single-product div.product .product_meta a {
  color: #747373;
}
.single-product .product_meta >*:first-child {
  padding-top: 3em;
}
.woocommerce-product-details__short-description {
  margin-top: 3.5em;
}
.child_products .woocommerce-Price-amount bdi {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #fe5004;
}
.child_products ul.products.variable-items-wrapper {
  grid-gap: 10px;
}
.reset_variations {
  display: none !important;
}
.single-product button.single_add_to_cart_button.button.alt {
  background: #fe5004;
}
.single-product div.product form.cart::before {
  content: "Anzahl";
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  color: #fe5004;
}
.single-product div.product form.cart {
  position: relative;
  max-width: 400px;
  display: grid;
}
.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 0.875em;
  top: 2.5em;
  right: 0;
  margin-bottom: 0.5em;
}
.single-product button.single_add_to_cart_button.button.alt {
  float: left;
  width: 230px;
}
.single-product div.product .variations_button {
  padding-top: 2.5em;
}
.single-product div.product .woocommerce-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.single-product div.product .woocommerce-tabs::before,
.single-product div.product .woocommerce-tabs::after {
  display: none;
}
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews {
  grid-row: 1;
}
@media all and (max-width: 768px) {
  .single-product div.product .woocommerce-tabs {
    grid-template-columns: 1fr;
  }
  .single-product
    div.product
    .woocommerce-tabs
    .woocommerce-Tabs-panel--reviews {
    grid-row: 3;
  }
}
.woocommerce-Reviews-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;

  /* body color / 404040 */

  color: #404040;
}
#reviews .commentlist li .avatar {
  display: none;
}
#reviews .commentlist li .comment_container .comment-text {
  float: initial;
  width: 100%;
}
#reviews .commentlist li p.meta time {
  display: none;
}
#reviews .commentlist li p.meta {
  margin-bottom: 0.1em;
}
#reviews .commentlist li {
  margin-bottom: 0;
}
.comment-text .description p {
  font-family: Source Sans Pro;
  font-style: normal;
  resize: none;
  height: 150px;
}
section.related.products ul {
  grid-template-columns: repeat(4, 1fr);
  background: #f8f8f8;
  padding-bottom: 10px;
}
section.related.products ul::after {
  display: none;
}
@media all and (max-width: 1000px) {
  section.related.products ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 550px) {
  section.related.products ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.related > h2:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;

  text-align: center;
  color: #fe5004;
  margin-top: 130px;
}
section.related.products .add_to_cart_button {
  display: none !important;
}
section.related.products ul.products li img {
  float: left;
  width: 94px;
  height: 88px;
  object-fit: contain;
  margin-top: 28px !important;
  margin-bottom: 0;
}
section.related.products ul.products li h2,
section.related.products ul.products li .price {
  position: absolute;
  top: 28px;
  left: 105px;
  margin-top: 1em;
  text-align: left;
}
section.related.products ul.products li {
  border: none !important;
  outline: none !important;
}
section.related.products ul.products li .price {
  top: calc(2em + 28px);
  font-weight: 600;
}
section.related.products ul.products li .price .woocommerce-Price-amount bdi {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;

  /* bright black */

  color: #1e1e1e;
}
section.related.products ul.products li .star-rating {
  display: none;
}
.child_products ul.products.products.columns-3 li.product {
  margin-bottom: 28px;
}
section.related.products ul.products li h2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 12ch;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;

  /* body color / 404040 */

  color: #404040;
}
.single-product .child_products .onsale {
  display: none;
}
button.menu-toggle {
  position: absolute;
  top: 50px;
  right: 30px;
  outline: none;
  background: transparent;
}
button.menu-toggle:after,
button.menu-toggle:before,
button.menu-toggle span:before {
  background: white;
}

@media all and (max-width: 768px) {
  .home .hero h2 {
    font-size: 40px;
    line-height: 1em;
  }
  .home .hero {
    height: 400px;
  }
  .category_slider .slider .slide .content {
    grid-template-columns: 1fr;
  }
  .category_slider .arrows {
    bottom: 1em;
    top: auto;
  }
  .category_slider .slider .slide .content .left .readmore {
    position: relative;
    bottom: auto;
    top: 1em;
  }
  .category_slider .slider .slide .content {
    height: auto;
    min-height: 681px;
  }
  .category_slider .slider div div:nth-child(odd) .slide::before {
    display: none;
  }
  table.cart tr td.product-remove {
    display: none !important;
  }
  .site-footer {
    padding-bottom: 5em;
  }
}
.storefront-handheld-footer-bar {
  background: #fc6d2e;
}
.storefront-handheld-footer-bar .search .site-search {
  display: none !important;
}
.storefront-handheld-footer-bar .search.active .site-search {
  display: block !important;
  width: 100%;
  background: #fc6d2e;
}
.storefront-handheld-footer-bar
  .search.active
  .site-search
  .widget_product_search
  form
  input[type="search"] {
  width: 100% !important;
}
@media all and (max-width: 480px) {
  .wc-block-grid.has-3-columns .wc-block-grid__product {
    padding-bottom: 2em;
  }
}
@media all and (max-width: 460px) {
  iframe.kuchen {
    min-height: 600px !important;
  }
}
@media all and (max-width: 760px) {
  ul.sub-menu li a img {
    display: none !important;
  }
  ul.sub-menu li a svg path {
    fill: #fff;
  }
}
@media all and (max-width: 420px) {
  .woocommerce-checkout table td,
  .woocommerce-checkout table th {
    padding: 1.41575em 1.41575em 1.41575em 0 !important;
  }
}
.error404 .site-content .widget_product_search {
  padding: 0;
}
.error404 #main .widget_product_search form:before {
  color: #43454bce;
}
.error404 .fourohfour-columns-2 .col-1 ul.products li.product,
.site-main ul.products.columns-4 li.product {
  width: 100% !important;
  padding-bottom: 33px;
}
.error404 .child_products .add_to_cart_button.added::before {
  top: 50px;
}
.error404 .fourohfour-columns-2 .col-1 ul.products {
  padding: 0;
}
h2.form-title-item {
  font-size: 20px;
  color: #fc6d2e;
  font-weight: 600;
}
.contact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.contact-row.new-row {
  max-width: 500px;
  gap: 20px;
}
.contact-row.new-row input {
  width: 100%;
}
.row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 25px;
  max-width: 900px;
  margin-top: 1.5em;
}
.row input {
  width: 100%;
}
.row > * {
  display: grid;
}
.row > *.two-fields {
  grid-template-columns: 90px 1fr;
  gap: 1em;
}
.row input.required {
  border-bottom: 1px solid #404040 !important;
}

.fenster-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
  padding-top: 30px;
}

.fenster-row .row {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0;
}
.fenster-row img {
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .contact-row {
    grid-template-columns: 1fr;
  }
  .fenster-row {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 500px) {
  .row {
    grid-template-columns: 1fr;
  }
}
span.wpcf7-form-control.wpcf7-radio,
span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
span.wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.figure-full-width figure {
  width: 100%;
}

.figure-full-width figure img {
  width: 100%;
}
@media all and (max-width: 600px) {
  .page-id-29 #content input:not([type="radio"]),
  .page-id-29 #content textarea,
  .contact-new input:not([type="radio"]),
  .contact-new textarea {
    width: 100%;
  }
}


/* Mobile header earlier */
@media all and (max-width: 1050px) and (min-width:768px) {
  .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu, .menu-toggle {
    display: block;
}
.site-search {
  display: none;
}
.primary-navigation {
  display: none;
}
.main-navigation ul.menu, .main-navigation ul.nav-menu {
  display: initial;
  justify-content: initial;
  transform: initial;
}
.woocommerce-active .site-header .site-header-cart{
  visibility: hidden;
  pointer-events: none;
}
}

.child_products .company {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.child_products .company img {
  width: 100%;
}
.single-product .company {
  position: relative;
  max-height: 40px;
}.single-product .company img{
  max-height: 40px;
  object-fit: contain;
  object-position: left;

}
.page-template-template-product-nt #content > .col-full{
  max-width: 100%;
  padding: 0;
}
.product_main {
  margin-bottom: 64px;
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.product_main .product_main__content {
  background-color: #fc6d2e;
  padding: 77px 0;
}
.product_main__content {
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #eee;
  padding: 27px 44.117647% 30px 28px;
  z-index: 1;
}
.content-small {
  max-width:  700px;
}
.product_main .product_main__content .ct-left .title-page {
  text-align: left;
  margin-bottom: 26px;
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: arial;
}
.product_main__content p {
  font-size: 14px;
  line-height: 22px;
  color: black;
}
.product-nt-list .product-nt-item {
  background-color: #eee;
  margin-bottom: 50px;
}
.row-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px){

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
}
.product-nt-list .product-nt-item .product-nt-item-desc-block {
  padding: 25px;
}
.product-nt-list .product-nt-item .product-nt-item-desc-block h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: arial;
}
.product-nt-list .product-nt-item .product-nt-item-desc-block .product-nt-item-desc-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 1.5;
  color: black;
}
.product-nt-list .product-nt-item .product-nt-item-desc-block .product-nt-item-readmore-link {
  color: #fc6d2e;
  font-size: 14px;
  line-height: 1.5;
}
.product-nt-list .product-nt-item .product-nt-item-desc-block{
  position: relative;
  padding: 25px;
}
.product-nt-list .product-nt-item .product-nt-item-desc-sblock
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;

}
.product-nt-list .product-nt-item .product-nt-item-desc-block a.product-nt-item-blitz-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 50px;
  background-color: #fc6d2e;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  padding: 0 16px;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  text-transform: uppercase;
  -webkit-transform: ease 0.4s all;
  -ms-transform: ease 0.4s all;
  transition: ease 0.4s all;
  /* position: absolute; */
  /* bottom: 25px; */
  /* width: calc(100% - 50px); */
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}
.product-nt-list .product-nt-item .product-nt-item-desc-block .product-nt-item-blitz-button img {
  width: 15px;
  margin-left: 10px;
}


/* -------------- */

.cwc-mini-cart-prod-name
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.woocommerce-shipping-totals.shipping .woocommerce-shipping-methods
{
	text-transform: capitalize;
}

.product-nt-list .product-nt-item .product-nt-item-img-block
{
    padding-left: 0;
    padding-right: 0;
}

.bg-image
{
	max-width: 100%;
	width: 100%;
}

.single-product div.product p.price
{
	margin-top: 50px;
}

.single-product div.product .product_meta
{
	flex-direction: column;
	margin-bottom: 10px;
}

.tax-product_cat .woocommerce-loop-product__title {
  height: 38px;
  overflow: hidden;
}