.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0,0,0,.1);
    border: none;
    margin-left: .9375rem;
    width: inherit;
    min-width: inherit;
    z-index: 18;
    position: absolute;
}
#header .menu, #header .menu>ul>li {
    display: inline-block;
    position: relative;
}
.top-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 1.25rem;
    clear: both;
}

::-webkit-scrollbar{
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
    border-radius: 10px;
    background-color: #CCCCCC;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #DAB980;
    background-image: -webkit-linear-gradient(90deg,transparent,rgba(0, 0, 0, 0.4) 50%,transparent,transparent)
}


#wrapper {
    background: url(https://cbdsroll.es/img/cms/wood.jpg);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    padding-top: 1.563rem;
    background-size: contain;

}

body {

background-image:url('/html/themes/classic/wood.jpg');

}


.footer-container {
   
    background-color: #D3BC80;
}


#custom-text {
  
    background-color: #D3BC80;
}

.product-additional-info {
    border-top: none;
    padding-top: none;
}

.product-additional-info button {
    margin-bottom: 2rem;
}
.dnone {
    display: none;
}
#price_by_gramos {
    position: relative;
    left: 0;
    font-size: 0.85em;
    font-weight: 700;
    display: inline-block;
    min-height: 20px;
}
.precio_gramo_listing {
    font-weight: 700;
    font-size: 0.8em;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

/* Escritorio */
@media only screen and (min-width: 1200px){
	
}
/* Tablet */
@media only screen and (width: 768px){
	
}
/* Mobile */
@media only screen and (max-width: 767px){
	
}