@media (max-width: 760px) {
    body {
        background-size: 100% 100%;
    }

    header .wrapper {
        margin-top: 0 !important;
    }

    header .inner-page-wrapper {
        margin-top: 30px !important;
    }

    header .grid_3_m {
        float: left;
    }

    h1.header-big {
        font-size: 30px;
        margin-bottom: 35px;
        margin-top: 7px;
    }

    h2.header-small {
        font-size: 19px;
    }

    header .logo a {
        font-size: 17px;
    }

    header .logo img {
        width: 33px;
        margin-right: 10px;
        padding-bottom: 3px;
    }

    .header-logo {
        display: block;
        width: 54%;
        margin: auto;
    }

    .site-logo {
        display: block;
        margin: 1.5em 0 1.5em;
    }

    .logo img {
        width: 69%;
    }

    .location-wrap {
        margin-bottom: 27px;
    }

    .button_container {
        right: 4%;
    }

    .button_container span {
        height: 2.5px;
        width: 84%;
    }

    .SumoSelect > .CaptionCont > span {
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    .SelectBox {
        padding: 9px 8px ! important;
    }

    .SumoSelect > .CaptionCont > label {
        top: 6px !important;
        height: 29px !important;
        right: 37px !important;
        width: 33px !important;
        background-size: 27px;
        background-position: right;
    }

    .SumoSelect > .CaptionCont > label > i {
        background-size: 16px !important;
        margin-right: -19px !important;
    }

    .range-container label, .range-slider label {
        font-size: 15px;
    }

    .range-container + .range-container {
        margin-top: 14px;
    }

    .content-check {
        margin-bottom: 0 !important;
    }

    .content-check .checkbox-label {
        font-size: 15px !important;
        line-height: 0 !important;
        padding-left: 37px !important;
    }

    .content-check .checkbox-standin {
        width: 23px !important;
        height: 23px !important;
        border-radius: 4px !important;
        top: 100% !important;
    }

    .content-check .checkbox-standin:after {
        width: 17px !important;
        height: 17px !important;
        background-size: 14px !important;
    }

    .content-check .checkbox-container {
        margin-bottom: 17px;
    }

    .input-group input {
        font-size: 14px;
    }

    .content .wrapper {
        margin-top: 130px !important;
    }

    .innerPage_honeycombs-wrapper .icon-hex-lg {
        font-size: 200px !important;
    }

    .inner-page-honeycombs-wrap .comb-title {
        bottom: 31px !important;
    }

    .inner-page-honeycombs-wrap .honeycomb {
        max-width: 100%;
        margin: -34px auto 7em;
    }

    .honeycombs {
        width: 77%;
    }

    .innerPage_honeycombs-wrapper .honeycombs-inner-wrapper {
        text-align: center;
    }

    .innerPage_honeycombs-wrapper .comb .inner img {
        width: 70px !important;
        margin-top: -68px !important;
    }

    .innerPage_honeycombs-wrapper .is-visible {
        height: 207px !important;
    }

    .innerPage_honeycombs-wrapper .comb .inner p {
        margin-top: 13px !important;
        margin-left: -64px !important;
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .innerPage_honeycombs-wrapper .honeycombs-inner-wrapper {
        height: 196px !important;
    }

    .slider-container label {
        font-size: 15px !important;
    }

    header .inner-page-wrapper {
        margin-top: 8px !important;
    }

    header {
        min-height: 177px !important;
    }

    .mobile_sideMenu {
        display: block;
    }

    .menu-links {
        display: none;
    }

    .mobile_sideMenu #menuToggle {
        display: block;
        position: absolute;
        right: 9px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .wrapper .grid_3m {
        float: left;
    }

    .slideDown_menu {
        top: 25%;
        right: -5px;
    }

    .mobile_sideMenu #menuToggle input {
        display: block;
        width: 40px;
        height: 32px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    .mobile_sideMenu #menuToggle span {
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #333;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    .mobile_sideMenu #menuToggle span:first-child {
        transform-origin: 0 0;
    }

    .mobile_sideMenu #menuToggle span:nth-last-child(2) {
        transform-origin: 0 100%;
    }

    .mobile_sideMenu #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }

    .mobile_sideMenu #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    .mobile_sideMenu #menuToggle input:checked ~ span:nth-last-child(2) {
        opacity: 1;
        transform: rotate(-45deg) translate(0, -1px);
    }

    .mobile_sideMenu #menu {
        position: absolute;
        width: 326px;
        height: 100vh;
        margin: -100px 0 0 0;
        padding: 30px;
        padding-top: 117px;
        right: -100px;
        background: #ededed;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0 0;
        transform: translate(100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .mobile_sideMenu #menu li {
        padding: 10px 0;
    }

    .mobile_sideMenu #menuToggle input:checked ~ ul {
        transform: scale(1.0, 1.0);
        opacity: 1;
    }

    a.m_menu_link {
        display: block;
        color: #777 !important;
        font-size: 16px;
        text-decoration: none;
    }

    .irs {
        position: relative;
    }

    footer .wrapper {
        display: block !important;
        text-align: center;
        padding: 5px 0;
    }

    footer .column-left {
        padding: 0 0 4px;
    }

    span.arrow-down {
        background: url(../img/arrow-down-main.png) no-repeat;
        width: 50px;
        background-size: 48px;
    }

    .honeycombs .honeycombs-inner-wrapper {
        width: 94% !important;
    }

    h2.header-small:before,
    h2.header-small:after {
        display: none;
    }

    .grid-view table.dataTables td {
        padding: 14px 14px !important;
    }

    .product-main {
        width: 100% !important;
    }

    .product-info {
        padding: 15px 0px 10px !important;
    }

    .product-info-table-wrapper {
        margin: 0 -9.9619vw;
        overflow-x: scroll;
    }

    .product-info-table img.icon {
        width: 17px !important;
    }

    .product-info-table td {
        font-size: 14px;
    }

    .product-info {
        border-top-right-radius: 0 !important;
    }

    .dataTables_wrapper .dataTables_paginate {
        margin: 20px auto !important;
        width: 88% !important;
    }

    .grid-view .summary, .product-info .summary {
        max-width: 151px !important;
        font-size: 14px !important;
    }

    .comb:nth-child(7n + 7) {
        margin-left: 0 !important;
    }

    .comb-inner {
        margin: -12px -12px;
        width: 185px;
        height: 159px;
    }

    .comb:hover .comb-inner {
        transform: rotate(-30deg) skewX(30deg) scale(1.01) !important;
    }

    .wrapper-honeycomb .comb-content:before {
        height: 12.9em;
    }

    .comb-content:before {
        background-size: 79px !important;
        background-position: center 44px !important;
    }

    .comb-content span {
        bottom: 52px;
        height: 53px;
        width: 124px;
        left: 73px;
        font-size: 15px;
    }

    .comb {
        height: 210px;
        width: 163px;
    }

    .comb-inner .comb-content img {
        position: absolute;
        bottom: 46px;
        height: 68px;
        width: 70px;
        left: 38px;
    }

    .comb-content .comb-title {
        bottom: 37px;
        height: 57px;
        width: 160px;
        left: 53px;
        font-size: 14px;
        padding: 0 10px;
    }

    .innerPage_honeycombs-wrapper .comb-content .comb-title {
        bottom: 29px !important;
    }

    .comb:first-child {
        margin-left: 0 !important;
    }

    ul.static-menu li, .menu-links {
        float: none !important;
        margin-left: 10px;
    }

    ul.static-menu li:last-child,
    ul.static-menu li:nth-last-child(2) {
        display: none;
    }

    ul.static-menu li a {
        margin-bottom: 10px;
    }

    ul.static-menu li a:hover {
        color: #099876;
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        transform: scale(1.05);
    }

    ul.static-menu li a:before,
    ul.static-menu li a:after {
        background-color: #595959;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 10%;
    }

    ul.static-menu li a:before {
        right: 0.2em;
    }

    ul.static-menu li a:after {
        left: 0.2em;
    }

    .button,
    .submit-button,
    .alert-button {
        font-size: inherit;
    }

    .horizontal-line {
        display: none;
    }

    .honeycomb {
        max-width: 100%;
        margin: -43px auto 7em;
    }

    .fancybox-slide--iframe .fancybox-content .button-close {
        top: -52px !important;
        right: -15px !important;
    }

    .content.popup {
        padding: 5px !important;
    }

    .product-info .grid_12.no-margin .pagination li.first,
    .product-info .grid_12.no-margin .pagination li.last,
    a#DataTables_Table_0_previous, a#DataTables_Table_0_next {
        display: none;
    }

    .share-drop-content {
        right: 0;
    }

    .share-drop-content::after {
        right: 8px !important;
        left: auto;
    }

    .overlay-menu-footer .f-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .overlay-menu-footer .f-nav a + a {
        margin-top: 10px;
    }

    .overlay-menu-footer {
        align-items: flex-start;
    }

    .timepicker-wrap label {
        padding-top: 0 !important;
        font-size: 15px;
    }

    .timepicker-input-wrap .input-wrap {
        max-width: 50% !important;
        min-width: 50%;
    }

    .timepicker-wrap {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 960px) {
    .dataTable-wrap {
        margin: 0 -4.2vw;
        overflow: auto;
        white-space: nowrap;
    }

    header {
        padding: 0 !important;
    }

    .multiple-select-wrap .grid_3_m {
        margin-bottom: 13px !important;
    }

    .product-info .product-info-table {
        table-layout: fixed;
        width: 100%;
    }

    .product-info .product-info-table tr {
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }

    .product-info .product-info-table td {
        width: 100% !important;
        max-width: 100% !important;
    }

    .product-info .product-info-table td:first-child {
        width: 100% !important;
    }

    .product-info .product-info-table tr td:first-child {
        background-color: #CBCED3;
    }

    .product-info .product-info-table tr td:nth-child(2) {
        background-color: #fff;
    }

    .product-info-table td {
        border: 1px solid #e0e1e5 !important;
    }

    .product-info .alert-message {
        font-size: 13px !important;
    }

    .product-main .content .title {
        font-size: 16px !important;
        padding: 5.4px 0 !important;
    }

    .product-info .alert-message {
        padding-left: 27px !important;
    }

    .dataTables {
        font-size: 13px !important;
    }

    .kv-table-wrap td, .kv-table-wrap th {
        font-size: 13px !important;
    }

    .product-info .kartik-table thead tr th {
        padding: 10px 6px 10px 15px;
        font-size: 13px !important;
        text-align: left;
        border: 1px solid #d9d9da;
    }

    .product-info .kartik-table td {
        padding: 3px 15px !important;
        text-align: left;
        background-color: #fff !important;
    }

    .product-info .kartik-table .kv-grouped-row {
        font-size: 13px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        text-align: center !important;
    }

    .grid-view .no-margin .summary, .product-info .summary {
        max-width: 100% !important;
    }

    .grid-view .pagination > li, .dataTables_wrapper .dataTables_paginate .paginate_button {
        font-size: 15px;
    }

    .kv-table-wrap td, .kv-table-wrap th {
        display: table-cell !important;
        width: 100% !important;
    }

    .map-button-wrapper a:before {
        background-size: 16px;
        left: 11px;
        top: 9px;
        height: 16px;
        width: 16px;
    }

    .grid-view {
        position: relative;
    }

    .grid-view .compare-button-wrapper a, .map-button-wrapper a {
        font-size: 17px !important;
    }

    .grid-view .compare-button-wrapper {
        left: auto !important;
        right: 0 !important;
        margin-top: -37px !important;
        transform: inherit !important;
    }

    .catg-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 75% !important;
    }

    .overlay-menu-footer {
        width: 92% !important;
    }

    .overlay ul li a {
        top: 0 !important;
    }

    .overlay .catg-menu li {
        margin-left: 0 !important;
    }

    .overlay .catg-menu li:nth-child(6) {
        margin-bottom: 7px;
        max-width: 197px;
    }

    .overlay-menu-footer {
        margin-top: 19px;
    }
}

