﻿body {
  margin-top: 300px;
}

a:hover {
  text-decoration: none;
}

marquee.marq {
  position: absolute;
  font-size: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 5px rgb(26 26 45 / 20%);
  -moz-box-shadow: 0 0 20px 5px rgba(26, 26, 45, 0.2);
  box-shadow: 0 0 20px 5px rgb(26 26 45 / 20%);
  padding: 7px 0;
}

header nav ul > .right {
  position: relative;
}

.item-box .digital-gold-banner-left img {
  margin-left: 0;
}

.item-box .digital-gold-banner-right {
  width: 100%;
}

.item-box .product-item {
  padding-top: 40px;
}

.item-box .add-to-cart {
  flex-direction: column;
  justify-content: center;
}

.item-box .add-to-cart .column {
  max-width: fit-content;
}

.content-with-image {
  padding: 15px 0;
}

.content-with-image .row div {
  padding: 0;
}

.content-with-image .image {
  width: 100%;
}

.content-with-image .image img {
  max-width: 100%;
}

.content-with-image .content {
  width: 100%;
  text-align: center;
}

.content-with-image .content h2 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-transform: none;
}

.content-with-image .content p {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
}

.btn {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  height: 5rem;
  font-weight: 400;
  font-size: 16px;
  padding: 7px 35px;
}

.btn-default {
  background: #000;
  border: none;
}

.btn-outline {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

.btn-outline:hover {
  background: #000;
}

.btn-outline:focus {
  background: transparent;
  color: #000;
}

.btn-outline-primary {
  background: transparent;
  color: #a59262;
}

.btn-outline-primary:hover {
  background: #a59262;
}

.invest-in-gold iframe {
  max-width: 100%;
}

.invest-in-gold .content {
  order: 2;
  margin-top: 15px;
}

.order-sm-2 {
  order: 0;
}
/*--- before footer section start ---*/
.before-footer {
  background-color: #433e3e;
  color: #fff;
  padding: 0;
  border-bottom: 1px solid #635e5d;
}

.before-footer .row > div {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.before-footer .icon {
  margin-bottom: 25px;
}

.before-footer .icon img {
  max-width: 100px;
}
/*--- before footer section end ---*/
/*--Banner start--*/
.banner {
  background-image: url("../images/banner-bg-1.png");
}

.banner .container.banner-content {
  color: #fff;
}

.banner .container.banner-content .row {
  justify-content: flex-start;
}

.banner .banner-content .heading {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}

.banner .banner-content .heading h2 {
  color: #fff;
  font-size: 24px;
}

.banner .banner-content .content {
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background-color: #404040;
}

.banner .banner-content .content .btn-outline {
  color: #fff;
  border: 1px solid #fff;
}

.banner .banner-content .content .btn-outline:hover {
  background: #fff;
  color: #000;
}

.banner .banner-content .content h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.banner .banner-content .content p {
  font-size: 18px;
  font-weight: 400;
}

.banner .logos {
  background-color: #f2f2f2;
}

.banner .logos .logo {
  width: 50%;
  padding: 15px 4%;
}

.order-summary-content .row .column,
footer .row .payment-logos .column {
  text-align: center;
}
/*--Banner end--*/

.popup-with-form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}
/*---meta mask start---*/
.meta-mask .meta-mask-banner {
  padding-top: 25px;
  background-color: #ececec;
}

.meta-mask .meta-mask-banner .content {
  width: 100%;
}

.meta-mask .meta-mask-banner .image {
  max-width: 250px;
  margin: 20px auto;
}

.meta-mask .meta-mask-banner h2 {
  text-align: center;
  color: #71757e;
  text-transform: initial;
  font-weight: 600;
}

.meta-mask .img-button {
  max-width: 200px;
  display: block;
  margin-bottom: 25px;
}

.meta-mask .content .config p {
  font-style: italic;
}

.meta-mask .content .config p.span {
  color: #0372c1;
  font-style: normal;
  display: block;
  word-break: break-all;
}
/*--Delivery method--*/

#co-shipping-method-form .radio {
  margin-top: 10px;
}

