/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
/*.flexslider .slides > li {*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    height: 370px;*/
/*}*/

.star {
	font-size: 18px;
    vertical-align: super;
	display: inline-block;
}
.flexslider {
    margin: 0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
}

.product-price {
    font-weight: bold;
    font-size: 20px;
}

.vat {
    font-size: 15px;
    font-weight: bold;
}
.separator {
    width: 100px;
    display: block;
    border: 2px solid #000;
    margin: 20px 0px;
}

.product-title h1 {
    font-size: 30px;
}

.product-btn {
    color: #fff !important;
    border-radius: 8px 8px 8px 8px;
    padding: 14px 50px 14px 50px;
    background: #262626;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: bold;
    margin: 20px 0px;
    display: block;
    max-width: 380px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

.mt80 {
    padding: 40px 0px;
    border-bottom: 1px solid #eee;
}

.column {
  flex: 1 1 calc(50% - 15px);
  min-width: 200px;
}
.column-full {
  flex: 1 1 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

textarea {
  height: 120px;
  resize: vertical;
}

.wpcf7-submit {
    background-color: #000000;
    color: white;
    padding: 12px 25px;
    border: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
}

.wpcf7-submit:hover, .wpcf7-submit:focus  {
    background-color: #fff !important;
    color: #000 !important;
    padding: 12px 25px;
    border: 1px solid #fff;
    font-size: 16px;
    cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #005a87;
}

.page-id-47 label {
    color: #fff;
}

@media only screen and (max-width: 600px) {
  .product-title h1 {
    font-size: 30px;
    margin-top: 20px;
}
}