.btn-xs{
	font-size: 13px;
	padding: 1px 5px;
	margin: 0;
}
.btn-sm{
	font-size: 15px;
	padding: 1.5px 6px;
	margin: 0;
}
.page-title h3 a{ color: #333; }
.md-modal h3{ color: #FFF !important; }
.ui-checkbox{ display: inline-block; }
.fix-img img{ max-width: 100%; }
input.datepicker{ padding: 8px 12px !important; }
input.unborder{ border-top: none; border-left: none; border-right: none; }
td.ntb{ border-top: none !important; }
#detalles input.cantidad { width: 100px; }
#detalles input.precio_unitario { width: 150px; }
#detalles .subtotal, #detalles a.remove { display: inline-block; padding: 10px 0; }
#detalles a.center-block { margin-bottom: 0 !important; }
.md-modal.tax .btn-group-vertical{ height: 200px; overflow: auto; padding: 0; }
.md-modal.tax .panel-body{ padding: 0; }
.md-modal.tax .btn-group-vertical{ width: 100% !important; }
.md-modal.tax .btn-group-vertical .btn { width: 100%; overflow-wrap: break-word; white-space: normal !important; }
.md-modal.tax h4 > a { margin-bottom: -5px; }
.accordion-input{ border: none; font-size: 13px; background: transparent; border-bottom: 1px solid #CCC; }
.taxes .tax{ margin: 0 2px; cursor: pointer; }
#products ul.ui-sortable li{ padding: 15px 10px 10px 10px; }
.location .panel-body{ min-height: 100px; }
.force-table-responsive{ border:none !important; }
.sub{ font-size: 11px; color: #666; }
.name{ font-size: 12px; color: #000; }
.label-black{ background-color: #333; color: #FFF; }
.label-gold{ background-color: #B9BE2D; color: #FFF; }
.cierre{ background: #212429; color: #aaa; padding: 5px; max-width: 200px; border-radius: 4px; text-align: center; margin: 10px auto;}
.cierre p{ margin: 0; font-size: 12px; }
.div.zabuto_calendar .badge-event{ font-size: 12px !important; }
.ui-page-theme-a .ui-btn{ background: transparent !important; }
.external-event .price {
    float: right;
    font-weight: bold;
    color: #FFF;
    display: flex !important;
    padding: 0 10px;
}
.external-event .quitar {
    float: left;
    color: #FFF;
    padding: 10px;
    display: flex;
}
.external-event .cantidad {
    line-height: unset;
}
.external-event.label {
    height: auto;
}
.external-event {
    margin: 0 0 5px;
    padding: 0;
    cursor: default;
    display: block;
    color: #fff;
    line-height: 32px;
    text-align: left!important;
    font-size: 13px;
}
.panel-footer .ui-checkbox input{ display: none; }
#cart .panel-body{ padding: 0; }
.product-item .product-info{
	border: 1px solid #eee;
	border-top: 0;
}
.product-item .product-info .product-title-area{
	border-bottom: 1px solid #eee;
	padding: 10px 20px;
	height: 83px;
}
.product-title{
	margin: 0;
	padding: 0 0 4px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-item .product-info .label{
	width: 100%;
    display: inline-block;
    border-radius: 0;
    padding: 6px;
    font-size: 11px;
}
.product-item .product-info .product-title-area .product-price,
.product-item .product-info .product-title-area .product-desc{
	display: block;
	font-size: .9em;
	float: right;
}
.product-item .product-info .product-action{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
	padding: 5px 10px;
}
.product-item .product-info .product-action .puntos{
	float: right;
	border-left: 1px solid #eee;
	margin-left: 10px;
	padding-left: 10px;

}
.product-item .product-info .product-action .total{
	float: right;
	color: #EC140D;
	border-left: 1px solid #eee;
	margin-left: 10px;
	padding-left: 10px;
}
.product-item .product-info .product-action .total:before{
	content: "$ ";
}
.product-item .product-images{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
	position: relative;
}
.product-item .product-images a{
	display:inline-block;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        float: left;
}
.product-item .product-mark{
	position: absolute;
	width: 100%;
	height: 100%;
}
.product-item .product-mark-inner{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.product-item .product-mark-inner-content{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 9;
	opacity: 0;
}
.product-item .product-mark-inner a{
	display: inline-block;
	padding: 5px 20px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}
.product-item .back-end{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1
}
.product-item.hover .back-end{
	z-index: 3
}
.product-item .product-cant input{
	width: 50%;
}
.btn[disabled]{
	border-color: #ccc;
}
.reward {
    display: inline-block;
    text-align: center;
    width: 200px;
    position: relative;
}
.btn-circle {
    width: 200px;
    height: 200px;
    text-align: center;
    padding: 12px 10px;
    font-size: 120px;
    border-radius: 50%;
}
.reward .text-holder{
    position: absolute;
    top: 155px;
    left: 0;
    width: 200px;
    color: rgba(255,255,255,0.75);
    font-weight: bold;
    font-size: 20px;
}
.ui-autocomplete .ui-menu-item a{
	display: inline-block;
	width: 100%;
}
.ui-autocomplete .ui-menu-item a:hover{
	text-decoration: none;
}
.product-item .promo{
	position: absolute;
	top: 0;
	right: 0;
}
span.money{ border-bottom: 1px dashed #AAA; text-decoration: none; }