@import url('https://use.fontawesome.com/releases/v6.5.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
img {
  display: initial;
}
* {
  box-sizing: initial;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline: 0;
}
input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
  background: #fb366d;
  color: white;
  border: none;
}
.wpcf7-list-item {
  margin: 0 15px 0 0;
  display: inline-block;
}
p {
  margin: 10px 0;
}
body {
  text-align: center;
  line-height: 2;
  margin: 0;
  font-size: 0;
  font-family: 'Poppins', monospace;
  color: black;
}
a {
  text-decoration: none;
  color: inherit;
}
.load {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  z-index: 9;
}
.logo {
  font-size: 50px;
  color: #fb366d;
  font-weight: bold;
}
.left, .right {
  display: inline-block;
  width: 50%;
  text-align: left;
  padding: 50px;
  box-sizing: border-box;
  vertical-align: top;
}
.float {
  position: absolute;
  left: 0;
  padding-right: 0;
}
.left-inner {
  text-wrap: pretty;
  background: white;
  display: block;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  font-size: 15px;
}
.right-inner {
  text-wrap: pretty;
  background: white;
  display: block;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  font-size: 15px;
}
.left img {
  width: 100%;
  margin-bottom: 30px;
}
.main {
  display: inline-block;
  font-size: initial;
  margin-bottom: 15px;
  box-sizing: border-box;
  width: 100%;
}
h1, h2, h3 {
  font-weight: initial;
}
h1 {
  line-height: 1.3;
  border-bottom: solid 3px;
  padding-bottom: 15px;
  font-size: 25px;
  margin: 0;
}
.right h1 {
  color: #fb366d;
  margin: 0 0 15px;
}
.left h1 {
  border: 0;
  padding-bottom: 10px;
}
h1 i {
  margin-right: 15px;
}
h1 a {
  text-decoration: none;
}
body .wp-block-table td, .wp-block-table th {
  border: 0;
}
form {
  line-height: 2;
  margin: 0;
}
input, select, button, input[type=text], input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus, .wpcf7 input[type="email"] {
  border: 0;
  color: black;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 5px 0;
  max-width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  background: none;
  border-bottom: solid 2px;
  border-radius: 0;
}
.calculator input, .calculator select, .calculator input:focus, .calculator select:focus {
  width: 200px;
  background-color: white;
  border: 2px solid;
  border-radius: 15px;
}
.calculator input, .calculator input:focus {
  margin: 5px 0;
  padding: 5px 10px;
}
.calculator p {
  margin-bottom: 15px;
}
.calculator label {
  width: 230px;
  display: inline-block;
  padding: 5px 0;
}
.opener-wrap {
  display: inline-block;
  width: calc(100% - 210px);
}
.opener-wrap label {
  width: initial;
}
input[type="submit"], .home a, button, .button-wrap a {
  color: white;
  padding: 15px 50px;
  cursor: pointer;
  border: none;
  font: inherit;
  border-radius: 15px;
  margin-top: 15px;
  vertical-align: middle;
  display: inline-block;
  background: #fb366d;
  width: 70%;
}
button {
  margin: 5px 0 0;
  background: none;
  border: solid 2px;
  color: #fb366d;
}
button i {
  margin-right: 15px;
  vertical-align: -3px;
  font-size: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output :before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  margin-right: 15px;
}
.home a {
  text-decoration: none;
  margin: 0 0 15px;
  display: inline-block;
  width: 150px;
  text-align: center;
}
.home h2 {
  margin: 15px 0 0;
}
.home p {
  margin: 0 0 15px;
}
.wpcf7-previous, .cancel, input[type=button], input[type="button"]:hover {
  padding: 31px;
  margin: 15px 15px 0 0;
  cursor: pointer;
  font: inherit;
  background: #fb366d;
  border-radius: 15px;
  font-size: 0;
  background-image: url(files/prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: initial;
  display: inline-block;
  vertical-align: middle;
}
.wpcf7 input[type="file"] {
  padding: 0;
  width: 100%;
  margin: 15px 0;
  border: 0;
}
input[type=file]::file-selector-button {
  padding: 10px;
  margin-right: 15px;
  cursor: pointer;
  border: none;
  font: inherit;
  color: white;
  border-radius: 15px;
  background: black;
}
input[type="checkbox"] {
  width: initial;
}
.notice {
  display: inline-block;
  padding: 15px;
  background: #fb366d;
  color: white;
  border-radius: 15px;
  margin-top: 15px;
}
b, strong {
  font-weight: initial;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-radius: 15px;
  border: none;
  padding: 0;
  margin: 15px 0 10px;
}
.wpcf7-not-valid-tip {
  margin: 0 0 -30px;
}
[data-name="sex"] .wpcf7-not-valid-tip, [data-name="passport"] .wpcf7-not-valid-tip, [data-name="form"] .wpcf7-not-valid-tip {
  margin: 0;
}
.progress {
  display: inline-block;
  border: solid 2px;
  padding: 15px 30px;
  border-radius: 15px;
  margin: 5px 0;
}
select {
  -webkit-appearance: none;
  background: white url(files/down.svg) no-repeat;
  background-size: 15px;
  background-position: 90% 50%;
  padding: 5px 15px;
}
h2, .calculator h2 {
  font-size: 20px;
  margin: 10px 0 0;
}
.fa-circle-question {
  padding: 8px;
  cursor: pointer;
}
.popup {
  position: fixed;
  font-size: initial;
  color: white;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.popup-inner {
  position: absolute;
  background: black;
  padding: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  width: 510px;
  font-size: 15px;
}
.popup img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}
.open-a .popup-a, .open-b .popup-b, .open-c .popup-c {
  opacity: 1;
  pointer-events: all;
}
.popup i {
  display: block;
  margin: 0;
  text-align: right;
  padding-bottom: 15px;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.contact {
  border-radius: 15px;
  margin-top: 15px;
  display: inline-block;
  color: white;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  border: solid 2px #fb366d;
  background: #fb366d;
}
.contact i {
  margin-left: 15px;
  font-size: 20px;
  vertical-align: -2px;
}
.result {
  font-size: 20px;
  line-height: 1.7;
}
.amount {
  font-size: 30px;
}
.small {
  font-size: initial;
}
.footer {
  display: block;
  padding: 70px 0;
}
.footer-icon img {
  width: 30px;
  padding: 30px;
}
.footer .social a {
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
  padding: 10px;
  border: 0;
}
.social a:first-child {
  padding-left: 0;
}
.wpcf7 input.form-upload {
  margin-bottom: 5px;
}
.components-button {
  background: black !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-order-overview, .woocommerce-order-details, .woocommerce-customer-details, .woocommerce-form-login, .woocommerce-info {
  display: none;
}
.woocommerce-thankyou-order-received {
  margin-bottom: 15px;
}
.hide {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.um-login {
  display: inline-block;
}
.um .um-field-label {
  color: black;
}
.um:not(.um-admin) * {
  -webkit-font-smoothing: initial !important;
}
.um-field-label label {
  font-weight: initial;
  font-size: initial !important;
}
.select2-container .select2-choice, .select2-container-multi .select2-choices, .select2-drop, .select2-drop-active, .select2-drop.select2-drop-above, .um .um-form input[type=number], .um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea, .um .upload-progress, .um .um-form .um-datepicker.picker__input.picker__input--active, .um .um-form .um-datepicker.picker__input.picker__input--target, .um .um-form input[type=number]:focus, .um .um-form input[type=password]:focus, .um .um-form input[type=search]:focus, .um .um-form input[type=tel]:focus, .um .um-form input[type=text]:focus, .um .um-form textarea:focus {
  border: solid 2px black !important;
  border-radius: 15px;
  width: 100%;
}
.um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea {
  color: black;
}
.um-row._um_row_1 {
  margin-bottom: 20px !important;
}
.um-field-checkbox-option, .um-field-radio-option {
  color: black !important;
  margin-bottom: 20px;
}
.um .um-cover-add:hover, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-item-meta a, .um .um-member-less a:hover, .um .um-member-more a:hover, .um .um-member-name a:hover, .um .um-members-pagi a:hover, .um .um-profile-subnav a.active, .um .um-tip:hover, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color, .um-field-checkbox:hover i, .um-field-radio:hover i, .um-field-checkbox-state i, .um-field-radio-state i {
  color: black;
}
a.um-link-alt {
  color: black !important;
}
.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  background: #3ba1da;
  background: black;
  border-radius: 15px !important;
}
.um a.um-button:hover, .um input[type=submit].um-button:hover {
  background: black;
}
.um-center {
  text-align: left;
}
.um-field-error {
  background: none;
  color: black;
  padding: 0;
  font-size: initial;
  margin-bottom: 15px;
}
.um-field-arrow {
  display: none;
}
.um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text] {
  font-size: initial !important;
}
.footer a {
  margin-bottom: 15px;
  display: inline-block;
  line-height: initial;
}
.faq p + h2 {
  margin: 20px 0 15px;
}
h2 {
  margin: 20px 0 15px;
}
.faq h3 {
  background: #eeeeee;
  border-radius: 15px 15px 0 0;
  padding: 5px 10px;
  margin: 0;
  font-size: 15px;
}
.faq p {
  background: #f8f8f8;
  margin: 0 0 15px;
  padding: 0 10px 10px;
  border-radius: 0 0 15px 15px;
  font-size: 15px;
}
.faq .ul {
  background: none;
  padding: 10px 0;
}
p + h3 {
  margin-top: 15px;
}
h2 + h3 {
  border-top: 0;
}
.included p {
  font-size: 15px;
}
.popup h2 {
  margin: 0;
}
.not-found {
  padding: 100px 0 50px;
  background: white;
}
.not-found a, .ul a, .email, .footer a {
  border-bottom: solid 2px;
}
.not-found .logo {
  border: 0;
  margin-bottom: 15px;
  display: inline-block;
}
.not-found .footer {
  font-size: initial;
}
p + h2 {
  margin: 15px 0 0;
  line-height: 1.7;
}
input[type="radio"] {
  display: none;
}
input[type=text], select, input[type=text]:focus {
  margin: 5px 0;
}
h4 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: initial;
}
.radio label {
  display: inline-block;
  border: solid 2px;
  padding: 5px 15px;
  margin: 15px 15px 15px 0;
  border-radius: 15px;
  width: 70px;
  text-align: center;
  cursor: pointer;
}
.radio label:has(input:checked) {
  color: #fb366d;
}
.slider-wrap {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 50px;
}
.slider-wrap h2 {
  text-transform: uppercase;
  margin: 15px 0 5px;
}
.slider {
  padding-top: 50px;
  display: none;
}
.calculator .slider {
  display: block;
}
.writing .slider {
  padding-bottom: 0;
}
.slider img {
  margin: auto;
  vertical-align: middle;
  max-width: 70%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.slick-list {
  overflow: hidden;
}
.slick-initialized .slick-slide {
  display: inline-block;
  height: 50px;
  box-sizing: border-box;
  position: relative;
}
.cal-result p {
  margin-bottom: 0;
}
.resultSpans {
  margin-bottom: 10px;
  display: block;
}
.wc-block-components-totals-item__label:before {
  content: "";
  background: #fb366d;
  padding: 20px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 100%;
  vertical-align: middle;
}
.main .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .main .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper, .main .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding: 0;
  border: 0;
  font-size: 30px;
}
.wc-block-components-panel__button-icon {
  display: none;
}
.wc-block-components-panel__button {
  pointer-events: none;
}
.main .wp-block-woocommerce-checkout-order-summary-totals-block {
  border: 0;
}
.wc-block-components-totals-footer-item {
  font-size: initial;
}
.slider .large {
  max-width: 50%;
  max-height: 80%;
}
.wp-block-woocommerce-checkout-order-summary-totals-block {
  display: none;
}
.wpcf7-list-item label {
  display: inline-block;
  border: solid 2px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  border-radius: 15px;
  cursor: pointer;
  width: 70px;
  text-align: center;
}
label:has(input:checked), .wpcf7-not-valid label:has(input:checked) {
  color: #fb366d;
}
input[type="checkbox"] {
  display: none;
}
@keyframes opacity {
  50% {
    opacity: 0;
  }
}
.submitting {
  animation: opacity 5s;
  opacity: 0.5;
}
.wp-block-woocommerce-checkout-order-summary-cart-items-block {
  margin-bottom: 10px;
}
.wc-block-components-button:not(.is-link), .wc-block-components-button:not(.is-link):hover, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):active {
  background: #fb366d;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  outline: 0;
  box-shadow: none;
}
.thank-you:before, .woocommerce-thankyou-order-received:before {
  content: "\e4e8";
  font-family: 'FontAwesome';
  display: block;
  color: #fb366d;
  font-size: 30px;
  margin-bottom: 15px;
}
.woocommerce-thankyou-order-received:before {
  margin: 0;
}
.woocommerce-thankyou-order-received span {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.intro p:nth-child(2) {
  font-size: 20px;
  line-height: 1.8;
}
.intro i {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: -1px;
}
.wpcf7-not-valid-tip {
  color: #fb366d;
}
body:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  background: #fb366d;
  z-index: -1;
}
.wc-block-components-order-summary, .payment-info, .payment-title {
  display: none;
}
.wc-block-components-express-payment {
  margin-top: 30px;
}
.right .wp-block-woocommerce-checkout {
  padding: 0;
}
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
  margin: 0;
}
.right .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  padding: 0 0 30px;
}
.right .wc-block-components-checkout-step__description {
  font-size: 16px;
  line-height: 1.7;
  margin: 15px 0;
}
.scroll {
  cursor: default;
}
.not-found:before {
  display: none;
}
.wc-block-components-radio-control__label {
  color: initial;
}
.right .wc-block-components-radio-control-accordion-content {
  padding: 5px 3px 20px 10px;
}
.full-field label, .slim-field-left label, .slim-field-right label {
  font-size: small;
  margin-top: 15px;
}
.address1 .wpcf7-not-valid-tip {
  margin: 0;
}
.address input[type=text] {
  width: 100%;
}
.wpcf7-form-control-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: black;
  border-color: black;
  caret-color: black;
}
.intro .heading {
  font-size: 20px;
  color: #fb366d;
  display: inline-block;
  margin-top: 5px;
}
.intro b {
  font-size: 20px;
  display: inline-block;
  margin-top: 5px;
}
.intro-left {
  display: inline-block;
  width: 30px;
  font-size: 25px;
  margin-top: 15px;
  color: #fb366d;
  text-align: center;
  margin-right: 10px;
}
.intro-left i {
  margin: 0;
  font-size: 25px;
}
.intro-right {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: top;
}
.calculator .left p:last-child {
  margin-top: 30px;
}
body .wc-block-checkout-empty {
  text-align: left;
  padding: 0;
}
body .wc-block-checkout-empty .wc-block-checkout-empty__image {
  display: none;
}
body .wc-block-checkout-empty .wc-block-checkout-empty__title {
  font-weight: initial;
}
.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  display: none;
}
textarea:focus {
  border: 1px solid hsla(0, 0%, 7%, .8);
  border-radius: 4px;
  line-height: 1.375;
  padding: .75em 16px;
}
@media (max-width: 1024px) {
  .left {
    width: 100%;
    position: initial;
    padding: 50px;
  }
  .logo {
    font-size: 40px;
  }
  .right {
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
  .calculator .left .fa-arrow-right:before {
    content: "\f063";
  }
  .spacer {
    display: none;
  }
  .contact {
    width: 100%;
  }
  .right .wc-block-components-sidebar {
    width: 100%;
    order: 0;
    margin: 0;
    padding: 0;
  }
  .right .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    order: 1;
    padding: 0;
  }
  .is-large .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
    display: none;
  }
  .right .is-large .wp-block-woocommerce-checkout-order-summary-block, .right .wc-block-components-totals-wrapper {
    border: 0;
    padding: 0;
  }
  .right .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding: 0 0 30px;
  }
  .main {
    margin: 0;
  }
}
@media (max-width: 500px) {
  .intro, .main, .footer, .popup, .right-inner, .popup-inner, .right .wc-block-components-checkout-step__description, .faq h3, .not-found .footer, .right .wpcf7-submit {
    font-size: 13px;
  }
  button {
    padding: 10px;
    width: 100%;
    max-width: 100%;
  }
  .popup-inner {
    padding: 50px 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .popup i {
    padding: 0;
    top: 15px;
    right: 15px;
    font-size: 20px;
  }
  .popup img {
    max-width: 100%;
  }
  .calculator label {
    width: initial;
    padding-bottom: 0;
  }
  .radio label {
    padding: 5px 15px;
    margin: 10px 10px 10px 0;
    min-width: 30px;
  }
  input::-webkit-date-and-time-value {
    min-height: 34px;
  }
  .wpcf7 input[type="file"] {
    border: 0;
    border-radius: initial;
    margin-top: 0;
    background: none;
  }
  input[type=file]::file-selector-button {
    margin: 15px 15px 0 0;
  }
  .calculator .left, .left {
    padding: 20px 15px 5px;
  }
  .logo {
    font-size: 30px;
  }
  .right {
    padding: 25px 15px;
  }
  h1 {
    margin-bottom: 15px;
  }
  select {
    margin: 5px 0;
  }
  .main {
    margin: 0;
  }
  .left h1 {
    font-size: 20px;
    line-height: 1.7;
    padding: 0;
  }
  .wc-block-components-checkout-step__description {
    line-height: 2;
  }
  .faq-title {
    display: none;
  }
  .intro p:nth-child(2) {
    font-size: 16px;
  }
  .calculator h4 {
    margin-top: 15px;
    font-size: 16px;
  }
  .amount {
    font-size: 25px;
  }
  .opener-wrap {
    width: 100%;
  }
  .contact {
    width: 100%;
    padding: 10px;
  }
  .slider {
    padding-top: 30px;
  }
  .wpcf7-form .wpcf7-previous, .cancel, input[type=button], input[type="button"]:hover {
    padding: 23px;
    width: initial;
    font-size: 0;
  }
  .wpcf7-form input[type="submit"], .home a, button, .button-wrap a {
    padding: 10px;
  }
  .wpcf7-form input[type="submit"] {
    width: calc(100% - 67px);
  }
  .footer {
    padding: 50px 0 0;
  }
  .calculator .footer {
    padding: 50px 0 30px;
  }
  .right input, input[type=text]:focus, .right input[type="email"], .right input[type="email"]:focus, .calculator select, .calculator input[type=number] {
    padding: 5px 0;
    margin-top: 0;
  }
  .wpcf7-previous, .cancel, input[type=button], input[type="button"]:hover {
    margin: 15px 15px 0 0;
  }
  input[type="submit"], .home a, button, .button-wrap a {
    margin-top: 15px;
  }
  .calculator input, .calculator input[type=text]:focus, .calculator select, .calculator input[type=number] {
    padding: 5px 10px;
  }
  .wpcf7-form input {
    width: 100%;
  }
  .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
    font-size: 20px;
  }
  .wpcf7-list-item label {
    padding: 5px 10px;
  }
  .wpcf7 input[type="file"] {
    font-size: 13px;
  }
  .left-inner, .right-inner {
    padding: 30px;
  }
  .right h1 {
    font-size: 20px;
  }
  .slider img {
    max-width: 50%;
    max-height: 70%;
  }
  .slider .large {
    max-width: 30%;
    max-height: 60%;
  }
  .popup h2 {
    font-size: 18px;
  }
  body {
    background: #fb366d;
  }
  body:before {
    height: 100vw;
    background: white;
    top: 0;
  }
  .right .wc-block-components-totals-item {
    display: inline-block;
  }
  .right .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px;
    display: inline-block;
    width: calc(100% - 130px);
    text-align: right;
  }
  .right .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 16px;
  }
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after {
    display: none;
  }
  .right .is-mobile .wc-block-components-form .wc-block-checkout__payment-method {
    margin-bottom: 0;
    padding: 0;
  }
  .right .is-mobile .wc-block-components-form .wc-block-checkout__order-notes {
    padding: 15px 0 0;
  }
  .wc-block-components-checkout-place-order-button {
    margin: 0;
    border: 0;
  }
  .right .wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    padding: 0 0 15px;
  }
  .right .wc-block-components-form .wc-block-components-text-input input[type=email], .right .wc-block-components-form .wc-block-components-text-input input[type=text], .right .wc-block-components-form .wc-block-components-text-input input[type=tel], .right .wc-block-components-textarea {
    font-size: initial;
  }
  .right .wc-block-checkout__add-note .wc-block-components-textarea:focus {
    padding: .75em 16px;
    border-radius: 4px;
    border: 0;
  }
  .right .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    display: none;
  }
  .included h2, .faq h2 {
    font-size: 16px;
  }
  .included .ul {
    margin-top: 15px;
    display: inline-flex;
  }
  .right .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    border: 0;
    padding: 30px 0 0;
  }
  .right .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before, .right .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
    display: none;
  }
  .right .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    box-shadow: none;
  }
  .wc-block-components-checkbox__label {
    color: initial;
  }
  input::-webkit-date-and-time-value {
    text-align: left;
    padding-top: 7px;
    box-sizing: border-box;
  }
  .right .wpcf7-date {
    padding: 0 0 4px;
  }
  .intro .heading, .intro b {
    font-size: 18px;
  }
  .intro-left i {
    font-size: 20px;
  }
  .intro-left {
    width: 25px;
  }
}