.row {
  display: flex;
  justify-content: space-between;
}

.flexWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0px 14px;
}
.flexWrap .stores {
  width: 10%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.flexWrap .stores a {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100%;
}
.flexWrap .stores a img {
  max-width: 150px;
  width: 100%;
}

.offer-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 10px;
}
.offer-area .offer-box {
  margin-bottom: 20px;
  flex: 0 1 260px;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.offer-area .offer-box .offer-box-inner {
  position: relative;
}
.offer-area .offer-box .offer-box-inner figure img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 0 0;
}
.offer-area .offer-box .offer-box-inner .wrapper-img {
  position: absolute;
  bottom: 6px;
  left: 10px;
}
.offer-area .offer-box .offer-box-inner .wrapper-img img {
  width: 65px;
  height: 65px;
  border: 1px solid #e0e0e0;
  outline: 0;
  border-radius: 3px;
}
.offer-area .offer-box .content-wrap {
  background-color: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  height: 100%;
}
.offer-area .offer-box .content-wrap h2 {
  line-height: 19px;
}
.offer-area .offer-box .content-wrap h2 a {
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0;
  color: #3b3b3b;
}
.offer-area .offer-box .content-wrap ul.flags {
  display: flex;
  flex-wrap: wrap;
}
.offer-area .offer-box .content-wrap ul.flags li.flag.exclusive {
  background-color: #fef1e5;
  color: #fa6805;
  padding: 5px;
  font-size: 0.6rem;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

#tabs ul.cust {
  display: flex;
  gap: 21px;
  text-align: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
#tabs ul.cust li {
  font-size: 0.875rem;
  flex: 1;
  -ms-flex: 1 0 auto;
  margin: 0 2px 10px;
  max-width: 200px;
}
#tabs ul.cust li a {
  background: #e0e0e0;
  border-radius: 3px;
  color: #212121;
  display: block;
  padding: 4px 8px;
  position: relative;
}
#tabs ul.cust li a.activelink {
  color: #fff;
  background-color: #1976d2;
}
#tabs ul.cust li a.activelink::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 8px solid #1976d2;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -14px;
}

.hide {
  display: none;
}

.coupen-cont {
  flex: 0 1 47%;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 20px 10px 0;
  box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}
