@import url('https://fonts.googleapis.com/css2?family=Rambla:ital,wght@0,400;0,700;1,400;1,700&family=Viga&display=swap');
html {
    background-color: #fff;
}
body {
    font-family: "Rambla", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}
.font-viga {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#header-top-info-box {
    background-color: rgba(219, 171, 65, 1);
    padding: .5rem;
}
#header-top-info-text {
    letter-spacing: .1rem;
    margin-bottom: 0;
}
#main-nav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
#main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color:rgba(244, 245, 245, 0.93)!important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
}
#main-nav .header-logo {
    width: 220px;
}
#main-nav .nav-link {
    padding-left: .8rem;
    padding-right: .8rem;
    font-size: 1.4rem;
}
#main-nav .navbar-toggler {
    font-size: 1.2rem;
    padding: 3px;
    border-radius: 0;
}
@media (max-width: 767.98px) {

}
@media (max-width: 379.98px) {
    #main-nav .header-logo {
        width: 150px;
    }
    #header-top-info-text {
        font-size: .8rem;
    }
}

#main-banner {
    position: relative;
    margin-bottom: 2.5rem;
}
#main-banner-weekly-link-cover {
    transition: all 1s ease;
}
#main-banner-logo {
    width: 70%;
    min-width: 320px;
    margin: 30% auto 1.5rem;
    display: block;
}
#main-banner-weekly-link {
    font-size: 1.1rem;
    background-color: rgb(144 38 41);
    color: #fff;
    padding: .7rem 2rem;
    border-radius: .25rem;
    transition: background-color .3s ease-in-out;
}
#main-banner-weekly-link:hover {
    background-color: rgb(73 32 33);
}
#main-banner-shoppingback-cover {
    background-image: url('/dist/images/ring-bg.png');
    background-position: 0 -10vw;
    background-repeat: no-repeat;
    background-size: 120% auto;
    background-color: rgb(255 255 255 / 0.8);
    background-blend-mode: color-burn;
    overflow: hidden;
    transition: all .3s ease;
}
#main-banner-shoppingback-cover img {
    width: 60vw;
}
@media (max-width: 991.98px) {
    #main-nav .navbar-nav {
        padding: 1rem 0 1rem 1.5rem;
    }
    #main-nav .nav-link {
        padding-left: unset;
        padding-right: unset;
    }
    #main-nav .navbar-nav .nav-item {
        border-bottom: 1px solid #eee;
    }
    #main-nav .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }
}
@media (max-width: 767.98px) {
    #main-banner-weekly-link-cover {
        position: absolute;
        width: 90%;
        bottom: 0;
        left: 5%;
        margin: 0px auto;
        padding: 1rem;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    }
    #main-banner-logo {
        margin-top: 0;
        width: 90%;
        min-width: unset;
        max-width: 300px;
    }
    #main-banner-shoppingback-cover {
        padding-bottom: 170px;
    }
    #main-banner-shoppingback-cover img {
        display: block;
        width: 80%;
        margin-right: -10%;
        margin-left: auto;
    }
}
@media (max-width: 375.98px) {
    #main-banner-weekly-link {
        font-size: .9rem;
    }
}
/*Home Department*//*Home Department*//*Home Department*/
#department-section {
    margin-bottom: 2.5rem;
}
.dept-img-box {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}
.dept-img {
    width: 100%;
    z-index: 5;
    position: relative;
    transition: opacity 1s ease, transform 1s ease;
}
.dept-link-box {
    text-align: center;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.dept-link-box h3 {
    color: #661814;
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 15%;
    font-size: 2.5rem;
    margin-bottom: 0;
}
.dept-link-box h4 {
    color: #dd8a3d;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.dept-link-box .dept-link {
    background-color: #661814;
    text-decoration: none;
    color: #fff;
    padding: .5rem 2.5rem;
    border-radius: 1.5rem;
    transition: background-color .5s ease;
}
.dept-img-box:hover .dept-img {
    z-index: 1;
    opacity: 0.2;
    transform: scale(1.1);
}
.dept-link-box .dept-link:hover {
    background-color: #000000;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dept-link-box h3 {
        font-size: 2rem;
    }
    .dept-link-box h4 {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .dept-link-box h3 {
        font-size: 1.5rem;
    }
    .dept-link-box h4 {
        font-size: 1.2rem;
    }
    .dept-link-box .dept-link {
        padding: .5rem 1.5rem;
    }
}
@media (max-width: 767.98px) {
    .dept-link-box h3 {
        margin-top:10%;
        font-size: 5vw;
    }
    .dept-link-box h4 {
        font-size: 4vw;
        margin-bottom: 5px;
    }
    .dept-link-box .dept-link {
        font-size: 2.5vw;
        padding: .5rem 1.5rem;
    }
}

#bottom-image-row-section {
    margin-bottom: 4rem;
}
#bottom-image-row-section .col {
    position: relative;
}
#bottom-image-row-section img {
    width: 100%;
    z-index: 1;
    transition: transform .3s ease, box-shadow .5s ease; 
}
#bottom-image-row-section img:hover {
    position: absolute;
    width: 100%;
    transform: scale(1.5);
    z-index: 999;
    box-shadow: 2px 2px 5px #000;
}
#bottom-image-row-section .col:first-child img:hover {
    transform: scale(1.5) translateX(16%);
}
#bottom-image-row-section .col:last-child img:hover {
    transform: scale(1.5) translateX(-16%);
}
@media (max-width: 991.98px) {
    #bottom-image-row-section img:hover {
        position: unset;
        transform: scale(1);
    }
    #bottom-image-row-section .col:first-child img:hover {
        transform: scale(1);
    }
    #bottom-image-row-section .col:last-child img:hover {
        transform: scale(1);
    }
}
/*Footer*//*Footer*//*Footer*//*Footer*/
#footer-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
}
#web-copyright {
    margin-bottom: 0;
    font-weight: bold;
}
.footer-title {
    background-color: rgb(144 38 41);
    color: #fff;
    padding: .5rem 1rem;
    width: 100%;
    border-radius: .25rem;
    font-size: 1.3rem;
    min-width: 250px;
}
#footer-social-link-box {
    margin-bottom: 1rem;
}
.footer-social-link {
    font-size: 1.6rem;
    text-decoration: none;
    margin: 0rem .5rem .5rem;
    color: rgb(144 38 41);
    transition: color .3s ease-in-out;
}
.footer-social-link:hover {
    color: rgb(0 0 0);
}
#footer-nav {
    padding: 0;
    margin-left: .5rem;
    margin-bottom: 1rem;
    list-style: none;
}
#footer-nav li {
    margin-bottom: .5rem;
}
#footer-nav li:last-child {
    margin-bottom: 0;
}
#footer-nav li a {
    font-size: 1.2rem;
    color: rgb(144 38 41);
    text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-title {
        padding: .5rem 1rem;
        width: fit-content;
        border-radius: .25rem;
        font-size: 1.3rem;
        min-width: unset;
    }
}
@media (max-width: 767.98px) {
    #footer-logo {
        display: none;
    }
    .footer-title {
        width: 75%;
    }
}
@media (max-width: 575.98px) {
    #web-copyright {
        font-size: .6rem;
    }
}

