@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic');
@import "../themes/classified/assets/vendor/fontawesome-pro/css/all.css";
@import "../themes/classified/assets/vendor/bootstrap/css/bootstrap.min.css";
@import "../themes/classified/assets/vendor/nice-select/css/nice-select.css";
@import "../themes/classified/assets/vendor/dropzone/min/dropzone.min.css";
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4b57;
  text-align: left;
  background-color: #f6f9fc; }

a {
  color: #f58936; }
  a:hover {
    color: #dc7b30;
    text-decoration: none; }

.sticky {
  position: sticky;
  top: 80px; }

.btn-orange {
  color: #fff;
  background-color: #f58936;
  border-color: #f58936; }
  .btn-orange:hover {
    color: #fff;
    background-color: #dc7b30;
    border-color: #dc7b30; }
  .btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 137, 54, 0.5); }

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .btn-success:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40; }

.btn i {
  margin-right: 0.25rem; }

.wrapper {
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  width: 100%; }

.main {
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-width: 0;
  -webkit-transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out;
  transition: margin-left 0.35s ease-in-out, left 0.35s ease-in-out;
  flex-direction: column; }

.content {
  padding: 2.5rem 2.5rem 1.5rem;
  flex: 1; }

h1 {
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  font-size: 1.3125rem;
  margin-bottom: 1rem !important; }
  h1 i {
    margin-right: 0.5rem; }

h2 {
  font-size: 1rem;
  color: #3f4b57;
  font-weight: 700; }

button:focus {
  outline: 0; }

.stripe-loading-indicator .stripe, .stripe-loading-indicator .stripe-loaded {
  background: #dc7b30 !important; }

.catalog-menu h5 {
  margin-left: 0.7em; }

.catalog i {
  margin-right: 0.5rem; }
  .catalog h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }

.home-sidebar h3 {
  font-size: 1.3rem;
  font-weight: 700; }

.sidebar i {
  margin-right: 0.5rem; }

.sidebar__services {
  padding: 1.25rem; }

.sidebar__services h3 {
  font-size: 1.125rem; }

.sidebar__socials {
  font-size: 2rem; }

.sidebar__socials ul {
  margin-bottom: 0; }

.sidebar__links {
  padding: 1.25rem; }

.sidebar__links h3 {
  font-size: 1.125rem; }

.sidebar__links ul {
  line-height: 1.25;
  margin-left: -0.75rem;
  font-size: 0.925rem; }

.sidebar__links ul li {
  margin: 0;
  padding: 0; }

.sidebar__links ul li a {
  border-radius: 10px;
  color: #60717d;
  display: block;
  padding: 0.35em 0.75em; }

.sidebar__links ul li a:hover {
  color: #000; }

.sidebar__copyright {
  border-top: 1px solid #eee;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  color: #a1a1a1; }

.sidebar__copyright a {
  color: inherit;
  opacity: 0.7;
  border-bottom: 1px solid; }

.sidebar__copyright a:hover {
  color: #dc7b30; }

.home-sidebar__link.active {
  color: #000; }

.breadcrumb {
  background: none !important; }

#pickcity_wrapper {
  overflow-x: auto;
  overflow-y: auto; }

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #777; }

@media (max-height: 1000px) {
  #pickcity_wrapper {
    max-height: 380px; } }

@media (max-height: 900px) {
  #pickcity_wrapper {
    max-height: 350px; } }

@media (max-height: 812px) {
  #pickcity_wrapper {
    max-height: 300px; } }

@media (max-height: 667px) and (max-height: 763px) {
  #pickcity_wrapper {
    max-height: 250px; } }

@media (max-height: 568px) {
  #pickcity_wrapper {
    max-height: 200px; } }

@media (max-height: 414px) {
  #pickcity_wrapper {
    max-height: 120px; } }

@media (max-height: 375px) {
  #pickcity_wrapper {
    max-height: 100px; } }

@media (max-height: 320px) {
  #pickcity_wrapper {
    max-height: 70px; } }

.select2-dropdown {
  border-color: #d1d6d9 !important; }

.select2-results__options {
  max-height: 14rem;
  overflow-y: auto; }

.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box; }

.select2-results__options::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  height: 8px;
  background-clip: padding-box;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #0f2464;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0); }

.select2-results__options::-webkit-scrollbar-button {
  display: none; }

.storm-wrapper .btn-default:hover, .storm-wrapper .btn-default:focus, .storm-wrapper .btn-default:active, .storm-wrapper .btn-default.active, .storm-wrapper .btn-default {
  background: none !important;
  border-color: none !important;
  box-shadow: none !important;
  color: inherit !important; }
  .storm-wrapper .ml-dropdown-menu {
    right: auto !important;
    border: 1px solid #d1d6d9 !important;
    background: white !important;
    left: -112px !important; }
  .storm-wrapper .field-multilingual.field-multilingual-text .ml-btn {
    right: 0 !important;
    top: 0 !important;
    height: 100% !important;
    margin-top: 0 !important; }

