/*qty carro*/
.quantity {
	position: relative;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.quantity input {
	width: 65px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #eee;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
.hero_title_container {
    min-height: 300px;
    background-color: #f4f4f4;
	background: url("../assets/img/banners/<?php echo $row_bannerHeader["imagen"]; ?>");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
/*select2*/
.form-control {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 15px;
	
}
  
.form-control:hover,
.form-control:focus,
.form-control:active {
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #34495e	
}
.select2.select2-container {
  width: 100% !important;
}
.select2.select2-container .select2-selection {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 34px;
  margin-bottom: 15px;
  outline: none;
  transition: all .15s ease-in-out;
}
.select2.select2-container .select2-selection .select2-selection__rendered {
	color: #333;
	line-height: 32px;
	padding-right: 33px;
}
.select2.select2-container .select2-selection .select2-selection__arrow {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  height: 32px;
  width: 33px;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #f8f8f8;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}
.select2.select2-container.select2-container--focus .select2-selection {
	border: 1px solid #34495e;
}
.select2.select2-container .select2-selection--multiple { 
	height: auto;
	min-height: 34px
}
.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
	margin-top: 0;
	height: 32px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
	padding: 0 4px;
 	line-height: 29px;
}
.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	margin: 0;
	text-align: center;
	color: #e74c3c;
	font-weight: bold;
	font-size: 16px;
}
.select2-container .select2-dropdown {
	background: transparent;
	border: none;
	margin-top: -5px;
}
.select2-container .select2-dropdown .select2-search {
	padding: 0;
}
.select2-container .select2-dropdown .select2-search input {
	outline: none;
	border: 1px solid #34495e;
	border-bottom: none;
	padding: 4px 6px;
}
.select2-container .select2-dropdown .select2-results {
	padding: 0;
}
.select2-container .select2-dropdown .select2-results ul {
	background: #fff;
	border: 1px solid #34495e;
}
.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
	background-color: #3498db;
}
.big-drop {
  width: 600px!important;
}
/*btn telefono*/
.telefono {
	position:fixed;
	width:75px;
	height:75px;
	bottom:20px;
	right:20px;
	background-color:#fe0000;
	color:#FFF;
	border-radius:65px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 99999;
}
.telefono i {
	margin-top: 25px;
	font-size: 26px;
}
/*banner home*/
.promo-section {
	padding-top:12.5rem;
	padding-bottom:11.9rem;
	background-color:#24252A;
}
.promo-content {
	position:relative;
	text-align:center;
}
.promo-content h2 {
	color:#fff;
	font-size:4.088rem;
	font-family:'Segoe Script', 'Savoye LET';
	line-height:1;
	letter-spacing:.001em;
}
.promo-content h3 {
	color:#fff;
	font-size:8.886rem;
	line-height:1;
}
.promo-content hr {
	border-top-color:#fff;
}
.promo-content .btn {
	padding:1.22em 2.95em;
}.promo-content .divider-short-thick {
	margin:2.2rem auto 3rem;
	width:53.38px;
	border-top-width:4.44px;
}
.promo-content h2 {
	font-size:5vw;
}.promo-content h3 {
	font-size:10vw;
}