/* RESPONSIVE STYLES */

@media screen and (max-width: 1199px) {
    .cHeaderWrap .cHeaderContainer {
        padding: 0;
    }
    
    .cHeaderWrap .cHeaderContainer.cLeftContainer {
        padding-left: 15px;
    }
    
    .cHeaderSearchForm > div.cHeaderInputWrapper {
        width: 300px;
    }
}


@media screen and (max-width: 1024px) {
    .cHeaderWrap .cHeaderContainer.cMiddleContainer {
        padding: 0;
    }
    
    .cHeaderSearchForm > div.cHeaderInputWrapper {
        /* width: 350px; */
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper {
        width: 150px;
    }
    
    .cSection.cSectionSearch .cBgContainer img.bgImgLeft {
        left: -200px;
        top: 150px;
        max-height: 250px;
    }
    
    .cSection.cSectionSearch .cBgContainer img.bgImgRight {
        right: -120px;
        top: 150px;
        max-height: 300px;
    }
    
    .cSectionSearch h2.cSectionHeading {
        font-size: 45px;
    }
    
    
    /* BOOKING PAGE */
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv {
        margin: 10px;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv ~ .cStoreDiv {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {    
    .cHeaderSearchForm > div.cHeaderInputWrapper {
        width: 270px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper {
        width: 120px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown {
        padding: 0 2px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown ~ ul.cHeaderCarTypes li.cHeaderCarType a {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap {
        padding-left: 0;
        border-width: 0;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap.activeuser span.cLinkValue {
        max-width: 70px;
    }
    
    
    ul.cCitySearchList li.cCitySearch {
        height: 270px;
    }
    
    ul.cCitySearchList li.cCitySearch:nth-child(even) {
        height: 200px;
    }
    
    
    /* INFORMATION AND CUSTOMER PAGES */
    .cInfoHeader,
    .cUserHeader {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .cInfoHeader h2.cInfoHeading,
    .cUserHeader h2.cUserHeading {
        font-size: 48px;
    }
    
    .cInfoWrapper .cInfoCol.cInfoLinksWrapper,
    .cUserWrapper .cUserCol.cUserLinksWrapper {
        width: 240px;
    }
    
    .cInfoWrapper .cInfoCol.cInfoContentWrapper,
    .cUserWrapper .cUserCol.cUserContentWrapper {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
        margin-left: 240px;
        min-height: 420px;
    }
    
}

@media screen and (max-width: 870px) {
    .cHeaderSearchForm > div.cHeaderInputWrapper {
        width: 235px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper {
        width: 90px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown img {
        display: none;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown span {
        padding-left: 0;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown ~ ul.cHeaderCarTypes li.cHeaderCarType a {
        padding: 10px 5px;
    }
    
    .cHeaderSearchForm > div.cHeaderCarTypeWrapper .cHeaderCarTypeDropdown a.cTriggerDropdown ~ ul.cHeaderCarTypes li.cHeaderCarType a img.cHeaderCarTypeIcon {
        display: none;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap.activeuser span.cLinkValue {
        max-width: 50px;
    }
    
    
    
    /* SLOT BOOKING PAGE */    
    .cRespStoreSlider {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
    
    .cSection.cSectionStore .cStoreWrapper {
        display: block;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv {
        position: absolute;
        top: 0;
        height: 100%;
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
        left: 150px;
        margin: 0 auto;
        padding: 5px;
        border: 1px solid #37b1c3;
        border-left-width: 0;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv.cRespActiveCard {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv.cRespHideCard {
        display: none;
    }

    ul.cRespSliderLinks {
        position: relative;
        padding: 0;
        margin: 0 auto;
        list-style-type: none;
        width: 150px;
    }

    ul.cRespSliderLinks li {
        padding: 6px 10px;
        font-size: 12px;
        background: #37b1c3;
        color: #FFFFFF;
        cursor: pointer;
    }

    ul.cRespSliderLinks li ~ li {
        border-top: 1px solid #eeeeee;
    }

    ul.cRespSliderLinks li.active {
        background: #21656f;
    }
    
    .cStoreMapWrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: relative;
    }

    .cStoreHoursInfo h2.cStoreHoursTitle {
        display: none;
    }

    .cStoreHoursListWrapper {
        margin-top: 5px;
    }
    
    
    
    .cCalendarWrapper h2.cCalendarSectionHeading,
    .cServicesWrapper h2.cServiceSectionHeading,
    .cSlotsWrapper h2.cSlotSectionHeading {
        font-size: 14px;
    }
    
    
    .cServicesWrapper {
        width: 35%;
    }

    .cSlotsWrapper {
        width: 20%;
    }
    
    .cSlotsListWrapper {
        max-height: 508px;
        height: 508px;
    }
    
    ul.cServiceOptionsList li.cServiceOption {
        display: block;
        width: 100%;
        padding: 5px;
        height: 54px;
        text-align: left;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionLabel {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-right: 5px;
        /* width: 70px; */
        text-align: left;
        margin-top: 10px;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionControl {
        position: relative;
        float: right;
        /* width: -webkit-calc(100% - 80px); */
        /* width: -moz-calc(100% - 80px); */
        /* width: calc(100% - 80px); */
        text-align: right;
    }

    .cServicesWrapper .cServiceGroup h3.cServiceCatTitle {
        font-size: 15px;
        padding: 10px;
    }

    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink {
        padding: 10px;
    }

    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink h4.cServiceTitle {
        font-size: 12px;
    }

    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink:after {
        right: 10px;
    }
    
    
    .sCalendarMonthWrapper > div > .sCalendarRow ul.sCalendaRowList li.sCalendarRowItem {
        height: 72px;
    }

    .sCalendarMonthWrapper > div > .sCalendarRow.sBodyMode ul.sCalendaRowList li.sCalendarRowItem .sCalendarCell {
        height: 48px;
        line-height: 48px;
        width: 48px;
        font-size: 14px;
    }
    
    .cSlotsListWrapper ul.cSlotsList li.cSlotItem a.cSlotItemLink {
        height: 30px;
        line-height: 30px;
    }

    .cSlotsListWrapper ul.cSlotsList li.cSlotItem a.cSlotItemLink span.cSlotTimeLabel {
        font-size: 12px;
    }

    .cServiceBookingWrapper .cServiceBooking .cServiceGroupWrapper {
        max-height: 450px;
        height: 450px;
    }   
    
    .cSlotsBookingControlWrapper {
        padding: 5px;
    } 
    
    .cSlotBookControl {
        font-size: 14px;
        padding: 10px 5px;
    }    
    
}


@media screen and (max-width: 768px) {
    body.cart_open {
        position: fixed;
        overflow: hidden;
    }
    
    .cCartIconWrapper .cLinkIcon {
        font-size: 0 !important;
        vertical-align: middle;
    }
    
    .cCartIconWrapper .cLinkIcon i {
        /* font-size: 21px; */
        vertical-align: middle;
    }
    
    .cServiceCartWrapper .cServiceCartContent {
        /* height: 100vh; */
    }    
    
    .cServiceCartWrapper .cServiceCartContent .cServiceCartHeader .cCartTitle > .cCloseServiceCart:before {
        -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
        -moz-transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
        transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
    }

    .cServiceCartWrapper .cServiceCartContent .cServiceCartHeader .cCartTitle > .cCloseServiceCart:after {
        -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
        -moz-transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
        transform: translateY(-50%) rotate3d(0, 0, 1, -45deg);
    }
    
    
    section.cSection.cSectionCheckout {
        padding-top: 100px;
    }
    
    .cSectionCheckout h2.cSectionHeading {
        font-size: 27px;
        margin-bottom: 30px;
    }
	.cSectionCheckout .cSectionSubHeading {		
		font-size: 15px;
	}
    
    .cSectionCheckout h2.cSectionHeading:before {
        font-size: 100px;
        bottom: -27px;
    }
    
    .cCheckoutWrapper .cCheckoutDiv.checkoutFormDiv {
        padding-left: 18px;
    }
    
    
    /* BOOKING LIST PAGE */
    .cBookingInfo h3.cBookingMerchant {
        font-size: 21px;
    }

    .cBookingTotal p.cBookingPrice {
        font-size: 21px;
    }
    
    
    /* SLOT BOOKING PAGE */
    .cServiceBookingWrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cCalendarWrapper {
        width: 100%;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
        margin: 0 10px 10px !important;
    }

    .cServicesWrapper {
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
        width: -webkit-calc(100% - 210px);
        width: -moz-calc(100% - 210px);
        width: calc(100% - 210px);
    }

    .cSlotsWrapper {
        width: 180px;
        margin-left: 0 !important;
    }
    
    .cServiceBookingWrapper .cServiceBooking .cServiceGroupWrapper {
        max-height: 478px;
        height: 478px;
    }
    
    
    .cCalendarWrapper h2.cCalendarSectionHeading,
    .cServicesWrapper h2.cServiceSectionHeading,
    .cSlotsWrapper h2.cSlotSectionHeading {
        font-size: 15px;
    }
    
    .cCalendarWrapper h2.cCalendarSectionHeading {
        font-size: 0;
        /* display: none; */
        padding: 0;
        height: 42px;
        background: #FFFFFF;
        color: #333333;
        border-bottom: 1px solid #ECECEC;
        cursor: pointer;
        pointer-events: initial;
    }

    .cCalendarWrapper h2.cCalendarSectionHeading:before {
        content: attr(data-label);
        font-size: 15px;
        /* text-align: left; */
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 10px;
        top: 12px;
    }
    
    .cCalendarWrapper h2.cCalendarSectionHeading:after {
        font-size: 15px;
        font-family: "Ionicons";
        content: "\f2ab";
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        position: absolute;
        right: 10px;
        top: 6px;
        border: 1px solid #37b1c3;
        height: 30px;
        width: 30px;
        line-height: 30px;
        color: #37b1c3;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    
    .cCalendarWrapper h2.cCalendarSectionHeading.cRespCloseCal:after {
        content: "\f2c0";
        border-color: #FF0000;
        color: #FF0000;
    }
    
    .sCalendar .sCalendarLoader i {
        font-size: 42px;
    }
    
    .sCalendar .sCalendarHeader {
        padding: 0px 12px;
    }
    
    .cRespCalToggle {
        display: initial;
    }

    .sCalendar {
        /* display: none; */
        height: 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s;
    }
    
    .sCalendar .sCalendarHeader > div:not(.sHeaderMiddleContainer) {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        display: none;
    }

    .sCalendar .sCalendarHeader > div.sHeaderMiddleContainer {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .sCalendar .sCalendarHeader > div.sHeaderRightContainer {
        width: 50px;
    }
    
    .sCalendar.sRespCalOpen {
        /* display: -webkit-box; */
        /* display: -ms-flexbox; */
        /* display: flex; */
        height: auto;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
    
    
    /* SLOT BOOKING PAGE */
    ul.cServiceOptionsList li.cServiceOption {
        display: inline-block;
        width: 50%;
        padding: 5px 7px;
        height: 80px;
        text-align: center;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionLabel {
        display: block;
        vertical-align: middle;
        position: relative;
        margin-right: 0;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionControl {
        position: relative;
        float: none;
        /* width: -webkit-calc(100% - 80px); */
        /* width: -moz-calc(100% - 80px); */
        /* width: calc(100% - 80px); */
        text-align: center;
    }
    
    
}

@media screen and (max-width: 767px) {
    .container.cNoContainerpadding {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap.activeuser ul.dropdown-menu {
        position: fixed;
        left: 0;
        top: 60px;
        border-width: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        margin: 0 auto;
        border-top: 1px solid #ECECEC;
    }
    
    
    /* BUTTONS */
    .cBtn {
        height: 42px;
    }
    
    a.cBtnNewsSubscribe {
        line-height: 40px;
    }
    
    .cCartFooterBtns a {
        line-height: 40px;
    }
    
    
    ul.cHeaderLinks li.cHeaderLink.cRespSearchWrap {
        display: inline-block;
        cursor: pointer;
    }
    
    .cHeaderWrap .cHeaderContainer.cMiddleContainer {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: 60px;
        background: #37b1c3;
        z-index: 1000;
        -webkit-transform-origin-y: top;
        -moz-transform-origin-y: top;
        transform-origin-y: top;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scaleY(0);
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
    
    .cHeaderWrap .cHeaderContainer.cMiddleContainer.cOpen {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
    
    .cHeaderSearchFormWrapper {
        width: 100%;
    }
    
    .cHeaderSearchForm > div.cHeaderInputWrapper {
        width: -webkit-calc(100% - 135px);
        width: -moz-calc(100% - 135px);
        width: calc(100% - 135px);
    }
    
    .cHeaderSearchForm > div.cHeaderInputWrapper input.cHeaderInputControl {
        color: #FFFFFF;
        border-color: #FFFFFF;
        border-width: 1px;
    }

    .cHeaderSearchForm > div.cHeaderInputWrapper input.cHeaderInputControl ~ label.cHeaderInputLabel {
        color: #FFFFFF;
        opacity: 0.5;
    }

    .cHeaderSearchForm > div.cHeaderInputWrapper input.cHeaderInputControl:focus ~ label.cHeaderInputLabel,
    .cHeaderSearchForm > div.cHeaderInputWrapper input.cHeaderInputControl:not([value=""]) ~ label.cHeaderInputLabel {
        opacity: 1;
        background: #FFFFFF;
        color: black;
    }
    
    .cHeaderSearchForm > div.cHeaderInputWrapper span.cHeaderGeoLocation {
        color: #FFFFFF;
    }

    .cHeaderSearchForm > div.cHeaaderBtnWrapper {
        border: 1px solid #FFFFFF;
        border-left-width: 0;
    }
    
    .cHeaderWrap .cHeaderContainer img.cHeaderLogo {
        height: 36px;
    }
    
    ul.cHeaderLinks li.cHeaderLink {
        height: 36px;
        line-height: 36px;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap:not(.activeuser) span.cLinkValue {
        display: none;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap.activeuser span.cLinkIcon {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cUserAccountWrap.activeuser span.cLinkValue {
        display: none;
    }
    
    ul.cHeaderLinks li.cHeaderLink.cCartIconWrapper span.cLinkIcon {
        /* visibility: hidden; */
        /* width: 30px; */
        /* height: 27px; */
        /* line-height: 27px; */
        /* display: inline-block; */
        /* overflow: hidden; */
        /* vertical-align: middle; */
        /* text-align: center; */
    }
    
    ul.cHeaderLinks li.cHeaderLink.cCartIconWrapper span.cLinkIcon:before {
        /* content: "\f3f8"; */
        /* font-family: "Ionicons"; */
        /* display: inline-block; */
        /* visibility: visible; */
    }
    
    ul.cHeaderLinks li.cHeaderLink.cCartIconWrapper span.cLinkIcon {
        /* vertical-align: middle; */
        /** display: inline-block; */
    }
    
    
    
    .cSection.cSectionSearch .cBgContainer img.bgImgLeft {
        left: -240px;
        top: 120px;
        max-height: 250px;
    }
    
    section.cSection.cSectionSearch {
        padding-top: 120px;
        padding-bottom: 100px;
    }
    
    .cSectionSearch h2.cSectionHeading {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox input.cSearchInput:focus ~ label.cSearchTextPlaceholder,
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox input.cSearchInput:not([value=""]) ~ label.cSearchTextPlaceholder {
        -webkit-transform: translateX(0px) translateY(-33px) scale(0.72);
        -moz-transform: translateX(0px) translateY(-33px) scale(0.72);
        transform: translateX(0px) translateY(-33px) scale(0.72);
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchBtnWrap .cSubmitSearch {
        padding: 0 5px;
    }
    
    
    
    
    section.cSection.cSectionCitySearch {
        padding-top: 100px;
    }
    
    
    .cCitySearchWrapper h2.cSectionHeading,
    .cSectionProcessFlow h2.cSectionHeading {
        font-size: 24px;
    }
    
    .cCitySearchWrapper h2.cSectionHeading:before,
    .cSectionProcessFlow h2.cSectionHeading:before {
        font-size: 120px;
        bottom: -27px;
    }
    
    section.cSection.cSectionCitySearch .container.cNoContainerpadding {
        padding-right: 0;
    }
    
    ul.cCitySearchList li.cCitySearch,
    ul.cCitySearchList li.cCitySearch:nth-child(even) {
        height: 200px;
    }
    
    ul.cCitySearchList li.cCitySearch a.cCitySearchLink h3.cCityName {
        font-size: 18px;
    }
    
    ul.cCitySearchList li.cCitySearch a.cCitySearchLink h3.cCityName:before {
        font-size: 120px;
    }
    
    
    
    
    .cNewsSubscribeWrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .cNewsSubscribeWrapper .cFormControlDiv ~ .cFormControlDiv {
        margin-left: auto;
        margin-top: 15px;
    }
    
    
    
    /* SEARCH RESULTS PAGE */
    .cSection.cSectionResults {
        padding-top: 0;
    }
    
    .cResultsListWrapper {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }
    
    .cResultsListWrapper .cResultsSummary {
        margin-bottom: 0;
        padding: 15px 0;
        border-bottom: 0px solid #ECECEC;
    }
    
    ul.cSearchResults.cListMode {
        padding: 10px;
        background: #ECECEC;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 0;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult {
        -webkit-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin: 10px auto 5px;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult ~ li.cSearchResult {
        border-top-width: 0;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent {
        padding-left: 5px;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultImageWrapper {
        width: 160px;
        padding: 5px;
        background: #FFFFFF;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultHeader h3.cResultTitle {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultBody p {
        font-size: 12px;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultFooter span {
        font-size: 12px;
        margin-top: 0;
        width: auto;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultHeader .cResultRatingsWrapper,
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultFooter span.cResultInMap {
        display: none;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultContent .cResultFooter span.cSearchResultTime {
        width: 100%;
        margin-top: 5px;
    }
    
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultRespWrapper {
        display: inherit;
        width: 100%;
        background: #FFFFFF;
        padding: 10px;
        border-top: 0px solid #d6d6d6;
        margin-top: 2px;
    }
    
    
    
    /* CHECKOUT CART */
    .cSectionCheckout h2.cSectionHeading {
        margin-bottom: 36px;
    }
    
    .cCheckoutWrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cCheckoutWrapper .cCheckoutDiv {
        width: 100%;
    }
    
    .cCheckoutCartWrapper {
        display: none;
    }
    
    .cRespCheckoutCartWrapper {
        display: block;
    }
    
    .cCheckoutWrapper .cCheckoutDiv.checkoutFormDiv {
        padding-left: 0;
        margin-top: 36px;
    }
    
    
    
    /* INFORMATION AND CUSTOMER PAGES */    
    .cInfoHeader,,
    .cUserHeader {
        padding-top: 0px;
        padding-bottom: 24px;
    }
    
    .cInfoHeader h2.cInfoHeading,
    .cUserHeader h2.cUserHeading {
        font-size: 36px;
    }
    
    span.cRespFloatingBtn {
        display: block;
    }
    
    .cInfoWrapper .cInfoCol.cInfoLinksWrapper,
    .cInfoWrapper .cInfoCol.cInfoLinksWrapper.cFixed,
    .cUserWrapper .cUserCol.cUserLinksWrapper,
    .cUserWrapper .cUserCol.cUserLinksWrapper.cFixed {
        position: fixed;
        left: 0;
        top: 120px;
        width: 200px;
        height: auto;
        z-index: 50;
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        transform: translateX(-200px);
        -webkit-transition: transform .25s ease;
        -webkit-transition: -webkit-transform .25s ease;
        -moz-transition: transform .25s ease;
        -moz-transition: -moz-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease,-webkit-transform .25s ease;
    }
    
    .cInfoWrapper .cInfoCol.cInfoContentWrapper,
    .cUserWrapper .cUserCol.cUserContentWrapper {
        margin-left: 0;
        border-left-width: 0px;
        width: 100%;
        /* padding: 0 15px; */
        padding: 0;
        min-height: 300px;
    }
    
    ul.cInfoLinksList,
    ul.cUserLinksList {
        background: #FFFFFF;
        -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
        padding: 0;
    }
    
    ul.cInfoLinksList li.cInfoLink ~ li.cInfoLink,
    ul.cUserLinksList li.cUserLink ~ li.cUserLink {
        border-top: 1px solid #ECECEC;
    } 
    
    ul.cInfoLinksList li.cInfoLink a,
    ul.cUserLinksList li.cUserLink a {
        position: relative;
        color: #333333;
        display: block;
        height: 42px;
        line-height: 42px;
        width: 100%;
        padding: 0 18px;
        font-size: 15px;
    }
    
    
    /* SINGLE BOOKING DETAILS PAGE */
    .cBookingHeader h2.cBookingHeading {
        font-size: 36px;
    }
    
    .cSectionBookingSummary,
    .cSectionBookingCustomer,
    .cSectionBookingMerchant,
    .cSectionBookingNotes,
    .cSectionBookingServices {
        padding: 0 15px;
    }
    
    .cBookingInfoWrapper {
        margin: 0 auto 18px;
        padding: 0 !important;
    }
    
    .bookingInfoHeader h3.bookingInfoTitle {
        font-size: 15px;
        padding: 12px;
    }
    
    .cBookingInfoWrapper .cBookingInfoDiv.bookingInfoBody {
        padding: 12px;
    }
    
    .cBookingInfoWrapper .cBookingInfoDiv.bookingInfoBody h4.bookingInfoSubtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .cBookingInfoWrapper .cBookingInfoDiv.bookingInfoBody p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .cBookingInfoWrapper .cBookingInfoDiv.bookingInfoBody p span.bookingInfoLabelIcon {
        font-size: 18px;
        width: 24px;
    }
    
    .cSectionBookingServices .cTable thead {
        display: none;
    }
    
    .cSectionBookingServices .cTable.table td,
    .cSectionBookingServices .cTable.table th {
        font-size: 14px;
        padding: 15px;
    }
    
    .cSectionBookingServices .cTable.table span.cBookingItemTitle {
        font-weight: 500;
        font-size: 15px;
        color: #37b1c3;
        margin-bottom: 10px;
        display: block;
    }
    
    .cSectionBookingServices .cTable.table td.cRespHideCell {
        display: none;
    }
    
    .cSectionBookingServices .cTable.table td .cRespBookingTable {
        display: block;
    }
    
    .cSectionBookingServices .cTable.table td .cRespBookingTable p {
        margin-bottom: 2px;
        font-size: 12px;
    }
    
    .cSectionBookingServices .cTable.table td .cRespBookingTable p.cancel_btn {
        font-size: 0;
    }
    
    .cSectionBookingServices .cTable .cAddonBtn {
        font-size: 12px;
        padding: 2px 5px;
        font-weight: 400;
    }
    
    .cRespBtnLabel {
        display: inline-block !important;
        font-size: 12px;
        line-height: 1;
    }
    
    .cSectionBookingServices .cBtn.cSmall {
        height: 30px;
    }
    
    
    /* MODAL */    
    .cModalDialog .modal-content .modal-header {
        padding: 12px;
    }
    
    .cModalDialog .modal-content .modal-header h4.modal-title {
        font-size: 18px;
    }
    
    .cModalDialog .modal-content .modal-body {
        padding: 18px 12px;
    }
    
    .cModalDialog .modal-content .modal-footer {
        padding: 12px;
    }
    
    .cModalCarTypesWrapper ul.cModalCarTypes li.cModalCarType {
        height: 100px;
    }
    
    .cModalCarTypesWrapper ul.cModalCarTypes li.cModalCarType a input.cRadioModalCarType ~ .cModalCarTypeContent label.cModalCarTypeTitle {
        font-size: 12px;
    }
    
    .cModalDialog .close {
        font-size: 27px;
        margin-top: 3px;
    }
    
    
    /* BOOKING PAGE MODAL */
    #modal_store_aboutus .modal-body #store_full_description {
        max-height: 300px;
        overflow: auto;
    }

    #modal_store_aboutus .modal-body #store_full_description p {
        font-size: 12px;
    }
    
    ul.cStoreReviews {
        padding: 5px;
    }
    
    
    .cAddonsWrapper .cAddonsCol.cAddonsLinksWrapper {
        display: none;
    }

    .cAddonsWrapper .cAddonsCol.cAddonsContentWrapper {
        margin-left: 0;
        border-left-width: 0;
        width: 100%;
    }
    
    .cAddonsContentList {
        max-height: 300px;
        overflow-y: auto;
    }
    
    .cAddonsContentList .cAddonsContent {
        display: block;
        padding-bottom: 20px;
    }
    
    .cAddonsContentList .cAddonsContent:first-child {
        padding-top: 0;
    }
    
    .cAddonsContentList .cAddonsContent h2.cAddonsHeading {
        font-size: 15px;
    }

    .cAddonsContentList .cAddonsContent:last-child ul.cAddonsList li.cAddon:last-child {
        border-bottom-width: 0;
    }
    
}

@media screen and (max-width: 640px) {
    .cSection.cSectionSearch .cBgContainer img.bgImgLeft {
        left: -120px;
        top: 150px;
        max-height: 160px;
        -webkit-transform: rotateZ(230deg);
        -moz-transform: rotateZ(230deg);
        transform: rotateZ(230deg);
    }
    
    .cSection.cSectionSearch .cBgContainer img.bgImgRight {
        right: -240px;
        top: 80px;
        max-height: 300px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchBtnWrap .cSubmitSearch {
        visibility: hidden;
        position: relative;
        overflow: hidden;
        width: 64px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchBtnWrap .cSubmitSearch:before {
        content: "\f4a5";
        font-family: "Ionicons";
        visibility: visible;
        background: #37b1c3;
        width: 100%;
        height: 100%;
        position: absolute;
        font-size: 27px;
        line-height: 64px;
    }
    
    section.cSection.cSectionCitySearch {
        padding-top: 75px;
    }
    
    section.cSection.cSectionCitySearch .container {
        border-bottom-width: 0;
        padding-bottom: 30px;
    }
    
    ul.cCitySearchList li.cCitySearch {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    
    .cFlowStepContainer .cFlowStepImgWrapper img {
        height: 60px;
    }
    
    .cFlowStepContainer .cFlowStepContent h3.cFlowStepTitle {
        font-size: 18px;
    }
    
    .cFlowStepContainer.cFlowArrows .cFlowStepImgWrapper:before,
    .cFlowStepContainer.cFlowArrows .cFlowStepImgWrapper:after {
        font-size: 21px;
    }
    
    
    .cSection.cSectionFooter .cFooterBottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .cSection.cSectionFooter .cFooterBottom .cFooterCopyrightsWrap {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .cSection.cSectionFooter .cFooterBottom .cFooterLinksWrap {
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    
    
    /* INFORMATION AND CUSTOMER PAGES */
    .cInfoHeader h2.cInfoHeading,
    .cUserHeader h2.cUserHeading {
        font-size: 30px;
    }
    
    .cInfoContentList .cInfoContent .cInfoBody,
    .cUserContentList .cUserContent .cUserBody {
        font-size: 12px;
    }
    
    .cInfoInnerWrapper h3.cInfoInnerTitlem,
    .cUserInnerWrapper h3.cUserInnerTitle {
        font-size: 18px;
    }
    
    .cInfoInnerWrapper h4.cInnerSubTitle,
    .cUserInnerWrapper h4.cInnerSubTitle {
        font-size: 15px;
    }
    
    .cInfoInnerWrapper p,
    .cUserInnerWrapper p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    
    /* SLOT BOOKING PAGE */
    ul.cRespSliderLinks {
        width: 30px;
    }
    
    ul.cRespSliderLinks li {
        font-size: 0;
    }
    
    ul.cRespSliderLinks li i {
        font-size: 12px;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        left: 30px;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv .cStoreCol.cStoreColIcon {
        width: 100px;
    }
    
    .cSection.cSectionStore .cStoreWrapper .cStoreDiv .cStoreCol.cStoreColContent {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
    }
    
}

@media screen and (max-width: 480px) {    
    ul.cHeaderLinks li.cHeaderLink.cCartIconWrapper span.cLinkIcon {
        font-size: 12px;
    }
    
    section.cSection.cSectionSearch {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    
    .cSection.cSectionSearch .cBgContainer img.bgImgLeft {
        left: -100px;
        top: 100px;
        max-height: 120px;
        /* -webkit-transform: rotateZ(270deg); */
        /* -moz-transform: rotateZ(270deg); */
        /* transform: rotateZ(270deg); */
    }
    
    .cSection.cSectionSearch .cBgContainer img.bgImgRight {
        max-height: 230px;
    }
    
    
    .cSectionSearch h2.cSectionHeading {
        font-size: 30px;
        margin-bottom: 20px;
        text-shadow: 1px 2px 5px #FFFFFF;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper {
        padding: 0px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        border-right-width: 0;
        border-width: 0;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox input.cSearchInput {
        font-size: 12px;
        padding-left: 8px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox label.cSearchTextPlaceholder {
        font-size: 12px;
        left: 8px;
        top: 24px;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchInputBox span.cGeoLocator {
        background: #FFFFFF;
        border-right-width: 0;
    }
    
    .cSectionSearch .cSearchWrapper .cSearchInputWrapper .cSearchBtnWrap {
        margin-left: 0px;
    }
    
    
    
    .cCitySearchWrapper h2.cSectionHeading,
    .cSectionProcessFlow h2.cSectionHeading {
        font-size: 21px;
    }
    
    .cCitySearchWrapper h2.cSectionHeading:before,
    .cSectionProcessFlow h2.cSectionHeading:before {
        font-size: 90px;
        bottom: -24px;
    }
    
    ul.cCitySearchList li.cCitySearch,
    ul.cCitySearchList li.cCitySearch:nth-child(even) {
        height: 150px;
    }
    
    ul.cCitySearchList li.cCitySearch a.cCitySearchLink h3.cCityName {
        font-size: 15px;
    }
    
    ul.cCitySearchList li.cCitySearch a.cCitySearchLink h3.cCityName:before {
        font-size: 90px;
    }
    
    
    section.cSection.cSectionProcessFlow div[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    .cFlowStepContainer .cFlowStepContent h3.cFlowStepTitle {
        font-size: 15px;
    }
    
    ul.cFooterLinks {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    ul.cFooterLinks li {
        margin-bottom: 5px;
    }
    
    ul.cFooterLinks li ~ li {
        border-left: 2px solid #888888;
        padding-left: 10px;
    }
    
    
    
    /* BOOKING LIST PAGE */
    ul.cBookingList li.cBooking {
        padding: 10px 10px 5px;
    }
    
    ul.cBookingList li.cBooking .cBookingSummaryWrapper {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cBookingSummaryWrapper .cBookingDiv.cBookingInfo {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
    }
    
    .cBookingInfo h3.cBookingMerchant {
        font-size: 18px;
        margin-top: 2px;
    }

    .cBookingSummaryWrapper .cBookingDiv.cBookingTotal {
        width: 100%;
        -webkit-align-self: initial;
        align-self: initial;
        text-align: right;
        margin-top: 10px;
        padding-top: 5px;
        border-top: 1px solid #ECECEC;
    }
    
    .cBookingTotal p.cBookingPrice {
        font-size: 18px;
    }

    .cBookingTotal p.cBookingPrice span.cBookingTotalLabel {
        display: inline-block;
        vertical-align: middle;
        float: left;
    }
    
    
    
    /* SLOT BOOKING PAGE */
    .cSlotsWrapper {
        width: 140px;
    }

    .cServicesWrapper {
        width: -webkit-calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: calc(100% - 170px);
    }
    
}

@media screen and (max-width: 425px) {
    ul.cSearchResults.cListMode li.cSearchResult a.cSearchResultLink .cResultContentWrapper .cResultImageWrapper {
        width: 120px;
    }
    
    .cResultContentWrapper .cResultImageWrapper img {
        object-fit: contain;
        object-position: top;
    }
    
    .cSlotsListWrapper {
        max-height: 394px;
        height: 394px;
    }
    
    ul.cServiceOptionsList li.cServiceOption {
        display: block;
        width: 100%;
        padding: 5px;
        height: 42px;
        text-align: left;
    }
    
    ul.cServiceOptionsList li.cServiceOption ~ li.cServiceOption {
        border-left-width: 0;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionLabel {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-right: 5px;
        width: auto;
        text-align: left;
        margin-top: 5px;
        font-size: 10px;
    }

    ul.cServiceOptionsList li.cServiceOption .cServiceOptionControl {
        position: relative;
        float: right;
        /* width: -webkit-calc(100% - 80px); */
        /* width: -moz-calc(100% - 80px); */
        /* width: calc(100% - 80px); */
        text-align: right;
    }
    
    ul.cServiceOptionsList li.cServiceOption:first-child .cServiceOptionLabel {
        display: none;
    }

    ul.cServiceOptionsList li.cServiceOption:first-child .cServiceOptionControl {
        width: 100%;
    }

    .cComboBookSwitch {
        height: 24px;
        width: 50px;
    }

    .cSlider:before {
        height: 18px;
        width: 18px;
        bottom: 3px;
    }

    input:checked + .cSlider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
    }
    
    .cServiceCarTypeForm > div.cServiceCarTypeWrapper {
        min-width: 116px;
        height: 30px;
    }
    
    .cServiceCarTypeForm > div.cServiceCarTypeWrapper .cServiceCarTypeDropdown a.cTriggerDropdown {
        line-height: 30px;
    }
    
    .cServiceCarTypeForm > div.cServiceCarTypeWrapper .cServiceCarTypeDropdown a.cTriggerDropdown img {
        width: 30px;
        margin-top: 0px;
    }

    .cServiceCarTypeForm > div.cServiceCarTypeWrapper .cServiceCarTypeDropdown a.cTriggerDropdown span {
        line-height: 30px;
    }
    
    .cServiceBookingWrapper .cServiceBooking .cServiceGroupWrapper {
        max-height: 360px;
        height: 360px;
    }
    
    .cServicesWrapper .cServiceGroup h3.cServiceCatTitle {
        padding: 10px 5px;
    }
    
    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink {
        padding: 10px 5px;
    }
    
    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink:after {
        right: 5px;
    }

    .sCalendarMonthWrapper > div > .sCalendarRow.sHeaderMode ul.sCalendaRowList li.sCalendarRowItem {
        font-size: 12px;
    }
    
    .sCalendarMonthWrapper > div > .sCalendarRow ul.sCalendaRowList li.sCalendarRowItem {
        height: 48px;
        padding: 3px;
    }

    .sCalendarMonthWrapper > div > .sCalendarRow.sBodyMode ul.sCalendaRowList li.sCalendarRowItem .sCalendarCell {
        height: 36px;
        line-height: 36px;
        width: 36px;
        font-size: 12px;
    }
    
}

@media screen and (max-width: 360px) {

    ul.cHeaderLinks li.cHeaderLink {
        padding: 0px 8px;
    }

    .cServiceCartWrapper .cServiceCartContent {
        width: 300px;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    
    .cCartMerchantHeaderWrapper .cCartMerchantHeader .cCartMerchantLeft {
        width: 240px;
    }
}

@media (pointer: coarse) {
    .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink:hover:after {
        color: #333333;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    @media screen and (max-width: 375px) {
        .cServiceListWrapper ul.cServiceList li.cService:not(.cComboService) a.cServiceLink:after {
            /* display: none; */
        }
        
        .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink .cServiceBody span.cServiceInfoLink,
        .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink .cServiceBody span.cServiceDuration {
            width: 100%;
            margin-left: 0;
        }
    }
    
    @media screen and (max-width: 320px) {
        .cServiceListWrapper ul.cServiceList li.cService a.cServiceLink h4.cServiceTitle {
            word-break: break-all;
        }
    }
}