body {
    --cla-primary-color: #eb262c;
    --cla--primary-text-color: #fff;
    --cla--secondary-color: #fff;
    --cla--secondary-text-color: #333;
    --club-location-accordion-bg: url('../images/map-location-dot-solid.svg');
    --club-location-accordion-bg-size: 65px;
    --clj-primary-color: #ed2724;
    --clj-primary-text-color: #000;
    --clj-secondary-color: #000;
    --clj-secondary-text-color: #fff;
    --clj-row-bg-color: #fff;
    --lotion-primary-color: #67339a;
    --lotion-primary-light-color: #fe00fe;
    --lotion-primary-text-color: #fff;
    --lotion-secondary-color: #fff;
    --lotion-secondary-text-color: #000;
    --cle-primary-color: #663399;
    --cle-primary-text-color: #fff;
    --cle-light-color: #fff;
    --cle-secondary-color: #f9892c;
    --cle-secondary-text-color: #000;
    --cle-bgimg: url('../images/map-location-dot-solid.svg');
    --cle-bgimgsize: 60px;
    --cl-selector-bg-color: #ffffff;
    --cl-selector-text-color: #000000;
    --cl-selector-button-color: #000000;
    --clc-primary-color: #1a1a1a;
    --clc-secondary-color: #ee2d3d;
    --clc-text-color: #fff;
    --clc-secondary-text-color: #d7b98a;
    --clcnew-primary-color: #ee2d3d;
    --clcnew-secondary-color: #fff;
    --clcnew-text-color: #111;
    --clcnew-location-accordion-bg: none;
    --clcnew-location-accordion-bg-size: auto;
    --cla-jobs-logo-bg-color: #000000;
    --cla-jobs-primary-color: #ef7622;
    --cla-jobs-secondary-color: #ebeef7;
    --cla-jobs-text-color: #fff;
    --cla-jobs-secondary-text-color: #1f1e22;
    --cla-jobs-third-color: #fff;
    --cla-jobs-logo: none;

    /*Club location state*/
    --cl-state-heading-bg-color: #000;
    --cl-state-heading-text-color: #fff;
    --cl-state-list-bg-color: #f5f5f5;
    --cl-state-list-text-color: #333;
    --cl-state-list-bg-hover-color: #000;
    --cl-state-list-text-hover-color: #fff;
    --cl-state-list-icon-bg-color: #eb262c;
    --cl-state-list-icon-text-color: #fff;
    --cl-state-primary-color: #eb262c;
    --cl-state-primary-text-color: #fff;
    --cl-state-box-bg-color: #fff;
    --cl-state-box-text-color: #333;
    --cl-state-box-bg-logo: transparent;
    --cl-state-box-bg-logo-size: 120px;
    --cl-state-box-bg-logo-position: center center;
    --cl-state-button-bg-color: #eb262c;
    --cl-state-button-text-color: #fff;
    --cl-state-button-bg-hover-color: #000;
    --cl-state-button-text-hover-color: #fff;

    /*Club location dark*/
    --cln-grid-dark-primary-color: #ee2d3d;
    --cln-grid-dark-secondary-color: #000;
    --cln-grid-dark-text-color: #fff;

    /*Club location buttons*/
    --cln-grid-details-button1-primary-color: #ee2d3d;
    --cln-grid-details-button1-text-color: #fff;
    --cln-grid-details-button1-hover-primary-color: #000;
    --cln-grid-details-button1-hover-text-color: #fff;

    --cln-grid-details-button2-primary-color: #ee2d3d;
    --cln-grid-details-button2-text-color: #fff;
    --cln-grid-details-button2-hover-primary-color: #000;
    --cln-grid-details-button2-hover-text-color: #fff;

    --cln-grid-details-button3-primary-color: #ee2d3d;
    --cln-grid-details-button3-text-color: #fff;
    --cln-grid-details-button3-hover-primary-color: #000;
    --cln-grid-details-button3-hover-text-color: #fff;

    --cln-grid-details-button4-primary-color: #ee2d3d;
    --cln-grid-details-button4-text-color: #fff;
    --cln-grid-details-button4-hover-primary-color: #000;
    --cln-grid-details-button4-hover-text-color: #fff;

    --cln-grid-details-order-online-primary-color: #ee2d3d;
    --cln-grid-details-order-online-text-color: #fff;
    --cln-grid-details-order-online-hover-primary-color: #000;
    --cln-grid-details-order-online-hover-text-color: #fff;
}

.clr {
    clear: both;
}

.clearfix:after {
    display: block;
    content: '';
    width: 100%;
    clear: both;
}

.text-center {
    text-align: center;
}

.club-locations-listing {
    font-size: 15px;
    font-weight: bold;
    border: #dadada 1px solid;
}

.state-list {
    margin-bottom: 25px;
}

.state-box {
    padding: 20px;
}

.state-box:nth-child(even) {
    background-color: #f3f3f3;
}

.state-box .x-column.x-1-2 {
    font-size: 18px;
    line-height: 24px;
}

.state-box .club-address,
.state-box a {
    font-size: 15px;
    margin: 0;
}

.state-box .x-column.last {
    text-align: right;
    margin: 0;
    color: #e95447;
}

mark.sb-status {
    padding: 0px 8px 0;
    border-radius: 2px;
    margin-bottom: 5px;
    display: inline-block;
    text-shadow: none;
    font-size: 14px;
    font-weight: normal;
}

mark.x-highlight.sb-status.open {
    background-color: #15bf15;
}

.ae-new-cl-status {
    padding: 5px;
    border-radius: 2px;
    margin: 0px;
    display: block;
    text-shadow: none;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.ae-new-cl-status.coming-soon {
    background-color: #298f5e;
}

.ae-new-cl-status.open {
    background-color: #298f5e;
}

.state-box .sb-action-link {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.cou-heading {
    font-size: 24px;
    line-height: 24px;
    background-color: var(--cl-state-heading-bg-color);
    color: var(--cl-state-heading-text-color);
    padding: 15px 15px;
    margin: 0 0 30px;
}

.sl-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 -15px 30px 0;
}

.sl-list li {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px 0 38px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
    color: var(--cl-state-list-text-color);
    position: relative;
}

.sl-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f5a0";
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: var(--cl-state-list-icon-bg-color);
    font-size: 16px;
    color: var(--cl-state-list-icon-text-color);
    text-align: center;
    font-family: FontAwesome;
}

.sl-list li a {
    padding: 10px 13px;
    background-color: var(--cl-state-list-bg-color);
    color: var(--cl-state-list-text-color);
    display: block;
    transition: 0.3s;
}

.sl-list li a:hover {
    background-color: var(--cl-state-list-bg-hover-color);
    color: var(--cl-state-list-text-hover-color);
}

.club-location-search-form-wrapper {
    background-color: #000;
    padding: 13px;
    color: #Fff;
    margin-bottom: 25px;
}

.club-location-search-form-wrapper input.club-location-keyword {
    display: block;
    max-width: 473px;
    width: 100%;
    height: 44px;
    box-shadow: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #7d7d7d;
    margin: 0;
}

.club-location-search-form-wrapper label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 9px;
    margin-right: 5px;
    padding-right: 10px;
    border-right: #737373 1px solid;
    margin-top: 9px;
}

.club-location-search-form-wrapper label:last-child {
    margin-right: 0;
    border-right: none;
}

.club-location-search-form-wrapper .x-column.last {
    text-align: right;
}

.club-location-search-results {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.club-location-search-results .club-location-state-box {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.club-location-search-results .club-location-state-box-inner {
    background-color: var(--cl-state-box-bg-color);
    color: var(--cl-state-box-text-color);
    background-image: var(--cl-state-box-bg-logo);
    background-repeat: no-repeat;
    background-position: var(--cl-state-box-bg-logo-position);
    background-size: var(--cl-state-box-bg-logo-size);
    padding: 20px 15px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.1);
}

.club-location-name-wrap {
    margin-bottom: 10px;
}

.club-location-name-first {
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    background-color: var(--cl-state-primary-color);
    color: var(--cl-state-primary-text-color);
}

.club-location-search-results .x-column.x-1-3 {
    width: 32.25%;
    margin: 0 1.6% 20px 0;
}

.club-location-search-results .x-column.last,
.x-column:last-of-type {
    margin-right: 0;
}

.club-location-search-results .club-location-state-box .club-location-name {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    padding-left: 65px;
    padding-top: 19px;
}

.club-location-search-results .club-location-state-box .club-address {
    font-size: 15px;
    line-height: 24px;
    color: var(--cl-state-box-text-color);
    margin-bottom: 15px;
}

.club-location-search-results .club-location-state-box .club-phone {
    font-size: 18px;
    line-height: 18px;
    color: var(--cl-state-box-text-color);
    border-bottom: none;
    display: block;
    margin-bottom: 15px;
}

.club-location-search-results .club-location-state-box .club-phone .svg-inline--fa {
    color: var(--cl-state-primary-color);
}

.club-location-search-results .club-location-state-box .make-this-your-club {
    font-size: 15px;
    line-height: 15px;
    border-bottom: #b6b6b6 1px dashed;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
}

.club-location-search-results .club-location-state-box hr {
    border-bottom: #b6b6b6 1px dashed;
    border-top-width: 0px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    margin-top: 5px;
}

p.club-location-p {
    margin: 10px 0px;
    font-size: 15px;
}

.club-location-btn {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
}

.club-location-search-results .club-location-state-box .sb-action-link {
    display: block;
    width: 50%;
    border: none !important;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: inherit !important;
    text-align: center;
    padding: 0 7px;
    margin-bottom: 14px;
}

.club-location-search-results .club-location-state-box .sb-action-link span {
    background-color: var(--cl-state-button-bg-color);
    color: var(--cl-state-button-text-color);
    display: block;
    border-radius: 3px;
    padding: 13px 5px;
    transition: 0.3s;
}

.club-location-search-results .club-location-state-box .sb-action-link:hover span {
    background-color: var(--cl-state-button-bg-hover-color);
    color: var(--cl-state-button-text-hover-color);
}

.club-location-search-results .club-location-state-box .sb-action-link:first-child span {
    background-color: var(--cl-state-button-bg-hover-color);
    color: var(--cl-state-button-text-hover-color);
}

.club-location-search-results .club-location-state-box .sb-action-link:first-child:hover span {
    background-color: var(--cl-state-button-bg-color);
    color: var(--cl-state-button-text-color);
}

.club-location-btn.cl-btn-small {
    display: block;
    margin: 0 -2px;
}

.club-location-btn.cl-btn-small .sb-action-link {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 2px;
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 12px;
}

.club-location-btn.cl-btn-small .sb-action-link span {
    padding: 10px;
}

.x-alert.x-alert-block {
    display: block;
}

.location-in .cou-heading {
    margin: 0;
}

.location-in .club-location-search-form-wrapper {
    background-color: #f3f3f3;
    color: #333;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.20);
}

.club-locations-timings.x-block-grid>li {
    margin: 1% 1% 0% 0%;
}

.club-locations-attributes.x-block-grid>li {
    margin: 1% 1% 0% 0%;
}

.club-locations-timings.x-block-grid>li.club-location-today,
.club-locations-timings.x-block-grid>li.club-location-today {
    font-weight: bold;
}

.club-location-shop-offline,
.club-location-not-hiring {
    display: none !important;
}

.club-location-shop-disable-link {
    pointer-events: none !important;
}

.club-locations-grid,
.club-locations-grid-image {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((0rem / 2) + 1px) * -1) calc(((0rem / 2) + 1px) * -1);
}

