/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.description {
	    font-size: 12px;
    text-align: justify;
}
.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
}
[type=button], [type=submit], button {
	   text-decoration: none;
    background-color: #E3000F;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    text-decoration: none;
    background-color: #323E48;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}
.wpcf7-list-item-label {
	font-weight: normal;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 0;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

.flexslider .slides > li {
  overflow:hidden;
  position:relative;
  height:370px; /* desired height here */
}
.flexslider .slides img {
  height:auto;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
    height: 133px;
}


.product {
    background: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          padding-bottom: 30px;

}
.product-title {
    background: #000;
    padding: 20px 0;
    text-align: center;
}
.product-title h1 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.product-price-sale {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
    padding: 40px 0px 20px 0px;
    color: #cc0000;
}

.product-price {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

.product-features ul {
    list-style: none;
    max-width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    
}

.product-features li {
        padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.product-btn {
    text-decoration: none !important;
    background-color: #E3000F;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
	 font-size: 15px;
    padding: 12px 24px;;
    text-align: center;
    margin: 20px auto;
    transition: all .3s;
    display: block;
    max-width: 150px;
}

.product-btn:hover {
    text-decoration: none !important;
    background-color: #323E48;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
	 font-size: 15px;
    padding: 12px 24px;;
    text-align: center;
    margin: 20px auto;
    transition: all .3s;
    display: block;
    max-width: 150px;
}

.product-disclaimer {
    text-align: center;
    color: #7e7e7e;
    
}

.mtb100 {
    margin: 100px 0px;
}


@media only screen and (max-width: 600px) {
  .flexslider .slides > li {
  overflow:hidden;
  position:relative;
  height:220px; /* desired height here */
}

.mtb100 {
    margin: 50px 0px;
}
}


.product-images {
  overflow:hidden;
  position:relative;
  height:240px; /* desired height here */
}
.product-images img {
  height:auto;
}

.aktion-product {
    background: #323e48;
}

.aktion-product-content {
    padding: 10px 30px;
    
}

.aktion-product-content .card-title a {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.aktion-product-content p {
    color: #fff;
    font-size: 17px;
}

#load-more-container {
    margin: 30px 0;
    text-align: center;
}

.no-posts-found {
    text-align: center;
    margin: 30px auto;
}


.btn {
    text-decoration: none !important;
    background-color: #E3000F;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
	 font-size: 15px;
    padding: 12px 24px;;
    text-align: center;
    transition: all .3s;
    display: block;
    max-width: 150px;
}

.btn:hover {
    text-decoration: none !important;
    background-color: #323E48;
    color: #ffffff;
	border: 0 !important;
	border-radius:0;
	 font-size: 15px;
    padding: 12px 24px;;
    text-align: center;
    transition: all .3s;
    display: block;
    max-width: 150px;
}
}