html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* STYLE */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #167ac6;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
  color: #23527c;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.35;
}

body.openpop {
  overflow: hidden;
}

.advertorial {
  text-align: center;
  background: #273c51;
  color: #fff;
  padding: 0 15px;
  line-height: 2.35;
  font-size: 0.875rem;
}

.header {
  padding: 10px 0;
  border-bottom: 1px solid #ebecef;
  color: #17191c;
  margin-bottom: 15px;
}

.inner,
.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
}

.logo {
  font-size: 1.313rem;
  padding: 7px 38px 7px 0;
  display: inline-block;
  background: url(../images/us.webp) no-repeat right center;
}

.wrapper {
  padding: 0;
  font-size: 0;
}

.left-article {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  font-size: 1rem;
  padding: 0 15px;
}

.breadcrumbs {
  color: #17191c;
  margin-bottom: 5px;
  font-size: 0.875rem;
}

h1 {
  font-size: 1.938rem;
  color: #17191c;
  font-weight: 800;
  padding: 10px 0;
}

h1 span {
  color: #fff;
  background: #f00;
  padding: 0 10px;
}

.meta-tags {
  margin-bottom: 10px;
}

.meta-tags * {
  display: inline-block;
  vertical-align: middle;
}

.meta-tags > div {
  font-size: 0.75rem;
  color: #919ba3;
}

.meta-tags > div:last-child {
  margin-left: 16px;
}

.meta-tags > div img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.author-by {
  margin-left: 10px;
}

.author-name {
  font-weight: 600;
  color: #49545e;
}

.author-breadcrumb {
  font-weight: 600;
  margin-left: 16px;
  color: #49545e;
}

.old-price {
  text-decoration: line-through;
}

