* {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

small {
    font-size: 12px;
}

.calculator {
    padding: 0;
	background: #F6F6F6;
}

.calculator h3 {
        font-weight: 600;
    }

.calculator p {
        font-size: 14px;
    }

.selection {
    width: 100%;
    height: 372px;
    padding: 0;
    margin: 0;
	display:flex;
	flex-direction:row !important;
	justify-content: space-evenly;
}

.select {
    width: 40%;
    height: 450px;
    padding: 15px 0 0 5px;
    font-size: 14px;
}

#bloque2{
	width: 40%;
    height: 360px;
	padding: 15px 0 0 5px;
	display: flex;
    flex-direction: column;
}

#bloqueGama{
	display: flex;
	width: 100%;
    height: 115px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
	margin-top: 85px;
}

.infoPed{
	/*display:flex;*/
	display:block;
	width: 100%;
	align-content: center;
    justify-content: center;
}

.select h3 {
        font-size: 16px;
    }

#free-cantidad, #free-cantidad2 {
    width: 60px;
    height: 30px;
    display: inline;
    margin-left: 22px;
    padding: 0;
}

#precioGamaNormal, #precioGamaMedia, #precioGamaAlta {
	font-weight: bold;
	font-size: 1.3em;
}

.muypequeno {
    font-size: 10px !important;
    margin-top: -20px !important;
    margin-bottom: 0px;
    padding-left: 10px !important;
}
/*#tintas1{
	width: 130px;
	margin-left: 14px;
}*/
#tintas1, #tintas2 {
    width: 60%;
	padding: 5px;
    border: 1px solid #ddd;
}
#tintas3, #tintas4 {
    width: 30%;
	padding: 5px;
    border: 1px solid #ddd;
}


.nombre {
    width: 20%;
	line-height: 2;
}

#plegado {
    margin-left: 22px;
}

#OpcionPlegado {
    display: display;
}

#radiocol1 + label, #radiocol3 + label {
    font-size: 14px !important;
    margin-bottom: 20px;
    margin-top: 15px;
}

#radiocol1 + label {
    margin-left: 10px !important;
}

#radiocol3 + label {
    margin-left: 2px !important;
}

#plegado + label {
    margin-left: 15px !important;
}

#plegado2 + label {
    margin-left: 10px !important;
}

.calc-cuando {
    padding-top: 22px !important;
    display: none;
	margin-top: 58px;
}

.det-prizes {
    margin-top: 14px;
    margin-left: -4.5px;
}

.det-prizes label {
        padding: 7px !important;
    }

.descuento {
    width: 307px;
    height: 30px;
    padding-top: 5px;
    overflow: hidden;
    display: block;
    margin-top: 40px !important;
    margin-left: 2px !important;
    background: #ffffff;
    color: #fff;
    text-align: center;
    z-index: 10 !important;
    margin-right: auto;
    margin-bottom: 0;
}

.descuento p {
        margin: 0;
        padding: 0 10px 0 10px;
        font-size: 14px;
    }

.abstract {
    width: 100%;
	/* height:230px; */
	margin-top: 6px;
	}

.abstract h3 {
    font-size: 20px;
}

.abstract ul {
    font-size: 14px;
    padding-left: 20px;
	line-height: 1.40;
}

.tshirt-wrapper {
    width: 1px;
    margin-left: 310px;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

.tshirt {
    width: 1px;
    height: 1px;
    position: relative;
    float left;
    margin: 0;
    padding-top: 1px;
    overflow: hidden;
    z-index: 1;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.tshirt a, .tshirt a:hover {
        color: #222222;
        c;
    }

.calcbtn {
    width: 220px;
    display: block;
    margin: 0 auto !important;
    margin-top: -30px !important;
}

.lainfo {
    position: relative;
    z-index: 9999;
    margin-left: 5px;
    cursor: pointer;
}

#img-basic1, #img-basic2, #img-basic3 {
    width: 240px;
    height: auto;
    margin-top: -30px;
    transition: background 0s;
    -webkit-transition: background 0s;
}

.tshirt-img {
    width: 230px;
    height: 242px;
    white-space: normal;
    margin-top: -30px;
    margin-bottom: 35px;
}

.pricesF {
    margin-top: 30px;
    margin-bottom: 50px;
}

.pricesF p {
        font-size: 18px !important;
    }

#precio1, #precio2, #precio3 {
    font-weight: bold;
}

