﻿@import '../Generic/BUTTONS.css';
@import '../Generic/Text.css';
@import '../Generic/Pictures.css';
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: helvetica, arial, sans-serif;
    /* Verdana, Arial, sans-serif; */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #056e97;
}

p, div {
    text-wrap: auto;
}

a:visited {
    color: #440606;
}

a:hover {
    color: #860909;
    /*text-decoration: underline;*/
}

h1 {
    color: #5a88ad;
    margin: 10px 0;
}

.forderm1 {
    order: -1;
}

.hidden {
    visibility: hidden !important;
    display: none !important;
}

.fullmask {
    background-color: rgba(0, 0, 0, 0.75);
    /* z-index: 6666; */
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}


/* to hide For screen readers */

.deskhide {
    display: none !important;
    visibility: hidden !important;
}

.notextselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flexCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
    width: 100%;
}

.flexHor {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
    width: 100%;
}

.MainContFormat {
    margin: 0 5vw;
    padding: 0 15px;
    transition: padding 250ms;
    position: relative;
}

#javascript_warning {
    background-color: red;
    color: white;
    font-size: 13pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

#cookie_warning {
    background-color: aliceblue;
    font-weight: bold;
    color: steelblue;
    font-size: 13pt;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
}

#TOP,
#Main_Form,
#MainWrapper {
    background-color: rgb(140, 140, 140);
    min-height: 100.5vh;
    margin: 0;
}

#MainWrapper {
    display: flex;
    flex-direction: column;
}

#Content_Main {
    flex-grow: 1;
}

#header_quick_menu_back {
    background-color: #860909;
    position: relative;
}

#header_quick_menu_back * {
    color: white;
    text-decoration: none;
}

#HeaderWrapper {
    background-color: #EBEBEA;
    position: sticky;
    position: -webkit-sticky;
    top: -195px;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}


/* ----------------------------------------------------------------  HEADER QUICK NAV ----------------------------------------------------- */

#header_quick_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#header_quick_nav svg {
    width: 25px;
    height: 25px;
}

#header_quick_nav>ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: unset;
}

#header_quick_nav>ul>li {
    margin: 0 10px;
    padding: 15px o;
    position: relative;
    /* display: block; */
}

#Left_Nav>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header_quick_nav>ul>li>a {
    height: 100%;
}

#Left_Nav>li>a {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#right_nav>li {
    font-size: 8pt;
}

#right_nav>li>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}


/* ---------------------------------------------------------------- Header Main Content ----------------------------------------------------- */

#main_header_strip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}

#main_logo_cont>div {
    margin: 0 5px;
}

#main_logo_pic {
    max-width: 150px;
}

#Header_Text_Cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

#CVRCO_line, .CVRCO_line {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

#QuickSearch_Cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#search_bar_cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .12);
    margin-bottom: 10px;
}

#search_bar_cont:focus-within {
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px #86090999;
}

#quick_search_tb,
#quick_search_but {
    border: none;
}

#quick_search_tb {
    margin: 10px;
    min-width: 300px;
    width: 20vw;
}

#quick_search_but {
    flex-grow: 1;
    margin: 2px;
    cursor: pointer;
    transition: 0.3s;
}

#quick_search_but:hover {
    background-color: #860909;
    color: white;
}

#search_bar_links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#search_bar_links>a {
    color: #860909;
    text-decoration: none;
    transition: 0.3s;
}

#search_bar_links>a:hover {
    color: #530505;
}

#SearchTips {
    display: flex;
    flex-direction: column;
}

#SearchTips {
    position: relative;
    display: none;
    background-color: white;
    z-index: 99999;
    width: 300px;
    font-size: 13px;
    right: 0;
    top: 26px;
    padding: 2px;
    border: 2px solid #860909;
}

#SearchTips div.ArrowUp {
    position: absolute;
    right: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 10px solid #860909;
}

