.has-error {
  background-color: #fdd7e6;
}

.mCSB_container {
    height: 100% !important;
}

.nav-catalog-sub {
    min-height: 400px !important;
    height: 100% !important;
}

.nav-catalog-sub > .container {
    height: 100% !important;
}

#catalog {
    height: 100% !important;
}

.bg_name > .container > span {
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.cart_table {
    width: 250px !important;
}

.contact-form {
    margin-top: 30px !important;
    padding: 40px 20px !important;
}

.mb-2 {
    margin-bottom: 40px !important;
}

.pb-2 {
    padding-bottom: 40px !important;
}

.review p {
  word-break: break-all;
}

.two-buttons a {
    float: left !important;
}

@media screen and (min-width: 1201px) {

    footer {
        height: 100px !important;
    }

}

@media screen and (max-width: 991px) {

    .pill .product_hov {
        display: block !important;
    }

}