/* Pages Custom CSS */

/* Header */

#site-header-inner {
    
}

.custom-logo-set img {
    transition: all 0.7s ease;
    transform-origin: left center;
    -webkit-transform: translateZ(0);

}

.is-sticky .custom-logo-set img {
    max-width: 50%;
    position: relative;
    height:auto!important;
    transition: all 0.7s ease;
    transform-origin: left center;
    -webkit-transform: translateZ(0);
}

.cf-custom-header ul {
    list-style: none;

}

.cf-custom-header a.oew-cart-link i.oew-cart-icon {
    background: #fff !important;
    color: #ed5565;
}

/* Home */
.cf-cta .ctawrap {
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.65);
    background-clip: content-box;
}

.cf-cta .ctawrap h2 {
    padding: 20px;
}

.cf-cta .ctawrap div {
    padding: 0 20px 20px;
}

/* WooCommerce */
.demo_store {
    top: 0 !important;
    bottom: auto !important;
    text-align: center;
    padding: 5px 15px;
    background-color: #9d2429;
}