select.form-control {
	border-radius: 0 !important;
}

select.form-control:focus {
	border-color: rgba(126, 239, 104, 0.8);
	/*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
	outline: 0 none;
}

.menu-option {
	padding-top: 5vh;
}

.nav-separator {
	margin-top: 1.5vh;
}

select#soflow, select#soflow2 {
	/*-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
	background-position: 97% center;
	background-repeat: no-repeat;*/
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
	border-radius: 5px !important;
}

.input-container {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 12vh;
}

.icons-linea a {
	text-decoration: none;
}

.icons-linea a span {
	color: #9F9F9F;
}

.icons-linea a img {
	width: 160px;
}

input, textarea {
	border-radius: 0 !important;
	background: rgba(255, 255, 255, 0.1 );
	border: 0px;
	margin-top: 10px;
}

#iconSelector {
	padding-top: 5vh;
	padding-bottom: 20vh;
	margin-top: 20vh;
}

.banner-line {
	border: none;
	border-radius: 0px;
	height: 60px;
	background-color: transparent;
	text-transform: uppercase;
}

.banner-bactericida, .btn-bactericida {
	background-color: #006220;
}

.banner-fungicida, .btn-fungicida {
	background-color: #76CEC9;
}

.banner-nutricion, .btn-nutricion {
	background-color: #8B7633;
}
/*Set colors*/
.banner-insecticida, .btn-insecticida {
	background-color: #C40E91;
}

.banner-biorracional, .btn-biorracional {
	background-color: #8AC746;
}

.banner-coadyuvante, .btn-coadyuvante {
	background-color: #AAA9A7;
}

.banner-herbicida, .btn-herbicida {
	background-color: #C3B354;
}

.product-name {
	font-family: 'gotham-black';
	font-size: 38px;
	letter-spacing: -2.5px;
}

.product-spec {
	font-size: 32px;
	letter-spacing: -2.5px;
}

.title-bactericida {
	color: #006220;
}

.subtitle-bactericida {
	color: #006220;
}

.title-fungicida {
	color: #76CEC9;
}

.subtitle-fungicida {
	color: #76CEC9;
}

.title-nutricion {
	color: #8B7633;
}

.subtitle-nutricion {
	color: #8B7633;
}

.title-insecticida {
	color: #C40E91;
}

.subtitle-insecticida {
	color: #C40E91;
}

.title-biorracional {
	color: #8AC746;
}

.subtitle-biorracional {
	color: #AFD331;
}

.title-coadyuvante {
	color: #AAA9A7;
}

.subtitle-coadyuvante {
	color: #AAA9A7;
}

.title-herbicida {
	color: #C3B354;
}

.subtitle-herbicida {
	color: #C3B354;
}

.banner {
	margin-left: -45px;
	z-index: 9;
	width: 93%;
	clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 0% 100%);
}

#productList {
	padding-left: 10%;
	padding-right: 10%;
}

@@media only screen and (max-width: 1345px) {
	/*#iconSelector{height:1000px;}*/
	.banner {
		width: 76%;
		padding-right: 22px;
	}

	.banner-line {
		margin-left: -50px;
	}
}

.product-img {
	width: 220px;
}

.img-dimentions {
	width: 180px;
}

.line-img {
	width: 80px !important;
}

.line-container .card-title {
	color: #FFF;
	font-size: 24px;
	padding-left: 40px;
	padding-top: 10px;
}

@@media only screen and (max-width: 375px) {
	.product-img {
		width: 100%;
	}

	.product-name {
		width: 110%;
		margin-left: -10%;
		text-align: center;
	}

	.line-container {
		width: 100%;
		padding-right: 0 !important;
	}

	.product-desc {
		padding-right: 10%;
	}

	.img-dimentions {
		width: 100%;
	}

	.toggeable-items {
		display: none;
	}

	.line-img {
		width: 60px !important;
		margin-left: 36px;
	}

	.line-container .card-title {
		font-size: 18px;
	}

	.banner {
		width: 60%;
		padding-right: 22px;
	}

	.input-container {
		padding-left: 60px !important;
	}
}





#bannerIcons {
	display: none;
}

.banner-icons {
	padding-left: 10%;
}

.fixed-btn {
	width: 30px;
	height: 30px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.fixed-btn:hover {
	width: 40px;
	height: 40px;
}

.icons-linea a {
	text-decoration: none;
}

.icons-linea a span {
	color: #9F9F9F;
}

.icons-linea a img {
	width: 160px;
}