.product-multishopping .bootstrap-touchspin .btn-touchspin {
    background: transparent;
}

.product-multishopping .bootstrap-touchspin .btn-touchspin:hover {
    background: transparent;
}

.product-multishopping-row {
    position: relative;
}

.product-multishopping-row .product-row-unavailable {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.product-row-unavailable:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.5;
}

.product-multishopping-row .product-row-unavailable > span {
    display: block;
    background: #7b7b7b;
    color: #fff;
    padding: 5px 10px;
    z-index: 5;
    border-radius: 20px;
}

.product-combination .price-wrapper .price-column {
	display: flex;
    align-items: center;
    column-gap: 20px;
    flex-direction: column;
}

.product-combination .price-wrapper .price-unit {
	font-size: 12px;
	color:#6c757d;
	font-weight:400;
}

.product-combination .content span.product_name{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    font-size: 15px;
    color: #212529;
}
