/*
 Theme Name:     LD Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         liepelt.design
 Author URI:     https://liepelt.design
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
    color: #000 !important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

/* Woocommerce
------------------------------------------------------- */
.woocommerce .container {
    padding-top: 5px !important;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
    color: #fff;
    background-color: #000 !important;

}
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.single_add_to_cart_button.button:hover,
.woocommerce-page button.single_add_to_cart_button.button:hover,
.woocommerce-page.et_pb_button_helper_class button.button{
  background-color: #000 !important;
}
.woocommerce a.remove {
  font-size: 1.2rem;
}

#coupon_code::placeholder {
  color: #000;
}

.woocommerce #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity input.qty {
    font-weight: 500!important;
    font-size: 16px!important;
    color: #000!important;
    border-radius: 0px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 1px solid #000 !important;
    background-color: transparent !important;
    height: 41px;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    height: 41px;
    border: 1px solid #000;
    font-size: 16px;
    border-radius: 0px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 16px;
    border-radius: 0px;
}

.woocommerce-checkout-review-order {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.woocommerce-checkout-review-order h3{
  padding-top: 2rem;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 0;
    border: 1px solid #000;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #eee;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 0;
}

table.shop_table.woocommerce-checkout-review-order-table {
    border-radius: 0;
}

.woocommerce-checkout #main-content .cart-subtotal td {
    border-top: 1px solid rgba(0,0,0,.1);
}

#place_order {
  width: 100%;
  padding: 10px 40px !important;
}
@media (min-width: 981px) {
  #place_order {
    width: auto;
  }
}

.woocommerce ul#shipping_method .amount {
  font-weight: 300;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 10px 0;
}
.woocommerce-MyAccount-navigation a {
    color: #000;
}

/* Shop & product page
------------------------------------------------------- */

@media only screen and (min-width: 800px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
      width: 63%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
      width: 32%;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
    background: transparent  !important;
    color: #000 !important;
    margin: 0;
    padding: 0.5rem 0 !important;
}


@media only screen and (min-width: 800px) {
  .woocommerce-message .cart-message {
    float: left;
    padding-right: 1rem;
  }
}
 
.cart-links a{
  padding: 0 5px;
  color: #0035e5;
}
.sale-badge {
	display: none;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 100;
}
.shop-page__product .sale-badge {
  left: 5px;
}
.sale-badge img {
  max-width: 180px;
}

@media only screen and (min-width: 576px) {
  .product .sale-badge  {
    display: none;
  top: 200px;
  }
  .shop-page__product .sale-badge {
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .product .sale-badge   {
  top: 270px;
  }
  .product-page .sale-badge img, 
  .product .sale-badge img   {
    max-width: 250px;
  }
  .shop-page__product .sale-badge {
    top: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .product .sale-badge   {
  top: 225px;
  }
  .shop-page__product .sale-badge {
    top: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .product .sale-badge   {
  top: 435px;
  }
  .product .sale-badge img   {
    max-width: 300px;
  }
  .shop-page__product .sale-badge {
    top: 250px;
  }
}
@media only screen and (min-width: 1600px) {
  .product .sale-badge   {
    top: 535px;
    }
  .shop-page__product .sale-badge {
    top: 325px;
  }
}

.product .price.variation_modified .liepelt-new-tax-label {
  display: none;
}
.product__sale-price,
.shop-page__sale-price {
  padding-left: 10px;
  color:#f61801;
}
.shop-page__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 1rem;
  padding-bottom: 2rem;
  }

@media only screen and (max-width: 415px) {
  .shop-page__container {
    margin: 0; } }

.shop-page__product {
  -webkit-box-flex: 33.333%;
  -ms-flex: 33.333%;
  flex: 33.333%;
  max-width: 33.333%;
  padding: 15px;
  position: relative; }

@media only screen and (max-width: 800px) {
  .shop-page__product {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    min-width: 50%; } }

@media only screen and (max-width: 590px) {
  .shop-page__product {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    min-width: 50%;
    padding: 20px 5px;; } }

@media only screen and (max-width: 415px) {
  .shop-page__product {
    min-width: 300px;
    margin: 0 auto; }
  .shop-page__product img {
    width: 100%; }
}

.shop-page__thumbnail {
  max-width: 260px;
}

.shop-page__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2em;
  padding: 0.3rem 0 .5rem 0;
}

.shop-page__title a {
  text-decoration: none;
}
.shop-page__aus,
.shop-page__color {
  font-size: 22px;
}
.shop-page__price {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  }

.shop-page__price-info {
  font-size: 12px;
  font-weight: 300;
}

.product_title {
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1.2;
}
@media only screen and (max-width: 800px) {
  .product_title {
    margin-top: 30px !important;
  }
}

@media  (min-width: 1200px) { 
  .liepelt-beschreibung_container {
    width: 63%;
  }
}
.liepelt-beschreibung__main-heading,
.single_variation_wrap h3 strong,
.liepelt-kurzbeschreibung h3 strong {
  font-weight: 300;
  font-size: 26px;
}

.liepelt-details p:first-child,
.liepelt-details p:nth-of-type(2){
  display: none;
}

.liepelt-kurzbeschreibung__heading {
  font-weight: 700;
  font-size: 18px;
}

.price {
  padding-bottom: 0;}

.liepelt-new-tax-label {
  font-size: 14px;
  }

.woocommerce-Price-amount {
  font-weight: 300;
  }

.woocommerce-Price-currencySymbol {
  padding-left: 3px;
  font-weight: 300; }

.woocommerce .variations .label {
display: none; }

#pa_groesse,
#pa_farbe,
#pa_groesse option,
#pa_farbe option {
  width: 50% !important;
  min-width: 0;
  height: 45px;
  background-color: #FFF;
  border: 1px solid black;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 3px 15px;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 0 !important;
  font-weight: 300; }
  #ivpa-content .ivpa_custom_option.ivpa_text.ivpa_border .ivpa_term, 
  #ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term,
  #ivpa-content .ivpa_custom_option.ivpa_text.ivpa_border .ivpa_term.ivpa_clicked, 
  #ivpa-content .ivpa_attribute.ivpa_text.ivpa_border .ivpa_term.ivpa_clicked {
    border-radius: 0;
  }
