html{
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
body{
    font-family: 'SourceSansPro', sans-serif;
    color:grey;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: auto;
}

#headerDummy{
    position: relative;
    width: 100%;
    height: 90px;
}
#header{
    position: fixed;
    width: 100%;
    height: 90px;
    top:0px;
    left:0px;
    min-width:1100px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    z-index:10;
    background-color:white;
}
#headerItems{
    position: relative;
    width: 1138px;
    margin: 0 auto;
}
#headerLogoContainer{
    position: relative;
    float: left;
    margin-top: 30px;
    display: block;
    margin-right:30px;
}
#headerOptions{
    position: relative;
    float: left;
    height: 90px;
    width: auto;
}
.headerItem{
    display:inline;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    text-transform: uppercase;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 14px;
    top: 36px;
    cursor: pointer;
    transition: 0.3s ease;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    padding: 15px 0;
}
.headerItem:hover{
    border-bottom: 4px solid #c73321;
    color:#c73321;
    padding: 5px 0;
}
.headerItem.selected{
    color:#c73321;
}
#searchDiv{
    position: absolute;
    width: 14%;
    height: 25px;
    border: 1px solid #6b6767;
    border-radius: 5px;
    top: 45px;
    right: 79px;
}
#searchText{
    position: relative;
    float: left;
    background-color: transparent;
    width: calc(85% - 21px);
    padding-left: 15px;
    padding-right: 5px;
    height: 22px;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 14px;
    border-right: 1px solid #6b6767;
}
#searchIcon{
    position: relative;
    float: left;
    width: 15%;
    height: 100%;
    background-image: url(/files/layouts/searchIcon.png);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
}
.userIcon{
    position: absolute;
    height: 23px;
    cursor: pointer;
    top: 12px;
    right: 220px;
}
#valuationIcon{
    position: absolute;
    height: 23px;
    cursor:pointer;
    right: 183px;
    top: 12px;
}
.popup{
    display:none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#footer{
    position: relative;
    width: 100%;
    height: 290px;
    overflow: hidden;
    border-top: 2px solid #c73321;
}
#footerNewsletterDiv{
    position: relative;
    width: 430px;
    margin: 0 auto;
    margin-top: 40px;
    height: auto;
    overflow: hidden;
}
#newsletterText{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: 'SourceSansPro-ExtraLight', sans-serif;
    font-size: 17px;
}
#newsletterEmail{
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-bottom: 2px solid #c73321;
    text-align: center;
    color: #c73321;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 14px;
    height: 27px;
}
#newsletterEmail::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #c73321;
}
#newsletterEmail:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c73321;
    opacity:  1;
}
#newsletterEmail::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c73321;
    opacity:  1;
}
#newsletterEmail:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c73321;
}
#newsletterSubscribe{
    position: relative;
    width: 100px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    background-color: white;
    color: #a91905;
    border: 1px solid #a91905;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    cursor:pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
}

#newsletterSubscribe:hover{
    background-color:#a91905;
    color: white;
}

#footerBottomText{    
    position: relative;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
    font-family: 'SourceSansPro', sans-serif;
}
#footerIcons{
    position: relative;
    width: 168px;
    margin: 0 auto;
    display: block;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.socialNetworkIcon{
    position: relative;
    float: left;
    width: 30px;
    margin-left: 6px;
    margin-right: 6px;
    cursor:pointer;
}
#whatsappIconContainer{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
    background-color: #d71b08;
    border-radius: 50%;
    color: white;
    font-size: 21px;
}
#whatsappIconContainer i{
    top: 5px;
}
.titleDiv{
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom:30px;
}
.titleText{
    position: relative;
    float: left;
    font-family: 'SourceSansPro-SemiBold', sans-serif;
    color: black;
    letter-spacing: 1px;
    margin-right: 5px;
    width: 90px;
    text-align:right;
    font-size: 16px;
}
.titleLine{
    position: relative;
    float: left;
    width: calc(100% - 95px);
    height: 2px;
    margin-top: 7px;
    background-color: #c73321;
}
#headerCategories{    
    display: none;
    position: fixed;
    top: 90px;
    left: 50px;
    width: auto;
    background-color: white;
    z-index: 100;
    padding-left: 15px;
    color: white;
    padding-bottom: 20px;
    box-shadow: 0px 2px 0px 2px rgba(0, 0, 0, 0.2);
    height: 0px;
    overflow: hidden;
    border-radius: 0px 0px 10px 10px;
}
.headerCategory{    
    position: relative;
    float: left;
    width: auto;
    color: black;
    margin-left: 15px;
    max-width: 150px;
    margin-right: 15px;
}
.headerCategoryTitle{
    position: relative;
    display: block;
    font-family: 'SourceSansPro', sans-serif;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}
