.modal-content .tab-pane.active.show > div {
    margin-top: 20px;
}
.hide {
	display: none !important;
}
textarea.js-textarea-call-time {
    display: none;
}
option[attr-time="hide"] {
	display: none;
}
.tommorow option[attr-time="hide"] {
	display: block !important;
}
.tommorow .hide {
	display: block !important;
}
font.errortext {
    color: red !important;
}
table.bordered_table,
table.bordered_table td,
table.bordered_table tr {
    text-align: center;
}

.b-scheme__corps--13 .corps-circle.js-crops-details-button {
    cursor: default;
}

.b-pantry__header.custom {
    margin-bottom: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.b-pantry__filter.custom {
    margin: 10px 0 0;
}

.b-pantry__filter.custom form {
    width: 100%;
    display: block;
}

.custom-commerce .b-pantry__filter.custom {
    margin: 0;
}

@media screen and (min-width: 768px) {
    .custom-commerce .b-pantry__filter.custom {
        margin: 40px 0 0;
    }
    .b-pantry--commerce .b-pantry__header.custom-commerce {
        margin-bottom: 30px;
    }
}

.cols {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.b-pantry__filter .col {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.col_switch {
    width: 0;
}

.b-filter__radio_custom {

}

.b-filter__radio_custom input {
    display: none;
}

.b-pantry__header.custom .h1 {
    width: 100%;
    margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
    .b-filter__radio_custom label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 10px;
        font-size: 16px;
        background-image: -webkit-gradient(linear, right top, left top, from(#f25920), to(#f68b21));
        background-image: -webkit-linear-gradient(right, #f25920 0%, #f68b21 100%);
        background-image: -o-linear-gradient(right, #f25920 0%, #f68b21 100%);
        background-image: linear-gradient(to left, #f25920 0%, #f68b21 100%);
        margin-bottom: 8px;
        color: #fff;
        width: 100%;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) {
    .b-pantry__header.custom {
        margin-bottom: 35px;
    }

    .b-pantry__header.custom .h1 {
        margin: 0 0 30px;
    }

    .b-filter__radio_custom label {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 52px;
        padding: 0 25px;
        background-color: #fff;
        color: #878787;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.7px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-box-shadow: 0 10px 9px rgba(28, 46, 68, 0.1);
        box-shadow: 0 10px 9px rgba(28, 46, 68, 0.1);
        /*margin-bottom: 30px;*/
        cursor: pointer;
        float: left;
    }

    .b-filter__radio_custom label:first-of-type:not(:last-of-type) {
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .b-filter__radio_custom label:last-of-type:not(:first-of-type) {
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        /*margin-left: 12px;*/
    }

    .b-filter__radio_custom input:checked + label {
        background-image: -webkit-gradient(linear, left top, right top, from(#f68b21), to(#f25920));
        background-image: -webkit-linear-gradient(left, #f68b21 0%, #f25920 100%);
        background-image: -o-linear-gradient(left, #f68b21 0%, #f25920 100%);
        background-image: linear-gradient(to right, #f68b21 0%, #f25920 100%);
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .col_switch {
        width: 20%;
    }

    .b-switch.custom {
        display: block;
        float: right;
    }

    .b-switch.custom .b-switch__item {
        float: left;
        margin-right: 20px;
    }

    .b-switch.custom .b-switch__item:last-child {
        margin-right: 0;
    }
}

@media screen and (min-width: 1025px) {

    .col_switch {
        width: 50%;
    }

}

@media screen and (min-width: 1200px) {

    .b-pantry__header.custom {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .b-pantry__header.custom .h1 {
        display: inline-block;
        float: left;
        width: auto;
        margin: 10px 20px 0 0;
    }

}

.tag--finish {
    color: #878787;
    border-color: #878787;
    background-color: #ffff00;
}