@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 1170px !important;
}

/*-----------------------
TOP BAR + LOGO
------------------------*/
.topholiday {
  width: 100%;
  display: none;
}

/**loader css ********/
.loader {
  width: 30px;
  height: 30px;
  border: 5px solid #e5e5e5;
  border-bottom-color: #dcaf4b;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;

  margin-left: 15px;
}
.loading-spinner {
  margin: 20px 45%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**enf loader css ********/
.mid-colum {
  padding-left: 120px;
}
section#topbar {
  background: #c81f1f;
  color: #fff;
  padding: 3px 0;
}
.checkout-btn .text-error-msg {
  text-align: center;
}
section#topbar p {
  margin: 0;
  font-size: 14px;
}

section#logo-bar {
  background: #000;
  padding: 5px 0;
}

img.img-fluid.logo {
  width: 160px;
  margin-top: 15px;
}

section#logo-bar p {
  margin: 0;
  color: #fff;
  margin-top: 20px;
}

section#logo-bar a {
  color: #cfff20;
  text-decoration: none;
  font-weight: 500;
}

section#logo-bar a:hover {
  text-decoration: underline;
}

img.usa {
  width: 180px;
}

section#logo-bar p {
  margin: 0;
  color: #fff;
  margin-top: 7px;
}

/*-----------------------
SECURE SECTION LOGOs
------------------------*/
section#secure {
  margin-top: 20px;
}

section#secure .head-text {
  text-align: center;
  background: #c6c6c6;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.secure-logo {
  background: #ebebeb;
  border: 8px solid #dbdbdb;
}

/*-----------------------
STEPS SECTION
------------------------*/
section#steps .container {
  width: 35% !important;
  margin: 0 auto;
  margin-top: 20px;
  background: #e3e3e3;
  border: 3px solid #adadad;
  margin-bottom: 12px;
}

section#steps p {
  margin: 0;
  padding: 8px 0;
}

.col-md-4.text-center.first-col {
  background: #ddfcb2;
}

.color-span {
  background: #ddfcb2;
}

.order-box-mob {
  display: none;
}

/*-----------------------
CHECKOUT AREA
------------------------*/

h3.heading-text i {
  font-size: 16px;
}
section#checkout-area {
  padding: 25px 0;
}

h3.heading-text {
  font-size: 22px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.shipping .form-group {
  margin-bottom: 0;
}

a.paypal-btn img {
  width: 55px;
  margin: 2px;
}

a.paypal-btn {
  background: #ffc439;
  text-align: center;
  padding: 6px 70px;
  border-radius: 7px;
}

.paypal-box.text-center {
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  padding: 10px;
}

section#checkout-area input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #c1c1c1;
  margin-top: 10px;
}

section#checkout-area select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #c1c1c1;
  margin-top: 10px;
}

section#checkout-area input[type="checkbox"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-top: 0;
}

section#checkout-area input[type="radio"] {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 0px;
}

.ship-radio {
  border: 1px solid #d3d3d3;
  margin-bottom: 0;
  padding: 10px;
}

.payment-box .accordion-header {
  margin-bottom: 0;
  border: 1px solid #d5d5d5;
  padding: 15px 10px;
}

.payment-box .accordion-item .accordion-button {
  border-radius: 0;
  padding: 5px 15px !important;
  color: #6f6f6f;
  font-weight: 700;
  font-family: Rubik;
}

#flush-collapseTwo a.paypal-btn {
  background: transparent;
  text-align: center;
  padding: 6px 70px;
  border-radius: 7px;
}
#flush-collapseTwo a.paypal-btn img {
  width: 275px;
  margin: 2px;
}

.payment-box .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
}

.payment-box .accordion-body {
  padding: 8px 15px;
  background: #f1f1f1;
}

.payment-box .accordion-button::after {
  display: none;
}

.payment-box .accordion-button:not(.collapsed) {
  color: #747474;
  background-color: #fff;
  box-shadow: none;
}

img.cards-img.img-fluid {
  position: absolute;
  right: 15px;
}

.oto {
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(0 0 0);
  margin: 25px 0px 0px;
  padding: 15px;
  background-color: #f8ffdd;
  border-radius: 0;
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 0px;
}

