h1 {
    font-size: 32px !important;
}

select option {
    color: black !important;
}

.card-hr {
    background: #ffd500;
    height: 8px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    width: 75px;
}

.retailer-warning {
    max-height: 45px;
    min-width: 100%;
}

.retailer-error-box {
    margin: 0 14px;
}

.error-icon:hover {
    cursor: pointer;
}

.card-content {
    font-size: 16px !important;
}

.card-content-marker-popup {
    font-size: 16px !important;
    color: black;
}

.map-row {
    position: relative;
    margin-top: 8px;
}

.retailer-search-input {
    color: black;
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100%;
    /*max-width: 276px;*/
    background-color: white !important;
}

.retailer-modal {
    visibility: visible !important;
    color: black;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
}

.retailer-modal-title {
    text-overflow: ellipsis;
}

.retailer-modal-container.js--modal.sizing--content {
    width: 600px !important;
    max-width: 95%;
    height: auto;
    max-height: 80vh;
    display: block !important;
    top: 10% !important;
    opacity: 1 !important;
}

#retailerContactModal .js--modal .header {
    height: inherit !important;
    min-height: 2.625rem;
}

.retailer-product-thumb {
    display: inline-block;
    border: solid 2px black;
    width: 100px;
    height: auto;
}

.retailer-product-title {
    font-size: 24px;
    color: white;
    font-style: normal;
    margin: 0 0 8px 0;
}

.retailer-card:hover, .retailercardactive {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.retailercardactive {
    background: #716423;
}

.retailercardnogeolocation {
    min-height: 225px !important;
}

.retailer-card {
    border-radius: 2px;
    position: relative;
    height: 320px !important;
    min-width: 275px;
    max-width: 275px;
    background: #d6d6d6;;
    transition: all 200ms linear;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 0 0;
    display: flex;
    flex-direction: column;
}

.retailer-card-container {
    justify-content: center;
}

.retailer-card-text-color {
    color: #3c3c3c !important;
}

.retailer-card-header {
    padding: 0 8px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.premium-icon {
    position: absolute;
    right: 7px;
    top: 5px;
    font-size: 16px;
}

.retailer-card-marker-header {
    padding: 0 8px;
    margin-top: 0;
    color: black !important;
    font-size:16px !important;
    font-weight: bold;
}

.retailer-card-close {
    position: absolute;
    top: 4px;
    right: 13px;
    font-size: 24px;
    padding: 6px;
}

.retailer-card-close:hover {
    cursor: pointer;
}

.retailer-card-distance {
    position: absolute;
    right: 5px;
    top: 4px;
    /*border: solid 1px #ffd500;*/
    background: gray;
    font-weight: bold;
    padding: 4px;
    margin: 6px;
}

.retailer-card-contact {
    padding: 6px;
    text-align: center;
    font-size: 16px;
    margin: 16px 12px;
}

.retailer-card-contact:hover {
    cursor: pointer;
}

.route {
    display: inline-block;
}

.route:hover {
    cursor: pointer;
}

.retailer-route-icon {
    padding: 0px 7px 0 6px;
}

.mauser-yellow-font-color {
    color: #ffd500;
}

.icon-md {
    font-size: 20px;
}

.product-card {
    border: 1px solid;
    padding: 8px 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
}

#product-image {
    margin-right: 16px;
    height: 63px;
}

.retailer-delete-product {
    position: absolute !important;
    top: -17px;
    right: -18px;
    padding: 6px 9px;
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    background: #434343;
    transition: all 150ms;
}

.retailer-delete-product:hover {
    transform: scale(1.05);
}

.product-subtitle {
    margin-top: 0;
    font-size: 16px;
    font-style: oblique;
    color: #cacaca;
    /*width: 100%;*/
}

.font-color-black {
    color: black !important;
}

/* width */
::-webkit-scrollbar {
    /*width: 8px;*/
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.retailer-search-bar-container {
    margin-left: 0;
    padding-left: 0;
}

.retailer-category-select.retailer-category-select {
    color: black !important;
    background: #d6d6d6 !important;
    border-color: #d6d6d6 !important;
    width: 100%;
    max-width: 350px;
}

.search-button {
    padding: 8px;
    background: #ffd500;
    color: black;
    border: none;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.retailer-category-select:after {
    color: black !important;
}

input[type="search"].retailer-search-input {
    padding-left: 50px;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-position: left 8px center;
    height: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

input[type="search"]:focus.retailer-search-input {
    color: rgba(0, 0, 0, 0.9);
}

.input-field-container {
    position: relative;
}

.filter-field-container {
    position: relative;

}

.filter-field-container .select-field select {
    padding-left: 50px;
}


.black-checkbox {
    border-color: #c7c7c7 !important;
}

.search-icon-container {
    position: absolute;
    width: 40px;
    font-size: 19px;
    text-align: center;
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.9);
}

.filter-icon-container {
    position: absolute;
    width: 40px;
    font-size: 19px;
    text-align: center;
    margin-top: 11px;
    color: rgba(0, 0, 0, 0.9);
    z-index: 110;
}

.search-container {
    max-width: 410px;
    min-width: 410px;
}

@media screen and (max-width: 560px) {
    .retailer-product-thumb {
        display: none;
    }
}


.no-wrap {
    flex-wrap: nowrap;
}


.modal-content {
    padding: 42px 0;
}

.retailer-search-form {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;

    margin-top: 12px;
}

.filter-container {
    justify-content: flex-end;
    align-items: end;
}

@media screen and (max-width: 1300px) {
    .retailer-search-form {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .filter-field-container {
        min-width: 350px;
        margin-top: 6px;
    }

    .retailer-category-select.retailer-category-select {
        width: 100%;
        max-width: 100%;
    }

    .product-container {
        margin-top: 16px;
    }
}

@media screen and (max-width: 450px) {

    .filter-field-container {
        min-width: 100%;
    }

    .retailer-category-select.retailer-category-select {
        width: 100%;
        max-width: 100%;
    }

    .product-container {
        margin-top: 16px;
    }

    .search-container {
        max-width: 100%;
        min-width: 100%;
    }
}
