/*
CATALOG STYLES */
.catalog-category-listing {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 150px 0;
}
.catalog-category {
    border: dotted 1px #000000;
    width: 32%;
    margin-bottom: 2%;
    padding: 0;
}
.catalog-category a {
    display: flex;
    height: 450px;
    background-size: cover;
    overflow: hidden;
    align-items: end;
    justify-content: center;
    text-decoration: none;
}
.catalog-category a .title {
    display: inline-block;
    margin: 0 0 20px 0;
    border: transparent;
    border-radius: 20px;
    padding: 10px 20px;
    text-align: center;
    background-color: #51284F;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}


.catalog-breadcrumb {
    list-style: none;
    display: block;
    margin: 20px 0;
}
.catalog-breadcrumb li {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 16px;
    font-weight: normal;
}
.catalog-breadcrumb li:before {
    margin-right: 10px;
    content: '\003e';
}

.catalog-navigation {
    margin: 20px auto;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.catalog-navigation h1 {
    margin: 0;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}
.catalog-navigation h1 a {
    color: #333333;
    text-decoration: none;
}
.catalog-navigation .shop-all {
    margin-right: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}
.catalog-navigation .shop-all:before {
    content: '\003c';
    margin-right: 5px;
    text-decoration: none;
}
.catalog-navigation .shop-all:hover {
    color: #EC3976;
}
.catalog-navigation a.sub-category {
    display: inline-block;
    margin: 5px;
    border-color: transparent;
    border-radius: 10px;
    background-color: #EC3976;
    padding: 7px 15px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1em;
}

.catalog-product-listing {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 20px 0 150px 0;
}
.catalog-product-listing .sub-category-heading {
    display: block;
    position: relative;
    top: 0; /*top: -50px;*/
    visibility: hidden;
}
.catalog-product-listing h2 {
    flex-basis: 100%;
    margin: 30px 0 20px 0;
    border-bottom: dashed 1px #333333;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.catalog-product {
    display: flex;
    flex-flow: column;
    align-items: center;
    align-content: flex-start;
    width: 32%;
    margin-bottom: 10%;
    padding: 0;
}
.catalog-product .product-name {
    display: inline-block;
    margin: 0 15px;
    color: #EC3976;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}
.catalog-product .product-price {
    display: inline-block;
    font-size: 22px;
    line-height: 2em;
    font-weight: bold;
}
.catalog-product .product-description {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
}

.ordering-instructions {
    display: block;
    position: fixed;
    z-index: 1000;
    margin-top: 20px;
    width: 100%;
    bottom: 0;
    left: 0px;
    background-color: #EC3976;
    padding: 15px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
}
.ordering-instructions a {
    color: #FFFFFF;
    text-decoration: none;
}
.ordering-instructions a:hover,
.ordering-instructions a:focus,
.ordering-instructions a:active,
.ordering-instructions a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}


@media (max-device-width: 500px) {
    .header-filter {
        background-position: 75% center !important;
    }

    body.page-id-85 .wp-block-image .alignleft {
        float: none !important;
        margin: 0 0 1em 0 !important;
    }
    body.page-id-85 article figure {
        margin: 0;
        width: 100%;
    }
    article figure img {
        width: 100%;
        height: auto;
    }
    article p {
        clear: both;
    }

    .catalog-category a {
        background-position: center;
    }
    .catalog-category a .title {
        margin: 5px;
        width: 100%;
        border-radius: 10px;
        padding: 5px;
        font-size: 0.9em;
    }

    .wp-block-booking-booking .booking_form .form-group label,
    .wp-block-booking-booking .booking_form .form-group .controls,
    .wp-block-booking-booking .booking_form .form-group button {
        margin-left: 0 !important;
    }
}