/*Page*//*Page*//*Page*/
.page-title-section {
    background-image: url('/dist/images/mirancho_title_bg.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 2.5rem;
}
.page-title {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 5rem 0rem;
    margin-bottom: 0;
    letter-spacing: .25rem;
    padding-left: .25rem;
}

.page-content-section {
    color: #333;
    margin-bottom: 2.5rem;
}
.page-content-title {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 0;
}
.page-content-title-underline {
    height: .25rem;
    background-color: #333;
    width: 170px;
    margin: .8rem 0;
}
@media (max-width: 767.98px) {
    .page-title {
        font-size: 2.4rem;
        padding: 3.5rem 0rem;
    }
    .page-content-title {
        font-size: 1.8rem;
    }
    
}
/*About*//*About*//*About*//*About*/
#about-content-section {
    margin-bottom: 4rem;
}
#about-content-section p {
    font-size: 1.2rem;
}

/*Departments*//*Departments*//*Departments*/
#department-content-section > .container > .row {
    margin-bottom: 4rem;
    scroll-margin-top: 120px;
}
#dairy {
    scroll-margin-top: 120px;
}
#department-content-section .page-content-title {
    text-align: center;
    font-size: 2.5rem;
}
#department-content-section .page-content-title span {
    display: block;
}
#department-content-section .page-content-title-underline {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
#department-content-section p {
    font-size: 1.5rem;
    max-width: 85%;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    #department-content-section .page-content-title {
        font-size: 1.8rem;
    }
    #department-content-section p {
        font-size: 1.2rem;
    }
}

