/* ==========================================================================
   Styles for Inline Paddle Checkout
   ========================================================================== */

[v-cloak] { display: none }

/* Fonts */

/* Webfont: LatoLatin-Regular */ @font-face {
    font-family: 'LatoLatinWeb';
    src: url('/store/fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('/store/fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/store/fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/store/fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('/store/fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('/store/fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('/store/fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/store/fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('/store/fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('/store/fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

::-moz-selection {
    color: inherit !important;
    background: rgba(44,106,178,0.2) !important;
    text-shadow: none;
}

::selection {
  color: inherit !important;
    background: rgba(44,106,178,0.2) !important;
    text-shadow: none;
}

.store-container * {
  
}

.store-container {
  background-color: #fff;
  background-color: #F9F9F9;
  margin: 0 auto 15px;
  padding: 15px 15px 0;
  border-radius: 8px;
  width: 480px;
  max-width: 100%;
  text-align: left;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 5px 20px black;
  color: #333;
  font-family: 'LatoLatinWeb', sans-serif !important;
}

#receipt-box .ammo-modal-content {
  background-color: #F9F9F9;
  padding: 15px 25px 30px;
  width: 450px;
  max-width: 100%;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 5px 20px black;
  color: #333;
  font-family: 'LatoLatinWeb', sans-serif !important;
}

#receipt-box .text-column {
  float: left;
  text-align: left;
  width: 80%;
  clear: left;
  margin-bottom: 5px;
}

#receipt-box p {
  font-size: 18px;
  line-height: 22px;
}

#receipt-box .numeric-column {
  float: right;
  text-align: right;
  width: 20%;
}

#receipt-box .receipt-line-item {
  margin: 0 0 5px;
  padding: 0;
  clear: both;
}

#receipt-box .receipt-subtotal .text-column, #receipt-box .receipt-subtotal .numerical-column {
  margin-bottom: 15px;
}

#receipt-box .receipt-total {
  border-top: 2px solid #333;
  clear: both;
  font-weight: 800;
  padding-top: 5px;
}

#receipt-box .receipt-coupon {
  color: #889397 !important;
  font-style: italic !important;
  margin-bottom: 5px;
}

#receipt-box .receipt-subtotal {
  border-top: 1px dotted #889397;
  margin: 5px 0 10px;
}

#receipt-box .small-print {
  margin: 0 0 20px;
  padding: 20px 0 0;
  clear: both;
}

#receipt-box .small-print p {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
}

.store-container a, .store-container a:link, .store-container a:visited {
  color: rgb(44, 106, 178) !important;
}

.store-container label {
  font-weight: 300;
  font-size: 12px;
  margin: 15px 0 5px;
  padding: 0;
  display: block;
  text-align: left;
}

.store-container select {
  display: block;
  width: 100%;
  
  margin: 0 !important;
  padding: 0 !important;
  padding: 1px 0 1px 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #859398 !important;
  border-radius: 4px !important;
  height: 30px !important;
  min-height: 30px !important;
  font-size: 13px;
}

.store-container input {
  margin-bottom: 0;
  width: 100%;
}

.store-container input[type=text], .store-container .textbox {
  background: #fff;
}

.store-container .textbox {
  background: #fff;
  color: #333;
}

.store-container .textbox:focus {
  background: #fff;
}

.store-container .disabled {
  pointer-events: none;
  display: none;
  opacity: 0;
  
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#receipt-box .ammo-modal-close {
  font-size: 18px !important;
  line-height: 18px;
  padding: 5px 20px !important;
}

.store-container .hidden {
  display: none;
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.store-container .pre-purchase-form {
  background: none;
  border-radius: 12px;
  padding: 0;
  
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.store-container .pre-purchase-form.complete {
  opacity: 0.5;
  pointer-events: none;
  
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.store-container .checkout-container {
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.store-container .checkout-container.ready {
  opacity: 1;
  pointer-events: auto;
  
  -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.store-container .store-summary, .store-container .store-summary .content {
  padding-top: 0;
  margin-top: 0;
}


#store-modal-background {
  position: fixed;
  z-index: 999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll !important;
  background-color: rgba(0,0,0,0.8);
}

.store-container iframe body {
  overflow: hidden !important;
  height: 550px !important;
}

.store-container #store-quantity {
  margin: 5px auto 0;
  text-align: center;
}

.store-container #store-quantity p {
  display: inline-block;
  color: #333 !important;
}

.store-container #store-quantity select {
  display: inline-block;
  width: 75px;
}

.store-container #license-count {
  margin: 0 0 0 7px;
}

.store-container #store-spinner {
  display: none;
}

.store-container #store-header {
  margin: 10px 0 0 0;
  padding: 0 30px 0 10px;
}

#ra-store-container .store-container #store-header {
  margin: 0 0 0 0;
  padding: 0 30px 0 30px;
}

.store-container .StoreButton {
  background-color: rgb(44, 106, 178);
  background-color: rgb(47, 114, 192) !important;
  padding: 11px 30px;
  font-size: 13px;
  text-decoration: none;
}

.store-container .StoreButton:hover {
  background-color: rgb(44, 106, 178) !important;
  text-decoration: none;
}

.store-container .StoreButton:active {
  background-color: #000 !important;
  text-decoration: none;
}