@media (min-width: 760px) {
    .location input {
        min-width: 140px !important;
        max-width: 140px !important;
    }

    .timepicker-wrap:first-child {
        padding-left: 0 !important;
    }

    .timepicker-wrap:nth-child(2) {
        padding-left: 0 !important;
    }

    .multiple-select-wrap .SelectBox {
        padding: 12px 8px !important;
    }

    .multiple-select-wrap .SumoSelect > .CaptionCont > span {
        font-size: 18px !important;
    }

    .multiple-select-wrap .SumoSelect > .CaptionCont > label {
        top: 6px;
        height: 33px;
    }

    .SumoSelect > .CaptionCont > label > i {
        background-size: 18px !important;
    }

    h1.header-big {
        font-size: 53px;
    }

    h2.header-small {
        margin-top: -37px;
        font-size: 34px;
    }

    header .logo a {
        font-size: 18px;
    }

    header .logo img {
        width: 37px;
    }

    header {
        min-height: 216px;
    }

    header .wrapper {
        margin-top: 23px;
    }

    .button_container {
        width: 33px;
    }

    .button_container span {
        height: 4px;
    }

    .content .wrapper {
        margin-top: 180px;
    }

    .range-container label {
        padding-top: 15px;
    }

    .timepicker-wrap label {
        padding: 15px 0 17px;
    }

    .comb-inner {
        width: 240px;
        height: 207px;
    }

    .comb {
        width: 215px;
        height: 255px;
    }

    .comb-inner .comb-content img {
        height: 93px;
        width: 94px;
        bottom: 58px;
    }

    .comb-content .comb-title {
        bottom: 51px;
        left: 80px;
        font-size: 16px;
    }

    .comb-logo .comb-title {
        font-size: 12px;
        left: 18px;
        bottom: -17px;
    }

    .comb-logo .comb-title span {
        font-size: 15px;
    }

    .comb-logo .comb-title span:nth-child(2) {
        top: 159px;
    }

    .inner-page-honeycombs-wrap .comb-content .comb-title {
        bottom: 41px;
        left: 78px !important;
    }

    .range-container label, .range-slider label {
        font-size: 17px;
    }

    .input-group label {
        height: 29px;
        width: 48px;
        font-size: 13px !important;
    }

    .input-group input {
        height: 29px;
        font-size: 14px;
    }

    .timepicker-wrap label {
        font-size: 17px;
    }

    .timepicker-input-wrap input {
        font-size: 14px;
    }

    .submit-button {
        font-size: 18px;
    }

    .checkbox-label {
        font-size: 17px !important;
    }

    .content-check .checkbox-standin {
        width: 36px !important;
        height: 36px !important;
    }

    .content-check .checkbox-standin:after {
        width: 30px;
        height: 30px;
    }

    footer {
        font-size: 13px;
    }
}

