/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
p {
    margin: 0;
}
.category-heading-style .av-special-heading-tag, .category-heading-style .av-subheading p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800!important;
}
#top .av-cart-counter {
    color: #ffffff;
}
.cart_dropdown_link [data-av_icon]:before, .menu-item-search-dropdown [data-av_icon]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 25px;
    content: attr(data-av_icon);
    speak: never;
    color: #9c9c9c;
}
.html_header_top #menu-item-shop.cart_dropdown {
    border-right: none;
}
#header_meta .phone-info>div {
    display: flex;
    align-items: center;
}
#header_meta {
    padding: .5rem 0;
    background-color: #8b1219;
}
#header_meta a {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
#header_meta span {
    display: inline-block;
    height: 16px;
    width: 1px;
    background: #9d333a;
    margin-left: 1rem;
    margin-right: 1rem;
}
.product .inner_product {
    border: 1px solid #e1e0de;
}
.inner_product .inner_product_header {
    border-color: #e2e0e1;
}
.inner_product .inner_product_header .avia-arrow {
    display: none;
}
.inner_product .inner_product_header_cell {
    text-align: center;
}
.inner_product a.custom_button {
    text-align: center;
    padding: 15px 0;
    background-color: #faf9f7;
    color: #c6c6c6;
}
.feature-container .av-image-caption-overlay-position {
    width: 20rem;
}
.feature-container .av-image-caption-overlay-center {
    padding-left: 6rem;
    padding-right: 0;
}
.feature-container p {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.inner_product .thumbnail_container {
    padding: 30px;
}