.headerSubcategoryTitle{
    position: relative;
    display: block;
    font-family: 'SourceSansPro-Light', sans-serif;
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: lighter;
}
.headerSubcategoryTitle:hover{
    text-decoration:underline;
}
.desktopElement{
    display:block;
}
.mobileElement{
    display:none !important;
}
#covidPopup{
    align-items: center;
    justify-content: center;
}
#covidPopupDiv{
    position: relative;
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}
.covidPopupImg{
    position:relative;
    width:100%;
}
#covidPopupClose{
    position: absolute;
    top: 15px;
    right: 25px;
    color: black;
    font-size: 26px;
}
#covidPopupClose:hover{
    cursor:pointer;
    opacity:0.8;
}
@media screen and (max-width:768px){
    .mobileElement{
        display:block !important;
    }
    .desktopElement{
        display:none !important;
    }
    .responsiveElement{
        min-width:0px !important;
    }
    #headerItems{
        width: auto;
        height: auto;
    }
    .userIcon{
        position: relative;
        top: unset;
        right: unset;
        float: right;
        margin-left: 10px;
        margin-right: 10px;
        height: 20px;
        margin-top: 23px;
        cursor: pointer;
    }
    #valuationIcon{
        position: relative;
        top: unset;
        right: unset;
        float: right;
        margin-left: 0px;
        margin-right: 20px;
        height: 20px;
        margin-top: 23px;
        cursor: pointer;
    }
    #header{
        height:70px;
    }
    #headerMenuIcon{
        width: 30px;
        height: 20px;
        position: relative;
        float: left;
        margin-top: 25px;
        margin-left: 20px;
        margin-right: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #headerMenuIcon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 50%;
        background: #c63220;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #headerMenuIcon span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #headerMenuIcon span:nth-child(odd) {
        left:0px;
        border-radius: 9px 0 0 9px;
    }

    #headerMenuIcon span:nth-child(1), #headerMenuIcon span:nth-child(2) {
        top: 0px;
    }

    #headerMenuIcon span:nth-child(3), #headerMenuIcon span:nth-child(4) {
        top: 8px;
    }

    #headerMenuIcon span:nth-child(5), #headerMenuIcon span:nth-child(6) {
        top: 16px;
    }
    #headerMenuIcon.open span:nth-child(1),#headerMenuIcon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #headerMenuIcon.open span:nth-child(2),#headerMenuIcon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #headerMenuIcon.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #headerMenuIcon.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #headerMenuIcon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #headerMenuIcon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #headerMenuIcon.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    #headerMenuIcon.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }
    #headerLogoContainer{
        position: absolute;
        float: none;
        left: calc(50% - 76px);
        margin-top:20px;
    }
    #footer{
        height: auto;
        overflow: hidden;
    }
    #footerNewsletterDiv{
        width:90%;
    }
    #footerBottomText{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #headerMobileMenu{
        position: fixed;
        height: calc(100% - 70px);
        top: 70px;
        left: -252px;
        width: 250px;
        background-color: white;
        z-index: 1;
        -webkit-box-shadow: 10px 0 5px -2px #888;
        box-shadow: 2px 0 5px -2px #888;
        transition: left .3s ease-out;
        -moz-transition: left .3s ease-out;
        -webkit-transition: left .3s ease-out;
        -o-transition: left .3s ease-out;
        overflow:auto;
    }
    #headerMobileMenu.open{
        left:0px;
    }
    #mobileSearchDiv{
        position: relative;
        margin-top: 20px;
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
        height: 30px;
        border: 1px solid #6b6767;
        border-radius: 5px;
        margin-bottom:40px;
    }
    #mobileSearchText{
        position: relative;
        float: left;
        background-color: transparent;
        width: calc(85% - 21px);
        padding-left: 15px;
        padding-right: 5px;
        height: 30px;
        font-family: 'SourceSansPro', sans-serif;
        font-size: 14px;
        border-right: 1px solid #6b6767;
    }
    #mobileSearchIcon{
        position: relative;
        float: left;
        width: 15%;
        height: 100%;
        background-image: url(/files/layouts/searchIconRed.png);
        background-size: 17px 17px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mobileMenuItem{
        position: relative;
        display: block;
        height: 40px;
        line-height: 40px;
        width: 89%;
        padding-left: 11%;
        color: black;
        font-family: 'SourceSansPro-SemiBold', sans-serif;
        letter-spacing: 1px;
    }
    .mobileMenuSeeMore{
        position: relative;
        display: inline;
        float: right;
        margin-right: 40px;
        width: 30px;
        text-align: center;
        font-size: 16px;
    }
    #mobileProductCategories{
        position: relative;
        width: 100%;
        height: 0px;
        overflow: hidden;
    }
    .mobileCategory{
        position: relative;
        width: 85%;
        margin-left: 15%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        color:black;
    }
    .mobileCategoryTitle{    
        position: relative;
        width: 70%;
        height: 25px;
        line-height: 25px;
        border-bottom: 1px solid #6b6767;
        font-family: 'SourceSansPro', sans-serif;
        margin-bottom: 10px;
    }
    .mobileSubcategoryTitle{
        position: relative;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-family: 'SourceSansPro-Light', sans-serif;
        margin-left: 20px;
        cursor:pointer;
    }
    .mobileSubcategoryTitle:hover{
        text-decoration:underline;
    }
    .mobileCategoryTitle.selected, .mobileSubcategoryTitle.selected{
        color:#c63220;
        border-color:#c63220;
    }
    .centeredContent {
        width: 100%;
        min-width: 0px;
        margin-left: 0px;
    }
    .titleText {
        float: none;
        width: 100%;
        text-align: center;
    }
    .titleLine {
        float: none;
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }
    #headerMobileMenu{
        z-index: 5;
    }
    #alertMessageDiv{
        margin-top: 15%;
        height: auto;
        overflow: hidden;
        width: 90%;
    }
    #covidPopupClose{
        color: white;
        font-size: 18px;
        top: 10px;
        right: 15px;
    }
}