#co-shipping-method-form .radio span input {
  cursor: pointer;
}

#co-shipping-method-form .radio div > label {
  color: #a59262;
}

#co-shipping-method-form .radio #walletIsNot label {
  border: 1px solid #a59262;
  padding: 10px 15px;
  width: 100%;
}

.order-completed-page .border {
  border: 1px solid #a59262;
  margin: 15px 0;
  padding: 15px;
}

.order-completed-page .container {
  padding-top: 40px;
  margin-bottom: 40px;
}

input[type="checkbox"].css-checkbox + label.css-label {
  margin-top: 3px;
  vertical-align: top;
}

label,
legend {
  width: calc(100% - 3em);
  margin-bottom: 15px;
}
/***** my css *******/
.digital-page .Platinum {
  display: flex;
}

.Platinum .picture.digital-gold-banner-left {
  order: 2;
}

.Platinum .details.digital-gold-banner-right {
  padding-left: 0px;
  padding-right: 50px;
}
.digital-page .Platinum .digital-gold-banner-left {
  padding-right: 0px;
  padding-left: 0px;
}

.digital-style .content-with-image .content h2 {
  color: #3c3c3c;
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
  font-family: "acaslon";
  letter-spacing: 0;
}
.digital-style .content-with-image p {
  letter-spacing: 0;
  color: #433e3e;
  font-weight: 300;
  font-family: var(--primaryFont);
}
.digital-style .content-with-image .content .button {
  background: #a59262;
  font-family: var(--primaryFont);
  border: 0.1rem solid #a59262;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 2px 30px;
  font-weight: 200;
  letter-spacing: 0.1rem;
  line-height: 4.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.digital-page #quantity-form button {
  font-size: 18px;
}
p.product-short-discription span {
  margin-top: 15px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
}

.digital-page .digital-gold-banner-left {
  padding-right: 0px;
  box-sizing: border-box;
}
.digital-page .digital-gold-banner-right {
  padding-left: 0px;
}
.digital-page .digital-gold-banner-left .img {
  border: 2px solid #ddd;
  padding: 30px;
}
.create-wallet.content-with-image {
  padding-bottom: 0px;
  text-align: center;
}
.create-wallet.content-with-image .container .row {
  border-bottom: 2px solid #a59262;
  padding-bottom: 50px;
}
.create-wallet a.btn img {
  width: 90%;
}

.create-wallet.content-with-image .content a.btn {
  padding: 0px;
  width: 185px;
  display: inline-block;
}

.create-wallet.content-with-image .btn-group {
  padding: 0px;
}
.create-wallet.content-with-image .image a.btn {
  background-color: #a59262;
  border: 0.1rem solid #a59262;
}
.digital-page .custom-padding.buynow-btn {
  padding: 0px 50px;
  font-family: var(--primaryFont);
  font-size: 15px;
  width: 200px;
  height: 55px;
  line-height: 55px;
}
.digital-page input[type="button"][disabled] {
  background: #beb08f;
  opacity: 1;
  border-color: #beb08f;
  color: #433e3e;
  font-weight: 500;
}

form#product-details-form {
  margin-bottom: 80px;
}

.item-box.product-video-section {
  min-height: 400px;
}
.digital-page .product-information-text h4 {
  color: #433e3e;
}
.digital-style .invest-in-gold .content .button {
  background: #fff;
  color: #433e3e;
  font-weight: 500;
  border: 2px solid #433e3e;
  width: 210px;
}
.digital-style .invest-in-gold .content .button:hover {
  background: #433e3e;
  color: #fff;
}
.create-wallet.content-with-image .image .button {
  margin-left: 28px;
  font-family: var(--primaryFont);
  font-size: 15px;
}
/*---meta mask end---*/

/*** mobile app tutorial****/

.mob-app .content-only h2,
.mob-app .content-only p {
  text-align: center;
}

.mob-app .content-only .content h2 {
  margin-bottom: 20px;
}

.mob-app .meta-mask .content-only .container {
  padding-bottom: 0px;
}

