.link-home:before { 
	font-family: 'FontAwesomeSolid';
	content: "\f015";
}

#header-main .header-1 {
    background: var(--menu-color);
    color: #fff;
}

#header-main .header-1 .container-12 {
    align-items: center;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#header-main .header-1 div[class^="grid"] {
    width: auto;
}

#header-main .header-1 div[class^="element"] {
    display: initial;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

#header-main .header-1 div[class^="element"].element-menu-top,
#header-main .header-1 div[class^="element"].element-social-header {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.element-info .info-inner {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

#header-main .element-info .info-phone {
    margin-right: 20px;
}

#header-main .element-info .info-phone + .info-phone {
    margin-left: 0;
}

.element-info .info-email {
    display: initial !important;
}

#header-main .element-shopping-cart .link-shopping-cart {
    background: var(--menu-color);
}

#nav-main .element-menu-main ul[class$="list"] > li ul li a,
#nav-main .element-menu-category ul[class$="list"] > li ul li a {
	text-transform: unset;
}

.element-product-detail .product-info .product-name {
	text-transform: unset;
}

.wrapper-product-combination .product-combination-list .product-combination-item label {
    border: 2px solid #ccc;
}

.wrapper-product-combination .product-combination-list .product-combination-item label div {
    font-family: var(--font-title);
    font-size: 14px;
    line-height: 30px;
    min-height: 32px;
    min-width: 32px;
}

.wrapper-product-combination .product-combination-list .product-combination-item.product-combination-active label {
	background: var(--base-color);
    color: #fff;
}

#product-list .product-list-item .product-info,
#product-list-sidebar .product-list-item .product-info {
    text-align: center;
}

#product-list .product-list-item .product-info .product-name,
#product-list-sidebar .product-list-item .product-info .product-name {
    text-align: center;
	text-transform: unset;
}

#product-list .product-list-item .product-info .product-price.product-old-price + .product-price.product-sell-price,
#product-list-sidebar .product-list-item .product-info .product-price.product-old-price + .product-price.product-sell-price {
    display: none;
}

#product-list .product-list-item .product-info .product-price .product-big-price,
#product-list-sidebar .product-list-item .product-info .product-price .product-big-price,
#product-list .product-list-item .product-info .product-price .product-price,
#product-list-sidebar .product-list-item .product-info .product-price .product-price {
    font-size: 24px;
}

#product-list .product-list-item .product-info .product-cash-price span:first-child,
#product-list-sidebar .product-list-item .product-info .product-cash-price span:first-child {
    font-size: 16px;
}

.element-product-detail .wrapper-product-price {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
}

.element-product-detail .wrapper-product-price .product-price {
    padding-bottom: 20px;
}

.element-product-detail .wrapper-product-price .product-price,
.element-product-detail .wrapper-product-price .wrapper-btn-buy {
    width: 100% !important;
}

.element-product-detail .wrapper-product-price.has-amount .wrapper-btn-buy {
    padding-left: 120px;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    float: none;
}

.element-product-detail .wrapper-product-price .product-amount {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
}

.element-product-detail .wrapper-product-price .product-amount .grid-medida {
    margin: 0;
    width: 90px;
}

.element-product-detail .wrapper-product-price .product-amount input {
    background: #f0eff1;
    border: 0;
    line-height: 20px;
    padding: 20px;
}

.element-product-detail .wrapper-product-price .product-amount .holder-decrement,
.element-product-detail .wrapper-product-price .product-amount .holder-increment {
    position: absolute;
    right: 5px;
}

.element-product-detail .wrapper-product-price .product-amount .holder-decrement {
    bottom: 5px;
}

.element-product-detail .wrapper-product-price .product-amount .holder-increment {
    top: 5px;
}

.element-product-detail .wrapper-product-price .product-amount .btn {
    background: none;
    padding: 2px;
}

.element-product-detail .wrapper-product-price .product-amount .btn span[class^="icon"] {
    color: #777;
}

#header-main .element-info .info-phone:before {
	font-size: 15px;
}

.element-product-detail .wrapper-product-price .product-amount .label-unit,
.element-product-detail .wrapper-product-price .product-amount .holder-amount {
    display: none !important;
}

.element-product-detail .wrapper-product-price .wrapper-btn-buy .btn {
    padding: 15px 0;
}

#header-main .element-info .info-phone {
    font-size: 12px;
}
/*Centralização div de parcelas na página do produto*/
.payment-parceled {
    margin-left: -304px !important;
}
/*Centralizar estrelas avaliação*/
#product-list-sidebar .product-list-item .product-info .product-rating, #product-list .product-list-item .product-info .product-rating {
    margin: 10px auto 10px !important;
}
/*Campo de pessoa juridica no pagamento*/
a.link.pj-enable {
    font-size: 20px;
    color: #0086ff;
}