/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-storeLocator {
  margin-top: 8.1rem; }
  @media only screen and (max-width: 768px) {
    .cp-storeLocator {
      margin-top: 6.1rem; } }
  .cp-storeLocator .inner-sec-head {
    margin-bottom: 1.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .inner-sec-head {
        margin-bottom: 3.2rem; } }
  .cp-storeLocator .inner-sec-title {
    font-family: "Gotham-Bold";
    font-size: 2.1rem;
    line-height: 1.1rem;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .inner-sec-title {
        font-size: 1.8rem; } }
  .cp-storeLocator .icons-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .cp-storeLocator .icons-list .icon-item:first-child {
      padding-right: 2rem; }
    .cp-storeLocator .icons-list .icon {
      background: #ffffff;
      color: #bd001c;
      display: inline-block;
      width: 5rem;
      height: 5rem;
      padding: 1.3rem;
      width: 4rem;
      height: 4rem;
      font-size: 2rem;
      padding: 1rem;
      border: solid 1px #bd001c;
      border-radius: 0.4rem; }
      @media only screen and (max-width: 768px) {
        .cp-storeLocator .icons-list .icon {
          width: 4rem;
          height: 4rem;
          padding: 0.8rem; } }
      .cp-storeLocator .icons-list .icon:hover, .cp-storeLocator .icons-list .icon.active {
        background: #bd001c;
        color: #ffffff; }
  .cp-storeLocator .store-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-storeLocator .store-item {
    width: 49%;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .store-item {
        width: 100%;
        margin-bottom: 2.1rem; } }
  .cp-storeLocator .explore-content {
    display: none; }
    .cp-storeLocator .explore-content.active {
      display: block; }
      .cp-storeLocator .explore-content.active.map-canvas {
        width: 100%;
        height: 50rem; }

.cp-storeLocator .inner-sec-title {
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  .cp-storeLocator .icons-list .icon {
    font-size: 1.6rem;
    width: 3rem;
    height: 3rem;
    padding: 0.6rem; } }

.cp-storeLocator .icons-list .icon-item {
  position: relative; }
  .cp-storeLocator .icons-list .icon-item:first-child {
    padding-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-storeLocator .icons-list .icon-item:first-child {
        padding-right: 1.8rem; } }

.cp-storeLocator .mapViewBlock {
  position: absolute;
  font-size: 1.2rem;
  font-family: "Gotham-Book";
  color: #3f4351;
  top: -63px;
  margin: 0 auto;
  width: 8.2rem;
  height: 5.1rem;
  box-shadow: 0 0 18px 4px rgba(87, 87, 87, 0.15);
  left: -22px;
  text-align: center;
  padding: 2rem 0 0rem;
  display: none; }
  .cp-storeLocator .mapViewBlock::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -1em;
    left: 49%;
    box-sizing: border-box;
    border: 0.5em solid black;
    border-color: transparent transparent #ffffff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg); }

.pg-store-locator {
  margin-top: 9rem; }
