.nolimit {
  max-width: 100%;
}

.cartpreview,
#enterdetails {
  width: 100%;
  overflow: hidden;
  max-width: 1340px;
  margin: 0 auto;
  /* border: 1px solid #3fbc9c;
    padding: 20px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 5px;
  padding-right: 8px;
}

.form-checkout {
  padding: 0px;
}

#modalStore {
  padding-bottom: 5px;
}

.emptycart:not(.physical-cart-empty) {
  background-color: #59ceb0;
  padding: 2px;
  padding-right: 8px;
}

.cartref,
.cartfooter {
  display: block;
  background: #3fbc9c;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  color: white;
  overflow: hidden;
  max-width: unset;
  border-radius: 2px 2px 0px 0px;
}

.cartref.cartreforder {
  padding: 10px 10px;
}

.cartref.physical-cart-ref {
  background-color: #00a8db;
}

.cartremove {
  padding-right: 10px !important;
}

.cart-actions {
  float: right;
}

.th-center {
  text-align: center;
}

.th-right {
  text-align: right !important;
}

.td-right {
  text-align: right !important;
}

.cart-item-table,
#parameterstable {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-item-table th,
#parameterstable th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.cart-item-table td,
#parameterstable td {
  padding: 10px;
  vertical-align: middle;
}
.cart-item-table tbody tr,
#parameterstable tbody tr {
  background: #eee;
  border-bottom: 3px solid white;
}
.cart-item-table tbody tr:hover,
#parameterstable tbody tr:hover {
  background: #ddd;
}
table.cart-item-table {
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
}

table.cart-item-table th {
  font-weight: 700;
  color: #373737;
}

table.cart-item-table td.cartname img {
  width: 80px;
  height: 80px;
  margin: 2px 10px 2px 0;
  border: 1px solid #aaa;
  float: left;
}
table.cart-item-table td.cartname .bundle-icon {
  width: 16px;
  height: 16px;
  border: unset;
}
table.cart-item-table td.cartname a {
  text-decoration: none;
  color: black;
  font-size: 14px;
}
table.cart-item-table td.cartname span {
  font-size: 14px;
  display: flex;
  gap: 4px;
}
table.cart-item-table td.cartname .image-title-container {
  display: flex;
}
table.cart-item-table td.cartname .image-title-container .title-container {
  display: flex;
  align-items: center;
}
table.cart-item-table td.cartname span.title {
  font-weight: bold;
  word-break: break-all;
}
table.cart-item-table td.cartname span.title-bundle {
  margin-bottom: unset;
}
table.cart-item-table td.cartname span.view-files {
  text-decoration: underline;
  cursor: pointer;
}
table.cart-item-table tbody tr {
  background: #eee;
  border-bottom: 3px solid white;
}
table.cart-item-table tbody tr:hover {
  background: #ddd;
}
table.cart-item-table td.cartqty input {
  width: 50px;
  margin: 0 auto;
}

table.cart-item-table td.cartqty select {
  width: 60px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 2px center;
  margin: 0;
  box-shadow:
    0 1px 1px 0 rgba(0, 0, 0, 0.07),
    0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

#parameterstable td {
  position: relative;
}

.tablewrap {
  border: 4px double #555;
  padding: 20px 10px 0;
}

input[type="submit"].refreshcart {
  border: none;
  font-size: 13.8px;
  display: block;
  color: white;
  cursor: pointer;
  margin-top: 3px;
  background: transparent;
  float: right;
}
a.editcart {
  border: none;
  font-size: 14px;
  float: right;
  display: block;
  color: white !important;
  text-decoration: none;
  font-weight: normal;
  background: none;
  padding: 0;
}
a.emptycart {
  color: white !important;
  text-decoration: none;
  float: right;
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
  margin-left: 10px;
}
.cart-item-table td.cartremove a {
  text-decoration: none;
}
.cart-item-table td.cartsubt,
.cart-item-table td.cartqty {
  text-align: center;
}

.cart-item-table td.cartprice {
  text-align: right;
}

div.proceed a {
  color: white;
  text-decoration: none;
  font-weight: normal;
  line-height: 20px;
  display: block;
  float: right;
  border: 1px solid #3fbc9c;
  background: #3fbc9c;
  padding: 10px 65px 10px 10px;
  border-radius: 10px;
}

div.proceed a:hover {
  background: #359980;
}

div.proceed a span {
  font-weight: bold;
  font-size: 15px;
  color: white !important;
}

table.totals {
  width: 100%;
  font-size: 14px;
}
table.totals .bold {
  font-weight: bold;
}
table.totals td {
  padding: 10px 10px 10px 10px;
}
table.totals span.comment {
  font-weight: normal;
  font-size: 11px;
  display: block;
  margin-bottom: -11px;
  color: #555;
}

.total-pay {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 
.total-pay .form-terms-store {
    position: absolute;
    right: 0px;
} 
*/

.payment-container {
  display: flex;
}

