/* RESET DE HTML 5 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face{
    font-family: "Myriad-Pro";  
    src: url(../fonts/MyriadPro-Regular.otf) format("truetype");
}
@font-face{
    font-family: "Effra-Bold";  
    src: url(../fonts/Effra-Bold.ttf) format("truetype");
}
body {
	line-height: 1;
	font-family: 'Myriad-Pro', sans-serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header, nav, section, article, footer, aside, figure {  display:block; margin-left:auto; margin-right:auto;}

/*GENERALES*/
body {
	/*background: #e1e3e4;	*/
}

.main-wrapper {
	width: 1100px;
	min-height: 105px;
	margin: 0 auto 20px auto;
}

.main-wrapper.cp{
	padding-bottom: 40px;
}

.clear {
	clear: both;
}

p {
	font-family: 'Myriad-Pro', sans-serif !important;
}

/*MENU*/
header {
	margin-top: -8px;
}

header nav.top-nav {
	padding: 20px 78px;
	width: 100%;
	//margin-bottom: 20px; 
	background: white;
	-webkit-box-shadow: 0px 4px 9px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 9px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 9px 0px rgba(50, 50, 50, 0.75);
}

.logo {
	float: left;
	display: inline-block;
	margin-top: 5px;
}

.logo img {
	width: 218px;
}

.logo_2 {
	float: right;
	display: inline-block;
	margin-top: 5px;
}

.logo_2 img {
	width: 180px;
}

#main-menu {
	float:right;
	display:block;
	list-style:none;
	padding-left: 0;
	margin: 0;
	//margin-right: 125px;
}

#main-menu li {
	float: left;
	padding: 3px 20px;
	color:#a0a0a0;
	font-size:16px;
	vertical-align: middle;
	//padding-top: 15px;
}

#main-menu li a, #main-menu li i, #main-menu li {
	color: #005992;
	font-size:13px;
	text-decoration: none;
	text-transform: uppercase;
}

#main-menu li i {
	font-size: 15px;
}

#main-menu .dropdown-menu li a, #main-menu .dropdown-menu li i {
	color: #333;
	font-size: 13px;
}

#main-menu .dropdown-menu li a {
	padding-top: 2px;
}

#main-menu .dropdown-menu li a:hover {
	font-weight: bold;
	color: #333;
}

#main-menu li a:hover {
	color: #2459a9;
	font-weight: bold;
}

header nav.top-nav .input-group {
	padding: 2px 0;
	float: right;
	margin-left: 30px;
}

.top-menu {
	width: 100%;
	background: #1e7fc2;
    //height: 80px;
    padding-right: 78px;
}

@media (max-width: 950px) {
	.top-menu {
		padding-right: 0px;
	}
}

#quick_find {
	padding-top: 15px;
	padding-bottom: 11px;
	float: right;
}

nav.bottom-nav {
	background: #dfdcdb;
	border-bottom: 4px white solid;
}

#cat-menu {
	list-style:none;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 6px;
}

#cat-menu li a {
	color: #005992;
	text-transform: uppercase;
}

#cat-menu li a:hover, #cat-menu li a:visited, #cat-menu li a:active, #cat-menu li a:focus {
	text-decoration: none;
}

#cat-menu li a:hover {
	color: #38aacd;
}

/*MEGAMENU*/
.dropdown-menu {
	width: 250px;
  	//left: -245px !important;
  	margin-top: 0px !important;
}

.dropdown-menu.usr {
	width: 200px;
	z-index: 999999;
}

.dropdown-menu ul {
	padding-left: 0;
	list-style: none;
}

.dropdown-menu li {
	font-size: 13px !important;
	float: none !important;
	padding: 8px 10px !important;
}

.dropdown-menu li a {
	font-size: 12px !important;
}

.dropdown-menu .col-sm-3 {
	padding-left: 10px;
	padding-right: 10px;
}

.dropdown-menu .glyphicon {
	height: 30px;
	float: left;
	margin-right: 4px;
	margin-top: 2px;
}

/*FOOTER*/
footer .no-padding {
	padding-right: 0;
}

.container-categoria {
	background-image: url(../img/fondo.jpg);
    padding: 20px 0;
    background-size: 100%;
}

.container-categoria h3 {
	margin: 0;
	padding-left: 90px;
	color: #00a0df;
}

