.price-info{
    max-width: 100%;
    border: 2px solid #A2232B;
    padding: 10px;
}
.price-info a{
	color: #A2232B;
}
.price-info .rabattcode{
	color: #A2232B;
}
.product-inquiry-enabled .btn {
    padding: 15px 16%;
    width: 65%;
}
.product-inquiry-enabled .btn-primary{
	width: 65%;
}
.product-info-main {
    & .product-right {
        .price-info {
            width: 65%;
        }
    }
}
@media (min-width: 768px) {
	.product-info-main {
    & .items-center {
        & .grid {
            .same-products-wrapper {
                min-height: 335px;
            }
        }
    }
}
}
@media (max-width: 560px) {
	.price-info{
	    max-width: 100%;
		margin-bottom: 30px;
		width:100% !important;
	}
	.product-inquiry-enabled .btn-primary{
		width: 100%;
		margin-bottom: 30px;
	}
}
