/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
    margin-right: 0;
    max-height: 100%;
}

.top-cart-content {
    position: fixed;
    top: 0;
    left: auto;
    right: -15px;
    width: 260px;
    background-color: #FFF;
    border-left: 1px solid #EEE;
    box-shadow: 0px 20px 50px 10px rgb(0 0 0 / 5%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
}

@media (min-width: 992px){
    .full-header #logo {
        padding-left: 30px;
        border-left: 1px solid #EEE;
        padding-right: 0;
        border-right: 0px;
    }
    .top-cart-content {
        opacity: 0;
        position: absolute;
        width: 280px;
        border: 1px solid #EEE;
        border-top: 2px solid #231f20;
        top: calc( 100% + 20px );
        /*left: -15px;*/
        margin: -10000px 0 0;
        z-index: auto;
        -webkit-transition: opacity .5s ease, top .4s ease;
        -o-transition: opacity .5s ease, top .4s ease;
        transition: opacity .5s ease, top .4s ease;
    }
}

.breadcrumb {
    position: absolute !important;
    width: auto !important;
    top: 50% !important;
    right: auto !important;
    left: 15px !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 90%;
    transform: translateY(-50%);
}