.coupen-cont .coupen-inner {
  display: flex;
  gap: 2rem;
}
.coupen-cont .coupen-inner .coupenInnerTxt {
  text-align: center;
}
.coupen-cont .coupen-inner .coupenInnerTxt h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: #1976d2;
}
.coupen-cont .coupen-inner .coupenInnerTxt span {
  font-size: 1rem;
  color: #1976d2;
  font-weight: 600;
}
.coupen-cont .coupen-inner figure {
  width: 100px;
  min-width: 100px;
}
.coupen-cont .coupen-inner img {
  border: 1px solid #e0e0e0;
  outline: 0;
  border-radius: 3px;
}
.coupen-cont .coupen-inner .coupen-content ul.flags {
  display: flex;
  flex-wrap: wrap;
}
.coupen-cont .coupen-inner .coupen-content ul.flags li.flag.exclusive {
  background-color: #fef1e5;
  color: #fa6805;
  padding: 5px;
  font-size: 0.6rem;
  border-radius: 3px;
  display: inline-block;
  line-height: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 {
  left: 0 !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 a {
  position: relative !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn-2 a:hover {
  width: 100% !important;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn {
  margin: 10px 0 0;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 250px;
  left: 12px;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn:hover .btn.orange {
  width: 70%;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .coupen-num span {
  border: 3px dashed #fb9700;
  display: block;
  text-align: right;
  color: #000;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 10px;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .coupen-num:hover a {
  width: 80%;
  transition: 0.3s all;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange {
  display: flex;
  height: 28px;
  text-indent: 10px;
  width: 85%;
  transform: skew(-20deg, 0deg);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  background: #fb9700;
  background: linear-gradient(315deg, #fb9700, #ff7a00);
  position: relative;
  transition: 0.3s all;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange::before {
  content: "";
  background: #ff7a00;
  width: 20px;
  height: 100%;
  left: -10px;
  top: 0;
  position: absolute;
  transform: skew(20deg, 0deg);
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange span {
  transform: skew(20deg, 0deg);
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn .btn.orange2 {
  background: #fb9700;
  background: linear-gradient(315deg, #fb9700, #ff7a00);
  width: 100%;
  margin: 10px 0;
}
.coupen-cont .coupen-inner .coupen-content .coupen-btn a {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
}
.coupen-cont .coupen-inner .no-thnx a {
  font-size: 0.8em;
  color: #212121;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
}
.coupen-cont .coupen-footer {
  border-top: 1px solid #f5f5f5;
  padding: 0;
  margin-top: 10px;
}
.coupen-cont .coupen-footer .coupenBoxLftTxt span {
  font-size: 0.75rem;
}
.coupen-cont .coupen-footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
.coupen-cont .coupen-footer ul li {
  padding: 5px 0;
  position: relative;
  font-size: 0.75rem;
}
.coupen-cont .coupen-footer ul li.clik {
  cursor: pointer;
}
.coupen-cont .coupen-footer ul::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #f5f5f5;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.coupen-cont .coupen-footer .details-loaded {
  display: none;
  margin-top: 10px;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-dates {
  width: 40%;
  float: left;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-terms {
  width: 60%;
  float: left;
}
.coupen-cont .coupen-footer .details-loaded .wrpa-terms p {
  font-size: 0.875rem;
}
.coupen-cont .coupen-footer .details-loaded h4 {
  font-size: 0.75rem;
  font-weight: 600;
  color: #212121;
}
.coupen-cont .coupen-footer .details-loaded .dates {
  font-size: 0.75rem;
  font-weight: 400;
}
.coupen-cont .coupen-footer .details-loaded .dates span {
  font-weight: 600;
}

.merchant-info ul {
  list-style-type: disc;
}
.merchant-info ul li {
  color: #212121;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
}
.merchant-info p {
  color: #212121;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
}
.merchant-info a {
  color: #1976d2;
  text-decoration: underline;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 400;
  font-size: 1rem;
}
.merchant-info img {
  margin: 20px 0;
}
.merchant-info .secheading {
  margin-bottom: 20px;
}

.expert-user {
  display: flex;
  gap: 18px;
  background-color: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
}
.expert-user img {
  border-radius: 50%;
  width: 130px;
}
.expert-user p {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}
.expert-user a {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1rem;
}
.expert-user span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

.infoCas > li {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #e0e0e0;
}
.infoCas > li a {
  font-weight: 500;
  font-size: 1rem;
  color: #1976d2;
}
.infoCas > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.margbot {
  margin-bottom: 0;
}

.module.margbots p {
  margin-bottom: 20px;
}
.module ul.popular-shop {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.module ul.popular-shop li {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 0 1 90px;
}
.module ul.popular-shop li span {
  font-size: 0.875rem;
}
.module ul.popular-shop li a img {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  outline: 0;
  border-radius: 3px;
}

.promoCodeBtns {
  height: 300px;
  overflow-y: scroll;
  padding-top: 10px;
}
.promoCodeBtns ul li {
  display: inline-block;
  margin: 0 10px 15px 0;
}
.promoCodeBtns ul li a {
  color: #212121;
  border: 1px solid #212121;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
  transition: background-color 0.3s, color 0.3s;
}
.promoCodeBtns ul li a:hover {
  background-color: #e0e0e0;
}
.promoCodeBtns .allBrandBtn a {
  font-size: 0.875rem;
  color: #1976d2;
  text-decoration: underline;
}

.blg p {
  margin: 10px 0;
}

.margTop {
  margin-top: 80px;
}

.details-loaded.active {
  display: block !important;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .flexWrap .stores {
    width: 15%;
  }
}
@media (max-width: 540.98px) {
  .flexWrap .stores {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
}/*# sourceMappingURL=categories-inner.css.map */