.mod-categories {
    font-size: 12px;
}
.container-module .title-module span {
    font-size: 16px !important;
}

.whitebox {
    background-color: white !important;
}

/* Start Options */

.optionsXpro_list {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    list-style-type: none;
}

.optionsXpro_item {
    padding: 0.2rem 0.5rem;
    list-style-type: none;
    border-radius: 5px;
    background-color: #d3d1d126;
    box-shadow: 2px 2px 4px 0px rgba(181,178,178,0.7);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(181,178,178,0.7);
    -moz-box-shadow: 2px 2px 4px 0px rgba(181,178,178,0.7);  
    cursor: pointer;
    transition: 0.3s;
}

.optionsXpro_item:hover {
    transform: scale(0.98, 0.98);
}

.optionsXpro_item a {
    color: black;
}

.activeXpro {
    font-weight: 600;
   border: 1px solid #00800082;
   background-color: #00800017;
   box-shadow: 0 0 0 0;
}

/* Start Media */

@media only screen and (max-width: 991px) {

    .sliderRight {
        display: none;
    }
}

@media only screen and (max-width: 578px) {
    .sliderRight {
        display: block;
    }

    .sliderLeft {
        display: none;
    }
}