/**
 * General Bootstrap related changes and fixes
 */
.bootstrap-styles img {
	width: 100%;
	height: auto;
}


/**
 * Styles for new pricing page
 */
.bootstrap-styles .greenbox p {
    margin-top: 25px;
    line-height: 1.5em;
}

.pricelist-header-image {
	margin-top: 20px;
}

.new-pricelist {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	color: #008d43;
	font-weight: bold;
	font-size: 16px;
}

.new-pricelist .product-info-container {
	padding-top: 3px;
	padding-bottom: 3px;
}
.new-pricelist .product-info-header {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	font-weight: normal;
}

.new-pricelist .product-price-prefix {
	font-family: "Roboto", Arial, Helvetica, sans-serif !important;
	font-size: 14px;
	font-weight: normal;
	margin-right: 5px;
}
.new-pricelist .product-price {
	font-size: 18px;
}

.new-pricelist .category-name {
	font-weight: bold;
	font-size: 32px;
}

.new-pricelist .pricelist-category-section {
	margin-bottom: 10px;
}

.new-pricelist .pricelist-category-grid {}
.new-pricelist .pricelist-category-grid .product-card {}
.new-pricelist .pricelist-category-grid .product-image {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
.new-pricelist .pricelist-category-grid .product-name {
	margin-top: 1px;
}

.new-pricelist .pricelist-category-fullwidth-right {}
.new-pricelist .pricelist-category-fullwidth-right .product-image {
	max-width: 300px;
}
/* Center elements in container */
.new-pricelist .pricelist-category-fullwidth-right .center-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-pricelist .pricelist-category-fullwidth-right .center-container-item {
  width: 50%;
}

.new-pricelist .pricelist-category-list-2column {}

.new-pricelist .pricelist-category-list-2vertical {}

.new-pricelist .pricelist-category-breakfast {}

.new-pricelist .pricelist-category-list {}

.new-pricelist .pricelist-footer {
	margin-top: 40px;
}