/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */


#opc{
    height: unset!important;
}
body.niu-body-backdroped{
    height: 100vh;
    overflow: hidden;
}






/*[data-niu-sidebar-productdetails-container]{
    display: none;
}
[data-niu-sidebar-productdetails-container].show{
    display: flex!important;
}*/

/*
TESTSTSTST
 */

.card {
    border:none;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.card-header {
    background-color:white;
}


/* Sidebar overflow-y gradient */
.niu-sidebar #result-wrapper::after {
    content: '';
    display: block;
    height: 68px;
    width: 100%;
    background-color: red;
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


/*CONTENT BOX*/
.niu-content-box {
    border: 2px solid;
    margin: 25px 0;
    padding: 25px;
    position: relative;
    border-radius: 5px;
}

.niu-content-box-icon {
    font-size: 140px;
    line-height:140px;
    position: absolute;
    top: 0;
    right: 15%;
    opacity: .1;
    margin: -15px 0 0 0;
}

body{
    background: white!important;
}



/*JONITO old stuff*/

/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */



/* 26.06.21 cbr detail spalten */


.containerx {
    display: grid;
    /*grid-template-columns: 1fr 1fr 1fr; /*fraction*/
    grid-gap: 50px;
    overflow-wrap: break-word;
}

.sectionx {
    border-bottom: 1px dotted #dfdfdf;
}

@media (max-width: 768px) { /*breakpoint*/
    .containerx {
        grid-template-columns: none;
        overflow-wrap: break-word;
        width:100%;
    }

    #my-custom-oz-button, #jump-to-benachrichtigungs-tab {
        margin: 0 auto;
        display: block;
    }
}



/* 25.06.21 cbr onlinesizing widget  */
div.oz-container{padding-top:1em;}

/* 21.09.21 cbr lieferland verstecken */
div.ws5_oss_article_text_div {display:none }

.btn-danger.openOfferRequest {
    background-color: #930000;
    border-color: #860000;
}
.header-fire .header-sticky .megamenu-wrapper .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}

.switch-variations {
    padding-top: 15px;
}

/* UVP */

.uvp-uebersicht {
    font-size: .9em;
}

.suggested-price-detail {
    font-size: 1rem;
}

.yousave.uvp-badge {
    color: #fff;
    background: #FE4135;
    padding: 3px 5px;
    font-size: .6em;
    font-weight: bold;
    margin-left: 10px;
    border-radius: 3px;
}

.uvp-expl {
    border-bottom: 1px dotted #707070;
}

#box-sticky-to-price .uvp-badge {
    display: inline-block;
    padding: 1px 5px;
    font-size: .5em;
    vertical-align: top;
}

.paypalexpress {
    order: 5;
    text-align: left;
}

@media all and (max-width: 575px) {
    .paypalexpress {
        text-align: center;
    }

    .product-row.d-flex {
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center !important;
    }

    .product-manufacturer img {
        padding: 20px 0;
    }

    .product-offer>.status {
        display: block;
        text-align: center;
    }

    .details-actions .details-actions__item {
        text-align: center;
    }

    .oz-container {
        margin: 0 auto;
        width: 165px;
    }
}

.page3 .paypalexpress.btn-ppe-cart img {
    max-width: 170px;
    margin: 0 auto;
    display: block;
}

.delivery-status ul li:first-child {
    margin-right: 0px!important;
}

.swatches-text {
    border: 1px solid #2BB096;
    color: #2BB096;
}

.swatches-text.swatches-sold-out {
    color: #707070;
    border-color: #b90000;
    border-style: dashed;
}

.splide__arrow {
    align-items: center;
    background: #ffffff80;
    border: 0;
    border-radius: unset;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 4em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
    z-index: 1;
}

.splide__arrow svg {
    color:#545454;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 1;
}

.niu-sidebar-content .swatches-text {
    border: 1px solid rgb(8 33 43);  /* später durch body text variable ersetzen */
    color: rgb(8 33 43); /* später durch body text variable ersetzen */
}



/* später zum Jonito Child übertragen */

.niu_subfooter_paymethods_icon  img {
    transform: scale(1.2);
}

#image_wrapper .product-manufacturer img {
    max-width: 100px;
}

.product-manufacturer {
    mix-blend-mode: multiply;;
}

.amazonpay-button-microtext img {
    display: none;
}

.subcategories-image img {
    min-width: unset !important;
    aspect-ratio: 1/1;
    object-fit: cover !important;
    border: 1px solid black;
    border-radius: 10px;
}


.tb-badge-widget {
    background-color: #fff;
    color: #35596f;
    cursor: pointer;
    /* letter-spacing: 1px; */
    box-shadow: none !important;
    border-top-style: solid;
    border-top-width: 0 !important;
    border-top-color: #90939d;
    transition: 0.25s;
    font-size: 0.7em;
    text-align: initial;
    max-width: 250px;
    width: 100%;
    max-height: 120px;
    transform:scale(.8);
}

img.tb-elem-logo {
    display: none !important;
}

.content-cats-small .sub-categories .subcategories-image {
    display: flex !important;
}