/* ************************************************   
Theme Name: autozone-child
Author: Templines
Version: 1.0
Description: Auto Dealer template with E-commerce.
Theme URI:  http://prestazilla.org/wordpress/autozone/
Author URI: templines.com
Template:   autozone
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
Tags: left-sidebar, right-sidebar, custom-header, custom-menu, editor-style
*/

@import url("../autozone/style.css");


.penz{background: #dc2d13; color: white; margin-top: 8px;}

.tm-booking-discount-details{display: none;}
.car_premium_price {display: none;}
.price-text {display: none;}
.discount-info-block{display: none;}
.min-days-info-container .min-days-info {
    margin: 15px 0 15px 0;
    display: none;
}

.button, button, input[type=submit], html .yith-woocompare-widget a.button.compare, html .basel-dark .basel-registration-page .basel-switch-to-register, html .basel-dark .login .button, html .basel-dark .register .button, html .basel-dark .widget_shopping_cart .buttons a, html .basel-dark .yith-woocompare-widget a.button.compare, html .basel-dark .widget_price_filter .price_slider_amount .button, html .basel-dark .woocommerce-widget-layered-nav-dropdown__submit, html .basel-dark .basel-widget-layered-nav-dropdown__submit, html .basel-dark .woocommerce .cart-actions input[name="update_cart"] {
    border-color: #fd4a07;
    color: #ffffff;
    background: #fd4a07;
    margin: 5px;
}

.booking_car_info.booking_car_info_style_one .auto-price-info ul.car_premium_price li {

    display: none;
}
.car_premium_price {display: none !important;}
.min-days-info{display: none  !important;}
.min-days-info-container{display: none;}




/* Csak a custom-form űrlapra vonatkozik */
.custom-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-form .form-col,
.custom-form .form-col2 {
  flex: 1;
  min-width: 250px;
}
.form-col23 textarea {
  
  min-width: 100%;
}

.custom-form .form-col2 {
  flex: 2;
}

.custom-form .form-row label {
  display: block;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form input[type="date"],
.custom-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #0073e6;
  box-shadow: 0 0 4px rgba(0,115,230,0.4);
  outline: none;
}

.custom-form textarea {
  min-height: 120px;
  resize: vertical;
}

.custom-form input[type="submit"] {
  background: #0073e6;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-form input[type="submit"]:hover {
  background: #005bb5;
}
/* textarea mindig teljes szélességű */
.custom-form textarea {
  width: 100%;
  min-height: 120px;
  resize: vertical;
}