.mob-app .content-with-image .content p {
  font-size: 18px;
}
.mob-app .content-with-image .content h2 {
  letter-spacing: 0;
  font-weight: 700;
}
.mob-app .content .btn-group {
  padding: 0px;
  display: flex;
  justify-content: center;
}

.mob-app .btn-group a {
  width: 50%;
  float: left;
}
.mob-app .btn-group a img {
  width: 90%;
}
.mob-banner {
  background: url("../images/mob-banner-bg.png") repeat-x;
  width: 100%;
}
.mob-banner .content h2 {
  text-align: left;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0px;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
}
.mob-banner .content {
  width: 50%;
}
.mob-banner .image {
  float: left;
  width: 50%;
}
.mob-banner .image img {
  vertical-align: bottom;
}
.mob-banner .row.align-items-center {
  flex-direction: row;
}
.invest-in-gold.content-with-image iframe {
  width: 100%;
}
.wallet-page .card i {
  font-size: 40px;
  color: #a59262;
}

.wallet-page .card h2 {
  font-weight: 300;
  margin: 10px 0px;
}

.wallet-page .card {
  margin: 60px 0px;
}
#getwallet input#SaveWalletDetails {
  margin: 0px;
  vertical-align: middle;
}
.wallet-page .form-group .buttons {
  margin-top: 10px;
}
#getwallet label {
  margin-bottom: 0px;
}
#checkout-steps input[type="radio"],
#checkout-steps input[type="checkbox"] {
  vertical-align: top;
  margin-top: 8px;
}
#checkout-step-shipping-method #walletIsNot p {
  margin-bottom: 2px;
}
body #co-shipping-method-form .SaveWalletDetails label {
  color: #000;
}

@media (min-width: 768px) {
  .digital-page .Platinum .digital-gold-banner-left {
    padding-left: 60px;
  }
  .digital-page .digital-gold-banner-left {
    padding-right: 60px;
  }
  .create-wallet.content-with-image {
    text-align: left;
  }
  .mob-app .meta-mask .content-with-image .content h2 {
    margin-bottom: 20px;
  }
  .mob-app .content .btn-group {
    display: inline;
  }
  .meta-mask .content-with-image,
  .invest-in-gold.content-with-image {
    padding: 0;
  }

  .meta-mask .content-with-image .container {
    padding: 50px 2rem;
  }

  .invest-in-gold .container {
    padding: 50px 0rem;
    /*border-bottom: 2px solid #a59262;*/
  }

  .border-bottom-gold {
    border-bottom: 2px solid #a59262;
  }

  .invest-in-gold .content {
    order: 0;
    margin-top: 0px;
  }

  .order-sm-2 {
    order: 2;
  }

  .item-box .product-item {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 2px solid #a59262;
  }

  .item-box .add-to-cart .column {
    max-width: inherit;
  }

  .item-box .add-to-cart {
    flex-direction: row;
    justify-content: center;
  }

  .item-box .digital-gold-banner-right {
    width: 50%;
  }

  /*--Banner start--*/
  .banner {
    /*padding-top:135px;*/
  }

  .banner .banner-content .heading {
    width: 60%;
  }

  .banner .banner-content .heading h2 {
    font-size: 44px;
  }

  .banner .banner-content .content {
    width: 31%;
  }

  .banner .logos .logo {
    width: 20%;
  }

  .content-with-image {
    padding: 50px 0;
  }

  .content-with-image .row div {
    padding: 0 15px;
  }

  .content-with-image .image {
    width: 50%;
  }

  .content-with-image.portrait .image {
    width: 35%;
  }

  .content-with-image .image img {
    max-width: 95%;
  }

  .content-with-image .content {
    width: 50%;
    text-align: left;
  }

  .content-with-image.portrait .content {
    width: 65%;
  }

  .content-with-image .content h2 {
    font-size: 28px;
  }

  .meta-mask .content-with-image .content h2 {
    margin-bottom: 40px;
  }

  .content-with-image .content p {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
  }

  .content-only .content {
    width: 100%;
  }

  /*--- before footer section start ---*/

  .before-footer {
    padding: 60px 0;
  }

  .before-footer .row > div {
    width: 33%;
    padding: 0 20px;
  }
  .digital-style .content-with-image .content p {
    font-family: var(--primaryFont);
    font-weight: 300;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #getwallet input#SaveWalletDetails {
    vertical-align: top;
    margin-top: 6px;
  }
  .wallet-page .card,
  #checkout-steps .card,
  .checkout-page .card {
    border-width: 1px;
  }
  .wallet-page .row .column.column-60,
  #checkout-steps .row .column.column-60,
  .checkout-page .row .column.column-60 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .wallet-page .card,
  #checkout-steps .column-60.card,
  .checkout-page .column-60.card {
    padding: 20px !important;
  }
  .wallet-page .row .column.column-offset-20,
  #checkout-steps .row .column.column-offset-20,
  .checkout-page .row .column.column-offset-20 {
    margin-left: 10%;
  }
}