.main-arrow {
  display: flex;
  background: #fdfc98;
  padding: 2px 10px;
  margin-bottom: 10px;
}

.arrow {
  margin-right: 8px;
}

.check-input input {
  margin-right: 8px;
}

.arrow-box-img {
  width: 77px;
}

.green-label {
  color: #00ad00;
  font-weight: 700;
}

.checkout-btn {
  margin: 20px 0;
}

.checkout-btn button {
  width: 430px;
  line-height: 24px;
  background-color: #c81f1f !important;
  font-weight: 600;
  border-color: #ac0909 !important;
  margin-left: 1px;
  margin-right: 1px;
  border-width: 1px;
  padding: 30px 50px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 16px;
  border-radius: 5px;
}

.right-box {
  border: 3px solid #d1d1d1;
  border-radius: 5px;
  padding: 10px;
}

img.img-fluid.sum-img {
  width: 80px;
}

.image-quantity-container {
  width: 90px;
  height: auto;
  position: relative;
}

input#couponCode {
  margin-top: 0 !important;
}

.text-error-msg {
  color: red !important;
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 3px;
}

.coupon-error-msg {
  color: red;
  margin-bottom: 0;
  font-size: 12px;
}

.coupon-success-msg {
  color: green;
  margin-bottom: 0;
  font-size: 12px;
}

.quantity-circle {
  position: absolute;
  top: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 2px solid #666;
  color: #fff;
  text-align: center;
  font: 14px Arial, sans-serif;
  right: 0;
  background: #6e6e6e;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}

.sum td {
  vertical-align: middle;
  text-align: left;
}

td.text-right {
  text-align: right;
}

.coupon {
  margin: 10px;
}

a.apply {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  padding: 12px 20px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}

.main-sum {
  width: 100%;
  margin: auto;
}

.ship-info {
  margin-top: 20px;
}

.ship-info img {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.checkout-btn a:hover {
  color: #b7b7b7;
}

section#testimonial img {
  margin: 0 auto;
  display: block;
}

/*-----------------------
TESTIMONIAL SECTION
------------------------*/
section#testimonial {
  padding: 60px;
}

/*-----------------------
FAQ SECTION
------------------------*/
section#faq {
  padding: 80px 0 60px 0;
}

section#faq .accordion-item {
  background-color: #fff;
  border: none;
}

section#faq .accordion-body {
  padding: 1rem 1.25rem;
  margin: 0 0 15px 0;
  border: 1px solid #e9e9e9;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-top: -10px;
}

section#faq .accordion-body p {
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: Rubik;
}

#faq button.accordion-button {
  background: #e5e5e5;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-family: Rubik;
}

#faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e5e5e5;
  box-shadow: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#faq .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}

/*-----------------------
TESTIMONIALS SECTION
------------------------*/

section#testi {
  padding: 80px 0 0 0;
}

section#testi h2 {
  font-size: 32px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
}

hr.hr-mid {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #959595;
}
.testi-box {
  background: #e5e5e5;
  border-radius: 7px;
  padding: 20px;
  text-align: center;
}

.testi-box img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.testi-box h4 {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
span.bold-name {
  font-weight: 700;
}

.testi-box p {
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

#faq h2 {
  font-size: 28px;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
}

/*-----------------------
FOOTER
------------------------*/

.row.subscribe-row {
  margin-bottom: 40px;
  justify-content: center;
}
.row.subscribe-row h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Rubik";
}

.row.subscribe-row input[type="email"] {
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0px 0px 0px 16px;
  height: 60px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Rubik, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(208, 51, 31);
  width: 300px;
}

.row.subscribe-row button {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-width: 0px;
  color: rgb(0, 0, 0);
  font-family: Rubik, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  white-space: normal;
  padding: 0px 10px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  cursor: pointer;
  height: 60px;
  margin-left: 10px;
}

section#footer {
  padding: 50px 0;
}

.footer-logo p {
  margin-top: 20px;
  /* font-size: 18px; */
}

.footer-logo a {
  color: #cfff20 !important;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}

.footer-logo a:hover {
  text-decoration: underline;
}

section#footer p {
  margin-bottom: 10px;
  color: white;
  font-weight: 200;
}

