.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e2ad965 */.wearzy-bottom-nav{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:65px;
    background:#fff;
    display:flex;
    justify-content:space-around;
    align-items:center;
    box-shadow:0 -2px 15px rgba(0,0,0,.08);
    z-index:99999;
    border-top:1px solid #eee;
}

.wearzy-bottom-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#555;
    font-size:12px;
    font-weight:600;
    flex:1;
}

.wearzy-bottom-nav span{
    font-size:22px;
    margin-bottom:3px;
}

.wearzy-bottom-nav a:hover,
.wearzy-bottom-nav a:focus{
    color:#ff3d57;
}

@media(min-width:768px){
    .wearzy-bottom-nav{
        display:none;
    }
}

body{
    padding-bottom:70px;
}/* End custom CSS */