﻿#__furniture-top-border {
    background-image: none;
    display: none;
}

#__furniture-top {
    border-bottom: solid 1px #c3c3c3;
}
a.__furniture-menu-item-link {
    color: #707070;
}

a.__furniture-menu-item-link:hover {
    color: #2E69FF;
}

div.__furniture-menu-item-selected a {
    color: #2E69FF;
}

#__furniture-top-center {
    float: right;
    padding-top: 40px;
    padding-right: 10px;
}


div.__furniture-menu-item, li.__furniture-burger-menu-item {
    color: #707070;
}

#__furniture-bottom-border {
    /*background-image: linear-gradient(90deg, #7119f4, #2e69ff, #97ff3c);*/
    background-image: url(../images/line.png);
    background-size: cover;
    width: 100%;
    height: 15px;
}

#__furniture-footer {
    min-height: 100px;
    /*width: 100%;*/
    background-color: #ffffff;
    padding: 20px;
}

#__furniture-footer-copyright {
    color: #707070;
    font-size: 0.8em;
    font-weight: 400;
}

#__furniture-footer-img img{
    max-width: 280px;
}


#__logon-wrapper-outer {
    margin-top: 0;
    width: 100%;
    background-image: url(../images/background.png);
    background-size: cover;
    height: calc(0.436 * 100vw);
    background-repeat: no-repeat;
}

#__logon-wrapper {
    background-image: none;
}



@media only screen and (max-width: 1100px) {
    #__logon-wrapper-outer {
        background-image: url(../images/background.png);
        height: unset;
        height: calc(0.8 * 100vw);
    }
}

@media only screen and (max-width: 550px) {
    #__logon-wrapper-outer {
        background-image: url(../images/background.png);
        height: unset;
        height: 100vw;
    }
}

#__logon-wrapper-inner {
    /*background-color: red;*/
    width: 400px;
    padding: 0;
    margin-top: 70px;
    background-image: url('../images/dot-white.png');
    background-repeat: repeat;
}

#__logon-wrapper-inner-inner {
    background-color: #ffffff;
    position: relative;
    left: -30px;
    top: -30px;

}

#__logon-wrapper-inner-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

    #__logon-wrapper-inner-inner-2 h1 {
        color: #707070;
        font-size: 1.1em;
    }

.__logon-input {
    border: none;
    background-color: #f6f6f6;
    font-size: 0.8em;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*width: 320px;*/
    max-width: 85%;
    outline: none;
    border: solid 1px #c3c3c3;
    margin-right: 4px;
}

#__logon-wrapper span {
    color: #707070;
}


.__logon-button-2 {
    display: block;
    height: 34px;
    width: 23px;
    float: right;
    background-image: url('../images/logon-arrow.png');
    background-size: contain;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
}

#__logon_forgotten_password_wrapper
{
    padding-bottom: 24px;
}

#__logon-wrapper-submit {
    display: none;
}






#__home-top-wrapper, #__home-lower-wrapper {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    background-image: url(../images/background.png);
    background-size: cover;
    height: calc(0.436 * 100vw);
    background-repeat: no-repeat;
}


@media only screen and (min-width: 1200px) {
    #__home-top-wrapper, #__home-lower-wrapper {
        background-image: url(../images/background3.png);
        height: calc(0.295 * 100vw);
    }
}


    #__home-lower-wrapper{
        margin-bottom: 80px;
    }
    #__home-lower-section {
        margin: 0;
        padding: 60px;
    }

#__home-lower-section h1 {
    color: #ffffff;
    font-size: 1.8em;
}

#__home-browse-inner{
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#__logon-wrapper-inner a{
    text-decoration: none;
}

@media only screen and (max-width: 700px) {
    #__home-top-wrapper {
        margin: 0;
    }

}



#__home-facets-wrapper {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0 0 0 0;
    min-height: 100px;
}

#__home-browse-menu {
    background-color: #ffffff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.__home-browse-menu-item {
    float: left;
    border: none;
    border-radius: 0 0 0 0;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 0;
    color: #2E69FF;
    background-color: #ffffff;
    font-size: 0.8em;
    font-weight: 400;
    cursor: pointer;
    border-bottom: none;
}

.__home-browse-menu-item-selected {
    color: #7119F4;
    text-decoration: underline;
}

.__home-facets-item a {
    color: #707070;
}



@media only screen and (max-width: 700px) {


    #__home-top-wrapper, #__home-lower-wrapper {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
        background-image: none;
        height: auto;
    }

}





.__logon-button-small {
    width: 45px;
    height: 45px;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    background-image: url(../images/logon-arrow2.png);
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;
    padding: 5px;
    cursor: pointer;
}

    .__logon-button-small:hover {
        background-color: #ffffff;
        background-image: url(../images/logon-arrow2.png);
    }

#__home-browse-search-submit
{
    margin-top: -1px;
}

.__home-browse-search-single-line {
    border: none;
    font-size: 1.1em;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 5px;
    padding-left: 20px;
    width: 100%;
    height: 35px;
    max-width: 90%;
    outline: none;
    margin-right: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

#__home-browse-search {
    width: 100%;
    margin-top: 40px;
}


@media only screen and (max-width: 900px) {
    #__home-browse-search {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}


    #__home-browse-search form {
        padding: 0;
        margin: 0;
    }

.__home-facets-tab {
    color: #707070;
    font-size: 0.8em;
    font-weight: 400;
}

.__home-facets-item a {
    font-size: 1em;
}

#reset-password-continue {
    color: #707070;
    font-size: 0.8em;
    font-weight: 400;
    text-decoration: none;
}

#__logon-wrapper-error h2 {
    font-size: 0.8em;
    font-weight: 600;
}

@media only screen and (max-width: 900px) {
    .__home-browse-search-single-line {
        width: 80%;
        border: solid 1px #707070;
    }
}

@media only screen and (max-width: 470px) {
    .__home-browse-search-single-line {
        width: 70%;

    }
}






#__home-cta-wrapper {
    /*background-color: red;*/
    width: 400px;
    padding: 0;
    margin-top: 70px;
    background-image: url('../images/dot-white.png');
    background-repeat: repeat;
    width: 250px;
}

#__home-cta-profile {
    background-color: #ffffff;
    position: relative;
    left: -30px;
    top: -30px;
    box-shadow: unset;
    margin-bottom: 0;
    border-radius: unset;
}

    #__home-cta-profile a {
        color: #020202;
        font-size: 0.85em;
        font-weight: 500;
    }

.__home-cat-item{
    margin-right: 0;
}

@media only screen and (max-width: 700px) {
    #__home-cta-wrapper {
        background-image: url('../images/dot-grey.png');
    }

    #__home-lower-section h1 {
        color: #707070;
    }

    .__home-cat-item {
        border: solid 1px #707070;
    }

    #__home-cta-profile
    {
        top: -20px;
    }
}