/*****L-Pickdate*****/

l-pickdate {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2px;
}

l-pickdate .wrapper {
    width: 24%;
    flex: 0 0 24%;
    min-width: 100px;
    margin: 2px 0 3px 0;
}

l-pickdate button.btn {
    position: relative;
    padding-left: 22px;
    width: 100%;
    height: 100%;
    background-color: white;
}

l-pickdate button svg {
    position: absolute;
    left: 10px;
    top: 8px;
}

@media all and (max-width: 575.98px) {
    l-pickdate {
        justify-content: space-between;
    }
    l-pickdate .wrapper {
        width: 49%;
        flex: 0 0 49%;
        margin-right: 0;
    }
}

@media all and (max-width: 767.98px) {}

@media (max-width: 991.98px) {
    l-pickdate .wrapper {
        width: 49%;
        flex: 0 0 49%;
    }
}

@media (max-width: 1199.98px) {
    body.sidebar-show l-pickdate .wrapper {
        width: 49%;
        flex: 0 0 49%;
    }
}