.ivpa-info-box {
  display: none !important;
}

.single_add_to_cart_button {
  width: 100%;
  height: 45px !important;
  font-size: 18px !important;
  margin-bottom: 20px !important;
  border-radius: 0 !important; }
.single_add_to_cart_button.disabled,
.single_add_to_cart_button.buton.disabled::hover{
opacity: 1 !important;
background: #000 !important;
}
.single_add_to_cart_button {
  opacity: 1 !important;
}
.single_add_to_cart_button::hover {
padding: 0 !important; }

.woocommerce .woocommerce-product-gallery ol {
  padding-bottom: 0 !important;
}
.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs {
  display: flex !important;;
  justify-content: stretch !important;
}
.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs > li.not-hidden {
  width: 22% !important;
  margin-right: 2rem !important;
}
.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs > li.not-hidden:last-child {
  margin-right: 0 !important;
}

.woocommerce .woocommerce-product-gallery ol.flex-control-thumbs > li:first-child {
    display: none;
}
.single-product #sidebar {
		display: none !important;
	}

/* topbar
------------------------------------------------------- */

.ld-top-bar {
  display: flex;

}
@media only screen and (min-width: 768px) { 
  .ld-top-bar {
    height: 32px;
  }
}
.ld-header-icons .et_pb_code_inner{
  display: flex;
  justify-content: end;
  margin-top: 3px;

}
@media only screen and (max-width: 767px) {

  .ld-top-bar {
    flex-wrap: wrap;
    }
    #et-boc .ld-top-bar>div:nth-child(1) { width: 50% !important; }
  .ld-top-bar>div:nth-child(2) { order: 3; }
  #et-boc .ld-top-bar>div:nth-child(3) { width: 50% !important; }
}


.ld-icon  {
  color: #000;
}

.ld-cart-icon {
  position: relative;
}

.ld-cart-badge {
  color: #fff;
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
  padding-left: 4px;
  position: absolute;
}

.ld-header-icons .dgwt-wcas-search-wrapp {
  margin: 5px 30px 0;
  width: auto;
}
.dgwt-wcas-search-icon-arrow {
  display: none !important  ;
}
.ld-search-icon:after {
  content: ""!important;
  background: url(../LDdivi/images/cart.png);
  height: 35px;
  width: 38px;
  display: block;
} 

@media only screen and (min-width: 767px) { 
  .dgwt-wcas-search-form {
    margin-top: 5px;
    background: #fff;
  } 
}

.dgwt-wcas-search-form .fa-search {
  display: none;
} 

.et_pb_social_media_follow li {
  margin-bottom: 0px;
}

/* navigation
------------------------------------------------------- */

#nav_menu-4 {
  width:100% !important;
}

#menu-produktmenue-2018{
  padding: 0 !important;
  margin-top: 2rem;
}
#menu-produktmenue-2018 li{
  list-style: none;
}
#menu-produktmenue-2018 a{
  color: #000;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
}

