/* CSS Document */

/* INICIO MENÚ */ 

.navbar {
  background-color: #383838 !important;
  color: #ffffff;
}

.navbar .nav-item:first-child {
  display: none;
}

/* Logo */  
header .navbar-brand.logo img {
  height: 80px;
  padding: 0 0 10px 0 !important;
}

@media (max-width: 640px){
header .navbar-brand.logo img {
  height: 50px;}
}

/* Tipo menú */  
.navbar-nav {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

#graph_header .navbar .navbar-nav > li > a, .o_header_affix .navbar .navbar-nav > li > a {
  text-transform: capitalize !important;
  color: #ffffff;
  opacity: 1;
  text-align: center;
  font-weight: 300 !important;
}
a.nav-link:hover{
    color: #9E875C !important;
}
a.active{
    color: #9E875C !important;
}

/* ícono menú celular */

.navbar-light .navbar-toggler-icon {
  background-image: url("/web/image/525/Menu.png");
  vertical-align: middle !important;
}


/* FIN MENÚ */  

/* CARROUSEL */
#wrap {
    margin-top: 1px;
}

@media (max-width: 640px){
.carousel-inner{
    height: 320px !important;}
.carousel-item{
    max-height: 320px !important;}
}


/* FIN CARROUSEL */

/* PRODUCTOS */
h1 {
    font-family: 'Raleway', sans-serif;
    color: #9E875C !important;
    font-weight: 600;
}
.variant_attribute .attribute_name {
    font-family: 'Raleway', sans-serif;
    font-size: 15px !important;
    color: #383838 !important;
    padding: 0 0 20px 0 !important;
}
#product_detail form .form-control, #product_detail form .input-group .btn {
    max-width: 350px;
}
@media (min-width: 640px){
.product_detail_img {
    max-width: 490px;
    float: left;}
.alternativos {
  width: 170px;
  height: 400px;}
}

h3 {
    font-family: 'Raleway', sans-serif;
    color: #383838 !important;
    font-weight: 600;
    text-align: center;
}
.padding1 {
    padding: 20px 0 20px 0 !important;
}
.fondo_desc {
    background-color: #cccccc;
    padding: 40px;
}
.justify_center {
    justify-content: center;
}
.margin_desc {
    margin: 40px 0 !important;
}

@media (max-width: 640px){
.padding2 {
  padding-bottom: 10px;}
.alternativos {
  padding: 20px;}
}



/*FIN PRODUCTOS*/

/* TIENDA */
.oe_product_cart{
  background-color: #ffffff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
   font-size: 18px;
}

.oe_product {border: none}
.oe_product .oe_product_cart {width: 95%;
    height: 95%;
    border: 1px solid #9e9e9e00;
	background-color: white;
	text-align: center}


.oe_product .product_price {
    width: 95%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 0 20px 0;
}

#products_grid.col-lg-12 .oe-height-2 {
    height: 450px;
}
@media (max-width: 768px){
#products_grid.col-lg-12 .oe-height-2 {
    height: 520px;
}
}

.oe_product .oe_product_image img {
	position: relative;
}

@media (max-width: 640px){
.oe_product .oe_product_image img {
    padding-top: 20px;
}}

.titulo {
    font-family: 'Raleway', sans-serif;
    color: #9E875C !important;
    font-weight: 600;
}

#products_grid .oe_product.oe_grid section {
  background: transparent;
}
    
/* FIN TIENDA */

/* MI CARRITO */

.fa-shopping-cart {
    content: "\f290";
}

/* FIN MI CARRITO */
	