#modalWindowAuth.modal-window {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(105, 105, 105, 0.4);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#modalWindowAuth .common-button {
  border: none;
  background: none;
  outline: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}

#modalWindowAuth .common-input-toggle-password-buy-now {
  width: 100%;
  max-width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 17px;
  z-index: 3;
}

#modalWindowAuth .common-image {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

#modalWindowAuth .must-contain {
  display: none;
  margin-bottom: 15px;
}

#modalWindowAuth .must-contain-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.21px;
  color: #222322;
  margin-bottom: 10px;
  display: inline-block;
}

#modalWindowAuth .must-contain-inner {
  display: flex;
  gap: 20px;
}

#modalWindowAuth .must-contain-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#modalWindowAuth .must-contain-item {
  display: flex;
  align-items: center;
}

#modalWindowAuth .must-contain-item.valid .must-contain-item-icon--black {
  display: none;
}

#modalWindowAuth .must-contain-item.valid .must-contain-item-icon--dark-green {
  display: block;
}

#modalWindowAuth .must-contain-item.valid .must-contain-item-text {
  color: #00AD50;
}

#modalWindowAuth .must-contain-item-icon {
  margin: 0;
  margin-right: 5px;
  max-width: 12px;
}

#modalWindowAuth .must-contain-item-icon--dark-green {
  display: none;
}

#modalWindowAuth .must-contain-item-text {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 160%;
  margin: 0;
  color: #222322;
  letter-spacing: 0.21px;
  flex: 1 0 auto;
}

#modalWindowAuth form {
  padding: 0;
}

#modalWindowAuth .error-signup {
  margin-bottom: 15px;
  display: none;
}
#modalWindowAuth .error-signup p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #bd3f3a;
  font-weight: 400;
  text-align: left;
  margin: 0;
  padding: 0;
}

#modalWindowAuth.modal-window.show {
  display: flex !important;
}

#modalWindowAuth .modal-window-inner {
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-radius: 5px;
  transform: rotateX(90deg);
  transition: transform 0.2s linear;
}

#modalWindowAuth .modal-header {
  display: flex;
  width: 100%;
}

#modalWindowAuth .header-tab {
  height: 60px;
  border-radius: 5px 5px 0 0;
  background-color: #F4F4F5;
  width: 50%;
  position: relative;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

#modalWindowAuth .header-tab-text {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.015em;
  padding: 0 30px;
  margin: 0;
  color: #222322;
}

#modalWindowAuth .header-tab.active {
  background-color: #FFFFFF;
  border-bottom: 0;
  cursor: auto;
}

#modalWindowAuth .modal-window-close {
  width: 65px;
  height: 60px;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalWindowAuth .modal-window-close img {
  display: block;
  width: 20px;
  height: 20px;
}

#modalWindowAuth .modal-content {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

#modalWindowAuth .common-input, #modalWindowAuth .StripeElement {
  margin: 0 !important;
  width: 100%;
  min-height: 55px;
  border: 1px solid #D9D9D9;
  border-radius: 7px !important;
  background: none;
  margin: 0;
  padding: 15px 12px 0 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0.015em;
  color: #0D0F0F;
  vertical-align: middle;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#modalWindowAuth .common-input:focus, #modalWindowAuth .StripeElement:focus {
  border-color: #00AD50;
}

#modalWindowAuth .StripeElement {
  padding-top: 25px;
}

#modalWindowAuth .common-input-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.172;
  letter-spacing: 0.025em;
  color: #222322;
  position: absolute;
  top: 11px;
  left: 17px;
  z-index: 2;
}

#modalWindowAuth .row-wrapper {
  display: flex;
  justify-content: space-between;
}

#modalWindowAuth .card-errors {
  font-family: "Roboto", san-serif;
  font-size: 16px;
  color: #a94442;
}

#modalWindowAuth .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

#modalWindowAuth .custom-checkbox {
  display: none;
}

#modalWindowAuth .custom-checkbox + label {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #212322;
  line-height: 19px;
  margin-bottom: 15px;
}

#modalWindowAuth .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52% 50%;
  margin-top: 0;
}

#modalWindowAuth .custom-checkbox:checked + label::before {
  border-color: #0a8251;
  background-color: #0a8251;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+Cg==);
}

#modalWindowAuth .common-input-wrapper {
  position: relative;
  flex: 0 0 calc(100% - 15px);
  margin-bottom: 15px;
}