#menu-produktmenue-2018 li.menu-item{
	float: left;
	margin-right: 2.3rem;
}

#menu-produktmenue-2018 .menu-item-10806 a{
  color: #f61801;
}

.term-sonderverkauf #menu-produktmenue-2018,
.term-sonderverkauf .et_pb_menu__menu .et-menu-nav {
  display: none !important;
}
@media only screen and (max-width: 800px) {
  #menu-produktmenue-2018 li.menu-item{
  	margin-right: 1.2rem;
  }
}
.et_pb_fullwidth_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu {
		top: 125% !important;
}

.woocommerce-breadcrumb a {
  font-size: 16px;
  color: #000000!important;
  line-height: 1em;
}
/* footer
------------------------------------------------------- */
#main-footer{
	margin: auto;
	border-top: 1px solid #000;
	padding-top: 1rem;
  margin-bottom: 65px;
}

#main-footer .container{
	width: 100%;
}
#main-footer .bottom-nav li {
    padding-left: 22px;
}
#main-footer .et-social-icons li {
    margin-left: 11px;
    margin-right: 11px;
}
@media (min-width: 981px) {
	#main-footer{
		max-width: 1600px;
		width: 80%;
	}
	#et-footer-nav{
		float: left;
		width: 80%;
	}
		#footer-bottom{
		float: right;
		width: 20%;
	}
	#main-footer .et-social-icons li {
    margin-left: 0px;
    margin-right: 22px;
	}
}

/* designletter */
.designletter {
  position: fixed;
  z-index: 1000;
  background: #000;
  color: #fff;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
.designletter a {
  color: #fff;
}
.designletter img {
  width: 50px;
  vertical-align: middle;
}
.designletter .text-sm {
  display: none;
}
.designletter .text-lg {
  display: inline;
  padding-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (min-width: 981px) {
  .designletter {
    position: fixed;
    z-index: 10000;
    background: #000;
    color: #fff;
    bottom: 50%;
    right: -210px;
    width: 325px;
    transition: transform 1s ease;
    color: #fff;
    font-size: 14px;
    padding: 6px 15px 15px;
    line-height: 1;
    text-align: left;
  }
  .designletter img {
    float: left;
    width: 80px;
  }
  .designletter .text-sm {
    display: block;
    padding-bottom: 5px;
  }
  .designletter .text-lg {
    display: none;
  }
  .designletter:hover{
    transform: translateX(-210px);
    padding-top: 15px;
  }
  .designletter:hover .text-sm{
    display: none;
  }
  .designletter:hover .text-lg {
    display: inline;
    float: right;
    padding-top: 15px;
    font-size: 18px;
  }
}
/* product page image gallery
------------------------------------------------------- */
.hidden {
    display: none;
}

.not-hidden {
    display: block;
}
/* blog
------------------------------------------------------- */
@media only screen and (max-width: 767px) {
.et_pb_blog_grid .et_pb_post {
  margin-bottom: 30px!important;
  }
}
@media  (min-width: 768px) and (max-width: 980px) {
.et_pb_blog_grid .et_pb_post {
  margin: 10px !important;
  }

}
.et_pb_blog_grid .et_pb_post .post-content-inner {
  height: 60px;
  overflow: hidden;
}
@media  (min-width: 1300px) {
  .et_pb_blog_grid .et_pb_post .post-content-inner {
    height: 65px;
    overflow: hidden;
  }

}
/* pages
------------------------------------------------------- */
.et_pb_code_inner h1 {
  font-weight: 300;
}
.et_pb_code_inner h2 {
  font-size: 24px;
  font-weight: 300;
}
.et_pb_code_inner h3 {
  font-size: 22px;
  font-weight: 300;
}
.et_pb_code_inner h4 {
  font-size: 18px;
  font-weight: 300;
}
.et_pb_code_inner h5 {
  font-size: 14px;
}
@media  (min-width: 768px) {
  .et_pb_code_inner h2 {
    font-size: 30px;
  }
  .et_pb_code_inner h3 {
    font-size: 26px;
  }
  .et_pb_code_inner h4 {
    font-size: 20px;
  }
  .et_pb_code_inner h5 {
    font-size: 16px;
  }
}
@media  (min-width: 1200px) {
  .et_pb_code_inner h2 {
    font-size: 40px;
  }
  .et_pb_code_inner h3 {
    font-size: 32px;
  }
  .et_pb_code_inner h4 {
    font-size: 22px;
  }
  .et_pb_code_inner h5 {
    font-size: 16px;
  }
}