.container.product-view .data .sales-options-buttons {
  margin-top: 0;
  margin-bottom: 15px;
  justify-content: end;
}

.container.product-view .data .sales-options-buttons .column {
  margin: 0;
  width: 34%;
  flex: initial;
}

.sales-options-buttons .button.large,
.sales-options-buttons input[type="button"].large {
  margin: 0;
  line-height: 3.8rem;
  height: 3.8rem;
  font-size: 1.1rem;
}

.sales-options-buttons .button.large {
  width: 100%;
}

.sales-options-buttons input[type="button"].large {
  width: 100%;
}

.tier-prices .row.header {
  font-weight: 700;
  background: #e8e9e3;
  color: #433e3e;
}

.product-header .enquire .button small {
  display: none;
}

.product-header .enquire .button {
  background-color: #a59262;
  border-color: #a59262;
}

.benefits h3 {
  margin-top: 30px;
  letter-spacing: 0;
  color: #433e3e;
  font-weight: 700;
  font-family: var(--primaryFont);
}

.container.product-view .data .benefits ul li {
  color: #433e3e;
  font-weight: normal;
  text-transform: none;
}

.container.product-view .data .benefits ul li div.icon {
  color: #a59262;
}

/*#getOurGuide2.button.large, .back-in-stock-subscription #getOurGuide1.button.large, .out-of-stock .button.button-green {
	background-color: #aabc9f;
	border-color: #aabc9f;
}*/

.back-in-stock-subscription {
  position: static;
}

.back-in-stock-subscription .popup-with-form {
  margin: 0;
}

.back-in-stock-subscription .button.large {
  display: flex;
  line-height: normal;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  height: 4.8rem;
  font-size: 1.1rem;
}

.back-in-stock-subscription .button.large span {
  display: block;
}

.out-of-stock {
  display: flex;
}

.out-of-stock .button {
  margin: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: normal;
  font-size: 1.1rem;
  max-width: 47%;
  flex: 0 0 100%;
  height: 5rem;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 50px;
}

.back-in-stock-subscription .button {
  position: relative;
  padding-left: 60px;
}

.out-of-stock .button .fa,
.back-in-stock-subscription .button .fa {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 2rem;
}

.thankyoupage p {
  margin-bottom: 1rem;
  /*color: #28a745;*/
}

.button:hover {
  text-decoration: none;
}

.awaiting-delivery span {
  font-size: 16px;
  text-align: right;
  display: block;
}

.awaiting-delivery span a {
  color: #a59262;
  font-weight: 700;
  text-decoration: underline;
}

header div.strap .reviews img {
  vertical-align: middle;
  margin: 2px 0 3px 0;
}

