.Product {
    height: 330px;
}
.ImgBox {
    width: 200px;
    height: 150px;
    margin-bottom: 1em;
}
.ImgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: relative;
}
.Filters {
    margin-top: 1em;
}

.not-visible {
    visibility: hidden;
    display: none;
    width: 0;
}

.cookies-info-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    z-index: 999;
    padding-bottom: 10px;
}
.cookies-content {
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    text-align: center;
    max-width: 1000px;
    color: white;
    font-size: .8em;
}
.btn-cookies {
    background-color: #30c0f2;
    border-color: #30c0f2;
    height: 30px;
    font-size: .9em;
    padding: 4px 10px;
    margin: 0 20px;
}
/*img:before {*/
    /*content: " ";*/
    /*display: block;*/

    /*position: absolute;*/
    /*top: -10px;*/
    /*left: 0;*/
    /*height: calc(100% + 10px);*/
    /*width: 100%;*/
    /*background-color: rgb(230, 230, 230);*/
    /*border: 2px dotted rgb(200, 200, 200);*/
    /*border-radius: 5px;*/
/*}*/
/*img:after {*/
    /*content: "\f127" " Broken Image of " attr(alt);*/
    /*display: block;*/
    /*font-size: 16px;*/
    /*font-style: normal;*/
    /*color: rgb(100, 100, 100);*/


    /*position: absolute;*/
    /*top: 5px;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*text-align: center;*/
/*}*/

a.arrow {
    color: #2633aa !important;
}
.btn-custom {
    background-color: #30c0f2;
    border-color: #30c0f2;
}
.btn-custom:hover {
    background-color: #2633aa;
    border-color: #2633aa;
}
.btn-outline-custom {
    color: #30c0f2;
    border-color: #30c0f2;
}
.btn-outline-custom:hover {
    color: white;
    border-color: #30c0f2;
    background-color: #30c0f2;
}
.logo-nav {
    width: 200px;
    height: 50px;
}
.logo-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar {
    background-color: #132656 !important;
}
.navbar-custom {
    background-color: #132656;
    border-bottom: 1px solid #30c0f2;
}
.form-control {
    margin-right: 10px;
}
.return-btn {
    margin-bottom: 15px;
}
.card-details {
    margin: 20px auto 0 auto;
    max-width: 1000px;
}
.product-details {
    width: 100%;
    min-height: 250px;
    margin-bottom: 2.5em;
}
.product-details__img {
    display: inline-block !important;
    float: left;
    width: 40%;
    height: 250px;
}
.product-details__text {
    display: inline-block !important;
    width: 60%;
}
.product-details__title {
    font-size: 1.3em;
    font-weight: bolder;
}
.product-details__price {
    font-size: 1.6em;
    font-weight: bolder;
    color: #30c0f2;
}
.product-details__img img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: relative;
}
.vendors-container {
    padding-top: 10px;
}
.vendors-header__text {
    font-size: 1.4em;
    font-weight: bolder;
    color: #30c0f2;
}


.vendors-table {
    border-collapse: collapse;
    width: 100%;
}
.vendors-table td, .vendors-table th {
    border: 1px solid #ddd;
    padding: 8px;
}
.vendors-table__client {
    font-weight: bolder;
}
.vendors-table__btn {
    width: 155px;
}
.vendors-table tr:nth-child(even){
    background-color: #ffffff;
}
.vendors-table tr:nth-child(odd){
    background-color: #F5F5F5;
}
.vendors-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #1F2F3C;
    color: white;
}

.page-container {
    min-height: 100vh;
    position: relative;
}
main {
    height: 100%;
    padding-bottom: 120px;
}
footer {
    padding: 15px;
    height: 80px;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer-content {
    margin: 0 auto;
    display: block;
    width: 80%;
}
.footer-content ul {
    padding: 0 !important;
}
.footer-content .menu {
    margin: 2px auto;
    text-align: center;
}
.footer-content .menu li {
    display: inline-block !important;
}
.menu-item {
    padding: 10px 20px;
}
.menu-item a {
    color: white;
}
.menu-item a:hover {
    color: #30c0f2;
    text-decoration: none;
}
.card-body p {
    margin-bottom: 3px;
}
