/* bulma */
@import './bulma.min.css';

body.checkout body,
body.checkout h1,
body.checkout h2,
body.checkout h3 {
  color: black;
}
body.checkout .container {
  max-width: 1140px;
}
body.checkout .is-fullwidth {
  width: 100%;
}
body.checkout .divider {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
}
body.checkout .divider span {
  font-weight: bold;
  background: white;
  padding: 0 10px;
  z-index: 2;
  position: relative;
}
body.checkout .divider:before {
  z-index: 1;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ddd;
}
body.checkout .topbar {
  text-align: center;
  background: #0073ad;
  color: #fff;
  padding: 4px 10px;
  font-weight: bold;
}
body.checkout .topbar span {
  color: #f9c433;
}
body.checkout .menu {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 6px 9px -5px #000;
  margin-bottom: 30px;
}
body.checkout .menu .columns {
  margin: 0 !important;
}
body.checkout .menu img {
  height: auto;
}
body.checkout .menu .column {
  display: flex;
  align-items: center;
}
body.checkout .menu .column:first-of-type img {
  max-width: 300px;
}
body.checkout .checkout-steps {
  margin-bottom: 30px;
}
body.checkout .banner-image {
  padding: 3rem 2rem;
  border-radius: 10px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
}
body.checkout .banner-image h2 {
  color: white;
  font-size: 30px;
  line-height: 42px;
  font-weight: 900;
}
body.checkout .banner-image h3 {
  font-weight: bold;
  margin-top: 0.5rem;
  color: lightblue;
}
body.checkout .popular {
  margin-bottom: 1rem;
}
body.checkout .popular .gif {
  width: 8px;
  margin-bottom: 2px;
}
body.checkout .step.step-1 {
  padding-right: 30px;
}
body.checkout .step.step-3 {
  margin-top: 1rem;
}
body.checkout .step > h2 {
  padding: 5px 0;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 10px;
}
body.checkout .step h2 > b {
  padding: 0 5px;
  color: #74c6b4;
}
body.checkout .step .product-options .option {
  padding: 10px 5px;
  position: relative;
  border: 2px solid #ddd;
  display: flex;
  border-radius: 10px;
  cursor: pointer;
}
body.checkout .step .product-options .option:hover {
  border-color: #0073ad;
}
body.checkout .step .product-options .option-v2:hover {
  border-color: #0173AD!important;
}
body.checkout .step .product-options .option.is-active {
  background-color: #f5fffd;
  border: 2px solid #0073ad;
}

body.checkout .step .product-options .option-v2[data-quantity="3"] {
  border: 2px solid #000!important;
}

