/* header and nav
#header .header-logo{
	margin:0;
}
#header .header-logo img{
	image-rendering: auto;
}
@media (max-width: 768px){
	#header .header-logo img{
		max-width: 145px;
		max-height: 53px;
	}
}
#header .header-nav{
	min-height: 40px;
}
#header .header-nav-bar .header-nav {
	min-height: 40px;
}
@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		min-height: 40px;
		padding: 0 .5rem;
	}	
}
@media (min-width: 992px) and (min-width: 1200px){
    #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
		padding: 0 .9rem;
	}	
}
*/
.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before{
	background-color:var(--tertiary-rgba-20);
}
.thumb-info .thumb-info-title{
	background-color:var(--tertiary-rgba-90);
	padding: 13px 21px 13px;
	font-size: 20px;
	border-radius: 0 10px 10px;
	bottom:0;
}
@media (max-width: 768px){
	.thumb-info .thumb-info-title{
		padding:4px 8px;
		font-size:1.2em;
		font-weight: 400;
	}
}
.thumb-info:hover .thumb-info-title{
	background-color:var(--quaternary);
}
.thumb-info .thumb-info-type, .thumb-info .thumb-info-action-icon, .thumb-info-social-icons a, .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon {
	background-color:var(--quaternary);
}
/* menu */
#navidad.dropdown{
	background-color:rgba(255,0,0,0.3);
}
#navidad.dropdown:hover{
	background-color:rgba(255,0,0,0.9);
}
#novedades.dropdown{
	background-color:var(--tertiary-rgba-40);
}
#novedades.dropdown:hover{
	background-color:var(--tertiary);
}
#especiales.dropdown{
	background-color:var(--primary-rgba-40);
}
#especiales.dropdown:hover{
	background-color:var(--primary);
}
nav .dropdown-reverse:hover > a{
	color: #FFFFFF !important;
}
nav .dropdown-reverse:hover > a:before{
	background-color: transparent !important;
}
/* home */
.home-slide-info{
	width:60%;
	padding:15px;
	position:absolute;
	right:25px;
	bottom:25px;
}
@media (max-width: 768px){
	.home-slide-info{
		padding:12px 6px;
		right:0;
		bottom:0;
		width:100%;
	}
}
/* cart div notify */
#cart{
	position:absolute;
	top:65px;
	right:20px;
	z-index:1050;
}
/* destacados en home */
.badge-ecommerce{
	font-size:0.9em;
	border-radius:4px;
}
/* product */
.prod-photo{
	position:relative;
}
.prod-photo img{
	box-shadow: 0px 0px 5px 2px rgba(200,200,200,0.3);
	border-radius: 8px;
}
.prod-descuento{
	position:absolute;
	top:12px;
	left:25px;
	line-height: 18px;
	border-radius: 5px;
	box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
}
.shop .summary .price{
	line-height:20px;
	font-size:1.8em;
}
.price .sale{
	order:1;
	margin-right:10px;
}
.price .amount{
	text-decoration: none !important;
}
.price .medida{
	border-radius: 3px;
	color:#fff;
	font-size:0.8em;
}
.shop .quantity{
	margin:2px 15px 0 0;
}
/* product in category */
.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn{
	border:0;
}
.product .product-thumb-info .product-thumb-info-badges-wrapper{
	top:5px;
	left:5px;
}
.product .product-thumb-info .product-thumb-info-price-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 3;
}
.product .product-thumb-info .product-thumb-info-badges-wrapper .badge,
.product .product-thumb-info .product-thumb-info-price-wrapper .badge{
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.product .product-thumb-info .product-thumb-info-badges-wrapper .badge + .badge,
.product .product-thumb-info .product-thumb-info-price-wrapper .badge + .badge {
    margin-top: 1px;
}
/* checkout */
.checkout-bt,.checkout-quantity{
	width:40px;
	height:40px;
	line-height: 40px;
	border:solid 1px var(--primary);
	border-radius:5px;
	margin-right:1px;
}
.checkout-bt:hover{
	background-color: var(--primary);
	color:#fff;
}

.bt-selector a{
	margin: 2px 2px 0 0;
	background: #fff;
	display: inline-block;
	padding: 8px 14px;
	border-radius: 5px;
	transition: all .2s;
}
.bt-selector a:hover{
	color: #404040;
	background: #d0d0d0;
}
.bt-selector .selected{
	color:#fff;
	background-color:var(--primary);
}
/* recibo */
.recibo{width:100%;min-width:540px}
.recibo td{text-align:center;vertical-align:top;padding:2px 10px;}
.recibo-cab td{font-size:13px;font-weight:700}
.recibo-item td{font-size:14px}
.order{padding:15px;background-color:#f0f0f0;box-shadow:1px 1px 3px rgba(0,0,0,0.2);border-radius:4px;position:relative}
.order-totals{width:100%}
.order-totals td{padding:2px 0;text-align:right;}
/* forms */
.form-group{
	margin-bottom:4px;
}
.form-label{
	margin-bottom:2px;
}
/* gdpr */
.gdpr-bar{
	max-width:355px;
	border-radius: 15px;
	margin:0 0 10px 10px;
	flex-direction: column;
}
.gdpr-bar .gdpr-bar-actions{
	margin-top:15px;
}
.gdpr-bar .gdpr-agree-trigger,
.gdpr-bar .gdpr-only-trigger,
.gdpr-bar .gdpr-preferences-open{
	margin:5px !important;
	padding:5px 10px !important;
}
.gdpr-bar gdpr-bar-description{
	text-align:justify;
}
/* footer */
#footer{
	font-size: 1em;
}
/* cuadro de reserva */
.search-wrapper{
	margin-top:180px;
	position:absolute;
	width:100%;
	z-index:1000;
}
/* livesearch */
.twitter-typeahead{
	flex:1 1 auto;
    width:1%;
    min-width:0;
}
.typeahead, .tt-query, .tt-hint {
    background-color: #f4f4f4;
    color: #8d8d8d;
    border-radius: 1.3rem 0 0 1.3rem;
    border: 0;
	height: auto;
	padding: 0.6rem 1.4rem;
    line-height:1.85;
	font-size: 0.8rem !important;
}
.tt-query, .tt-hint{
    width:100%;
}
.typeahead {
	/*background-color: #FFFFFF;*/
}
.typeahead:focus {
	/*border: 1px solid #707070;*/
}
.tt-query {
	/*border: 1px solid #f0f0f0;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; */
}
.tt-hint {
	color: #999999;
}
.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top:0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	padding: 8px 0;
	left:25px !important;
}
.tt-suggestion {
	text-align: left;
	line-height: 24px;
	padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
	background-color: #0555d1;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}