/*
* Custom code goes here.
* A template should always ship with an empty custom.css
*/

.ag-contact-link-from-product-page {
    font-family: quasimoda, sans-serif;
    color: #434343;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    padding: 15px 0 15px 30px;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.4rem;
}

.product-accessories .h5.text-uppercase, .ag-product-more-details .h5.text-uppercase, .product-features .h6.text-uppercase {
    font-family: 'Crimson Text', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    background-color: #F7F7F7;
    padding: 30px 0 30px 75px;
    margin-top: 82px;
}

.ag-select-wrap
{
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 4px;
    padding: 0 5px;
    width: 200px;
    background-color: #fff;
    position: relative;
}

.ag-select-wrap span
{
    font-size: 10px;
    text-transform: uppercase;
    color: #777;
    padding: 0 8px;
    position: absolute;
    top: 0px;
    width: auto !important;
}

.ag-select-wrap select
{
    background-color: #fff !important;
    border: 0px !important;
    height: 50px !important;
    width: 100% !important;
}

.ag-select-wrap select:focus {outline: none;}

/* AS4 STYLES */
#search-filter-toggler-allergenes, #search-filter-toggler-filter {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#search-filter-toggler-allergenes:hover, #search-filter-toggler-filter:hover {
    color: #7a7a7a;
}

#search-filter-toggler-allergenes img, #search-filter-toggler-filter img {
    margin-right: 10px;
}
#search-filter-toggler-filter img {
    margin-right: 15px;
}

#ag-as4-container {
    align-items: stretch;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 200px;
    padding: 20px 30px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(0);
    transition: .3s;
    width: 350px;
    z-index: 9999;
}

#ag-modal-as4 {
    background: rgba(0, 0, 0, .75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    outline: 0;
}
.ag-allergene-inversed {
    font-size: 14px;
    color: #af1931;
    display: block;
    padding: 10px 0;
    text-transform: initial;
}
.d-none {
    display: none !important;
}

/* END AS4 STYLES */

/* SUBCATEGORIES STYLE */
#subcategories ul li { margin-right: 40px; }
/* END SUBCATEGORIES STYLE */

@media (max-width: 767px) {

    #subcategories ul li {
        margin-right: 0px !important;
    }

    .product-accessories .h5.text-uppercase, .ag-product-more-details .h5.text-uppercase, .product-features .h6.text-uppercase {
        padding: 30px 0 30px 14px;
    }

    .ag-product-more-details .h5.text-uppercase {
        font-size: 2rem;
    }
}