/* Custom code goes here - paste your css code below in line 3 */

/* Footer contact */
ul#footer_contact li:before,
ul#footer_contact li p:before {
display: inline-block;
font-family: "FontAwesome";
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
width: 18px;
margin-right: 4px;
font-size: 13px;
}

ul#footer_contact li.phone:before {
content: "\f095";
}

ul#footer_contact li.email:before {
content: "\f0e0";
}

ul#footer_contact li.whatsapp:before {
content: "\f232";
}

ul#footer_contact li.address p:nth-child(1):before {
content: "\f124";
}

ul#footer_contact li.address p:nth-child(2):before {
content: "\f19c";
}

ul#footer_contact li.address p:nth-child(3):before {
content: "\f19c";
}

/* Menu second border */
#_desktop_top_menu > ul > li.home_icon > a {
border-left: 1px solid #ffde62;
}

#_desktop_top_menu > ul > li > a {
border-right: 1px solid #ffde62;
}

/* Add to cart button */
button i.shopping-cart {
font-family: 'fontello';
}

button i.shopping-cart:before {
content: '\e87f';
}

.product-add-to-cart button.btn.add-to-cart i {
top: 12px;
left: 12px;
font-size: 22px;
}

.button-container .add-to-cart i {
top: 9px;
left: 11px;
font-size: 15px;
}


