@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/AvenirNextLTPro-Regular.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/AvenirNextLTPro-Regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/AvenirNextLTPro-Regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/AvenirNextLTPro-Regular.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'AvenirBold';
    src: url('../../fonts/AvenirNextLTPro-Bold.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/AvenirNextLTPro-Bold.woff') format('woff'), /* Modern Browsers */ url('../../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/AvenirNextLTPro-Bold.svg') format('svg'); /* Legacy iOS */
}

html, body {
    height: 100%;
}

body {
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Avenir", Arial, sans-serif;
}

h3 {
    color: #fe0000;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: "AvenirBold", Arial, sans-serif;
}

hr {
    background: #ddd;
}

a.submit-disable {
    color: #fe0000;
    text-decoration: none;
}
.submit-disable:hover {
    color: #fe0000;
}


a,a:hover {
    color: #ffffff;
}

a.disabled {
    opacity: .65;
}

.position-relative {
    position: relative;
}

textarea.form-control {
    padding-bottom: 15px;
}

label, label:hover, label:active, label:focus {
    font-size: 0.95rem;
    font-weight: bold;
    color: #212529;
}

label.error, label.upload-error, label.error-optional-fields, label.error-optional-fields-s {
    color: #fe0000;
    position: absolute;
    bottom: 0;
    font-size: 0.7rem;
    padding: 0 7px 0 0;
    margin: 0;
    right: 0.2rem;
    font-weight: bold;
    text-align: right;
    width: 100%;
}

label.upload-error {
    text-align: center;
    bottom: 33px;
}

.optional-fields-errors label.error, label.error-optional-fields, label.error-optional-fields-s {
    position: relative;
    text-align: center;
}

.form-check {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    padding-right: 25px;
}

.select2-container .select2-selection--single {
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 0.8rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.fa.fa-image {
    font-size: 15rem;
    color: #ccc;
}

.thumb {
    max-height: 200px;
    margin-bottom: 1rem;
}

.btn.btn-default, .btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
    color: #fff;
    background: #fe0000;
    border: none;
    font-family: "AvenirBold", Arial, sans-serif;
    font-weight: normal;
    padding: 8px 20px 5px 20px;
    font-size: 1rem;
    cursor: pointer;
    text-transform: uppercase;
}

.btn.btn-dropdown, .btn.btn-primary, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
    background: #fe0000;
    color: #fff;
    width: 100%;
    font-family: "AvenirBold", Arial, sans-serif;
    font-weight: normal;
    box-shadow: none;
    border: none;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 9px 0 5px 0;
}

.bg-shoprite-red {
    background-color: #ea212d;
}

.bg-shoprite-dark-red {
    background-color: #c6131e;
}

.text-black {
    color: #111 !important
}

footer {
    font-size: 0.9em;
    font-family: "AvenirBold", Arial, sans-serif;
}

.footer-text {
    font-size: 12px;
}

.shoprite-nav-link {
    font-size: 1rem;
    font-family: "AvenirBold", Arial, sans-serif;
    color: #ffffff;
    font-weight: 800;
    margin-left: 20px;
    text-transform: uppercase;
}

h5 {
    font-size: 1rem;
    font-family: "AvenirBold", Arial, sans-serif;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}


.shoprite-nav-link:hover, .shoprite-nav-link:active {
    color: #feef35;
}


.btn.btn-dropdown[aria-expanded="true"] {
    border-radius: 5px 5px 0 0;
}

.dropdown-menu.show {
    width: 100%;
    text-align: center;
    border-top: none;
    margin-top: 0;
    padding: 0;
    border-radius: 0 0 5px 5px;
}

.dropdown-menu li {
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li:hover {
    background: #eaeaea;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu li a {
    color: #212529;
    text-decoration: none;
}

.header-image {
    width: 100%;
}

@media screen and (min-width: 1020px) {

    .text-container {
        max-width: 1020px;
    }

}