.footer-card {
  width: 250px !important;
  margin: 10px auto;
}

img.img-fluid.desktop {
  display: block;
  margin: 0 auto;
}

img.img-fluid.mobile {
  display: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

/*-----------------------
VIP BOX
------------------------*/
.div-1 h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.div-1 {
  margin-bottom: 30px;
}

#ismnio {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  flex: 0 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 20px;
}

.fk-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
  height: auto;
}

#ilt5ag {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.fk-col {
  min-height: 10px;
  flex-grow: 1;
  /* flex-basis: 100%; */
  padding: 10px;
}

#ipri5w {
  /* flex-basis: 100%; */
  border-color: #c6c8ca;
  margin-left: 1px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 4px;
  margin-right: 1px;
  display: table;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.one_time {
  background: linear-gradient(90deg, #ff2e2e 50%, transparent 50%),
    linear-gradient(90deg, #ff2e2e 50%, transparent 50%),
    linear-gradient(0deg, #ff2e2e 50%, transparent 50%),
    linear-gradient(0deg, #ff2e2e 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 4px, 15px 4px, 4px 15px, 4px 15px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  animation: 0.5s linear infinite border-dances;
}

@keyframes border-dances {
  0% {
    background-position: left top, right bottom, left bottom, right top;
  }

  100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px,
      right top 15px;
  }
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.wiggle {
  animation: wiggle 3s infinite;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  85% {
    transform: rotate(2deg);
  }
  95% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

#ix7esv {
  padding: 12px 10px;
  width: 100%;
  background-color: #ffd439 !important;
}

#iuns0o {
  background-color: #ffd439 !important;
  border-style: dashed;
  border-color: #ff0000 !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.fk-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 10px;
  height: auto;
}

#iz6hln {
  padding-top: 0;
  padding-bottom: 0;
}

.fk-col {
  min-height: 10px;
  flex-grow: 1;
  /* flex-basis: 100%; */
  padding: 10px;
}

#i2z06r {
  color: #000000 !important;
  font-weight: 700;
}
#iqsejp {
  font-weight: 700;
}
.countdown-digit {
  font-size: 1rem;
}

#i56zv {
  font-weight: 700;
}

#i2jps9 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.countdown-digit {
  font-size: 1rem;
}
#loadingSpinnerPaypal {
  margin-top: 10px;
}

#i1xezi {
  font-weight: 700;
}

.countdown-digit {
  font-size: 1rem;
}

#iqph4c {
  padding-top: 0;
  padding-bottom: 0;
}

#ivqpip {
  color: #000000 !important;
  font-weight: 700;
}

#imdwou {
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  border-style: none;
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: auto;
  background-color: #ffd439 !important;
  margin-left: 0;
  margin-right: 0;
}

.fk-inner-row {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  height: auto;
}

#irztrw {
  /* flex-basis: 76.66%; */
  padding-left: 5px;
  padding-right: 5px;
}

.fk-inner-column {
  min-height: 25px;
  flex-grow: 1;
  /* flex-basis: 100%; */
}

#fkt-image-999-cad-919 {
  color: black !important;
  width: 30px !important;
  height: auto;
  margin-top: 5px;
}

.fk-image-defaults {
  width: 150px;
  height: 150px;
  max-width: 100%;
}

.pulse1 {
  animation-name: pulse1;
  -webkit-animation-name: pulse1;
  animation-duration: 1s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#imgvh2 {
  /* flex-basis: 90.78%; */
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  flex: 0 1 90.78%;
  label-parent-flex: 0;
}

#ijfea6 {
  position: inherit;
  opacity: 1;
  width: 15px !important;
  height: 15px;
  display: block;
  align-self: auto;
  margin: 5px auto;
  text-align: center;
  flex: 0 0;
}

#i77l6n {
  /* flex-basis: 103.28%; */
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

#fkt-link-ef4-69e-acf {
  color: #3b6db5 !important;
  cursor: pointer;
}

#iaetxu {
  /* flex-basis: 76.66%; */
  padding-left: 5px;
  padding-right: 5px;
}

