@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css?family=Patua+One|Prompt&display=swap');
@font-face {
	font-family: 'miama';
	src: url('../fonts/miama-webfont.eot');
	src: url('../fonts/miama-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/miama-webfont.woff') format('woff'),
	url('../fonts/miama-webfont.ttf') format('truetype'),
	url('../fonts/miama-webfont.svg#miamaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
Colores
Rosa: rgba(230,18,137) | #e61289
Dark Rosa: 92,6,54,1 | #5c0636
Azulito rgba(171,223,231,1) | #abdfe7
'Prompt', sans-serif; nombres y platillos
 */

body, html {
	font-family: 'Open Sans Condensed', sans-serif;
	width: 100%;
	height: auto;
	background-color: white;
	font-size: 18px;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Patua One', cursive;;
	font-weight: bold;
}
a {
	color: rgba(11,32,59,1);
	transition: all 500ms ease;
}
a:hover, a:active, a:focus, a:target {
	color: rgba(3,20,42,1);
}
.bg-inicio {
	/*background: url("../images/bg_main.jpg") no-repeat center center fixed;*/
	/*-webkit-background-size: cover;*/
	/*-moz-background-size: cover;*/
	/*-o-background-size: cover;*/
	/*background-size: cover;*/
}
.tm-logo {
	display: block;
	position: relative;
	max-width: 160px;
	margin: 0 auto;
}
.tm-logo img {
	display: block;
	position: absolute;
	top: 10px;
	width: 100%;
	max-width: 140px;
	z-index: 10;
}
.tm-logo p {
	margin: 0;
}
.lang-active a {
	color: rgba(3,20,42,1);
}
.lang-inline li {
	position: relative;
}
.lang-inline li:after {
	position: absolute;
	content: "|";
	right: -5px;
	top: -3px;

}
.lang-inline li:last-child:after {
	content: " ";
}
.home-text-intro {
	background-color: transparent;
	font-size: 7rem;
	line-height: 7rem;
	font-family: 'Prompt', sans-serif;
	color: rgba(3,20,42,1);
	font-weight: bold;
}
.box-mod {
	padding: 10px;
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid rgba(132,73,43,0);
	margin: 5px auto;
}
.box-mod.box-border {
	background-color: rgba(255,255,255,0.7);
	border-radius: 4px;
	border: 2px solid rgba(11,32,59,1);
}
.box-mod .uk-panel-title {
	color: #222222;
}
.box-border > .uk-panel-title {
	text-align: center;
}

div.switcher {
	display: block;
	margin-bottom: 15px;
}
.cart-kosher, .carrito {
	position: relative;
}
.carrito {
	display: block;
	margin-bottom: 10px;
}
.floating-cart{
	position: relative;
	display: block;
}

.cc-float {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	border: 2px solid rgba(11,32,59,1);
	padding: 7px;
	height: auto;
	top: 27px;
	right: 0;
	z-index: 100;
	transition: all 500ms ease;
}
.floating-cart:hover > div.cc-float, .floating-cart.active > .cc-float {
	transition: all 500ms ease;
	display: block;
}

form div.search > input.form-control {
	border-color: transparent;
	background-color: transparent;
	padding-left: 25px;
	position: relative;
}
form div.search {
	position: relative;
	margin-bottom: 0;
}
form div.search:before {
	content: "\f002";  /* this is your text. You can also use UTF-8 character codes as I do here */
	font-family: "FontAwesome";
	left: 7px;
	position:absolute;
	top:7px;
}

/* FLOAT CART */
.cc-float div.product_row > div.image {
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 6px;
}
.sho-flcar {
	display: block;
	padding-top: 6px;
	border-top: 1px solid rgba(132,73,43,0.5);
}
.bbmosearch {
	padding: 3px 10px;
}
/* BT3  */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(132,73,43, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */

	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132,73,43,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132,73,43,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132,73,43,.6);
}
.cart-kosher > .floating-cart .total_products{
	color: rgba(171,223,231,1);
}
.empty-switcher {
	padding: 11px 0;
}

.top-menus {
	background-color: transparent;
	border-color: rgba(255,255,255,0);
}
.top-menus .navbar-nav > li > a {
	color: rgba(11,32,59,1);
	padding: 2px 10px;
	font-size: 18px;
	position: relative;
	background-color: rgba(171,223,231,0);
	transition: all 500ms ease;
}

.top-menus .navbar-nav > li > a:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 0;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	border-top: 12px solid rgba(171,223,231,0);
	border-bottom: 12px solid rgba(171,223,231,0);
	border-right: 10px solid rgba(171,223,231,0);
	border-left: 10px solid rgba(171,223,231,0);
	transition: all 500ms ease;
}
.top-menus .navbar-nav > .active > a, .top-menus .navbar-nav > .active > a:focus, .top-menus .navbar-nav > .active > a:hover {
	background-color: rgba(171,223,231,1);
	color: rgba(11,32,59,1);
}