.store-container .close-button {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif !important;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.store-container .close-button:hover {
  color: #2F72C0;
}

.store-container .close-button:active {
  color: #000;
}

.store-container .back-button {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif !important;
  position: absolute;
  top: 20px;
  left: 30px;
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.store-container .back-button:hover {
  color: #2F72C0;
}

.store-container .back-button:active {
  color: #000;
}

.store-container #store-header h3 {
  margin: 5px 0 5px;
  font-weight: 800;
  color: #333 !important;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.store-container h3#purchaseTitle {
  margin: 0 !important;
  padding: 0 !important;
}

.store-container #store-header p {
  margin: 0;
}

h3.license-popup-link, h3.refund-popup-link, h3.taxes-popup-link, h3.privacy-popup-link {
  font-weight: 400;
  margin-bottom: 10px;
} 

.store-container #store-page-one {
	width:420px;
  max-width: 100%;
  background: #F3F7FC;
  background: #fff;
  border-radius: 12px;
  padding: 0 5px; 
	margin: 10px auto 30px auto;
}

.store-container #store-footer {
  margin: 0 10px 10px;
}

.store-container #loading-spinner {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translate(-50%, 0);
  will-change: transform;
  z-index: 999;
}

.store-container input[type=submit]:disabled,
.store-container input[type=submit][disabled],
.store-container label:disabled,
.store-container label[disabled],
.store-container select:disabled,
.store-container select[disabled]
{
  cursor: not-allowed;
  opacity: 50%;
  transition: all 300ms ease;
}

.store-container .store-price {
  margin: 0 0 7px 0;
  color: #2F72C0;
}

.store-container #current-price {
  color: #2F72C0;
  font-size: 20px;
  font-family: 'LatoLatinWeb', sans-serif !important;
  font-weight: bold;
  margin: 0;
}

.store-container #list-price {
  display: inline;
  text-decoration: line-through;
  color: #CCC;
  margin: 0 0 0 0; 
}

.store-container #store-total {
  margin: 0;
}
.store-container .original-price
{
  display: none;
}

.store-container .original-price.modified {
  display: inline;
  text-decoration: line-through;
  color: #CCC;
  margin: 0 7px 0 0; 
}

.store-container #store-note {
}

.store-container #store-total {
  font-weight: 600;
  text-align: center;
}

/* Search Spinner */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#search-spinner .spinner-1, #search-spinner .spinner-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px !important;
  height: 64px !important;
  padding: 0;
  margin: -32px 0 0 -32px;
  -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

#search-spinner .spinner-2 {
  -webkit-animation:spin 2s linear infinite reverse;
    -moz-animation:spin 2s linear infinite reverse;
    animation:spin 2s linear infinite reverse;
    
}

.bzgLLg {
  text-align: center !important;
}

@media (max-width: 631px) {
  .store-container {
    margin: 30px 0 45px;
    width: 100%;
  }
  
  .store-container .StoreButton {
    /* font-size: 14px !important; */
  }
  
  .store-container #store-footer {
    margin: 0 10px 30px;
  }
  
  .store-container .close-button {
    top: 15px;
    right: 10px;
  }
  
  .store-container .back-button {
    top: 20px;
    left: 10px;
  }
}

@media (max-width: 351px) {
  .store-container .StoreButton {
    font-size: 15px !important;
  }
}



/* ==========================================================================
 Code to make our form look like Paddle form
 ========================================================================== */
  
 .store-container * {
   font-family: 'LatoLatinWeb', sans-serif !important;
 }
 
 /* .store-container #store-header * {
   font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Source Sans Pro', 'Helvetica Neue', Helvetica, Sans-serif !important;
 } */
 
 .store-container #store-page-one {
   background: none;
 }
 
 .store-container .icon-container {
   float: right;
   padding: 0;
   width: 100%;
   margin: -5px auto 0;
   text-align: center;
 }
 
 .store-container .icon-container img {
    width: 128px;
    height: 128px;
    margin: 0;
    padding: 0;
  }
 
 .store-container label {
  font-size: 16px;
  line-height: 18px;
  color: rgb(51,51,51);
  font-weight: bold;
 }
 
.store-container input[type=text], .store-container .textbox {
  color: #333;
  font-size: 13xpx !important;
  height: 40px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #889397;
  box-shadow: 0 1px 2px #D9D9D9;
  padding: 5px 10px;
  font-family: 'LatoLatinWeb', sans-serif !important;
}

.store-container input[type=text]:focus, .store-container .textbox:focus {
  border: 1px solid #2F72C0;
  box-shadow: 0 0 0 4px #C5D8EE;
}

.store-container .StoreButton, #receipt-box .storeButton {
  background-color: rgb(47, 114, 192) !important;
  padding: 11px 30px;
  border-radius: 25px;
  font-size: 20px;
  font-family: 'LatoLatinWeb', sans-serif !important;
  box-shadow: none;
}

#quantity-warning.note.warning {
  margin: 15px 5px 0px 5px;
  padding: 15px 30px;
}

#coupon-button a {
  font-size: 24px; 
  line-height: 28px; 
  margin-top: 30px; 
  margin-bottom: 45px; 
  display: inline
}

/* ==========================================================================
 Attempt to Overwrite Paddle's Styles 
 ========================================================================== */
 
 .cRvkZH {
   text-align: center !important;
 }