.cwg_popup_submit {
  background-color: #ffcb00;
  border: 2px solid #ffcb00;
  border-radius: 0;
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  color: #ffffff;
}

.categoriesmenu {
  border-right: 1px solid #000;
  margin-right: 50px;
}
.categoriesmenu .col-3 {
  float: left;
}

.brandsmenu .col-6 {
  float: left;
}

a:target {
  scroll-margin-top: 160px;
}

/* Newsletter */
#newsletteropen {
  cursor: pointer;
  margin-top: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  /* Modal Content/Box */
  /* The Close Button */
}
.modal .modal-content {
  background-color: #eeeeee;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  height: inherit;
  max-width: 580px;
  max-height: 750px;
}
@media (max-width: 760px) {
  .modal .modal-content {
    width: 90%;
    padding: 5px;
  }
}
.modal .close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 44px;
  margin-bottom: 10px;
}
.modal .close:hover,
.modal .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color:#000;
}
.modal iframe {
  width: 90%;
  height: -webkit-fill-available;
}
@media (max-width: 760px) {
  .modal iframe {
    width: 100%;
  }
}

/*# sourceMappingURL=logicdigital.css.map */
