/*Custom - #230025*/
#header-main .header-1 div[class^="grid"]:first-child {
    margin-left: 0;
}
.element-logo {
    display: flex !important;
    justify-content: center;
}
#header-main .element-search .search-inner .search-field {
    border: none;
    border-bottom: 1px solid #8c8c8c;
}
#header-main .element-search .search-inner .btn {
    padding: 11px 10px;
}
#header-main .element-search .search-inner .btn .btn-icon {
    background: #8c8c8c;
}
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-title {
    color: #8c8c8c;
}
#header-main .user-login .title-login {
    color: #8c8c8c;
    margin-left: 0;
}
#header-main span[class^="icon"] {
    background: #8c8c8c;
}
#nav-main .element-menu-category #menu-category {
    border-bottom: 3px solid #92a395;
}
#nav-main .element-menu-category #menu-category .menu-category-list > li > a {
    color: #fff;
    font-family: 'roboto_condensed_regular';
}
#nav-main .element-menu-category #menu-category {
      background: #92a395;
}
#nav-main .element-menu-main #menu-main {
    border-bottom: 3px solid #92a395;
}

#nav-main .element-menu-main #menu-main .menu-main-list > li > a {
      color: #fff;
      font-family: 'roboto_condensed_regular';
   
}
#nav-main .element-menu-main #menu-main {
      background: #92a395;
}
.label-product.label-launch {
    background: #a85622 !important;
}

span.icon-user {
    display: none;
}
span[class^="icon"].icon-shopping-cart {
    height: 30px;
    width: 30px;
    -webkit-mask: url(https://83709.simplo7.net/static/83709/galeria/bag.svg) no-repeat center center;
    -moz-mask: url(https://83709.simplo7.net/static/83709/galeria/bag.svg) no-repeat center center;
    mask: url(https://83709.simplo7.net/static/83709/galeria/bag.svg) no-repeat center center;
    -webkit-mask-size: contain;
    -moz-mask-size: contain;
    mask-size: contain;
}
.link-home:before{
    display: none;
}
#nav-main .element-menu-category #menu-category .menu-category-list {
    justify-content: center;
}
.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 {
    border-bottom: 3px solid #92a395;
    color: #8c8c8c;
}
#product-list-sidebar .product-list-item .product-image a:not(.label-unavailable), #product-list .product-list-item .product-image a:not(.label-unavailable) {
    padding-top: 100%;
}
#nav-bottom .element-newsletter-bottom .newsletter-form .newsletter-input input {
    border-color: #666666;
    color: #8c8c8c;
}
#nav-bottom .element-newsletter-bottom .newsletter-form .newsletter-input input::placeholder{
    color: #8c8c8c; 
}
#nav-bottom .element-newsletter-bottom .newsletter-form .newsletter-submit .btn .btn-text {
    color: #6f8373;
}
#footer-main .footer-main-inner:before, #footer-main .footer-main-inner:after {
    border-top: 3px solid #92a395;
}
.alert-cookie {
    background: #6f8373;
    color: #fff;
}
.alert-cookie .btn {
    background: #fff;
}
.alert-cookie .btn-text {
    color: #6f8373;
}
/*FIM - Custom - #230025*/

/*CUSTOM - #230851*/
.label-product.label-promo {
    background: #a85622 !important;
    min-width: 86px;
}
#header-main .element-shopping-cart .link-shopping-cart .shopping-cart-title {
    font-family: 'roboto_condensed_regular';
}
#header-main .user-login .title-login {
    font-family: 'roboto_condensed_regular';
}
.alert-cookie .alert-cookie-inner {
    color: #000;
}
/*FIM - CUSTOM - #230851*/

.element-product-detail .product-detail.product-detail-left .wrapper-btn-actions {
    display: none;
}

.product-sharing {
	display: none !important;
}	

/*Centralizar Categoria*/
#nav-main .element-menu-main #menu-main .menu-main-list {
  justify-content: center !important;
}