
.section-overlay-mask {
	background-color: rgba(129,181,45,0.6) !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/* Barra menu */
.header-menu.header-normal, .header-menu.header-fixed, .header-menu.header-sticky {
    width: 100%;
    position: relative;
    height: 107px;
    background: #FFFFFF;
    border-bottom: 1px solid #CAD4DD;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.09);
    z-index: 2;
}
#main.header-fixed-enabled, #main.header-sticky-enabled {
    margin-top: 2px;
}
.logo-img img {
    width: auto;
    max-height: 100px !important;
    opacity: 1;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.315s ease-in-out 0s;
    transition: opacity 0.315s ease-in-out 0s;
}

#logo img.retina{
    height:43px;
}

/* 404 */
.content-title-404 {
    position: relative;
    text-align: center;
    top: 70%;
    padding: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.error-caption {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 400;
    margin: 0 0 0 4px;
    text-transform: uppercase;
}
.overlay-bg, .overlay-bg-search, .overlay-bg-archive {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1;
}


.cart_item  td.product-name dl.variation dt {
    display: none;
}

.cart_item td.product-name dl.variation dd p{
	display: none;
}


dd p {
    display: none;
}

.woocommerce-page td.product-name dl.variation dt.variation-custom_data {
    display: none;
}

.woocommerce-page td.product-name dl.variation dt {
    display: none;
}