/* OVERRIDES VIRTUEMART */



/* Estilos Category Vier productos */

.category-view .spacer{
	border: none;
}

.display-number{
	font-size: 11px!important;
}

.display-number select{
	height: 24.2px;
  line-height: 24.2px;
  padding: 0;
  width: 50px;
}

.browse-view h1{
	display: none;
}

.product-shop .addtocart-area .js-recalculate{
	margin-right: 5px!important;
}

.product-shop .addtocart-area .js-recalculate input.quantity-controls{
	border-radius: 3px 3px 3px 3px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    height: auto;
}

/* Estilos carro de compra */

#com-form-login .forgotpassword a{
	color: #db1728;
	font-size: 14px;
}

#checkoutForm .billto-shipto .ttr_cart_content a{
	color: #db1728;
	font-size: 14px;
}

#checkoutForm .vm-fieldset-tos .forgotpassword .terms-of-service label a{
	color: #db1728;
	font-size: 14px;
}

#cart-view #checkoutForm .checkout-button-top{
	margin-bottom: 50px;
}


/* Estilos Crear Cuenta */

#adminForm,
#userForm{
	margin-bottom: 50px;
}

#adminForm > fieldset.floatleft,
#adminForm > fieldset.floatright,
#userForm > fieldset.floatleft,
#userForm > fieldset.floatright {
  padding: 20px;
	background-color: whitesmoke;
  border: 1px solid #e3e3e3;
}

#adminForm > fieldset.floatleft input,
#adminForm > fieldset.floatright input,
#userForm > fieldset.floatleft input,
#userForm > fieldset.floatright input{
background: #fff;
}

#adminForm > fieldset.floatright textarea,
#userForm > fieldset.floatleft textarea{
	width: 100%;
	background: #fff;
}

table.user-details .vm-chzn-select{
		width: 100%;
	}


/*Estilos Listado de pedidos */

.vm-wrap{
	margin-bottom: 50px;
}

.vm-wrap .vm-orders-list #editcell .adminlist{
	width: 100%!important;

}

#editcell .adminlist tr td a{
	font-size: 14px;
	color:#1a1a1a!important;
}

#editcell .adminlist tr td a:hover{
	font-size: 14px!important;
	color:#db1728!important;
}

td.single-line{
	display: none;
}
