.navbar {
    padding: 0.35rem 1.5rem;
    background-color: white;
    box-shadow: 2px 2px 5px #999;
}
.nav-link {
    padding: 0.2rem 0.6rem;
    color: white;
    font-weight: 500;
}
.nav-link:hover {
    color: rgba(0, 0, 255, 1.0);
}
.navbar-dark .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 13px;
    color: #1d4e84;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 255, 1.0);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 255, 0.25);
}
.btn-outline-secondary {
    color: #A0BE37;
    border-color: #A0BE37;
}
.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #A0BE37;
    border-color: #A0BE37;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(243, 128, 38, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #A0BE37;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show >.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #A0BE37;
    border-color: #A0BE37;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show >.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(243, 128, 38, 0.5);
}
.cart-icon {
    width: auto;
    height: 2rem;
}
.cart-table {
    border-collapse: collapse;
    width: 100%;
}
@media (max-width: 47em) {
    .cart-table {
        font-size: 0.75rem;
    }
}
@media (min-width: 48em) {
    .cart-table {
        font-size: 0.85rem;
    }
}
@media (min-width: 62em) {
    .cart-table {
        font-size: 0.9rem;
    }
}
@media (min-width: 75em) {
    .cart-table {
        font-size: 0.9rem;
    }
}
.cart-table th,
.cart-table td {
    border: 1px solid #eeeeee;
    line-height: 1.8rem;
}
.cart-table-header {
    background-color: #eeeeee;
    color: #000000;
    font-weight: 600;
}
.cart-input {
    width: 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #808080;
    font-size: 0.8rem;
    padding: 0.4rem;
    border: 1px solid #cccccc;
    background-color: #FFF;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.cart-holder {
    width: 100%;
}
@media (max-width: 47em) {
    .cart-holder {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
@media (min-width: 48em) {
    .cart-holder {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (min-width: 62em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 75em) {
    .cart-holder {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.cart-icono {
    color: #343434;
}
.fullBackground {
    background-position: center center, center center;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
}
.product-img-container {
    width: 100%;
    height: 200px;
}
.product-display {
    width: auto;
    height: 90%;
    max-width: 220px;
    max-height: 190px;
    object-fit: contain;
    object-position: center center;
}
.product-display-box {
    width: 100%;
    height: 60%;
    max-height: 215px;
    object-fit: cover;
    object-position: center center;
}
.footer-links {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}
.footer-links:hover {
    color: rgba(255, 255, 255, 1.0);
    text-decoration: underline;
}
#home_form .form-group {
    margin-bottom: 0.7rem;
}
.account-link {
    color: inherit;
    text-decoration: none;
}
.contact-link,
.contact-link:hover {
    color: inherit;
    text-decoration: none;
}
.hbspt-form {
    display: flex !important;
    width: 100%;
}
.traffic-heading {
    font-size: 2.1em;
}
@media (min-width: 576px) {
    .traffic-heading {
        font-size: 2.1rem;
    }
}
@media (min-width: 768px) {
    .traffic-heading {
        font-size: 2.7rem;
    }
}
@media (min-width: 992px) {
    .traffic-heading {
        font-size: 3.2rem;
    }
}
@media (min-width: 1200px) {
    .traffic-heading {
        font-size: 3.5rem;
    }
}
.somos-icon {
    height: 64px;
    width: auto;
}
.iframe-holder {
    height: 90vh;
    overflow: hidden;
}
@media (min-width: 576px) {
    .iframe-holder {
        height: 70vh;
    }
}
@media (min-width: 768px) {
    .iframe-holder {
        height: 70vh;
    }
}
@media (min-width: 992px) {
    .iframe-holder {
        height: 50vh;
    }
}
@media (min-width: 1200px) {
    .iframe-holder {
        height: 50vh;
    }
}
.product-img {
    width: 100%;
    height: 11rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.carousel-display {
    width: 100%;
    min-height: 18rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 576px) {
    .carousel-display {
        min-height: 18rem;
    }
}
@media (min-width: 768px) {
    .carousel-display {
        min-height: 29rem;
    }
}
@media (min-width: 992px) {
    .carousel-display {
        min-height: 23rem;
    }
}
@media (min-width: 1200px) {
    .carousel-display {
        min-height: 27rem;
    }
}
.shareBTN {
    width: auto;
    height: 1.7rem;
}
.shareBTNlist {
    width: auto;
    height: 2rem;
}
.fltrs-link,
.fltrs-link:hover {
    color: #A0BE37;
    text-decoration: none;
}