body {
    background-color: #fff !important;
    background-image: none !important;
}
img.browseProductImage {
    max-height: 150px;
}
.uk-button {
	background: RGBA(19, 36, 102, 0.87) !important;
  	margin: 0px auto !important;
	text-align: center !important;
	display: block !important;
}
.uk-button-large {
    font-size: 10pt !important;
}
.ColorHeaderTable {
    background: rgba(225, 240, 254, 0.89);
}
.uk-navbar-brand, .uk-navbar-nav > li > a{
    height: 90px !important;
}
.uk-navbar-nav > li > a {
    line-height: 85px !important;
}
nav.tm-navbar-full .uk-navbar-content, div.uk-hidden-large a.uk-navbar-toggle{
    height: 80px !important;
}
.uk-navbar::before {
    background: #132566 !important;
}
div.uk-navbar > a.tm-logo{
  	background: rgb(19, 37, 102) none repeat scroll 0% 0%;
}
div.uk-hidden-large a.uk-navbar-toggle{
    padding: 0 30px !important;
  	font-size: 20px !important;
	color: #fff !important;
}
div.vm-details-button a {
    border: 4px solid #9B9C9E;
    font-size: 16px;
    background: #132566;
    color: #E7E8E3;
}
.vm-pagination.vm-pagination-top{
  display: none;
  visibility: hidden;
}
.vm-pagination.vm-pagination-bottom{
  	display: flex;
	justify-items: center;
	margin: 40px auto 30px;
	width: 100%;
	flex-direction: column;
  	float: none;
}
ul.uk-navbar-nav > li > a {
    padding: 0px 15px;
  	font-size: 10pt;
}
@media screen and (max-width:959px){

  	.uk-navbar {
    	background: #132566 !important;
	}
  
}

/* Estilos Carrito de Compras */

body > div.tm-toolbar{
	position: absolute;
}

/*ul.uk-navbar-nav li:last-child {
    display: none;
}*/

#vmCartModule {
  	width: 80px;
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 30%;
    background-color: #132566;
    border-right: 6px solid #3959CE;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
  	-webkit-box-shadow: 5px 3px 5px 0px #000000E6;
  	-moz-box-shadow: 5px 3px 5px 0px #000000E6;
  	-ms-box-shadow: 5px 3px 5px 0px #000000E6;
  	-o-box-shadow: 5px 3px 5px 0px #000000E6;
  	box-shadow: 5px 3px 5px 0px #000000E6;
}

#vmCartModule div.total{
	display: none;
}

#vmCartModule div.total_products{
  	width: 78px;
	overflow: hidden;
	height: 21px;
	text-align: center;
  	font-family: cursive;
  	font-size: 12pt;
}

/*#vmCartModule div.show_cart{
  	height: 60px;
}*/

#vmCartModule div.show_cart a, #vmCartModule div.show_cart{
  	background-image: url('../images/Carrito_Compras_Trip-Sign_3.png');
  	height: 60px;
  	background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center;
    vertical-align: top;
    font-size: 16pt;
    color: transparent;
    font-family: 'Ranga', cursive;
}

@media screen and (max-width:959px){
	#vmCartModule{
		display: none;
	}
}

/* ******************************* */

