﻿

.priceOverviewAdditionalInfo {
    margin-left: 15px;
    font-weight: bold;
}

#priceDetailRemarks {
    margin-top: 20px;
}

#priceDetailTable {
    display: table;
    border-collapse: collapse;
    font-size: 16px;
    margin-top: 20px;
}

.priceDetailRow {
    display: table-row;
}

.priceDetailColumn {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #D8D8D8
}

.priceDetailRowTitle .priceDetailColumn
{
    border: none;
}

.priceDetailColumnDate {
    padding-right: 20px;
}

.priceDetailRowTitle
{
    font-weight: bold;
}

#serviceProductsSection
{
    margin: 50px 0 30px 0;
}

#serviceProductsSection .serviceProductsSectionUL,
#serviceProductsSection .serviceProductsSectionUL > li {
    margin: 0;
    padding: 0;
}

#serviceProductsSection .serviceProductsSectionUL > li {
    margin-bottom: 15px;
}

#serviceProductsSection .serviceProductsSectionUL > li:hover {
    background-color: #EFF1F2
}

#serviceProductsSection li {
    list-style: none;
    position: relative;
}

#serviceProductsSection li img{
    margin: 0;
    padding: 0;
    vertical-align: top;
}


#serviceProductsSection li a {
    text-decoration: none;
    color: #333333;
}

#serviceProductsSection li a:hover {
    text-decoration: none;
}

#serviceProductsSection li a:hover img {
    opacity: 0.65;
}

#serviceProductsSection .serviceProductsSectionUL > li:before {
    display: none;
}

#serviceProductsSection .button {
    margin: 0;
    border-radius: 0;
    background-color: #E30613;
    font-size: 14px;
    padding: 7px 10px 7px 10px;
}

#serviceProductsSection .button:hover {
    background-color: #808080;
}

#serviceProductsSection .serviceProductContent {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #serviceProductsSection .serviceProductsSectionUL {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #serviceProductsSection .serviceProductsSectionUL > li {
        box-sizing: border-box;
        width: Calc(100% / 3 - 10px);
        margin-bottom: 0;
    }
}