.top-menus .navbar-nav > li > a:focus:before, .top-menus .navbar-nav > li > a:hover:before, .top-menus .navbar-nav > li.active > a:before {
	border-top: 12px solid rgba(171,223,231,1);
	border-bottom: 12px solid rgba(171,223,231,1);
	border-right: 10px solid rgba(171,223,231,1);
	border-left: 10px solid rgba(171,223,231,0);
}
.top-menus .navbar-nav > li > a:focus:before, .top-menus .navbar-nav > li > a:hover:before {

}
.top-menus .navbar-nav > li > a:focus, .top-menus .navbar-nav > li > a:hover {
	background-color: rgba(171,223,231,1);
	color: rgba(11,32,59,1);
}
.bg-azulito {
	background-color: rgba(171,223,231,1);
	color: white;
}
.custom {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}
.cats-home {
	position: relative;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.cats-home img {
	display: block;
	width: 100%;
	max-width: 630px;
	height: auto;
}
.cats-home a {
	position: relative;
	display: block;
}
.cats-home a > img {
	margin: 0;
	padding: 0;
}
.centrado-top-ver {
	width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
.shadow-blh-cats {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(54,54,54,0.5);
	z-index: 0;
	transition: all 400ms ease;
}
.cats-home a:hover > .shadow-blh-cats {
	background-color: rgba(0,0,0,0.7);
}
.cc-float div.vm_cart_products div.image > img {
	width: 100%;
	max-width: 50px;
}
.sidelines {
	color: white;

	grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
	align-items: center;
	text-align: center;
	grid-gap: 20px;
	width: 100%;
	margin: 0 auto;
	font-size: 25px;
	line-height: 25px;
	 font-family: 'Prompt', sans-serif;
}
.sidelines:before,
.sidelines:after {
	content: '';
	border-top: 2px solid;
}
.lines-headers {
	position: relative;
	z-index: 10;
	display: block;
	margin: -20px auto 0;
	width: 100%;
	border-top: 0;

}
.lines-headers > div {
	padding: 15px 10px 10px 10px;
	color: white;
}
ul.vm-categories-wall, ul.vm-categories-wall  .vm-categories-wall-catwrapper {
	margin-bottom: 0;
}
._home-bg-disfruta {

}
.header-center h1, .header-center h2, .header-center h3 {
	margin: 5px 0;
}
.both-lines {
	position: relative;

	font-weight: lighter;
	width: 100%;
	font-size: 2.5rem;
	color: rgba(11,32,59,1);
}
.both-lines:after, .both-lines:before {
	content: " ";
	position: absolute;
	display: inline-block;
	width: 25%;
	height: 2px;
	background-color: rgba(11,32,59,1);
}
.both-lines:before {
	left: 0;
	top: 0;
}
.both-lines:after {
	bottom: 0;
	right: 0;
}
._home-bg-disfruta {
	background: url("../images/bg_disfruta.jpg") no-repeat;
	background-size: 50%;
	background-position: right -10%;
	padding-bottom: 100px;
}
.paddings {
	padding: 50px 0;
}
._bg-footer {
	background-color: rgba(64,64,64,1);
	color: white;
	padding: 50px 0;
}
._bg-footer img {
	max-width: 500px;
	width: 100%;
	height: auto;
}
.footer-nav-menu {
	background-color: transparent;
	border: 0;
}
.footer-nav-menu .navbar-nav > li {
	float: none;
	display: block;
}
.footer-nav-menu .nav > li a {
	color: rgba(255,255,255,0.7);
	padding: 6px 8px;
}
.footer-nav-menu .nav > li a:hover {
	color: rgba(255,255,255,1);
	padding: 6px 8px;
	background-color: transparent;
}
.footer-nav-menu .nav > li.active a:hover, .footer-nav-menu .nav > li.current a, .footer-nav-menu .nav > li.active.current a, .footer-nav-menu .nav > li.active.current a:hover {
	color: rgba(255,255,255,1);
	padding: 6px 8px;
	background-color: transparent;
}
.spacer-footer {
	display: block;
	width: 100%;
	margin: 5px auto;
	padding: 5px 0;
	content: " ";
	border-top: 1px solid rgba(54,54,54,1);
}

._bg-footer h3 {
	color: rgba(171,223,231,1);
	text-transform: uppercase;
}
._footer_vm_cats {
	padding: 0;
}
._footer_vm_cats li a {
	color: rgba(255,255,255,0.7);
}
._footer_vm_cats li a:hover, ._footer_vm_cats li a:target, ._footer_vm_cats li a:focus {
	text-decoration: none;
	outline: none;
	color: rgba(255,255,255,1);
}
._footer_vm_cats > li {
	list-style: none;
}
._footer_vm_cats > li > a {
	font-weight: bold;
}
._footer_vm_cats > li > ul {
	padding-left: 15px;
	list-style-type: none;
}
._footer_vm_cats > li > ul > li {
	text-indent: -5px;
}
._footer_vm_cats > li > ul > li:before {
	content: "-";
	text-indent: -5px;
}
._footer_vm_cats > li > ul > li > a {
	font-weight: normal;
}
ul._footer_vm_cats {
	 margin: 0;
	 padding: 0;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: wrap;
 }
ul._footer_vm_cats > li{
	padding: 10px;
}
.table.user-details {
	width: 100%;
}
.header-categories-cats {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	min-height: 240px;
}
.header-categories-cats .centrado-top-ver {
	width: 55%;
}
.header-categories-cats .lines-headers {
	text-align: center;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.header-categories-cats .sidelines {
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.wrapper-box-cat-pr {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.wrapper-box-cat-pr > a {
	display: block;
	position: relative;
	z-index: 0;
	transition: all 500ms ease;
}
.cat-list-prods {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
.lines-sides-tt h2 {
	margin: 5px 0;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.hover-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 0;
}
.lines-sides-des p, .lines-sides-des {
	color: white;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	text-align: center;
}
.spacer.product-container {
	border-color: rgba(255,255,255,0);
}
.recent-view {
	display: none;
}
.spacer-pads {
	padding: 10px;
}
.browse-view .row .product .spacer a > span.visto {
	position: absolute;
	z-index: 10;
	color: white;
	background-color: rgba(11,32,59,1);
	padding: 5px 7px;
	left: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 12px;
	top: 5px;
}
.lines-headers > div > h2 > a {
	color: white;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	transition: all 500ms ease;
}
.productdetails-view .product-short-description.page-detail-pers {
	padding: 15px 10px;
	display: block;
	width: 100%;
	margin: 5px auto;
	background-color: rgba(171,223,231,1);
	color: white;
	font-size: 2.5rem;
	text-align: center;
	text-transform: uppercase;
}
.vm-product-container {
	padding: 10px;
	background-color: rgba(171,223,231,0.5);
	margin: 10px auto 15px;
}
.relaciones-productos {
	padding: 15px 0 15px 16px;
	border-left: 2px solid white;
	width: 100%;
}
.spacer-buy-area.detaspecial {
	border-left: 2px solid white;
}
.detaspecial .addtocart-area {
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(11,32,59,1);
}
.product-fields-title-wrapper {
	margin-bottom: 8px;
	color: rgba(11,32,59,1);
	font-weight: 100;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
}

.chzn-container-single .chzn-single {
	background: rgba(171,223,231,0.5);
	border-radius: 0;
	padding: 7px 6px;
	border: 0;
	height: 30px;
}
.chzn-container-single .chzn-single {
	line-height: 18px;
}
.productdetails-view .addtocart-bar {
	margin-top: 5px;
}
span.quantity-box {
	width: 35px;
}
span.addtocart-button {
	margin-left: 10px;
	padding-left: 10px;
	width: 150px;
}
.span.addtocart-button span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button {
	width: 100%;
	border-radius: 0;
	border: 0;
	background: rgba(171,223,231,1);
	transition: all 500ms ease;
}
span.addtocart-button input.addtocart-button:hover, span.addtocart-button input.notify-button:hover, input.highlight-button:hover, a.highlight:hover {
	color: black;
}
.desdesprs {
	 display: block;
	 position: relative;
	 width: 100%;
	 border-top: 1px dashed rgba(255,255,255,0.6);
	 margin-top: 10px;
	 margin-bottom: 10px;
	 padding: 5px 0;
}
.pads10 {
	padding: 10px;
}
.product-price {
	 float: none;
	 display: block;
	 width: 100%;
	 text-align: center;
}
.PricesalesPrice {
	 width: 100%;
	 padding: 10px;
	 margin: 6px 0;
	 text-align: center;
}
.PricesalesPrice > span.vm-price-desc {
	 display: none;
}
.PricesalesPrice > span.PricesalesPrice {
	 font-size: 19px;
	 font-weight: 700;
	 text-align: center;
}
@media (min-width: 768px){

}

@media screen and (max-width: 768px) {
	.empty-switcher {display: none;}
	.navbar-default {
		margin-top: 15px;
	}
	.navbar-brand {
		padding: 1px 0 0 10px;
		width: 60px;
	}
	.navbar-brand img {
		display: block;
		width: 100px;
		max-width: 54px;
		height: auto;
		margin-top: -1px;
	}
}




