.onsale_products .section_title_container {
    background: #28b2bf;
    border-radius: 0.4rem;
    color: white;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 1.6em;
    text-align: center;
    padding: 0.3rem;
}
.onsale_products .product_list_page_product_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.onsale_products .product_list_page_product_list li {
    width: 50%;
    padding: 0.5rem;
}
.onsale_products .product_list_page_product_img {
    width: 100%;
}
.onsale_products .product_item {
    max-width: 198px;
}
.onsale_products .product_item_title {
    color: #006699;
    text-align: center;
    display: block;
}
.onsale_products .recommended_price {
    text-decoration: line-through;
    font-size: 0.7rem;
}
.onsale_products .online_price {
    color: #BF0000;
    font-weight: bold;
    font-size: 0.9rem;
}
.onsale_products .product_container {
    display: flex;
}
.onsale_products .price_info_container {
    flex-grow: 1;
}
.onsale_products .price_button_container {
}
.onsale_products .price_button {
    width: 4.6rem;
    height: 2.3rem;
}

.bigpack_products .section_title_container {
    background: #28b2bf;
    border-radius: 0.4rem;
    color: white;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 1.6em;
    text-align: center;
    padding: 0.3rem;
}
.bigpack_products .product_list_page_product_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.bigpack_products .product_list_page_product_list li {
    width: 50%;
    padding: 0.5rem;
}
.bigpack_products .product_list_page_product_img {
    width: 100%;
}
.bigpack_products .product_item {
    max-width: 198px;
}
.bigpack_products .product_item_title {
    color: #006699;
    text-align: center;
    display: block;
}
.bigpack_products .recommended_price {
    text-decoration: line-through;
    font-size: 0.7rem;
}
.bigpack_products .online_price {
    color: #BF0000;
    font-weight: bold;
    font-size: 0.9rem;
}
.bigpack_products .product_container {
    display: flex;
}
.bigpack_products .price_info_container {
    flex-grow: 1;
}
.bigpack_products .price_button_container {
}
.bigpack_products .price_button {
    width: 4.6rem;
    height: 2.3rem;
}

.groupon_products .section_title_container {
    background: #28b2bf;
    border-radius: 0.4rem;
    color: white;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 1.6em;
    text-align: center;
    padding: 0.3rem;
}
.groupon_products .product_list_page_product_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.groupon_products .product_list_page_product_list li {
    width: 50%;
    padding: 0.5rem;
}
.groupon_products .product_list_page_product_img {
    width: 100%;
}
.groupon_products .product_item {
    max-width: 198px;
}
.groupon_products .product_item_title {
    color: #006699;
    text-align: center;
    display: block;
}
.groupon_products .recommended_price {
    text-decoration: line-through;
    font-size: 0.7rem;
}
.groupon_products .online_price {
    color: #BF0000;
    font-weight: bold;
    font-size: 0.9rem;
}
.groupon_products .product_container {
    display: flex;
}
.groupon_products .price_info_container {
    flex-grow: 1;
}
.groupon_products .price_button_container {
}
.groupon_products .price_button {
    width: 4.6rem;
    height: 2.3rem;
}


.bundle_products .section_title_container {
    background: #28b2bf;
    border-radius: 0.4rem;
    color: white;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    font-size: 1.6em;
    text-align: center;
    padding: 0.3rem;
}
.bundle_products .product_list_page_product_list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}
.bundle_products .product_list_page_product_list li {
    width: 50%;
    padding: 0.5rem;
}
.bundle_products .product_list_page_product_img {
    width: 100%;
}
.bundle_products .product_item {
    max-width: 198px;
}
.bundle_products .product_item_title {
    color: #006699;
    text-align: center;
    display: block;
}
.bundle_products .recommended_price {
    text-decoration: line-through;
    font-size: 0.7rem;
}
.bundle_products .online_price {
    color: #BF0000;
    font-weight: bold;
    font-size: 0.9rem;
}
.bundle_products .product_container {
    display: flex;
}
.bundle_products .price_info_container {
    flex-grow: 1;
}
.bundle_products .price_button_container {
}
.bundle_products .price_button {
    width: 4.6rem;
    height: 2.3rem;
}
