:root {
    --brand-color-bg: #d8b989 !important; 
} 
  
* {padding: 0;}

html {
  scroll-behavior: smooth;
}

h1 {
    font-size: 2.5rem;
    font-family: DoulosN !important;
    font-style: italic;
    text-align: center;
}
h2 {margin-top:0px;}
h4 {font-size: 13px; line-height:21px;}
p {
    font-size: 16px;
    letter-spacing: 0;
}
a, a:visited {text-decoration: none !important; color:#000;}

.fa {
    margin: 8px;
    font-size: 20px !important;
}
.mod-languages {
    position: fixed;
    top: 23px;
    right: 0px;
    z-index: 9999999;
    width: 50px;}
.visually-hidden {display:none;}
/***************************************/
.display-mobile  {display:none !important;}

body {
	background-color: #fff;
    color: #444546;
	margin:0 auto;
  overflow-x:hidden;

}
/***********************************************/
#header {
   width:100%; 
   height:78px; 
   position:fixed;
   z-index:999999;
     background-color:#f1efeb;
}
#top{
   margin: 0 auto; 
   border-bottom: 1px solid #ddd; 
   height:78px;
  color:#000;
}
#header-izq {
    float: left;
    margin-top: 22px;
    margin-left: 50px;
}
#header-izq p {
    margin: 0px;
}
#header-izq a, #header-der a, #tel {
    text-decoration: none;
    color: #000;
}
.logo {
    width: 193px;
    margin: 0 auto;
}
.logo img {
    height: 77px;
    margin: 0 auto;
    display: block;
}
#header-der {
    float: right;
    position: relative;
    margin-top: -59px;
    margin-right: 50px;
}
#jbDropDownContainer120 {
    position: relative;
    z-index: 999999999999999999;
    float: right;
    margin-right: 20px;
}
/*********************************/
#contenido {
    padding-top: 100px;
    width: 1100px;
    margin: 0 auto;
   max-width:100%;
}
.producto {
    float: left;
    margin: 1%;
    width:30%;
  text-align:center;
}
.producto img {width:100%;}
/*******************************/
.vm-product-container {width: 38%;float: right;}
.product-description {width: 60%; float: left;}
.vm-product-media-container {float:none !important; width:auto !important;}
.vm-product-details-container {float:none; width:50% !important;}
.back-to-category {display:none;}
.vmcustom-textinput {height:23px;}
.productdetails-view .addtocart-bar {margin: 8px 0 0!important;}
span.addtocart-button span.addtocart-button-disabled, span.addtocart-button, span.addtocart-button input.addtocart-button, span.addtocart-button input.notify-button, span.addtocart-button span.addtocart-button-disabled {background: #000 !important;  border-radius:5px;}

@media screen and (max-width: 678px) {
#header-izq {display:none;}  
.product-container {margin: 20px; max-width: 90%;}
 .vm-product-container, .product-description {float:none !important; width:100% !important;} 
  h2 {font-size:12px;}
  
}





