/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20190709 23:02
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	background: #004000;
}

body {
	background: none;
	font-family: "Open Sans", sans-serif;
}

h3 {
	font-size: 20px;
}

p {
	font-size: 13px;
	color: #595959;
	line-height: 19.5px;
}

img {
	max-width: 100%;
}

div {
	display: inline-block;
}

.neumaticos-main-form {
	background: URL("../images/form_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 358px;
}



.prespuesto-agregar-mas {
	margin-bottom: 0;
	width: 100%;
	float: right;
	margin-top: 20px;
}

.necesitamecanica-pregunta {
	margin-bottom: 5px;
	font-weight: bold;
    color:#000;
}

.print-error-msg {
	padding: 20px;
}

.print-error-msg ul li {
	color: #a94442;
	padding: 15px;
	background-color: #f2dede;
	margin-bottom: 1px;
}

.g-recaptcha {
	margin-left: 20px;
}

.form-status-messege {
	display: none;
	height: 18px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	background-color: #cc0000;
	font-weight: bold;
}

.error-pedir-llamada {
	padding-bottom: 3px;
	display: block;
	color: red;
	font-size: 13px;
}

.prespuesto-agregar-mas a {
	font-weight: bold;
	color: #147d39;
	font-size: 12px;
	text-align: center;
	display: block;
}

.cart-pedir-presupuesto {
	background: #ED7D39;
	margin-bottom: 20px;
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 215px;
	text-align: center;
	height: 41px;
	line-height: 41px;
}

.cart-pedir-presupuesto a {
	color:white;
}

.on-car-overlay {
	position: fixed;
	width: 100%;
	background-color: rgb(0, 0, 0, 0.75);
	height: 100%;
	left: 0;
	z-index: 999;
	display: none;
	top: 0;
}

.cart-box {
	background: #fff;
	position: fixed;
	width: 470px;
	top: 0;
	right: 0;
	float: left;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 99999;
	display: none;
	height: 100%;
}

.cart-box h3 {
	background: #147d39;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	padding: 20px;
}

.neumaticos-carrito-items {
	width: 100%;
	display: flex;
	vertical-align: middle;
	flex-direction: row;
	justify-content: space-around;
	height: 90px;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 10px;
}

.total-money-neumaticos {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

.total-money-neumaticos span {
	color: #147d39;
}

.neumaticos-carrito-items img {
	max-width: 60px;
	align-self: center;
}

.neumaticos-carrito-items p {
	width: 200px;
	float: left;
}

.cart-box:after {
	content: " ";
	position: absolute;
	right: 30px;
	top: -15px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #eee;
}

.delete-cart-item {
	font-size: 18px;
	cursor: pointer;
}

.close-cart {
	position: absolute;
	top: 0px;
	right: 0;
	background: #147d39;
	color: white;
	padding: 12px;
	font-size: 20px;
}

.showhidden {
	display: block;
}

.cart-items-description h4 {
	font-weight: bold;
	color: #004000;
}

.cart-items-description p {
	font-size: 15px;
	font-weight: 700;
	margin-top: 3px;
	color: black;
}

.empty-cart-messege {
	font-weight: bold;
	color: #004000;
	/* font-size: 15px; */
	text-align: center;
	font-size: 19px;
	padding: 17px;
}

.cart-items {
	width: 100%;
	margin-bottom: 10px;
}

.cart-pedir-presupuesto {
	display: block;
}

.cart-items img {
	max-width: 60px;
	float: left;
}

.cart-items .cart-items-description {
	float: left;
	margin-left: 7px;
}

.cart-item-count {
	position: absolute;
	top: -34px;

	background: #147d39;
	color: #fff;
	padding: 10px;
	border-radius: 80px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	text-align: center;
}

.fa-shopping-cart {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.mecanica-main-form {
	background: URL("../images/form2bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 358px;
}

.cita-inputs input {
	margin-bottom: 10px;
}

.sin-competencia {
	background: white;
	text-align: center;
	padding: 10px;
}

.cita-notas {
	margin-bottom: 15px;
}

.list-3-col {
	margin-top: 15px;
}

.sticky {
	position: fixed !important;
	top: 0 !important;
}

.list-3-col li {
	width: 33.3%;
	float: left;
	font-size: 14px;
	color: #595959;
	line-height: 19.5px;
}

.neumatico-precio {
	font-size: 36px;
	font-weight: bold;
}


/*
################	################
               HEADER
################	################
*/

.navigation.menu-opened.mobile-nav {
	left: 0;
}

.navigation {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#back-top-button {
	display: inline-block;
	background-color: #147d39;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-top-button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#back-top-button:hover {
	cursor: pointer;
	background-color: #333;
}

#back-top-button:active {
	background-color: #555;
}

#back-top-button.show {
	opacity: 1;
	visibility: visible;
}

.content-one-column {
	width: 100% !important;
}

.header {
	width: 100%;
	background: #fff;
}

.logo-mobile {
	display: none;
}

.buscador-inputs select,
textarea {
	background: #eeeeee;
	height: 35px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	box-sizing: border-box;
	color: #525865;
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
	font-family: inherit;
	font-size: 1em;
	line-height: 1.45;
	outline: none;
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
}

.publicidad {
	background-image: url("../images/pu1.jpg");
	height: 328px;
	background-position: center;
	background-size: cover;
}

.talleres-form {
	width: 100% !important;
}

.logo-img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 800px;
	margin-top: 15px;
}

.all-phone-numbers {
	margin-top: 15px;
	margin-bottom: 30px;
}

.phone-numbers li {
	width: 600px;
	float: left;
	margin-top: 5px;
	font-weight: bold;
}

.ciudad-telefono {
	width: 402px;
	display: inline-block;
	color: #000 !important;
	padding-left: 30px;
}

.phone-numbers {
	max-width: 1200px;
	background: red;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 12px;
}

.icon-images {
	display: inherit;
}

ul .phone-numbers {
	width: 100%;
	background: red;
	/* display: inline-block; */
	text-align: -webkit-center;
}

ul.phone-numbers span {
	color: #147d39;
	font-size: 19px;
}

.neumaticos-btns {
	min-width: 240px;
    padding-right:25px;padding-left:10px;padding-top:5px;
    width:100%;
    text-align:right;
}

.header .col:nth-child(1) {
	width: 100%;
}

.header .col:nth-child(2) {
	width: 100%;
}

body>div>div.site-width>div>div>div.col.blog-col>div:nth-child(2)>div>h3,
body>div>div.site-width>div>div>div.col.blog-col>div:nth-child(4)>div>h3 {
	display: none;
}

.buscador {
	background: #eee;
	margin-top: 20px;
}

.buscador h2 {
	background-color: #004000;
	color: #fff;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#back-top-button.show {
	display: none;
}

.mobile .result-item {
	position: relative;
}

.mobile .icon-images {
	position: absolute;
	top: -9px;
	right: 3px;
}

.buscador-inputs,
.buscador-taller-inputs {
	background: #147d39;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}

.buscador-taller-inputs {
	height: 400px;
	padding-top: 20px;
	box-sizing: border-box;
}

.cambiar-taller {
	background: #fff;
	width: 100%;
	height: 414px;
	padding-top: 18px;
	box-sizing: border-box;
	padding-left: 14px;
}

.resumen-prespuesto-taller-imagen {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

body>div>div.site-width>div.content>div>div.row.buscador.flex-default.flex-25-75-col>div:nth-child(2) {
	background: white;
}

.resumen-presupuesto-otras-opcienes-labels {
	color: #137d39;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 25px;
}

.form-mecanica {
	width: 600px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.custom-inputs {
	background: #eeeeee;
	border: none;
	height: 35px;
	width: 100%;
	max-width: 550px;
}

.prespuesto-y-cita {
	background: white;
	width: calc(40% - 10px);
	float: left;
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #a6a6a6;
	box-sizing: border-box;
	min-height: 224px;
}

.total-presupuesto-info {
	color: #595959;
	font-size: 14px;
}

.total-presupuesto {
	display: block;
	background: #fff;
}

.total-neumaticos {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.total-neumaticos p {
	width: 70%;
	float: left;
	font-size: 15px;
	color: #3C454C;
	font-weight: 700;
}

.total-presupuesto {
	margin-top: 30px;
}

.pedir-cita-btn,
#pedir_llamada {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	background: #ED7D39;
	color: #fff;
	border: none;
	margin-top: 14px;
	height: 45px;
	width: 210px;
	display: block;
	cursor: pointer;
}

.total-dinero-prerspuesto {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #147d39 !important;
}

.total-dinero-signo {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #147d39 !important;
}

.total-neumaticos span {
	font-size: 15px;
	line-height: 19.5px;
}

.body_block_padding p {
	padding: 15px;
}

.cita-total-neumaticos {
	width: 400px;
}

.total-presupuesto-money p {
	color: #003f00;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

.otras-opcienes {
	width: 100%;
}

.total-presupuesto-notas p {
	color: #595959;
	font-size: 14px;
	margin-bottom: 15px;
}

.buscador-steps a {
	display: contents;
	text-decoration: none;
}

.total-presupuesto-notas div {
	display: block;
	margin-bottom: 10px;
}

.total-presupuesto-notas label {
	font-size: 14px;
	color: #595959;
}

.notas-links {
	color: #147d39;
	display: block;
	/* font-style: italic; */
	text-decoration: none;
	font-weight: 600;
}

.total-presupuesto-notas h5 {
	color: #004000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.total-presupuesto-money p span {
	width: 170px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #147d39;
}

.buscador-inputs input[type="text"],
textarea {
	background: #eeeeee;
	height: 35px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
}

.total-presupuesto-money {
	width: 100%;
}

.total-presupuesto-money p {}

.total-presupuesto-money button {
	display: inline;
}

.buscador-inputs input[type="checkbox"] {
	background: #eeeeee;
	border: none;
	margin-top: 10px;
	margin-right: 14px;
}

.otras-opcienes-inputs {
	padding: 40px;
	padding-left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.buscador-inputs div label {
	color: #eeeeee;
	font-family: "Open Sans", sans-serif;
	font-weight: 200;
	font-size: 14px;
}

.resumen-inputs div {
	display: block;
}

.post-content {
	background: white !important;
	padding: 10px;
}

.otras-opcienes-inputs div {
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}

.otras-opcienes-inputs>.otras-opcienes-form-part-1 {
	margin-bottom: 35px;
}

.otras-opcienes-inputs label {
	font-size: 14px;
	color: #595959;
}

.checkboxes-buscador {
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

.buscador_refinar {
	color: #fff;
	background: #004000;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 15px;
	width: 100%;
	font-size: 12px;
	height: 45px;
	box-sizing: border-box;
	transition: 0.4s;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	font-size: 13px;
	font-weight: bold;
	max-width: 229px;
}

.buscador .col:nth-child(1) {
	width: calc(25% - 6px);
}

.buscador .col:nth-child(2) {
	width: calc(75% - 6px);
}

.buscador-results .result-title {
	background: none;
	color: #147d39;
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	height: auto;
	max-width: 552px;
	float: left;
	width: 70%;
}

.db-info {
	float: left;
	width: 30%;
	text-align: right;
}

.db-info li:nth-child(3) {
	color: #137d39;
	font-size: 13px;
}

.result-and-price-container {
	width: 50%;
	float: left;
	margin-left: 14px;
}

.result-info ul li {
	font-size: 12px;
	color: #595959;
	line-height: 20px;
}

.result-info {}

.page-title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #003f00;
	margin-top: 30px;
	margin-bottom: 40px;
}

#pedir_llamada_rapida,
.reservar-cita-rapida {
	background: #004000;
	color: #fff;
	border: none;
	margin-top: -16px;
	height: 45px;
	width: 210px;
	display: block;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h3.resumen-headers {
	background-color: #004000 !important;
	font-size: 16px !important;
	color: #f8f8f8;
	margin-top: 20px !important;
	height: 62px;
}

.resumen-img-presupuesto {
	width: 85px;
	float: left;
	border: 1px solid #eeeeee;
	margin-right: 10px;
}

.resumen-list-presupuesto {
	height: 100px;
	width: 100%;
	margin-top: 5px;
	/* padding: 5px; */
	box-sizing: border-box;
	background: #fff;
	vertical-align: middle;
	align-self: center;
	justify-content: space-between;
	align-items: center;
}

.prespuesto-delete-item {
	color: red !important;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.buscador-taller-inputs div {
	display: block;
	width: 100%;
}

.carrito-titulos {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	color: #424242;
	font-weight: 600;
	/* border-bottom: 1px solid #d1d1d1; */
	margin-bottom: 17px;
}

.otras-opcienes-form-part-1 {
	background: white;
	margin-top: 20px;
	width: calc(60% - 10px);
	padding: 20px;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	border: 1px solid #a6a6a6;
}

.presupuesto-checkbox {
	font-size: 12px;
	color: #3C454C;
	font-weight: 600;
}

.check-box {
	width: 20px;
	height: 20px;
	background: #eee;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	top: 3px;
	display: none;
}

.new {
	margin-bottom: 5px;
	display: block;
}


/* Hide the default checkboxes inside the 'new' div that jQuery adds for us */

.new input[type="checkbox"] {
	opacity: 0;
}


/* When someone clicks our new box, add or remove the tick which has been created using some CSS */

[type=checkbox]:checked+.check-box:before,
[type=radio]:checked+.check-box:before {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	margin-left: 7px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: 0.1s;
}


/* And change the background colour */

[type=checkbox]:checked+.check-box,
[type=radio]:checked+.check-box {
	background-color: #147d39;
	transition: 0.5s;
}

.description-title {
	width: 40%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.cantitad-item-presupuesto {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.cita-web input {
	background: #fff;
	color: #525865;
	border-radius: 4px;
	border: 1px solid #d1d1d1;
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
	font-family: inherit;
	font-size: 1em;
	line-height: 1.45;
	outline: none;
	padding: 0.6em 1.45em 0.7em;
	-webkit-transition: .18s ease-out;
	-moz-transition: .18s ease-out;
	-o-transition: .18s ease-out;
	transition: .18s ease-out;
}

.cita-web input:hover {
	box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}

.cita-web input:focus {
	color: #4b515d;
	border: 1px solid #B8B6B6;
	box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.talleres-links {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #595959;
	line-height: 19.5px;
	cursor: pointer;
}

.resumen-presupuesto-notas {
	background: white;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #595959;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #a6a6a6;
}

.resumen-table {
	width: 100%;
	padding: 5px;
}

.resumen-table td {
	padding-left: 15px;
}

.table-heading {
	background: #004000;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

body>div>div.site-width>div>div>div.col.blog-col>h3:nth-child(3) {
	display: none !important;
}

body>div>div.site-width>div>div>div.col.blog-col>div.talleres-bloques>div>p:nth-child(1) {
	padding: 10px;
}

#checkboxlist>div:nth-child(25)>input[type="text"]:nth-child(4) {
	width: 100%;
}

.neumaticos_bartos_sidebar .ciudad-telefono {
	width: 185px;
	padding-left: 0;
}

.neumaticos_bartos_sidebar ul.phone-numbers span {
	font-size: 13px;
}

.cita_gracias h1 {
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.cita_gracias p {
	font-size: 17px;
	max-width: 650px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}

.precio-item-presupuesto {
	width: 20%;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}

.borrar-item-presupuesto {
	width: 10%;
	float: left;
	box-sizing: border-box;
}

#presupuesto_total {
	font-size: 25px;
	font-weight: 700;
	float: right;
	margin-top: 20px;
	background: white;
	padding: 12px;
}

.success-modal-btn {
	background: #ED7D39;
	color: #fff;
	border: none;
	margin-top: 40px;
	height: 45px;
	width: 210px;
	display: block;
	cursor: pointer;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.success-modal-messege {
	position: fixed;
	-webkit-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 10px 10px 5px -9px rgba(0, 0, 0, 0.75);
	top: 25%;
	width: 90%;
	background: white;
	height: 135px;
	padding: 18px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	color: #147d39;
	font-weight: bold;
	right: 0;
	display: none;
    border:1px solid #ff0000;
    
}

.success-modal-messege p {
	color: #147d39;
	font-size: 17px;
	text-align: center;
}

.todo-resumen-presupuesto {
	border: 1px solid #a6a6a6;
	background-color: white;
	width: 100%;
	margin-top: 27px;
}

#presupuesto_total span {
	color: #147d39;
}

#checkboxlist p {
	display: inline;
	text-transform: capitalize !important;
}

.resumen-list-presupuesto ul {
	margin-top: 10px;
	line-height: 20px;
}

.price-resumen {
	float: left;
	padding: 5px;
	width: 30%;
	box-sizing: border-box;
}

.price-resumen div {
	display: inline-block;
}

.subtotal-resumen {
	color: #003f00;
	font-weight: bold;
	font-size: 16px;
}

.subtotal-resumen-product {
	color: #147d39;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.todas-notas {
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	box-sizing: border-box;
}

.neumaticos-resumen-info h1 {
	font-size: 14px;
	color: #147d39;
	font-weight: bold;
	line-height: 18px;
}

.neumaticos-resumen-info li {
	font-size: 12px;
	color: #595959;
}

.presupuesto-resumen-ul {
	margin-top: 20px;
	display: block;
}

.politica-privacidad-bloque {
	overflow-x: auto;
}

.indice-privacidad {
	padding: 10px;
}

.indice-privacidad a {
	font-size: 18px;
	color: #595959 !important;
	line-height: 37px;
}

.politica-privacidad-bloque h2 {
	font-weight: bold;
}

.pedir_presupuesto_btn {
	background: #ED7D39;
	color: white;
	border: none;
	height: 45px;
	width: 210px;
	/* margin-top: 30px; */
	cursor: pointer;
}

.politica-privacidad-bloque {
	width: 100%;
	background: white;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
}

.detalles_presupuesto_btn {
	background: #ED7D39;
	color: #fff;
	border: none;
	margin-top: 14px;
	height: 45px;
	width: 210px;
	display: block;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	line-height: 45px;
}

a {
	text-decoration: none !important;
}

a:visited {
	text-decoration: none !important;
}

.refinar-busqueda-form {
	padding: 0;
}

.pricing ul li {
	line-height: 20px;
}

.db-info li {
	display: inline;
}

.db-info img {
	max-width: 36px;
}

.pricing {
	color: #595959;
	font-size: 14px;
}

.details-result-ul {
	color: #595959;
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 100%;
}

.regular-price {
	font-size: 24px;
}

.details-result-ul li span {
	color: #147d39;
}

.detalles-neumatico {
	color: #147d39;
	font-weight: bold;
}

.result-image-container img {
	max-width: 140px;
	float: left;
	/* margin-right: 15px; */
	border: 1px solid #eeeeee;
	margin-bottom: 5px;
}

div.result-detail-and-price>ul:nth-child(2) {
	text-align: right;
}

.result-detail-and-price {
	float: left;
	margin-bottom: 35px;
}

.stock-availibility {
	color: #137d39;
	font-size: 15px;
	float: left;
	width: calc(60% - 6px);
	margin-right: 10px;
	border: 1px solid #eee;
	height: 49px;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
}

.buscador-results .result-li {
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.result-image-container h4 {
	color: #147d39;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.neumatico_detalles span,
.icon-images span {
	background: #a5a5a5;
	color: white;
	/* padding: 11px; */
	display: flex;
	width: 28px;
	height: 28px;
	text-align: center;
	font-size: 10px;
	/* margin-right: 0px; */
	/* align-self: center; */
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}

.icon-images {
	margin-top: 15px;
	margin-bottom: 15px;
}

.result-item {
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
}

.buscador-results {
	background: #eee;
}

.item-title {
	width: 100%;
	background: #004000;
	color: white;
	height: 32px;
	display: flex;
	justify-content: space-between;
}

.item-title h4 {
	align-self: center;
	padding-left: 17px;
}

.neumatico_detalles {}

.icon-images img {
	width: 28px;
	margin-right: 3px;
}

.neumatico_detalles p {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.neumatico-precio {
	min-width: 180px;
	align-self: center;
}

.neumatico-precio .precio-normal {}

.precio-normal {
	font-size: 29px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
}

.pricing span {
	color: #137d39;
	font-weight: bold;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #ffffff !important;
	background-color: #147d39 !important;
	border-color: #147d39 !important;
	cursor: default;
}

.pagination>li>a,
.pagination>li>span {
	color: #147d39 !important
}

body>div.site-width>div.header>div>div:nth-child(2)>ul:nth-child(2) {
	padding-left: 52px;
	box-sizing: border-box;
}

body>div.site-width>div.navigation>ul.extra-info>li:nth-child(1)>a>i {
	margin-left: 4px;
}


/*
################	################
             NAVIGATION
################	################
*/

.navigation-ul .dropdown {
	position: absolute;
	width: 320px;
	height: auto;
	left: 0;
	top: 48px;
	z-index: 99999;
	background: #003200;
}

#bloque1>div>div:nth-child(1)>div {
	width: 100%;
}

.navigation-ul .dropdown li {
	width: 100%;
}

.navigation {
	background: #004000;
	width: 100%;
	position: relative;
	left: 0;
}

.navigation-ul .dropdown li:hover {
	background: #147d39;
}

.dropdown li a:hover {
	color: #fff;
}

.call-to-action-on-navigation a {
	padding-left: 10px !important;
}

.call-to-action-on-navigation i {
	font-size: 15px;
	position: absolute;
	left: 9px;
	top: 18px;
}

.navigation-bar {
	background: #004000;
	width: 100%;
	float: left;
	display: block;
	height: 50px;
}


/* -- quantity box -- */

.quantity {
	display: inline-block;
}

.quantity .input-text.qty {
	width: 35px;
	height: 39px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: transparent;
}

.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	margin-top: 14px;
}

.plus {
	color: white !important;
	background: #147d39;
	font-weight: bold;
}

.phonelink {
	color: inherit !important;
}

.plus:hover {
	color: white !important;
	background: #147d39 !important;
	font-weight: bold !important;
}

.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	padding: 7px 10px 8px;
	height: 41px;
	border: 0;
	cursor: pointer;
	color: #147d39;
	font-size: 16px;
}

.quantity.buttons_added .minus {
	border-right: 0;
	background: #FF7373;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.quantity.buttons_added .plus {
	border-left: 0;
}

.quantity.buttons_added .plus:hover {
	background: #eeeeee;
}

.quantity.buttons_added .minus:hover {
	border-right: 0;
	background: #FF7373;
	color: white;
	font-weight: bold;
	font-size: 16px;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {

	margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}

.neumaticos-form-label {
	color: white;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.navigation-ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	float: left;
	display: flex;
	flex: 1;
	width: 100%;
	flex-direction: column;
	align-items: center;
	flex-flow: row nowrap;
	justify-content: space-between;
}

body>div>div.navigation>ul>li:nth-child(7) {
	text-align: center;
}

.cantidad-span {
	display: inline-flex;
	height: 42px;
	align-self: center;
	align-items: center;
	margin-right: 25px;
	font-weight: bold;
}

.navigation-ul li {
	width: auto;
	flex-grow: 1;
	position: relative;
	overflow: visible;
	float: left;
	display: block;
	height: auto;
}

.delete-cart-item {
	color: #9E9E9E;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
}

.carrito-header {
	width: 100%;
	position: relative;
}

.close-cart-header {
	position: absolute;
	top: 16px;
	font-size: 24px;
	font-weight: 900;
	right: 17px;
	color: #fff;
	cursor: pointer;
}

.navigation-ul li a {
	display: flex;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	transition: 0.4s;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: space-evenly;
	box-sizing: border-box;
	letter-spacing: 1px;
}

.navigation-ul li a:hover {
	background-color: #003200;
}

.navigation-ul li.navigation-link-active {
	background: #147d39;
	font-weight: bold;
}

.navigation-ul li.navigation-link-active a:hover {
	background: #147d39;
	font-weight: bold;
}

.menu-icon {
	display: none;
}


/*
################	################
               LAYOUT
################	################
*/

.site-width {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	width: 100%;
	background: #d1d1d1;
}

.row {
	display: flex;
}

.col {
	display: table-column;
	float: none;
}

.flex-default {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	justify-content: space-between;
}


/* 1 column */

.flex-1-col {
	width: 100%;
}


/* 2 columns */

.flex-2-col>div {
	width: calc(50% - 6px);
}

.flex-2-col>div {
	width: calc(50% - 6px);
}

.pedir-cita {
	margin-top: 20px;
}

.pedir-cita img {
	max-width: 70px;
	display: block;
	float: left;
	margin-right: 15px;
	display: none;
}

.cita-web {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	width: calc(100% - 8px) !important;
}

body>div.site-width>div.site-width>div>div.cita-web>div>div>div:nth-child(2) {
	margin-bottom: 20px;
	margin-top: 20px;
}

.cita-web-taller-escogido {
	background: #fff;
	padding: 15px;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 8px) !important;
}

.cita-web-taller-escogido h1 {
	font-size: 18px;
	color: #137d39;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cita-telefono {
	width: calc(40% - 8px) !important;
}

.test-seguridad {
	box-sizing: border-box;
	width: calc(60% - 8px) !important;
}

.test-seguridad-mas {
	width: calc(40% - 8px) !important;
}

.test-seguridad-mas p {
	font-size: 13px;
	color: #595959;
	line-height: 19.5px;
	padding: 15px;
	width: 50%;
	float: left;
	text-align: center;
}

.test-seguridad-mas img {}

.company-color {
	color: #004000;
	font-weight: bold;
}

.test-seguridad p {
	font-size: 13px;
	color: #595959;
	line-height: 19.5px;
	padding: 15px;
}

#quedese-tranquilo-text {
	width: unset;
	text-align: left;
	float: inherit;
}

.test-seguridad-mas img {
	width: 160px;
}

.quedese-tranquilo-title {
	clear: both;
}

.pedir-cita h1 {
	font-size: 18px;
	margin-right: 10px;
	color: #137d39;
	font-weight: bold;
	margin-top: 20px;
	float: left;
}

.mobile-phone-numbers {
	display: none;
}

.agreement-checkbox {
	margin-top: 15px;
}

.mobile .cita-web-taller-escogido {
	width: calc(100% - 8px) !important;
}

.porque-nosotros img {
	width: 100%;
	max-width: 670px;
}

.porque-nosotros {
	width: 100%;
	background: #fff;
	margin-top: 15px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}

.porque-nosotros h1 {
	color: #004000;
	font-size: 24px;
	margin-bottom: 15px;
}

.pedir_cita-img-title-description {
	flex-flow: row wrap;
	justify-content: space-between;
	height: 65px;
	width: 100%;
	/* justify-content: center; */
	margin-bottom: 15px;
}

.pedir_cita-img-title-description h1 {
	text-align: left;
}

.pedir_cita-img-title-description p {
	font-weight: bold;
	font-size: 14px;
}

.pagination-div ul li {
	display: inline;
}


/* 3 columns */

.flex-3-col>div {
	width: calc(33% - 6px);
}


/* 4 columns */

.flex-4-col>div {
	width: calc(25% - 8px);
}


/* 5 columns */

.flex-5-col>div {
	width: calc(20% - 8px);
}

.flex-2-col.select-mecanica>div,
.flex-2-col.select-tires>div {
	width: 100%;
}

.flex-3-col.pagos-row>div,
.neumaticos-form-3-col>div {
	width: calc(33.3% - 8px);
	margin-left: 4px;
}

.neumaticos-form-3-col {
	width: 100%;
}

.blog-about>.col:nth-child(1) {
	width: calc(70% - 8px);
}

.taller-left {
	width: calc(70% - 8px);
}

body>div>div.content>div>div.col.blog-col>div {
	padding: 15px;
	box-sizing: border-box;
}

body>div.site-width>div.content>div.row.flex-default.blog-about.flex-2-col>div:nth-child(2) {
	width: calc(30% - 8px);
}


/*
################	################
             HOME PAGE
################	################
*/

.form-group select {
	width: 100%;
}

.home-form {
	margin-bottom: 16px;
	-webkit-box-shadow: 5px 2px 49px -15px rgba(153, 144, 153, 1);
	width: 100%;
	height: auto;
}

.bloque-content-sidebar,
.talleres-bloques {
	background: white;
	margin-bottom: 20px;
	width: 100%;
}

.content-one-column,
.neumaticos-sidebar-content-bloque {
	width: 100%;
	background: white;
}

ul li {
	font-size: 13px;
	color: #595959;
	line-height: 19.5px;
}

.home-form-wrapper {
	align-items: center;
	justify-content: center;
	vertical-align: text-bottom;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}

.neumaticos-form-wrapper {
	background: URL("../images/form_bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}

.neumaticos-form {
	width: 600px;
}

.neumaticos-formulario {
	width: 100%;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.home-form h3,
.content h3,
.home-headers {
	background-color: #147d39;
	margin-top: 0;
	color: #fff;
	height: 54px;
	box-sizing: border-box;
	font-size: 18px;
	padding: 17px;
	padding-left: 23px;
	font-weight: bold;
}

.company-highilight {
	color: #004000;
	font-weight: bold;
	font-style: italic;
}

.blog-post {
	background: #fff;
	padding-bottom: 92px;
	padding-bottom: 54px;
	margin-top: 18px;
	width: calc(50% - 8px);
	max-height: 620px;
}

.content {
	background: #f6f6f6;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	margin-top: -2px;
}

.ol-list-style li {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: upper-roman;
	margin-left: 30px;
}

.container {
	width: 100%;
	height: auto;
	padding: 30px;
	box-sizing: border-box;
}

.logo-img-bottom {
	max-width: 430px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
}

select {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}

.body_block_padding {
	box-sizing: border-box;
	line-height: 24px;
}

.codigo-postal-input {
	background: rgba(238, 238, 238, 1);
	color: #9797a5;
	border: 1px solid #d1d1d1;
	padding-left: 5px;
	border-radius: 2px;
	height: 26px;
	width: 370px;
}

.busqueda-por-codigo-postal {
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	align-items: center;
	color: white;
	background: #004000;
	height: 60px;
	padding: 10px;
}

.codigo-postal-buscador {
	width: 100%;
	background: #004000;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}


/*
################	################
             HOME PAGE
################	################
*/

.blog-post h4 {
	font-size: 16px;
	margin: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 36px;
	font-weight: bold;
}

.blog-post h4 a {
	color: #595959;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 36px;
	font-weight: bold;
}

.blog-post p {
	max-height: 232px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
}

.blog-post img {
	width: 100%;
}

select {
	background: rgba(238, 238, 238, 1);
	color: #9797a5;
	border: 1px solid #d1d1d1;
	padding-left: 5px;
	border-radius: 2px;
}

b {
	font-weight: bold;
}

option {
	background: #fff;
	color: #004000;
}

.cita-inputs {
	background: #fff;
}

.cita-web-notas {
	color: #595959;
	font-size: 12px;
	width: 100%;
	line-height: 23px;
	margin-top: 20px;
	margin-bottom: 40px;
}

.reservar-cita {
	background: #ED7D39;
	margin-bottom: 20px;
	width: 200px;
	height: 44px;
	color: white;
	font-weight: bold;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	font-size: 23px;
	cursor: pointer;
}

.cita-inputs div {
	display: block;
}

.phone-numbers-citas span {
	font-weight: bold;
	background: #147d39;
	color: #fff;
	border-radius: 5px;
	padding: 2px 12px;
	margin-right: 5px;
}

.cita-telefono {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.cita-inputs div input {
	width: 100% !important;
	padding-left: 0;
}

.phone-numbers-citas {
	padding: 0;
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	list-style-type: none;
	line-height: 32px;
	color: #323232;
	font-size: 12px;
	display: block;
	margin-top: 14px;
}

.cita-telefono-image {}

.neumaticos_form_btn {
	color: #fff;
	background: #147d39;
	border: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 15px;
	width: 208px;
	border-radius: 4px;
	font-size: 16px;
	height: 45px;
	box-sizing: border-box;
	transition: 0.4s;
	cursor: pointer;
	margin-top: 33px;
}

.cita-web-en-prersupuesto {
	background: white;
	width: 100% !important;
	margin-top: 20px;
}

.pedir-cita-btn,
.editar-presupuesto {
	color: #fff;
	background: #ED7D39;
	border: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px;
	border-radius: 4px;
	font-size: 16px;
	height: 45px;
	box-sizing: border-box;
	transition: 0.4s;
	cursor: pointer;
}

.neumaticos_form_btn:hover {
	background-color: #147d39;
}

.home-form-button-container {
	clear: both;
	padding-top: 0px;
	text-align: center;
	width: 100%;
}

form {
	padding: 20px;
	box-sizing: border-box;
	display: block;
}

.cita-web form{
	padding: 0px	;
}

.pedir-llamada-textarea {
	width: 100%;
	height: 220px;
}

.neumaticos_bartos_sidebar {
	background: #fff;
	width: 100%;
	margin-bottom: 30px;
}

.taller-content {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
}

.taller-content p {
	font-size: 16px;
}

.taller-content p {
	margin-bottom: 15px;
}

.listados-ul {
	width: 100%;
}

.listados {
	width: 100% !important;
	background: #fff;
	text-transform: capitalize !important;
}

.listados-li {
	width: 33.3%;
	float: left;
	margin-bottom: 10px;
	text-transform: capitalize !important;
}

.listados-li a {
	text-transform: capitalize !important;
	color: #186b35;
	font-size: 14px;
	text-decoration: none;
}

.sidebar-content {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
}

.column_sidebar {
	width: calc(30% - 8px) !important;
}

.neumaticos_bartos_sidebar p {
	padding: 15px;
}

.read-more-link {
	color: #186b35;
	margin-top: 70px;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	font-size: 14px;
	text-decoration: none;

}

.read-more-link:hover {
	font-weight: bold;
	color: #004000;
}

.read-more-link:hover {
	font-weight: bold;
	color: #003f00;
}

.buscador-steps {
	display: flex;
	flex: 1;
	width: 100%;
	flex-direction: column;
	align-items: start;
	flex-flow: row wrap;
	justify-content: space-between;
	background: #eee;
	height: 65px;
	width: 100%;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.buscador-steps li {
	display: inline;
	height: 100%;
	display: inline-flex;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 14px;
	width: 33.3%;
	text-align: center;
	justify-content: center;
	color: #a5a5a5;
	border-right: 1px solid #d7d7d7;
	align-self: center;
}

.buscador-steps li p {
	color: #a5a5a5;
}

.buscador-steps .active {
	background: #147d39;
	color: white;
}

.buscador-steps .active p {
	color: #fff;
}

.buscador-steps li.active>span {
	background: #004000;
	color: #fff;
}

.buscador-steps li span {
	background: #a6a6a6;
	/* padding: 30px; */
	border-radius: 2px;
	height: 30px;
	width: 30px;
	display: flex;
	margin-right: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	color: #eeeeee;
}

.taller-left-block {
	width: 100% !important;
	margin-bottom: 15px;
	background: white;
	display: none;
}

.buscar-por-localidad {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mapa-talleres {
	width: 100%;
}

.talleres-links a {
	color: #147d39;
	text-decoration: none;
	padding: 10px;
	display: block;
}

.talller-active {
	font-weight: bold;
	color: #147d39
}

.talller-active>a {
	color: #fff;
}

iframe {
	width: 100% !important;
}

.checkboxes-buscador div {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-bottom: 5px;
	margin-right: auto;
}

.price-range {
	display: flex !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 10px;
}

.price-range-inputs {
	background: #eeeeee;
	height: 35px;
	width: 50% !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: none;
	padding-left: 20px;
	box-sizing: border-box;
}

#input-select,
#input-number {
	padding: 7px;
	margin: 15px 5px 5px;
	width: 70px;
}

.noUi-horizontal {
	height: 10px;
	margin-bottom: 30px;
}

.noUi-horizontal .noUi-handle {
	width: 30px;
	height: 30px;
	left: -17px;
	top: -10px;
	border-radius: 50%;
	outline: 0;
}

.test-seguridad-div {
	margin-bottom: 15px;
	background: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #337ab7;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
	cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/*
################	################
               FOOTER
################	################
*/

.pagos-row {
	box-sizing: border-box;
	padding: 28px;
}

.pagos {
	background: #147d39;
	height: auto;
	color: #fff;
	width: 100%;
}

.pagos a {
	margin-top: 25px;
	font-size: 12px;
	font-weight: lighter;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.pagos h3 {
	text-align: center;
	width: 100%;
	margin-top: 22px;
	font-weight: bold;
}

.pagos-card-img {
	max-width: 90px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

footer {
	background: #fff;
}

.footer-links {
	background: #fff;
	width: 100%;
}

.footer-links ul {
	list-style-type: none;
	padding: 0;
}

.footer-links h4 {
	font-size: 24px;
	color: #004000;
	margin-bottom: 10px;
	margin-top: 50px;
	font-weight: bold;
}

.footer-links a:hover {
	color: #004000;
	font-weight: bold;
}

.footer-links a {
	background: #fff;
	color: #186b35;
	line-height: 38px;
	text-decoration: none;
	font-size: 14px;

}

.mobile-telefonos {
	background: red;
	height: 30px;
	width: 100%;
}

.search_bar_section {
	background: white;
	width: 100%;
}

.search_bar_select {
	margin: 0;
	background: white;
	height: 30px;
}

.que_necesita_Text {
	max-width: 700px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	box-sizing: border-box;
}

.main_searbar {
	display: flex;
	box-sizing: border-box;
	max-width: 700px;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	background: #004000;
	height: 60px;
	padding: 10px;
}

.buscar-main-search-submit {
	background: #147d39;
	color: white;
	width: 110px;
	border: 0;
	height: 30px;
	font-weight: bold;
}

.main_searchbar_col {
	flex: 50%;
	padding: 5px;
}

@media only screen and (min-width: 100px) and (max-width: 1000px) {
	/*HEADER*/
    
    #contenedor_ofertas{
        
        width:90%;float:left;background-color:#fff;margin:5px;display:block;
    }
    
	.mobile .header .row {
		display: block;
	}
	.header{
		padding-bottom:25px;
	}
	.g-recaptcha {
		margin-top: 10px;
		width: 100%;
		margin-bottom:10px !important;
	}

	.mobile .cita-telefono {
		margin-top: 15px;
	}

	.mobile-cart-icon{
		margin-top:25px;
	}


	.cart-item-count{
		background:#004000;
	}

	.mobile .detalles_presupuesto_btn {
		background: #ED7D39;
    /* color: #fff; */
    /* border: none; */
    /* margin-top: 14px; */
    height: 28px;
    width: 115px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 30px;
    float: right;
    /* position: absolute; */
    margin-left: 13px;
		margin-top: 0px;
	}

	.logo-img {
		box-sizing: border-box;
		max-width: 253px;
		margin-left: 28px;
	}
	.mobile .neumaticos-resumen-info {
		width: 100%;
	}
	.mobile .price-resumen {
		float: left;
		width: 100%;
		box-sizing: border-box;
		margin-top: 5px;
	}
	.mobile .resumen-list-presupuesto {
		height: auto;
		display: table;
	}
	.neumaticos-carrito-items p {
		width: 173px;
		    font-size: 12px;
	}
.cart-items img{
	width:40px;
}



	.mobile .buscador h2 {
		background-color: #004000;
		color: white;
		height: 48px;
		display: flex;
		text-align: center;
		justify-content: flex-start;
		font-size: 18px;
		padding-left: 20px;
	}
	.mobile body>div>div.site-width>div>div:nth-child(3)>div>div:nth-child(1)>div>h2 {
		background: white !important;
		color: #000!important;
		padding: 0!important;
	}
	.mobile .buscador {
		width: 100%;
		background: white;
	}
	body>div>div.site-width>div>div.site-width>div>div:nth-child(1)>div>form>div {
		padding: 20px !important;
	}
	.mobile .description-title {
		width: 28%;
	}
	.mobile .prespuesto-delete-item {
		margin-left: 0;
	}
	.mobile .cambiar-taller {
		background: #fff;
		width: 100%;
		height: auto;
		padding: 0;
		box-sizing: border-box;
		margin-bottom: 22px;
	}
	.mobile .header .col {
		width: 100%;
		display: block;
		height: 30px;
	}

.mobile .navigation {
display:none;
}

.mobile .navigation-ul {
    display: block;
		overflow: auto;
    position: fixed;
    background: #147d39;
    top: 60px;
    height: 100vh;
		z-index: 9999;
}

#bloque1 > div > div:nth-child(2){
	z-index: 99;
}

.mobile .cart-box{
	width:100%;
}

.mobile .cart-box{
  margin-top:30px;
}

.mobile .fa-shopping-cart{
  font-size: 60px;
}


	.mobile .extra-info {
		position: relative;
		top: auto;
		right: auto;
		background: #004000;
		float: left;
		width: 100%;
		padding: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	.mobile .extra-info a {
		display: block;
		color: white;
		text-align: center;
		padding: 14px 16px;
	}
	.logo-mobile {
		color: white;
		padding-left: 18px;
		padding-top: 19px;
		font-weight: bold;
		font-style: italic;
		display: none;
		float: left;
		width: auto;
		font-size: 5vw;
		display: block;
	}
	.mobile-phone-numbers>p {
		font-size: 19px;
		color: #595959;
		line-height: 19.5px;
		float: left;
		width: 30%;
		background: #eee;
	}
	.mobile .phone-numbers {
		display: block;
	}
	.mobile-phone-numbers span {
		font-weight: bold;
		background: #147d39;
		color: #fff;
		border-radius: 5px;
		padding: 11px 12px;
		margin-right: 8px;
		margin-left: 8px;
	}
	/*NAVIGATION*/

	.mobile .navigation-ul>li {
		display: block;
		width: 100%;
	}
	.navigation-ul li a {
		text-align: left;
	}
	html .navigation-ul li a:hover {
		background-color: inherit;
	}

	.mobile .extra-info a {
		text-align: left;
	}
	.ul.phone-numbers span {
		font-size: 15px;
	}
	body>div>div.navigation.mobile-nav.menu-opened>ul>li:nth-child(9) {
		text-align: center;
	}

	.ciudad-telefono {
		width: 176px;
	}
	ul.phone-numbers span {
		color: #147d39;
		font-size: 13px;
	}
	.mobile .menu-icon {
		display: block !important;
		position: initial;
		float: right;
		margin-right: 32px;
		margin-top: 16px;
	}
	.close-menu {
		float: right;
		font-size: 43px;
	}
	.mobile .navigation {
		left: -900px;
	}
	.navigation-mobile {
		background: #004000;
		width: 100%;
		z-index:9999;
	}
	.navigation-mobile img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.extra-info li {
		width: 100%;
	}
	ul.extra-info>li a>i {
		display: none;
	}
	.navigation-bar {
		background: #004000;
		height: 60px;
		width: 100%;
		position: fixed;
		top: 0px;
	}
	.navigation-ul .dropdown {
		position: relative;
		width: 100%;
		height: auto;
		left: auto;
		top: 0;
		z-index: 99999;
		background: #004000;
	}
	.menu-icon {
		display: none;
		position: absolute;
		right: 0;
		color: #004000;
		right: 10px;
		top: 20px;
	}

	.mobile .navigation-ul .dropdown li {
		background: #003200;
	}
	.mobile .otras-opcienes-form-part-1 {
		width: 100%;
	}
	.mobile .navigation-ul .dropdown li a {
		color: #fff;
	}
	.mobile .navigation-ul .dropdown li a:hover {
		color: #fff;
	}
	.mobile .necesitamecanica-pregunta {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}
	.opciones-mecanica {
		margin-left: 0px;
	}
	.resumen-presupuesto-otras-opcienes-labels {
		padding-left: 0 !important;
	}
	.prespuesto-y-cita {
		width: 100%;
	}
	.opciones_frecuentes {
		width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
		margin-left: 0 !important;
	}
	.mobile .buscador-inputs,
	.buscador-taller-inputs {
		padding: 0;
	}
	.mobile .cita-total-neumaticos {
		width: 100%;
	}
	#checkboxlist>div {
		font-size: 14px !important;
		font-weight: bold;
		margin-bottom: 15px;
		width: 100%;
	}
	#checkboxlist>div>small {
		font-size: 10px;
	}
	.resumen-img-presupuesto {
		display: none;
	}
	.quantity.buttons_added {
		margin-top: 0;
	}
	/*CONTENT HOMEPAGE*/
	.neumaticos_bartos_sidebar {
		background: #fff;
	}
	.home-form h3,
	.content h3 {
		font-size: 15px;
		height: 47px;
	}
	.content {}
	.neumaticos_bartos_sidebar {
		margin-top: 30px;
		background: #fff;
		width: 100%;
	}
	/*FOOTER*/
	.mobile .flex-3-col.pagos-row>div {
		width: calc(33.3% - 10px);
	}
	.flex-5-col>div {
		width: calc(20% - 10px);
	}
	.mobile .flex-default .col {
		width: 100%;
	}
	.mobile .phone-numbers li:nth-child(1n) {
		width: 100%;
	}
	.mobile .footer-links .flex-default .col {
		width: calc(20% - 10px);
	}
	.mobile .footer-links .flex-default .col {
		width: 100%;
	}
	.logo-img-bottom {
		max-width: 307px;
		display: block;
		margin: 0 auto;
		padding-bottom: 33px;
	}
	.mobile .flex-3-col.pagos-row>div {
		width: 100%;
	}
	.flex-4-col>div {
		width: 100%;
	}
	.flex-2-col>div {
		width: 100%;
	}
	.home-form {
		height: auto;
	}
	div.menu-icon>i {
		font-size: 28px;
		cursor: pointer;
	}
	.select-mecanica {
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.mobile .blog-post,
	.mobile .blog-col {
		width: 100% !important;
	}
	.blog-about .col {
		width: 100% !important;
	}

	.mobile .buscador-steps {
		display: block;
		height: auto;
	}
	.mobile .buscador-steps li {
		display: inline-block;
		width: 32.33%;
		font-size: 10px;
		padding: 2px;
		border-right: none !important;
	}
	.mobile .buscador-steps li span {
		width: 18px;
		height: 18px;
	}
	.mobile .buscador-steps li p {
		display: block;
		height: 40px;
	}
	.mobile .buscador-steps li span {
		display: none !important;
	}
	.mobile #mapa-google {
		display: none;
	}
	.mobile .pricing {
		width: 100%;
	}
	.mobile .buscador-results .result-li {
		height: auto;
		margin-top: 15px;
	}
	.quantity.buttons_added .minus,
	.quantity.buttons_added .plus {
		padding: 7px 6px 8px;
		height: 36px;
	}
	.mobile .result-image-container {}
	.quantity .input-text.qty {
		height: 34px;
	}
	.presupuesto-resumen-ul {
		margin-top: 20px;
		display: block;
		padding-top: 10px;
		padding-bottom: 29px;
	}
	.description-title {
		width: 32%;
	}
	.cantitad-item-presupuesto {
		width: 28%;
	}
	.mobile .result-image-container img {
		max-width: 120px;
		margin-right: 14px;
	}
	.mobile .buscador-results .result-title {}
	.mobile .result-info {
		height: auto;
		width: 100%;
		margin-left: auto;
		max-width: 480px;
		display: block;
		margin-right: auto;
		float: none;
		margin-top: 15px;
	}
	.prespuesto-delete-item {
		margin-top: 0;
		margin-left: 24px;
        text-align:center;
	}
	.carrito-titulos {
		font-size: 13px;
	}
	.quantity .input-text.qty {

	}
}

@media only screen and (min-width: 0px) and (max-width: 578px) {
    #contenedor_ofertas{
        
        width:90%;float:left;background-color:#fff;margin:5px;display:block;
    }
    
	.mobile .result-image-container img {
		max-width: 75%;
	}
	.mobile .result-image-container {
		width: 20% !important;
		float: left !important;
	}
	.mobile .neumatico_detalles span,
	.icon-images span {
		background: #a5a5a5;
		color: white;
		/* padding: 11px; */
		display: flex;
		width: 20px;
		height: 19px;
		/* text-align: center; */
		font-size: 10px;
		/* margin-right: 0px; */
		/* align-self: center; */
		align-items: center;
		justify-content: center;
		margin-right: 8px;
		display: block;
		float: left;
		text-align: center;
	}
	.mobile .neumatico_detalles {
		width: 80% !important;
		float: left;
	}
	.mobile .neumatico_detalles p {
		font-size: 12px;
		margin-bottom: 10px;
		font-weight: bold;
		display: flex;
		align-items: center;
		display: inline-block;
		float: left;
		width: 50%;
		font-size: 10px;
	}
	.mobile .precio-normal {
		font-size: 21px;
		font-weight: bold;
		margin-top: 2px;
		margin-bottom: 0;
		display: block;
	}
	.mobile .buscador-results .result-li {
		margin-top: 0;
	}
	.mobile .neumaticos-btns {
		width: 100% !important;
        padding:0px;
		float: left;
		display: inline-block;
        text-align:right;
	}
	.mobile>div.result-li>p:nth-child(2) {
		display: none;
	}
	.mobile .quantity .quantity_div {
		width: 80% !important;
		float: left !important;
		display: inline-block !important;
	}
	.mobile .cantidad-span {
		display: inline-flex;
		height: 26px;
		align-self: center;
		align-items: center;
		margin-right: 25px;
		font-weight: bold;
	}
	.mobile .precio- .mobile .detalles_presupuesto_btn {
		background: #ED7D39;
		color: #fff;
		border: none;
		margin-top: 14px;
		height: 33px;
		width: 210px;
		display: block;
		cursor: pointer;
	}
	.mobile .quantity .input-text.qty {
		height: 24px;
	}
	.mobile .quantity.buttons_added .minus,
	.quantity.buttons_added .plus {
		padding: 3px 3px 3px;
		height: 20px;
	}
	.neumaticos-form-3-col>div {
		display: block;
		width: 100%;
	}
	.result-image-container {
		width: 100%;
	}
	.result-and-price-container {
		width: 100%;
		margin-left: 0;
	}
	.mobile .result-detail-and-price {
		float: left;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.mobile .test-seguridad-mas p {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
	}
	.mobile .stock-availibility {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.mobile .test-seguridad-mas img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile .pedir_presupuesto_btn {
		width: 100%;
	}
	.title-and-db {
		margin-bottom: 10px;
	}
	.buscador-results .result-li {
		display: block;
	}
	.result-item {
		width: 100%;
		background: #fff;
		margin-top: 10px;
	}
	.mobile .icon-images img {
		width: 20px;
		margin-right: 3px;
	}
	.detalles_presupuesto_btn {
		width: 100%;
		cursor: pointer;
	}
}



@media screen and (max-width:640px) {
  
    #contenedor_ofertas{
        
        width:90%;float:left;background-color:#fff;margin:5px;display:block;
    }
    .mobile_no_display{
      
   
      display:none;
      
  }
  .mobile_si_display{
      display:block;
      width:100%;
       background-color:#ffffff;
  }
  .mobile_opcion{
   
     width: 46%;
     margin-left:2%;
     margin-right:2%;
     z-index: 99999;
     background: #003200;
    float:left;
     
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align:center;
    padding-top:20px;
    
    height: 50px;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    letter-spacing: 1px;
   }
    .mobile_opcion:hover{
           
           
        background: #147d39;
    }
   
}
@media screen and (max-width:1000px) and (min-width:640px) {
  /* reglas CSS */

  #contenedor_ofertas{
        
        width:90%;float:left;background-color:#fff;margin:5px;display:block;
    }
    
  .mobile_no_display{
      
   
     display:none;
      
  }
  .mobile_si_display{
      display:block;
       width:100%;
       background-color:#ffffff;
       
      
   }
   .mobile_opcion{
   
     width: 46%;
     margin-left:2%;
     margin-right:2%;
     z-index: 99999;
     background: #003200;
    float:left;
     
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align:center;
    padding-top:20px;
    
    
    height: 50px;
    align-items: center;
    justify-content: space-evenly;
    box-sizing: border-box;
    letter-spacing: 1px;
   }
   .mobile_opcion:hover{
           
           
        background: #147d39;
    }
       
   
}
@media screen and (min-width:1000px) {
  /* reglas CSS */
 
 #contenedor_ofertas{
        
        width:90%;float:left;background-color:#fff;margin:5px;display:block;
    }
    
  .mobile_no_display{
      
   
     display:block;
      
  }
  .mobile_si_display{
      display:none;
       width:100%;
     
}
.mobile_opcion{
   display:none;
   }

}