@media (min-width: 960px) {
    .overlay ul {
        display: flex;
        flex-direction: row;
        max-height: 126px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .catg-menu-title {
        margin: 43px auto;
    }
}

@media (min-width: 1064px) {
    .wrapper {
        /*max-width: 1400px;*/
        width: 95%;
        margin: .6em auto;
    }

    .logo {
        float: left;
        text-align: left;
        margin-bottom: 0;
    }

    header {
        padding: 0;
    }

    .content {
        float: left;
        width: 65%;
    }

    .content .wrapper {
        max-width: 1400px;
    }

    .content.wide-content {
        float: none;
        width: 100%;
    }

    aside {
        float: right;
        width: 30%;
    }

    .topnav {
        float: right;
        margin: .35em 0 0 0;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .grid_1 {
        width: 8.33333333%;
    }

    .grid_2 {
        width: 16.66666667%;
    }

    .grid_3 {
        width: 25%;
    }

    .grid_4 {
        width: 33.33333333%;
    }

    .grid_5 {
        width: 41.66666667%;
    }

    .grid_6 {
        width: 50%;
    }

    .grid_7 {
        width: 58.33333333%;
    }

    .grid_8 {
        width: 66.66666667%;
    }

    .grid_9 {
        width: 75%;
    }

    .grid_10 {
        width: 83.33333333%;
    }

    .grid_11 {
        width: 91.66666667%;
    }

    .grid_12 {
        width: 100%;
    }

    .grid_1,
    .grid_2,
    .grid_3,
    .grid_4,
    .grid_5,
    .grid_6,
    .grid_7,
    .grid_8,
    .grid_9,
    .grid_10,
    .grid_11,
    .grid_12 {
        float: left;
        display: block;
    }

    .rightfloat {
        float: right;
    }
}

@media (max-width: 1080px) {
    .comb:nth-child(3n) {
        margin-right: calc(50% - 125px) !important;
        margin-left: calc(50% - 125px) !important;
    }

    .comparison-table-container td:first-child {
        width: 100% !important;
        text-align: center;
        background-color: #fff !important;
    }

    tr.comparison-table-container {
        display: flex;
        flex-flow: wrap;
    }

    .comparison-title {
        max-width: 100%;
    }

    .product-info-table td + td {
        width: 50%;
    }

    .popup .product-info-table td {
        font-size: 13px;
        padding: 15px 12px !important;
    }

    .comparison-table-container td + td {
        max-width: 100% !important;
    }

    .comparison-table-container .product-info .grid-view {
        margin-bottom: 5px !important;
    }

    .comparison-table-container .product-info .pagination {
        margin: 20px 0 0 !important;
        padding: 3px
    }
}

@media (min-width: 1080px) and (max-width: 1441px) {
    .comb-inner {
        width: 231px;
        height: 199px;
    }

    .comb:first-child {
        margin-left: calc(61% - 400px) !important;
    }

    .comb:nth-child(2) {
        margin-right: calc(61% - 400px) !important;
    }

    .comb:nth-child(8) {
        margin-left: 223px !important;
    }

    .inner-page-honeycombs-wrap .comb:first-child {
        margin-right: 0 !important;
    }

    .comb {
        width: 207px;
        height: 248px;
    }

    .comb-inner .comb-content img {
        height: 95px;
        width: 96px;
        bottom: 52px;
        left: 46px;
    }

    .comb-content .comb-title {
        bottom: 44px;
        left: 70px;
        font-size: 16px;
    }

    .comb-logo .comb-title {
        left: -6px;
        font-size: 12px;
        bottom: -22px;
    }

    .comb-logo .logo-wrap {
        background-size: 49px !important;
        background-position: center 14px !important;
    }

    .inner-page-comb .comb-content .comb-title {
        bottom: 37px !important;
    }
}

@media (min-width: 1319px) and (max-width: 1441px) {
    .honeycomb {
        width: 1310px !important;
    }

    .comb:nth-child(7n + 4) {
        margin-right: calc(31% - 406px) !important;
    }

    .comb:nth-child(8) {
        margin-left: calc(680px - 400px) !important;
    }

    .comb:nth-child(13n + 7) {
        margin-left: 0 !important;
    }
}

@media (min-width: 1080px) and (max-width: 1320px) {
    .comb:last-child {
        margin-right: 19px !important;
    }
}

@media (min-width: 1061px) and (max-width: 1300px) {
    .timepicker-wrap {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .timepicker-input-wrap .input-wrap {
        max-width: 50%;
        min-width: 50%;
    }

    .timepicker-input-wrap input {
        min-width: 100% !important;
    }
}

@media (min-width: 1320px) and (max-width: 1440px) {
    .comb:last-child {
        margin-right: 75px !important;
    }
}

@media (min-width: 1300px) {
    /* .inner-page-honeycombs-wrap .comb-content .comb-title {
          bottom: 51px;
      } */
    .timepicker-flex {
        display: flex;
        flex-direction: column;
        max-height: 267px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .timepicker-wrap:nth-child(3) label {
        padding-top: 19px !important;
    }
}

@media (min-width: 760px) and (max-width: 1061px) {
    .timepicker-flex {
        display: flex;
        flex-direction: column;
        max-height: 267px !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .timepicker-wrap:nth-child(3) label {
        padding-top: 19px !important;
    }
}

@media (max-width: 1320px) {
    .hidden_m {
        display: none !important;
    }

    .comb:nth-child(7n + 4) {
        margin-right: 0 !important;
    }

    .comb:nth-child(13n + 5) {
        margin-left: 0 !important;
    }

    .comparison-table-container .kartik-table thead tr th {
        padding: 15px 6px;
        font-size: 13px;
    }

    .comparison-table-container .kartik-table .kv-grouped-row {
        font-size: 13px !important;
    }

    .comparison-table-container .kartik-table td {
        font-size: 13px !important;
    }

    .comparison-table td + td {
        background-color: #e9eaec !important;
    }

    .comparison-table td {
        border: 1px solid #e0e1e5 !important;
    }

    .comparison-table .grid-view table thead tr {
        background: #dfdfe1;
    }

    .comparison-table .product-info .kartik-table thead tr th {
        border: 1px solid #cfcfd0;
        border-bottom: 0;
    }

    .comparison-table .kartik-table td {
        padding: 3px 15px !important;
        vertical-align: middle !important;
    }
}

@media (min-width: 1390px) {
    .comb:nth-child(13n + 7) {
        margin-left: calc(36% - 400px);
    }
}

@media (min-width: 960px) and (max-width: 1500px) {
    .overlay-menu-footer {
        width: 58% !important;
    }
}

@media (min-width: 1320px) and (max-width: 1390px) {
    .comb:first-child {
        margin-left: calc(37% - 400px);
    }

    .comb:nth-child(7n + 4) {
        margin-right: calc(37% - 400px);
    }
}

@media (min-width: 240px) and (max-width: 320px) {
    h1.header-big {
        font-size: 28px;
        margin-bottom: 36px;
    }

    h2.header-small {
        font-size: 19px;
    }

    .range-container {
        margin: 15px -15px 0;
    }

    .grid-view .compare-button-wrapper a {
        font-size: 16px !important;
    }

    .grid-view .summary, .product-info .summary {
        font-size: 14px !important;
    }

    .honeycomb {
        margin: -60px auto 7em;
    }

    .product {
        margin: 0 -15px;
    }

    .comb-inner {
        margin: -12px -11px;
        width: 164px !important;
        height: 143px !important;
    }

    .comb {
        width: 145px !important;
        height: 194px;
    }

    .comb-inner .comb-content img {
        bottom: 43px !important;
        height: 60px !important;
        width: 60px !important;
        left: 33px !important;
    }

    .comb-content .comb-title {
        bottom: 25px !important;
        width: 141px !important;
        left: 47px !important;
        font-size: 13px !important;
    }

    .product-info .kartik-table td {
        padding: 3px 7px !important;
    }

    .product-info .kartik-table thead tr th {
        padding: 10px 6px 10px 8px;
    }

    .range-slider {
        margin-left: 0;
        margin-right: 0;
    }

    .overlay-menu-footer .f-nav a {
        font-size: 13px;
    }

    .overlay-menu-footer a {
        padding: 7px 12px;
    }

    .social_sec {
        width: 163px;
    }

    .location-wrap {
        padding: 0 !important;
    }

    .location label {
        padding: 0 10px !important;
        font-size: 13px !important;
    }

    .timepicker-input-wrap .input-wrap {
        max-width: 132px !important;
    }

    .timepicker-wrap {
        margin: 0 -14px;
    }

    .timepicker-input-wrap .clock {
        height: 32px;
    }
}