/*Location*//*Location*//*Location*/
#location-section .store-info-box {
    padding: 1.5rem 1rem;
    /*border-top: 10px solid rgba(219, 171, 65, 1);*/
    border-bottom: 10px solid rgba(219, 171, 65);
}
#location-section .store-info-box h2 {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    text-transform: uppercase;
    color: #902629;
    margin: 0;
}
#location-section .store-info-box .storename-underline {
    height: 5px;
    background-color: rgba(219, 171, 65);
    width: 40%;
    margin: .5rem 0 1rem;
}
#location-section .store-info-box .gmap {
    width: 100%;
    height: 500px;
    border: 1px solid #eee;
}
#location-section .icon-box {
    background-color: #ddd;
    border-radius:50%;
    padding: 5px 10px;
    display: block;
    font-size: 1.5rem;
}
#location-section p {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-left: 1rem;
}
@media (max-width: 767.98px) {
    #location-section .store-info-box {
        padding-left: .5rem;
        padding-right: .5rem;
    }
    #location-section .store-info-box h2 {
        font-size: 1.5rem;
    }
    #location-section .store-info-box .gmap {
        height: 300px;
    }
    #location-section p {
        font-size: 1rem;
    }
}
/*Contact*//*Contact*//*Contact*/
#contact-section {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    max-width: 800px;
    box-shadow: 0px 0px 5px 1px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    border-radius: 25px;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#contact-section .contact-logo {
    max-width: 300px;
    width: 80%;
    margin-bottom: 1rem;
}
#contact-section .page-content-title-underline {
    max-width: 600px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    background-color: rgba(219, 171, 65);
}
#contact-section h2 {
    font-size: 1.1rem;
    max-width: 500px;
    width: 90%;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    text-indent: .5rem;
    margin-bottom: 1.5rem;
}
#contact-section .form-label .required-badge {
    color: #ff0000;
    font-size: .7rem;
    margin-left: .1rem;
}
#contact-section textarea {
    resize: none;
    height: 150px;
}
@media (max-width: 767.98px) {
    #contact-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    #contact-section h2 {
        font-size: .9rem;
    }
}
/*Employment*//*Employment*//*Employment*/
#employment-content-section {
    margin-bottom: 5rem;
}
#employment-content-section .lang-link {
    font-size: 1.2rem;
    text-decoration: none;
}
#employment-text-content-box {
    min-height: 100%;
}
#employment-text-content-box .page-content-title-underline{
    width: 80%;
    margin-bottom: 1.5rem;
}
#employment-text-content-box p {
    font-size: 1.2rem;
}
#employment-text-content-box h3 a {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
}
@media (max-width: 767.98px) {
    #employment-text-content-box h3 a {
        font-size: 1.2rem;
    }
}
/*WeeklyAd Select Store*//*WeeklyAd Select Store*/
#weeklyad-select-content-section {
    margin-bottom: 5rem;
}
#select-store-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-shadow: 4px 4px 5px #ddd;
}
#select-store-img {
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#weeklyad-select-content-section .select-store-btn {
    background-color: rgb(144 38 41);
    display: block;
    color: #fff;
    width: 90%;
    min-width: 335px;
    margin: 0 0% 1rem 10%;
    position: relative;
    transition: background-color .5s ease;
}
#weeklyad-select-content-section .select-store-btn:hover {
    background-color: rgb(99 35 37);
}
#weeklyad-select-content-section .select-store-btn h2 {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: .25rem;
}
#weeklyad-select-content-section .select-store-btn p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    #weeklyad-select-content-section .select-store-btn {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    #weeklyad-select-content-section .select-store-btn {
        min-width: unset;
    }
    #weeklyad-select-content-section .select-store-btn h2 {
        font-size: 1.2rem;
    }
    #weeklyad-select-content-section .select-store-btn p {
        font-size: .9rem;
    }
}
#weekly-price-period {
    font-family: "Viga", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
#weekly-price-period span {
    color: #dbab41;
}
#weekly-price-location {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
#weekly-price-location-list {
    font-size: 1.1rem;
}
.weekly-ad-page-img {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
    #weekly-price-period span {
        display: block;
        padding-left: .25rem;
    }
}
@media (max-width: 767.98px) {
    #weekly-price-period {
        font-size: 2rem;
    }
    #weekly-price-location {
        font-size: 1.5rem;
    }
    #weekly-price-location-list {
        font-size: 1rem;
    }
}
@media (max-width: 575.98px) {
    #weekly-price-period {
        font-size: 1.2rem;
    }
    #weekly-price-location {
        font-size: 1rem;
    }
    #weekly-price-location-list {
        font-size: 0.8rem;
    }
}
#noad-box {
    background: url('/dist/images/weeklyad/bg.png');
    background-size: cover;
    background-position: center;
    width: 95%;
    max-width: 500px;
    margin: 1rem auto;
    background-color: #000000e3;
    border-radius: 1rem;
    text-align: center;
    padding: 2rem 1rem;
}
#noad-box #noad-emoji {
    font-size: 10rem;
}
#noad-box p {
    font-size: 1.4rem;
    color: #fff;
}
#nopage-section {
    background: url('/dist/images/weeklyad/bg.png');
    background-position: center;
    background-size: contain;
    background-color: #ffffffa3;
    background-blend-mode: color-burn;
    border-top: 5px solid #dbab41;
    border-bottom: 5px solid #dbab41;
    padding: 4rem 0;
}
#nopage-section .page-title {
    font-size: 15rem;
    line-height: 1;
    letter-spacing: 3rem;
    padding-left: 3rem;
    color: #dbab41;
    margin-bottom: 0rem;
}
#nopage-section p {
    font-size: 5rem;
}
/*Accessibility Statement*//*Accessibility Statement*//*Accessibility Statement*/
#accessibility-section h2 {
    font-size: 2.6rem;
    line-height: 1;
}
#accessibility-section h4 {
    font-size: 1.3rem;
}
#accessibe-logo {
    width: 200px;
    display: block;
}
#accessibility-section .page-content-title-underline {
    width: 100%;
    background-color: rgba(219, 171, 65);
}
@media (max-width: 991.98px) {
    #accessibility-section h2 {
        font-size: 2rem;
    }
    #accessibe-logo {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575.98px) {
    #accessibility-title {
        font-size: 1.8rem;
    }
    #accessibility-section h2 {
        font-size: 1.5rem;
    }
    #accessibility-section h4 {
        font-size: 1rem;
    }
    #accessibe-logo {
        width: 150px;
    }
}