/* .amstars-rating-container {
    width: 160px;
    margin-bottom: 5px;
    overflow: hidden;
}
.amstars-rating-container.-small {
    width: 107px;
}
.amstars-rating-container.-main-page {
    margin: 0px 10px;
}
.amstars-rating-container .amstars-stars {
    height: 100%;
} */


/* .amlocator-main-container {
    text-align: left;
    font-size: 1.4rem;
    color: #000;
    min-width: 50vw;
    line-height: 1.42857143;
    font-weight: 400;
} */
/* .amlocator-main-container .amlocator-button {
    box-sizing: border-box;
    min-height: 40px;
    font-weight: inherit;
    color: #fff;
    background: #1979c3;
    border: 1px solid #1979c3;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(45,147,226,0.1);
} */
/* .amlocator-main-container .amlocator-select {
    cursor: pointer;
} */
/* .amlocator-main-container .amlocator-block.-separator {
    box-sizing: border-box;
    margin: 20px 0;
} */
/* .amlocator-main-container .amlocator-block.-separator > .hr {
    margin: 0;
    border-top: 1px solid #e7e7e7;
} */
/* .amlocator-main-container .amlocator-wrapper .amlocator-schedule-container strong {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
} */
/* .amlocator-search-container {
    padding: 5px 15px;
    margin-bottom: 10px;
    background: #f8f8f8;
    width: 100%;
    box-sizing: border-box;
} */
/* .amlocator-search-container .amlocator-title {
    display: inline-block;
    margin-bottom: 5px;
} */
/* .amlocator-search-container .amlocator-block {
    width: 100%;
    margin-bottom: 15px;
} */
/* .amlocator-search-container .amlocator-block.-search {
    margin-bottom: 0;
} */
/* .amlocator-search-container .amlocator-text, .amlocator-search-container .amlocator-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: initial;
} */
/* .amlocator-search-container .amlocator-select {
    height: 40px;
}
.amlocator-search-container .amlocator-select.-measurement {
    min-width: inherit;
    background-color: #f8f8f8;
    height: inherit;
    line-height: 1;
    border: none;
} */
/* .amlocator-search-container .amlocator-button.-nearby {
    width: 100%;
    margin-left: auto;
} */
/* .amlocator-current-location .amlocator-search {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 23px;
    height: 23px;
    background-size: contain;
    cursor: pointer;
} */
/* .amlocator-current-location .amlocator-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
} */
/* .amlocator-current-location .amlocator-text {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding-right: 40px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
} */
/* .amlocator-current-location .amlocator-text:focus {
    border: 1px solid #1979c3;
    box-shadow: none;
} */
/* .amlocator-current-location .amlocator-text:focus + .amlocator-search, .amlocator-current-location .amlocator-search:hover {
    background-size: contain;
} */
/* .amlocator-current-location .amlocator-reset {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 22px;
    height: 22px;
    background: no-repeat center;
    cursor: pointer;
} */
/* .amlocator-current-location .amlocator-search.-hidden, .amlocator-current-location .amlocator-reset.-hidden {
    display: none;
}
.amlocator-search-radius .amlocator-radio {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.amlocator-search-radius .amlocator-radio:checked + .amlocator-label {
    color: #fff;
    background: #1979c3;
    box-shadow: 0 2px 4px rgba(45,147,226,0.1);
}
.amlocator-search-radius .amlocator-radio:focus + .amlocator-label {
    box-shadow: 0 0 3px 1px #00699d;
}
.amlocator-search-radius .amlocator-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.amlocator-search-radius .amlocator-select {
    min-width: 215px;
}
.amlocator-range-slider {
    width: 100%;
    height: 10px;
    background: #deedf8;
    border-radius: 10px;
    cursor: pointer;
}
.amlocator-range-slider .ui-slider-range {
    height: 100%;
    background: #1979c3;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.amlocator-range-slider .amlocator-handle {
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-left: -7px;
    background: #1979c3;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(20,72,112,0.5);
    transform: translateY(-50%);
    cursor: pointer;
}
.amlocator-range-slider .amlocator-handle:hover, .amlocator-range-slider .amlocator-handle:focus, .amlocator-range-slider .amlocator-handle:active {
    background: #4da1e2;
}
.amlocator-range-slider .amlocator-tooltip {
    position: absolute;
    top: -7px;
    left: 50%;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    background: #1979c3;
    border-radius: 2px;
    transform: translate(-50%,-100%);
}
.amlocator-range-slider .amlocator-tooltip:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #1979c3;
    transform: translate(-50%,50%) rotate(45deg);
}
.amlocator-filters-container {
    margin-bottom: 10px;
    background: #f8f8f8;
}
.amlocator-filters-container .amlocator-title {
    padding: 5px 15px;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.amlocator-filters-container .amlocator-content {
    transition: all .3s ease;
}
.amlocator-filters-container .amlocator-hidden-filter {
    display: none;
}
.amlocator-filters-container .amlocator-actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px 15px;
    font-size: 12px;
}
.amlocator-filters-container .amlocator-clear {
    color: #1979c3;
    cursor: pointer;
}
.amlocator-filters-container .amlocator-button {
    min-height: 25px;
    margin-left: 25px;
    padding: 0px 20px;
    border: none;
    line-height: unset;
    box-shadow: none;
}
.amlocator-filters-container .amlocator-button:hover {
    color: #fff;
    background: #1979c3b3;
    border: none;
}
.amlocator-attribute-wrapper {
    padding: 8px 15px;
}
.amlocator-attribute-wrapper:nth-of-type(even) {
    background: #e7e7e7;
}
.amlocator-attribute-wrapper .amlocator-label {
    box-sizing: border-box;
    width: 40%;
    padding-right: 5px;
    word-wrap: break-word;
}
.amlocator-attribute-wrapper .amlocator-input {
    width: 60%;
}
.amlocator-attribute-wrapper .amlocator-input .chosen-container {
    width: 100% !important;
}
.amlocator-attribute-wrapper .amlocator-select, .amlocator-attribute-wrapper .chosen-choices {
    height: inherit;
    max-height: 80px;
    padding: 9px 25px 9px 10px;
    line-height: 1;
    border-color: #ccc;
}
.amlocator-attribute-wrapper .chosen-container {
    height: inherit;
    font-size: inherit;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
    height: inherit;
    min-height: 35px;
    overflow: auto;
    padding: 5px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
    background: #1979c3;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    margin: 0 5px 0 0;
    background-size: contain !important;
    transform: translateY(-50%);
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: initial;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: inherit;
    margin: 3px 0;
}
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0 5px 0 0;
    padding: 5px 18px 5px 5px;
    color: #fff;
    background: #1979c3;
    border: none;
    box-shadow: none;
} */
/* .amlocator-map-container {
    flex-direction: column;
} */
/* .amlocator-map-container > .amlocator-block {
    width: 100%;
} */
/* .amlocator-map-container .amlocator-map {
    width: 100%;
    height: 300px;
} */
/* .amlocator-arrow {
    position: relative;
    display: inline-block;
    width: 14px;
    min-width: 14px;
    height: 8px;
    margin-left: auto;
}
.amlocator-arrow:before, .amlocator-arrow:after {
    content: "";
    position: absolute;
    top: 3px;
    display: inline-block;
    width: 9px;
    height: 2px;
    background-color: #363636;
    transition: all .2s ease;
}
.amlocator-arrow:before {
    left: 0;
}
.amlocator-arrow:after {
    right: 0;
}
.amlocator-arrow:after, .amlocator-arrow.-down:before {
    transform: rotate(45deg);
}
.amlocator-arrow:before, .amlocator-arrow.-down:after {
    transform: rotate(-45deg);
} */
/* .amlocator-store-list {
    order: 1;
    overflow: auto;
} */
/* .amlocator-store-list .amlocator-wrapper {
    flex-direction: column;
    height: 100%;
    max-height: 500px;
} */
/* .amlocator-stores-wrapper {
    margin-bottom: 10px;
} */
/* .amlocator-store-desc {
    display: block;
    margin-bottom: 15px;
    overflow: auto;
    font-size: 14px;
    background: #f6f6f6;
    cursor: pointer;
} */
/* .amlocator-store-desc:not(:first-of-type) {
    margin-top: 15px;
} */
/* .amlocator-store-desc .amlocator-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
} */
/* .amlocator-store-desc .amlocator-title .amlocator-link {
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
} */
/* .amlocator-store-desc .amlocator-block {
    margin: 15px;
} */
/* .amlocator-store-desc .amlocator-image {
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin-right: 15px;
    background-position: center;
    background-size: cover;
} */
/* .amlocator-store-desc.-active {
    color: #fff;
    background: #1979c3;
} */
/* .amlocator-store-desc.-active .amlocator-title .amlocator-link {
    color: #fff;
} */
/* .amlocator-store-desc.-active .amlocator-today {
    color: #000;
    background: #9dd4ff;
} */
/* .amlocator-description {
    word-break: break-word;
} */
/* .amlocator-schedule-container .amlocator-today {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
    padding: 5px 15px 5px 35px;
    background: #dfdfdf;
}
.amlocator-schedule-container .amlocator-today:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 15px;
    width: 14px;
    height: 14px;
    background-size: contain;
} */
/* .amlocator-schedule-container .amlocator-today .amlocator-time {
    white-space: nowrap;
} */
/* .amlocator-schedule-container .amlocator-arrow {
    margin: 6px 0 0 15px;
} */
/* .amlocator-schedule-container .amlocator-week {
    display: none;
    margin: 0 20px;
} */
/* .amlocator-schedule-table .amlocator-row {
    margin-bottom: 15px;
} */
/* .amlocator-schedule-table .amlocator-cell {
    width: 50%;
    box-sizing: border-box;
} */
/* .amlocator-schedule-table .amlocator-cell.-day {
    padding-left: 15px;
} */
/* .amlocator-schedule-table .amlocator-cell.-time {
    white-space: nowrap;
    text-align: right;
    padding-right: 8%;
} */
/* .amlocator-pager-container {
    margin-top: auto;
}
.amlocator-pager-container .pages {
    text-align: right;
}
.amlocator-pager-container .items {
    padding: 0;
}
.amlocator-pager-container .pages .page {
    padding: 8px 10px;
    font-weight: normal;
    line-height: 1;
    color: #000;
    background: #f8f8f8;
}
.amlocator-pager-container .pages a.page {
    color: #000;
}
.amlocator-pager-container .pages .item {
    position: relative;
    margin: 0;
}
.amlocator-pager-container .pages .item:not(:last-of-type) {
    margin-right: 10px;
}
.amlocator-pager-container .pages .current .page, .amlocator-pager-container .pages .page:hover {
    color: #fff;
    background: #1979c3;
}
.amlocator-pager-container .pages a.action {
    margin: 0;
    background: #f8f8f8;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.amlocator-pager-container .pages a.action:hover {
    background: #1979c3;
}
.amlocator-pager-container .pages .items a.action:before {
    font-size: 14px;
    color: #000;
}
.amlocator-pager-container .pages .items a.action:hover:before {
    color: #fff;
}
.amlocator-map .amlocator-image img {
    max-width: 150px;
}
.amlocator-info-popup {
    width: 250px;
}
.amlocator-info-popup .amlocator-name {
    margin-top: 5px;
}
.amlocator-info-popup .amlocator-image {
    display: block;
    clear: both;
    width: 100px;
    margin-bottom: 10px;
}
.amlocator-index-index {
    overflow-x: hidden;
}


.amlocator-description-grey {
    word-break: break-word;
    padding: 0 15px;
    background: #fbfbfb;
}
.amlocator-location-container .amlocator-column, .amlocator-location-container .amlocator-block {
    box-sizing: border-box;
    width: 100%;
}
.amlocator-location-container .amlocator-column > .amlocator-block {
    padding: 0 15px;
}
.amlocator-location-container .amlocator-block.-route {
    padding: 20px 15px 25px;
}
.amlocator-location-container .amlocator-block.-map {
    height: 170px;
    margin-bottom: 15px;
}
.amlocator-location-container .amlocator-block.-separator {
    box-sizing: border-box;
    margin: 15px 0;
}
.amlocator-location-container .amlocator-block.-separator > .hr {
    margin: 0;
    border-top: 1px solid #d2dde5;
}
.amlocator-location-container .amlocator-block > .amlocator-title {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}
.amlocator-location-container .amlocator-directions-container {
    max-height: 500px;
    overflow: auto !important;
}
.amlocator-location-container .amlocator-text.-bold {
    font-weight: 600;
}
.amlocator-location-container .amlocator-button {
    box-sizing: border-box;
    min-height: 40px;
    font-weight: inherit;
    color: #fff;
    background: #1979c3;
    border: 1px solid #1979c3;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(45,147,226,0.1);
}
.amlocator-location-container .amlocator-button:hover {
    background-color: #1c87da;
}
.amlocator-route-creator {
    box-sizing: border-box;
    background: #1979c3;
}
.amlocator-route-creator .amlocator-modes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.amlocator-route-creator .amlocator-mode:focus + .amlocator-label {
    border: 1px solid #fff;
}
.amlocator-route-creator .amlocator-swap {
    display: none;
}
.amlocator-route-creator .amlocator-mode + .amlocator-label {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    cursor: pointer;
    opacity: .3;
    transition: background-color .3s ease;
    box-sizing: border-box;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label, .amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
    background-color: #2d93e2;
    opacity: 1;
}
.amlocator-route-creator .amlocator-label:not(:last-of-type) {
    margin-right: 5px;
}
.amlocator-route-creator .amlocator-addresses {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.amlocator-route-creator .amlocator-inputs {
    flex: 1;
    margin: 0 25px;
}
.amlocator-route-creator .amlocator-address {
    height: 35px;
    border: none;
}
.amlocator-route-creator .amlocator-address.-end {
    color: #707070;
    background: #f2f2f2;
}
.amlocator-route-creator .amlocator-address:not(:last-of-type) {
    margin-bottom: 15px;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label {
    display: block;
    width: 20px;
    height: 33px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
}
.amlocator-route-creator .amlocator-swap + .amlocator-label:hover {
    opacity: 1;
}
.amlocator-route-icon {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 13px;
    height: 65px;
}
.amlocator-route-icon .amlocator-icon {
    box-sizing: border-box;
}
.amlocator-route-icon .amlocator-icon.-start {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-dot {
    width: 4px;
    height: 4px;
    background: #2d93e2;
    border-radius: 10px;
}
.amlocator-route-icon .amlocator-icon.-end {
    width: 13px;
    height: 18px;
}
.amlocator-collapse-title {
    padding: 5px 0 10px 0;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    box-sizing: border-box;
}
.amlocator-directions-container table.adp-placemark {
    color: #fff;
    background: #1978c3;
}
.amlocator-directions-container td.adp-text {
    font-weight: 600;
    vertical-align: middle;
}
.amlocator-location-info {
    box-sizing: border-box;
    padding: 15px;
}
.amlocator-location-info .amlocator-block {
    margin-bottom: 10px;
}
.amlocator-location-info .amlocator-link {
    cursor: pointer;
    color: #000;
}
.amlocator-location-info .amlocator-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #1979c3;
    border-radius: 10px;
}
.amlocator-location-info .amlocator-icon.-website {
    background-repeat: no-repeat;
    background-position: center;
}
.amlocator-location-info .amlocator-icon.-phone {
    background-repeat: no-repeat;
    background-position: center;
}
.amlocator-location-info .amlocator-icon.-email {
    background-repeat: no-repeat;
    background-position: center;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today {
    padding-right: 0;
    padding-left: 30px;
    background: none;
    cursor: pointer;
}
.amlocator-location-container .amlocator-schedule-container .amlocator-today:before {
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
}
.amlocator-location-container .amlocator-schedule-table .amlocator-cell.-day {
    padding-left: 10px;
} */
/* .amlocator-location-container .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 8px;
} */
/* .amlocator-location-gallery {
    padding: 0 15px;
}
.amlocator-location-gallery > .amlocator-wrapper {
    height: 80px;
    padding: 0 25px;
}
.amlocator-location-gallery .amlocator-link {
    height: 80px;
    text-align: center;
}
.amlocator-location-gallery .amlocator-image {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.amlocator-location-gallery .amlocator-wrapper .slick-list .slick-track .slick-slide {
    display: inline-block;
}
.fancybox-button, .fancybox-button:hover {
    box-shadow: none !important;
}
.amlocator-location-reviews {
    max-height: 500px;
    overflow: auto;
}
.amlocator-location-reviews .amlocator-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.amlocator-reviews-general .amlocator-value {
    margin-right: 10px;
    font-weight: 400;
    font-size: 50px;
}
.amlocator-reviews-general .amlocator-wrapper {
    margin-right: 20px;
}
.amlocator-location-review {
    padding: 10px 0 0;
}
.amlocator-location-review .amlocator-name {
    font-weight: bold;
}
.amlocator-location-review .amlocator-message {
    max-height: 1000px;
    margin-top: 10px;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-word;
    transition: all .3s ease;
}
.amlocator-location-review .amlocator-message.-collapsed {
    max-height: 60px;
    overflow: hidden;
}
.amlocator-location-review .amlocator-link.-full, .amlocator-location-review .amlocator-link.-full:visited, .amlocator-location-review .amlocator-link.-full:active, .amlocator-location-review .amlocator-link.-full:hover {
    position: relative;
    margin-right: 14px;
    font-size: 12px;
    color: #6b8fab;
    cursor: pointer;
}
.amlocator-location-review .amlocator-date {
    margin-left: auto;
    font-size: 12px;
    color: #c4c4c4;
    margin-right: 5px;
}
.amlocator-attributes-container {
    padding: 30px 20px;
    display: none;
}
.amlocator-location-attribute:not(:first-of-type) {
    margin-top: 25px;
}
.amlocator-location-attribute .amlocator-label {
    margin-right: 10px;
}
.amlocator-location-attribute .amlocator-values {
    display: inline-block;
}
.amlocator-location-attribute .amlocator-value {
    display: inline-block;
    margin: 0 10px 5px 0;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(45,147,226,0.1);
}
.amlocator-location-attribute .amlocator-value.-multiselect {
    color: #363636;
    background: #fff;
}
.hidden {
    display: none;
}
.loading-mask {
    z-index: 100001 !important;
}


.amlocator-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: #00000047;
}
.amlocator-review-popup {
    position: relative;
    box-sizing: border-box;
    width: 80vw;
    min-width: 300px;
    max-width: 500px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.amlocator-review-popup .amlocator-header {
    margin-bottom: 10px;
    font-size: 16px;
}
.amlocator-review-popup .amlocator-name {
    font-weight: 600;
    word-break: break-all;
    word-wrap: break-word;
}
.amlocator-review-popup .amlocator-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    padding: 10px;
    background-size: 70%;
    cursor: pointer;
}
.amlocator-review-popup .amlocator-close:hover {
    background-size: 70%;
}
.amlocator-review-form .review-field-rating .control {
    margin: 5px 0 40px;
}
.amlocator-review-form .review-field-rating .label {
    font-weight: 400;
    color: #3f3f3f;
}
.amlocator-review-form .review-control-vote:before {
    content: '';
    width: 165px;
}
.amlocator-review-form .review-control-vote label:before {
    content: '';
    display: inline-block;
}
.amlocator-review-form .review-control-vote input[type="radio"]:not(:checked) + label:hover:before {
    opacity: 1;
    cursor: pointer;
}
.amlocator-review-form .review-control-vote .rating-5:before {
    width: 165px;
}
.amlocator-review-form .review-control-vote .rating-4:before {
    width: 132px;
}
.amlocator-review-form .review-control-vote .rating-3:before {
    width: 99px;
}
.amlocator-review-form .review-control-vote .rating-2:before {
    width: 66px;
}
.amlocator-review-form .review-control-vote .rating-1:before {
    width: 33px;
}
.amlocator-review-form.review-form .action.submit.primary {
    width: inherit;
    min-height: 40px;
    color: #fff;
    background: #1979c3;
    border: 0;
    border-radius: 0;
}
.amlocator-review-form.review-form .action.submit.primary:hover {
    background: #1c87da;
}
.amlocator-review-form .label-gdpr.amreview-checboxlabel span {
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.amlocator-review-form .field.review-field-ratings .label {
    margin: 10px 15px 0 0;
    vertical-align: top;
}
.amlocator-review-form .field.review-field-ratings .control {
    display: inline-block;
    width: 100%;
    vertical-align: top;
} */