#precio1IVA, #precio2IVA, #precio3IVA {
    font-weight: bold;
}

#cantidadreal {
    position: fixed;
    top: 0;
    margin-top: 40px;
    margin-left: 100px;
}

#Restodo {
    opacity: 0;
    /*opacity: 1;infoPed*/
    margin-top: 10px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

#resumenTotal {
    /*opacity: 0;
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;*/
	display:block;
	justify-content: space-around;
}

#radioest2 {
    display: none;
}

#alerta {
	width: 223px;
	height: 300px;
	border: 3px solid #ffffff;
	display: none;
	position: fixed;
	top: 36%;
	left: 267px;
	margin-top: -200px;
	margin-left: -250px;
	padding: 22px;
	border-radius: 2px;
	z-index: 9999;
	background-color: #Fe0000;
}

#alerta h3 {
        font-weight: bold;
        font-size: 40px;
        margin-top: -5px;
        color: #fff;
    }

.tel {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0;
}

.gratis {
    font-size: 16px;
}

.cerrar {
    float: right;
    margin-top: -5px;
    margin-right: 101px;
    padding: 8px 12px 8px 12px;
    background: #fff;
    border-radius: 30px;
    color: #fe0000;
    font-weight: bold;
    font-size: 25px;
}

.cerrar:hover {
        color: #8C181B;
    }

#alerta2 .cerrar {
    margin-top: -5px;
}

#alerta a:hover, #alerta2 a:hover {
    text-decoration: none;
}

#fondo {
    width: 100%;
    height: 0%;
    background: #000;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.bub-wrapper {
    width: 420px;
    overflow: hidden;
    padding-left: 18px;
    opacity: 0;
    margin-top: 45px;
}

.btn-enviar {
   width: 100%;
    margin-left: -10px;
    background: #fe0000;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    padding: 8px 5px;
	border-radius: 87px 87px 87px 87px;
	margin-top: 0px;
	}

#BotonEnviar{
	width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
}

#tour3 {
    display: flex;
    flex-direction: column;
    width: 300px;
}

.bloque {
    display: flex;
    width: 350px;
}

.columna {
    width: 100%;
}

.columnaM {
    width: 300px;
}

html{
    background:#f6f6f6 !important;
}

#bloqueEnvio{
	max-height:110px;
	padding-left:2px;
}

/*RESPONSIVE*/
@media (max-width: 1200px) {
	.select{
		width: 52%;
	}
	
	#bloque2{
		width: 45%;
	}
}



@media (max-width: 992px) {
   .det-prizes input[type=radio]+label{
	 width: 24% !important;
   }
   .btn-enviar{
	   margin-left: 0; 
   }
   
   #contenedor{
	   padding:20px;
   }
   
  
   
  /* .selection{
	   flex-direction:column !important;
   }*/
   
}

 @media only screen and (max-width: 660px) and (min-width: 615px)  {
	   
	.selection{
		flex-direction:column !important;
	}
	
	.select {
		height: 320px
	}
	
   }

@media (max-width: 400px) {
	.select{
		margin-bottom:20px;
	}
		.selection{
		flex-direction:column !important;
	}
}


@media (max-width: 560px) {
	.select,#bloque2{
		width:100% !important;
	}
	
	.select{
		height: 405px !important;
		margin-top: 0px;
	}
	
	#bloque2{
		height:584px !important;
	}
		.selection{
		flex-direction:column !important;
	}
	
}