.primary-color{
    color:#ffffff;
    background-color:#ffffff !important;
}

.category{
    max-height:255px;
	overflow:hidden;
    
}
.card-title{
    font-size:28px;
}

/*header*/
.header{
    min-height: 95px;
}

.btn-login-header:hover{
    color:#99c766;
}

html, body{
    height:100%;
    width:100%;
}
/*login*/
.login-form {
    width: 340px;
    margin: 50px auto;
}
.login-form form {
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
    border-color: black;
}
.btn {        
    font-size: 15px;
    font-weight: bold;
    color: #636566;
}

.footer {
    
    position: bottom;
    bottom:0px;
  	width: 100%;
    background-color: #ffffff;
    color: rgb(71, 71, 71);
    text-align: center;
  }


.container{
    width: 100%; 
   

}
.containerslider{
    display: table-cell;
        vertical-align: middle;
}

.table-green {
    color: rgb(0, 0, 0);
    max-width:100%;
white-space:nowrap;
border-collapse: collapse;
    background-color: #ffffff;
    
}

.table-prices-head{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
}

.th-td-prices{
    padding: 8px 2px 8px 2px !important;
    font-size:12px;
    border: 1px solid rgb(83, 82, 82);
}

.text-color-gray{
    color:#636566;
}

.table-separator{
   
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    
}
.content-box-product {
    background-color: #ffffff;
    border: 1px solid #d1dde4;

    }
.product-control-prev {
        position: absolute;
        top: 20;
        bottom: 1;
        z-index: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 15%;
        color: #fff;
        text-align: center;
        opacity: .5;
        transition: opacity .15s ease
    }