body {
  margin: 0;
  font-family: sans-serif;
}

.c-Wrapper {
  display: flex;
  position: relative;
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
}

@media screen and (min-width: 601px){
  .c-Wrapper {
    flex-direction: row;
  }
}

@media screen and (min-width: 1673px){
  .c-Wrapper {
    width: 100%;
  }
}

.c-SidePanel {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  height: 100vh;
  background-color: #fff;
  padding: 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px){
  .c-SidePanel {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 600px){
  .c-SidePanel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .c-SidePanel::-webkit-scrollbar {
    width: 8px;
    height: 12px;
  }

  .c-SidePanel::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #F4F4F4;
  }

  .c-SidePanel::-webkit-scrollbar-thumb {
      background-color: #bababa;
      outline: none;
  }
}
.c-SidePanel .store-title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -1px;
  margin: 0;
  padding: 20px;
  background: #f7f7f7;
  color: #696969;
}
@media screen and (min-width: 601px) {
  .c-SidePanel .store-title {
    font-size: 24px;
  }
}
.search-store-list{
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}
.search-store-list .search-icon{
  position: absolute;
    top: 24px;
    left: 30px;
}
.store-filter-toggle{
  padding: 0 30px;
}

.c-SidePanel [type=search] {
  outline: 0;
  width: 100%;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 20px 30px 20px 60px;
  color: #BABABA;
  font-size: 12px;
  font-family: "GT America", sans-serif;
  font-style: normal;
  border: 0;
  text-transform: uppercase;
}

.c-Map {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  height: 100vh;
  display: block;
}

@media screen and (max-width: 1200px){
  .c-Map {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;

  }
}
@media screen and (max-width: 600px){
  .c-Map {
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
    order: 1;
    height: 50vh;
  }
}

.c-StoreList {
  padding-left: 0;
  list-style: none;
  margin-bottom: 80px;
  margin-top: 0;
  max-height: calc(100vh - 135px);
  overflow-y: auto;

}

.c-StoreList::-webkit-scrollbar {
    width: 8px;
    height: 12px;
}

.c-StoreList::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #F4F4F4;
}

.c-StoreList::-webkit-scrollbar-thumb {
    background-color: #bababa;
    outline: none;
}


.c-StoreList__item {
  background-color: #f7f7f7;
  padding: 20px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: bold;
}

.c-StoreList__item.is-active,
.c-StoreList__item:hover {
  background-color: #ECF2EC;
}
.dont-hover:hover{
  background-color: #fff !important;
  color: #1A1A1A !important;
}

.c-InfoPanel {
  width: 25%;
  min-height: 100vh;
  background-color: #fff;
  padding: 40px;

  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
@media (max-width: 1200px){
  .c-InfoPanel {
    width: 40%;
    height: calc(100vh);
  }
}

@media screen and (max-width: 1200px){
  .c-InfoPanel{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media screen and (max-width: 600px){
  .c-InfoPanel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
   	width: 100%;
   	height: 100%;
      order:2;
  }
  .c-InfoPanel::-webkit-scrollbar {
    width: 8px;
    height: 12px;
  }

  .c-InfoPanel::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: #F4F4F4;
  }

  .c-InfoPanel::-webkit-scrollbar-thumb {
      background-color: #bababa;
      outline: none;
  }
}
.c-InfoPanel h3{
    font-family: "GT America", sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #3d9939;
}

.c-InfoPanel__opening-periods {
  list-style: none;
  padding-left: 0;
}

.c-InfoPanel__close {
  position: relative;
  margin: -40px -40px 20px;
  display: flex;
  width: calc(100% + 80px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none !important;
  cursor: pointer;
  text-align: left;
  padding: 20px 40px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  text-transform: capitalize;
}

.c-InfoPanel__store-details {
  padding-left: 0;
  list-style: none;
}

.c-InfoPanel__store-details li {
  margin-bottom: 24px;
    font-family: "GT America", sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 1.5;
}
.c-InfoPanel__store-details li strong{
      font-family: "GT America", sans-serif;
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    color: #3d9939;
}
.get-direction{
    background-color: #3D9939;
    width: auto;
    max-width: 220px;
    color: #fff;
    max-height: 44px;
    border-radius: 4px;
    padding: 12px 25px;
    line-height: 1;
    margin-bottom: 40px;
}
.get-direction:hover{
  color: #fff;
}

.c-InfoPanel__store-details li ul li {
  margin-bottom: 0;
}

.c-InfoPanel__store-details li strong {
  display: block;
  color: #3d9939;
  margin-bottom: 5px;
}
.js-store-info-btn{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    cursor: pointer;
}
.js-store-info-btn:focus{
  outline: none;
  box-shadow: none;
}
svg.info-icon .info-circle,
svg.info-icon .info-exclamation-top,
svg.info-icon .info-exclamation-dot {
  position: relative;
  z-index: 2;
}
svg.info-icon .info-circle-bg {
  fill: #fff;
}
svg.info-icon .info-circle,
svg.info-icon .info-exclamation-top,
svg.info-icon .info-exclamation-dot {
  fill: #3D9939;
}
.c-StoreList__item.is-active svg.info-icon .info-circle,
.c-StoreList__item:hover svg.info-icon .info-circle,
.c-StoreList__item.is-active svg.info-icon .info-circle-bg,
.c-StoreList__item:hover svg.info-icon .info-circle-bg {
  fill: #3D9939;
}
.c-StoreList__item.is-active svg.info-icon .info-exclamation-top,
.c-StoreList__item:hover svg.info-icon .info-exclamation-top,
.c-StoreList__item.is-active svg.info-icon .info-exclamation-dot,
.c-StoreList__item:hover svg.info-icon .info-exclamation-dot {
  fill: #fff;
}
.store-locator{
  min-height: 100vh;
}
@media (max-width: 1200px){
  .store-locator{
    padding-bottom: 50px;
  }
}
.store-locator .store-locator-title{
    font-family: "FreightText Pro";
    font-style: normal;
    font-size: 50px;
    font-weight: 600;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 60%;
    margin-bottom: .25em;
    color: #1A1A1A;
    margin-top: 60px;
}
@media screen and (max-width: 900px){
	.store-locator .store-locator-title{
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.store-locator .store-locator-title{
		font-size: 26px;
	}
}
.store-locator  .rich-text p{
    font-family: "FreightText Pro";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    width: 40%;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 60px;
    color: #1A1A1A;
}
@media screen and (max-width: 900px){
	.store-locator  .rich-text p{
		width: 100%;
    	margin-bottom: 60px;
    }
}
@media screen and (max-width: 600px){
	.store-locator  .rich-text p{
		font-size: 18px;
	}
}
