/* 4th of july Landing page - Customize CSS */
.feature-section {
  background: #021d47;
  padding: 18px 0;
  margin-bottom: 1.1em;
}
.feature-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding: 10px 25px;
}
.no-border {
  border-right: none;
}
.feature-icon {
  color: #fff;
  font-size: 36px;
  flex-shrink: 0;
}
.feature-text {
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
}
.subscription-section {
  background: #fff;
}
.section-title {
  color: #0d285a;
  font-weight: 900;
  font-size: 1.9em;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.title-line {
  height: 2px;
  background: #bdbdbd;
  margin-bottom: 30px;
}
.right-side {
  /*border-left: 1px solid #cfcfcf;*/
}
.benefit-item {
  display: flex;
  gap: 18px;
  margin-bottom: 35px;
}
.benefit-item:last-child {
	margin-bottom: 0;
}
.icon-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: #022b67;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.benefit-item h4 {
  font-size: 1.15em;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.red {
  color: #c11015;
}
.benefit-item p {
  font-size: 1.1em;
  line-height: 1.1;
  color: #222;
  margin: 0;
}
.magazine-card {
  text-align: center;
}
.magazine-card a {
  text-decoration: none;
}
.magazine-card a:hover h5 {
  color: #c11015;
  text-decoration: none;
}
.magazine-card img {
  width: 100%;
  /*border: 1px solid #ddd;*/
}
.magazine-card h5 {
  margin-top: 5px;
  font-size: 1em;
  font-weight:600;
  color: #111;
	line-height: 1;
}
.more-box {
  background: #022b67;
  /*height:100%;*/
  min-height: 253px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.more-box h3 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.1;
  color: #FFFFFF;
}
.more-box span {
  color: #ff2d2d;
  font-size: 22px;
}
.morebtn {
  font-size: 1.25em;
  color: #2D2D2D;
  font-weight: 700;
  margin-top: 5px;
}
.morebtn a {
  color: #2D2D2D;
  text-decoration: none;
}
.btn-subscribe {
  background: #e10000;
  color: #fff;
  font-size: 1.2em;
  font-weight: 900;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 4px;
  text-transform: uppercase;
}
.btn-subscribe:hover {
  color: #fff;
  background: #c50000;
}
.freedom-section {
  overflow: hidden;
  margin-top: 1.5em;
}
.blubdrt {
  border: 3px solid #06245c;
}
/* LEFT SIDE */
.left-content {
  background: #ffffff;
  padding: 30px 35px;
  height: 100%;
}
.left-content h2 {
  color: #06245c;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.intro-text {
  font-size: 1.1em;
  color: #222;
  line-height: 1.2;
  margin-bottom: 0.85em;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.feature-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0.55em;
  font-size: 1.1em;
  line-height: 1.1;
}
.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e10000;
  font-weight: bold;
}
.bottom-text {
  margin-top: 0.35em;
  font-size: 1.1em;
  line-height: 1.2;
	margin: 0;
}
/* CENTER */
.center-banner {
  background: #06245c;
  color: #fff;
  text-align: center;
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stars {
  font-size: 20px;
  letter-spacing: 5px;
  margin-bottom: 8px;
}
.center-banner h3 {
  font-size: 2.3em;
  font-weight: 800;
  margin-bottom: 0;
  color: #FFFFFF;
}
.center-banner h1 {
  color: #e31919;
  font-size: 5em;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
.save-up {
  font-size: 28px;
  font-weight: 800;
}
.percent {
  font-size: 7em;
  font-weight: 800;
  color: #fff;
  line-height: 0.9;
}
.today-box {
  display: inline-block;
  background: #FFFFFF;
  color: #c11015;
  font-size: 2em;
  font-weight: 800;
  padding: 1px 35px;
  margin: 7px auto 0;
  border-radius: 0.2rem;
}
.today-box i{
	font-size: 0.8em;
}
/* RIGHT */
.offer-box {
  background: #06245c;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
}
.coupon-label {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 10px;
}
.coupon-code {
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 25px;
}
.offer-box p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 280px;
}
.claim-btn {
  background: #e31919;
	font-size: 1.35em;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.35em 1em;
  margin-top: 10px;
}
.claim-btn:hover {
  color: #fff;
  background: #c91313;
}
.testimonial-section {
  padding: 30px 0;
}
/* Heading */
.heading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.heading-line {
  flex: 1;
  height: 2px;
  background: #bcbcbc;
  max-width: 120px;
}
.heading-wrap h2 {
  margin: 0;
  color: #06245c;
  font-size: 2.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Cards */
.review-card {
  background: #fff;
  border-radius: 10px;
  padding: 1em;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.review-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-top: 0.5em;
}
.review-content {
  flex: 1;
}
.stars {
  font-size: 1.1em;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.review-content p {
  font-size: 1em;
  line-height: 1.2;
  color: #111;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-content span {
  color: #333;
  font-size: 1em;
}
.promo-banner {
  background:
    linear-gradient(rgba(0, 25, 75, .92), rgba(0, 25, 75, .92)), url("../images/ftr-flg-bg.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
	margin-bottom: 1em;
}
/* Main Banner */
.banner-left, .banner-center, .banner-right {
  padding: 22px 20px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-left h2 {
  font-size: 2.5em;
  font-weight: 800;
	color: #FFFFFF;
  margin-bottom: 0;
  text-transform: uppercase;
}
.banner-left h1 {
  color: #c11015;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.banner-left p {
  font-size: 1.1em;
  margin-top: 8px;
  line-height: 1.3;
}
/* Center Section */
.banner-center {
  position: relative;
}
.banner-center::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, .5);
}
.banner-center::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, .5);
}
.offer-content span {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-content h2 {
  font-size: 4em;
  font-weight: 800;
	color: #FFFFFF;
  line-height: 1;
  margin: 0;
}
.coupon {
  margin-top: 6px;
  font-size: 1.7em;
    line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.coupon strong {
  color: #c11015;
  font-size: 1.5em;
  font-weight: 800;
  margin-left: 5px;
	line-height: 1;
}
/* Right Section */
.shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c11015;
  color: #fff;
  text-decoration: none;
  padding:0.2em 1em;
  border-radius: 5px;
  font-size:2em;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	margin-top: 1em;
}
.shop-btn:hover {
  color: #fff;
  background: #c90000;
}
.banner-right p {
  margin-top: 12px;
  font-size: 1.1em;
  line-height: 1.3;
}
/* Bottom Red Strip */
.bottom-strip {
  background: #c11015;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  padding:0.85em;
	margin-bottom: 0;
}
.hdgbdr{
    display:inline-block;
    background:linear-gradient(90deg,#ff9800,#ffc107);
    color:#222;
    font-size:1.4rem;
    font-weight:700;
    padding:10px 30px;
    border-radius:50px;
    box-shadow:0 4px 12px rgba(255,152,0,.35);
    margin:15px auto;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* RESPONSIVE */
/*@media (min-width:1200px) {
.magazine-card {
    min-height: 245px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.magazine-card {
    min-height: 210px;
}	
}*/

@media(max-width:991px) {
  .feature-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  .no-border {
    border-bottom: none;
  }
  .left-content h2 {
    font-size: 40px;
  }
  .center-banner h1 {
    font-size: 70px;
  }
  .percent {
    font-size: 100px;
  }
  .coupon-code {
    font-size: 42px;
  }
  .heading-wrap {
    flex-direction: column;
    gap: 10px;
  }
  .heading-line {
    width: 100%;
    max-width: 150px;
  }
  .heading-wrap h2 {
    font-size: 28px;
    text-align: center;
  }
  .review-content p {
    font-size: 18px;
  }
  .review-content span {
    font-size: 15px;
  }
}
@media(max-width:576px) {
  .feature-box {
    justify-content: flex-start;
    padding: 20px;
  }
  .feature-icon {
    font-size: 30px;
  }
  .feature-text {
    font-size: 16px;
  }
  .banner-left h2 {
    font-size: 24px;
  }
  .banner-left h1 {
    font-size: 30px;
  }
  .offer-content h2 {
    font-size: 42px;
  }
  .coupon {
    font-size: 18px;
  }
  .coupon strong {
    font-size: 30px;
  }
  .shop-btn {
    width: 100%;
    font-size: 20px;
  }
}
@media (min-width:992px) {
  .col-20 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media(max-width:991px) {
  .right-side {
    border-left: none;
    border-top: 1px solid #cfcfcf;
    margin-top: 30px;
    padding-top: 30px;
  }
  .section-title {
    font-size: 28px;
  }
  .btn-subscribe {
    font-size: 18px;
    width: 100%;
  }
}

.product_after_shop_loop_price{margin-bottom: 10px;}
.amount{font-weight: bolder;}

.row.g-3 > [class*="col-"]{
    display:flex;
}

.magazine-card{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:10px;
    text-align:center;
}

.magazine-card a{
    text-decoration:none;
    color:#111;
}

.magazine-card img{
    width:100%;
    aspect-ratio:3/4;
    object-fit:contain;
}

.magazine-card h5{
    height:52px;
    margin:10px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    line-height:1.3;
    font-size:16px;
    font-weight:600;
}

.product_after_shop_loop_price{
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:12px;
}

.price-btn{
    margin-top:auto;
    width:140px;
    align-self:center;
}
#pulb-boxes{display: none !important;}