#fkt-image-094-2ae-84b {
  color: black !important;
  width: 30px !important;
  height: 17.7625px;
  margin-top: 5px;
}

#iz3ang {
  padding-left: 0;
  padding-right: 0;
}

#iqph3k {
  padding: 10px;
  font-size: 16px;
  font-family: Helvetica, serif;
  color: #000000 !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

#iujbpi {
  border-style: solid;
  border-color: #ccc !important;
  border-width: 4px;
  border-top: 0px;
}

#i6fo7c {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
  margin-top: 0;
  font-size: 12px;
}

/* Extra */
.link-underline-opacity-0 {
  text-decoration: none !important;
}

/*-----------------------
RESPONSIVE
------------------------*/
@media (max-width: 767px) {
  .topholiday.-mobi {
    display: block !important;
  }

}
@media (min-width: 768px) {
  .topholiday.-desk {
    display: block !important;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .row.subscribe-row input[type="email"] {
    width: 100%;
  }

  .row.subscribe-row button {
    width: 100%;
    margin: 10px 0 0 0;
  }

  section#testi h2 {
    font-size: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
  }

  section#testi {
    padding: 80px 15px 0 15px;
  }

  .testi-box {
    margin-bottom: 30px;
  }

  #faq h2 {
    font-size: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
  }
  section#faq {
    padding: 80px 15px 60px 15px;
  }

  #faq button.accordion-button {
    line-height: 22px;
  }

  .coupon .form-group.col-9 {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    flex: none;
  }

  .coupon .form-group.col-3 {
    max-width: 100% !important;
    width: 100% !important;
    display: block;
    flex: none;
  }

  #checkout-left {
    margin-bottom: 10px !important;
  }
  .container {
    width: auto !important;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
    background: #000;
  }

  img.img-fluid.desktop {
    display: none;
  }

  img.img-fluid.mobile {
    display: block;
    margin: 0 auto;
  }

  .checkout-btn button {
    width: 100%;
  }

  .green-label {
    color: #00ad00;
    font-weight: 700;
    font-size: 12px;
  }

  img.img-fluid.logo {
    width: 100px;
    margin-top: 10px;
  }

  .red-bar {
    background: #c81f1f;
    color: #fff;
  }

  .red-bar a {
    color: #cfff20;
  }

  section#steps .container {
    width: 100% !important;
    margin: 0 auto;
    margin-top: 20px;
    background: #e3e3e3;
    border: 3px solid #adadad;
    margin-bottom: 12px;
  }

  .order-box-mob {
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    margin: 12px 12px 0 12px;
    padding: 5px 0 15px 0;
    display: block;
  }

  img.cards-img.img-fluid {
    position: absolute;
    right: 15px;
    display: none;
  }

  p.oto-text {
    font-size: 14px;
  }

  a.apply {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    padding: 12px 10px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
  }

  .main-sum {
    width: 100%;
    margin: auto;
  }

  section#testimonial {
    padding: 15px;
  }

  .footer-logo img {
    width: 180px;
  }
}

/*-----------------------
THANK YOU PAGE
------------------------*/

section#thankyou {
  background: #f3f3f3;
  padding: 60px 0;
}

.left-ty {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}

h3.head-ty {
  color: #535353;
  font-weight: 400;
  font-size: 26px;
}

.left-ty h4 {
  font-size: 20px;
  color: #535353;
  font-weight: 400;
  padding: 10px 20px;
  margin: 0;
}

.left-ty p {
  padding: 0 20px;
}

.left-ty-two {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.left-ty-two h4 {
  font-size: 20px;
  color: #535353;
  font-weight: 400;
  margin: 10px 0;
}

.left-ty-two input {
  width: 60%;
  height: 50px;
  padding: 0 20px;
}

.total-prices {
  text-align: right;
}

.each-price label {
  font-weight: 700;
  font-size: 18px;
}

.right-ty-two {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}

.right-ty-two h4 {
  font-size: 20px;
  color: #535353;
  font-weight: 400;
  margin: 15px 0;
}

.right-ty-two p {
  color: #606060;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------
RESPONSIVE
------------------------*/

@media (min-width: 1501px) and (max-width: 1750px) {
  section#steps .container {
    width: 43% !important;
  }
}

@media (min-width: 1401px) and (max-width: 1500px) {
  section#steps .container {
    width: 44% !important;
  }
}