.login-form .card {
  border-top: none;
  margin-bottom: 20px; }
  .login-form .form-inline {
    display: flex;
    justify-content: space-between; }

@media (max-width: 767.98px) {
  .content {
    padding: 2.5rem 0.5rem 1.5rem; } }

.b1box {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid black; }

.b1box .b1box__title {
  background: #535353;
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  font-size: 24px;
  padding: 7px; }

.b1box .b1box__footer {
  padding: 5px; }

.b1box .b1box__footer .b1box__desc {
  font-size: 10px;
  font-weight: lighter;
  display: block; }

.b1box .b1box__footer .b1box__icon {
  display: block; }

.btn-subscribe {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50; }
  .btn-subscribe:hover {
    color: #fff;
    background-color: #409444;
    border-color: #3d8b40; }

.btn-unsubscribe {
  color: black;
  background-color: white;
  border-color: gray; }
  .btn-unsubscribe:hover {
    color: #fff;
    background-color: red;
    border-color: red; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.7rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4b57;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cad2da;
  border-radius: 0.3rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control:focus {
    border-color: #f58936;
    box-shadow: 0 0 0 0.2rem rgba(245, 137, 54, 0.5); }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%; }

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4; }

.input-group .form-control, .intl-tel-input {
  width: 100%; }

.iti__flag {
  background-image: url("../themes/classified/assets/vendor/intl-tel-input/img/flags.png"); }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../themes/classified/assets/vendor/intl-tel-input/img/flags@2x.png"); } }

.iti {
  width: 100%; }

.form-group .iti {
  width: 100% !important; }

@media (min-width: 768px) {
  .iti__country-list {
    max-width: 300px; } }

.stripe-loading-indicator {
  display: none !important; }

.tab-buttons {
  display: flex;
  justify-content: center; }

#next-button {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #4caf50;
  border-color: #4caf50; }

#next-button:hover {
  background-color: #409444;
  border-color: #3d8b40; }

.search {
  position: relative; }

.search_result {
  background: #fff;
  border: 1px #ccc solid;
  display: none;
  margin: 0 1.5em;
  position: absolute;
  left: 1.2em;
  right: 1.2em; }

.form_search_result {
  background: #fff;
  border: 1px #ccc solid;
  display: none;
  position: absolute;
  left: 0;
  right: 0; }

.search_result li, .form_search_result li {
  list-style: none;
  padding: 5px 10px;
  margin: 0 0 0 -40px;
  color: #f58936;
  cursor: pointer; }

