@import "tailwindcss";

.hourglass {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 8px 0 0;
  animation: rotateP 2.5s ease-in-out forwards infinite;
  max-width: 25px;
  filter: invert(1);
}

@keyframes rotateP {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

.shipbx {
  width: 710px;
  height: 90px;
  border: 2px solid var(--secondary-color);
  border-radius: 14px;
  margin: 0 auto 0 auto;
  display: block;
  position: relative;
  padding: 17px 25px 15px 150px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
}

.shipiconbx {
  background: var(--secondary-color);
  padding: 19px 5px 19px 7px;
  border-radius: 12px 0 0 12px;
  position: absolute;
  left: 0;
  top: 0;
}

.shipiconbx img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.shipiconbx::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-left: 15px solid var(--secondary-color);
  border-bottom: 45px solid transparent;
}

.shipbx.light {
  border: 2px solid var(--primary-color-dark);
}

.shipbx.light .shipiconbx {
  background: var(--primary-color-dark);
}

.shipbx.light .shipiconbx::after {
  border-left: 15px solid var(--primary-color-dark);
}

.shipbx-txt1 {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
  color: #fff;
}

.shipbx-txt1 .red {
  color: var(--secondary-color);
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 .red {
  color: var(--primary-color-dark);
}

.shipbx-txt2 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.shipbx.light .shipbx-txt2 {
  color: #fff;
}

.item-img {
  position: relative;
}

@media (max-width: 991px) {
  .shipbx {
    width: 370px;
    max-width: 100%;
    /*height: 118px;*/
    height: auto;
    padding: 10px 5px 10px 98px;
  }

  .shipbx-txt1 {
    font-size: 18px;
    line-height: 26px;
  }

  .shipbx-txt2 {
    font-size: 13px;
    line-height: 21px;
  }

  .shipiconbx {
    /*height: 116px;*/
    height: 100%;
    width: 70px;
  }

  .shipiconbx img {
    width: 65px;
    position: absolute;
    display: block;
    top: calc(50% - 20px);
  }

  .shipiconbx::after {
    border-top: 58px solid transparent;
    border-left: 15px solid var(--secondary-color);
    border-bottom: 58px solid transparent;
    top: calc(50% - 60px);
  }
}

.shipbx.light {
  border: 2px solid var(--primary-color-dark);
}

.shipbx.light .shipiconbx {
  background: var(--primary-color-dark);
}

.shipbx.light .shipiconbx::after {
  border-left: 15px solid var(--primary-color-dark);
}

.shipbx-txt1 {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 {
  color: #fff;
}

.shipbx-txt1 .red {
  color: var(--secondary-color);
  font-weight: 700;
}

.shipbx.light .shipbx-txt1 .red {
  color: var(--primary-color-dark);
}

.shipbx-txt2 {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.shipbx.light .shipbx-txt2 {
  color: #fff;
}

.item-img {
  position: relative;
}

@media (max-width: 991px) {
  .shipbx {
    width: 370px;
    max-width: 100%;
    /*height: 118px;*/
    height: auto;
    padding: 10px 5px 10px 98px;
  }

  .shipbx-txt1 {
    font-size: 18px;
    line-height: 26px;
  }

  .shipbx-txt2 {
    font-size: 13px;
    line-height: 21px;
  }

  .shipiconbx {
    /*height: 116px;*/
    height: 100%;
    width: 70px;
  }

  .shipiconbx img {
    width: 65px;
    position: absolute;
    display: block;
    top: calc(50% - 20px);
  }

  .shipiconbx::after {
    border-top: 58px solid transparent;
    border-left: 15px solid var(--secondary-color);
    border-bottom: 58px solid transparent;
    top: calc(50% - 60px);
  }

  #video h2 {
    font-size: 30px;
  }

  #fbcomments {
    margin-top: 0px !important;
  }

  .logos img {
    max-width: 90px;
    margin-bottom: 10px;
  }
}

.free-shipping-section {
  background-color: var(--primary-color);
  color: #fff;
}

.free-shipping-section img {
  max-width: 180px;
  filter: invert(1);
}

@media (max-width: 991px) {
  .free-shipping-section img {
    max-width: 100px;
  }
}

.free-shipping-section h2 {
  font-size: 35px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .free-shipping-section h2 {
    font-size: 30px;
  }
}

.free-shipping-section p {
  font-size: 18px;
  margin: 0;
}

.free-shipping-section p span {
  font-weight: 600;
  color: var(--contrast-color);
}

#testimonials .card {
  border: 0;
  padding: 1.5rem;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
}

