/* Fix header white space */
.eltdf-page-header .eltdf-logo-area {
    position: relative;
    height: 190px !important;
    overflow: hidden;
    background-color: #ffe5f4f5 !important;
}
/* Fix logo size */
 .eltdf-page-header .eltdf-logo-area .eltdf-logo-wrapper a {
    max-height: 100% !important;
    height: 186px !important;
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 0px 0 rgba(0, 0, 0, 0.19);
}
.eltdf-mobile-header .eltdf-mobile-logo-wrapper img {
    display: block;
    height: 170% !important;
    width: auto;
}
/* Fix category slip on shop items */
.eltdf-woo-pl-info-below-image ul.products>.product .eltdf-pl-text-wrapper-variations {
    display: none !important;
}
/* Woo fix product cats */
.eltdf-woo-single-page .eltdf-single-product-summary .product_meta {
    margin: 34px 0 0;
    display: none !important;
}
/* Product single only - remove to allow multiples of same product */
.eltdf-woo-single-page .eltdf-single-product-summary .eltdf-quantity-buttons {
    margin: 0 27px 0 0;
    display: none;
}
/* Fix mob menu button */
.eltdf-mobile-header .eltdf-mobile-menu-opener.eltdf-mobile-menu-opener-icon-pack .eltdf-mobile-menu-icon {
    font-size: 80px !important;
}
/* Fix Logo Area Shaddow */
.eltdf-header-centered .eltdf-page-header .eltdf-logo-area {
    overflow: visible;
    z-index: 2;
    box-sizing: border-box;
    padding-bottom: 10% !important;
}
/* Fix Testamonials BG */
.tc-testimonial-style14 {
    padding: 33px;
    background-color: #3f61f6;
    background-image: linear-gradient(45deg,#880000 0,#ff239d 100%) !important;
    position: relative;
    margin-bottom: 40px;
    border-radius: 7px;
}