.footer-categorias {
	margin: 0;
	padding: 20px 90px 0 90px;
	background: #00253e;
}

.list-group-item {
	background: #00253e !important;
	color: white !important;
	border: none !important;
}

.footer-sitios {
	//height: 50px;
	background: #404041;
	padding: 5px 90px;
	color: white;
}

.footer-sitios .lnks {
	color: white;
	padding: 12px 0;
	display: inline-block;
}

.footer-sitios .lnks:hover{
	color: #ddd;
	text-decoration: none;
}

.footer-sitios .lnks {
	margin-right: 10px;
}

.footer-sitios .lnks.last-lnk {
	margin-left: 10px;
}

.footer-sitios .social-network {
	float: right;
	width: 35px;
	height: 35px;
	margin: 4px 0;
}

.footer-sitios .social-network.fb {
	background: url(../img/facebook.png);
	background-size: 35px 35px;
	margin-right: 10px;
}

.footer-sitios .social-network.fb:hover {
	opacity: 0.6;
}

.footer-sitios .social-network.tw {
	background: url(../img/twitter.png);
	background-size: 35px 35px;
}

.footer-sitios .social-network.tw:hover {
	opacity: 0.6;
}

/*INICIO*/
.banners-inicio {
	margin-top: 20px;
}

.banners-inicio .banner {
	width: 100%;
}

.banners-inicio .col {
	width: 345px;
	margin-right: 32.5px;
	float: left;
}

.banners-inicio .col:last-of-type {
	margin-right: 0;
}

.banners-inicio .col img {
	max-width: 345px;
}

/*NOSOTROS*/
.general-container {
	//height: 450px;
}

.general-container img {
	float: left;
}

.green-container {
	width: 550px;
	height: 270px;
	float: left;
	background: #1e7fc2;
}

h1 {
	font-family: 'Effra-Bold', sans-serif !important;
	padding-bottom: 10px;
  	border-bottom: 2px solid #1e7fc2;
  	margin-bottom: 20px !important;
  	margin-top: 40px !important;
}

h2 {
	font-family: 'Effra-Bold', sans-serif !important;
	padding-bottom: 10px;
  	border-bottom: 2px solid #1e7fc2;
  	margin-bottom: 20px !important;
  	margin-top: 40px !important;
}

.green-container h2 {
	color: white;
	text-align: center;
	margin-top: 45px;
}

.green-container p {
	color: white;
	padding: 0 55px;
  	margin-top: 50px;
  	text-align: justify;
}

.assets {
	margin-top: 30px;
}

.img-cont {
	text-align: center;
	height: 100px;
}

.img-cont img {
	max-width: 96px;
	vertical-align: middle;
}

.assets {
	padding: 15px 90px 30px 90px;
}

.assets h3 {
	text-align: center;
}

.mission-img {
	margin-left: 17px;
}

.assets p {
	margin: 0 25px;
	text-align: justify;
}

.valores {
	font-size: 15px;
	line-height: 25px;
}

.secondary-wrapper {
	background: white;
}

.logo-row {
	margin-top: 50px;
}

/*PREGUNTAS FRECUENTES*/
#accordion {
	margin-bottom: 30px;
}

/*SEARCH*/
.search-info h4 {
	float: left;
}

.green {
	color: #1e7fc2;
}

.search-cantidad {
	float: right;
}

.search-results {
	margin-top: 30px;
}

.search-results .thumbnail {
	//min-height: 404px;
}

.caption strong {
	//color: #1e7fc2;
	font-family: 'Effra-Bold', sans-serif !important;
}

.pagination > li > a, .pagination > li > span {
	color: #555 !important;
}

.pagination > .active > a {
	color: white !important;
	background-color: #1e7fc2 !important;
	border-color: #1e7fc2 !important;
}

.modal-body img {
	margin: 0 auto;
}

.ficha strong {
	font-family: 'Effra-Bold', sans-serif !important;
}

.info-ficha {
	margin-left: -8px;
	width: 100%;
	margin-top: 15px; 
}

.info-ficha thead {
	background-color: #1e7fc2;
	color: white;
}

.info-ficha tbody {
	font-size: 13px;
}

.info-ficha td {
	padding: 2px 10px;
}

.info-ficha th {
	padding: 3px 10px;
}

.small-col {
	width: 35%;
}

