/* Font reset */
body, 
#content, 
.entry-content, 
.post-content, 
.page-content, 
.post-excerpt, 
.entry-summary, 
.entry-excerpt, 
.widget-area, 
.widget, 
.sidebar, 
#sidebar, 
footer, 
.footer, 
#footer, 
.site-footer {
    font-family: "Noto Serif",serif !important;
}

.eltd-drop-down .wide .second .inner > ul > li a.no_link .item_text {
    text-transform: uppercase;
}

.eltd-page-header .eltd-menu-area .eltd-main-menu .second a .item_text {
    text-transform: none;
}

.eltd-mobile-header .eltd-mobile-nav h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Category widget */
.widget_product_categories .product-categories .cat-item .child-icon {
    margin-left: 5px;
}
.widget_product_categories .product-categories .children .cat-item .child-icon {
    display: none;
}
.widget_product_categories .product-categories .cat-item .children {
    display: none;
}
.widget_product_categories .product-categories .cat-item.open .children {
    display: block;
}
.widget_product_categories .product-categories .cat-item .child-icon .fa-caret-up,
.widget_product_categories .product-categories .cat-item.open .child-icon .fa-caret-down {
    display: none;
}
.widget_product_categories .product-categories .cat-item.open .child-icon .fa-caret-up {
    display: inline-block;
}
/*
.widget_product_categories .product-categories .cat-item .child-icon .fa-caret-up,
.widget_product_categories .product-categories .cat-item.current-cat-parent .child-icon .fa-caret-down,
.widget_product_categories .product-categories .cat-item.current-cat .child-icon .fa-caret-down {
    display: none;
}
.widget_product_categories .product-categories .cat-item.current-cat-parent .child-icon .fa-caret-up,
.widget_product_categories .product-categories .cat-item.current-cat .child-icon .fa-caret-up {
    display: inline-block;
}
*/

/* product img size op merk pagina */
.vh-product-img-size img {
    width: 260px;
    height: auto;
}
.vh-product-img-size

/* home */
.home .owl-carousel .owl-item {
    text-align: center;
}
.home .owl-carousel .owl-item img {
    width: auto;
    height: 100px;

    display: inline-block;
}

.home .eltd-blog-list-holder > ul .eltd-blog-list-item .eltd-item-image {
    height: 380px;
}

@media only screen and (max-width:1200px) {
    .home .eltd-blog-list-holder > ul .eltd-blog-list-item .eltd-item-image {
        height: 300px;
    }
}

.vh-img-fit,
.home .eltd-blog-list-holder > ul .eltd-blog-list-item .eltd-item-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.vh-img-fit .vh-img-fit-img,
.home .eltd-blog-list-holder > ul .eltd-blog-list-item .eltd-item-image img {
    width: auto;
    height: auto;
    min-width: 0px;
    min-height: 0px;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home .widget .widgettitle {
    display: none;
}

.home .widget .eltd-instagram-feed {
    margin-bottom: 90px;
}

/* back in stock */
body .cwginstock-subscribe-form .panel-primary {
    border-color: #ccc;
}

body .cwginstock-subscribe-form .panel-primary > .panel-heading {
    background-color: transparent;
    color: #8f8f8f; 
    border-bottom: none;
}
body .cwginstock-subscribe-form  .cwginstock-panel-heading h4 {
    color: #8f8f8f; 
}
body .cwginstock-subscribe-form .panel-body .row > .col-md-12 > .col-md-12 {
    float: none;
    padding: 0px;
    width: 95%;;
}
body .cwginstock-subscribe-form .panel-body .cwgstock_button {
    font-style: normal;
    font-weight: 600;
    font-family: "Open Sans",sans-serif;
    padding: 18px 40px 18px 43px;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #b79c7d;
    margin-top: 15px;
    border: 0px;
    transition: all 500ms ease;
}
body .cwginstock-subscribe-form .panel-body .cwgstock_button:hover,
body .cwginstock-subscribe-form .panel-body .cwgstock_button:focus,
body .cwginstock-subscribe-form .panel-body .cwgstock_button:active {
    background-color: #A27D53;
}

/* single product */
.eltd-single-product-images {
    opacity: 0;
    transition: all 500ms ease;
}
.eltd-single-product-images.active-carousel.active-slider {
    opacity: 1;
}

.product-flexslider {
    position: relative;
}
#product-slider.product-flexslider {
    margin-bottom: 30px;
}
.product-flexslide img {
    display: block;
}

.product-flexslider ul,
.product-flexslider li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-flexslider .flex-direction-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-flexslider .flex-direction-nav a {
    float: left;
    font-size: 30px;
    padding: 5px 10px;
    color: #fff;
    background-color: #b79c7d;
    margin-top: -20px;

    display: inline-block;
    
    transition: all 500ms ease;
}
.product-flexslider .flex-direction-nav a:hover {
    color: #b79c7d;
    background-color: #fff;
}
.product-flexslider .flex-direction-nav a.flex-next {
    float: right;
}
#product-slider.product-flexslider .flex-direction-nav a {
    font-size: 50px;
    padding: 10px 20px;
    margin-top: -35px;
}
#product-carousel.product-flexslider li {
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    .product-flexslider .flex-direction-nav a {
        padding: 3px 7px 3px 5px;
        font-size: 20px;
        margin-top: -15.5px;
    }
    .product-flexslider .flex-direction-nav a.flex-next {
        padding: 3px 5px 3px 7px;
    }

    #product-slider.product-flexslider .flex-direction-nav a {
        padding: 5px 10px;
        font-size: 30px;
        margin-top: -20px;
    }

}

/* footer */
.eltd-footer-bottom-holder {
    background-color: #333333 !important;
}
#footer-logos {
    padding-top: 30px;
    border-top: 1px solid #c7b299;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-logos a img {
    width: 100px;
    height: auto;
}
#footer-logos a:first-child img {
    width: 126px;
}
#footer-logos a:last-child img {
    width: 190px;
}

@media only screen and (max-width:768px) {
    #footer-logos {
        flex-direction: column;
    }

    #footer-logos img {
        margin-top: 20px;
    }
    #footer-logos img:first-child {
        margin-top: 0px;
    }
    #footer-logos img:last-child {
        margin-top: 0px;
    }
}

/* home insta */
body.home #sbi_images {
    height: 360px;
    overflow: hidden;;
    border-bottom: 75px solid #fff;
}