.fancy-animated-checkbox {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 0 !important;
  z-index: 1;
  cursor: pointer;
}
.fancy-animated-checkbox-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.fancy-animated-checkbox + .fancy-animated-checkbox-label {
  padding-left: 50px !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin-bottom: 0;
  user-select: none;
  min-height: 40px;
}
@media (max-width: 767px) {
  .fancy-animated-checkbox + .fancy-animated-checkbox-label {
    padding-left: 45px !important;
  }
}
.fancy-animated-checkbox + .fancy-animated-checkbox-label:before,
.fancy-animated-checkbox + .fancy-animated-checkbox-label:after {
  content: '';
  transition: all 0.1s;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
}
.fancy-animated-checkbox + .fancy-animated-checkbox-label:after {
  transform: translate(0, -50%) rotate(-45deg);
  border: 2px solid #ffffff;
  left: 20px;
  opacity: 0;
  border-right: none;
  border-top: none;
  width: 0;
  height: 0;
  top: 18px;
  transition: height 0.2s ease 0.1s, width 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
}
@media (max-width: 767px) {
  .fancy-animated-checkbox + .fancy-animated-checkbox-label:before,
  .fancy-animated-checkbox + .fancy-animated-checkbox-label:after {
    left: 15px;
    width: 15px;
    height: 15px;
    top: calc(50% - 2px);
  }
  .fancy-animated-checkbox + .fancy-animated-checkbox-label:after {
    left: 19px;
    top: 17px;
    width: 0;
    height: 0;
  }
}
.fancy-animated-checkbox:checked + .fancy-animated-checkbox-label::before {
  background-color: #da291c;
  border-color: #da291c;
}
.fancy-animated-checkbox:checked + .fancy-animated-checkbox-label:after {
  opacity: 1;
  width: 10px;
  height: 6px;
}
@media (max-width: 767px) {
  .fancy-animated-checkbox:checked + .fancy-animated-checkbox-label:after {
    width: 8px;
    height: 5px;
  }
}

.favorites-page.modifier--fav-edit-order .modifier--has-menu-as-close:not(.modifier--has-menu-open) {
  z-index: 1;
}
.fav-page-sub-title {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.fav-community-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 20px;
  border: none;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 60px;
  outline: none;
  box-shadow: none;
  z-index: 1;
}
.fav-community-btn:focus,
.fav-community-btn:hover,
.fav-community-btn:active {
  outline: none;
  box-shadow: none;
  color: #ffffff;
}
.fav-community-btn h4 {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  letter-spacing: 0.72px;
  margin: 0;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
}
.fav-section-title {
  font-family: 'Bodoni TIC', 'Times New Roman', serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  line-height: 24px;
  color: #222222;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.fav-section-title::after,
.fav-section-title::before {
  display: none;
}
.fav-section-title span {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .fav-section-title {
    font-size: 2.4rem;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .fav-section-title {
    margin-bottom: 3rem;
    font-size: 3.5rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .fav-section-title {
    font-size: 4.4rem;
    line-height: 50px;
  }
}
.sub-container {
  display: block;
}
.sub-container .fav-section-title {
  text-align: left;
}
.sub-container .delete-icon {
  display: block !important;
  margin-right: 0 !important;
}
.sub-container .delete-text {
  margin-top: -1px;
}
@media (min-width: 768px) {
  .sub-container {
    display: flex;
    align-items: center;
  }
  .sub-container .fav-overview--ctas {
    margin-left: auto;
    margin-top: 6px;
  }
}
@media (min-width: 992px) {
  .sub-container .fav-overview--ctas {
    margin-top: 0;
  }
}
.sub-text {
  font-family: 'Bodoni TIC', 'Times New Roman', serif;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #676767;
  margin-bottom: 5px;
  width: 100%;
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .sub-text {
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .sub-text {
    line-height: 22px;
  }
}
.sub-text.modifier--mobile-sub-text {
  margin: 15px auto;
}
.italic-label {
  color: #999999;
  font-family: 'Bodoni TIC', 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.7rem;
  margin-top: 0;
  font-size: inherit;
  letter-spacing: inherit;
}
.italic-label.modifier--only-grey-text {
  font-style: normal;
}
.map-ctrl-btn {
  width: 40px;
  height: 40px;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 15px !important;
  left: auto !important;
  top: 60px !important;
  padding: 6px 0;
  background-color: #ffffff;
  background-size: 60%;
  background-position: center;
  border: none;
  margin: 0;
  outline: 0;
  background-repeat: no-repeat;
}
.map-ctrl-btn.cur-loc-btn {
  top: 15px !important;
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/icop/ico/resources/images/mapicons/navigator.png');
  background-size: contain;
}
.map-ctrl-btn.modifier--t-15 {
  top: 15px !important;
}
.map-ctrl-btn .icon-bullseye {
  font-size: 20px;
}
.map-ctrl-btn.icon-roadmapview {
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/icop/ico/resources/images/mapicons/icon-map-view.svg');
}
.map-ctrl-btn.icon-satelliteview {
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/icop/ico/resources/images/mapicons/icon-satellite-view.svg');
}
.map-ctrl-btn.icon-terrainview {
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/icop/ico/resources/images/mapicons/icon-terrain-view.svg');
}