/*CONTACTO*/
.contact {
	margin-top: -20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.contact input, .contact textarea {
	margin-top: 10px;
	resize: none;
}

.contact button {
	margin-top: 10px;
}

#map-canvas {
	height: 270px;
	margin-top: -20px;
}

.margin-right {
	margin-right: 4.15%;
}

.logo-contacto {
	max-width: 100%;
}

/*TECHNOWEB*/
.parte-1 {
	width: 50%;
	padding-left: 128px;
	padding-top: 50px;
	height: 400px;
	float: left;
	background: #3399ff;
}

.parte-2 {
	width: 50%;
	height: 400px;
	float: left;
	background: #f1f4f6;
	text-align: center;
}

.titulo-1 {
	color: white;
	font-weight: bold;
	font-size: 17px;
}

.padre-hr {
	width: 100%;
}

.hr-1 {
	height: 2px;
    width: 45px;
    margin-bottom: 15px !important;
    float: left;
}

.parr-1 {
	color: white;
	width: 80%;
    margin-bottom: 35px;
}

.parte-2 img {
	max-width: 90%;
}


/*DIAGRAMA*/
.circle {
	position: relative;
    font-size: 16px;
    color: white;
}

#circle-6 {
    top: -445px;
    left: 290px;
}

#circle-5 {
	top: -328px;
    left: 384px;
}

#circle-4 {
	top: -198px;
    left: 355px;
}

#circle-3 {
	top: -150px;
    left: 205px;
}

#circle-2 {
	top: -242px;
    left: 70px;
}

#circle-1 {
	top: -421px;
    left: 28px;
}

#circle-7 {
	top: -584px;
    left: 135px;
}

.hover-circle {
	text-shadow: 0px 5px 6px rgba(150, 150, 150, 1);
}

/*COSAS NUEVAS DEL TECMILENIO*/
.info-precios {
	width: 100%;
    margin-left: -8px;
}

.info-precios th, .info-precios td {
	text-align: center;
	padding: 3px 0;	
}

.p-1 {
	border-bottom: 3px solid #2459a9;
}

.p-2 {
	border-bottom: 3px solid #16a0db;
}

.p-3 {
	border-bottom: 3px solid #97c93d;
}

.p-4 {
	border-bottom: 3px solid #03793e;
}

.cat {
	width: 65%;
    float: left;
}

.catalogo .cat {
	width: 74%
}

.cat h1 {
	margin-top: 0px !important;
    font-size: 30px;
    text-align: center;
    color: #1e7fc2;
    border: none;
    font-family: 'Effra-Bold', sans-serif !important;
    letter-spacing: 1px;
    font-weight: bold;
}

.catalogo .cat h1 {
	text-align: left;
}

.catalogo h3 {
	font-size: 18px;
	text-transform: uppercase;
}

.info-pedidos h3 {
	color: #1c3b6a;
    font-family: 'Effra-Bold';
    font-size: 25px;
    margin-top: 35px;
}

.info-pedidos p {
	margin-left: 20px;
	font-size: 17px;
}

.info-pedidos h5 {
	font-size: 18px;
    color: #1e7fc2;
}

.header-cat {
	background-image: url("../img/banner_oferta.jpg");
	background-repeat: no-repeat;
    background-position: center;
}

.header-cat h1 {
	color: white;
	text-align: left;
}

.ficha h3 {
	color: #1e7fc2;
	margin-top: 15px;
	font-size: 28px;
}

.search-cantidad {
	width: 14%;
}

.search-cantidad h3 {
	margin-top: 0;
	text-align: center;
}

.search-info h3, .search-info h4, .thumbnail .caption, .ficha h6, .ficha p, .info-ficha, .ficha i{
	//color: #404041 !important;
}

.login, .log-off {
	margin-top: 20px;
    color: white;
}

.login:hover, .log-off:hover {
	color: white;
}

.i-is {
	font-size: 25px;
}

.person {
	float: left;
    font-size: 20px;
    color: white;
    margin-top: 15px;
    margin-right: 15px;
}

.log-off {
	font-size: 12px;
}

.a-thumbnail {
	height: 346px !important;
}

.a-thumbnail img {
	max-height: 346px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cycle-slideshow img {
	max-width: 100%;
}

#imgItem.img-thumbnail {
	width: 100%;
	text-align: center;
}

.img-thumbnail {
	max-height: 500px;
	padding: 0 !important;
}

.img-barrita .img-thumbnail {
	max-height: 80px;
}

