@media (max-width:768px) {
    .picker__holder {
        top: 0;
    }

        .picker__holder .picker__box {
            border-radius: 0;
        }

        .picker__holder .picker__frame {
            margin-bottom: 0;
        }

        .picker__holder .picker__table {
            width: 100%;
            padding-top: 20px;
        }

            .picker__holder .picker__table .picker__weekday {
                font-family: "Arial Regular", sans-serif;
                font-size: 17px;
                text-transform: uppercase;
                font-weight: 100;
                text-align: center;
                height: 0px;
            }

            .picker__holder .picker__table td {
                height: 30px;
                width: 30px;
            }

                .picker__holder .picker__table td .picker__day {
                    background: #c3c3c3;
                    text-align: center;
                    font-size: 20px;
                    text-transform: uppercase;
                    font-weight: 300;
                    font-family: "Arial Regular", sans-serif;
                    color: #2b2b2b;
                    cursor: pointer;
                    line-height: 38px;
                }

                    .picker__holder .picker__table td .picker__day:hover {
                        background: #007900;
                        color: white;
                    }

                    .picker__holder .picker__table td .picker__day.picker__day--selected {
                        background: #007900;
                        color: white;
                    }

                    .picker__holder .picker__table td .picker__day.picker__day--outfocus {
                        display: none;
                        cursor: auto;
                    }

                    .picker__holder .picker__table td .picker__day.picker__day--disabled {
                        background: #f7f7f7;
                        color: #929292;
                    }

        .picker__holder .picker__footer {
            position: absolute;
            top: -51px;
            height: 50px;
            background: white;
            width: 100%;
            max-width: 664px;
        }

            .picker__holder .picker__footer p {
                text-align: center;
                font-family: Arial;
                font-size: 24px;
                color: #929292;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                font-size: 18px;
                top: 12px;
                width: 150px;
            }

            .picker__holder .picker__footer .picker__confirm--btn {
                position: absolute;
                right: 10px;
                top: 14px;
                border: none;
                background: white;
                font-family: "Arial Regular", sans-serif;
                font-size: 18px;
                color: #929292;
                cursor: pointer;
            }

                .picker__holder .picker__footer .picker__confirm--btn:hover {
                    color: #007900;
                }

            .picker__holder .picker__footer .picker__button--close {
                position: absolute;
                left: 10px;
                top: 14px;
                border: none;
                background: white;
                font-family: "Arial Regular", sans-serif;
                font-size: 18px;
                color: #929292;
                padding: 0;
            }

                .picker__holder .picker__footer .picker__button--close:hover {
                    color: #007900;
                }

        .picker__holder .picker__header {
            position: relative;
        }

            .picker__holder .picker__header .picker__month {
                width: 51%;
                margin: 0 auto;
                float: left;
                padding-top: 13px;
                text-align: right;
                box-sizing: border-box;
                padding-right: 10px;
                font-family: "Arial Regular", sans-serif;
                font-size: 24px;
                font-weight: 500;
                color: #2b2b2b;
                text-transform: uppercase;
                pointer-events: none;
            }
}