.club-locations-grid .club-location-box-column {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 165px;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    flex-basis: calc(25% - 0rem);
    text-align: center;
    border-top: #d3d6df 1px solid;
    border-right: #d3d6df 1px solid;
}

.club-locations-grid .club-location-box-column:nth-child(4n) {
    border-right: none;
}

.club-locations-grid .club-location-box-column:nth-child(-n+4) {
    border-top: none;
}

.club-locations-grid .club-location-box-column a.club-location-box {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.club-locations-grid .club-location-box-column h5 {
    margin: 0;
    color: inherit;
}

.club-locations-grid-image .club-location-box-column {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: inherit;
    max-height: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    flex-basis: calc(25% - 0rem);
    text-align: center;
}

.club-locations-grid-image .club-location-box-column .x-img-thumbnail {
    border: none;
    box-shadow: none;
    margin: 0;
}

.club-location-your-club-info {
    position: relative;
}

.club-location-your-club-btn {
    display: inline-block;
    background-color: #ED2724;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.3s;
}

.club-location-your-club-btn.btn-small {
    text-transform: none;
    padding: 2px 5px;
    margin: 5px 4px 0px 0px;
}

.club-location-your-club-btn:hover {
    background-color: #333;
    color: #fff;
}

.club-location-club-name {
    display: inline-block;
    margin-left: 5px;
}

.club-location-your-club-dropdown {
    position: absolute;
    width: 370px;
    background-color: #fff;
    z-index: 99;
    padding: 15px;
    margin-top: 12px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 22px;
    box-shadow: 1px 2px 7px 1px rgb(0 0 0 / 13%);
    border-radius: 5px;

}

.club-location-your-club-info.right .club-location-your-club-dropdown {
    right: 0px;
    left: auto;
}

.club-location-your-club-dropdown::before {
    border-bottom: 11px solid #F1EAE0;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -12px;
}

.club-location-your-club-info.right .club-location-your-club-dropdown::before {
    right: 12px;
    left: auto;
}

.club-location-your-club-dropdown::after {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 12px;
    top: -11px;
}

.club-location-your-club-info.right .club-location-your-club-dropdown::after {
    right: 12px;
    left: auto;
    text-align: left;
}

.club-location-current-club {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    padding-right: 60px;
}

.club-location-club-finder {
    position: absolute;
    right: 0;
    top: 0;
}

.club-location-club-finder a {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background-color: #f5f5f5;
    border: #ddd 1px solid;
    border-radius: 50%;
    text-align: center;
    margin-left: 2px;
    transition: 0.3s;
}

.club-location-club-finder a img {
    height: 17px;
}

.club-location-club-finder a:hover {
    border-color: #333333;
}

.club-location-current-club .club-location-current-club-name {
    font-size: 17px;
}

.club-location-club-address {
    margin-bottom: 15px;
}

.club-location-club-address .club-location-club-adress-left {
    float: left;
    width: 30px;
    font-size: 18px;
    text-align: left;
}

.club-location-club-address .club-location-club-adress-right {
    padding-left: 30px;
    text-align: left;
}

.club-location-club-adress-left .dashicons {
    font-size: 24px;
}

.club-location-your-club-dropdown table {
    margin-bottom: 0;
    border: #ddd 1px solid;
}

.club-location-your-club-dropdown table thead {
    background-color: #f5f5f5;
}

.club-location-your-club-dropdown table td {
    vertical-align: top;
    line-height: 22px;
    background-color: transparent;
}

.club-location-your-club-dropdown table td:last-child {
    text-align: right;
}

.club-location-your-club-info {
    position: absolute;
    display: inline-block;
}

.club-location-your-club-wrapper {
    display: inline-block;
}

.x-topbar .club-location-your-club-wrapper {
    float: left;
    line-height: 20px;
}

.x-topbar .club-location-main-store-btn {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #DB2421 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 20px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
    opacity: 0.96 !important;
}

.x-topbar>p,
.x-topbar-inner>p {
    display: inline-block;
}

.club-location-your-club-dropdown a,
.x-topbar .club-location-your-club-dropdown a {
    color: var(--your-store-color);
}

.club-location-your-club-dropdown a:hover,
.x-topbar .club-location-your-club-dropdown a:hover {
    color: var(--your-store-hcolor);
}

.club-location-your-club-dropdown a.club-location-your-club-btn {
    color: #ffffff;
}

.club-state-location-list {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0 0 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-image: url(../images/texture-bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 165px;
}

.club-state-location-info-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: calc(0rem / 2) calc(0rem / 2);
    border: 0;
    border-radius: 0;
    flex-basis: calc(33.3333% - 0rem);
    text-align: center;
    padding: 15px 10px;
    border-right: #e6e6e6 1px solid;
}

.club-state-location-info-col:last-child {
    background-color: var(--club-location-listing-color);
    color: #fff;
    padding: 0;
    border-right: none;
}

.club-state-location-name {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--club-location-listing-color);
    margin-bottom: 10px;
}

.club-state-location-time {
    font-size: 16px;
    line-height: 18px;
    color: #333;
}

.club-state-location-address {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

.club-state-location-phone {
    font-size: 18px;
    line-height: 18px;
}

.club-state-location-action-btn {
    float: left;
    width: 25%;
    display: block;
    height: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 111px;
    border-right: #fff 1px solid;
    transition: 0.3s;
}

.club-state-location-action-btn .x-icon {
    transition: none;
}

.club-state-location-action-btn:last-child {
    border-right: none;
}

.club-state-location-action-btn:hover {
    background-color: #fff;
    color: var(--club-location-listing-color);
}

.club-location-accordion-item {
    margin-bottom: 10px;
}

.club-location-accordion-header {
    background-color: var(--cla--secondary-color);
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cla--secondary-text-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
}

.club-location-accordion-header::before {
    position: absolute;
    top: 14px;
    ;
    left: 20px;
    content: "\f3c5";
    font-family: FontAwesome;
    color: var(--cla-primary-color);
}

.club-location-accordion-header::after {
    position: absolute;
    top: 14px;
    ;
    right: 20px;
    content: "";
    background: url(../images/down-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.club-location-accordion-item.active>.club-location-accordion-header::after {
    transform: rotate(-180deg);
}

.club-location-accordion-content {
    background-color: var(--cla--secondary-color);
    padding: 30px 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-top: #e9e9e9 1px solid;
    /*transition: 0.3s;*/
    /*display: none;*/
}

.club-location-accordion-item .club-location-accordion-content .club-location-accordion-item {
    margin-left: 10px;
    margin-right: 10px;
}

.club-location-accordion-item .club-location-accordion-content .club-location-accordion-header {
    font-size: 16px;
}

.club-location-accordion-item .club-location-accordion-content .club-location-accordion-header::before {
    content: "\f601";
    top: 15px;
}

.club-location-accordion-content-inner {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((0rem / 2) + 1px) * -1) calc(((0rem / 2) + 1px) * -1);
}

.club-location-accordion .club-location-state-box {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    display: block;
    position: relative;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: calc(2rem / 2) calc(2rem / 2);
    border: 0;
    border-radius: 0;
    flex-basis: calc(33.3333% - 2rem);
    background-color: var(--cla--secondary-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: var(--club-location-accordion-bg) no-repeat bottom 5px right 5px;
    background-size: var(--club-location-accordion-bg-size);
    background-position: 95% 70%;
}

.club-location-accordion .club-location-state-box a {
    color: var(--cla-primary-color);
}

.club-location-accordion .club-location-state-box .sb-content-bar {
    padding: 25px 15px;
}

.club-location-accordion .club-location-state-box .club-location-name {
    font-size: 18px;
    line-height: 18px;
    color: var(--cla--secondary-text-color);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
}

.club-location-accordion .club-location-state-box .club-location-name mark.sb-status {
    background: #298f5e;
}

.club-location-accordion .club-location-state-box .club-address {
    font-size: 15px;
    line-height: 24px;
    color: var(--cla--secondary-text-color);
    margin-bottom: 15px;
}

.club-location-accordion .club-location-state-box .make-this-your-club {
    font-size: 15px;
    line-height: 15px;
    display: block;
    margin-top: 5px;
}

.club-location-accordion .club-location-state-box .sb-action-bar {
    background-color: var(--cla-primary-color);
    padding: 10px 15px 5px;
}

.club-location-accordion .club-location-state-box .sb-action-bar .sb-action-link {
    display: inline-block;
    vertical-align: top;
    border: var(--cla--primary-text-color) 1px solid;
    font-size: 13px;
    line-height: 14px;
    color: var(--cla--primary-text-color);
    padding: 5px 5px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.club-location-accordion .club-location-state-box .sb-action-bar .sb-action-link:hover {
    background-color: var(--cla--primary-text-color);
    color: var(--cla-primary-color);
}

.clj-heading-line {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.clj-heading-line:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 95px;
    height: 1px;
    background: var(--clj-primary-color);
}

.clj-h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--clj-primary-text-color);
}

.clj-box {
    margin-bottom: 30px;
}

.clj-box-heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--clj-primary-text-color);
    background-color: var(--clj-primary-color);
    padding: 15px 20px;
    margin: 0;
}

.clj-box-second-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--clj-secondary-color);
    margin-bottom: 10px;
}

.clj-bsh-col {
    width: 33.3333%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--clj-secondary-text-color);
}

.clj-bsh-col:nth-child(2n),
.clj-bi-col:nth-child(2n) {
    text-align: center;
}

