body {
  padding-top: 135px;
}

.navbar {
  background-repeat: repeat;
  background-position: center top;
  background-image: url("../images/navbar3.jpg");
}

.loginbox {
  position: fixed;
  top: 5px;
  right: 0;
  left: 0;
  top: 0;
  background-repeat: repeat;
  background-position: center top;
  background-image: url("../images/navbar3.jpg");
  z-index: 9999999;
  -moz-box-shadow: 0px 1px 7px 1px #000;
  -webkit-box-shadow: 0px 1px 7px 1px #000;
  box-shadow: 0px 1px 7px 1px #000;
  display: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin: 5px;
  padding: 5px;
  width: 100%;
  max-width: 300px;
  margin: 5% auto;
}

@media (max-height: 600px) {
  .loginbox {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}

.loginboxinput {
  width: 100%;
  max-width: 300px;
}

.covering-panel {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 30;
  display: none;
}

@media (max-width: 1000px) {
  .container {
    max-width: 98%;
  }
}

h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.9rem;
}
h6 {
  font-size: 0.8rem;
}

p,
body {
  font-size: 0.8rem;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  h6 {
    font-size: 0.8rem;
  }

  p,
  body {
    font-size: 0.8rem;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.9rem;
  }

  p,
  body {
    font-size: 0.9rem;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.1rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1rem;
  }

  p,
  body {
    font-size: 1rem;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 2.3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.3rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }

  p,
  body {
    font-size: 1rem;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }

  p,
  body {
    font-size: 1rem;
  }
}

/*
button
{
    text-decoration:none;
    border-radius: 5px;
    
    color:#ffffff;
    padding:5px 12px;
    display:inline;
    text-align:center;
    cursor:pointer;


  
  background-color:   #ce0909  ;
  border:1px solid #e3a1a1;
    


    
    margin:5px;
    
         
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    
}



.btns:hover, button:hover
{
    background-color: #641e16 ;
    
    

    
    
}

*/

