.sitemap {
    padding: 30px 0 0 0;
}.grid-fix {
    overflow-y: unset;
    overflow-x: hidden;
    height: 400px;
    margin: 10px;
}.sitemap ul {
    list-style-type: none;
    padding: 0;
}.sitemap ul a {
    margin-bottom: 10px;
}.store-heading
{
  font-size: 26px;
}

.coupon-code
{
      font-size: 27px;
    font-weight: 600;
}

.box-value > .value1
{
  font-size:24px;
  font-weight: 600;
  
}

.box-value > .value2
{
  font-size:22px;
  font-weight: 600;
 
}

.list-group-item
{
  border : none !important;
}

.no-margin
{
	margin: 11px !important;
}


.expireAdjust
{
	    height: 35px;
}


#searchResult
{
	width: 92%;
    position: absolute;
    z-index: 99999;
}

.close
{
	margin-right:10px;
	margin-top:5px;
}

.no-padding
{
	padding: 22px !important;
}
.store-list
{
	line-height: 3.5 !important;
}

.preloader
{
	background: white;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f95669;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f95669;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}