header .back-in-stock-subscription {
  position: absolute;
  display: flex;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

header .back-in-stock-subscription .button.large {
  margin: 0 2px;
  height: 5rem;
  font-size: 1rem;
  padding: 0 1rem;
  padding-left: 40px;
}
header .back-in-stock-subscription .button .fa {
  font-size: 2rem;
  left: 15px;
}

.row.price .column.left {
  width: 70%;
}

header.fixed {
  top: -25rem;
}

.sign-up-expert-guide h3 {
  font-weight: 700;
  color: #433e3e;
  text-transform: none;
  font-size: 3rem;
}

.sign-up-expert-guide p a {
  font-weight: 700;
  text-decoration: underline;
}

.get-expert h3 {
  margin-top: 30px;
  letter-spacing: 0;
  color: #433e3e;
  font-weight: 700;
  font-family: var(--primaryFont);
}

.get-expert a {
  font-weight: 700;
  text-decoration: underline;
}

.mobile-header.main {
  height: auto;
  padding: 10px 0;
}

.mobile-header.main .row {
  flex-direction: inherit;
  justify-content: center;
  align-items: center;
}

header div.mobile-header.main .fa-bars {
  position: static;
  font-size: 1.5rem;
}

header div.mobile-header .logo {
  margin: 0;
  margin-top: -8px;
  margin-left: 5px;
}

header div.mobile-header .logo img {
  max-width: 100%;
}

.mobile-header .menu-toggle {
  margin-right: 12px;
  color: #a59262;
  font-size: 1.1rem;
}

.mobile-header .cart-total {
  font-size: 1.1rem;
}

.mobile-shopping-cart {
  margin-left: 5px;
}
.mobile-shopping-cart .fa-shopping-basket {
  font-size: 1.5rem;
}

.document .row {
  background-color: transparent;
  margin-top: 0;
  padding: 0;
}

.document .row.infocus-content {
  background-color: #fff;
  margin-top: -105px;
  padding: 120px;
  z-index: 5;
  position: relative;
}

#msg {
  border-top: 1px solid #a59262;
  padding-top: 80px;
  padding-bottom: 70px;
  color: #28a745;
}

#get-our-guide a {
  font-weight: 700;
  text-decoration: underline;
}

.mfp-content {
  padding: 5rem 7rem;
}

#get-our-guide label {
  margin-bottom: 0;
}

#get-our-guide .input-validation-error {
  margin-bottom: inherit;
}

#get-our-guide-form {
  border-top-color: #f4f4f1;
}

#get-our-guide-form .input-validation-error {
  margin-bottom: 1.5rem;
}

.mobile-buttons.row .button.large {
  margin-bottom: 0;
}

.back-in-stock-subscription .row {
  justify-content: end;
}

.back-in-stock-subscription .row .column {
  width: 35%;
  flex: initial;
}

header div.strap li {
  vertical-align: middle;
}

header div.strap li a {
  line-height: normal;
}

.document .row.infocus-content .sign-up-expert-guide .container {
  padding: 0;
}

.mfp-content #get-our-guide h3 {
  font-size: 4rem;
  font-weight: 700;
}

.short-description.benefits h3 {
  margin-top: 0;
}

.container.product-view .data .tab-container .tab-link {
  letter-spacing: inherit;
  font-size: 20px;
  text-transform: none;
}

.product-header .description {
  width: 700px;
}

.container.product-view .data .benefits ul li {
  letter-spacing: 0.05rem;
}