.payment-provider-container {
  width: 55%;
}

.order-details.payment-provider-container {
  width: 100%;
}

.purchaseWithAddress {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 153px;
}

@media only screen and (max-width: 900px) {
  .payment-container {
    flex-direction: column;
  }
  .payment-provider-container {
    width: 100%;
  }
  .total-pay {
    width: 100%;
    margin-left: 0px;
  }
  /* .total-pay .totals {
        width: 100%;
    }
    .total-pay .form-terms-store {
        position: unset;
    }

    .purchaseWithAddress{
        height: 100px;
    } */
}

table#customdetails {
  font-size: 14px;
  width: 100%;
  margin: 0;
}
table#customdetails td {
  padding: 10px;
  display: block;
  float: left;
  width: 100%;
}
table#customdetails input {
  font-size: 14px;
}
table#customdetails select {
  height: 38px;
}

.myorders-container{
  overflow: auto;
}

table.myorders tr {
  background: #3fbc9c;
  color: white;
}
table.myorders {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
table.myorders thead {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #aaa;
  font-weight: bold;
  background: #555;
  padding: 20px 0;
  color: white;
}
table.myorders td,
table.myorders th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
table.myorders tbody tr {
  background: #eee;
  border-bottom: 3px solid white;
}
table.myorders tbody tr:hover {
  background: #ddd;
}
table.myorders a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: block;
  margin: 0 auto;
}
table.myorders a:hover {
  text-decoration: underline;
}

table#transactionlog {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border: 1px solid #3fbc9c;
}
table#transactionlog thead tr {
  background: #3fbc9c;
  color: white;
  font-size: 13px;
}
table#transactionlog thead tr th {
  padding: 6px 0;
}
table#transactionlog tbody td {
  border-top: 1px solid #ff9967;
  border-right: 1px solid #ff9967;
  text-align: center;
  padding: 4px 0;
  font-size: 11px;
}
table#transactionlog tbody td:last-child {
  border-right: 1px solid #3fbc9c;
}
table#transactionlog .titlerow {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 5px;
  border-bottom: 1px solid #f16d2c;
}

input[type="submit"].paypalbutton,
a.paypalbutton {
  background: url("https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif");
  width: 145px !important;
  height: 42px !important;
  border: none;
}
a.paypalbutton {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
}
a.vieworders {
  color: white;
  text-decoration: none;
  float: right;
}
a.vieworders:hover {
  cursor: pointer;
  text-decoration: underline;
}
th.header {
  background-image: url(../../images/bg.gif);
  cursor: pointer;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: center right;
  padding-left: 20px;
  border-right: 1px solid #dad9c7;
  margin-left: -1px;
}

th.headerSortUp {
  background-image: url(../../images/asc.gif);
  background-color: #666;
}

th.headerSortDown {
  background-image: url(../../images/desc.gif);
  background-color: #666;
}

.viewdetails {
  background-image: url(../../images/details.gif);
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  background-size: contain;
}

.terms-and-conditions h1 {
  font-size: 12px !important;
  font-weight: bold;
}

.terms-and-conditions {
  height: 150px;
  overflow-y: scroll;
  border: 1px solid #999;
  padding: 0px 4px;
  background-color: #ddd;
  margin-bottom: 15px;
}

#stripe-button {
  width: 250px;
  height: 35px;
  line-height: 0px;
  margin-top: 25px;
  margin-right: 0;
}

.form-terms-store {
  text-align: right;
}

#text-terms-store {
  float: right;
  margin-top: -3px;
  font-size: 15px;
}

#form_terms {
  width: fit-content !important;
  margin-right: 10px !important;
  margin-bottom: 0;
  width: 14px !important;
  height: 14px !important;
}

.myorders {
  margin: 0 auto;
}

.container-cart-empty {
  margin-top: 20px;
  text-align: center;
}

.billing {
  font-size: 22px;
}

.container-use-address {
  margin-top: 20px;
}

#btn-useaddress {
  background: white;
  border: 1px solid #3fbc9c;
  border-radius: 10px;
  color: black;
}

.title-billing {
  font-weight: bold;
  width: 165px !important;
}

.empty-billing {
  width: 141px !important;
}

#customdetails tr {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}

#customdetails input,
#customdetails select {
  margin: 0;
}

.discount-code-label {
  vertical-align: middle;
}
.discount-code-label button {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 0;
  float: right;
}
.discount-code-label button span div {
  width: 15px !important;
  height: 15px !important;
}
.discount-code-label input {
  width: 65%;
  display: inline;
  margin: 0;
}
.discount-label {
  width: 70% !important;
}
.discount-button {
  width: 30% !important;
}

.cartremove .deletefile {
  margin: auto;
}

a.link-under {
  text-decoration: underline !important;
}

.tick-term-msg {
  color: red;
}

input.place-error::placeholder {
  color: red;
  opacity: 1;
}