@media (min-width: 1301px) and (max-width: 1400px) {
  section#steps .container {
    width: 50% !important;
  }
}

@media (min-width: 1025px) and (max-width: 1300px) {
  section#steps .container {
    width: 55% !important;
    margin: 0 auto;
    margin-top: 20px;
    background: #e3e3e3;
    border: 3px solid #adadad;
    margin-bottom: 12px;
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  section#steps .container {
    width: 70% !important;
    margin: 0 auto;
    margin-top: 20px;
    background: #e3e3e3;
    border: 3px solid #adadad;
    margin-bottom: 12px;
  }

  .coupon .col-3 {
    margin-bottom: 1rem;
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .coupon .col-9 {
    margin-bottom: 1rem;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .checkout-btn button {
    width: 100%;
    line-height: 24px;
    background-color: #db0000 !important;
    font-weight: 700;
    border-color: #ac0909 !important;
    margin-left: 1px;
    margin-right: 1px;
    border-width: 1px;
    padding: 30px 50px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 5px;
  }

  section#steps .container {
    width: 65% !important;
    margin: 0 auto;
    margin-top: 20px;
    background: #e3e3e3;
    border: 3px solid #adadad;
    margin-bottom: 12px;
  }

  .coupon .col-3 {
    margin-bottom: 1rem;
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .coupon .col-9 {
    margin-bottom: 1rem;
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}

@media (min-width: 300px) and (max-width: 590px) {
  .oto .col-2 {
    padding: 0 0px 0 10px;
  }

  .shipping .col-6 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .check-input {
    display: inline-flex;
  }

  .shipping .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .shipping .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .ship-info .col-4 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .ship-info .col-8 {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    flex: 0 0 100%;
    margin-bottom: 0;
  }

  .shipping input {
    margin-bottom: 0;
  }

  .shipping select {
    margin-bottom: 0;
  }

  section#steps {
    margin: 15px;
  }

  .steps-img {
    margin: 15px;
  }

  section#testimonial {
    padding: 15px;
  }

  .footer-logo img {
    width: 180px;
  }

  section#thankyou {
    background: #f3f3f3;
    padding: 20px 0;
  }

  .left-ty-two input {
    width: 85%;
    height: 50px;
    padding: 0 20px;
  }

  .left-ty-two {
    margin-bottom: 30px;
  }

  h3.head-ty {
    color: #535353;
    font-weight: 400;
    font-size: 22px;
  }
}

/*----------------------------------
New Style for Upsell
----------------------------------*/
#timer {
  font-size: 30px;
  font-weight: 100;
  color: #ff2e2e;
  text-shadow: none;
  font-weight: 700;
  font-family: "Oswald";
}
#timer div {
  display: inline-block;
  min-width: 78px;
  min-height: 74px;
}

#timer div span {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: poppins;
}

div#timer div {
  box-shadow: 0px 4px 10px 0px #c7c7c74f;
  border-radius: 10px !important;
  margin: 0 7px;
  border: 1px solid transparent;
  border-radius: 30px;
  background-image: linear-gradient(white, white),
    linear-gradient(to bottom, red, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.container {
  max-width: 1100px;
}

section#topbar {
  width: 100%;
  background-color: #c81f1f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

section#topbar h3 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: 0;
  font-family: "Oswald", sans-serif;
}

section#topbar img {
  margin-right: 10px;
  margin-top: -3px;
}

section#timer-sec {
  text-align: center;
  padding: 20px;
}

p.timer-head {
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 10px;
}

h1.main-head {
  font-size: 60px;
  font-family: "Oswald";
  font-weight: 600;
  margin-top: 10px;
}

.upsell-left {
  background: #f8f8f8;
  border-radius: 15px;
  position: relative;
}

.prod-img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

img.img-fluid.badge-img {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -15%) rotate(-20deg);
  z-index: 1;
  color: black !important;
  width: 100px !important;
  height: 100px;
}

