/*
Theme Name: Peugeot
Version: 1.9.5
*/


.swiper-wrapper{
	height: auto !important;
}

select{
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    margin-bottom: 1.3em !important;
    min-height: 40px !important;
    padding-left: 10px !important;
    transition: box-shadow .3s,border-color .3s !important;
    width: 100% !important;
}

input.wpcf7-form-control {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 100%;
}

.wpcf7-textarea {
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 1.3em;
    min-height: 40px;
    padding-left: 10px;
    transition: box-shadow .3s,border-color .3s;
    width: 100%;
}

.wpcf7 p {
    margin-bottom: 0;
}

.wpcf7 input.btn-main {
    width: auto;
}

.main-footer .main-footer--contacto li.suc-data-font svg {
    color: #fff;
    width: 15px;
    margin: 0 10px 0px 0px;
}

/* Mobile */
@media (max-width: 600px) {
	.main-accesorios-carousel .owl-dots {
		display:none !important;
	}
}

.page-vermodelo--contenido .swiper-container .swipper-wrapper {
    height: auto !important;
}