#testimonials .card:last-of-type {
  border-bottom: 0;
}

#testimonials .card-container {
  background-color: #f6f6f6;
}

#testimonials .col-lg-12 {
  padding: 0px;
}

#testimonials .card h4 {
  color: var(--primary-color);
  font-weight: 700;
  text-align: left;
}

#testimonials .stars i {
  color: #de7921;
}

#testimonials .reviewed-on {
  color: #828989;
  font-size: 14px;
  margin: 0;
}

#testimonials .verified {
  color: #565959;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 1em;
}

#testimonials .verified span:last-of-type {
  color: #de7921;
}

#testimonials .verified div {
  width: 1px;
  height: 16px;
  background-color: #bdbdbd;
}

#testimonials .purchase {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center;
}

#testimonials .purchase img {
  max-width: 30px;
}

#testimonials .purchase p {
  margin: 0;
}

#testimonials .user {
  max-width: 200px;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  #testimonials .user {
    float: inherit;
    margin: 0px;
  }
}

#testimonials .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  #testimonials .user img {
    margin-bottom: 1rem;
  }
}

#testimonials .helpful-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  font-size: 14px;
}

#testimonials .helpful-report .helpful {
  border: solid 1px var(--text-color);
  border-radius: 30px;
  padding: 5px 25px;
}

#testimonials .helpful-report .share {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#testimonials .helpful-report .report {
  color: #979797;
}

#fb-comments {
  font-family: "Segoe UI Historic", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  width: 100%;
  margin: auto;
}

#fb-comments .fb-heading {
  margin: 2.125em 0 0.625em;
  font-size: 1.1em;
  color: #555;
  font-weight: 400;
  text-align: left;
}

#fb-comments .comments-container {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
  border: 0.0625em solid #e9ebee;
  border-radius: 1.25em;
  padding: 1.25em 1.25em 0;
}

#fb-comments .comment {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  gap: 0.625em;
}

#fb-comments .comment.answer {
  margin-left: 3.625em;
  max-width: calc(100% - 3.625em);
  margin-bottom: 0.75em;
}

#fb-comments .comment.answer + .answer {
  margin-top: -0.75em;
}

#fb-comments .comment .user-avatar {
  max-width: 3em;
  max-height: 3em;
  border-radius: 1.5625em;
  -o-object-fit: cover;
  object-fit: cover;
}

#fb-comments .comment .comment-data {
  width: 100%;
}

#fb-comments .comment .comment-data .user {
  font-weight: 400;
  color: #050505;
  border-radius: 0.75em;
  background-color: #f0f2f5;
  padding: 0.375em 0.75em 0.75em;
}

#fb-comments .comment .comment-data .user .name {
  margin: 0;
  color: #365899;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#fb-comments .comment .comment-data .user .text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #050505;
  width: fit-content;
  text-align: left;
}

#fb-comments .comment .comment-data .buttons {
  margin: 0.125em 0 0 0.75em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3125em;
}

#fb-comments .comment .comment-data .buttons time,
#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer,
#fb-comments .comment .comment-data .buttons span {
  font-size: 0.8em;
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#fb-comments .comment .comment-data .buttons like,
#fb-comments .comment .comment-data .buttons answer {
  font-weight: 600;
  cursor: pointer;
}

#fb-comments .comment .comment-data .buttons like[liked] {
  color: #365899;
}

#fb-comments .comment .comment-data .buttons answer {
  cursor: default;
  position: relative;
}

#fb-comments .comment .comment-data .buttons answer:hover::after {
  content: "You cannot comment on this post";
  position: absolute;
  left: 50%;
  top: -0.625em;
  width: 11.25em;
  background-color: #f0f2f5;
  color: #4c4c4c;
  transform: translate(-50%, -100%);
  z-index: 10;
  border-radius: 0.25em;
  padding: 0.375em;
  text-align: center;
  font-weight: 400;
  box-shadow: 0.125em 0.125em 0.5em 0.125em rgba(0, 0, 0, 0.1803921569);
}