.img-barrita .col-md-3 {
	height: 120px;
}

.p-special {
	background: #2459a9;
    padding: 12px 15px;
    margin-left: -8px;
    width: 410px;
    color: white !important;
    font-size: 20px;
    text-align: center;
}

.i-special {
	color: white !important;
}

.p-special a {
	color: white;
    text-decoration: underline;
}

.cycle-slideshow img {
	max-height: 519px;
}

.cont-range {
	width: 20%;
}

.catalogo .cont-range {
	width: 26%;
}

.special-sm-1 {
	padding-left: 0px !important;
	padding-right: 5px !important;
}

.special-sm-2 {
	padding-left: 5px !important;
	padding-right: 0px !important;
}

/*PRAXAIR*/
#search, #cupon {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;

	background: #e7e7e8;
}

#search-btn .btn {
	background: white !important;
    border-left: none !important;
    color: #1e7fc2;
    -webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

#search-btn .btn:hover {
	border-color: auto !important;
}

.full-width {
	background: #eeebeb;
	width: 100%;
	padding: 0px 90px;
}

.cycle-p-n {
	top: -225px;
	position: relative;
	z-index: 999998;
}

@media (max-width: 710px) {
	.cycle-p-n {
		top: -150px;
	}
}


@media (max-width: 530px) {
	.cycle-p-n {
		top: -85px;
	}
}

.full-wrapper {
	width: 100%;
	padding: 30px 0 70px 0;
}

.index h2 {
	color: #58585a;
	font-size: 20px;
	border-bottom: none;
}

.thumbnail .btn, .back button {
	border-radius: 0;
	background: #005992;
	color: white;
	margin-top: 10px;
	border-radius: 10px;
    border: none;
}

.main-wrapper {
	padding-top: 50px;
}

.esperalo {
	border-bottom: 0;
	font-family: 'Effra-Bold', sans-serif !important;
	text-align: center;
	color: #1e7fc2;
	margin: 100px 0 !important;
}

.cont-cantidad {
	margin-bottom: 15px;
}

.cont-cantidad .btn, .agregar-carrito.btn {
	border-radius: 0 ;
    background: #1e7fc2;
    color: white;
    border-radius: 10px;
    border: none;
}

.cont-cantidad .btn a, .agregar-carrito.btn a {
	color: white;
}

.car h1 {
	margin-top: 0px !important;
    font-size: 30px;
    text-align: left;
    color: #1e7fc2;
    border: none;
    font-family: 'Effra-Bold', sans-serif !important;
    letter-spacing: 1px;
    font-weight: bold;
}

#frm-login {
	padding-bottom: 50px;
}

.thumbnail .btn a {
	color: white;
}

.thumbnail .btn a:hover {
	text-decoration: none;
}

.carrito img {
	width: 100px;
	margin: 0 auto;
}

.carrito table td {
	vertical-align: middle !important;
}

.carrito h6 {
	font-size: 25px;
}

.carrito .remove {
	color: #1e7fc2;
}

.carrito input {
	width: 30%;
    margin: 0 auto;
    text-align: center;
    min-width: 80px;
}

.carrito .btn, .resumen .btn {
	background: #1e7fc2;
	color: white;
}

.carrito .btn:hover, .resumen .btn:hover {
	color: white;
	background: #028350;
}

.carrito .btn.btn-primary {
	background: #286090;
}

.carrito .btn.btn-primary:hover {
	background: #286090;
}

#frm-registro {
	margin-top: 13px;
}



/*PERFIL*/
.loader {
  border: 7px solid #f3f3f3;
  border-radius: 50%;
  border-top: 7px solid #555;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.info-usr {
	font-size: 17px;
}

.info-usr .col-sm-12 {
	margin-bottom:7px;
}

.info-usr .glyphicon {
	margin-right: 7px;
}

span.glyphicon.action {
	font-size: 10px;
	cursor: pointer;
	color: #337ab7;
}

.inpt-password, .inpt-phone {
	width: 50% !important;
	float: left;
}

#conf_password {
	float: none !important;
	margin-top: 5px;
}

.guardar_password, .guardar_phone {
	margin-top: 8px;
    display: inline-block;
    margin-left: 5px;
}

#eraseAddress {
	margin-left: 8px;
}

#addingAddress .form-control, .addingAddress .form-control {
	margin-top: 10px;
}

