.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
    margin-right:10px;
    visibility:hidden;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a8a8a8;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.wt-checkout-main {
    flex: 2 1 0%;
}

.wt-checkout-content {
/*    margin: 100px 12px;*/
}
.wt-checkout-section {
    margin: 12px 0px;
    padding: 12px;
    background: var(--wt-primary-bg-color, #fff);
    border: 1px solid var(--wt-primary-line-color, #e1e1e1);
    padding: 10px 24px 24px 24px;
    border-radius: var(--wt-primary-border-radius);
    overflow: hidden;
}


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

input:checked + .slider {
    background-color: #10739d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #10739d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}


/*------ ADDED CSS ---------*/
.switchOn {
    display: none;
}

.switchOn, .switchOff {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.filter_top {
    display: block;
    margin-top: 10px !important;
    width: 100%;
    display: flex !important;
}

.search-footer-info {
    display: none;
}

.search-footer-info-text {
    color: #c64300;
}


time.icon {
    font-size: 1em; /* change icon size */
    display: block;
    position: relative;
    width: 7em;
    height: 7em;
    background-color: #fff;
    border-radius: 0.6em;
    box-shadow: 1px 1px 1px #bdbdbd;
    overflow: hidden;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

    time.icon strong {
        position: absolute;
        top: 0;
        padding: 0.4em 0;
        color: #fff;
        background-color: #004588;
        box-shadow: 0 2px 0 #004588;
    }

    time.icon em {
        position: absolute;
        bottom: 0.3em;
        color: #004588;
    }

    time.icon span {
        font-size: 2.8em;
        letter-spacing: -0.05em;
        padding-top: 0.8em;
        color: #2f2f2f;
    }

time span{
    margin-top:1vh;
}

.column {
    float: left;
    width: 80%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    display: flex;
}

.column-l {
    flex: 70%;
}

.column-r {
    flex: 0%;
}

.wt-btn-back {
    background-color: transparent;
    border: 0;
    border-radius: 5px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-weight: var(--wt-font-weight-semibold) !important;
    /*  height: 36px;*/
    outline: none !important;
    padding: 0 15px 0 15px;
    margin-right: 15px;
}

.d-none {
    display: none !important;
}