.footerbottom {
  width: 100%;
  float: left;
  background: #505050;
  padding: 15px 0px;
  margin: 40px 0px 0px 0px;
}

.footercontainer {
  width: 1100px;
  margin: 0 auto;
  display: table;
}

.sidemaprow {
  width: 100%;
  text-align: center;
  user-select: none
}

.sidemaprow>ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  width: 100%;
}

.sidemaprow>ul>li {
  display: inline-block;
  margin: 0px 40px;
}

.sidemaprow>ul>li>a {
  font-family: Lato;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}





.modal {
  display: none;

  position: fixed;

  z-index: 9999999;

  padding-top: 120px;

  left: 0;
  top: 0;
  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: rgb(0, 0, 0);

  background-color: rgba(0, 0, 0, 0.4);

}


.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}


.aboutedge_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.aboutedge_close:hover,
.aboutedge_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.termscondition_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.termscondition_close:hover,
.termscondition_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.FAQs_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.FAQs_close:hover,
.FAQs_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.privacy_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.privacy_close:hover,
.privacy_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.about_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.about_close:hover,
.about_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

div#PRICE_CHANGE_POP div#myModalPriceChange div#EXH_COUPON_POP div.modal-content {
  width: 80%;

}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .modal-content {
    width: 80%;
  }
}