/* # Infobox
	==================================*/

.infobox {
    width: 100%;
    display: inline-block;
}

.infobox .showbox,
.infobox .showbox .img,
.infobox .showbox .timebox,
.infobox .showbox .callbox,
.infobox .button-box,
.infobox .button-box .featured-text,
.infobox .button-box .button {
    display: inline-block;
}

.infobox .showbox .timebox,
.infobox .showbox .callbox {
    vertical-align: middle;
}

.infobox .showbox .timebox {
    margin-right: 68px;
}

.infobox .timebox span,
.infobox .callbox span {
    display: block;
    font-size: 13px;
    line-height: 17px;
}

.infobox .timebox .time,
.infobox .callbox .phone {
    font-weight: 600;
}

.infobox .showbox {
    float: left;
}

.infobox .showbox .info {
    line-height: 4;
}

.infobox .button-box {
    float: right;
}

.infobox .button-box .featured-text {
    font-size: 21px;
    font-family: initial;
    margin-right: 52px;
}

.infobox .button-box .button {
    padding: 19px 32px;
    font-size: 12px;
    letter-spacing: -0.018em;
    font-weight: 500;
    color: #1d1d1d;
    margin-bottom: 0;
}

.infobox .button-box .button:hover {
    color: #fff;
}

.infobox .img {
    width: 52px;
    height: 52px;
    position: relative;
    vertical-align: middle;
}

.infobox .img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-weight: normal;
}

.infobox .infoselect {
    background: transparent;
    font-size: 21px;
    margin-right: 48px;
    border: 0;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    line-height: 70px;
    height: 75px;
    box-shadow: none;
}

.infobox .infoselect .current {
    line-height: 2;
    border-bottom: 1px solid #b4b4b4;
    padding: 0;
}

.infobox .infoselect .list {
    border-radius: 3px;
}

.infobox .infoselect .list li {
    padding: 3px 10px !important;
}

.infobox .infoselect:before {
    content: "\e62a";
    width: 20px;
    height: 20px;
    font-family: 'Themify';
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.infobox .infoselect.nice-select:after {
    display: none;
}

@media (min-width:1024px) and (max-width:1280px) {
    .infobox .infoselect:before {
        pointer-events: none;
        /* right: 7px; */
        /* top: 3px; */
        font-size: 15px;
    }
}

@media (max-width:1023px) {

    .infobox .showbox,
    .infobox .button-box {
        display: block;
    }

    .infobox .button-box {
        padding-top: 20px;
    }
}

@media (max-width:767px) {

    .infobox .button-box .featured-text,
    .infobox .showbox .timebox,
    .infobox .showbox .callbox,
    .infobox .infoselect {
        margin-right: 20px;
    }
}

@media (max-width:480px) {
    .infobox .infoselect {
        min-width: 80%;
        margin: auto 0;
        margin: 0 10%;
        padding: 0;
    }

    .infobox .showbox {
        width: 100%;
        text-align: center;
    }

    .infobox .showbox .timebox,
    .infobox .showbox .callbox {
        display: inline-block;
        width: 100%;
    }

    .infobox .img svg {
        position: relative;
        margin-bottom: 21px;
    }

    .infobox .button-box {
        text-align: center;
    }

    .infobox .button-box .featured-text {
        font-size: 17px;
        margin-right: 0;
    }

    .infobox .button-box .button {
        padding: 12px 25px;
        font-size: 10px;
        font-weight: 400;
    }
}