#fb-comments .comment .comment-data .buttons answer:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.625em;
  width: 0;
  height: 0;
  border-left: 0.5em solid rgba(0, 0, 0, 0);
  border-right: 0.5em solid rgba(0, 0, 0, 0);
  border-top: 0.5em solid #f0f2f5;
  z-index: 11;
  transform: translateX(-50%);
  filter: drop-shadow(0 0.1875em 0.125em rgba(0, 0, 0, 0.1));
}

#fb-comments .comment likes {
  position: absolute;
  bottom: -0.625em;
  right: 0;
  background-color: #fff;
  border: 0.125em solid #eaebef;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  line-height: 1;
  color: #888;
  border-radius: 6.25em;
  padding: 0.0625em 0.25em 0.0625em 0;
}

#fb-comments .comment likes::before {
  content: url("./assets/img/fb/likes.webp");
  cursor: pointer;
}

#fb-comments .comments-closed {
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  margin: 0.9375em 0 5px;
  color: #555;
}

@media (min-width: 576px) {
  #fb-comments {
    font-size: 16px;
  }

  #fb-comments .comment likes {
    bottom: 0;
  }
}

.red-header {
  background-color: #a70c0c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  height: auto;
}

.bonus {
  /* background-image: linear-gradient(45deg, var(--primary-color-light), var(--primary-color)); */
  max-width: 100%;
  overflow: hidden;
  /* background-image: radial-gradient(var(--secondary-color-light), var(--secondary-color)); */
  background-color: #fff;
}

.bonus h2 {
  color: var(--primary-color);
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  text-shadow: 0px 2px #000000a3;
}

@media (max-width: 991px) {
  .bonus h2 {
    font-size: 30px;
  }
}

.bonus p.subtitle {
  font-size: 18px;
  line-height: 20px;
  color: var(--primary-color);
  text-align: center;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bonus .ebook {
  margin-top: 150px;
  width: 100%;
  border-radius: 12px;
  padding: 10px;
  background-image: radial-gradient(
      circle at 50% 50%,
      var(--bonus-primary-color),
      var(--bonus-secondary-color)
    ),
    linear-gradient(
      to bottom,
      var(--bonus-primary-color),
      var(--bonus-secondary-color)
    );
  text-align: center;
  height: calc(100% - 150px);
  border: 5px double #ffffff8e;
}

.bonus .ebook p {
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  margin-top: 0px;
}

.bonus .ebook .strikeout {
  position: relative;
}

.bonus .ebook .strikeout::after {
  border-bottom: 0.12em solid #ff0202;
  content: "";
  left: 0;
  margin-top: calc(0.12em / 2 * -1);
  position: absolute;
  right: 0;
  top: 54%;
  transform: rotate(-10deg);
}

.bonus .ebook .s7lhding2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-top: 15px;
  text-shadow: 0px 2px #000000a3;
}

.bonus .ebook .s7lhding2 span.span1 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ffd200;
}

.bonus .ebook .s7ltxt {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-top: 11px;
  color: #fff;
}

.bonus .ebook h3 {
  color: #fff;
}

.bonus .img-mockup {
  position: relative;
  max-width: 200px;
  margin: 0px auto;
  margin-top: -150px;
}

.bonus .img-mockup img {
  max-width: 200px;
  margin: 0 auto;
  display: flex;
}

.bonus .img-mockup .bonusbx {
  height: 133px;
  width: 134px;
  background: transparent url("./assets/img/selo3.png") center top no-repeat;
  background-size: 100%;
  position: absolute;
  right: -50%;
  top: -10px;
  padding: 20px 0 0 0;
}

@media (max-width: 400px) {
  .bonus .img-mockup .bonusbx {
    right: -36%;
  }
}

.bonus .img-mockup .bonusbx .bonusbx-txt1,
.bonus .img-mockup .bonusbx .bonusbx-txt2,
.bonus .img-mockup .bonusbx .bonusbx-txt3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 7px;
  color: #ffd200;
  text-align: center;
  text-transform: uppercase;
  margin-top: 12px;
  /* text-shadow: 0px 2px #000000a3; */
}

.bonus .img-mockup .bonusbx .bonusbx-txt2 {
  font-size: 20px;
  color: #fff;
}

.bonus .img-mockup .bonusbx .bonusbx-txt3 {
  font-size: 40px;
}
