body.theme-martfury .fc-content.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  body.theme-martfury .fc-content.container {
    padding-right: 0;
    padding-left: 0;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.theme-martfury .fc-content.container {
    width: 1170px;
  }
}

body.theme-martfury #payment .wc_payment_methods {
  background-color: transparent;
}

body.theme-martfury .woocommerce form .form-row .select2-container .select2-selection--single {
  padding-top: 0;
  padding-bottom: 0;
}

body.theme-martfury .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
}