.categorytext {
    margin-top: 50px;
}

.slider .rev_slider,
.slider .rev_slider_wrapper {
    height: 785px !important;
}

.outofstock {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.product-quantity .quantity.error {
    border: 1px solid red;
}

.formbottom button {
    background-color: #3a3838;
    border-color: #3a3838;
    border: none;
    -webkit-transition: all 300ms linear 0s;
    -moz-transition: all 300ms ease-in 0s;
    -ms-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 0;
}

.formbottom button:hover {
    border-color: #5997D2;
    background-color: #5997D2 !important;
    color: #FFF;
}

.header-tovar {
    min-height: 80px;
    text-align: left !important;
}

.header-tovar .woocommerce-breadcrumb {
    text-align: left;
}

.payment4_description {
    display: none;
    border: 2px solid red;
    padding: 10px;
}

.payment4_description.active {
    display: block;
}