#header-main .element-info .info-phone + .info-phone {
    display: inline-flex;
}

#header-main .element-info .info-title, #header-main .element-info .info-time {
    display: inline;
    font-size: small;
    margin-left: 10px;
}


#footer-main .element-phone .info-phone + .info-phone {
    display: inline-block;
}

#header-main .element-info .info-phone:before {
    content: "\f095 ";
    font-family: 'FontAwesome';
    display: none;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}

#header-main .element-info .info-phone.info-whatsapp:before {
    content: "\f232";
    display: inline;
    font-size: 23px;
    margin-right: 5px;
    color: #00f008
}

#header-main .element-info .info-title, #header-main .element-info .info-time {
    display: inline;
    font-size: small;
    margin-right: 10px;
}
#product-list .product-list-item .product-info .product-name, #product-list-sidebar .product-list-item .product-info .product-name {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    min-height: 48px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#product-list .product-list-item .label-promo, #product-list-sidebar .product-list-item .label-promo {
    color: yellow;
    background: black;
}

.sidebar .menu-sidebar-list li.show-sub-category ul {
    border-top: 1px solid rgba(0,0,0,0.1);
    display: block;
    opacity: 1;
    animation: none !important;
    text-transform: uppercase;
 }

.sidebar .menu-sidebar-list li {
    clear: both;
    display: block;
    float: none;
    position: relative;
    text-transform: uppercase;
}


a#cart-data-btn {
    background-color: #AF191B;
}

a#payment-submit {
    background-color: #AF191B;
}

#cart-email .cart-email-wrapper button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #AF191B;
}

.element-product-detail .product-amount .label-unit {
    display: none;
}

.element-product-detail .product-amount .label-amount {
    color: black;
    text-transform: none;
}

.msg-product-add {
    background: #AF191A !important;
}

.blackfriday {
    color: yellow !important;
    background: black;
    font-weight: bold;
	animation-name: example;
  	animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes example {
  from {background-color: red;}
  to {background-color: black;}
}


.promo_noivas {
    color: black !important;
    background: black;
    font-weight: bold;
	animation-name: noivas;
  	animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes noivas {
  from {background-color: CornflowerBlue;}
  to {background-color: whitesmoke;}
}

.element-product-detail .product-amount .product-item-amount {
    text-align: center !important;
}
