.info-columns .item > div {
    overflow: hidden;
    height: 263px;
}

.info-columns .item > p {
    margin-top: 1rem;
}

.info-columns .item > p small {
    cursor: pointer;
}

section.info .item p {
    margin-bottom: 1.25rem;
}

footer .copyright a {
    margin-left: 0;
}

footer .copyright nav a {
    margin-left: 10px;
}

.error img {
    max-width: 200px;
    max-height: 305px;
}

.error footer .copyright {
    padding: 20px auto;
    border-top: none;
}

.cookiebar {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1rem;
    background: #76A713;
}
.cookiebar a {
    color: #FFFFFF;
    margin-right: 20px;
}
.cookiebar p {
    margin-top: 1rem;
}

.html-content {
    font-size: 1rem;
}
.html-content h1, .html-content h2 {
    font-size: 1.75rem;
    color: #76A713;
}
.html-content h3 {
    font-size: 1.6rem;
    color: #76A713;
}
.html-content h4 {
    font-size: 1.5rem;
}
.html-content h5 {
    font-size: 1.4rem;
}
.html-content h6 {
    font-size: 1.3rem;
}
.html-content a {
    color: #76A713;
}
.html-content ul li, .html-content ol li {
    margin-bottom: 0.5rem;
}
.html-content table {
    width: 100%;
    border: none;
}
.html-content thead th, .html-content thead td {
    color: #ffffff;
    background: #76A713;
}
.html-content tbody th, .html-content tbody td strong {
    color: #76A713;
}
.html-content tr td:first-child, .html-content tr th:first-child {
    padding-left: 5px;
}
.html-content tr td:last-child, .html-content tr th:last-child {
    padding-right: 5px;
}
.html-content tr td, .html-content tr th {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e1dbd5;
}
.html-content img {
    max-width: 100%;
}
.product-card-block .bottom .btn-secondary.small {
    line-height: 13px;
}
.product-card-block .bottom .price {
    white-space: nowrap;
}
footer .copyright img {
    height: 22px;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    cursor: unset !important;
}
.add-to-cart-disabled {
    font-size: 0.75rem;
}
.cart-seller {
    margin-top: 25px;
}
.cart-seller:first-child {
    margin-top: 0;
}
.cart-seller.warning {
    padding: 7px;
    margin: -7px;
    margin-top: 18px;
    background: #fffcfc;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
}
.cart-seller.warning:first-child {
    margin-top: -7px;
}
.cart-seller .add-to-cart-disabled {
    margin-bottom: 0;
}
.cart-seller .cart-items-price-alert {
    display: none;
}
.cart-seller.warning .cart-items-price-alert {
    display: block;
}
.cart-seller.warning input.quantity {
    border: 1px solid red;
}
.seller-block.warning {
    background: #fffcfc;
    border: 1px solid #f5c2c7;
}
.seller-block .cart-items-price-alert {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e1dbd5;
}
.alert.alert-danger a {
    color: #842029;
    text-decoration: underline;
}
.alert.alert-danger a:hover {
    text-decoration: none;
}
.account-top .actions {
    text-align: right;
}
.account-top .ico-cart:before {
    content:url("../images/icons/cart-green.svg");
}
.account-top.order-detail {
    margin-top: 25px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.notification-maintenence {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.4);
}

.notification-maintenence .maintenance-modal {
    position: relative;
    width: 60%;
    height: auto;
    padding: 1.75rem;
    background: #fff;
    border: 3px solid #76A713;
}

.notification-maintenence .maintenance-modal .maintenance-close {
    position: absolute;
    top: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.notification-maintenence .maintenance-modal p {
    font-size: 1rem;
    margin-bottom: 0;
}

.notification-maintenence .maintenance-modal p strong {
 color: #76A713;
}

@media (max-width: 768px) {
    .cart-items-table .cart-seller.warning .table-row:nth-child(2) {
        margin-top: 0;
        border-top: none;
    }
    .cart-items-table .cart-seller.warning .table-row:last-child {
        margin-bottom: 25px;
    }
    .account-top .actions {
        width: 100%;
    }
}