.error {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
}

.product-img {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.ltn__product-grid-view .product-img {
    height: 150px;
}

.ltn__product-list-view .product-img {
    height: 200px;
}

input {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--border-color-9);
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 20px;
    font-size: 16px;
    color: #167F13;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    padding-left: 40px;
}

input:disabled {
    background-color: #eee;
}

.bg-image {
    background-position: right;
    min-height: 20vh;
}

.mobile-logo-col {
    display: none;
}

@media screen and (max-width: 768px) {
    .bg-image {
        min-height: 20vh !important;
    }

    .site-logo-col,
    .site-menu {
        display: none !important;
    }

    .mobile-logo-col {
        display: block;
    }
}

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

.box-50 {
    min-width: 50px !important;
    height: 50px !important;
}

.smaller {
    font-size: 12px;
}