/* 
Blue
#0878be
*/


/* Tailwind Overrides */
.container { max-width: unset !important; }
/* img { max-width: unset !important; } */

.grid-wrapper {
    margin: 0 -15px;
}

.grid-card {
    padding: 0 15px;
}

/* General */
.bd-blue {
    border-color: #0878be;
}

/* Typography */
.text-blue {
    color: #0878be;
}

.bold {
    font-family: 'Conv_ProximaNova-Bold';
}

.semibold {
    font-family: 'ProximaNova-Semibold';
}

/* SyAqua Overrides */
.inform-block .alignright {
    width: 45%;
}

.dead { pointer-events: none; }

.vertical-title {
    writing-mode: vertical-rl;
    line-height: 0.75em;
    transform: rotate(180deg);
    margin-bottom: 10px;
}

.must-show {
    display: block !important;
}

/* Background */
.bg-blue { background-color: #0878be; }
.bg-blue-lite { background-color: #E0E8F4; }

.bg-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Nav */
#nav li ul { width: auto; }

.footer-nav .submenu li { display: block; }
.footer-nav .submenu li a { font-weight: 400; opacity: 0.5; }

/* Table */
.blue-table th,
.blue-table td {
    padding: 8px 10px;
}

.blue-table th {
    color: white;
}

table.bordered {
    border: 1px solid #999;
    border-collapse: collapse;
}

table.bordered th,
table.bordered td {
    border: 1px solid #666;
}

.white-table,
.white-table th,
.white-table td {
    padding: 8px 2px;
    border: 1px solid #999;
}

.white-table th {
    font-family: 'ProximaNova-Semibold';
}

/* Form */
textarea,
input[type=text],
input[type=password],
input[type=tel],
input[type=email] {
    display: block;
    background: #E0E8F4;
    border: none;
    /* border-bottom: 1px solid #c9c9c9; */
    color: #565656;
    padding: 9px 9px 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 25px;
    outline: none;
    border-radius: 10px;
}

input[disabled] {
    background: white;
    color: #0878be;
}

input[type=submit] {
    display: block;
    width: 180px;
    height: 42px;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 0 2px;
    transition: 0.3s;
    margin: 0;
    border-radius: 10px;
}

/* Quality */
.quality-certs img {
    height: 300px;
}

/* Shop */
.shop_card {
    display: block;
}

.shop_card__thumbnail {
    /* background-color: #eee; */
    padding-top: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.shop_card__content .title {
    font-family: 'ProximaNova-Semibold';
    font-size: 1.2rem;
}

.shop_card__content .price {
    font-family: 'Conv_ProximaNova-Bold';
}

.cart-page input[type="number"] {
    width: 100px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #000;
}

.cart_summary th,
.cart_summary td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart_summary th {
    font-family: 'Conv_ProximaNova-Bold';
}

.cart_summary .btn-check-out {
    width: 100%;
}

select {
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 50px 10px 20px;
    border: 2px solid #0878be;
    border-radius: 0px;
    background: url(../images/icon-down.png) no-repeat;
    background-position: top 50% right 10px;
    background-size: 32px;
    background-color: white;
    color: #0878be;
}

/* News */
.news {
    padding: 0;
    width: auto;
}

.news_card__thumbnail {
    width: 100%;
    padding-top: 56%;
}

#nav {
    display: flex;
    justify-content: space-between;
}

#nav ul.mr {
    margin-right: 30px;
}

#nav ul.small li {
    margin: 0;
    padding: 0 15px;
}

#nav ul.small {
    font-size: 0.8em;
    font-family: "Conv_Proxima Nova Light", Arial, Helvetica, sans-serif;
}

#nav ul.small.tablet-visible li {
    border: none;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .genetic-area .btn {
        margin: 0 auto;
        /* background: none; */
        color: #0878be;
        display: block;
    }

    .genetic-area .btn:hover {
        color: white;
    }
}

@media only screen and (max-width: 767px) {
    .about-area .btn {
        display: block;
    }
}