.star-text {
  padding: 0px 10px;
  width: 100%;
  background-color: #fbffdc !important;
  border-style: solid;
  border-color: #ecca18 !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: 2px;
}

i.fa.fa-star {
  color: #ffb800 !important;
  font-size: 16px;
  margin-right: 3px;
}

h2.prod-name {
  font-size: 40px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-top: 15px;
}

.upsell-right h3 {
  padding: 1px;
  font-size: 28px;
  font-family: "Oswald";
  font-weight: 600;
  line-height: 32px;
  color: #ff2e2e !important;
  margin-right: 15px;
}

.del-text {
  padding: 1px;
  font-size: 26px;
  font-family: "Oswald";
  font-weight: 600;
  color: #999 !important;
  text-decoration: line-through;
  line-height: 26px;
}

.upsell-right h4 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Oswald";
  margin-top: 15px;
}

i.fa.fa-check-circle {
  color: #05b067 !important;
}

ul.ul-right {
  padding: 0px !important;
}

ul.ul-right li {
  font-size: 18px;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
}

.upsell-right h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Oswald";
  margin-top: 15px;
}

.select-box {
  display: flex;
}

.box {
  padding: 12px 10px;
  width: 100% !important;
  background-color: #f3f3f3 !important;
  border-style: solid;
  border-color: #d9d9d9 !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 15px;
  margin: 4px;
  text-align: center;
}

.box h3 {
  padding: 1px !important;
  font-size: 28px !important;
  font-family: "Oswald";
  font-weight: 600 !important;
  line-height: 32px !important;
  color: #000 !important;
  margin-right: 0;
}

.box p {
  font-size: 12px;
  margin: 0;
}

.box.active {
  padding: 12px 10px;
  width: 100%;
  background-color: #fbffdc !important;
  border-style: solid;
  border-color: #ecca18 !important;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
}
.hideimg {
  display: none;
}
img.most-top {
  position: absolute;
  top: -8px;
  width: 35px;
  left: -5px;
}

.no-text h2 {
  color: #9c9c9c !important;
  padding-left: 1px;
  padding-right: 1px;
  display: inline-block;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 20px;
}

section#footer {
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 45px;
}

img.footer-logo.img-fluid {
  color: black !important;
  width: 161px !important;
  margin-bottom: 20px;
}

p.footer-text {
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1100px) {
  h1.main-head {
    font-size: 50px;
    font-family: "Oswald";
    font-weight: 500;
  }
  .sub-head {
    font-size: 15px;
    font-family: "Oswald";
    font-weight: 500;
  }
  .container {
    max-width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .col-md-6 {
    width: 100%;
  }

  .mid-colum {
    padding-left: 10px;
  }

  .container {
    max-width: 90%;
  }
}

@media (min-width: 280px) and (max-width: 580px) {
  h1.main-head {
    font-size: 38px;
    font-family: "Oswald";
    font-weight: 600;
  }
  img.img-fluid.badge-img {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translate(-30%, -15%) rotate(-20deg);
    z-index: 1;
    color: black !important;
    width: 80px !important;
    height: 80px;
  }

  .star-text {
    padding: 0px 10px;
    width: 100%;
    background-color: #fbffdc !important;
    border-style: solid;
    border-color: #ecca18 !important;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins";
    letter-spacing: -1px;
    margin-top: 10px;
  }

  h2.prod-name {
    font-size: 40px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    margin-top: 15px;
    text-align: center;
  }
  .upsell-right h3 {
    padding: 1px;
    font-size: 28px;
    font-family: "Oswald";
    font-weight: 600;
    line-height: 32px;
    color: #ff2e2e !important;
    margin-right: 0;
    text-align: center;
  }

  .upsell-right h4 {
    font-size: 28px;
    font-weight: 600;
    font-family: "Oswald";
    margin-top: 0;
    text-align: center;
  }

  ul.ul-right {
    text-align: center;
  }
  ul.ul-right li {
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    display: inline-block;
    margin-right: 4px;
    line-height: 40px;
  }
  .upsell-right h5 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Oswald";
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .box {
    margin: 0;
    text-align: center;
    padding: 12px 10px;
    width: 100% !important;
    background-color: #f3f3f3 !important;
    border-style: solid;
    border-color: #d9d9d9 !important;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 15px;
    width: 98px !important;
    color: #000 !important;
  }

  button.cta-submit {
    margin-top: 0 !important;
  }

  .select-box {
    justify-content: center;
    margin-bottom: 25px;
    padding: 12px 10px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    gap: 10px;
    flex-wrap: wrap !important;
  }

  .box h3 {
    color: #000 !important;
  }
}
/*----------------------------------
New Style for Upsell
----------------------------------*/

button.cta-submit {
  background: #ff2e2e;
  color: #fff;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
}

button.cta-submit:hover {
  background: #dd1c1c;
  box-shadow: 1px 6px 9px #cbc2c2;
}

.box:hover {
  background: #e1e1e1 !important;
}

.box.active:hover {
  background-color: #f7ffbc !important;
}
.upsell-footer p {
  color: #000 !important;
}

/*Thank You Page CSS*/

p.text-white.ty-small {
  font-size: 15px;
  margin: 0;
}
section#logo-bar {
  /* background-color: #fafafc; */
  padding: 10px;
}
.ty-logo {
  width: 165px;
}

