.box-intro {
  margin-bottom: 15px;
}
.list_merchant {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list_merchant .item {
  width: 25%;
}
.inner {
  padding: 10px;
}

/********Coupon****************/
.list_coupon {
  margin-top: 15px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.offers-details {
  width: 33.333%;
}
.mgg-bl {
  background: #ff6501;
  background: linear-gradient(#ff8e00b5,#ff6501);
  border-radius: 4px;
  margin: 7px;
}

.mgg-discount {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  padding: 20px 0;
}
.polyxgo_title {
  padding: 10px;
  min-height: 150px;
  font-size: 15px;
}
.polyxgo_bold {
  font-weight: 700;
  color: #2c3f3d;
}
.mgg-top {
  display: inline-block;
  width: 100%;
  padding: 10px;
}
.mgg-logo {
  width: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: -25px;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #fff;
  z-index: 1;
}
.mgg-bottom {
  border-top: 2px dotted #fff;
  padding-top: 30px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}

.mgg-bottom::before {
  content: "";
  width: 20px;
  height: 40px;
  background: #f4f4f4;
  z-index: 5;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  position: absolute;
  left: 0;
  top: -20px;
}
.mgg-bottom::after {
  content: "";
  width: 20px;
  height: 40px;
  background: #f4f4f4;
  z-index: 10;
  position: absolute;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  right: 0;
  top: -20px;
}
.polyxgo_details {
  display: none;
  line-height: 18px;
  border: 1px dashed #ccc;
  padding: 8px;
  background: yellow;
  margin-top: 8px;
}
.coupon-code {
  display: inline-flex;
  margin: 0 auto;
}
.code-mgg {
  display: inline-block;
  width: 70px;
  background: #fff;
  padding: 6px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #fb0101;
  cursor: pointer;
}
.code-mgg.open {
  width: auto;
}
span.btn-copy {
  width: 70px;
  background: #fb0101;
  padding: 7px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  margin-left: -3px;
  z-index: 9;
  display: inline-block;
  border: 1px solid #fb0101;
  position: relative;
  font-size: 13px!important;
}
span.btn-copy::before {
  content: "";
  border-right-color: #ff0100;
  display: block;
  height: 0;
  width: 0;
  border-top: 35px solid #e41d1d00;
  border-right: 37px solid red;
  position: absolute;
  right: 69px;
  top: -1px;
  z-index: 99;
}
.promotion-button:hover {
  border: 1px solid #fb4601;
  background: #fff;
  color: #fb4601;
}
.promotion-button {
  display: inline-block;
  margin: 0 auto;
  background: #fb4601;
  width: 150px;
  text-align: center;
  font-size: 16px;
  padding: 7px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.porm {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.bg-note {
  background: #FFF7F4;
  color: #A61818;
  font-size: 16px;
}
.notes .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.notes ul {
  list-style: disc;
}

/****************CATEGORY******************/
.list_category {
  margin-top: 15px;
}
.list_category a {
  padding: 5px 15px;
  margin-right: 10px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  background: #ff6501;
  background: linear-gradient(#ff8e00b5,#ff6501);
  margin-bottom: 10px;
}
.list_category a.active, .list_category a:hover {
  background: #53b046;
}
@media (max-width: 767px) {
  .offers-details {
    width: 100%;
  }

  .list_merchant .item {
    width: 50%;
  }
}
