a:hover {
    color: orange!important;
}
.light {
    overflow: visible;
    padding: 10px;
    border: 1px solid darkorange;
    margin: 10px 0;
    background: #ffffff;
    border-radius: 10px;
}
.light a li {
    color: black;
}
.light.active, .light.product:hover {
    background-color: antiquewhite;
}
.light h3, .light h4 {
    font-size: 1.2em;
    padding-top: 0;
}
.cool {
    overflow: visible;
    padding: 2rem;
    border: 1px solid #4c4f52;
    border-radius: 1.5rem;
}
.light h2, .light h3, .light a {
    color: darkorange;
}
.light h3, .light a {
    font-size: 1em;
}
.light a {
    text-decoration: none;
}
.light .sylius-product-price, .product_add_to_cart .sylius-product-price, #multiformalite-adding-to-cart .sylius-product-price {
    font-size: 0.9rem;
}
.cool h2 {
    color: #4c4f52;
}
.home-list .light {
    font-size: 1.5rem;
}
.cards .home-list .light {
    margin: 5px;
}
.homeproduct h2 {
    color: #4c4f52;
    text-transform: uppercase;
    padding-bottom: 20px;    
    margin: 20px 0 30px 0!important;
    font-size: 20px;
}
.homeproduct h2 a {
    background: darkorange;
    padding: 20px;
    border-radius: 20px;
    color:#fff;
    text-decoration: none;
}
.homeproduct h2 a:hover {
    color: #222!important;
}
form[name="appbundle_company"] li:first-child {
    list-style: none;
}
input[type="text"].labelform {
    display: none;
}
.input-search {
    min-width: 150px!important;
}
.logo {
    margin:0;
    line-height: 40px;
    width: 150px!important;
    margin-bottom: 5px;
    margin-right: 5px;
}
.menu h4 {
    text-align: center;
    color: darkorange;
    line-height: 20px;
    padding-top: 20px;
}
header {
    background: #fff;
}
#menu {
    margin: 0;
}
.header-menu {
    border: none!important;
    box-shadow: none!important;
    margin: 0!important;
}
.header-menu a {
    margin: 0!important;
    padding: 0 20px!important;
}
.istop {
    margin: 0 auto;
    background-color: #1b1c1d;
    width: 100%;
    padding: 10px 0;
}
.istop a {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size:0.9em;
    padding: 0 10px;
}
.istop a span {
    text-align: center;
    color: darkorange;
}
.header-menu .item:hover, .ui.large.stackable.menu.header-menu a:hover, .ui.menu .item:hover {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ui.container {
        width: 933px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


@media (min-width: 768px) {
    
}
@media (max-width: 992px) {
    .menu h4 {
        font-size: larger;
        padding: 5px;
    }
    .homeproduct h2 a {
        padding: 5px;
        border-radius: 5px;
        font-size: 1.2em;
    }
    .homeproduct h2 {
        padding-bottom: 0px;
        margin: 10px;
        font-size: 1.2em;
    }
    .segment .ui.large.stackable.menu.header-menu a {
        padding:5px!important;
    }
    
    .istop a span {
        display: block;
    }
}
@media only screen and (max-width: 992px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .ui.container {
        width: auto !important;
    }
    .ui.grid>* {
        padding-left: 0;
        padding-right: 0;
    }

}