.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}
.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}
.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}
.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}
.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}
.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}
.dual-box__main a:hover {
  text-decoration: underline;
}
.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}
.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}
.dual-box__main ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main ol li:last-child {
  margin-bottom: 0;
}
.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}
.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}
.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}
.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}
.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}
.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}
.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}
.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}
.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}
.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}
.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[rel~=nofollow] {
  text-decoration: none !important;
}

.cbd-prod-table {
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 908px;
}
.cbd-prod-table .cbd-table {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
}
.cbd-prod-table .cbd-table__top {
  display: grid;
  margin: 0 auto;
  padding: 12px 0 0;
  box-sizing: border-box;
  grid-template-columns: 124px 246px 234px 218px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  background: #7fba2b;
  color: #ffffff;
  width: 100%;
  height: 44px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  border-radius: 6px 6px 0 0;
}
.cbd-prod-table .cbd-table__top .head {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
}
.cbd-prod-table .cbd-table__top .head__mob {
  display: none;
}
.cbd-prod-table .cbd-table__list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.cbd-prod-table .cbd-table__list .item {
  display: grid;
  margin: 0 auto;
  padding: 7px 0;
  box-sizing: border-box;
  grid-template-columns: 370px 452px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #b3b3b3;
  min-height: 130px;
}
.cbd-prod-table .cbd-table__list .item .body-wrap-1 {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 124px 246px;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.cbd-prod-table .cbd-table__list .item .body-wrap-2 {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 234px 218px;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.cbd-prod-table .cbd-table__list .item:last-child {
  border-bottom: 1px solid transparent;
}
.cbd-prod-table .cbd-table__list .item-body .label-absolute {
  display: none;
}
.cbd-prod-table .cbd-table__list .item-body__image {
  display: block;
  max-width: 115px;
  max-height: 115px;
  margin: 0 auto;
}
.cbd-prod-table .cbd-table__list .item-body__title {
  display: block;
  margin: 11px 0 11px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 24px;
  background: rgba(255, 205, 42, 0.078);
  color: #ffcd2a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 10px;
  border: 2px solid #ffcd2a;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label img {
  position: absolute;
  left: -8px;
  top: -10px;
  z-index: 1;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label span {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 48px;
  width: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(20deg) translateX(0);
  -ms-transform: skewX(20deg) translateX(0);
  transform: skewX(20deg) translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: 2s slidein infinite;
  animation: 2s slidein infinite;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label.secondary {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -webkit-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -ms-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  border: none;
  color: #ffffff;
}
.cbd-prod-table .cbd-table__list .item-body__recommended .label.secondary img {
  left: -9px;
  top: -2px;
}
.cbd-prod-table .cbd-table__list .item-body .features {
  display: block;
  margin: 11px 10px 12px 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.cbd-prod-table .cbd-table__list .item-body .features__item {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 13px auto;
  grid-column-gap: 6px;
  grid-row-gap: 0;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}
.cbd-prod-table .cbd-table__list .item-body .features__item img {
  width: 13px;
  height: 10px;
  display: inline-block;
  margin: 6px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.cbd-prod-table .cbd-table__list .item-body .features__item span {
  display: inline;
}
.cbd-prod-table .cbd-table__list .item-body .review-link {
  display: inline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #7fba2b;
  text-decoration: none;
  position: relative;
}
.cbd-prod-table .cbd-table__list .item-body .review-link::before {
  content: "";
  width: 0;
  height: 1.5px;
  transition: all 240ms ease-in-out;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  background: #7fba2b;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -2px;
  right: 0;
  z-index: 1;
}
.cbd-prod-table .cbd-table__list .item-body .review-link:hover {
  text-decoration: none;
}
.cbd-prod-table .cbd-table__list .item-body .review-link:hover::before {
  width: 100%;
  height: 1.5px;
}
.cbd-prod-table .cbd-table__list .item-body .coup-box {
  display: flex;
  margin: 0 10px 0 0;
  padding: 16px 16px 18px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff5d4;
  min-height: 115px;
  height: 100%;
}
.cbd-prod-table .cbd-table__list .item-body .coup-box__item {
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.cbd-prod-table .cbd-table__list .item-body .coup-box__item span {
  font-weight: 700;
}
.cbd-prod-table .cbd-table__list .item-body .coup-box__link {
  display: flex;
  margin: 12px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 30px;
  background: #7fba2b;
  color: #ffffff;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
}
.cbd-prod-table .cbd-table__list .item-body .coup-box__link:hover {
  background: #4a7c3d;
  text-decoration: none;
}

/* Media Queries -- 900px */
@media screen and (max-width: 899px) {
  .cbd-prod-table {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 768px;
  }
  .cbd-prod-table .cbd-table {
    grid-template-columns: 329px 389px;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .cbd-prod-table .cbd-table__top {
    grid-template-columns: 24px 302px 234px 14px;
  }
  .cbd-prod-table .cbd-table__list .item {
    grid-template-columns: 329px 389px;
    width: 100%;
    height: auto;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-1 {
    grid-template-columns: 329px;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    grid-template-columns: 389px;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  .cbd-prod-table .cbd-table__list .item-body {
    width: 100%;
    height: auto;
    position: relative;
  }
  .cbd-prod-table .cbd-table__list .item-body__title {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
  }
  .cbd-prod-table .cbd-table__list .item-body__recommended {
    display: none;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute {
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 24px;
    background: rgba(255, 205, 42, 0.078);
    color: #ffcd2a;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 10px;
    border: 2px solid #ffcd2a;
    position: absolute;
    left: 24px;
    top: 7px;
    z-index: 10;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute img {
    position: absolute;
    left: -8px;
    top: -10px;
    z-index: 1;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute span {
    display: flex;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 48px;
    width: 20px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: skewX(20deg) translateX(0);
    -ms-transform: skewX(20deg) translateX(0);
    transform: skewX(20deg) translateX(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: 2s slidein infinite;
    animation: 2s slidein infinite;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute.secondary {
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    background-image: -webkit-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    background-image: -ms-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    border: none;
    color: #ffffff;
  }
  .cbd-prod-table .cbd-table__list .item-body .label-absolute.secondary img {
    left: -9px;
    top: -2px;
  }
  .cbd-prod-table .cbd-table__list .item-body .coup-box {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    min-height: 10px;
  }
  .cbd-prod-table .cbd-table__list .item-body .coup-box .coup-box-wrap {
    margin-right: 10px;
  }
  .cbd-prod-table .cbd-table__list .item-body .coup-box__item {
    text-align: left;
  }
}
/* Media Queries -- 768px */
@media screen and (max-width: 767px) {
  .cbd-prod-table {
    max-width: 500px;
  }
  .cbd-prod-table .cbd-table__top {
    grid-template-columns: 1fr;
  }
  .cbd-prod-table .cbd-table__top .head {
    display: none;
  }
  .cbd-prod-table .cbd-table__top .head:first-child {
    display: block;
  }
  .cbd-prod-table .cbd-table__top .head__mob {
    display: block;
    text-align: center;
  }
  .cbd-prod-table .cbd-table__list .item {
    grid-template-columns: 1fr;
    padding: 0 7px 14px;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-1, .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    grid-template-columns: 1fr;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    max-width: 374px;
    width: 100%;
    margin: 0 auto;
  }
  .cbd-prod-table .cbd-table__list .item .item-body {
    width: 100%;
  }
  .cbd-prod-table .cbd-table__list .item .item-body__image {
    max-width: 175px;
    max-height: 175px;
  }
  .cbd-prod-table .cbd-table__list .item .item-body .label-absolute {
    top: 14px;
    left: 24px;
  }
  .cbd-prod-table .cbd-table__list .item .item-body__title {
    margin-bottom: 6px;
  }
  .cbd-prod-table .cbd-table__list .item .item-body .coup-box {
    margin: 0 auto;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .cbd-prod-table {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cbd-prod-table .cbd-table__list .item {
    padding: 7px 14px 14px;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    max-width: 336px;
  }
  .cbd-prod-table .cbd-table__list .item-body .coup-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cbd-prod-table .cbd-table__list .item .body-wrap-1 .item-body .label-absolute {
    top: 7px;
    left: 0;
  }
}
.dual-box__main {
  /* Media Queries -- 900px */
  /* Media Queries -- 768px */
  /* Media Queries -- 500px */
}
.dual-box__main .cbd-prod-table {
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 908px;
}
.dual-box__main .cbd-prod-table .cbd-table {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
}
.dual-box__main .cbd-prod-table .cbd-table__top {
  display: grid;
  margin: 0 auto;
  padding: 12px 0 0;
  box-sizing: border-box;
  grid-template-columns: 124px 246px 234px 218px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  background: #7fba2b;
  color: #ffffff;
  width: 100%;
  height: 44px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  border-radius: 6px 6px 0 0;
}
.dual-box__main .cbd-prod-table .cbd-table__top .head {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
}
.dual-box__main .cbd-prod-table .cbd-table__top .head__mob {
  display: none;
}
.dual-box__main .cbd-prod-table .cbd-table__list {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item {
  display: grid;
  margin: 0 auto;
  padding: 7px 0;
  box-sizing: border-box;
  grid-template-columns: 370px 452px;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #b3b3b3;
  min-height: 130px;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-1 {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 124px 246px;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 234px 218px;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item:last-child {
  border-bottom: 1px solid transparent;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute {
  display: none;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__image {
  display: block;
  max-width: 115px;
  max-height: 115px;
  margin: 0 auto;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__title {
  display: block;
  margin: 11px 0 11px;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 24px;
  background: rgba(255, 205, 42, 0.078);
  color: #ffcd2a;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 10px;
  border: 2px solid #ffcd2a;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label img {
  position: absolute;
  left: -8px;
  top: -10px;
  z-index: 1;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label span {
  display: flex;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 48px;
  width: 20px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: skewX(20deg) translateX(0);
  -ms-transform: skewX(20deg) translateX(0);
  transform: skewX(20deg) translateX(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: 2s slidein infinite;
  animation: 2s slidein infinite;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label.secondary {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -webkit-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  background-image: -ms-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
  border: none;
  color: #ffffff;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended .label.secondary img {
  left: -9px;
  top: -2px;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .features {
  display: block;
  margin: 11px 10px 12px 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .features__item {
  display: grid;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 13px auto;
  grid-column-gap: 6px;
  grid-row-gap: 0;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .features__item img {
  width: 13px;
  height: 10px;
  display: inline-block;
  margin: 6px 0 0;
  padding: 0;
  box-sizing: border-box;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .features__item span {
  display: inline;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .review-link {
  display: inline;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #7fba2b;
  text-decoration: none;
  position: relative;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .review-link::before {
  content: "";
  width: 0;
  height: 1.5px;
  transition: all 240ms ease-in-out;
  -webkit-transition: all 240ms ease-in-out;
  -moz-transition: all 240ms ease-in-out;
  background: #7fba2b;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -2px;
  right: 0;
  z-index: 1;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .review-link:hover {
  text-decoration: none;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .review-link:hover::before {
  width: 100%;
  height: 1.5px;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box {
  display: flex;
  margin: 0 10px 0 0;
  padding: 16px 16px 18px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff5d4;
  min-height: 115px;
  height: 100%;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box__item {
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  text-align: center;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box__item span {
  font-weight: 700;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box__link {
  display: flex;
  margin: 12px 0 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 30px;
  background: #7fba2b;
  color: #ffffff;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
}
.dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box__link:hover {
  background: #4a7c3d;
  text-decoration: none;
}
@media screen and (max-width: 899px) {
  .dual-box__main .cbd-prod-table {
    padding-right: 24px;
    padding-left: 24px;
    max-width: 768px;
  }
  .dual-box__main .cbd-prod-table .cbd-table {
    grid-template-columns: 329px 389px;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .dual-box__main .cbd-prod-table .cbd-table__top {
    grid-template-columns: 24px 302px 234px 14px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item {
    grid-template-columns: 329px 389px;
    width: 100%;
    height: auto;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-1 {
    grid-template-columns: 329px;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    grid-template-columns: 389px;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body {
    width: 100%;
    height: auto;
    position: relative;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body__title {
    margin: 0 auto;
    text-align: center;
    max-width: 90%;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body__recommended {
    display: none;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute {
    display: flex;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 24px;
    background: rgba(255, 205, 42, 0.078);
    color: #ffcd2a;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 10px;
    border: 2px solid #ffcd2a;
    position: absolute;
    left: 24px;
    top: 7px;
    z-index: 10;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute img {
    position: absolute;
    left: -8px;
    top: -10px;
    z-index: 1;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute span {
    display: flex;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: "SF UI Display", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    height: 48px;
    width: 20px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transform: skewX(20deg) translateX(0);
    -ms-transform: skewX(20deg) translateX(0);
    transform: skewX(20deg) translateX(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-animation: 2s slidein infinite;
    animation: 2s slidein infinite;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute.secondary {
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    background-image: -webkit-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    background-image: -ms-linear-gradient(-90deg, #fadc5a 0%, #fee15e 20%, #fddf60 41%, #e6c369 100%);
    border: none;
    color: #ffffff;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .label-absolute.secondary img {
    left: -9px;
    top: -2px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box {
    display: flex;
    flex-direction: revert;
    justify-content: space-between;
    min-height: 10px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box .coup-box-wrap {
    margin-right: 10px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box__item {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .dual-box__main .cbd-prod-table {
    max-width: 500px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__top {
    grid-template-columns: 1fr;
  }
  .dual-box__main .cbd-prod-table .cbd-table__top .head {
    display: none;
  }
  .dual-box__main .cbd-prod-table .cbd-table__top .head:first-child {
    display: block;
  }
  .dual-box__main .cbd-prod-table .cbd-table__top .head__mob {
    display: block;
    text-align: center;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item {
    grid-template-columns: 1fr;
    padding: 0 7px 14px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-1, .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    grid-template-columns: 1fr;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    max-width: 374px;
    width: 100%;
    margin: 0 auto;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .item-body {
    width: 100%;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .item-body__image {
    max-width: 175px;
    max-height: 175px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .item-body .label-absolute {
    top: 14px;
    left: 24px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .item-body__title {
    margin-bottom: 6px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .item-body .coup-box {
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .dual-box__main .cbd-prod-table {
    padding-right: 15px;
    padding-left: 15px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item {
    padding: 7px 14px 14px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-2 {
    max-width: 336px;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item-body .coup-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dual-box__main .cbd-prod-table .cbd-table__list .item .body-wrap-1 .item-body .label-absolute {
    top: 7px;
    left: 0;
  }
}

/*# sourceMappingURL=new-comparison-table.css.map */