@media (max-width:768px) and (max-width:768px) {
    .picker__holder .picker__header .picker__month {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .picker__holder .picker__header .picker__year {
        width: 49%;
        float: right;
        padding-top: 13px;
        text-align: left;
        box-sizing: border-box;
        font-family: "Arial Regular", sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #2b2b2b;
        pointer-events: none;
    }
}

@media (max-width:768px) and (max-width:768px) {
    .picker__holder .picker__header .picker__year {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .picker__holder .picker__header .picker__nav--prev {
        position: absolute;
        width: 50px;
        height: 50px;
        background: url("/img/calendar/calendar_arrow.png") no-repeat center;
        left: 10px;
        top: 0px;
        z-index: 100;
        cursor: pointer;
    }

    .picker__holder .picker__header .picker__nav--next {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width: 50px;
        height: 50px;
        background: url("/img/calendar/calendar_arrow.png") no-repeat center;
        right: 10px;
        top: 0px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width:769px) {
    .picker__holder {
        top: 0;
        width: 290px;
        height: 290px;
        z-index: 10000000;
        position: absolute;
        left: -18px;
        outline: none;
    }

        .picker__holder .picker__box {
            border-radius: 0;
        }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__frame {
        margin-bottom: 0;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__table {
        width: 78%;
        margin: 0px auto;
        padding-top: 20px;
        clear: both;
    }

        .picker__holder .picker__table .picker__weekday {
            font-family: "Arial Regular", sans-serif;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 100;
            text-align: center;
            height: 0px;
            padding-bottom: 10px;
        }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__table .picker__weekday {
        font-size: 18px;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__table td .picker__day {
        background: #c3c3c3;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: "Arial Regular", sans-serif;
        color: #2b2b2b;
        cursor: pointer;
    }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__table td .picker__day {
        line-height: 38px;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__table td .picker__day:hover {
        background: #007900;
        color: white;
    }

    .picker__holder .picker__table td .picker__day.picker__day--selected {
        background: #007900;
        color: white;
    }

    .picker__holder .picker__table td .picker__day.picker__day--outfocus {
        display: none;
        cursor: none;
    }

    .picker__holder .picker__table td .picker__day.picker__day--disabled {
        background: #f7f7f7;
        color: #929292;
        cursor: auto;
    }

    .picker__holder .picker__footer {
        position: absolute;
        top: -51px;
        height: 50px;
        background: white;
        width: 100%;
        max-width: 664px;
    }

        .picker__holder .picker__footer p {
            text-align: center;
            font-family: Arial;
            font-size: 24px;
            color: #929292;
            position: absolute;
            top: 8px;
            left: 0;
            right: 0;
            width: 180px;
            margin: 0 auto;
        }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__footer p {
        font-size: 18px;
        top: 12px;
        width: 150px;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__footer .picker__confirm--btn {
        position: absolute;
        right: 10px;
        top: 14px;
        border: none;
        background: white;
        font-family: "Arial Regular", sans-serif;
        font-size: 18px;
        color: #929292;
        cursor: pointer;
    }

        .picker__holder .picker__footer .picker__confirm--btn:hover {
            color: #007900;
        }

    .picker__holder .picker__footer .picker__button--close {
        position: absolute;
        left: 10px;
        top: 14px;
        border: none;
        background: white;
        font-family: "Arial Regular", sans-serif;
        font-size: 18px;
        color: #929292;
        padding: 0;
    }

        .picker__holder .picker__footer .picker__button--close:hover {
            color: #007900;
        }

    .picker__holder .picker__header {
        position: relative;
    }

        .picker__holder .picker__header .picker__month {
            width: auto;
            margin: 0 auto;
            float: left;
            padding-top: 13px;
            padding-left: 40px;
            text-align: right;
            box-sizing: border-box;
            padding-right: 7px;
            font-family: "Arial Regular", sans-serif;
            font-size: 20px;
            font-weight: 500;
            color: #2b2b2b;
            text-transform: uppercase;
            pointer-events: none;
        }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__header .picker__month {
        font-size: 20px;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__header .picker__year {
        width: auto;
        float: left;
        padding-top: 13px;
        text-align: left;
        box-sizing: border-box;
        font-family: "Arial Regular", sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #2b2b2b;
        pointer-events: none;
    }
}

@media (min-width:769px) and (max-width:768px) {
    .picker__holder .picker__header .picker__year {
        font-size: 20px;
    }
}

@media (min-width:769px) {
    .picker__holder .picker__header .picker__nav--prev {
        position: absolute;
        width: 30px;
        height: 30px;
        background: url("/img/calendar/calendar_arrow.png") no-repeat center;
        background-size: contain;
        left: 2px;
        top: 130px;
        z-index: 100;
        cursor: pointer;
    }

    .picker__holder .picker__header .picker__nav--next {
        cursor: pointer;
        position: absolute;
        z-index: 100;
        width: 30px;
        height: 30px;
        background-size: contain;
        background: url("/img/calendar/calendar_arrow.png") no-repeat center;
        right: 3px;
        top: 130px;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.time-picker-widget {
    clear: both;
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    max-height: 300px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .time-picker-widget .time-picker-header {
        background: white;
        height: 50px;
        position: relative;
        top: 0;
    }

        .time-picker-widget .time-picker-header p {
            color: #919191;
            width: 120px;
            position: absolute;
            left: 0;
            right: 0;
            top: 15px;
            margin: auto;
        }

        .time-picker-widget .time-picker-header .time-picker-cancel-btn {
            color: #919191;
            width: 120px;
            height: 50px;
            position: absolute;
            box-sizing: border-box;
            padding-top: 15px;
            padding-left: 10px;
            cursor: pointer;
        }

            .time-picker-widget .time-picker-header .time-picker-cancel-btn:hover {
                color: #007900;
            }

        .time-picker-widget .time-picker-header .time-picker-confirm-btn {
            color: #919191;
            position: absolute;
            box-sizing: border-box;
            padding-top: 15px;
            padding-right: 10px;
            box-sizing: border-box;
            height: 50px;
            right: 0;
            cursor: pointer;
        }

            .time-picker-widget .time-picker-header .time-picker-confirm-btn:hover {
                color: #007900;
            }

    .time-picker-widget .time-picker-body {
        height: 100%;
        background: #e8e8e8;
        position: relative;
        overflow: hidden;
    }

        .time-picker-widget .time-picker-body .time-picker-hours-container {
            width: 33%;
            float: left;
            color: #d0cece;
            font-family: "Arial Regular", sans-serif;
            font-size: 40px;
            text-align: center;
            position: absolute;
            top: 150px;
            left: 0;
            display: block;
            background: #e8e8e8;
            -webkit-tap-highlight-color: transparent;
        }

            .time-picker-widget .time-picker-body .time-picker-hours-container .time-picker-hour {
                height: 60px;
            }

                .time-picker-widget .time-picker-body .time-picker-hours-container .time-picker-hour:first-child {
                    color: #007900;
                }

        .time-picker-widget .time-picker-body .time-picker-min-container {
            width: 33%;
            float: left;
            color: #d0cece;
            font-family: "Arial Regular", sans-serif;
            font-size: 40px;
            text-align: center;
            position: absolute;
            top: 150px;
            left: 33%;
            background: #e8e8e8;
            -webkit-tap-highlight-color: transparent;
        }

            .time-picker-widget .time-picker-body .time-picker-min-container .time-picker-min {
                height: 60px;
            }

                .time-picker-widget .time-picker-body .time-picker-min-container .time-picker-min:first-child {
                    color: #007900;
                }

        .time-picker-widget .time-picker-body .time-picker-am-pm-container {
            width: 33%;
            float: left;
            color: #d0cece;
            font-family: "Arial Regular", sans-serif;
            font-size: 40px;
            text-align: center;
            position: absolute;
            top: 150px;
            left: 66%;
            background: #e8e8e8;
            -webkit-tap-highlight-color: transparent;
        }

            .time-picker-widget .time-picker-body .time-picker-am-pm-container .time-picker-am-pm {
                height: 60px;
            }

                .time-picker-widget .time-picker-body .time-picker-am-pm-container .time-picker-am-pm:first-child {
                    color: #007900;
                }

.picker__holder .picker__footer {
    -webkit-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
}

.time-picker-widget {
    -webkit-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
}

.selectize-control {
    position: inherit !important;
}

.selectize-dropdown {
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    left: 0 !important;
    position: fixed !important;
    -webkit-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -20px 54px -7px rgba(0, 0, 0, 0.5);
}

.selectize-dropdown-content {
    max-height: 50vh !important;
    border-top: 1px solid #ccc;
    font-size: 15px;
    color: #007900;
    background: #e8e8e8;
}

    .selectize-dropdown-content .option {
        line-height: 1;
        padding: 15px 8px 15px 2% !important;
        position: relative;
    }

        .selectize-dropdown-content .option.selected, .selectize-dropdown-content .option.active {
            background: none;
            color: #007900;
        }

            .selectize-dropdown-content .option.selected:before, .selectize-dropdown-content .option.active:before {
                content: "\2022";
            }

        .selectize-dropdown-content .option.selected {
            color: #929292;
        }

            .selectize-dropdown-content .option.selected:before {
                border: 2px solid #929292;
            }

        .selectize-dropdown-content .option:before {
            content: "\00a0";
            border: 2px solid #007900;
            border-radius: 50%;
            font-size: 27px;
            margin-right: 2%;
            z-index: 2;
            display: inline-block;
            vertical-align: middle;
            line-height: 0.5;
            text-align: center;
            padding: 2px;
            width: 21px;
            height: 21px;
        }

.pick-up-select, .home .form-section .chosen-container {
    height: auto;
}

.selectize-dropdown .optgroup-header {
    background: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
}

.selectize-dropdown-content {
    background: #e8e8e8;
    -webkit-overflow-scrolling: touch;
}

.selectize-dropdown .optgroup-header {
    line-height: 1;
}

.selectize-input input {
    height: auto !important;
}

.selectize-control.single .selectize-input {
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: inset 2px 2px 6px 0px #cecece;
    -moz-box-shadow: inset 2px 2px 6px 0px #cecece;
    box-shadow: inset 2px 2px 6px 0px #cecece, 0px 1px 1px black;
    outline: none !important;
}

    .selectize-control.single .selectize-input.dropdown-active:after {
        border: none;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .selectize-control.single .selectize-input.dropdown-active:before {
        margin-top: -4px;
        border: none;
        left: inherit;
    }

    .selectize-control.single .selectize-input:after {
        font-family: 'ECZA';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e616";
        border: none;
        display: block;
        width: 21px;
        height: 21px;
        position: absolute;
        top: 9px;
        right: 12px;
        font-size: 9px;
        line-height: 23px;
        text-align: center;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: transform 200ms;
        transition: transform 200ms;
        margin-top: -4px;
        color: #919191;
    }

    .selectize-control.single .selectize-input:before {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        background: url("/img/sprite/site.png") no-repeat;
        background-position: -114px -72px;
        position: absolute;
        top: 9px;
        right: 12px;
        border: none;
        margin-top: -4px;
    }

.selectize-header {
    text-align: center;
    padding: 20px 2% 16px 2%;
    font-size: 16px;
    color: #929292;
}

    .selectize-header button {
        background: none;
        border: none;
        font-size: 16px;
        color: #929292;
        display: inline-block;
        line-height: 0.9;
    }

        .selectize-header button.btn-cancel {
            float: left;
        }

        .selectize-header button.btn-confirm {
            float: right;
        }

.home .form-section .selectize-control {
    display: inline-block;
}