button {
  border: 1px solid #df0909;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;

  font-weight: bold;
  color: #ffffff;
  background-color: #f62b2b;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f62b2b),
    to(#d20202)
  );
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
  background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
  background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
  background-image: -o-linear-gradient(top, #f62b2b, #d20202);
  background-image: linear-gradient(to bottom, #f62b2b, #d20202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);

  margin: 5px;
}

button:hover {
  border: 1px solid #b30808;
  background-color: #e40a0a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e40a0a),
    to(#9f0202)
  );
  background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
  background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.grpbtn {
  border: 1px solid #7eb9d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  background-color: #a7cfdf;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a7cfdf),
    to(#23538a)
  );
  background-image: -webkit-linear-gradient(top, #a7cfdf, #23538a);
  background-image: -moz-linear-gradient(top, #a7cfdf, #23538a);
  background-image: -ms-linear-gradient(top, #a7cfdf, #23538a);
  background-image: -o-linear-gradient(top, #a7cfdf, #23538a);
  background-image: linear-gradient(to bottom, #a7cfdf, #23538a);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a7cfdf, endColorstr=#23538a);
}

.grpbtn:hover {
  border: 1px solid #5ca6c4;
  background-color: #82bbd1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#82bbd1),
    to(#193b61)
  );
  background-image: -webkit-linear-gradient(top, #82bbd1, #193b61);
  background-image: -moz-linear-gradient(top, #82bbd1, #193b61);
  background-image: -ms-linear-gradient(top, #82bbd1, #193b61);
  background-image: -o-linear-gradient(top, #82bbd1, #193b61);
  background-image: linear-gradient(to bottom, #82bbd1, #193b61);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#82bbd1, endColorstr=#193b61);
}

.grpbtn_inactive {
  border: 1px solid #cacaca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6e6e6),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -ms-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: linear-gradient(to bottom, #e6e6e6, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

.grpbtn_inactive:hover {
  border: 1px solid #b3b3b3;
  background-color: #cdcdcd;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cdcdcd),
    to(#b3b3b3)
  );
  background-image: -webkit-linear-gradient(top, #cdcdcd, #b3b3b3);
  background-image: -moz-linear-gradient(top, #cdcdcd, #b3b3b3);
  background-image: -ms-linear-gradient(top, #cdcdcd, #b3b3b3);
  background-image: -o-linear-gradient(top, #cdcdcd, #b3b3b3);
  background-image: linear-gradient(to bottom, #cdcdcd, #b3b3b3);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cdcdcd, endColorstr=#b3b3b3);
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .grpbtn_inactive,
  .grpbtn {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 320px) {
  .grpbtn_inactive,
  .grpbtn {
    padding-left: 0px;
    padding-right: 0px;
    font-size: smaller;
  }
}

.EventsNotice {
  margin: 2px;
  border: 1px solid #91b41a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #000000;
  background-color: #b6e026;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b6e026),
    to(#abdc28)
  );
  background-image: -webkit-linear-gradient(top, #b6e026, #abdc28);
  background-image: -moz-linear-gradient(top, #b6e026, #abdc28);
  background-image: -ms-linear-gradient(top, #b6e026, #abdc28);
  background-image: -o-linear-gradient(top, #b6e026, #abdc28);
  background-image: linear-gradient(to bottom, #b6e026, #abdc28);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b6e026, endColorstr=#abdc28);
}

.EventsNotice___________disabled:hover {
  border: 1px solid #718c14;
  background-color: #95b91a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#95b91a),
    to(#8bb41d)
  );
  background-image: -webkit-linear-gradient(top, #95b91a, #8bb41d);
  background-image: -moz-linear-gradient(top, #95b91a, #8bb41d);
  background-image: -ms-linear-gradient(top, #95b91a, #8bb41d);
  background-image: -o-linear-gradient(top, #95b91a, #8bb41d);
  background-image: linear-gradient(to bottom, #95b91a, #8bb41d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#95b91a, endColorstr=#8bb41d);
}

.FramedComponents {
  /*
	-moz-box-shadow:    0px 1px 7px 1px #aaa;
    -webkit-box-shadow: 0px 1px 7px 1px #aaa;
    box-shadow:         0px 1px 7px 1px #aaa;

    
    background-color:  #eaecee  ;
    border-radius: 25px;
    
    padding:20px;
    margin-top:20px;
    */

  padding: 20px;
  margin-top: 20px;

  border: 1px solid #d7dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  display: inline-block;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f5f5),
    to(#eaecee)
  );
  background-image: -webkit-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -moz-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -ms-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -o-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: linear-gradient(to bottom, #f4f5f5, #eaecee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#eaecee);
}

.reviewblock {
  width: 100%;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  padding: 10px 10px 10px 10px;
  text-decoration: none;
  display: inline-block;

  background-color: #f4f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f5f5),
    to(#dfdddd)
  );
  background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
  background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}

.gallery_images {
  /* border-radius: 25px; 
	
	border:2px solid #ffffff;*/

  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;

  width: auto;
  height: 500px;
  margin: auto;

  max-height: 500px;
}

@media only screen and (max-width: 700px) {
  .gallery_images {
    max-height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .gallery_images {
    max-height: 300px;
  }

  .FramedComponents {
    padding: 10px;
  }
}

#MainSearchBox {
  width: 100%;

  /* background-color:   #717d7e   ; */
  /*  background-color:    #641e16     ; */
  background-color: #515a5a;

  border: 1px solid #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: arial, helvetica, sans-serif;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #ffffff;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#e6e6e6),
    to(#cccccc)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -moz-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -ms-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: -o-linear-gradient(top, #e6e6e6, #cccccc);
  background-image: linear-gradient(to bottom, #e6e6e6, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E6E6E6, endColorstr=#CCCCCC);
}

#FiltersBox {
  width: 100%;
  /*  background-color:   #aab7b8   ;  */
  border: 1px solid #d7dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  display: inline-block;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f5f5),
    to(#eaecee)
  );
  background-image: -webkit-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -moz-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -ms-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -o-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: linear-gradient(to bottom, #f4f5f5, #eaecee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#eaecee);
}

/*

.StoreCard
{	
	-moz-box-shadow:    0px 1px 7px 1px #aaa;
    -webkit-box-shadow: 0px 1px 7px 1px #aaa;
    box-shadow:         0px 1px 7px 1px #aaa; 
    min-height:300px;
    width:100%;
	background-color:  #eaecee  ;
	border-radius: 25px;
}
*/

.StoreReviewCard,
.StorePromosCard {
  border: 1px solid #d7dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f5f5),
    to(#eaecee)
  );
  background-image: -webkit-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -moz-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -ms-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -o-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: linear-gradient(to bottom, #f4f5f5, #eaecee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#eaecee);
}

.StoreCard {
  width: 100%;
  border: 1px solid #d7dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #f4f5f5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f5f5),
    to(#eaecee)
  );
  background-image: -webkit-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -moz-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -ms-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: -o-linear-gradient(top, #f4f5f5, #eaecee);
  background-image: linear-gradient(to bottom, #f4f5f5, #eaecee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#eaecee);
}

.MapCard {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d7dada;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #e5e8e8;

  /*
    background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
    background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
    background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
    background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
    background-image: -o-linear-gradient(top, #f62b2b, #d20202);
    background-image: linear-gradient(to bottom, #f62b2b, #d20202);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
 */
}

.slick-prev {
  margin-left: 60px;
  z-index: 999999;
}

.slick-next {
  margin-right: 60px;
  z-index: 999999;
}

.slick-prev:before,
.slick-next:before {
  font-size: 50pt;
}

@media only screen and (max-width: 700px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 35pt;
  }

  .slick-prev {
    margin-left: 40px;
  }

  .slick-next {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 400px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 20pt;
  }

  .slick-prev {
    margin-left: 30px;
  }

  .slick-next {
    margin-right: 30px;
  }
}

.StoreCardThumbnail {
  height: 300px;
  float: left;
  width: 100%;
  max-width: 500px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

@media only screen and (max-width: 800px) {
  .StoreCardThumbnail {
    max-width: 30%;
  }
}

@media only screen and (max-width: 500px) {
  .StoreCardThumbnail {
    float: none;

    max-width: 100%;
    width: 100%;
    height: 100px;
    margin: auto;
  }
}

.StoreCardDetailedThumbnail {
  height: 400px;
  margin: auto;
  width: 100%;

  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.StoreCardInfo {
  margin-left: 500px;

  padding: 20px;
}

@media only screen and (max-width: 800px) {
  .StoreCardInfo {
    margin-left: 30%;
    font-size: smaller;
  }
}

@media only screen and (max-width: 500px) {
  .search-results-storename {
    font-size: 16px;
  }

  .StoreCardInfo {
    margin-left: 0;
    font-size: smaller;
  }
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  min-height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 16px; /* 0.9rem; */
  color: #404040;
  outline: none;
}

select {
  display: inline-block;
  min-height: 36px;
  padding: 8px 12px;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 0.9rem;
  color: #404040;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type="radio"] {
  cursor: pointer;
}

input[type="button"] {
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

input[type="submit"] {
  cursor: pointer;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.SearchBoxes {
  margin: 5px;
  max-width: 150px;
}


@media only screen and (max-width: 400px) {
  .SearchBoxes {
    max-width: 40%;
  }
}

#footer {
  margin-top: 0px;
  margin-bottom: 0px;

  /* background:#165994; */

  color: #424949;

  width: 100%;
  text-align: center;
}

#footer-inner {
  background-color: #ccd1d1;
  padding: 0px;
}

/* Modal popup for payment CSS */

/* Popup container */
.dontClosePopup {
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* The actual popup (appears on top) */
.dontClosePopup .payPopupText {
  visibility: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  z-index: 1;
  padding: 3em;
  padding-left: 7em;
  background: #555555d1 url(../images/yellow-warning-triangle.svg) left 3em center no-repeat scroll;
  background-size: 50px;
  display: block;
  max-width: 560px;
  margin: 0 auto;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.dontClosePopup .show {
  visibility: visible;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


/* Cookie */
#cookieNotice {
  position: fixed;
  bottom: 30px;
  background-color: #fff;
  color: #000;
  border: 1px solid black;
  padding: 20px 30px;
  width: 80vw;
  z-index: 999999;
  box-shadow: 6px 6px 15px -3px black;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px; 
}

@media(max-width:768px){
  #cookieNotice{
      max-width: 70%;
  }
}

#cookieNotice .content-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}

@media (min-width: 992px) {
  #cookieNotice .content-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap; 
  } 
}

#cookieNotice .content-wrap .msg-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  margin-left: 30px;
  margin-right: 50px;
  text-align: center;
}

@media (min-width: 992px) {
  #cookieNotice .content-wrap .msg-wrap {
      max-width: 60%;
      text-align: left; 
  }
}

#cookieNotice .content-wrap .msg-wrap h4 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  font-size: 16px;
  text-transform: uppercase; 
  color: #000;
}

#cookieNotice .content-wrap .msg-wrap p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px; 
  margin-left: 0;
  color: #000;
}

#cookieNotice .content-wrap .msg-wrap a {
  color: #000;
}

#cookieNotice .content-wrap .btn-wrap {
  margin-right: 0px;
}

@media (max-width: 991px) {
  #cookieNotice .content-wrap .btn-wrap {
      margin: 20px auto 0px; 
  } 
}

@media (min-width: 992px) {
  #cookieNotice .content-wrap .btn-wrap {
      margin-left: auto; 
  } 
}

#cookieNotice .content-wrap .btn-wrap button {
  background-color: #df0909;
  border-color: #df0909;
  box-shadow: none;
  border-width: 1px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 10px;
  padding: 6px 20px;
  font-weight: 600; 
  cursor: pointer;
  margin-bottom: 0px;
}