body.checkout .step .product-options .option-v2.is-active {
  background-color: #f5fffd;
  border: 2px solid #0173AD!important;
}
body.checkout .step .product-options .option.is-active .has-circle .circle {
  background-image: url('../img/checked.svg');
  background-size: contain;
  width: 25px;
  height: 25px;
  border: none;
}
body.checkout .step .product-options .option + .option {
  margin-top: 1rem;
}
body.checkout .step .product-options .option .has-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
body.checkout .step .product-options .option .has-circle .circle {
  border-radius: 99px;
  background-color: white;
  border: 3px solid #ddd;
  width: 25px;
  height: 25px;
}
body.checkout .step .product-options .option .has-image {
  margin-right: 20px;
  padding: 0 20px;
}
body.checkout .step .product-options .option .has-image img {
  max-height: 125px;
}
body.checkout .step .product-options .option .titles {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.checkout .step .product-options .option .titles h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  color: #000;
}
body.checkout .step .product-options .option .titles .price-old {
  font-size: 14px;
  line-height: 1.3;
  color: #dc3545;
  text-decoration: line-through;
}
body.checkout .step .product-options .option .titles p.small {
  line-height: 12px;
}
body.checkout .step .product-options .option .titles div.small {
  font-size: 10px;
  margin-bottom: -3px;
  margin-top: -3px;
  line-height: 12px;
  font-weight: normal;
}
body.checkout .step .product-options .option .titles div.price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
body.checkout .step .product-options .option .titles p.total {
  font-size: 14px;
  color: #0073ad;
  line-height: 1.3;
  font-weight: 700;
}
body.checkout .step .product-options .option .has-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
body.checkout .step .product-options .option .has-discount .discount {
  background-image: url('../img/bst-slr.png');
  width: 116px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-align: right;
  padding-right: 10px;
}
body.checkout .step .usps {
  margin-top: 1rem;
}
body.checkout .step .usps .usp {
  background: #f7f7f7;
  border-radius: 10px;
  background-image: linear-gradient(to right, #ecf5fc, #fff);
  padding: 10px 15px;
  display: flex;
  align-items: center;
}
body.checkout .step .usps .usp > * {
  margin-right: 10px;
}
body.checkout .step .usps .usp + .usp {
  margin-top: 1rem;
}
body.checkout .step .cc-logos {
  text-align: right;
}
body.checkout .step .cc-logos img {
  width: 35px;
}
body.checkout .step form input,
body.checkout .step form select,
body.checkout .step form span.input {
  background: whitesmoke;
  border: 1px solid #a7abad;
}
body.checkout .step form input[type='submit'] {
  background-color: #17c057;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  color: white;
  height: auto;
  border: none;
  box-shadow: 0 3px 0 #319f5b;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
body.checkout .step .cart {
  margin-top: 1rem;
}
body.checkout .step .cart h2 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
body.checkout .step .cart .has-table {
  border-radius: 10px;
}
body.checkout .step .cart .table {
  border-radius: 10px;
}
body.checkout .step .cart .table > div {
  display: flex;
  justify-content: space-between;
}
body.checkout .step .cart .table .row-header {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
}
body.checkout .offer-prcBox {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  background: #f5f5f5;
  border: 1px solid #b8b8b8;
  padding: 8px 15px;
  position: relative;
}
body.checkout .save-txt {
  display: flex;
}
body.checkout .save-txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 28px;
  color: #124c75;
  text-transform: uppercase;
}
body.checkout .save-txt p span {
  font-size: 38px;
  font-weight: bold;
}
body.checkout .ofr-rgt {
  font-weight: bold;
  text-align: right;
}
body.checkout .step .cart .table span:nth-child(2) {
  text-align: right;
}
body.checkout .step .cart .table .row {
  background: white;
  border-radius: 10px;
  padding: 5px 10px;
}
body.checkout .step .cart .table .row + .row {
  margin-top: 10px;
}
body.checkout section.faq {
  background: #eee;
  margin-top: 2rem;
}
body.checkout section.faq > p {
  padding: 20px;
  text-align: center;
  font-size: 1.2rem;
  color: black;
  cursor: pointer;
}
body.checkout section.faq > p span {
  text-decoration: underline;
}
body.checkout section.faq h2 {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #3273dc;
  color: white;
}
body.checkout section.faq .questions {
  padding-bottom: 2rem;
}
body.checkout section.faq .questions .faq-item {
  border: 1px solid lightgray;
  border-radius: 3px;
}
body.checkout section.faq .questions .faq-item + .faq-item {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
}
body.checkout section.faq .questions .faq-item.is-active .answer {
  display: block;
}
body.checkout section.faq .questions .faq-item.is-active .question {
  border-bottom: 1px solid #ddd;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.checkout section.faq .questions .faq-item.is-active .question svg {
  transform: rotate(270deg);
}
body.checkout section.faq .questions .faq-item .question {
  font-weight: bold;
  padding: 20px;
  padding-right: 40px;
  position: relative;
  background: white;
  cursor: pointer;
  border-radius: 3px;
}
body.checkout section.faq .questions .faq-item .question svg {
  position: absolute;
  right: 20px;
  top: 24px;
}
body.checkout section.faq .questions .faq-item .answer {
  padding: 20px;
  display: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.checkout section.reviews {
  margin-top: 2rem;
}
body.checkout section.reviews .review {
  padding: 20px;
  position: relative;
  display: flex;
  border: 1px solid #ddd;
  height: 100%;
  border-radius: 10px;
}
body.checkout section.reviews .review .has-image {
  flex: 1;
  padding-right: 5px;
}
body.checkout section.reviews .review .has-image img.author {
  width: 50px;
  border-radius: 5px;
}
body.checkout section.reviews .review .inner {
  flex: 5;
  padding-left: 5px;
}
body.checkout section.reviews .review .inner p + p {
  margin-top: 10px;
}
body.checkout section.reviews .review .inner img.stars {
  max-width: 150px;
}
body.checkout section.reviews .review .inner .actions span {
  color: #3658a6;
  font-size: 12px;
}
body.checkout section.reviews .review .inner .actions span + span {
  margin-left: 10px;
  padding-left: 5px;
  position: relative;
}
body.checkout section.reviews .review .inner .actions span + span:before {
  content: '.';
  color: #3658a6;
  position: absolute;
  left: -5px;
  top: -12px;
  font-size: 20px;
}
body.checkout section.reviews .review .inner div.author {
  color: #3658a6;
  font-weight: bold;
  font-size: 12px;
}
body.checkout section.reviews .review .inner div.author span {
  margin-left: 10px;
  padding-left: 5px;
  color: gray;
  font-size: 10px;
  font-weight: normal;
  position: relative;
}
body.checkout section.reviews .review .inner div.author span:before {
  content: '.';
  color: #3658a6;
  position: absolute;
  left: -5px;
  top: -14px;
  font-size: 20px;
}
body.checkout section.reviews .review .inner div.author + p {
  font-size: 13px;
  margin-top: 2px;
}
body.checkout .footer {
  background: #000;
}
body.checkout .footer p,
body.checkout .footer li,
body.checkout .footer a,
body.checkout .footer h2 {
  color: white;
  font-size: 13px;
}
body.checkout .footer h2 {
  font-size: 1rem;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
body.checkout section.downsell {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 12345;
  display: none;
}
body.checkout section.downsell.is-active {
  display: flex;
}
body.checkout section.downsell .inner {
  padding: 40px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  text-align: center;
  position: relative;
}
body.checkout section.downsell .inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.5rem;
  line-height: 1;
  color: black;
  cursor: pointer;
}
body.checkout section.downsell .inner h1 {
  color: #48c774;
}
body.checkout section.downsell .inner p {
  font-size: 1.25rem;
}
body.checkout section.downsell .inner .button {
  margin-top: 10px;
  font-weight: bold;
  color: white;
  padding: 20px;
  height: auto;
  white-space: normal;
}
body.checkout section.downsell .inner .button.yes {
  background-color: #48c774;
}
body.checkout section.downsell .inner .button.no {
  background-color: #db1414;
}
body.checkout .downsell-box {
  position: absolute;
  top: -2em;
  left: 0;
  background-color: #11AB51;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
  color: #fff;
  padding: 8px 14px;
  z-index: 99;
}
body.checkout .loading, body.checkout .loader-2 {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
}
body.checkout .loading img {
  width: 300px;
  margin-bottom: 20px;
}
body.checkout .loading.is-active, body.checkout .loader-2.is-active {
  display: flex;
}
body.checkout .loading .inner {
  max-width: 500px;
}
body.checkout .loading .inner p {
  margin-bottom: 10px;
  font-size: 1.5rem;
  text-align: center;
}
body.checkout .loading .inner .cssProgress {
  width: 500px;
}

section.salespop {
  position: fixed;
  bottom: 20px;
  left: -400px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  transition: 0.5s all;
  z-index: 999;
}
section.salespop.is-active {
  left: 30px;
}
section.salespop .outer {
  display: flex;
}
section.salespop .outer .has-image {
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid darkgray;
  background: #3b3b3b;
}
section.salespop .outer .has-image img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
section.salespop .outer .inner {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #3b3b3b;
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section.salespop .outer .inner p.time {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
section.salespop .outer .inner p.quantity {
  font-style: italic;
}
section.salespop .outer .inner p:last-of-type {
  margin-top: 5px;
  color: green;
}
section.salespop .outer .inner p:last-of-type i {
  color: green;
}

section.upsell {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}
section.upsell.is-active {
  display: flex;
}
section.upsell a.button {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 14px;
}
section.upsell a.button:after {
  display: none;
}
section.upsell a.button.is-large {
  margin-top: 10px;
  font-size: 20px;
  padding: 0.5rem 2rem;
  background: #ff470f;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
section.upsell a.button.is-link {
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: gray;
  text-decoration: underline;
  font-weight: bold;
}
section.upsell .upsell-inner {
  max-width: 700px;
  position: relative;
  border-radius: 5px;
  background: #ffd300;
  padding: 5px;
}
section.upsell .upsell-inner .upsell-header {
  background: #ffd300;
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
}
section.upsell .upsell-inner .upsell-header span {
  font-size: 3rem;
  font-weight: 900;
}
section.upsell .upsell-inner .upsell-close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
section.upsell .upsell-inner .upsell-close img {
  width: 30px;
  height: 30px;
}
section.upsell .upsell-inner .upsell-content {
  padding: 20px;
  background: white;
  border-radius: 5px;
}
section.upsell .upsell-inner .upsell-content .upsell-qty {
  font-size: 1.2rem;
}
section.upsell .upsell-inner .upsell-content a.button .upsell-qty {
  font-size: 1.4rem;
}
section.upsell .upsell-inner .upsell-content h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
section.upsell .upsell-inner .upsell-content h2 span:not(.upsell-qty) {
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
section.upsell .upsell-inner .upsell-content h2:before {
  content: '';
  position: absolute;
  width: calc(100% - 33.333333% - 0.5rem);
  height: 1px;
  left: calc(16.6666666667% + 0.25rem);
  right: calc(16.6666666667% + 0.25rem);
  top: 12px;
  background: gray;
}
section.upsell .upsell-inner .upsell-content .upsell-cart {
  margin-bottom: 2rem;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-images {
  position: relative;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-images .check-icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 99px;
  background: green;
  color: white;
  padding: 2px;
  font-size: 0.8rem;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-image {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: white;
  border-radius: 5px;
  border: 1px solid gray;
}
section.upsell .upsell-inner .upsell-content .upsell-cart .has-image img {
  max-width: 60px;
  max-height: 60px;
}
section.upsell .upsell-inner .upsell-content .has-titles,
section.upsell .upsell-inner .upsell-content .has-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.upsell .upsell-inner .upsell-content .has-titles .has-text-danger,
section.upsell .upsell-inner .upsell-content .has-price .has-text-danger {
  text-decoration: line-through;
}
section.upsell .upsell-inner .upsell-content .upsell-offers {
  padding: 20px;
  background: whitesmoke;
  border-radius: 5px;
  height: calc(250px + 3rem);
  overflow-y: scroll;
  overflow-x: hidden;
}
section.upsell .upsell-inner .upsell-content .upsell-offers h2 span {
  background: whitesmoke;
}
section.upsell .upsell-inner .upsell-content .upsell-offers h2:before {
  width: calc(100% - 2.4rem);
  left: 1.2rem;
  right: 1.2rem;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
  padding: 10px;
  margin: 10px;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h2 {
  text-align: left;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h2:before {
  display: none;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles > p {
  line-height: 1.5;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: white;
  border: 1px solid gray;
  border-radius: 5px;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-image img {
  width: 100%;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h2 {
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-bottom: 0;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h3 {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 32px;
  font-style: italic;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer h4 {
  letter-spacing: 0.5px;
  line-height: 32px;
  color: green;
  font-weight: bold;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer p.has-text-danger {
  text-decoration: line-through;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .upsell-compare-price {
  margin-bottom: 5px;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .qty-buttons {
  margin-top: 5px;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .qty-buttons input {
  font-size: 0.8rem;
  text-align: center;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .qty-buttons .button {
  font-size: 0.8rem;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer a.button {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  height: auto;
  white-space: normal;
  background: green;
  border: none;
  border-bottom: 3px solid black;
  font-weight: bold;
  color: white;
  transition: 0.25s all;
  padding: 20px;
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer a.button svg {
  margin-left: 10px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  body.checkout section.checkout {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  body.checkout .menu {
    text-align: left;
    margin-bottom: 0;
  }
  body.checkout .menu img {
    max-width: 80%;
    margin: 0 auto;
  }
  body.checkout .menu .has-text-right {
    text-align: center !important;
  }
  body.checkout .checkout-steps {
    margin-bottom: 1rem;
  }
  body.checkout section.checkout {
    padding: 20px;
  }
  body.checkout .banner-image {
    padding: 20px 10px;
    background-position: center right;
    background-image: url('../img/checkout-banner-mobile.jpg') !important;
  }
  body.checkout .banner-image h2 {
    font-size: 0.9rem;
    line-height: 1;
  }
  body.checkout .banner-image h3 {
    font-size: 0.6rem;
    margin-top: 0.25rem;
  }
  body.checkout .popular {
    font-size: 0.8rem;
  }
  body.checkout .popular img {
    width: 18px;
  }
  body.checkout .step.step-1 {
    padding-right: 0;
  }
  body.checkout .step.step-2 h4 {
    font-size: 0.8rem;
  }
  body.checkout .step .product-options .option + .option {
    margin-top: 1.5rem;
  }
  body.checkout .step .product-options .option .has-circle {
    padding: 5px;
  }
  body.checkout .step .product-options .option .has-image {
    padding: 0;
    max-width: 90px;
  }
  body.checkout .step .product-options .option .has-discount {
    margin-left: 0;
    position: absolute;
    bottom: -11px;
    right: 10px;
  }
  body.checkout .step .product-options .option .has-discount .discount {
    font-size: 0.6rem;
    width: auto;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-right: 5px;
    padding-left: 20px;
    line-height: 21px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  body.checkout .step .product-options .option .titles h3 {
    font-size: 1rem;
  }
  body.checkout .step .product-options .option .titles .price-old {
    font-size: 12px;
  }
  body.checkout .step .product-options .option .titles div.price {
    font-size: 1.2rem;
  }
  body.checkout .downsell-box {
    position: absolute;
    bottom: -2em;
    left: 0;
    top: initial!important;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }    
  section.upsell .upsell-inner {
    max-width: calc(100% - 2rem);
  }
  section.upsell .upsell-inner .upsell-content {
    padding: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-cart {
    display: none !important;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers {
    padding: 10px;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2 {
    font-size: 0.8rem;
    text-decoration: underline;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2:before {
    display: none;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers > h2 span {
    padding: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
    padding: 0;
    margin: 1em 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer > .columns > .column {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles > p {
    line-height: 1.5rem;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .qty-buttons {
    margin-top: 5px;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .qty-buttons .button {
    font-size: 0.6rem;
    height: 32px;
    line-height: 32px;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles {
    margin: 10px 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles h2,
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles h3,
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles h4 {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer .has-titles h4 {
    color: green;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer a.button {
    display: block;
    padding: 10px 20px;
    font-size: 1rem;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer a.button span {
    font-size: 1rem;
  }
  section.upsell .upsell-inner .upsell-content a.button.is-link {
    height: auto;
    font-size: 1rem;
    display: block;
    white-space: normal;
    padding: 1rem;
  }
  body.checkout .step .cc-logos img {
    width: 30px;
  }
  .is-justify-content-center-mobile {
    justify-content: center!important;
  }
  .timer-box {
    font-size: 15px!important;
  }
}
@media screen and (max-width: 350px) {
  .upsell-cart {
    display: none !important;
  }

  section.upsell .upsell-inner .upsell-header {
    padding: 10px;
  }
  section.upsell .upsell-inner .upsell-header span {
    font-size: 2rem;
  }
}
@media (min-width: 950px) and (max-height: 750px) {
  section.upsell .upsell-cart {
    display: none;
  }
  section.upsell .upsell-inner {
    max-height: 75vh;
  }
  section.upsell .upsell-inner .upsell-content {
    max-height: calc(95vh - 95px);
    overflow-y: scroll;
  }
  section.upsell .upsell-inner .upsell-content .upsell-cart {
    margin-bottom: 0;
  }
  section.upsell .upsell-inner .upsell-content .upsell-offers .upsell-offer {
    margin: 1em 0!important;
    padding: 0;
  }
}
@media only screen and (min-device-width: 1000px) and (max-device-width: 1250px) {
  .price {
    font-size: 1.5rem!important;
  }
}

body.checkout nav {
  padding: 8px 0px;
  border-bottom: 1px solid #dfdfdf;
  background: #f3f3f3;
  width: 100%;
}
a.continue-ship {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 18px 13px;
  font-size: 24px;
  border-radius: 8px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fff;
  background: green;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}
hr.brd-line {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0 0;
}

.card-container__outline {
  border: 1px solid #e1e1e1!important;
  box-shadow: none!important;
}

input[type=radio]:not(:checked)~ .radio-container {
  display: none;
}
input[type=radio]:checked {
  background-color: #06f;
  border: 0;
  transition: all .3s ease-out;    
}
input[type=radio]:checked + label {
  background: #f7f8f9;
  border: 1px solid #e6e9eb;
}
.or {
  width: 100%;
  height: 12px;
  border-bottom: 1px solid #b9c4c9;
  text-align: center;
  margin: 15px 0;
}
.or span {
  font-size: 17px;
  background-color: white;
  padding: 0 10px;
}
input[type=radio] {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 20px;
  transition: border-color .2s ease-out,box-shadow .2s ease-out;
  width: 20px;
}
#payment-select-form {
  display: flex;
  flex-direction: column;
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#payment-select-form .input-payment-logo {
  position: absolute;
  right: 0;
  top: 1em;
}

#form-summary {
  border: 1px solid #b9c4c9;
  border-radius: 5px;
}
#form-summary span {
  position: absolute;
  right: 10px;
  top: 0;
}
#BluesnapForm span.input {
  background: #fff;
}
.credit-card {
  margin: 0 2px;
}
.finish-upsell-button {
  display: table-cell;
  vertical-align: middle;
}
#stopwatch {
  font-weight: bold;
  color: yellow;
}
.topStrip {
  width: 100%;
  background: #43be51;
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  color: white;
  text-align: center;
}
.event-banner-img {
  height: 35%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.timer-box {
  background-color: #C6CC24;
  border-radius: 8px;
  padding: 10px 9px;
  font-size: 24px;
}
@media (max-width: 767px) {
.customer-reviews-box-column {
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
  }
  .str-rvw {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
}
.custom-box-variant {
  padding: 1.2em;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 1em;
  margin-right: 1em;
  cursor: pointer;
  font-weight: bold;
}
.custom-box-variant:hover {
  border: 2px solid #0173AD;
  background-color: #e9e9e9;
}
.custom-box-variant.is-active {
  border: 2px solid #0173AD;
  background-color: #f5fffd;
}
.custom-color-variant {
  display: flex;
  max-width: 50px;
  max-height: 50px;
}
.custom-color-variant span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 3px;
  display: block;
  cursor: pointer;
}
.custom-color-variant {
  border: 2px solid #e1e1e1;
  border-radius: 7px;
  margin-right: 1em;
}
.custom-color-variant:hover {
  border: 2px solid #0173AD;
}
.custom-color-variant.is-active {
  border: 2px solid #0173AD;
}
.v12_label {
  font-size: 18px;
  line-height: 24px;
  color: #bf4800!important;
  letter-spacing: 0.5px;
}
.str-rvw-label {
  color: #27A2FF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.PoppinsFont {
  font-family: 'Poppins', sans-serif;
}