.sign-up-expert-guide {
  border-top-color: #f4f4f1;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1199px) {
  header div.main .logo img {
    margin-right: 3rem;
  }

  header .back-in-stock-subscription .button .fa {
    font-size: 1.5rem;
    left: 12px;
  }

  header .back-in-stock-subscription .button.large {
    font-size: 0.8rem;
    padding-left: 34px;
    height: 4rem;
  }

  .back-in-stock-subscription .row .column {
    width: 50%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .container.product-view .images .gallery .picture {
    height: 17rem;
    border: 0;
    margin: 10px 0 0 0;
  }

  .container.product-view h1 {
    margin-bottom: 0;
  }

  .container.product-view .images .gallery .thumb-item {
    width: 8rem;
    height: 8rem;
    margin: 0 5px;
  }

  .container.product-view .images .gallery .picture-thumbs {
    margin-bottom: 20px;
  }

  .back-in-stock-subscription .row .column.left,
  .back-in-stock-subscription .row .column.right {
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
  }

  .back-in-stock-subscription .button .fa {
    font-size: 2rem;
  }

  .back-in-stock-subscription .button.large {
    font-size: 1.1rem;
  }

  .mobile-buttons.row .column.left,
  .mobile-buttons.row .column.right {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile-buttons.row {
    display: block;
  }

  .mobile-buttons.row .button.large,
  .mobile-buttons.row input[type="button"].large {
    line-height: 3.8rem;
    height: 3.8rem;
    font-size: 1.1rem;
  }

  .mobile-buttons.row .button.large br {
    display: none;
  }

  .container.product-view h1 {
    margin-top: 8rem;
  }

  header .strap .container {
    line-height: 4rem;
    min-height: 4rem;
    padding: 10px 1rem;
  }

  header .strap .container .row.row-fill {
    margin-left: 0;
    width: 100%;
  }

  header .strap .button.large {
    line-height: 4rem;
    height: 4rem;
    margin: 0 5px;
    font-size: 1.12rem;
    font-weight: 700;
    padding: 0 0.5rem;
  }

  header .strap .button.large .fa {
    font-weight: normal;
  }

  .container.product-view .data .tab-container .tab-link {
    width: 49.8%;
  }

  .thankyoupage {
    padding-top: 8rem;
  }

  .container.product-view .images .gallery .picture img:not(.zoomImg) {
    max-width: inherit;
    position: static;
    transform: none;
    height: 170px;
  }

  .document .row.infocus-content {
    padding: 1px;
    margin-top: 20px;
  }

  .mfp-content {
    padding: 5rem 3rem;
  }

  .tier-prices {
    margin-bottom: 30px;
  }

  .container.product-view .data .benefits ul li div.icon {
    margin-right: 5px;
  }

  .container.product-view .data .benefits ul li {
    padding: 10px 0;
    line-height: normal;
    min-height: inherit;
    font-size: 1.4rem;
  }

  .container.product-view .data .benefits ul li div.text {
    margin: 0;
  }

  form#product-details-form {
    margin-bottom: 40px;
  }

  .sign-up-expert-guide {
    margin-bottom: 100px;
  }

  .sign-up-expert-guide h3 {
    font-size: 2.5rem;
  }

  .sign-up-expert-guide button {
    width: auto;
    line-height: 4.8rem;
    height: 4.8rem;
    font-size: 1.35rem;
  }

  .back-in-stock-subscription .button {
    padding-left: 50px;
  }

  .back-in-stock-subscription .button br {
    display: none;
  }

  .mobile-header.main .row {
    align-items: inherit;
  }

  header div.mobile-header .logo {
    margin-top: 2px;
  }

  .mobile-header .menu-toggle,
  .mobile-shopping-cart {
    line-height: 1;
    margin-top: 1px;
  }

  header div.mobile-header.main .fa-bars {
    margin-bottom: 12px;
  }

  .mobile-shopping-cart .fa-shopping-basket {
    margin-bottom: 3px;
  }

  .mfp-content #get-our-guide h3 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .wallet-page .row .column.column-60,
  #checkout-steps .row .column.column-60,
  .checkout-page .row .column.column-60 {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .wallet-page .row .column.column-offset-20,
  #checkout-steps .row .column.column-offset-20,
  .checkout-page .row .column.column-offset-20 {
    margin-left: 10%;
  }

  .wallet-page .card,
  #checkout-steps .column-60.card,
  .checkout-page .column-60.card {
    padding: 30px !important;
  }

  .digital-gold-banner-left {
    padding: 0px 20px;
  }

  .container.product-view .data .sales-options-buttons .column {
    width: 50%;
  }

  .container.product-view .data .benefits ul li {
    letter-spacing: 0;
  }
}

@media only screen and (max-device-width: 320px) {
  .back-in-stock-subscription .button br {
    display: inline-block;
  }

  header div.mobile-header.main .fa-bars {
    margin-bottom: 5px;
  }

  .mobile-shopping-cart .fa-shopping-basket {
    margin-bottom: 2px;
  }

  header .strap .button.large {
    font-size: 1rem;
  }

  .back-in-stock-subscription .button.large {
    height: 4rem;
    padding-left: 28px;
    font-size: 1rem;
  }

  .back-in-stock-subscription .button.large br {
    display: none;
  }

  .back-in-stock-subscription .button .fa {
    font-size: 1.5rem;
    left: 10px;
  }
}