#modalWindowAuth .common-input-error {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a94442;
  margin: 15px 0 0 0;
  font-style: italic;
}

#modalWindowAuth .common-input-wrapper--50p {
  flex-basis: calc(50% - 15px);
}

#modalWindowAuth .login {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

#modalWindowAuth .modal-content .text-left {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.015em;
  margin-bottom: 23px;
  margin-top: 0;
}

#modalWindowAuth .forgot-password-wrapper {
  margin-bottom: 30px;
}

#modalWindowAuth .error-login-wrapper {
  display: none;
  color: #bd3f3a;
  font-size: 14px;
  font-weight: 400;
}

#modalWindowAuth .submit-button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background-color: #00AD50;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#modalWindowAuth .submit-button--19r {
  max-width: 190px;
}

#modalWindowAuth .submit-button:hover {
  background-color: #00d161;
}

#modalWindowAuth .submit-button:focus {
  background-color: #00893f;
}

#modalWindowAuth .submit-button:active {
  background-color: #00893f;
}

#modalWindowAuth .submit-button:disabled {
  background-color: #c4bbbb;
  cursor: not-allowed;
}

#modalWindowAuth .outline-nav-button {
  outline: none;
  margin: 0;
  padding: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #00AD50;
  border: 1px solid #00AD50;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#modalWindowAuth .outline-nav-button:hover {
  color: #00d161;
  border: 1px solid #00d161;
}

#modalWindowAuth .outline-nav-button:focus {
  color: #00893f;
  border: 1px solid #00893f;
}

#modalWindowAuth .outline-nav-button:active {
  color: #00893f;
  border: 1px solid #00893f;
}

#modalWindowAuth .info-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.015em;
  margin: 15px 0 0 0;
  color: #222322;
}

#modalWindowAuth .signup-link {
  color: #00AD50;
  text-decoration: underline;
  cursor: pointer;
}

#modalWindowAuth .forgot-password {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.015em;
  color: #00AD50;
  text-decoration: underline;
}

#modalWindowAuth .signup {
  max-width: 400px;
  width: 100%;
  display: none;
  margin: 0 auto;
}

#passwordResetModal.modal-window {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(105, 105, 105, 0.4);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#passwordResetModal .modal-window-inner {
  width: 100%;
  max-width: 600px;
  max-height: 726px;
  margin: auto;
  border-radius: 5px;
  transform: rotateX(90deg);
  transition: transform 0.2s linear;
}

#passwordResetModal .modal-header {
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
  background-color: #FFFFFF;
}

#passwordResetModal .modal-content {
  width: 100%;
  min-height: 250px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

#passwordResetModal .reset-password {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
}

#passwordResetModal .password-reset-form {
  padding: 0;
  width: 100%;
}

#passwordResetModal .reset-password-text {
  font-family: "Roboto", san-serif;
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #222322;
}

#passwordResetModal .common-input-wrapper {
  position: relative;
  flex: 0 0 calc(100% - 15px);
  margin-bottom: 15px;
}

#passwordResetModal .common-input-error {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a94442;
  margin: 15px 0 0 0;
  font-style: italic;
}

#passwordResetModal .common-input {
  width: 100%;
  min-height: 55px;
  border: 1px solid #D9D9D9;
  border-radius: 5px !important;
  background: none;
  margin: 0;
  padding: 15px 15px 0 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #222322;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#passwordResetModal .common-input-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.172;
  letter-spacing: 0.025em;
  color: #222322;
  position: absolute;
  top: 11px;
  left: 17px;
}

#passwordResetModal.modal-window.show {
  display: flex !important;
}

#passwordResetModal .modal-dialog {
  width: 494px;
  top: 25%;
}

#passwordResetModal .modal-body {
  padding: 5px 15px 15px;
}

#passwordResetModal .modal-title {
  font-family: "Roboto", sans-serif;
  color: #0a8251;
  font-weight: 700;
  font-size: 30px;
  padding-left: 15px;
  margin: 0;
  text-align: center;
}

#passwordResetModal .modal-window-close {
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

#passwordResetModal .modal-body {
  padding-top: 5px;
  padding-bottom: 0;
}

#passwordResetModal .modal-body p, #password-reset-email + label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-align: left;
  color: #000;
}

#passwordResetModal #password-reset-submit {
  border: none;
  outline: none;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 180px;
  height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background-color: #00AD50;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#passwordResetModal #password-reset-submit:hover {
  background-color: #00d161;
}