.clj-bsh-col:nth-child(3n),
.clj-bi-col:nth-child(3n) {
    text-align: right;
}

.clj-box-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--clj-row-bg-color);
    color: var(--clj-row-text-color);
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}

.clj-bi-col {
    width: 33.3333%;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 14px;
    color: var(--clj-row-text-color);
}

.clj-apply-btn {
    border-radius: 0;
    background: none;
    box-shadow: none;
    border: var(--clj-secondary-color) 1px solid;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: var(--clj-row-text-color);
    padding: 7px 12px;
    display: inline-block;
    transition: 0.3s;
}

.clj-apply-btn:hover {
    background: var(--clj-secondary-color);
    color: var(--clj-secondary-text-color);
}

.lation-cat {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.lotion-col {
    width: 20%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

.lotion-col a,
.lotion-wrap {
    display: block;
    height: 318px;
    line-height: 318px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 37px;
    background-color: var(--lotion-secondary-color);
}

.lotion-col a img,
.lotion-wrap img {
    display: inline;
    vertical-align: top;
    max-height: 240px;
    margin-bottom: 0;
    margin-top: 25px;
}

.lotion-col a h5,
.lotion-wrap h5 {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 11px 0;
    background: var(--lotion-primary-color);
    background: linear-gradient(90deg, var(--lotion-primary-color) 0%, var(--lotion-primary-light-color) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
}

.lotion-col a h5 span,
.lotion-wrap h5 span {
    overflow: hidden;
    height: 16px;
    display: block;
}

.lation-cat-heading {
    background-color: var(--lotion-secondary-color);
    text-align: center;
    padding: 10px 0px 5px;
    margin-bottom: 30px;
}

.lation-cat-heading img {
    max-width: 265px;
}

.lation-cat-heading h3 {
    font-size: 24px;
    margin: 0;
}

.lotion-popup .lotion-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99 !important;
    overflow-y: auto;
}

.lotion-popup-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    background: #fff;
    width: 620px;
    max-width: 100%;
    padding: 30px 28px;
    margin-top: 16px;
    z-index: 9999;
}

.lp-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 25px;
    height: 24px;
    cursor: pointer;
}

.lp-count {
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--lotion-primary-color);
    color: var(--lotion-primary-text-color);
    font-size: 12px;
    line-height: 12px;
    padding: 6px 8px;
}

.lotion-popup-box .lp-name {
    font-size: 35px;
    color: var(--lotion-secondary-text-color);
    text-align: center;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}

.lotion-popup-box .lp-name:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 95px;
    height: 1px;
    background: var(--lotion-primary-color);
}

.lpb-container {
    text-align: center;
}

.lotion-popup-box .img-box {
    margin-bottom: 20px;
}

.lotion-popup-box .lp-excerpt {
    font-size: 24px;
    line-height: 28px;
    color: var(--lotion-secondary-text-color);
    margin: 0 0 15px;
}

.lotion-popup-box .lp-excerpt span {
    font-size: 18px;
    line-height: 24px;
    color: var(--lotion-primary-color);
}

.lotion-popup-box .lp-description {
    color: var(--lotion-secondary-text-color);
}

.lp-nav-left,
.lp-nav-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 75px;
    background-color: var(--lotion-primary-color);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    text-align: center;
    cursor: pointer;
}

.lp-nav-left {
    background-image: url(../images/chevron-left-solid.svg);
    left: 0;
}

.lp-nav-right {
    background-image: url(../images/chevron-right-solid.svg);
    right: 0;
}

.cle-h-line {
    text-align: center;
    color: var(--cle-primary-color);
    padding-bottom: 15px;
    margin: 0 0 30px;
    position: relative;
}

.cle-h-line:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 70px;
    height: 1px;
    background: var(--cle-primary-color);
}