#SearchTips>ul {
    margin: 5px 0;
    padding-left: 25px;
}

#SearchTips>ul>li {
    margin: 2px;
}

#SearchTipsDiv:hover #SearchTips {
    position: absolute;
    display: flex;
    flex-direction: column;
}


/* ---------------------------------------------------------------- Header Main Menu ----------------------------------------------------- */

#main_menu_cont {
    background-color: white;
    position: relative;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    z-index: 2000;
}

#main_menu_nav * {
    /* display: block; */
    cursor: default;
}

.reg_menu_li {
    transition: 0.3s;
}

.reg_menu_li:hover {
    background-color: #860909;
    color: white !important;
}

.moreitems::after {
    content: " >";
    text-align: right;
}

#main_menu_nav ul {
    padding: unset;
}

#main_menu_nav ul>li,
#main_menu_nav li>a {
    text-decoration: none;
    color: inherit;
}


/* #main_menu_nav ul,
#main_menu_nav>ul>li {
    position: relative;
} */

.nav_level_0 {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0;
}

.nav_level_0 ul {
    list-style: none;
}

.nav_level_0 a {
    display: block;
}

#main_menu_nav>li {
    line-height: 30pt;
}

.nav_level_0 a {
    padding: 10px 20px;
}

#main_menu_nav a[href] {
    cursor: pointer;
}

#main_menu_nav>ul>li {
    flex-grow: 1;
}

#main_menu_nav>ul>li:first-of-type {
    background-color: #7c0909;
    flex-grow: 1.5 !important;
    color: white;
    transition: 0.3s;
    font-weight: bold;
}

#main_menu_nav>ul>li:first-of-type:hover {
    background-color: #440606;
}

#main_menu_nav>ul>li:first-of-type>ul * {
    font-weight: normal;
}

.nav_level_0>* {
    position: relative;
}

.nav_level_0 * {
    text-align: center;
}

.nav_level_1,
.nav_level_2,
.nav_level_3 {
    display: none;
    position: absolute;
    width: 100%;
}

*:hover>.nav_level_1,
*:hover>.nav_level_2,
*:hover>.nav_level_3 {
    display: block;
}

*:hover>.nav_horz {
    display: flex;
    flex-direction: row;
    width: max-content;
}

.nav_level_1 {
    background-color: gainsboro;
    color: #440606;
    border: 2px solid gainsboro;
}

.nav_level_2,
.nav_level_3 {
    box-sizing: content-box;
    top: -2px;
    left: 100%;
    background-color: #FDFDFD;
    min-height: 100%;
    border: 2px solid gainsboro;
}

.nav_level_1 li>a {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.nav_level_1 li:hover {
    background-color: #860909;
}

.nav_level_1 li:hover>a {
    color: white !important;
}


/*

#main_menu_nav ul {
    padding: unset;
}

#main_menu_nav>ul li {
    flex-grow: 1;
    text-align: center;
}

#main_menu_nav>ul ul {
    
}

#main_menu_nav>ul>li>ul {
    background-color: gainsboro;
    border-bottom: 4px solid gainsboro;
}

#main_menu_nav>ul>li>ul>li ul {
    box-sizing: content-box;
    top: 0;
    left: 100%;
    background-color: #FDFDFD;
    min-height: 100%;
    border: 2px solid gainsboro;
}

#main_menu_nav>ul>li>ul>li>ul>li>ul {
    top: -2px;
}

#main_menu_nav>ul ul li {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 0;
    color: #440606;
    align-items: center;
}

#Shop_All_LI>ul>li>ul>li>ul>li {
    flex-wrap: 1;
}

#main_menu_nav>ul ul li>a {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#main_menu_nav>ul li:hover>ul {
    display: block;
}

div.shopallwrapli {
    position: absolute;
    box-sizing: content-box;
    top: -2px;
    left: 100%;
    background-color: #FDFDFD;
    min-height: 100%;
    border: 2px solid gainsboro;
}

#main_menu_nav>ul div.shopallwrapli>ul {
    position: relative;
    box-sizing: unset;
    top: unset;
    left: unset;
    min-height: unset;
    max-height: 100%;
    border: unset;
}

#main_menu_nav>ul li:hover>div.shopallwrapli>ul {
    display: flex;
    flex-flow: column wrap;
}

#main_menu_nav>ul li:hover>div.shopallwrapli>ul>li {

}

#main_menu_nav>ul>li>ul>li:hover,
#main_menu_nav>ul>li>ul>li ul>li:hover {
    background-color: #860909;
    color: white;
}

.long_menu_opt {
    line-height: 18pt !important;
    padding: 6pt 0;
}


/* MAIN CONTENT */

#Content_Main {
    background-color: white;
}



