
.add_container {
    display: block;
    height: 150px;
    width: 100%;
    cursor: pointer;

}
.add_container:hover {
    background: #363636;
    color:white !important;
}
#reacted_agrements {
    min-height: 150px;
}

.link_active span {
    color: #008000;
    border: 2px solid #008000;
    border-radius: 50%;
    padding: 2px;
}

.agrement-not-active span {
    color:red;
    border: 2px solid red;
    border-radius: 50%;
    padding: 2px;
}

.validated {
    color: #008000;
}
.agrement-not-active {
    color:red;
    font-size: 14PX;
}
.product_disabled {
    font: 400 14px/21px "Open Sans",sans-serif !important;
    color: #fff !important;
    padding: 9px 14px !important;
    background: #393333 !important;
    border: 1px solid #393333 !important;
    border: 1px solid #000 !important;
    min-width: 115px !important;
    text-align: center !important;
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -ms-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}
.product_disabled:hover {
    background: #fb4444 !important;
    border: 1px solid #fb4444 !important;
}
/* hidde all add to cart buttons*/
.ajax_add_to_cart_button, input.exclusive, button.exclusive {
    visibility: visible;
}