.catNames .btn{
    background: #f67400;
    color: #fff;
}
.catNames .btn::before{
    background: #f65b00;
}
.menuLateralProds .pai li a {
    color: #ab5000 !important;
}
ul.btn.text-start.w-100.pai {
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
}
.menuLateralProds .btn:hover::before,
.menuLateralProds .btn:before{
    background-color: rgb(220, 220, 220)
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {


}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {


}

 
/* small mobile :320px. */
@media (max-width: 767px) {

 
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
