/*#site-aboveHeader {*/
    /*margin-top: -5px;*/
    /*margin-bottom: -5px;*/
/*}*/

#site-aboveHeader-inner {
    font-size: 1rem;
}

#site-wrapper {
    background-color: transparent;
}

#site-header,
#page {
    background-color: white;
}

#site-belowNav {
    background-color: white;
    margin-top: -2px;
    margin-bottom: -1px;
}

#home-wrap {
    display: flex;
    width: 100%;
}

#home-right-wrap {
    flex: 1;
}


@media only screen and (min-width:560px) and (max-width:800px) {
    #home-left-wrap {
        position: relative;
    }

    #home-left-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-right: 1px solid #d1d0cf;
    }
}



@media only screen and (min-width:800px) {
    #home-right-wrap {
        position: absolute;
        top: 410px;
        height: 500px;
        width: 310px;
        right: 0;
    }

    #home-right-wrap.promo-present {
        top: 519px;
    }
}


