#header-main .header-1 {
    background: #FFF;
    color: #999;
	text-align: center;
}

body {
    color: #888;
}

span.btn-remove-icon:before {
    content: "\f1f8";
    font-family: fontawesome;
    font-size: .8em;
    position: absolute;
    background: #fff;
}

#footer-main .footer-3 {
    border-top: 2px solid #eee;
}

.page-content h4 {
    font-size: 1.2rem;
    color:#fc972f;
}

.wrapper-product-combination .product-combination-list.error {
    border: 2px solid #e95b4c;
    border-radius: 3px;
    background: rgba(255,0,0,.16);
    box-shadow: none;
}

span.icon-shopping-cart {
    color: #fc972f;
}

#nav-main .element-menu-category #menu-category .menu-category-list {
    display: flex;
    justify-content: space-around;
}

.product-name h2 {
    text-align: center;
}

.product-info {
	 text-align:center;   
}

.product-name h2 {
    font-weight: 600;
    font-size: 1rem;
}

.header-box-content h1, .header-box-content h2,
.header-box-content h3, .header-box-content h4,
.header-box-content h5, .header-box-content h6,
.header-box-content .title-primary,
.header-box-content .title-secundary {
    color: #999;
    border-bottom: none;
}

.header-box-content h1:after , .header-box-content h2:after ,
.header-box-content h3:after , .header-box-content h4:after ,
.header-box-content h5:after , .header-box-content h6:after ,
.header-box-content .title-primary:after ,
.header-box-content .title-secundary:after {
    content: "";
    background: #F58635;
    width: 93px;
    height: 3px;
    display: block;
    margin: 15px auto;
}


.footer-main-inner {
    border-top: 2px solid #F58635;
    padding-top: 30px;
}



/*BANNER HOME*/

body.pagina-home #nav-main .element-menu-category,
body.pagina-home #nav-main .element-menu-main {
	margin-bottom: 0 !important;
}

.element-banner-main .container-12,
.element-banner-main .container-12 .grid-12 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
	width: 100% !important;
}

.element-banner-main img {
	width: 100%;
}