input.place-error::-webkit-input-placeholder,
input.place-error::-moz-placeholder,
input.place-error:-moz-placeholder,
input.place-error:-ms-input-placeholder {
  color: red;
  opacity: 1;
}

@media only screen and (max-width: 900px) {
  .td-conditions {
    width: 60% !important;
  }
}

.container-error {
  padding: 20px 0;
  margin: 20px auto;
  text-align: center;
  background: #fff;
  border: solid 1px #ddd;
}

.btn-pay,
.btn-pay:hover,
.btn-pay:focus,
.btn-pay:active,
.btn-pay:visited {
  background-color: #3fbc9c;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  float: right;
}

.working {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #61debe; /* Blue */
  border-radius: 50%;
  width: 54px;
  height: 54px;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

button.close-button {
  outline: 0;
  right: -1rem;
  top: -1rem;
  font-size: 3.8em;
  line-height: 1;
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  background: transparent;
}

.reminder-files {
  margin-bottom: 20px;
  text-align: center;
}

.reminder-files span {
  font-weight: bold;
}

.btn-download-order {
  background-color: #3fbc9c;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
}

.btn-download-order:hover,
.btn-download-order:active,
.btn-download-order:focus,
.btn-download-order:visited {
  background-color: #3fbc9c;
}

.td-purchase p {
  margin-bottom: 0;
  max-height: 250px;
  overflow: hidden;
  overflow-y: inherit;
}

.payment-success-image {
  float: left;
  margin-right: 20px;
}

.title-table {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

/*#cart-total{
    font-weight: 400;
}*/

@media only screen and (max-width: 1024px) {
  .payment-success-image {
    float: initial;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

#paypal-button {
  min-width: 200px;
  height: 50px;
  margin-top: 25px;
  float: right;
  margin-right: 10px;
}

@media only screen and (max-width: 450px) {
  .reminder-files span {
    font-size: 16px !important;
  }
}

/* 480px */
@media only screen and (max-width: 40em) {
  .discount-code-label button,
  .discount-code-label input {
    width: 100%;
  }
  #paypal-button {
    margin-right: 0;
  }
  .reminder-files span {
    font-size: 11px !important;
  }
}

/*  Gift Card Discovery Banners */
.discover-gift-card-banner,
.discover-gift-card-banner * {
  box-sizing: border-box;
}

.discover-gift-card-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 4px 20px;
  width: 100%;
  background: radial-gradient(
    99.67% 108.9% at -0.78% -0.75%,
    #414141 0%,
    #000e12 100%
  );
  border: 1px solid #767676;
  border-radius: 10px;

  @media (max-width: 760px) {
    padding: 12px 20px;
  }
}

.discover-gift-card-banner .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 12px 24px;
  width: 100%;

  @media (max-width: 760px) {
    justify-content: center;
    flex-direction: column;
  }
}

.discover-gift-card-banner .content .content-body {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 24px;
}

.discover-gift-card-banner .content .content-body img {
  height: 64px;
}

.discover-gift-card-banner .content .content-body .banner-title {
  display: block;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;

  @media (max-width: 420px) {
    display: none;
  }
}

.discover-gift-card-banner .content .content-actions a.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  isolation: isolate;
  will-change: filter;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.07))
    drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 4px;
  border: 2px solid #ffffff;

  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.discover-gift-card-banner .content .content-actions a .action-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  TopUp Incentive Banner */
.topup-incentive-banner,
.topup-incentive-banner * {
  box-sizing: border-box;
}

.topup-incentive-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 16px 20px;
  width: 100%;

  background: #ff9c40;
  border-radius: 10px;

  @media (max-width: 760px) {
    padding: 12px 12px;
  }
}

.topup-incentive-banner .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 16px;
  width: 100%;

  @media (max-width: 760px) {
    justify-content: center;
    flex-direction: column;
  }
}

.topup-incentive-banner .content .content-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0;

  font-family: "Ubuntu";
  font-style: normal;
  color: #ffffff;

  @media (max-width: 760px) {
    align-items: center;
  }
}

.topup-incentive-banner .content .content-body h2.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: inherit;
  font-family: "Ubuntu";

  @media (max-width: 760px) {
    font-size: 18px;
    text-align: center;
    word-break: break-word;
  }
}

.topup-incentive-banner .content .content-body div.offer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

  @media (max-width: 760px) {
    font-size: 14px;
    text-align: center;
    word-break: break-word;
  }
}

.topup-incentive-banner .content .content-body span.offer-text strong {
  font-weight: 700;
}

.topup-incentive-banner .content .content-actions a.action-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  isolation: isolate;
  will-change: filter;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.07))
    drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  border-radius: 4px;
  border: 2px solid #ffffff;

  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.topup-incentive-banner .content .content-actions a .action-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.badge {
  padding: 2px 4px;
  color: white;
  width: fit-content;
  font-family: "Ubuntu";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.badge-physical {
  background-color: #2190ff;
}

.badge-digital {
  background-color: #00c4a6;
}