#passwordResetModal #password-reset-submit:focus {
  background-color: #00893f;
}

#passwordResetModal #password-reset-submit:active {
  background-color: #00893f;
}

#passwordResetModal #password-reset-submit:disabled {
  background-color: #c4bbbb;
  cursor: not-allowed;
}

#passwordResetModal .password-reset-error {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #bd3f3a;
  font-weight: 400;
  text-align: left;
  display: none;
}

#passwordResetModal #password-reset-signup {
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
}

#modalWindowBuyNow.modal-window {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(105, 105, 105, 0.4);
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#modalWindowBuyNow.modal-window.show {
  display: flex !important;
}

#modalWindowBuyNow .buy-now-form {
  display: none;
}

#modalWindowBuyNow .modal-header {
  position: relative;
  padding: 18px 60px 14px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}

#modalWindowBuyNow .modal-title-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#modalWindowBuyNow .modal-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #222322;
  margin: 0;
}

#modalWindowBuyNow .modal-window-close {
  width: 80px;
  height: 100%;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#modalWindowBuyNow .modal-content {
  padding: 0 30px;
  margin-bottom: 24px;
}

#modalWindowBuyNow .modal-window-inner {
  width: 100%;
  max-width: 700px;
  margin: auto;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  background: #ffffff;
  transform: rotateX(90deg);
  transition: transform 0.2s linear;
}

#modalWindowBuyNow .modal-item-block-wrapper {
  margin: 20px 0 0;
}

#modalWindowBuyNow .modal-item-block-wrapper:not(:first-child) {
  padding: 20px 0 0;
  border-top: 1px solid #D9D9D9;
}

#modalWindowBuyNow .modal-item-block {
  display: flex;
  gap: 30px;
}

#modalWindowBuyNow .modal-item-block--first {
  align-items: center;
}

#modalWindowBuyNow .item-left {
  width: 100%;
  max-width: 90px;
  flex: 1 0 auto;
}

#modalWindowBuyNow .item-left img {
  width: 90px;
}

#modalWindowBuyNow .item-right {
  width: auto;
}

#modalWindowBuyNow .product-shipping {
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.015em;
  color: #222322;
}

#modalWindowBuyNow .exclusive-offer {
  margin: 0 0 7px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #00AD50;
}

#modalWindowBuyNow .item-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #222322;
}

#modalWindowBuyNow .item-text--no-shipping, #modalWindowBuyNow .item-text--no-card {
  display: none;
}

#modalWindowBuyNow .left-text {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.015em;
  color: #00AD50;
}

#modalWindowBuyNow .total {
  margin: 0 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #3F88BD;
}

#modalWindowBuyNow .item-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #00AD50;
  text-decoration: underline;
  margin-bottom: 24px;
}

#modalWindowBuyNow .create-link-wrapper {
  padding: 25px 0 0;
  margin-bottom: 31px;
  border-top: 1px solid #D9D9D9;
}

#modalWindowBuyNow .create-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.015em;
  color: #00AD50;
  margin: 0;
  cursor: pointer;
}

#modalWindowBuyNow .bottom-text-wrapper {
  padding-top: 20px;
}

#modalWindowBuyNow .modal-footer {
  padding: 15px 30px;
  border-top: 1px solid #D9D9D9;
  background-color: #F4F4F5;
}

#modalWindowBuyNow .footer-content-wrapper {
  display: flex;
  justify-content: space-between;
}

#modalWindowBuyNow .footer-data-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

#modalWindowBuyNow .footer-content-source, #modalWindowBuyNow .footer-content-ships {
  display: flex;
  align-items: center;
  gap: 8px;
}

#modalWindowBuyNow .footer-content-source img {
  width: 24px;
  height: 23px;
  margin-right: 3px;
}

#modalWindowBuyNow .footer-content-ships img {
  width: 34px;
  height: 20px;
}

#modalWindowBuyNow .footer-content-source span, #modalWindowBuyNow .footer-content-ships span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #222322;
  margin: 0;
}

#modalWindowBuyNow .place-order-button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background-color: #F5625D;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#modalWindowBuyNow .place-order-button:hover {
  background-color: #f44b45;
  border-color: #f44b45;
}

#modalWindowBuyNow .place-order-button:disabled {
  background-color: #c4bbbb;
  cursor: not-allowed;
}

