body {
    background-color: #fbfbfb;
}

.container {
    background-color: white;
}

.navbar .navbar-nav > li.active > a {
    color: #203975 !important;
}

.navbar-padding {
    padding-bottom: 2px;
}
.navbar-border {
    border-bottom: solid 1px #203975;
    margin-left: 75px;
}

.card-title {
    font-size: 1rem;
    margin-bottom: 0;
}

.slider-padding {
    padding: 7px 0 7px 0;
}

.slider-image-max-height {
    max-height: 200px;
}

.color-base:hover {
    color: #203975;
}

.color-base {
    color: #203975;
}

.homepage-product-container > .row > .col > a > p {
    color: #203975;
    margin-bottom: 1rem!important;
}

.product_group-container > .row > .col-6 > a > p {
    color: #203975;
    /*margin-bottom: 1rem!important;*/
}

.color-base-background {
    background-color: #203975;
    border-color: #203975;
}

.color-base-background:hover {
    background-color: #203975;
}

.footer {
    font-size: 12px;
}

.product-subtitle {
    font-weight: lighter;
    color: #777070;
    text-transform: lowercase;
}

.product-card-image {
    padding-top: 5px;
    min-height: 160px;
}

.card-text-small {
    font-size: 15px !important;;
}

.logo_big {
    max-height: 110px;
}

.frese_logo {
    width: 190px;
    margin-top: 32px;
}

.product_group_small_text {
    font-size: 10px;
    color: #888;
    margin-bottom: 8px;
}

.product-file-image {
    width: 25%;
}

.product_group_text_small {
    font-size: 14px;
}


@media (min-width: 320px) {
    .product_image_container {
        height: 200px;
        width: 200px;
        background-color: white; display: flex; align-items: center;
    }

    .product_image_ {
        max-height: 200px;
    }

    .params_multi_table {
        display: none;
    }
}

@media (min-width: 576px) {
    .product_image_container {
        height: 200px;
        width: 200px;
        background-color: white; display: flex; align-items: center;
    }

    .product_image_ {
        max-height: 200px;
    }

    .params_multi_table_mobile {
        display: none;
    }

    .params_multi_table {
        display: table;
    }
}

@media (min-width: 768px) {
    .product_image_container {
        height: 140px;
        width: 140px;
        background-color: white; display: flex; align-items: center;
    }

    .product_image_ {
        max-height: 140px;
    }

    .params_multi_table_mobile {
        display: none;
    }

    .params_multi_table {
        display: table;
    }
}

@media (min-width: 992px) {
    .product_image_container {
        height: 205px;
        width: 205px;
        background-color: white; display: flex; align-items: center;
    }

    .product_image_ {
        max-height: 200px;
    }

    .params_multi_table_mobile {
        display: none;
    }

    .params_multi_table {
        display: table;
    }
}

@media (min-width: 1200px) {
    .product_image_container {
        height: 255px;
        width: 255px;
        background-color: white; display: flex; align-items: center;
    }

    .product_image_ {
        max-height: 253px;
    }

    .params_multi_table_mobile {
        display: none;
    }

    .params_multi_table {
        display: table;
    }
}

.table td, .table th {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.8rem;
}

.nav-link {
    color: #203975 !important;
}

.filter_grayscale {
    filter: grayscale(100%);
}

.withdraw-product-span {
    color: red;
    display: block;
    margin-bottom: 10px;
}

.withdraw-product-span a {
    color: red;
}

.faq_answer {
    padding: 1rem!important;
    margin-bottom: .5rem!important;
    margin-top: .5rem!important;
    border: 1px solid #bed003!important;
    display: none;

}

.list-group-item-action{
    background-color: #bed003;
}

.list-group-item-action:hover {
    background-color: #bed003;
}

.list-group-item-action:focus {
    background-color: #bed003;
}

.filter-grayscale {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.project_list_img {
    height: 173px;
    width: 254px;
}

.project_product_desc {
    color: #868e96;
}

.project_product_anchor:hover {
    text-decoration: none;
}

.project_desc strong {
    font-weight: 400;
}