.search_result li:hover, .form_search_result li:hover {
  background: #ccc; }

.who {
  display: block !important;
  margin: 0 1.5em; }

.add-classified .storm-wrapper .field-multilingual.field-multilingual-text .ml-btn, .add-classified .field-multilingual.field-multilingual-textarea .ml-btn {
  font-weight: bold;
  width: 55px;
  color: #fff !important;
  padding: 0.5rem 0;
  background-color: #f58936 !important;
  text-align: center;
  top: 0;
  right: 0; }

.form-btn {
  font-size: 16px !important;
  width: auto !important; }

.tab-buttons {
  display: flex; }

.searchCountry {
  display: block !important;
  margin: 0 1.5em; }

.who1 {
  display: block !important; }

.btn-loc-orange {
  background: #eee;
  box-shadow: none !important;
  margin-left: 0 !important;
  font-size: 0.8rem; }

.btn-loc-orange:hover {
  background: orange;
  color: #fff; }

header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 11;
  border-bottom: 1px solid #e4ebf6;
  -webkit-transition: 200ms ease box-shadow;
  transition: 200ms ease box-shadow;
  padding: 0.3rem 0; }
  header .btn {
    line-height: 1; }
    header .btn .btn-text {
      margin-left: 0.5rem; }
  header .nav-link {
    padding: 0.4em 1rem; }
  header .user-login {
    margin-left: 10px;
    position: relative; }
    header .user-login i {
      color: #f58936; }
    header .user-login .dropdown-menu {
      max-height: none;
      position: absolute;
      margin-top: 0.5em;
      left: auto;
      right: 0;
      top: 100%;
      transform: translateY(10px);
      background-color: #fff;
      animation-name: hYfEzu;
      animation-duration: 0.2s;
      border-radius: 2px;
      border-width: 1px;
      border-style: solid;
      border-color: #ebebeb; }
    header .user-login .dropdown-menu::before, header .user-login .dropdown-menu::after {
      content: '';
      position: absolute;
      right: 22px;
      top: -20px;
      border: 10px solid transparent;
      border-bottom: 10px solid green; }
    header .user-login .dropdown-menu::after {
      border-bottom: 10px solid white;
      top: -20px; }
    header .user-login .dropdown-item {
      display: block;
      width: 100%;
      padding: 0.35rem 1rem;
      clear: both;
      font-weight: 400;
      color: #3f4b57;
      text-align: inherit;
      white-space: nowrap;
      background-color: transparent;
      border: 0;
      -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
      transition: background 0.1s ease-in-out, color 0.1s ease-in-out; }
  header .user-profile {
    border: none;
    background-color: #fff; }
    header .user-profile img {
      border-radius: 50%; }
  header .header__logo {
    height: 20px;
    margin-right: 25px; }
  header .header__mega {
    padding: 2em 0; }
    header .header__mega h5 {
      font-size: 1.1rem;
      padding-bottom: 0.5rem; }
      header .header__mega h5 a {
        color: #f58936; }
        header .header__mega h5 a:hover {
          color: #dc7b30; }
    header .header__mega ul li {
      padding-bottom: 0.4rem; }
      header .header__mega ul li a {
        font-size: 0.9rem;
        color: #858585; }
        header .header__mega ul li a:hover {
          color: #dc7b30; }
  header .megamenu-li {
    position: static; }
  header .megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
    border: 0; }
  header .navbar-expand .navbar-nav .dropdown-menu {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05); }
    header .navbar-expand .navbar-nav .dropdown-menu.show {
      -webkit-animation-name: dropdownAnimation;
      animation-name: dropdownAnimation;
      -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

.top-bar {
  background: #fff;
  z-index: 1000;
  padding-top: 0.4rem;
  font-size: 0.9em;
  line-height: 1.5rem; }
  .top-bar .navbar {
    padding: 0 1rem; }
  .top-bar i {
    font-size: 17px;
    margin-right: 0.5rem; }
  .top-bar span {
    margin-right: 0.5rem; }
  .top-bar .flag {
    height: 12px;
    margin-left: 10px; }
  .top-bar .flag-selected {
    height: 17px;
    margin-left: 10px; }

@media (max-width: 1199.98px) {
  .btn-text {
    display: none; } }

@media (max-width: 575.98px) {
  .lang-text {
    display: none; }

  .btn-text {
    display: none; } }

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translateY(-8px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

footer.footer {
  background: #fff;
  border-top: 1px solid #dae0e6;
  padding: 1rem 0.75rem; }

.footer__map h5 {
  font-size: 1.1rem;
  padding-bottom: 0.5rem; }
  .footer__map h5 a {
    color: #f58936; }
  .footer__map h5 a:hover {
    color: #dc7b30; }
  .footer__map ul li {
    padding-bottom: 0.4rem; }
  .footer__map ul li a {
    font-size: 0.9rem;
    color: #858585; }
  .footer__map ul li a:hover {
    color: #dc7b30; }

.footer__bottom {
  margin-top: 2rem; }

.footer__socials a i {
  font-size: 2rem; }

.facebook__icon {
  color: #8b9dc3; }
  .facebook__icon:hover {
    color: #3b5998; }

.instagram__icon {
  color: #c13584; }
  .instagram__icon:hover {
    color: #e1306c; }

.footer__copyright {
  font-size: 0.9rem;
  color: #a1a1a1; }
  .footer__copyright a {
    color: inherit;
    opacity: 0.7;
    border-bottom: 1px solid; }
  .footer__copyright a:hover {
    color: #dc7b30; }

.catalog-item__card {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  -webkit-background-clip: padding-box;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.15rem;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition-duration: 172ms; }

.catalog-item__card:hover {
  box-shadow: 0 10px 20px rgba(220, 220, 220, 0.5);
  transform: translateY(-4px);
  color: inherit; }

.catalog-item__header {
  padding: 0; }

.catalog-item__image {
  display: block;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-duration: 172ms; }

.catalog-item__card:hover .catalog-item__image {
  transform: scale(1.05); }

.catalog-item__image:before {
  display: block;
  content: "";
  padding-bottom: 63.80597%; }

.catalog-item__title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis; }

.catalog-item__price {
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: #3f4b57;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.2rem; }

.catalog-item__price-type {
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: lowercase;
  color: #3f4b57; }

.catalog-item__location {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  color: #8f8f8f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 1rem; }

.catalog-item__time {
  margin: 0.5rem 0 0 0;
  text-align: right;
  font-size: 0.7rem;
  color: #8f8f8f; }

.sidebar h3 {
  font-size: 1.125rem; }
  .sidebar i {
    margin-right: 0.5rem; }

.sidebar-categories .card, .sidebar-filters .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem; }
  .sidebar-categories .card, .sidebar-filters .card {
    margin-bottom: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(20, 40, 60, 0.03); }
  .sidebar-categories .card-header, .sidebar-filters .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
    border-bottom-width: 1px; }
  .sidebar-categories .card-header:first-child, .sidebar-filters .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .sidebar-categories .card-title, .sidebar-filters .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #3f4b57; }
  .sidebar-categories .list-group-item.active, .sidebar-filters .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dc7b30;
    border-color: #dc7b30; }
  .sidebar-categories .rotate-icon, .sidebar-filters .rotate-icon {
    float: right;
    margin-right: 0; }
  .sidebar-categories .card-header:not(.collapsed) .rotate-icon, .sidebar-filters .card-header:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-checkbox .custom-control-label:before {
  border-radius: 0.3rem; }

.custom-control-label:after {
  background: no-repeat 50%/50% 50%; }

.custom-control-label:before, .custom-control-label:after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""; }

.custom-control-label:before, .custom-file-label, .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.sidebar-btn-group {
  margin-bottom: 2rem; }

.sw-btn-group input {
  display: none; }
  .sw-btn-group .btn {
    opacity: 0.65; }
  .sw-btn-group input[type=radio]:checked + label {
    opacity: 1; }

.item-details .card, .item-sidebar .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.25rem; }
  .item-details .card, .item-sidebar .card {
    margin-bottom: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(20, 40, 60, 0.03); }
  .item-details .card-header, .item-sidebar .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent; }
  .item-details .card-header, .item-sidebar .card-header {
    border-bottom-width: 1px; }
  .item-details .card-header:first-child, .item-sidebar .card-header:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }

.item-sidebar .card-header .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000; }
  .item-sidebar .card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #3f4b57; }

.item-details {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }
  .item-details p {
    margin-bottom: 0; }
  .item-details:first-child {
    border-top: none; }

.btn-phone {
  color: #fff;
  background-color: #2c7be5;
  border-color: #2c7be5; }
  .btn-phone:hover {
    color: #fff;
    background-color: #1a68d1;
    border-color: #1862c6; }

.btn-email {
  color: #fff;
  background-color: #9d7bd8;
  border-color: #9d7bd8; }
  .btn-email:hover {
    color: #fff;
    background-color: #875dcf;
    border-color: #8054cc; }

.modal-contact-text {
  font-weight: 700;
  font-size: 1.5rem; }

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.gallery-top {
  height: 80%;
  width: 100%; }

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; }

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

.user-card {
  display: flex;
  align-items: center; }
  .user-card__info {
    margin-left: 1.5em;
    display: flex;
    flex-direction: column; }
  .user-card__info span {
    margin-top: 0.3em;
    font-size: 0.9em;
    color: #888; }

#pickLocation .modal-body, #formLocation .modal-body, #formCategory .modal-body {
  height: 60vh; }
  #pickLocation input, #formLocation input, #formCategory input {
    display: none; }
  #pickLocation .city-list input[type=radio] + label, #formLocation .city-list input[type=radio] + label, #formCategory .city-list input[type=radio] + label {
    cursor: pointer; }
  #pickLocation .city-list input[type=radio]:checked + label, #formLocation .city-list input[type=radio]:checked + label, #formCategory .city-list input[type=radio]:checked + label {
    color: #f58936;
    font-style: normal;
    font-weight: bold; }
  #pickLocation .city-list label, #formLocation .city-list label, #formCategory .city-list label {
    font-size: 1em;
    padding: 0.5em; }
  #pickLocation .all-cities, #formLocation .all-cities, #formCategory .all-cities {
    font-weight: bold;
    padding: 0.5em 1.5em;
    color: #dc7b30; }
  #pickLocation .form-header, #formLocation .form-header, #formCategory .form-header {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.5em 1.5em; }
  #pickLocation .form-control, #formLocation .form-control, #formCategory .form-control {
    width: calc(100% - 3em); }
  #pickLocation .modal-footer, #formLocation .modal-footer, #formCategory .modal-footer {
    padding: 1.5em 3em; }
  #pickLocation .modal-header, #formLocation .modal-header, #formCategory .modal-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  #pickLocation .pickCountry, #formLocation .pickCountry, #formCategory .pickCountry {
    margin: 0 1.5em; }

#pickLocation .modal-header {
  background-color: #f58936;
  color: #fff;
  font-weight: bold; }
  #pickLocation .modal-content {
    border: 0; }
  #pickLocation .modal-header .close {
    color: #fff;
    margin: 0;
    padding: 0; }

#formLocation .form-control {
  width: 100%;
  -webkit-appearance: menulist;
  appearance: menulist; }
