/*
 Theme Name:     Concessionaria Auto
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.home .et_pb_widget_area_left{
	border:none !important;
}

/* disattivo funzioni woocommerce */
.et-cart-info { display:none; }
form.cart{display:none;}
.privacy {
	overflow: auto;
    max-height: 90px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 10px;
    font-size: 12px;
    color: #999;}
#et-info { float: left !important; }
#top-header .et-social-icons { float: right !important; } 
.woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation-link--edit-address{display:none !important} 

/* stile per scheda auto */
.schedaTit, #tab-additional_information h2 {
    color: #fff;
    background-color: #232628;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
	text-transform:uppercase;
}
.informazioni {
    clear: both;
    width: 100%;
    padding: 7px 0px;
}
.col-md-6{
	width:50%;
	float:left;
	padding:0 8px 0 0;
}

.informazioni ul li {
    width: 50%;
    float: left;
    min-width: 300px;
    display: block;
}
.informazioni ul {
    display: block;
    overflow: hidden;
    margin-top: 5px;
}
.woocommerce-product-details__short-description {
    margin: 25px 0px;
}
span.woocommerce-Price-amount.amount {
    background-color: #2ea3f2;
    padding: 5px;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
h2.woocommerce-loop-product__title {
    font-weight: bold;
	margin-bottom: 5px !important ;
}
.single-product p.price {
    margin-top: 15px;
}
#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
    width: 50%;
    padding: 0;
    float: left;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px;
}
th {

    padding: 8px !important;

}
@media screen and (max-width: 600px) {
	.col-md-6{
		width:100%;
		float:left;
		padding:0 8px 0 0;
	}
	#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr {
		width: 100%;
		padding: 0;
		float: left;
	}
}

/****************************/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	max-width: 100%;
	padding: 7px;
	border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit{
	width: 100px;
    height: 30px;
    border: none;
    border-radius: 4px;
    background-color: #e7485d;
    color: #fff;
}
textarea {
	padding: 4px;
	height: 150px;
}
.privacy {
	width: 100% !important;
}
.schedaTit, .woocommerce-Tabs-panel h2 {
	background-color: #e7485d !important;
}
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del {
	margin: 0 !important;
	color: #666 !important;
	font-size: 14px;
	text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

span.woocommerce-Price-amount.amount {
	background-color: transparent;
	padding: 5px;
	color: #e7485d;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

#colorbox, #cboxOverlay, #cboxWrapper{
	z-index: 9999999!important;
}

.single-product .container::before{
	display: none;
}

.single-product #sidebar{
	display: none;
}

.single-product #left-area{
	width: 100%;
	padding: 0px;
}

.compare.button{
	margin: 15px 0px!important;
}

.for-print-button{
	margin: 15px 0px;
}

.tecniche-details table, .tecniche-details table tr{
	width: 100%!important;
}
.tecniche-details table td{
	padding: 5px!important;
	display: flex;
    align-items: center;
}
.tecniche-details table td p{
	padding-left: 5px;
}
.wc-tabs{
	display: none;
}
.all-options-wrapper{
	transition: .3s ease;
	padding: 15px;
	overflow: hidden;
	height: 100px;
	position: relative;
}

.all-options-wrapper::before{
	content: '';
	background: rgb(0,36,15);
	background: linear-gradient(180deg, rgba(0,36,15,0) 0%, rgba(255,255,255,1) 85%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.all-options-wrapper.extended::before{
	display: none;
}

.all-options-wrapper.minified{
	height: 100px;
}

.all-options-wrapper.extended{
	height: 100%;
}

.all-options{
	margin-bottom: 40px;
}

.all-options-toggler{
	border: 1px solid #e7485d;
	color: #e7485d;
	background: transparent;
	padding: 10px 30px;
}

.tecniche-details table img{
	width: 26px!important;
}

.schedaTit, .woocommerce-Tabs-panel h2{
	background-color: #e7485d!important;
}
.grecaptcha-badge { visibility: hidden; }

.for-print-button {
  background-color: red !important;
}

.product_meta a {
    color: #ff0000!important;
}

div#top-header {
    background-color: #ff0000!important;
}