#eliminateAddress, #cancelAddress {
	margin-top: -10px;
}

.guardar_direccion, .editar_direccion {
	margin-top: 10px;
	font-size: 15px !important;
}

.search-results .thumbnail img {
	max-width: 220px;
	max-height: 220px;
}

.search-results .thumbnail {
	border: 1px solid #ddd !important;
}

.search-results .thumbnail.normal-th {
	min-height: 377px;
}

.spn-title {
	min-height: 41px;
	display: inline-block;
}

.direcciones {
	//margin-top: 50px;
}

.resumen {
	color: #5e5c5c;
}

.resumen h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	color: black;
}

.resumen .total {
	color: black;
}

.finalizar {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}

.resumen hr {
	border-color: #c9c8c8;
}

.dets-prod {
	margin-top: 15px;
}

.ch-prod {
	margin-bottom: 20px;
}

.ordenes .tab-content {
	padding: 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 4px 4px 4px;
}

.ordenes th, .ordenes td {
	vertical-align: middle !important;
}

.ordenes thead.green {
	background-color: #1e7fc2;
    color: white;
    text-transform: uppercase;
}

.ordenes .text-warning {
	color: #f0ad4e !important;
}

.ordenes .text-info {
	color: #5bc0de !important;
}

.ordenes .text-success {
	color: #449d44 !important;
}

.ordenes .text-danger {
	color: #c9302c !important;
}

.ordenes h6 {
	font-size: 23px;
}

.ordenes .acciones {
	width: 110px;
}

.ordenes .direccion {
	width: 200px;
}

#frm-usuarios thead.green, #frm-direcciones thead.green {
	background-color: #1e7fc2;
    color: white;
    text-transform: uppercase;
    text-align: center !important;
}

#frm-usuarios thead.green th, #frm-direcciones thead.green th {
	text-align: center;
}

#frm-usuarios table button, #frm-direcciones table button {
	margin-bottom: 5px;
}

.alta-user h1 {
	margin-bottom: 0 !important;
}

.alta-user  {
	margin-bottom: 20px;
}

.search-results .thumbnail a {
	height: 220px;
	overflow: hidden;
}

#ordenes-pendientes {
	width: 1200px;
    margin-left: -50px;
}

img.img-thumbnail {
	border: none;
}

.img-barrita img.img-thumbnail {
	border: 1px solid #ddd;
}

.catalogo .categorias {
	width: 80%;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.direcciones-usr {
	max-height: 480px;
    overflow: scroll;
}

#enviado table tbody {
	font-size: 12px !important;
}

h3 span.black {
	color: #333 !important;
}

.stock-container {
	margin-top: -5px;
}

.cont-cantidad .tooltip-inner {
	width: 60px !important;
}

a.checkout, a.btn-cart {
	margin-right: 5px;
	display: inline-block;
}

.table-prods {
	font-size: 11px;
}

.display-none {
	display: none !important;
}

@media (max-width: 1100px) {
	.main-wrapper {
		width: 100%;
		overflow: hidden;
	}
}

/*.back button {
	margin-bottom: 10px;
	border-radius: 0;
    background: #1e7fc2;
    color: white;
}*/
.back button {
	margin-bottom: 10px;
}

.back button:hover {
	color: white;
	text-decoration: underline;
}

.cont-cupon {
	width: 100%;
	padding: 15px 28%;
}

.cont-cupon span {
	font-size: 19px;
    margin-top: 5px;
    margin-right: 15px;
}

#frm_cupon {
	width: 40%;
	float: left;
}

/*Modificaciones Linde*/
.top-menu .logo-l {
	background: #223067;
	height: inherit;
}

.logo-l img {
	width: 150px;
    margin: 0 auto;
    padding: 17px 0;
}

