/* Add here all your CSS customizations */

.header-column{
    width: 33.333333% !important;
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: 2px;
    font-size: 80%;
}
.top-border-nav{
border-top: 1px solid rgba(96,33,27,0.4);
margin:0;
width: 100%;
}

#header .header-nav-main nav > ul > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0.5rem 1.9rem;
    text-transform: uppercase;
}

a:hover{
    text-decoration: none;
}

#header .header-nav {
    min-height: 50px;
}

.featured-box .box-content.transparent{
    background-color: rgba(0,0,0,0);
}
.font-xlg{
    font-size: 80px;
}

.product-thumb-info {

    background: #fff;
}

.shop .products .product .onsale {
    background-color:#60211a;
    color: #fff;
    border-radius: 100% 100% 100% 0;
}

.product-thumb-info h4 {
    font-family: 'Copperplate', serif;
    font-weight: 400;
    color: #60211a !important;
    font-size:15px;
    margin-bottom: 10px;
}
.product-thumb-info h6 {
    color: #dbc1a4 !important;
}

.product-thumb-info .product-thumb-info-content {
    text-align: center;
}

.shop .products .product .price {
    margin-top:30px;
    font-family: 'Copperplate', serif;
}
.shop .products .product .price .amount {
    font-size: 1.7em;
}

.img-w{ width: 100% !important;}

.sello-organic{
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    z-index: 999;
    margin-top: -60px;
    position: absolute;

}
p {
    color: #60211a;
}

.gradient-top {
    background: transparent linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 350px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}

.gradient-top-intro {
    background: transparent linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
    height: 150px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 80;
}


#curva-light{
    position: absolute;
z-index: 9999999999;
width: 420px;
right: 50px;
bottom: -1px;
}

#curva-light-intro{
    position: relative;
    z-index: 9999999999;
    width: 360px;
    bottom: -49px;
    display:none;
}

#footer .logo-section{
    background-color: #6f1a13;
    text-align: center;
    color: #dbc1a4;
    background-image: url(../img/arrow-footer.jpg);
    background-position: center bottom; 
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.image-arrow-footer{
    clear: both;
    position: relative;
    bottom: -10px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer a {
    color: #6f1a13;
}

.page-header h1{ font-size: 50px; }
.page-header .container{
z-index: 90;
position: relative;
}
.page-header-background{
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-header {
    border-bottom: 0px solid #CCC;
    min-height: 200px;
}