/*

Theme Name: Pecador de la pradera

Theme URI: https://www.guiasdecompra.com

Author: Ignacio Cuesta Bores

Author URI: https://www.guiasdecompra.com/

Template: generatepress

Description: Child de generatepress nachil

Version: 1.0

*/

/*Nuevos estilos para el comparador y todas las mejoras */

.value {
  text-align: center;
  font-weight: bold;
  font-size: 10em;
  width: 90%; 
  height: 90px;
  line-height: 60px;
  margin: 40px auto;
  letter-spacing: -.07em;
  text-shadow: white 2px 2px 2px;
}
input[type="range"] {
  display: block;

  -webkit-appearance: none;
  background-color: #bdc3c7;
  width: 90%;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #0090ff;
  background-image: url('/arrow.png');
  background-position:center;
  background-size:20px 20px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  transition: .3s ease-in-out;
}​
  input[type="range"]::-webkit-slider-thumb:hover {
    background-color: white;
    border: 2px solid #0090ff;
  }
  input[type="range"]::-webkit-slider-thumb:active {
    transform: scale(1.6);
  }
  input[type="submit"]{
    -webkit-appearance: none;
	}
	
table ul{
	list-style:disc;
	text-align:left;
	margin-left:20px;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color:black;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .95em;
	font-weight:bold;
  letter-spacing: .1em;
  text-transform: uppercase;
	background:#2080ec;
	color:white;
}

  
  .tablepress thead th{
  	color: black;
  }

@media screen and (max-width: 750px) {

	
	.value{
		font-size:5em !important;
	}
	
}

.aawp-button{
	width:90%;
}

.aawp-widget{
	max-width:400px;
	margin: 0 auto;
	border-width: 2px;
	border-style: solid;
	border-color:#ec8e20;
	margin-bottom:35px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}

.aawp-product--vertical {
	border-width: 3px !important;
	border-style: solid;
	border-color:#ec8e20!important;
	margin-bottom:35px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}

.aawp-product--horizontal{
	border-width: 3px !important;
	border-style: solid;
	border-color:#ec8e20!important;
	margin-bottom:35px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}


.aawp-product--widget-vertical{
	border: 0px !important;
	
}

.aawp-widget .aawp-product__image{
	max-width:500px;
	max-height: 500px !important;
	height: auto;
	margin-top:10px !important;

}

.aawp-table__td-position, .aawp-table__th-position{
	display:none !important;
} 

.main-container{
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}
.article{
	width:100%;
}

.aligncenter{
	margin-left:auto !important;
	margin-right: auto;
	display:block;
}

.aawp-product__ribbon{
	background: #0090ff !important;
	font-weight:bold;
	width:90%;
	text-align: center;
	line-height:20px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	font-size:13px;
}

.comparador{
	background:#ffffffe0;
	width:80%;
	margin: 0 auto;
	padding:20px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}

.inner-button{
width:80%;
	margin: 0 auto;
}

.comparador-button{
	width:100%;
	text-align: center;
	background:#0090ff !important;
	color:white;
	font-size:20px;
	font-weight:bold;
}

.body-comparador {
  background: linear-gradient(120grad, rgb(100, 57, 134), rgb(152, 174, 213));
  position: relative;
  width: 100%;
  height: 100%;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:50px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0px 9px 24px 0px rgba(0,0,0,0.12);
}

#header #s {

    border-width: 1px !important;
	border-style: solid !important;
	border-color:black !important;
    margin: 0 !important;
    padding: 13px 0 13px 10px;
    width: 90% !important;
    height: 16px;
}


#header #searchform .fa-search{
	height: 24px !important;
	background-color: #2080ec;
	color: white !important;
	
}

.widget-sidebar-custom{
	text-align: center;
	padding: 10px 0 20px 0;
	border-radius: 5px 5px 5px 5px;
	box-shadow:0px 9px 24px 0px rgba(0,0,0,0.12);
}

.icon-awesome{
	font-size:40px
}

.widget-post-title{
	font-size:30px;
	font-weight: bold;
}

.discount{
	font-size:20px;
	margin-bottom:15px;
}

.myButton {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	cursor:pointer;
	font-size:16px;
	font-weight:bold;
	padding:7px 10px;
	margin:5px 15px;
	width:190px;
	text-decoration:none;
	background-color:#ff6c00;
}