.img-responsive {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive.full-width {
  width: 100%;
  max-width: 850px;
}

.main-img {
  margin-bottom: 20px;
}

.article p.intro-text {
  color: #3a87ad;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  border-top: 0;
  font-weight: 700;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 10px 15px 25px;
  font-style: italic;
  font-size: 1.188rem;
  margin-bottom: 0 !important;
}

.article p {
  margin-bottom: 20px;
  font-size: 1.313rem;
  line-height: 1.65;
}

.quote {
  font-style: italic;
  border-left: 5px solid #000;
  padding: 10px 15px;
}

.quote span {
  display: block;
  padding-top: 20px;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

h2 {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 30px;
}

.article p.bulletin-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.fb-container {
  padding: 0 8px;
  margin-bottom: 20px;
}

.fb-comment {
  color: #1c1e21;
  padding-left: 56px;
  position: relative;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 12px;
}

.fb-comment > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.fb-name {
  margin-bottom: 4px !important;
  font-size: 0.875rem !important;
}

.fb-name a {
  color: #385898;
  font-weight: 600;
}

.fb-txt {
  font-size: 0.875rem !important;
  margin-bottom: 4px !important;
}

.fb-meta {
  font-size: 0.75rem;
}

.fb-meta a {
  color: #385898;
  font-weight: 400;
}

.fb-meta span {
  color: #90949c;
}

.fb-like {
  color: #1c1e21 !important;
  line-height: 14px;
  padding-left: 18px;
  background: url(../images/fb-like.webp) no-repeat center left;
}

.fb-comment > .fb-comment {
  margin: 12px 0 0;
  border-left: 1px dotted #d3d6db;
  padding-left: 52px;
}

.fb-comment > .fb-comment img {
  left: 8px;
}

.fb-footer {
  border-top: 1px solid #e9ebee;
  padding: 8px 0;
  font-size: 0.688rem !important;
  padding-left: 19px;
  line-height: 14px;
  background: url(../images/fb-icon.webp) no-repeat center left;
}

.fb-footer a {
  font-weight: 400;
  color: #385898;
}

.article p.bottom-alert {
  background: #f0f8ff;
  border: 2px solid #f00;
  padding: 20px;
  text-align: center;
}

.main-cta {
  top: 0;
  position: relative;
  padding: 0 5px;
  display: block;
  margin-top: 20px;
  background: #ef432d;
  border-bottom: 1px solid #f47b6c;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 1.125rem;
  line-height: 45px;
  text-decoration: none;
  -webkit-box-shadow: 0px 6px 0px 0px #bf3624;
  -moz-box-shadow: 0px 6px 0px 0px #bf3624;
  box-shadow: 0px 6px 0px 0px #bf3624;
  text-align: center;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear;
}

.main-cta:hover {
  top: 3px;
  -webkit-box-shadow: 0px 3px 0px 0px #bf3624;
  -moz-box-shadow: 0px 3px 0px 0px #bf3624;
  box-shadow: 0px 3px 0px 0px #bf3624;
  color: #fff;
  text-decoration: none;
}

.right-sidebar {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 25%;
  text-align: center;
  position: sticky;
  top: 15px;
}

.widget-sidebar {
  margin-bottom: 25px;
}

.widget-sidebar:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  background: #222;
  padding: 5px 7px;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.sidebar-img {
  display: block;
}

.sidebar-author-txt {
  padding: 20px 0;
  font-size: 0.938rem;
  font-style: italic;
  line-height: 1.5;
  border-bottom: 1px solid #eaeaea;
}

.verified {
  border: 1px solid #d4d4d4;
  border-radius: 50px;
  padding: 5px 20px;
  width: fit-content;
  gap: 1rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: flex;
}

.verified > img {
  -webkit-border-radius: 0;
  border-radius: 0 !important;
}

.fw-semibold {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600 !important;
  color: #131d24;
}

.footer {
  background: #2e3138;
  color: #abb0ba;
  margin-top: 120px;
  font-size: 1.313rem;
  text-align: center;
  padding: 60px 0;
  line-height: 1.6;
}

.footer p {
  margin-bottom: 20px;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer p a {
  color: #abb0ba;
  font-weight: 400;
}

.bottom-bar {
  position: fixed;
  bottom: -90px;
  left: 0;
  width: 100%;
  background: #00c249;
  padding: 8px 15px;
  text-align: center;
  display: none;
  -webkit-transition: bottom 500ms linear;
  -moz-transition: bottom 500ms linear;
  transition: bottom 500ms linear;
}

.bottom-bar.bar-visible {
  bottom: 0;
}

.bottom-bar a {
  box-shadow: 3px 3px 4px 0 rgba(12, 113, 40, 0.7);
  background: #fff;
  color: #00c249;
  display: block;
  text-decoration: none;
  font-size: 0.938rem;
  padding: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.scroll-up {
  background: #54b948 url(../images/arrow.webp) no-repeat center;
  width: 50px;
  height: 50px;
  border: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  outline: 0;
  display: none;
}

.scroll-up:hover {
  background-color: #555;
}

.modal-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  text-align: center;
  line-height: 100vh;
  display: none;
}
.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.molecular {
  display: flex;
  border: 1px solid #5599bf;
  background: #d0e8f6;
  gap: 20px;
  padding: 30px 38px;
}

.molecular > p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600 !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.notice-coupon {
  border: 1px solid #e4e39f;
  background: #fffed1;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.notice-coupon > div:first-of-type {
  display: flex;
}
.notice-coupon > div > div:first-of-type {
  margin-top: 10px;
  margin-right: 1rem !important;
}

.notice-coupon ul {
  list-style-type: decimal;
}

.notice-coupon ul li {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 1rem !important;
}

.btngold {
  background-image: url("./../images/ribbon.svg");
  background-repeat: no-repeat;
  line-height: 3 !important;
  background-position: center;
  margin: 0 auto 10px !important;
  background-size: 100% auto;
  max-width: 380px;
}

.notegold {
  font-size: 12px !important;
}

.left-photo-div {
  display: flex;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
  align-items: center !important;
  border: 1px solid #d4d4d4;
}

.left-photo-div > div:last-of-type {
  text-align: center;
  padding: 12px;
}

.left-photo-div > div:last-of-type img {
  max-width: 120px;
}

.last-photo-div > div:last-of-type p {
  font-size: 20px;
}

.cut-line {
  margin-bottom: 3rem !important;
  text-align: center;
  position: relative;
  margin-top: -2rem;
}

.coupon-text {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.coupon-text > div:first-of-type {
  display: flex;
}

.demand {
  border: 1px solid #9bcb2d;
  background: #faffee;
  padding: 24px 24px;
}

.demand > p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600 !important;
}

.right-photo-div {
  display: flex;
}

.review {
  padding: 40px 45px 45px;
  border: 1px solid #5599bf;
  background: #d0e8f6;
  gap: 1.5rem !important;
  align-items: center;
}

.review > div > p {
  margin-top: 0rem !important;
  margin-bottom: 1rem !important;
}

.review > div > div > p {
  margin-bottom: 0px;
  margin-right: 20px;
}

.review > img {
  width: 105px;
  height: 105px;
}

.review > div {
  display: flex;
  flex-direction: column;
}

.review > div > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review > div > div > span {
  color: #9bcb2d;
}

.text-danger {
  color: red;
}

.inner-modal {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  background: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 750px;
  width: 100%;
}

.inner-modal button {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  opacity: 0.3;
  font-size: 1.5rem;
}

.inner-modal button:hover {
  opacity: 0.6;
}

.inner-modal h5 {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: #9ad94f;
  color: #fff;
  text-align: center;
  font-size: 1.375rem;
  padding: 8px;
  font-weight: 700;
}

.modal-content {
  padding: 16px;
  font-size: 0;
  color: #000;
}

.modal-left,
.modal-right {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}

.modal-left a {
  display: block;
}

.modal-title {
  font-size: 2rem;
  font-weight: 900;
}

.modal-text {
  font-size: 1rem;
  margin: 5px 0 30px;
}

.half-width {
  margin-bottom: 15px;
  width: 49%;
  display: inline;
}
.half-width:first-of-type {
  margin-right: 1%;
}

.modal-right a {
  display: block;
  background: #0e820c;
  color: #fff;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 1.125rem;
  text-align: center;
}

.modal-right a:hover {
  text-decoration: none;
}

.payment {
  padding: 0 12px;
  margin-top: 30px;
  margin-bottom: 24px;
  text-align: center;
}
.payment > img {
  width: 522px !important;
}

@media screen and (max-width: 1023px) {
  .left-article {
    width: 70%;
  }

  .right-sidebar {
    width: 30%;
  }

  .right-sidebar .main-cta {
    font-size: 1rem;
  }

  .left-photo-div {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .left-article {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 1.563rem;
  }
  .payment > img {
    width: 100% !important;
  }

  .right-photo-div {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .notice-coupon {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .right-photo-div > div > img {
    width: 100%;
  }

  .right-photo-div > div {
    text-align: left;
  }

  .half-width {
    margin-bottom: 15px;
    width: 100%;
  }

  .molecular {
    flex-direction: column;
    align-items: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .molecular > img {
    width: 79px;
  }

  .molecular > p {
    margin: 10px !important;
  }

  .verified {
    gap: 0.5rem !important;
  }
  .verified > span {
    font-size: 12px;
    line-height: 20px;
  }

  .verified img {
    max-width: 25%;
  }

  .coupon-text {
    max-width: 220px;
  }

  .review > img {
    width: 105px;
  }

  .meta-tags > div:last-child {
    margin-left: 0;
    display: block;
    margin-top: 5px;
  }

  .article p.intro-text,
  .article p {
    font-size: 1.188rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .main-cta {
    font-size: 0.938rem !important;
  }

  .right-sidebar {
    width: 100%;
    display: block;
  }

  .footer {
    margin-top: 80px;
    font-size: 0.875rem;
    padding-bottom: 80px;
  }

  .bottom-bar {
    display: block;
  }

  .scroll-up {
    display: none !important;
  }
}
