/* Account Navigation */
.account-navigation div{
    display: inline-block;
}
.account-navigation a{
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}
.account-navigation a:hover
,.account-navigation a:active
,.account-navigation a.active-navigation-item{
    color: #FFFFFF;
    background-color: #b6bf34;
}

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

    .account-navigation{
        text-align: right;
    }
    .account-navigation a{
        padding: 5px 10px;
        font-size: 12px;
    }

}

.your-ordering-from{
    font-family: "Saira",sans-serif;
    text-transform: uppercase;
    color: #e02927;
    font-size: 14px;
    font-weight: 700;
}
.current-store i{
    color: #789b3e;
}
.address-description{
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}
.change-shop-store{
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 12px;
    padding: 5px 10px;
    color: white;
    align-items: center;
    background-color: #789b3e;
    margin-top: 10px;
}
.change-shop-store i {
    font-size: 14px;
    height: 14px;
    margin-left: 6px;
}
.change-shop-store:hover {
    background-color: #414141;
}
.change-online-orders-store-container h5{
    margin-bottom: 0;
}
.change-online-orders-store-container .vi-select-store select.form-control{
    width: calc(100% - 85px) !important;
}
.change-online-orders-store-container .change-online-store{
    width: 75px;
    color: #fff;
    background-color: #e02927;
    font-family: "Saira",sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px;
    border-color: #e02927;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.change-online-orders-store-container .change-online-store:hover{
    color: #fff;
    border-color: #414141;
    background-color: #414141;
    border-style: solid;
    border-width: 1px;
}

@media only screen and (max-width: 768px) {
    .change-online-orders-store-container .vi-select-store select.form-control{
        width: 100% !important;
    }
    .change-online-orders-store-container .change-online-store{
        width: 100%;
        display: block;
        text-align: center;
    }
}

.top-nav-row .flex-col-right .fl-col-content.fl-node-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.top-nav-row .flex-col-right .fl-col-content.fl-node-content > .fl-module {
    width: auto;
}

.fl-module.fl-module-html.fl-node-61294ebc9e329 .fl-html {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 2px dashed #b6bf34;
}

.vi-store-header {
    height: 38px;
    display: flex;
    align-items: center;
    background-color: #b6bf34;
    padding: 10px 30px 10px 10px;
    text-align: right;
    font-size: 12px;
    position: relative;
}

.vi-store-header .vi-locator-toggle {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.vi-store-header .store-menu {
    color: white;
    font-weight: 600;
}

p.store-hours {
    color: white;
    margin: 0 0 0 15px;
}

.vi-store-submenu {
    display: none;
    position: absolute;
    margin: 0px 0 0 -10px;
    background-color: #b6bf34;
    padding: 0;
    text-align: left;
    box-shadow: 4px 4px 4px #00000014;
    z-index: 99999;
    width: 100%;
}

.store-menu-wrapper {
    display: inline-block;
    padding: 5px 0;
}

.store-menu-wrapper:hover .vi-store-submenu {
    display: block;
}

.vi-store-header .store-address {
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: .5px;
    padding: 20px 20px 0px;
    display: block;
    margin: 0;
}

.vi-store-header .vi-store-submenu a {
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 12px;
    padding: 10px 20px;
    color: white;
    align-items: center;
}

.vi-store-header .vi-store-submenu a:hover {
    color: #414141;
}

.vi-store-header .vi-store-submenu a.store-change {
    color: white;
    background-color: #789b3e;
}

.vi-store-header .vi-store-submenu a.store-change:hover {
    background-color: #414141;
}

.vi-store-submenu i {
    font-size: 14px;
    height: 14px;
    margin-left: 6px;
}

@media only screen and (max-width: 768px) {
    .top-nav-row .flex-col-right .fl-col-content.fl-node-content {
        display: block;
    }
}

/* Store Button
**************************************************/

a.vi-store-button {
    color: white;
    background-color: #414141;
    padding: 8px 20px;
    display: inline-block;
}

a.vi-store-button.vi-pref-store {
    background-color: #e02a2b;
    pointer-events: none;
}

a.vi-store-button:hover {
    background-color: #e02a28;
    color: white;
}

a.vi-store-button span {
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 5px;
    letter-spacing: .5px;
    font-weight: 600;
}


/* Cart Menu
**************************************************/

.vi-cart-menu {
    display: flex;
    justify-content: flex-end;
}

a.vi-cart-link {
    padding: 6px 10px;
    background: linear-gradient(to right, #789b3e 50%, #414141 50%);
    background-size: 200% 100%;
    color: white !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    transition: .25s ease all;
    border-right: 1px solid #414141;
}

a.vi-cart-link:hover {
    background-position: right bottom;
    border-right-color: white;
    transition: .25s ease all;
}

.vi-cart-menu span.woocommerce-Price-amount.amount {
    padding: 6px 10px;
    font-size: 12px;
    letter-spacing: .5px;
    background-color: #414141;
    color: white;
    font-weight: 600;
    display: block;
}

.vi_hidden{
    display: none;
}
.woocommerce-thankyou-order-details{
    max-width: none !important;
}

.custom-cart-message{
    margin-top: 10px;
    color: #e02927;
    border: 2px solid #e02927;
    /* background-color: rgba(224, 42, 39, 0.25); */
    padding: 10px;
    text-align: center;
}
.custom-cart-message h4{
    color: #e02927;
    margin: 0;
}

.additional-message{
    color: #e02927;
    border: 2px solid #e02927;
    padding: 10px;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .vi-cart-menu {
        margin: 10px 0;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    
}

/** ======================================================================
// E-Newsletter Signup - Footer
====================================================================== **/
#mcm-enewsletter-signup{
    display: grid; 
    grid-auto-flow: column dense; 
    grid-auto-columns: auto; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr 1fr; 
    gap: 0px 0px; 
    grid-template-areas: 
    "enewsletter-signup-first-name enewsletter-signup-last-name"
    "enewsletter-signup-email-address enewsletter-signup-email-address"
    "enewsletter-signup-button enewsletter-signup-button"; 
}
.enewsletter-signup-email-address { 
    grid-area: enewsletter-signup-email-address;
    width: 100%;
}
.enewsletter-signup-last-name { 
    grid-area: enewsletter-signup-last-name;
    margin-left: 5px;
}
.enewsletter-signup-first-name { 
    grid-area: enewsletter-signup-first-name;
    margin-right: 5px;
}
.enewsletter-signup-button { 
    grid-area: enewsletter-signup-button;
    width: 100%;
}
.mcm-field-wrapper label{
    margin-bottom: 0px;
    line-height: 1.25;
}
.enewsletter-signup-button input[type="submit"]{
    border-radius: 0 !important;
    width: 100%;
    margin-top: 10px;
    padding: 10px 16px !important;
}
