.motoretezyItemQty.form-control {
    flex: 0 0 42px;
    min-width: 42px;
    max-width: 42px;
    padding-left: 4px;
    padding-right: 4px;
}

.motoretezyMeasureUnit.input-group-text {
    font-size: 10px;
    padding: 5px;
}

.motoretezyBuyButtonWrap {
    flex: 1 1 auto;
}

.motoretezyBuyButton {
    width: 100%;
    min-width: 70px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}

.motoretezyCartSuccess {
    color: #fff !important;
    background: #28a745 !important;
    border-color: #28a745 !important;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.motoretezyCartSuccessIcon {
    margin-right: 4px;
}

.motoretezyListContent,
.motoretezyListPrice,
.motoretezyListActions {
    min-width: 0;
}

.motoretezyListContent h4,
.motoretezyListContent h4 a {
    overflow-wrap: anywhere;
}

.motoretezyListPrice {
    overflow-wrap: anywhere;
}

.motoretezyListActions .actionShopButtons {
    width: 100%;
}

@media (max-width: 991.98px) {
    .radkovesObrazkyRow,
    .radkoveBezObrazkuRow {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .motoretezyListPrice,
    .motoretezyListActions {
        margin-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .motoretezyListImage {
        margin-bottom: 10px;
        text-align: center !important;
    }

    .radkovesObrazkyRow .motoretezyListImage img {
        max-height: 140px;
    }

    .motoretezyListContent .itemDescription {
        display: block;
    }

    .motoretezyListPrice {
        margin-top: 12px;
    }

    .motoretezyListActions {
        margin-top: 8px;
    }
}