/* *************************************************************    FOOTER ********************************************************* */
#FooterBottomIconsCont {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    text-align: center;
}

#Content_Footer {
    display: flex;
    flex-direction: column;
}

#FooterInfoCont {
    background-color: #860909;
    color: white;
}

#FooterInfoCont * {
    color: white;
}

#FooterInfo {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    flex-flow: row wrap;
}

#FooterIcons img {
    height: 48px;
    margin: 10px 10px 5px 5px;
}

#FooterInfo>ul {
    margin: 10px;
    text-decoration: none;
    list-style-type: none;
    text-align: left;
    flex: 1 auto;
    padding: unset;
}

#FooterInfo ul a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#FooterInfo ul a:hover {
    text-decoration: underline;
}

#FooterInfo ul li {
    margin-bottom: 5px;
}

#FooterContactInfo li {
    margin-bottom: 22px !important;
}

#FooterIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* MEDIA QUERIES */

@media (max-width: 990px) {
    .deskhide {
        display: unset !important;
        visibility: unset !important;
    }
    .MainContFormat {
        margin: unset;
        padding: unset;
    }
    .tabhide {
        display: none !important;
        visibility: hidden !important;
    }
    .nav_level_1,
    .nav_level_2,
    .nav_level_3 {
        position: relative;
    }
    .nav_level_2,
    .nav_level_3 {
        box-sizing: border-box;
        left: 0;
    }
    #main_menu_nav>ul li {
        position: relative;
    }
    #HeaderWrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 25;
    }
    #header_quick_nav svg {
        width: 25px;
        height: 25px;
    }
    /* #left_Nav li {
        font-size: 8pt;
    } */
    #header_quick_nav>ul>li {
        font-size: unset;
    }
    #right_nav>li>a,
    #Left_Nav>li>a {
        flex-direction: row;
    }
    #main_header_strip {
        padding: 8px;
    }
    #QuickSearch_Cont {
        width: 100%;
    }
    #quick_search_tb {
        /* width: unset; */
        min-width: unset;
        flex-grow: 6;
    }
    #main_header_strip,
    #main_menu_cont {
        display: none;
        visibility: hidden;
    }
    #main_menu_nav>* {
        position: relative;
    }
    #main_menu_nav>ul {
        flex-direction: column;
    }
    #main_menu_nav>ul ul {
        position: relative;
    }
    #main_menu_cont {
        width: 50%;
        display: none;
        visibility: hidden;
        position: absolute;
        top: 100%;
    }
    #Content_Main>div.MainContFormat {
        margin: 0 10px;
    }
    #main_menu_nav>ul ul li {
        flex-direction: column;
    }
    #main_menu_nav>ul>li>ul>li>ul {
        left: unset;
    }
    .moreitems::after {
        content: " V ";
    }
}

@media (max-width: 768px) {
    .mobhide {
        display: none;
        visibility: hidden;
    }
    #main_menu_cont {
        width: 100%;
        position: relative;
    }
    #FooterInfo {
        flex-flow: column nowrap;
    }
    #FooterIcons {
        flex-wrap: wrap;
    }
}