@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Tienne&display=swap");
html,
body {
  height: inherit !important;
  background: #fff;
}
:root {
  --white: #ffffff;
  --dark: #222222;
  --primary: #ffb11c;
  --secondary: #f47b5b;
  --blue: #001c4c;
  --gray: #d1d1d1;
  --gray-dark: #666666;
  --prime-day: #0578ff;
  --link-color: #0578ff;
  --refurbished-label: #528575;
  --refurbished-button-bg: #d8e6dd;
}
h4 {
  line-height: 20px;
  text-align: left;
  font-family: "Inter", sans-serif;
  color: var(--dark);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 16px 0px;
}
h5 {
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  margin: 0px 0px 16px 0px;
  color: var(--dark);
}
.pricebox-title {
  font-weight: 400;
  line-height: normal;
  text-align: left;
  font-family: "Tienne", serif;
  color: var(--dark);
  font-size: 16px;
  margin: 0px 0px 8px 0px;
}
p {
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
  color: var(--dark);
  margin: 0px 0px 10px 0px;
}
.container {
  max-width: 566px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pricebox-container {
  background: var(--white);
  margin: 0 auto;
  align-items: center;
  position: relative;
  max-width: 566px;
  justify-content: center;
  text-align: center;
}
.pricebox-card {
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin: 10px auto;
  display: flex;
  width: 100%;
}
.pricebox-row {
  padding: 16px 0px;
  width: 100%;
}
.pricebox-form {
  margin: 8px 32px;
}
.pricebox-header {
  width: 100%;
  position: relative;
}
.pricebox-footer {
  width: 100%;
  padding-top: 24px;
  position: relative;
  text-align: right;
  clear: both;
  display: block;
}
.pricebox-img {
  display: block;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: contain;
  margin: 0px auto;
  width: 100%;
  height: 120px;
}
.pright24 {
  padding-right: 24px;
}
.pricebox-warning {
  line-height: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: var(--gray-dark);
  margin: 0px;
  text-align: left;
}
.col-md-2 {
  width: 20%;
  float: left;
}
.col-md-3 {
  width: 33%;
  float: left;
}
.col-md-4 {
  width: 34.5%;
  float: left;
  padding-right: 16px;
}
.col-md-4 {
  width: 34.5%;
  float: left;
}
.col-md-5 {
  width: 48%;
  float: left;
}
.col-md-6 {
  width: 50%;
  float: left;
}
.col-md-7 {
  width: 62%;
  float: left;
}
.col-md-65 {
  width: 67%;
  float: left;
}
.col-md-8 {
  width: 72%;
  float: left;
}
.col-md-9 {
  width: 65%;
  float: left;
}
.col-md-12 {
  width: 100%;
  float: left;
}
.warning {
  line-height: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: var(--dark);
  margin: 0px;
}
.button {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  padding: 6px 10px;
  display: flex;
  float: left;
  margin: 0px 4px 4px 0px;
}
.button-xs {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: normal;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  padding: 6px 8px;
  margin: 0px 0px 5px 0px;
}
.MuiSvgIcon-root {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.button svg {
  font-size: 15px;
}
.button span {
  display: inherit;
  margin-right: 8px;
  margin-left: -4px;
}
.primary {
  background-color: var(--primary);
  color: var(--dark);
  border: 1px solid var(--primary);
}
.secondary-ouline {
  background-color: transparent;
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
.secondary-ouline:hover,
.secondary-ouline:focus {
  background-color: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
}
.close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 9999;
  background-color: var(--white);
  color: var(--dark);
}
.back-button {
  background-color: transparent;
  color: var(--blue);
  font-weight: 500;
  border: 1px solid var(--blue);
}
.back-button:hover,
.back-button:focus {
  background-color: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
}
.button-copy {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 500;
  padding: 12px 15px;
  border: 1px solid var(--blue);
  text-transform: uppercase;
  margin: 14px 0px 0px 0px;
}
.button-copy svg {
  width: 15px;
  height: 15px;
}
.submit {
  background-color: var(--blue);
  color: var(--white);
  font-weight: 500;
  border: 1px solid var(--blue);
  text-transform: uppercase;
}
.submit:hover,
.submit:disabled {
  opacity: 0.2;
}
.warning {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}
.warning:hover {
  color: var(--secondary);
  background: var(--secondary);
  border: 1px solid var(--secondary);
}
.input {
  width: 100% !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: var(--gray-dark) !important;
  font-family: "Inter", sans-serif;
  text-align: left;
}
.form-group {
  width: 100%;
  float: left;
  text-align: left;
  padding-bottom: 16px;
  display: flex;
}
.input fieldset,
.input:hover fieldset,
.input[aria-invalidtrue] fieldset,
.input:valid:focus fieldset {
  border-color: var(--gray) !important;
}
.input legend,
.input label,
.input span,
.input input[type="text"],
.input input[type="email"] {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Inter", sans-serif !important;
  color: var(--gray-dark) !important;
}
.input input[type="text"],
.input input[type="email"] {
  font-size: 14px !important;
  line-height: 20px !important;
  color: var(--gray-dark) !important;
  height: 22px !important;
}
.terms {
  margin: -10px 0px 0px 0px;
  float: left;
}
.terms label,
.terms label > a {
  font-weight: 400;
  text-align: left;
  line-height: 14px;
  font-size: 10px !important;
  font-family: "Inter", sans-serif !important;
  color: var(--dark) !important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.MuiFormHelperText-root {
  line-height: 14px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  color: var(--secondary) !important;
  margin: 0px 0px 10px 0px !important;
  display: block;
  clear: both;
}
.checkbox-pricebox {
  width: 10px;
  margin: 0px 8px 0px 0px;
}
.checkbox-pricebox .MuiCheckbox-root {
  background-color: var(--white);
}
.checkbox-pricebox .MuiSvgIcon-root,
.checkbox-pricebox .Mui-checked {
  color: var(--blue);
}
.pricebox-social {
  text-decoration: none;
  color: var(--dark);
}
.pricebox-social svg {
  color: var(--dark);
  font-size: 24px;
  margin: 20px 24px 0px 0px;
  filter: brightness(0) saturate(100%) invert(10%) sepia(38%) saturate(13%)
    hue-rotate(41deg) brightness(98%) contrast(92%) !important;
}
.pleft16 {
  padding-left: 16px;
}
.mright {
  margin-right: 16px;
}
.pricebox-row-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.button-promo {
  background-color: var(--prime-day);
  padding: 2px 10px;
  color: var(--white);
}
.button-promo .pricebox-merchants-text {
  color: var(--white);
}
.pricebox-subscription-primeday {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: 8px;
  text-decoration: none;
  box-sizing: border-box;
}
.pricebox-subscription-primeday-text {
  margin: 0px;
  font-size: 12px;
  font-weight: 600;
  color: var(--prime-day);
  text-decoration: underline;
}
.button-promo-image {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: contain;
  margin: 0px;
  width: auto;
  height: 24px;
}
.button-old-price {
  padding: 1px 10px;
}
.pricebox-merchants-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0px;
  color: var(--dark);
  font-size: 12px;
  font-weight: 600;
}
.pricebox-merchants-text span {
  margin: 0px !important;
}
.discount-style {
    text-decoration: line-through;
    margin: 0px;
}
#expiration-date-offer-container {
  gap: 6px;
  height: 24px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;

  display: none !important;
}
#expiration-date-offer {
  font-size: 12px;
  font-weight: 600;
  width: 82px;
  text-align: left;
  color: var(--prime-day);
  font-family: "Inter", sans-serif;
}
.flex-row-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-row-left-center {
  display: flex;
  justify-content: left;
  align-items: center;
}
.path-LogoFastCart {
  fill: var(--prime-day) !important;
}
.line-LogoFastCart {
  stroke: var(--prime-day) !important;
}
@media (max-width: 550px) {
  .col-md-4 {
    width: 33.5%;
  }
  .pricebox-merchants-text {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .col-xs-12 {
    width: 100% !important;
    float: left;
  }
  h5 {
    margin-right: 25px;
  }
  .button-copy {
    display: inline-flex;
    float: none;
    margin: 10px auto 0px auto;
  }
  .pricebox-social svg {
    margin: 20px 20px 0px 0px;
  }
  .pright24 {
    padding-right: 10px;
  }
  .pleft16 {
    padding-left: 0px;
    text-align: center !important;
  }
}
@media (max-width: 380px) {
  .terms label,
  .terms label > a {
    font-size: 10px !important;
  }
}