.phone-img img {
  width: 35px;
  margin: 3px 10px;
}
.phone {
  display: flex;
}
.phone-text p {
  margin-bottom: -3px;
  font-size: 14px;
}

.phone-text h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald";
  color: #1c1c1d;
}

.col-6.right {
  justify-content: end;
  display: flex;
}

#ty-main h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Oswald";
  text-align: center;
}
section#ty-main {
  padding: 55px 0;
}
span.col-red {
  color: #ff2e2e !important;
}

#ty-main p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  margin-bottom: 30px;
}

.shad-box {
  background: #fafafa;
  border-radius: 14px;
  box-shadow: -2px 13px 40px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 10px 10px 10px;
}

.shad-box h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.shad-box table {
  background: #fff;
  width: 100%;
  border-radius: 14px;
}

.shad-box table tr {
  padding: 12px 10px;
  display: block;
  border-top: 1px solid #bfbfbf;
}

.shad-box table th {
  font-weight: 500;
}

.shad-box table tr:first-child {
  border: none;
}

.table-2 table tr {
  border: none;
}

.table-2 table {
  border-top-right-radius: 14px !important;
  border-top-left-radius: 14px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.table-2 table thead {
  border-bottom: 1px solid #bfbfbf;
}

.table-2 table tbody {
  border-bottom: 1px solid #bfbfbf;
}

.g-image img {
  width: 100px;
}

.table-2 td,
.shad-box td {
  padding: 0 15px;
}

.table-2 th,
.shad-box th {
  padding: 0 15px;
}

.g-image {
  width: 25%;
  align-items: center;
  display: flex;
}
.gaurantee {
  display: flex;
  background: #fff;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 15px 20px;
}
.g-text {
  width: 75%;
}

.g-text p {
  text-align: left !important;
  margin: 0 !important;
  font-size: 16px !important;
}

section#footer-ty {
  background: #000;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

img.white-footer-logo.img-fluid {
  filter: brightness(0) invert(1);
}

p.footer-phone {
  padding: 1px;
  font-size: 16px;
  font-family: "Oswald";
  line-height: 24px;
  font-weight: 700;
  color: #ff2e2e !important;
  margin-bottom: 10px;
  margin-top: 10px;
}

.footer-cards {
  width: 250px;
}

@media (min-width: 280px) and (max-width: 767px) {
  input#couponCode {
    margin-bottom: 10px !important;
}
  .order-two {
    order: 2;
    margin-top: 20px;
  }

  .order-one {
    order: 1;
  }
  .g-image img {
    width: 80px;
  }
  .g-text p {
    text-align: left !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 15px !important;
  }
}

@media (min-width: 280px) and (max-width: 580px) {
  .ty-logo {
    width: 130px;
    margin-top: 7px;
  }
  #ty-main h2 {
    font-size: 26px;
    font-weight: 600;
    font-family: "Oswald";
    text-align: center;
  }
}

/* NuxtImg */
#footer-logo{
  height: 49px;
}