* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(242, 242, 242);
  height: max-content;
}


.code-promo {
  font-size: 22px;
  line-height: 59px;
  color: #6699a4;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

.code-promo-right {
  font-size: 12px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 400;
  font-family: "News Cycle";

}

.custom-breadcumbs {
  font-size: 20px;
  line-height: 77px;
  color: #333333;
  font-weight: 700;
  font-family: "News Cycle";
  text-decoration: none;
}

.content-title {
  font-size: 32px;
  line-height: 77px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.select-content {
  max-width: 100%;
  overflow-x: auto;
  cursor: pointer;
}

.category-header {
  font-size: 32px;
  line-height: 77px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.category-item {
  padding-left: 10%;
  font-size: 20px;
  line-height: 54px;
  color: #ffffff;
  font-weight: 400;
  font-family: "News Cycle";
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.category-list-item {
  padding-left: 10%;
  font-size: 20px;
  line-height: 54px;
  color: black;
  font-weight: 400;
  font-family: "News Cycle";
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #185463;
  cursor: pointer;
}

.padding-left-10 {
  padding-left: 10%;
}

.padding-left-20 {
  padding-left: 20%;
}

.bg-green-color {
  background-color: #185463;
}

.bg-light-green-color {
  background-color: #6699a4;
}

.color-green {
  color: #185463;
}

.bg-light-darker {
  background-color: #dddddd;

}

.top-marchands-title {
  font-size: 31px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  font-family: "News Cycle";
}

.marchand-title {
  font-size: 40px;
  line-height: 34px;
  color: #ff9900;
  font-weight: 700;
  font-family: "News Cycle";
  text-align: center;
}

.marchand-desc {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";
}

.marchand-details {
  font-size: 14px;
  font-weight: 400;
  font-family: "News Cycle";
  text-decoration: none;
}

.marchand-more {
  font-size: 14px;
  color: #6699a4;
  font-weight: 700;
  font-family: "News Cycle";
  text-align: right;
  text-decoration: none;
}

.code-container {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #185463;
  z-index: 1;

}

.square-hidder {
  position: absolute;
  width: 60%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #185463;
}

.code-hidder-tips {
  padding-left: 1rem;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
  font-family: "News Cycle";
}

.parralelogram-hidder {
  position: absolute;
  top: 0;
  left: 50%;
  width: 32%;
  height: 50px;
  transform: skew(20deg);
  background-color: #185463;
  z-index: 2;
}

.code-content {
  position: absolute;
  left: 35%;
  top: 0;
  z-index: 1;
}
.a-code-promo{
  font-family: "Montserrat Regular";
}
.coupons-livraison{
  width: 206px;
}

.code {
  height: 100%;
  font-size: 23px;
  color: #000000;
  font-weight: 700;
  font-family: "News Cycle";
  position: absolute;
  float: right;
}

.pagination-navigation {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
}

.pagination-link {
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;

  font-size: 18px;
  letter-spacing: 0px;
  line-height: 60px;
  color: #666666;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

.pagination-item {
  list-style: none;
}

.pagination-link:hover {
  color: #ffffff;
  background-color: #185463;
}

.pagination-link:active {
  color: #ffffff;
  background-color: #185463;
  border: 1px solid transparent;
}



.pagination-wrapper {
  text-align: center;
  margin: 40px 0;
}

.pagination {
  display: inline-flex;
  height: auto;
  background-color: #dddddd;
}

.page-numbers {
  padding: 1rem;
  transition: 400ms ease;
  text-decoration: none;

  font-size: 18px;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

.page-numbers:hover,
.page-numbers.current {
  background-color: #185463;
  color: #fff;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
  background-color: transparent;
  color: #185463;
}

@media only screen and (max-width: 1199px) {
  .page-numbers {
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .page-numbers {
    padding: 0 14px;
    display: none;
  }

  .page-numbers:nth-of-type(2) {
    position: relative;
    padding-right: 50px;
  }

  .page-numbers:nth-of-type(2)::after {
    content: "...";
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 45px;
  }

  .page-numbers:nth-child(-n+3),
  .page-numbers:nth-last-child(-n+3) {
    display: block;
  }

  .page-numbers:nth-last-child(-n+4) {
    padding-right: 14px;
  }

  .page-numbers:nth-last-child(-n+4)::after {
    content: none;
  }
}

.three-dot-pagination {
  padding: 1rem;
  transition: 400ms ease;
  text-decoration: none;

  font-size: 18px;
  letter-spacing: 0px;
  color: #666666;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
  .three-dot-pagination {
    display: none;
  }
}

/* page 2 */


.category-infos {
  font-size: 31px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  font-family: "News Cycle";
}

.category-infos-details {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-family: "News Cycle";
}

.category-information {
  font-size: 32px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.category-information-text {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "News Cycle";
}

.buy-guide-title {
  font-size: 32px;
  line-height: 77px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.guide-content-title {
  width: 385px;
  height: 107px;
  font-size: 28px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.guide-content-description {
  width: 385px;
  height: 107px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";
}

.guide-content-description span a {
  text-decoration: none;
}

.related-question {
  font-size: 20px;
  line-height: 14px;
  color: #6699a4;
  font-weight: 400;
  font-family: "News Cycle";

  text-decoration: none;
}

.same-category-title {
  font-size: 32px;
  line-height: 41px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
}

.same-category-title p {
  font-size: 20px;
  color: #185463;
  font-weight: 600;
  font-family: "News Cycle";
}

.other-marchand-text {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";

  text-decoration: none;
}

.marchand-pagination-item {
  padding: 0.5rem;
  font-size: 22px;
  line-height: 57px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  background-color: #9bb1be;
  text-decoration: none;
}

.marchand-pagination-item:hover {
  background-color: #185463;
}

.marchand-pagination-item:active {
  background-color: #185463;
}

.marchand-pagination {
  display: inline-block;
}


/* page 3 */

.all-categories-list {
  list-style: none;
}

.all-categories-item {
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";

  text-decoration: none;
}

.all-categories-coupons {
  font-size: 20px;
  line-height: 40px;
  color: rgba(102, 102, 102, 255);
  font-weight: 300;
  font-family: "News Cycle";

  cursor: pointer;
}

/* page4 */

.horizontal-marchands-filter {
  background-color: transparent;
  border: none;
}

.marchands-filter-item {
  
  cursor: default;
  font-size: 32px;
  line-height: 77px;
  color: #185463;
  font-weight: 700;
  font-family: "News Cycle";
  padding-bottom: 0.5rem;

  text-decoration: none;
}

.marchands-filter-item:hover {
  color: #185463;
  border-bottom: 0.5rem solid #333333;
}

.marchands-code-number {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";
}



/* Home style */

.home-parralelogram-hidder {
  position: absolute;
  top: 0;
  left: 50%;
  width: 23%;
  height: 50px;
  transform: skew(20deg);
  background-color: #185463;
  z-index: 2;
}

.home-code-content {
  position: absolute;
  display: flex;
  justify-items: center;
  align-items: center;
  left: 20%;
  top: 0;
  z-index: 1;
}

@media only screen and (min-width: 120px) and (max-width: 768px) {
  .home-code-content {
    position: absolute;
    display: flex;
    justify-items: center;
    align-items: center;
    left: 40%;
    top: 0;
    z-index: 1;
  }
}

.home-code-valability {
  font-size: 11px;
  color: #000000;
  font-weight: 400;
  font-family: "News Cycle";
}