.promo_y_mas {
	background-image: url('../img/promocionales y mas.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: inherit;
}

.btn-qf {
	background: #005992;
	color: white;
	border-radius: 0px !important;
	padding: 6px 10px !important;
	margin-left: 5px;
}

.glyphicon.glyphicon-search {
	top: 3px;
}

.cont-header {
	position: relative;
	background: #a7a9ac;
	height: 40px;
}

.h2-bck {
	background: #005992;
	transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    color: white !important;
    position: absolute;
    top: -10px;
	bottom: 0;
	right: 0;
	left: -10px;
	width: 20%;
	height: 42px;
}

.h2-header {
	color: white !important;
	position: relative;
	width: 20%;
	text-align: center;

}

@media (max-width: 900px) {
	.h2-bck {
		width: 50%;
	}

	.h2-header {
		width: 50%;
	}
}

.h2-header {
	color: white !important;
	position: relative;
}

.thumbnail {
	border: none !important;
}

.thumbnail .caption {
	font-family: 'Myriad-Pro', sans-serif !important;
}

.title-spn {
	min-height: 66px;
	display: inline-block;
}

footer {
	background: #005992;
	color: white;
	padding: 20px 0;
}

footer a {
	color: white;
	display: inline-block;
}

footer .f1 .col-sm-4 a:first-child {
	margin-top: 0px;
}

footer .f1 .col-sm-4 a:nth-child(2) {
	margin-top: 5px;
}

footer .f1 .col-sm-4 a{
	margin-top: 5px;
}

footer .f1 .col-sm-4 a:hover {
	color: white;
}

footer .title-footer {
	font-size: 35px;
	margin-top: 8px;
	font-weight: bold;
	//font-family: 'Effra-Bold', sans-serif !important;
}

.footer-bottom {
	padding: 30px 0 0 0;
}

footer .social a {
	border: 2px solid white;
	width: 30px;
	height: 30px;
	padding: 5px 0;
	text-align: center;
	border-radius: 50%;
	margin-right: 5px;
}

footer .social a:hover {
	color: white;
}

.product-ind .img-thumbnail {
	border: none !important;
}

.mt-35 {
	margin-top: 35px;
}

.product-ind h5 {
	font-size: 15px;
	color: #005992;
	text-transform: uppercase;
}

.child {
	margin-right: 10px;
}

.a-child.selected, .a-child:hover {
	color: #23527c;
	text-decoration: none;
}

.cajas {
	width: 100%;
}

.a-child {
	display: inline-block;
	width: 100%;
	color: #337ab7;
}

.input_cantidades input[name="cantidad"] {
	max-width: 100px;
}

.input_cantidades .col-sm-5ths {
	padding: 0 !important;
	padding-right: 5px !important;
}

.input_cantidades ::-webkit-input-placeholder {
	font-size: 10px;
}
.input_cantidades ::-moz-placeholder {
	font-size: 10px;
}
.input_cantidades :-ms-input-placeholder {
	font-size: 10px;
}
.input_cantidades ::placeholder {
	font-size: 10px;
}

.input_cantidades .col-sm-3 input {
	padding: 6px;
}

.input_cantidades .col-sm-3 input::-webkit-input-placeholder {
	text-align: center;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.subtitle {
	text-decoration: underline;
}

.sub {
	color: #005992;
}

.stck {
	width: 100%;
	float: left;
	margin-top: 5px;
}

.neg-margin {
	position: absolute;
    left: -30px;
}

.st {
	margin-top: 10px;
}

/*Filtros nuevos*/
ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
    padding-left: 0px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1e7fc2;
    background-color: #005992;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #1e7fc2;
}


.dropdown-menu ul li a {
	text-transform: none !important;
}

.normal-th small {
	font-size: 9px;
}

.h3-title {
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #1e7fc2;
    margin-top: 30px;
}

.btn-purple {
	color: #fff !important;
    background-color: #6967ce;
}

.car.pull-left {
	width: 100%;
}


.olvido {
	float: right;
	font-size: 12px;
}

#cupon {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 35px;
}

/*DONACIONES*/
#donate {
    margin:4px;
   
    float:left;
}

#donate label {
    float:left;
    width:49px;
    margin:4px;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    background-color: #005992;
    color: white;
    cursor: pointer;
}

#donate label span {
    text-align:center;
    font-size: 16px;
    padding:13px 0px;
    display:block;
}

#donate label:last-child span {
	font-size: 13px;
	height: 48px;
}

#donate label input {
    position:absolute;
    top:5px;
    z-index: -1;
}

#donate input:checked + span {
    background-color:#404040;
    color:#F7F7F7;
}

.underline {
	text-decoration: underline;
}

.pendientes.modal .modal-content {
	background-color: #e66000;
	color: white;
	text-align: center;
}

.pendientes.modal .modal-content a {
	color: white;
	text-decoration: underline;
}

.pendientes.modal .modal-content h2 {
	border-bottom: none;
}