﻿/* Small Devices, Tablets */
@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1000px) {
}

@media only screen and (min-width : 992px) {

}

@media only screen and (max-width : 768px) {
    .block-categories__item {
        width: calc(100%);
    }
}

@media only screen and (max-width : 640px) {

}

@media only screen and (min-width : 641px) {

}

@media only screen and (max-width : 420px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 370px) {
}

@media only screen and (max-width : 641px) {
    .select2-container {
        width: 100% !important;
        margin-bottom: 15px;
    }
}