.cle-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cle-box {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cle-b-inner {
    background-color: var(--cle-light-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.cle-box .cle-b-img {
    width: 100%;
    /*max-height: 227px;*/
    position: relative;
    padding-top: 67%;
}

.cle-box .cle-b-img img {
    display: inline;
    vertical-align: middle;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}

.cle-box .cle-l-heading {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--cle-primary-text-color);
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--cle-secondary-color);
    border-radius: 0 30px 30px 0;
    padding: 10px 15px;
    margin: 0;
}

.cle-foot {
    background-color: var(--cle-primary-color);
    padding: 6px 118px 6px 13px;
    position: relative;
}

.cle-foot .cle-name {
    font-size: 14px;
    line-height: 22px;
    color: var(--cle-primary-text-color);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

.cle-foot .cle-unit {
    position: absolute;
    top: 4px;
    right: 13px;
    background-color: var(--cle-primary-text-color);
    border-radius: 30px;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 14px;
    color: var(--cle-primary-color);
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.cle-location-button .cle-unit {
    border-radius: 0;
    transition: 0.3s;
}

.cle-location-button:hover .cle-unit {
    background-color: var(--cle-secondary-color);
    color: var(--cle-primary-text-color);
}

.cle-accordion-item {
    margin-bottom: 10px;
}

.cle-accordion-header {
    background-color: var(--cle-light-color);
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--cle-secondary-text-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
}

.cle-accordion-header::before {
    position: absolute;
    top: 14px;
    left: 20px;
    content: "\f3c5";
    font-family: FontAwesome;
    color: var(--cle-primary-color);
}

.cle-accordion-header::after {
    position: absolute;
    top: 14px;
    right: 20px;
    content: "";
    background: url(../images/down-arrow.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.cle-accordion-item.active>.cle-accordion-header::after {
    transform: rotate(-180deg);
}

.cle-accordion-content {
    background-color: var(--cle-light-color);
    padding: 30px 20px 0;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border-top: #e9e9e9 1px solid;
}

.cle-accordion.cle-a-pd .cle-accordion-content {
    padding: 30px 20px;
}

.cle-accordion.cle-a-pd .cle-accordion-header {
    padding: 15px 20px;
}

.cle-accordion.cle-a-pd .cle-accordion-header::before {
    display: none;
}

.cle-d-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cle-d-col {
    width: 50%;
    padding: 0 15px;
}

.cle-d-img {
    margin-bottom: 30px;
}

.cle-d-img img {
    width: 100%;
    background-color: var(--cle-light-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.cle-d-ename {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 15px;
    color: var(--cle-primary-color)
}

.cle-m-name {
    font-size: 18px;
    line-height: 18px;
    color: var(--cle-primary-text-color);
    margin-bottom: 20px;
}

.cle-m-name span {
    background-color: var(--cle-secondary-color);
    padding: 8px 15px;
    display: inline-block;
}

.cle-d-unit {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--cle-primary-text-color);
    background-color: var(--cle-primary-color);
    padding: 7px 15px;
    border-radius: 30px;
    margin: 0 5px 15px 0;
    display: inline-block;
}

.cle-sd {
    font-size: 14px;
    line-height: 24px;
    color: var(--cle-secondary-text-color);
    margin-bottom: 20px;
}

table.cle-attributes {
    border: #ddd 1px solid;
    color: var(--cle-secondary-text-color);
}

table.cle-attributes thead {
    background-color: var(--cle-primary-color);
    color: var(--cle-primary-text-color);
    font-weight: 700;
}

table.cle-attributes tbody tr:nth-child(even) {
    background: #f4f4f4
}

table.cle-attributes tbody tr:nth-child(odd) {
    background: #FFF
}

.cle-description {
    background-color: var(--cle-light-color);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.cle-description h4 {
    background-color: var(--cle-primary-color);
    color: var(--cle-primary-text-color);
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0;
}

.cle-d-txt {
    padding: 20px;
}

.cle-d-txt p {
    color: var(--cle-secondary-text-color);
}

.cle-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99 !important;
    overflow-y: auto;
}

.cle-popup-box {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    max-width: 950px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 10px;
    z-index: 9999;
}

.cle-pl-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.cle-pl-col {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.cle-pl-box {
    background-color: var(--cle-light-color);
    background-image: var(--cle-bgimg);
    background-size: var(--cle-bgimgsize);
    background-repeat: no-repeat;
    background-position: bottom right;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
}

.cle-pl-name {
    font-size: 18px;
    line-height: 18px;
    color: var(--cle-secondary-text-color);
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
}

.cle-pl-unit {
    display: inline-block;
    vertical-align: top;
    background-color: var(--cle-primary-color);
    color: var(--cle-primary-text-color);
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.cle-pl-address {
    font-size: 14px;
    color: var(--cle-secondary-text-color);
    margin-bottom: 10px;
}

.cle-pl-website {
    font-size: 14px;
    line-height: 14px;
    color: var(--cle-primary-color);
}

.cle-p-close-btn {
    display: block;
    background-color: red;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/close-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px;
}

.cl-e-locations table {
    border: #ddd 1px solid;
}

.cl-e-locations table tr td {
    width: 50%;
    color: var(--cle-secondary-text-color);
    padding-left: 28px;
    position: relative;
}

.cl-e-locations table tr td a {
    color: var(--cle-secondary-text-color);
}

.cl-e-locations table tr td:after {
    position: absolute;
    top: 9px;
    left: 10px;
    content: "\f3c5";
    font-family: FontAwesome;
    color: var(--cle-primary-color);
}

.cl-e-locations table tr td:first-child {
    border-right: #ddd 1px solid;
}

.cl-e-locations table tr:nth-child(even) {
    background: #f4f4f4
}

.cl-e-locations table tr:nth-child(odd) {
    background: #FFF
}


@media only screen and (max-width:1150px) {
    .club-location-accordion .club-location-state-box {
        flex-basis: calc(50% - 2rem);
    }

    .lotion-col {
        width: 25%;
    }
}

@media only screen and (max-width:1024px) {
    .sl-list li {
        width: 50%;
    }

    .club-location-search-results .club-location-state-box {
        width: 50%;
    }
}

@media only screen and (max-width:979px) {

    .club-locations-grid .club-location-box-column,
    .club-locations-grid-image .club-location-box-column {
        flex-basis: calc(33.3333% - 0rem);
    }

    .club-locations-grid .club-location-box-column:nth-child(4) {
        border-top: #d3d6df 1px solid;
        border-right: #d3d6df 1px solid;
    }

    .club-locations-grid .club-location-box-column:nth-child(4n) {
        border-right: #d3d6df 1px solid;
    }

    .club-locations-grid .club-location-box-column:nth-child(3n) {
        border-right: none;
    }

    .club-locations-grid .club-location-box-column:nth-child(-n+3) {
        border-top: none;
    }

    .club-state-location-info-col {
        flex-basis: calc(50% - 0rem);
    }

    .club-state-location-info-col:last-child {
        flex-basis: calc(100% - 0rem);
    }

    .club-state-location-action-btn {
        line-height: 55px;
    }

    .club-state-location-name {
        font-size: 18px;
        line-height: 18px;
    }

    .club-state-location-address,
    .club-state-location-phone {
        font-size: 16px;
    }

    .club-state-location-action-btn {
        font-size: 20px;
    }

    .cle-box {
        width: 50%;
    }
}

@media only screen and (max-width:890px) {
    .club-location-search-results .x-column.x-1-3 {
        width: 100%;
        margin: 0 0 20px;
    }

    .club-location-search-results .club-location-state-box {
        min-height: inherit;
    }

    .lotion-col {
        width: 33.3333%;
    }

}

@media only screen and (max-width:767px) {
    .state-box {
        text-align: center;
    }

    .state-box .x-column.last {
        text-align: center;
        margin-top: 10px;
    }

    .club-location-search-form-wrapper input.club-location-keyword {
        max-width: inherit;
    }

    .club-location-search-form-wrapper label:last-child {
        padding-right: 0;
    }

    .club-location-search-form-wrapper .x-column.last {
        text-align: center;
    }

    .club-locations-grid .club-location-box-column,
    .club-locations-grid-image .club-location-box-column {
        flex-basis: calc(50% - 0rem);
    }

    .club-locations-grid .club-location-box-column:nth-child(3) {
        border-top: #d3d6df 1px solid;
        border-right: #d3d6df 1px solid;
    }

    .club-locations-grid .club-location-box-column:nth-child(3n) {
        border-right: #d3d6df 1px solid;
    }

    .club-locations-grid .club-location-box-column:nth-child(2n) {
        border-right: none;
    }

    .club-locations-grid .club-location-box-column:nth-child(-n+2) {
        border-top: none;
    }

    .club-location-accordion .club-location-state-box {
        flex-basis: calc(100% - 2rem);
    }

    .clj-h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .clj-box-heading {
        font-size: 18px;
        line-height: 18px;
        padding: 12px 15px;
    }

    .clj-bsh-col {
        padding: 5px 15px;
    }

    .clj-bi-col {
        padding: 5px 15px;
    }

    .clj-apply-btn {
        padding: 7px 8px;
    }

    .cle-d-col {
        width: 100%;
    }

    .cle-pl-col {
        width: 50%;
    }

}

@media only screen and (max-width:640px) {
    .sl-list li {
        width: 100%;
    }

    .lotion-col {
        width: 50%;
    }

    .lotion-popup-box .lp-name {
        font-size: 28px;
    }

    .lotion-popup-box .lp-excerpt {
        font-size: 20px;
        line-height: 24px;
    }

    .lotion-popup-box .lp-excerpt span {
        font-size: 16px;
        line-height: 20px;
    }

    .cle-box {
        width: 100%;
    }

    .cle-box .cle-b-img {
        max-height: inherit;
    }

    .cle-d-ename {
        font-size: 24px;
    }

    .club-location-search-results .club-location-state-box {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .club-state-location-info-col {
        flex-basis: calc(100% - 0rem);
        border-right: none;
    }

    .lotion-popup-box .img-box img {
        max-height: 300px;
    }

    .lp-nav-left,
    .lp-nav-right {
        width: 20px;
    }

    .cle-pl-col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .club-locations-timings.x-block-grid.two-up>li {
        width: 50%;
    }

    .club-locations-timings.x-block-grid.two-up>li:nth-child(2) {
        margin-top: 0px;
    }

    .club-locations-attributes.x-block-grid.two-up>li {
        width: 50%;
    }

    .club-locations-attributes.x-block-grid.two-up>li:nth-child(2) {
        margin-top: 0px;
    }

    .lotion-col {
        width: 100%;
    }

    .lotion-popup-box .img-box img {
        max-height: 270px;
    }

    .lotion-popup-box .lp-name {
        font-size: 24px;
    }

    .cl-e-locations table tr td {
        width: 100%;
        display: block;
    }

    .cl-e-locations table tr:nth-child(even) {
        background: #fff;
    }

    .cl-e-locations table tr td:nth-child(even) {
        background: #f4f4f4
    }

    .cl-e-locations table tr td:nth-child(odd) {
        background: #FFF
    }

    .club-location-name-first {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
    }

    .club-location-search-results .club-location-state-box .club-location-name {
        padding-left: 50px;
        padding-top: 12px;
    }

}

@media (max-width: 479px) {

    .club-locations-grid .club-location-box-column,
    .club-locations-grid-image .club-location-box-column {
        flex-basis: calc(100% - 0rem);
        min-height: inherit;
        border-right: none !important;
    }

    .club-locations-grid .club-location-box-column:nth-child(2n) {
        border-top: #d3d6df 1px solid;
    }

    .club-locations-grid .club-location-box-column a.club-location-box {
        padding: 25px 15px;
    }

    .club-location-your-club-dropdown {
        width: auto;
        max-width: 88%;
    }

}

.club-location-open-time {
    font-weight: bold;
    color: var(--cla-primary-color);
    font-size: 14px;
}

.cle-d-img .cle-d-lavel {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 16px;
    color: var(--cle-primary-text-color);
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--cle-secondary-color);
    border-radius: 0 30px 30px 0;
    padding: 10px 15px;
    margin: 0;
}

.club-location-nav-location-selected {
    text-transform: uppercase;
}

.club-location-selector-wrap {
    background-color: var(--cl-selector-bg-color);
}

.club-location-state-mobile {
    font-size: 16px;
}

.club-location-state-mobile .club-location-nav-select>a {
    color: var(--cl-selector-text-color);
}

.club-location-state-mobile>ul {
    margin: 0px;
    text-align: right;
}

.club-location-state-mobile .club-location-nav-select {
    display: inline-block;
    margin: 10px 5px;
}

.club-location-state-mobile .sub-menu {
    display: none;
}

.club-location-state-mobile .club-location-nav-location-selected::after,
.club-location-state-mobile .club-location-nav-state-selected::after {
    content: "\f078";
    font-family: "FontAwesome" !important;
    margin-left: 2px;
}

.club-location-state-mobile .sub-menu {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    text-align: left;
    list-style: none;
    margin: 0px;
    left: auto;
    margin-top: 15px;
    width: auto;
    min-width: 240px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    max-height: 80vh;
    overflow-y: scroll;
}

.club-location-state-mobile .sub-menu>li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.club-location-state-mobile .sub-menu.active {
    display: block;
}

.club-location-nav-location-website.x-btn:hover {
    background-color: var(--cl-selector-button-color);
}

@media (max-width:360px) {
    .club-location-search-results .club-location-state-box .sb-action-link {
        font-size: 13px;
        line-height: 13px;
    }
}

@media (max-width: 978.98px) {
    .club-location-nav-select {
        display: none;
    }

    .club-location-state-mobile>ul {
        text-align: center;
    }

    .club-location-state-mobile .sub-menu {
        width: 100%;
        min-width: auto;
        left: 0px;
    }
}

.club-location-coupons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
    margin-right: -1px;
}

.club-location-coupons .clc-box {
    width: 25%;
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 15px;
}

.club-location-coupons .clc-box .clc-box-inner {
    padding: 24px 18px;
    margin: 0 10px;
    height: 100%;
    text-align: center;
    background-color: var(--clc-primary-color);
    color: var(--clc-text-color);
    position: relative;
}

.club-location-coupons .clc-box .clc-box-inner:before {
    position: absolute;
    content: "";
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    border-left: #fff 10px dotted;
    left: -4px;
}

.club-location-coupons .clc-box .clc-box-inner:after {
    position: absolute;
    content: "";
    right: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    border-right: #fff 10px dotted;
    right: -4px;
}

.club-location-coupons .clc-box h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--clc-secondary-text-color);
}

.club-location-coupons .clc-box h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: var(--clc-secondary-color);
}

.club-location-coupons .clc-box p {
    font-size: 14px;
    line-height: 14px;
    color: var(--clc-secondary-text-color);
    margin: 0 0 10px;
}

.club-location-coupons .clc-box p.text-big {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--clc-text-color);
    padding-bottom: 10px;
    border-bottom: #bfbfbf 1px dashed;
}

.club-location-coupons .clc-box p.clc-code {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--clc-secondary-color);
}

.club-location-coupons .clc-box .clc-sec-color {
    color: var(--clc-secondary-color);
}

.club-location-coupons .clc-box .clc-condition-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.club-location-grid-details {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.club-location-grid-details .cln-box {
    width: 33.3333%;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}

.cln-gd-cols-2 .club-location-grid-details .cln-box {
    width: 50%;
}

.cln-gd-cols-4 .club-location-grid-details .cln-box {
    width: 25%;
}

.club-location-grid-details .cln-box .cln-box-inner {
    padding: 25px 11px;
    background-color: var(--clcnew-secondary-color);
    border: #e2e2e2 1px solid;
    border-radius: 8px;
    color: var(--clcnew-text-color);
}

.club-location-grid-details .cln-box.cln-box-featured .cln-box-inner {
    position: relative;
    background-color: var(--clgdf-bg-color, #f6f6f6);
    background-image: var(--clgdf-bg-image);
    background-size: var(--clgdf-bg-size, cover);
}

.club-location-grid-details .cln-box.cln-box-featured .featured {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.club-location-grid-details .cln-box.cln-box-featured .featured-text {
    position: absolute;
    right: var(--clgdfl-po-right, 0px);
    rotate: 45deg;
    top: var(--clgdfl-po-top, 0px);
    background-color: var(--clgdfl-bg-color);
    color: var(--clgdfl-color);
    width: var(--clgdfl-width, 200px);
    text-align: center;
    font-size: 12px;
    padding: 2px 11px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.cln-address a,
.cln-address a:hover,
.cln-phone a,
.cln-phone a:hover {
    color: var(--clcnew-text-color);
}

.cln-box-top {
    padding: 0 10px;
    margin-bottom: 15px;
    border-bottom: #bfbfbf 1px dashed;
    background-position: bottom right;
    background-image: var(--clcnew-location-accordion-bg);
    background-size: var(--clcnew-location-accordion-bg-size);
    background-repeat: no-repeat;
}

.club-location-grid-details .cln-box h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--clcnew-text-color);
    margin: 0 0 15px;
}

.cln-address,
.cln-hour,
.cln-distance,
.cln-phone {
    padding-left: 21px;
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
}

.cln-address:before {
    position: absolute;
    content: "\f3c5";
    font-family: "FontAwesome";
    left: 0;
    top: 2px;
    font-size: 16px;
    color: var(--clcnew-primary-color);
}

.cln-phone:before {
    position: absolute;
    content: "\f095";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--clcnew-primary-color);
}

.cln-hour:before {
    position: absolute;
    content: "\f017";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--clcnew-primary-color);
}

.cln-distance:before {
    position: absolute;
    content: "\f4d7";
    font-family: "FontAwesome";
    left: 0;
    top: 2px;
    font-size: 16px;
    color: var(--clcnew-primary-color);
}

.cln-box-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
}

.cln-box-footer .cln-footer-btn {
    width: 50%;
    padding: 3px;
}

.cln-box-footer.cln-gd-btn-1 .cln-footer-btn {
    width: 100%;
}

.cln-box-footer.cln-gd-btn-3 .cln-footer-btn {
    width: 33.3333%;
}

.cln-box-footer.cln-gd-btn-4 .cln-footer-btn {
    width: 25%;
}

.cln-box-footer .cln-footer-btn a,
.cln-footer-btn .cln-gd-order-btn {
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 8px 4px;
    font-size: 14px;
    color: var(--clcnew-secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--clcnew-primary-color);
    border-radius: 30px;
    border: var(--clcnew-primary-color) 1px solid;
    transition: 0.3s;
}

.cln-box-footer .cln-footer-btn a:hover {
    background-color: var(--clcnew-text-color);
    border-color: var(--clcnew-text-color);
}

.cln-box-footer .cln-footer-btn.btn-border a {
    background-color: inherit;
    text-transform: none;
    font-weight: 400;
    color: var(--clcnew-primary-color);
}

.cln-box-footer .cln-footer-btn.btn-border a:hover {
    background-color: var(--clcnew-primary-color);
    color: var(--clcnew-secondary-color);
    border-color: var(--clcnew-primary-color);
}

.cln-gd-dark .club-location-grid-details .cln-box .cln-box-inner {
    background-color: var(--cln-grid-dark-secondary-color);
    color: var(--cln-grid-dark-text-color);
    border-color: #555;
}

.cln-gd-dark .club-location-grid-details .cln-box h5,
.cln-gd-dark .cln-address a,
.cln-gd-dark .cln-address a:hover,
.cln-gd-dark .cln-phone a,
.cln-gd-dark .cln-phone a:hover {
    color: var(--cln-grid-dark-text-color);
}

.cln-gd-dark .cln-box-footer .cln-footer-btn a:hover {
    background-color: var(--cldark-text-color);
    border-color: var(--cln-grid-dark-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-1 a {
    background-color: var(--cln-grid-details-button1-primary-color);
    color: var(--cln-grid-details-button1-text-color);
    border-color: var(--cln-grid-details-button1-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-1 a:hover {
    background-color: var(--cln-grid-details-button1-hover-primary-color);
    color: var(--cln-grid-details-button1-hover-text-color);
    border-color: var(--cln-grid-details-button1-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-1.btn-border a {
    background-color: inherit;
    color: var(--cln-grid-details-button1-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-1.btn-border a:hover {
    background-color: var(--cln-grid-details-button1-hover-primary-color);
    color: var(--cln-grid-details-button1-hover-text-color);
    border-color: var(--cln-grid-details-button1-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-2 a {
    background-color: var(--cln-grid-details-button2-primary-color);
    color: var(--cln-grid-details-button2-text-color);
    border-color: var(--cln-grid-details-button2-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-2 a:hover {
    background-color: var(--cln-grid-details-button2-hover-primary-color);
    color: var(--cln-grid-details-button2-hover-text-color);
    border-color: var(--cln-grid-details-button2-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-2.btn-border a {
    background-color: inherit;
    color: var(--cln-grid-details-button2-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-2.btn-border a:hover {
    background-color: var(--cln-grid-details-button2-hover-primary-color);
    color: var(--cln-grid-details-button2-hover-text-color);
    border-color: var(--cln-grid-details-button2-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-3 a {
    background-color: var(--cln-grid-details-button3-primary-color);
    color: var(--cln-grid-details-button3-text-color);
    border-color: var(--cln-grid-details-button3-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-3 a:hover {
    background-color: var(--cln-grid-details-button3-hover-primary-color);
    color: var(--cln-grid-details-button3-hover-text-color);
    border-color: var(--cln-grid-details-button3-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-3.btn-border a {
    background-color: inherit;
    color: var(--cln-grid-details-button3-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-3.btn-border a:hover {
    background-color: var(--cln-grid-details-button3-hover-primary-color);
    color: var(--cln-grid-details-button3-hover-text-color);
    border-color: var(--cln-grid-details-button3-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-4 a {
    background-color: var(--cln-grid-details-button4-primary-color);
    color: var(--cln-grid-details-button4-text-color);
    border-color: var(--cln-grid-details-button4-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-4 a:hover {
    background-color: var(--cln-grid-details-button4-hover-primary-color);
    color: var(--cln-grid-details-button4-hover-text-color);
    border-color: var(--cln-grid-details-button4-hover-primary-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-4.btn-border a {
    background-color: inherit;
    color: var(--cln-grid-details-button4-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-btn-4.btn-border a:hover {
    background-color: var(--cln-grid-details-button4-hover-primary-color);
    color: var(--cln-grid-details-button4-hover-text-color);
    border-color: var(--cln-grid-details-button4-hover-primary-color);
}

.cln-footer-btn.cln-gd-order-online {
    position: relative;
}

.cln-delivery-partner-list {
    position: absolute;
    background-color: #fff;
    padding: 5px 10px;
    border: #ddd 1px solid;
    border-radius: 5px;
    left: 0;
    top: 100%;
    width: 215px;
    max-height: 300px;
    overflow: auto;
    z-index: 99;
    transition: 0.3s;
    display: none;
}

.cln-box-footer .cln-footer-btn .cln-delivery-partner-list a {
    background-color: inherit;
    border: none;
    border-bottom: #ddd 1px solid;
    border-radius: 0;
    color: #333;
    text-align: left;
    font-weight: normal;
    text-transform: none;
}

.cln-box-footer .cln-footer-btn .cln-delivery-partner-list a:last-child {
    border-bottom: none;
}

/*
.cln-box-footer .cln-footer-btn .cln-delivery-partner-list a:hover{
    background-color: var(--cln-grid-details-order-online-primary-color);
    color: var(--cln-grid-details-order-online-text-color);
}
.cln-box-footer .cln-footer-btn.cln-gd-order-online .cln-gd-order-btn{
    background-color: var(--cln-grid-details-order-online-primary-color);
    color: var(--cln-grid-details-order-online-text-color);
    border-color: var(--cln-grid-details-order-online-primary-color);
}
*/
.cln-box-footer .cln-footer-btn.cln-gd-order-online .cln-gd-order-btn:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 5px;
}

/*
.cln-box-footer .cln-footer-btn.cln-gd-order-online .cln-gd-order-btn:hover {
    background-color: var(--cln-grid-details-order-online-hover-primary-color);
    color: var(--cln-grid-details-order-online-hover-text-color);
    border-color: var(--cln-grid-details-order-online-hover-primary-color);
}
*/
.cln-box-footer .cln-footer-btn.cln-gd-order-online.btn-border .cln-gd-order-btn {
    background-color: inherit;
    color: var(--cln-grid-details-order-online-text-color);
}

.cln-box-footer .cln-footer-btn.cln-gd-order-online.btn-border .cln-gd-order-btn:hover {
    background-color: var(--cln-grid-details-order-online-hover-primary-color);
    color: var(--cln-grid-details-order-online-hover-text-color);
    border-color: var(--cln-grid-details-order-online-hover-primary-color);
}


@media (max-width: 1110px) {
    .cln-box-footer .cln-footer-btn a {
        font-size: 13px;
    }
}

@media (max-width: 1024px) {
    .club-location-coupons .clc-box {
        width: 33.3333%;
    }

    .club-location-grid-details .cln-box {
        width: 50%;
    }

    .cln-gd-cols-2 .club-location-grid-details .cln-box {
        width: 100%;
    }

    .cln-gd-cols-4 .club-location-grid-details .cln-box {
        width: 33.3333%;
    }

}

@media (max-width: 767px) {
    .club-location-coupons .clc-box {
        width: 50%;
    }

    .club-location-grid-details .cln-box .cln-box-inner {
        padding: 25px 5px;
    }

    .cln-gd-cols-4 .club-location-grid-details .cln-box {
        width: 50%;
    }
}

@media (max-width: 640px) {
    .club-location-grid-details .cln-box {
        width: 100%;
    }

    .club-location-grid-details .cln-box .cln-box-inner {
        padding: 25px 10px;
    }

    .cln-box-footer.cln-gd-btn-4 .cln-footer-btn {
        width: 50%;
    }
}

@media (max-width: 575px) {}

@media (max-width: 480px) {
    .club-location-coupons .clc-box {
        width: 100%;
    }

    .club-location-coupons .clc-box p.text-big {
        font-size: 30px;
        line-height: 30px;
    }

    .cln-gd-cols-4 .club-location-grid-details .cln-box {
        width: 100%;
    }

    .cln-box-footer.cln-gd-btn-3 .cln-footer-btn {
        width: 50%;
    }

    .cln-delivery-partner-list {
        width: 180px;
    }
}

@media (max-width: 380px) {
    .cln-box-footer .cln-footer-btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .cln-box-footer.cln-gd-btn-3 .cln-footer-btn,
    .cln-box-footer.cln-gd-btn-4 .cln-footer-btn {
        width: 100%;
    }

    .cln-delivery-partner-list {
        width: 100%;
    }
}

.club-location-address {
    padding-left: 21px;
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
}

.club-location-address:before {
    position: absolute;
    content: "\f3c5";
    font-family: "FontAwesome";
    left: 0;
    top: 2px;
    color: #ee2d3d;
}

.club-location-socials {
    margin-bottom: 25px;
}

.club-location-socials a {
    display: inline-block;
    font-size: 30px;
    margin-right: 10px;
}

@media print {
    .clc-box-inner {
        margin: 0 10px;
        width: 300px;
        text-align: center;
        position: relative;
        padding: 24px 18px;
        height: 100%;
    }

    .clc-box-inner h5 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .clc-box-inner h4 {
        font-size: 18px;
        line-height: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .clc-box-inner p {
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 10px;
    }

    .clc-box-inner p.text-big {
        font-size: 36px;
        line-height: 36px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 10px;
        border-bottom: #bfbfbf 1px dashed !important;
    }

    .clc-box-inner .clc-condition-text {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .clc-box-inner p.clc-code {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .clc-print-button {
        display: none;
    }

    .clc-box-inner::before {
        position: absolute;
        content: "";
        top: 0;
        width: 10px;
        height: 100%;
        border-left: #fff 10px dotted !important;
        border-left-color: #ffffff !important;
        left: -4px;
    }

    .clc-box-inner::after {
        position: absolute;
        content: "";
        top: 0;
        width: 10px;
        height: 100%;
        border-right: #fff 10px dotted !important;
        border-right-color: #ffffff !important;
        right: -4px;
    }
}

.clc-print-button {
    background-color: var(--clcnew-primary-color);
    color: var(--clcnew-secondary-color);
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 30px;
    border-width: 0px;
}

.find-jobs-section .right {
    float: right;
}

.find-jobs-section .left {
    float: left;
}

.f-jobs-main {
    width: calc(72% - 2.463055%);
}

.f-jobs-sidebar {
    width: calc(100% - 2.463055% - 72%);
    background-color: var(--cla-jobs-secondary-color);
    padding: 30px 15px;
    border-radius: 8px;
}

.fj-no-sidebar .f-jobs-main {
    width: calc(100% - 2.463055%);
}

.fj-no-sidebar .f-jobs-sidebar {
    display: none;
}

.fj-no-sidebar .clj-f-row .clj-ff-col2 {
    width: 25%;
}

.fj-no-sidebar .find-job-btn input[type=submit] {
    width: 300px;
}

.cl-jobs-sidebar {
    background-color: var(--cla-jobs-secondary-color);
    padding: 30px 15px;
    border-radius: 8px;
}

.cl-jobs-sidebar-box {
    margin-bottom: 25px;
}

.cl-jobs-sidebar-box h4 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cla-jobs-secondary-text-color);
    margin: 0 0 20px;
}

.cl-jobs-sidebar-box:last-child {
    margin-bottom: 0;
}

.clj-ff-wrap {
    position: relative;
}

.clj-ff-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #444444;
    font-size: 20px;
}

.clj-f-field input[type=text],
.clj-f-field select {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 40px;
    margin: 0;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 14px;
    line-height: 14px;
    color: #444444;
}

.clj-f-field input::-webkit-input-placeholder {
    color: #444444 !important;
}

.clj-f-field input::-moz-placeholder {
    color: #444444 !important;
}

.clj-f-field input:-ms-input-placeholder {
    color: #444444 !important;
}

.clj-f-field input:-moz-placeholder {
    color: #444444 !important;
}

.cl-find-job {
    background-color: var(--cla-jobs-secondary-color);
    padding: 25px 20px;
    border-radius: 8px;
    margin-bottom: 35px;
}

.cl-find-job h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cla-jobs-secondary-text-color);
    margin: 0 0 25px;
}

.clj-f-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.clj-f-row .clj-ff-col2 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.find-job-btn {
    text-align: center;
    margin-top: 5px;
}

.find-job-btn input[type=submit] {
    display: inline-block;
    vertical-align: top;
    width: 395px;
    max-width: 100%;
    height: 45px;
    margin: 0;
    background: var(--cla-jobs-primary-color);
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    color: var(--cla-jobs-text-color);
    text-transform: uppercase;
    text-shadow: none;
}

.cl-jobs-sidebar-box ul.cl-js-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    box-shadow: none;
}

.cl-jobs-sidebar-box ul.cl-js-list li {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding: 0 0 15px 15px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    border-bottom: #d2d5df 1px solid;
    box-shadow: none;
}

.cl-jobs-sidebar-box ul.cl-js-list li:before {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 0;
    color: var(--cla-jobs-primary-color);
    font-family: "FontAwesome";
}

.cl-jobs-sidebar-box ul.cl-js-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cl-jobs-sidebar-box ul.cl-js-list li:hover,
.cl-jobs-sidebar-box ol.cl-js-list li {
    background-color: inherit;
}

.cl-jobs-sidebar-box ul.cl-js-list li a {
    color: var(--cla-jobs-secondary-text-color) !important;
    display: block;
    border-bottom: none;
    transition: 0.3s;
}

.cl-jobs-sidebar-box ul.cl-js-list li a:hover {
    color: var(--cla-jobs-primary-color) !important;
}

.cl-job-box {
    background-color: var(--cla-jobs-third-color);
    border: #e6e7ec 1px solid;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 28px;
    color: var(--cla-jobs-secondary-text-color);
}

.clj-c-logo {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-image: var(--cla-jobs-logo);
    background-color: var(--cla-jobs-logo-bg-color);
    border: 1px solid var(--cla-jobs-primary-color);
    background-repeat: no-repeat;
    background-position: center center;
}

.clj-content {
    padding-left: 73px;
}

.clj-content h4 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cla-jobs-secondary-text-color);
    margin: 0 0 15px;
}

.clj-content p {
    font-size: 14px;
    line-height: 24px;
}

.clj-content p:last-child {
    margin-bottom: 0;
}

.clj-info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    color: var(--cla-jobs-secondary-text-color);
    margin-right: 18px;
    margin-bottom: 15px;
}

.clj-info span .svg-inline--fa {
    margin-right: 5px;
    font-size: 16px;
}

.clj-type {
    margin-bottom: 20px;
}

.clj-type span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    padding: 7px 18px;
    margin-right: 5px;
    border-radius: 30px;
    background-color: var(--cla-jobs-secondary-color);
    color: var(--cla-jobs-secondary-text-color);
}

.clj-type span.clj-urgent {
    background-color: var(--cla-jobs-primary-color);
    color: var(--cla-jobs-text-color);
}

.cl-job-details-page .cl-job-box-wrap {
    border-bottom: #d4d4d4 1px solid;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.cl-job-details-page h4 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cla-jobs-secondary-text-color);
    margin: 0 0 25px;
}

.cl-job-details-page p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 25px;
}

ul.clj-d-list {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

ul.clj-d-list li {
    display: block;
    margin-bottom: 20px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}

ul.clj-d-list li:before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--cla-jobs-primary-color);
    font-family: "FontAwesome";
}

.claj-apply-btn,
.claj-apply-btn:hover {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px;
    padding: 20px;
    width: 238px;
    background: var(--cla-jobs-primary-color);
    border: none;
    box-shadow: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 700;
    color: var(--cla-jobs-text-color);
    text-transform: uppercase;
    text-shadow: none;
}

.widget.widget_cljw-location,
.widget.widget_cljtw-location,
.widget.widget_cljdw-location,
.widget.widget_cljew-location {
    background-color: var(--cla-jobs-secondary-color);
    border-radius: 8px;
    padding: 25px 15px;
    margin: 0 0 25px !important;
}

.page-numbers {
    background-color: var(--cla-jobs-secondary-color);
    color: var(--cla-jobs-secondary-text-color);
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 3px;
    transition: 0.3s;
}

.page-numbers.current,
.page-numbers:hover {
    background-color: var(--cla-jobs-primary-color);
    color: var(--cla-jobs-text-color);
}

.clj-job-description {
    margin-bottom: 20px;
}

@media only screen and (max-width:978px) {
    .f-jobs-main.right {
        float: none;
        display: block;
        width: auto !important;
    }

    .f-jobs-sidebar.left {
        float: none;
        display: block;
        width: auto !important;
        margin-top: 20px;
    }

    .fj-no-sidebar .clj-f-row .clj-ff-col2 {
        width: 50%;
    }
}

@media only screen and (max-width:575px) {

    .clj-f-row .clj-ff-col2,
    .find-job-btn input[type=submit],
    .fj-no-sidebar .clj-f-row .clj-ff-col2,
    .fj-no-sidebar .find-job-btn input[type=submit] {
        width: 100%;
    }

    .cl-job-box {
        padding: 20px;
    }
}

@media only screen and (max-width:480px) {
    .clj-c-logo {
        width: 40px;
        height: 40px;
    }

    .clj-content {
        padding-left: 50px;
    }

    .clj-content h4 {
        font-size: 16px;
    }

    .cl-job-details-page .clj-content h4 {
        font-size: 18px;
    }

    .clj-info span {
        margin-right: 10px;
    }
}

@media only screen and (max-width:360px) {
    .clj-c-logo {
        float: none;
        margin: 0 auto 15px;
    }

    .clj-content {
        padding-left: 0;
    }
}

.location-grid-details-finder-form {
    text-align: center;
}

.location-grid-details-finder-form .use-location-btn,
.location-grid-details-finder-form .zipcode-form {
    display: inline-block;
    vertical-align: top;
}

.location-grid-details-finder-form .zipcode-form form {
    margin-bottom: 0;
}

.location-grid-details-finder-form .location-finder-geo-locator,
.location-grid-details-finder-form .zipcode-form form [type="submit"] {
    line-height: 16px;
    padding: 0 1.125em;
    height: 40px;
}

.location-grid-details-finder-form .zipcode-form form input[type="text"] {
    margin-bottom: 0;
    height: 40px;
}

.location-grid-details-finder-form .or-txt {
    line-height: 40px;
}

.coupon-image-wrap {
    text-align: center;
    margin: -15px -8px 15px;
}

.c-only-image {
    margin: -15px -8px;
}

.coupon-image-wrap img {
    width: 100%;
    border-radius: 8px;
}

/*Club location age gate*/
.cl-age-gate-body-disable {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.cl-age-gate-wrapper {
    --cl-age-gate-primary-color: #ed2724;
    --cl-age-gate-primary-text-color: #fff;
    --cl-age-gate-text-color: #333;
    --cl-age-gate-logo-bg-color: #fff;
    position: absolute;
    width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 20px;
    z-index: 9999;
}

.cl-age-gate-background-color {
    width: 100%;
    height: 100vh;
    background: var(--cl-age-gate-primary-color);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.cl-age-gate-popup {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: auto;
    padding: 30px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9999;
    border-radius: 20px;
}

.cl-age-gate-logo {
    width: 200px;
    margin: 0 auto 20px;
    background-color: var(--cl-age-gate-logo-bg-color);
    padding: 15px;
    border-radius: 15px;
}

.cl-age-gate-logo img {
    max-width: 100%;
}

.cl-age-heading h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: var(--cl-age-gate-primary-text-color);
}

.age-gate-birthdate h6 {
    color: var(--cl-age-gate-primary-text-color);
    font-size: 18px;
    font-weight: normal;
}

.cl-age-heading p {
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: var(--cl-age-gate-primary-text-color);
}

.age-gate-buttons {
    align-items: center;
    display: flex;
    gap: var(--ag-button-gap, 10px);
    justify-content: center;
    margin-bottom: 15px;
}

.age-gate-buttons .age-gate-btn {
    background: none;
    border: var(--cl-age-gate-primary-text-color) 2px solid;
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
    line-height: 20px;
    color: var(--cl-age-gate-primary-text-color);
    text-transform: uppercase;
    text-align: center;
    padding: 15px 22px;
    transition: 0.3s;
}

.age-gate-buttons .age-gate-btn:hover {
    background: var(--cl-age-gate-primary-text-color);
    color: var(--cl-age-gate-primary-color);
    box-shadow: none;
    text-shadow: none;
}

.cl-age-gate-remember-wrapper {
    margin-bottom: 15px;
}

.cl-age-gate-remember-wrapper label {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--cl-age-gate-text-color);
}

.cl-age-gate-remember-wrapper input[type='checkbox'] {
    transform: scale(1.8);
    appearance: none;
    border: 1px solid #000;
    height: 9px;
    width: 9px;
    background: #fff;
    accent-color: #fff;
    margin-left: 5px;
    margin-top: 0;
    margin-right: 5px;
    font-size: 8px;
    line-height: 8px;
    position: relative;
}

.cl-age-gate-remember-wrapper input[type='checkbox']:checked:before {
    content: '\2713';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.cl-under-age-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--cl-age-gate-primary-text-color);
    margin-bottom: 15px;
}

.cl-age-gate-footer-text {
    font-size: 16px;
    margin: 0;
    color: var(--cl-age-gate-primary-text-color);
    margin-top: 25px;
}

.cl-age-gate-footer-text a,
.cl-age-gate-footer-text a:hover {
    color: var(--cl-age-gate-primary-text-color);
    text-decoration: underline;
}

.age-gate-birthdate {
    margin-bottom: 15px;
}

.age-gate-birthdate label {
    font-size: 15px;
    margin-bottom: 5px;
    color: var(--cl-age-gate-primary-text-color);
}

.age-gate-date-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}

.age-gate-date-field {
    width: 33.3333%;
    padding: 0 5px;
    text-align: left;
}

.age-gate-date-field input[type=number] {
    display: block;
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: #c9c9c9 1px solid;
    border-radius: 3px;
    color: #333;
    background: #fff;
    padding: 0 15px;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}

.age-gate-date-field input[type=tel]::-webkit-input-placeholder {
    color: #333 !important;
}

.age-gate-date-field input[type=tel]::-moz-placeholder {
    color: #333 !important;
}

.age-gate-date-field input[type=tel]:-ms-input-placeholder {
    color: #333 !important;
}

.age-gate-date-field input[type=tel]:-moz-placeholder {
    color: #333 !important;
}

.age-gate-enter {
    margin-top: 20px;
}

.age-gate-enter input[type=submit] {
    display: inline-block;
    vertical-align: top;
    height: 54px;
    width: 60%;
    background: none;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--cl-age-gate-primary-text-color);
    border: var(--cl-age-gate-primary-text-color) 2px solid;
    box-shadow: none;
    text-shadow: none;
    padding: 0 10px;
    margin: 0;
    transition: 0.3s;
}

.age-gate-enter input[type=submit]:hover {
    background: var(--cl-age-gate-primary-text-color);
    color: var(--cl-age-gate-primary-color);
}

.cl-ag-dark {
    --cl-age-gate-text-color-dark: #fff;
}

.cl-ag-dark .cl-age-gate-background-color {
    background: #000000;
}

.cl-ag-dark .cl-age-gate-popup {
    background-color: #000;
    border-color: var(--cl-age-gate-primary-color);
    box-shadow: none;
}

.cl-ag-dark .cl-age-heading h2,
.cl-ag-dark .cl-age-heading p,
.cl-ag-dark .cl-age-gate-remember-wrapper label,
.cl-ag-dark .cl-age-gate-footer-text,
.cl-ag-dark .age-gate-birthdate label {
    color: var(--cl-age-gate-text-color-dark);
}

.cl-ag-dark .cl-age-gate-remember-wrapper input[type='checkbox'] {
    border: 1px solid #fff;
    background: #000;
    accent-color: #000;
}

.cl-ag-dark .cl-age-gate-remember-wrapper input[type='checkbox']:checked:before {
    background: #fff;
    color: #000;
}

@media only screen and (max-width:640px) {
    .cl-age-gate-wrapper {
        padding: 0;
    }

    .cl-age-gate-popup {
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        padding: 50px 25px;
        border: none;

    }

    .cl-age-heading h2 {
        font-size: 24px;
    }

    .cl-age-heading p {
        font-size: 16px;
    }

    .age-gate-buttons .age-gate-btn {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 15px;
    }

    .age-gate-birthdate input[type=submit] {
        font-size: 16px;
        line-height: 16px;
    }

    .cl-under-age-text {
        font-size: 16px;
        line-height: 20px;
    }
}

/*ae main club location*/
body {
    --ae-main-clob-location-primary-color: #ed2926;
    --ae-main-clob-location-primary-text-color: #fff;
    --ae-main-clob-location-text-color: #333;
}

.ae-main-club-location-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ae-main-club-location-col {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ae-main-club-location-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    border-radius: 15px;
    overflow: hidden;
}

.ae-main-club-location-box a {
    color: var(--ae-main-clob-location-text-color);
}

.ae-main-cl-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--ae-main-clob-location-primary-color);
    color: var(--ae-main-clob-location-primary-text-color);
    padding: 15px 10px;
    margin: 0;
}

.ae-main-cl-main {
    padding: 15px 10px 3px;
}

.ae-main-cl-address,
.ae-main-cl-button,
.ae-main-cl-opening-hours,
.ae-main-cl-distance {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: var(--ae-main-clob-location-text-color);
    position: relative;
    display: block;
}

.e-main-cl-phone-website,
.e-main-cl-buttons {
    margin: 0;
}

.e-main-cl-phone-website span,
.e-main-cl-buttons span {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.ae-main-cl-address:before {
    position: absolute;
    content: "\f3c5";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--ae-main-clob-location-primary-color);
}

.ae-main-cl-button:before {
    position: absolute;
    content: attr(data-icon);
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--ae-main-clob-location-primary-color);
}

.ae-main-cl-opening-hours:before {
    position: absolute;
    content: "\f017";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--ae-main-clob-location-primary-color);
}

.ae-main-cl-distance::before {
    position: absolute;
    content: "\f018";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    font-size: 16px;
    color: var(--ae-new-club-location-primary-color);
}

.ae-main-cl-map iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 0 0 15px 15px;
}

.ae-locations-jobs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ae-location-sec-box {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.ae-location-sec-box.ae-l-jobs-col-1 {
    width: 33.3333%;
}

.ae-jobs-location-name {
    color: var(--ae-main-clob-location-text-color);
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 20px;
    position: relative;
}

.ae-jobs-location-name:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background: var(--ae-main-clob-location-primary-color);
    border-radius: 30px;
}

.ae-location-jobs-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ae-location-jobs-col {
    width: 33.3333%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.ae-location-sec-box.ae-l-jobs-col-1 .ae-location-jobs-col {
    width: 100%;
}

.ae-location-sec-box-inner {
    background-color: #fff;
    padding: 20px 15px 0;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    position: relative;
}

.ae-location-job-box {
    background-color: #f3f3f3;
    padding: 10px 65px 10px 15px;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}

.ae-location-job-name {
    font-size: 18px;
    color: var(--ae-main-clob-location-text-color);
}

.ae-location-job-time::before {
    content: "\f017";
    font-family: "FontAwesome";
    color: var(--ae-main-clob-location-primary-color);
    margin-right: 5px;
}

.ae-location-job-apply-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 46px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: var(--ae-main-clob-location-text-color);
    display: block;
    transition: 0.3s;
}

.ae-location-job-apply-btn::after {
    content: "\f178";
    font-family: "FontAwesome";
}

.ae-location-job-box:hover .ae-location-job-apply-btn {
    background-color: var(--ae-main-clob-location-primary-color);
    color: var(--ae-main-clob-location-primary-text-color);
}

.ae-main-club-location-loader {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.e-main-club-location-loader-map {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.e-main-club-location-loader-map::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 150%;
    width: 24px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: animShadow 0.4s ease-in-out infinite alternate;
    animation: animShadow 0.4s ease-in-out infinite alternate;
}

.e-main-club-location-loader-map::after {
    content: "";
    width: 48px;
    height: 48px;
    left: 0;
    bottom: 0;
    position: absolute;
    border-radius: 50% 50% 0;
    border: 15px solid var(--ae-new-club-location-primary-color);
    transform: rotate(45deg) translate(0, 0);
    -webkit-animation: animMarker 0.4s ease-in-out infinite alternate;
    animation: animMarker 0.4s ease-in-out infinite alternate;

}

@keyframes animMarker {
    0% {
        transform: rotate(45deg) translate(5px, 5px);
    }

    100% {
        transform: rotate(45deg) translate(-5px, -5px);
    }
}

@keyframes animShadow {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.ae-main-club-location-no-store-found {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 1100px;
}

.ae-main-no-store-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--ae-new-club-location-primary-color);
    color: var(--ae-new-club-location-primary-text-color);
    padding: 15px 10px;
    margin: 0;
}

.ae-main-no-store-heading span::before {
    content: "\f57a";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.ae-main-no-store-main {
    padding: 30px 15px;
}

.ae-main-no-store-main h2 {
    margin: 0 0 15px;
}

.ae-main-no-store-main p {
    font-size: 16px;
}

.ae-main-no-store-btn {
    display: inline-block;
    background-color: var(--ae-new-club-location-primary-color);
    color: var(--ae-new-club-location-primary-text-color) !important;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 5px;
}

@media only screen and (max-width:978px) {
    .ae-location-sec-box.ae-l-jobs-col-1 {
        width: 50%;
    }

    .ae-main-club-location-col {
        width: 50%;
    }

    .ae-location-jobs-col {
        width: 50%;
    }
}

@media only screen and (max-width:640px) {
    .ae-location-sec-box.ae-l-jobs-col-1 {
        width: 100%;
    }

    .ae-main-club-location-col {
        width: 100%;
    }

    .ae-main-cl-heading,
    .ae-main-no-store-heading {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width:575px) {
    .ae-location-jobs-col {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {

    .ae-main-cl-heading,
    .ae-main-no-store-heading {
        font-size: 18px;
        line-height: 18px;
    }
}

/*ae main club location*/
/*ae new club location*/
body {
    --ae-new-club-location-primary-color: #ed2926;
    --ae-new-club-location-primary-text-color: #fff;
    --ae-new-club-location-text-color: #333;
}

.ae-new-country-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--ae-new-club-location-primary-color);
    color: var(--ae-new-club-location-primary-text-color);
    padding: 15px 10px;
    margin: 0;
    border-radius: 10px;
    margin-bottom: 30px;
}

.ae-new-country-heading.ae-nch-no-margin {
    margin-bottom: 0;
}

.ae-new-club-location-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ae-new-club-location-col {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.ae-new-club-location-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 210px;
}

.ae-new-club-location-box a {
    color: var(--ae-new-club-location-text-color);
}

.ae-new-cl-heading {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--ae-new-club-location-primary-color);
    color: var(--ae-new-club-location-primary-text-color);
    padding: 15px 10px;
    margin: 0;
}

.ae-new-cl-main {
    padding: 15px 10px 3px;
}

.ae-new-cl-address,
.ae-new-cl-button,
.ae-new-cl-opening-hours,
.ae-new-cl-distance {
    padding-left: 21px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: var(--ae-new-club-location-text-color);
    position: relative;
    display: block;
}

.ae-new-cl-address:before {
    position: absolute;
    content: attr(data-icon);
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    margin-right: 3px;
    font-size: 18px;
    color: var(--ae-new-club-location-primary-color);
}

.ae-new-cl-phone-website {
    margin: 0;
    font-size: 15px;
}

.ae-new-cl-phone-website>span {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    width: 48%;
}

.ae-new-cl-phone-website>span a:before {
    content: attr(data-icon);
    font-family: "FontAwesome";
    margin-right: 3px;
    color: var(--ae-new-club-location-primary-color);
}

.ae-new-cl-phone-website>span a>span:before {
    content: attr(data-icon);
    font-family: "FontAwesome";
    margin-right: 3px;
    color: var(--ae-new-club-location-primary-color);
}

.ae-new-cl-phone-website .ae-main-cl-button {
    padding-left: 0px;
}

.ae-new-cl-opening-hours:before {
    position: absolute;
    content: attr(data-icon);
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    color: var(--ae-new-club-location-primary-color);
}

.ae-new-cl-distance::before {
    position: absolute;
    content: "\f018";
    font-family: "FontAwesome";
    left: 0;
    top: 0;
    color: var(--ae-new-club-location-primary-color);
}

.ae-new-cl-map {
    position: absolute;
    bottom: 2px;
    left: 10px;
    right: 10px;
}

.ae-new-cl-map iframe {
    width: 100%;
    height: 200px;
    border: none;
    border-radius: 0 0 15px 15px;
}

.new-sl-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -7px 16px;
}

.new-sl-list li {
    width: 33.3333%;
    padding: 0 7px;
    margin-bottom: 14px;
}

.new-sl-list li a {
    background-color: #fff;
    padding: 12px 10px 12px 55px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.04);
    position: relative;
    display: block;
    color: var(--ae-new-club-location-text-color);
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

.new-sl-list li a:before {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0, -50%);
    content: "\f5a0";
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: var(--ae-new-club-location-primary-color);
    font-size: 16px;
    color: var(--ae-new-club-location-primary-text-color);
    text-align: center;
    font-family: FontAwesome;
    border-radius: 5px;
    transition: 0.3s;
}

.new-sl-list li a:hover:before {
    background-color: #fff;
    color: var(--ae-new-club-location-primary-color);
}

.new-sl-list li a:hover {
    background-color: var(--ae-new-club-location-primary-color);
    color: var(--ae-new-club-location-primary-text-color);
}

.ae-new-location-list .club-location-search-form-wrapper {
    background-color: #fff;
    color: var(--ae-new-club-location-text-color);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    -moz-box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(2, 29, 53, 0.06);
    border-radius: 10px;
}

.ae-new-location-list .club-location-search-form-wrapper input.club-location-keyword {
    border-radius: 8px;
    color: #333;
    border: #ddd 1px solid;
}

@media only screen and (max-width:1024px) {
    .new-sl-list li {
        width: 50%;
    }

    .ae-new-club-location-col {
        width: 50%;
    }
}

@media only screen and (max-width:640px) {
    .new-sl-list li {
        width: 100%;
    }

    .ae-new-club-location-col {
        width: 100%;
    }
}

/*ae new club location*/

.cl-promo-wrap {
    --cl-promo-color: #ffffff;
    --cl-promo-button-color: #ff0000;
    --cl-promo-bg-img: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25px;
    background-image: var(--cl-promo-bg-img);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cl-promo-active,
.cl-promo-active a,
.cl-promo-active a:hover {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    max-width: 800px;
    margin: 0px auto;
    color: var(--cl-promo-color);
}

.cl-promo-button {
    background-color: var(--cl-promo-color);
    color: var(--cl-promo-button-color);
    border-radius: 0.35em;
    padding-top: 0.575em;
    padding-right: 0.85em;
    padding-bottom: 0.575em;
    padding-left: 0.85em;
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    display: inline-block;
}

/*promotion banner*/

.ae-new-promotion-banner {
    --ae-new-promotion-banner-primary-color: #ED2724;
    --ae-new-promotion-banner-primary-text-color: #fff;
    --ae-new-promotion-banner-bg-img: none;
    --ae-new-promotion-banner-bg-tl-img: none;
    --ae-new-promotion-banner-bg-br-img: none;
    text-align: center;
    padding: 85px 15%;
    background-image: var(--ae-new-promotion-banner-bg-img);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.ae-new-promotion-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 573px;
    height: 132px;
    background: var(--ae-new-promotion-banner-bg-tl-img) no-repeat top left;
    background-size: contain;
}

.ae-new-promotion-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 573px;
    height: 132px;
    background: var(--ae-new-promotion-banner-bg-br-img) no-repeat bottom right;
    background-size: contain;
}

.ae-new-promotion-banner h2 {
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ae-new-promotion-banner-primary-text-color);
    margin: 0 0 20px;
}

.ae-new-promotion-banner h6 {
    color: #ffffff;
}

.ae-new-promotion-banner .shop-now-btn {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: var(--ae-new-promotion-banner-primary-text-color);
    background-color: var(--ae-new-promotion-banner-primary-color);
    padding: 15px 20px;
}

@media only screen and (max-width:1160px) {
    .ae-new-promotion-banner {
        padding: 85px 10%;
    }

    .ae-new-promotion-banner::before,
    .ae-new-promotion-banner::after {
        width: 450px;
        height: 104px;
    }
}

@media only screen and (max-width:1024px) {
    .ae-new-promotion-banner {
        padding: 85px 10%;
    }

    .ae-new-promotion-banner::before,
    .ae-new-promotion-banner::after {
        width: 380px;
        height: 88px;
    }

    .ae-new-promotion-banner h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media only screen and (max-width:640px) {
    .ae-new-promotion-banner {
        padding: 85px 20px;
    }
}

@media only screen and (max-width:480px) {
    .ae-new-promotion-banner {
        padding: 65px 20px;
    }

    .ae-new-promotion-banner::before,
    .ae-new-promotion-banner::after {
        width: 310px;
        height: 72px;
    }

    .ae-new-promotion-banner h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/*Feedback*/
.ff-field {
    margin-bottom: 25px;
}

.feedback-form h4,
.experience h4 {
    font-weight: normal;
    margin: 0 0 10px;
}

.feedback-form h5,
.feedback-form h6,
.experience h5,
.experience h6 {
    font-weight: normal;
    margin: 0 0 10px;
    color: #333;
}

.nu-radio .rating-options {
    position: relative;
}

.nu-radio .rating-option {
    position: relative;
    display: inline-block;
    margin: 0 3px 5px 0px;
}

.nu-radio .rating-option input[type="radio"] {
    display: none;
}

.nu-radio .rating-option label {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #02519b;
    border-radius: 50%;
    color: #02519b;
    cursor: pointer;
    font-weight: bold;
}

.nu-radio .rating-option input[type="radio"]:checked+label {
    background-color: #02519b;
    color: white;
}

/* Individual radio button container */
.nu-radio .wpcf7-list-item {
    position: relative;
    display: inline-block;
    margin: 0 0 5px;
}

/* Hide the default radio input */
.nu-radio .wpcf7-list-item input[type="radio"] {
    display: none;
}

/* Style the circular labels */
.nu-radio .wpcf7-list-item-label {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #02519b;
    border-radius: 50%;
    color: #02519b;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s;
}

/* Style for checked radio button label */
.nu-radio .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
    background-color: #02519b;
    color: white;
}

.ff-field input[type=text],
.ff-field input[type=tel],
.ff-field input[type=email],
.ff-field input[type=select],
.ff-field input[type=date] {
    height: 43px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 10px;
}

.ff-field textarea {
    height: 130px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 10px;
}

.ff-field input[type=submit],
.ff-field button {
    width: 100%;
    height: 43px;
    padding: 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: 10px;
    background-color: #e52436;
    border: none;
    color: #fff;
}

.ff-field button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.cl-feedback-wrap span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.cl-feedback-wrap span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
    margin: 0;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.cl-feedback-wrap span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    margin: 0 0 0 8px;
    vertical-align: middle;
}

.cl-feedback-wrap a.review-btn {
    display: block;
    background-color: #02519b;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 15px 0;
    transition: 0.3s;
}

.cl-feedback-wrap a.review-btn:hover {
    background-color: #e52436;
    color: #fff;
}

p.review-link {
    text-align: center;
}

.we-are-glad h4 {
    color: #06a412;
}


.cl-feedback-wrap .yes-no span.wpcf7-list-item {
    margin: 0;
}

/* Hide the default radio input */
.cl-feedback-wrap .yes-no .wpcf7-list-item input[type="radio"] {
    display: none;
}

/* Custom label style */
.cl-feedback-wrap .yes-no .wpcf7-list-item-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #333;
    position: relative;
    padding-left: 30px;
}

/* Circle indicator for the radio button */
.cl-feedback-wrap .yes-no .wpcf7-list-item-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #c5c5c5;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s, border-color 0.3s;
}

/* Checked state styling */
.cl-feedback-wrap .yes-no .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label::before {
    background-color: #02519b;
    /* Pink color */
    border-color: #02519b;
}

.cl-feedback-wrap {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 30px;
}

.cl-feedback-form {
    text-align: left;
}

/*Feedback*/