
.flash--status {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px
}


.flash--status .flash--statusYellow,
.flash--status .flash--statusOrange,
.flash--status .status-style-1 {
 color: #000000;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    padding: 1px 2px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    align-items: center;
    justify-content: center;
    display: flex;

}

.flash--statusYellow {
    background: #FAC10B
}

.flash--statusOrange {
    background: #ec6e00
}

.flash--summary {
    padding-top: 50px;
    height: 226px
}

@media only screen and (max-width: 767px) {
    .flash--summary {
        padding-top: 50px;
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
}

.flash--summary.stockNotEnough {
    height: 270px
}

.flash--summary.stockNotEnough .flash--stockMail input {
    height: 39px
}

@media only screen and (max-width: 1199px) {
    .flash--summary.stockNotEnough .flash--stockMail input::-moz-placeholder {
        font-size: 13px
    }

    .flash--summary.stockNotEnough .flash--stockMail input::placeholder {
        font-size: 13px
    }
}

@media only screen and (max-width: 767px) {
    .flash--summary.stockNotEnough .flash--summaryBottom .rating {
        margin-bottom: 10px
    }

    .flash--summary.stockNotEnough .flash--summaryBottom .flash--addToBasket {
        min-height: 39px;
        padding-top: 0
    }

    .flash--summary.stockNotEnough .flash--summaryBottom .flash--addToBasket .flash--stockMail input {
        height: 39px;
        margin-bottom: 0 !important;
        padding-right: 32px
    }

    .flash--summary.stockNotEnough .flash--summaryBottom .flash--addToBasket .flash--stockMail i {
        top: 2px
    }
}