#modalWindowBuyNow .continue-button {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 240px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  background-color: #00AD50;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#modalWindowBuyNow .continue-button-22r {
  max-width: 220px;
}

#modalWindowBuyNow .continue-button:hover {
  background-color: #038a41;
  border-color: #038a41;
}

#modalWindowBuyNow .continue-button:disabled {
  background-color: #c4bbbb;
  cursor: not-allowed;
}

#modalWindowBuyNow .outline-continue-button {
  outline: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #00AD50;
  background-color: #F4F4F5;
  border: 1px solid #00AD50;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}

#modalWindowBuyNow .outline-continue-button:hover {
  color: #038a41;
  border-color: #038a41;
}

#modalWindowBuyNow .modal-footer-buttons-wrapper {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 15px;
}

#modalWindowBuyNow .address-radio-wrapper > input {
  display: none;
}

#modalWindowBuyNow .address-radio-wrapper {
  margin-bottom: 18px;
}

#modalWindowBuyNow .address-radio-wrapper:last-child {
  margin-bottom: 0;
}

#modalWindowBuyNow .address-radio {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #222322;
  display: flex;
  align-items: start;
  margin: 0;
  cursor: pointer;
}

#modalWindowBuyNow #payment-method .address-radio {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #222322;
  display: flex;
  align-items: start;
  margin: 0;
  cursor: pointer;
}

#modalWindowBuyNow .address-radio:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #65676A;
  border-radius: 50%;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52% 50%;
  margin-top: 3px;
}

#modalWindowBuyNow .address-radio-wrapper > input[type=radio]:checked + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #65676A;
  border: 1px solid #65676A;
  border-radius: 18px;
  box-shadow: 0px 0px 0px 3px #ffffff inset !important;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52% 50%;
  margin-top: 3px;
}

#modalWindowBuyNow .common-input, #modalWindowBuyNow .StripeElement {
  width: 100%;
  min-height: 55px;
  border: 1px solid #D9D9D9;
  border-radius: 5px !important;
  background: none;
  margin: 0;
  padding: 15px 15px 0 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.015em;
  color: #222322;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#modalWindowBuyNow .StripeElement {
  padding-top: 25px;
}

#modalWindowBuyNow .common-input-label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.172;
  letter-spacing: 0.025em;
  color: #222322;
  position: absolute;
  top: 11px;
  left: 17px;
}

#modalWindowBuyNow .row-wrapper {
  display: flex;
  justify-content: space-between;
}

#modalWindowBuyNow .card-errors {
  font-family: "Roboto", san-serif;
  font-size: 16px;
  color: #a94442;
}

#modalWindowBuyNow .border-bottom {
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 20px;
}

#modalWindowBuyNow .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
}

#modalWindowBuyNow .custom-checkbox {
  display: none;
}

#modalWindowBuyNow .custom-checkbox + label {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #212322;
  line-height: 19px;
  margin-bottom: 6px;
}

#modalWindowBuyNow .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52% 50%;
  margin-top: 0;
}

#modalWindowBuyNow .custom-checkbox:checked + label::before {
  border-color: #0a8251;
  background-color: #0a8251;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+Cg==);
}

#modalWindowBuyNow .common-input-wrapper {
  position: relative;
  flex: 0 0 calc(100% - 8px);
  margin-bottom: 15px;
}

#modalWindowBuyNow .common-input-error {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #a94442;
  margin: 15px 0 0 0;
  font-style: italic;
}

#modalWindowBuyNow .common-input-wrapper--50p {
  flex-basis: calc(50% - 8px);
}

#modalWindowBuyNow .common-input-wrapper--25p {
  flex-basis: calc(25% - 8px);
}

#modalWindowBuyNow form {
  padding: 30px 0 0;
}

#modalWindowBuyNow .required, #modalWindowAuth .required, #passwordResetModal .required {
  color: #9D4A46;
}

#modalWindowBuyNow .cursor-pointer {
  cursor: pointer;
}

#modalWindowBuyNow .overflow-container {
  padding: 0 53px 11px;
}

#modalWindowBuyNow .common-input-wrapper--select:after {
  display: block;
  content: "";
  width: 12px;
  height: 6px;
  background-image: url(/static/images/arrow_down_gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

#modalWindowBuyNow .buy-now-shipping-list, #modalWindowBuyNow .buy-now-payment-list {
  overflow: auto;
  max-height: 210px;
  padding: 18px 0;
}

/*# sourceMappingURL=buy_now.css.map */
