/*
||===================================================||
||                                                   ||
||          Transport Archive/Single Styles          ||
||                                                   ||
||          1. 	Archive                              ||
||          2. 	Single                               ||
||          3. 	Sorting                              ||
||          4. 	Filters                              ||
||                                                   ||
||													 ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
||													 ||
||					Other Style						 ||
||                                                   ||
||                                                   ||

/*============================================
==  Archive
==============================================*/
.tm_booking_currency_symbol.left {
  float: left; }

.tm_booking_currency_symbol.right {
  float: right; }

.tm_booking_currency_symbol.left_space {
  float: left;
  margin-right: 10px; }

.tm_booking_currency_symbol.right_space {
  float: right;
  margin-left: 10px; }

.rental-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }

.rental-item + .rental-item {
  margin-top: 45px; }

.rental-item__media {
  display: block;
  position: relative; }

.rental-item__media img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; }

.rental-item__links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px; }

.rental-item__links a {
  color: #171717;
  font-size: 14px;
  font-weight: 400; }

.rental-item__links a + a {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dfdfdf; }

.rental-item__desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
  border-bottom: 1px solid #eee; }

.rental-item__title {
  margin-bottom: 5px;
  color: #222222;
  font-size: 24px;
  font-weight: 700; }
  .rental-item__title:hover {
    color: #f65d10; }

.rental-item__specifications ul {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  margin: 0;
  column-gap: 10px; }

.rental-item__specifications ul li {
  padding-left: 20px;
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1; }

.rental-item__specifications ul li::before {
  left: -15px;
  width: 5px;
  color: #171717; }

.rental-item__price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between; }

.rental-item__price-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 20px;
  border: 1px solid #eee;
  border-bottom: none;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center; }

.rental-item__price-title {
  margin-bottom: 22px;
  color: #222222;
  font-size: 14px; }

.rental-item__price-title strong {
  display: block;
  font-weight: 600;
  line-height: 1.1; }

.rental-item__price-title span {
  display: block;
  font-weight: 400;
  line-height: 1.1; }

.rental-item__price-current {
  color: #f65d10;
  font-size: 28px;
  font-weight: 700;
  line-height: 1; }

.rental-item__price-old {
  color: #393939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.78;
  text-decoration: line-through; }

@media (max-width: 959px) {
  .rental-item .rental-item__desc {
    margin: 30px 0 0 0; } }
@media only screen and (max-width: 959px) {
  .rental-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .rental-item__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 48%; }

  .rental-item__desc {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 30px 0 0 0;
    border-bottom: none; }

  .rental-item__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 48%;
    text-align: center; }

  .rental-item__price-btn {
    width: 100%; }

  .rental-item__price-btn .uk-button {
    width: 100%; } }
@media (max-width: 767px) {
  .rental-item__links a {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920)); } }
@media only screen and (max-width: 639px) {
  .rental-item + .rental-item {
    margin-top: 20px; }

  .rental-item__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }

  .rental-item__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin: 20px 0; }

  .rental-item__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%; } }
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .rental-item__links a {
    font-size: calc(12px + 2 * (100vw / 1920)); } }
.equipment-item .uk-button-default {
  border-color: #222;
  color: #fff;
  background: #222; }

.equipment-item .uk-button .uk-icon {
  color: #fff; }

.equipment-item .uk-button-default:hover {
  border-color: #f65d10;
  color: #fff;
  background: #f65d10; }

.equipment-item {
  -webkit-box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, 0.05); }
  .equipment-item .equipment-item__box .equipment-item__btn a.uk-button span {
    padding-left: 25px; }
  .equipment-item .equipment-item__box .equipment-item__btn a.uk-button span.uk-icon {
    padding-left: 0px;
    margin-left: 10px; }

.equipment-item__box {
  display: block;
  position: relative; }

.equipment-item__media {
  display: block;
  position: relative;
  height: 290px; }
  .equipment-item__media a {
    height: 100%; }
    .equipment-item__media a img {
      height: 100%; }

.equipment-item__media a {
  display: block;
  position: relative; }

.equipment-item__media a img {
  width: 100%;
  object-fit: cover; }

.equipment-item__info {
  display: block;
  position: relative;
  padding: 30px; }

.equipment-item__title {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.equipment-item__title a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  transition: all 0.3s linear; }

.equipment-item__title a:hover {
  color: #171717;
  text-decoration: none; }

.equipment-item__links {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }

.equipment-item__links a {
  display: inline-block;
  position: relative;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.14; }
  .equipment-item__links a:hover {
    color: #f65d10; }

.equipment-item__links a + a {
  margin-left: 13px;
  padding-left: 13px;
  border-left: 1px solid #dfdfdf; }

.equipment-item__list {
  display: block;
  position: relative;
  margin: 30px 0; }

.equipment-item__list ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  margin: 0;
  padding: 0;
  column-gap: 5px;
  column-count: 2;
  list-style-type: none; }

.equipment-item__list ul li {
  display: block;
  position: relative;
  padding-left: 12px;
  color: #222;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2; }
  .equipment-item__list ul li.spec_hide_on_plan {
    margin-left: 5px; }

.equipment-item__list ul li + li {
  margin-top: 11px; }

.equipment-item__list ul li::before {
  display: block;
  position: absolute;
  top: 6px;
  left: -2px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #171717;
  content: ''; }

.equipment-item__price-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.equipment-item__price-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5; }

.equipment-item__price-title small {
  display: block;
  font-weight: 400; }

.equipment-item__price {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.equipment-item__price-current {
  color: #f65d10;
  font-size: 34px;
  font-weight: 700;
  line-height: 1; }

.equipment-item__price-old {
  margin-left: 11px;
  color: #393939;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: line-through;
  opacity: 0.7; }

.equipment-item__prices {
  padding-top: 30px; }

.equipment-item__prices ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.equipment-item__prices ul li {
  padding-left: 30px;
  background-image: url(../../img/arrow-circle.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  height: 24px; }

@media only screen and (max-width: 1359px) {
  .equipment-item__prices ul li {
    padding-left: 0;
    background: none; } }
@media (max-width: 1402px) {
  .rental-item__desc {
    margin: 0 20px; }

  .rental-item__title {
    font-size: 18px;
    overflow: hidden;
    display: block;
    height: 23px; }

  .rental-item__specifications ul li.spec_hide_on_plan {
    display: none; }

  .rental-item__specifications ul.uk-column-1-2\@s {
    column-count: 1; } }
@media (max-width: 1200px) {
  .rental-item__desc {
    margin: 0 30px; }

  .rental-item__title {
    font-size: 24px;
    overflow: unset;
    display: unset;
    height: unset; }

  .rental-item__specifications ul li.spec_hide_on_plan {
    display: block; }

  .rental-item__specifications ul.uk-column-1-2\@s {
    column-count: 2; } }
@media (max-width: 400px) {
  .rental-item__specifications ul.uk-column-1-2\@s {
    column-count: 1; }

  .rental-item__title {
    font-size: 18px; }

  #autos_container .rental-item .rental-item__desc {
    margin: 15px 0; } }
@media (max-width: 639px) {
  .rental-item .rental-item__desc {
    margin: 30px 0; } }
@media (max-width: 960px) {
  .tm-transport-grid .rental-item__price {
    width: 100%; }

  .tmtransports-transports-popular-wrap .rental-item__price {
    width: 100%; }

  #autos_container .uk-pagination {
    margin-top: 40px !important; }
  #autos_container .equipment-head {
    margin-bottom: 40px; }

  .post-type-archive-transports .uk-section {
    padding-top: 70px;
    padding-bottom: 70px; } }
@media only screen and (max-width: 1199px) {
  .equipment-item__info {
    padding: 15px; }

  .equipment-item__list {
    margin: 15px 0; }

  .equipment-item__price-box {
    padding-top: 10px;
    padding-bottom: 10px; }

  .equipment-item__prices {
    padding-top: 15px; } }
@media (max-width: 767px) {
  #autos_container .uk-pagination {
    margin-top: 40px !important; }
  #autos_container .equipment-head {
    margin-bottom: 40px; }

  .nice-select .option {
    font-size: 13px; }

  .equipment-item__title a {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1920)); }

  .equipment-item__links a {
    font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920)); }

  .equipment-item__list ul li {
    font-size: calc(10px + 5.1 * ((100vw - 320px) / 1920)); }

  .equipment-item__price-title {
    font-size: calc(10px + 6.8 * ((100vw - 320px) / 1920)); }

  .equipment-item__price-current {
    font-size: calc(20px + 23.8 * ((100vw - 320px) / 1920)); }

  .equipment-item__price-old {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920)); }

  .equipment-item__prices ul li {
    font-size: calc(12px + 3.4 * ((100vw - 320px) / 1920)); } }
@media only screen and (max-width: 900px) and (min-width: 849px) {
  .equipment-item__list ul li {
    margin-right: 5px; } }
@media only screen and (max-width: 1920px) and (min-width: 1440px) {
  .equipment-item__list ul li {
    margin-right: 5px; } }
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .nice-select .option {
    font-size: 14px; }

  .equipment-item__title a {
    font-size: calc(16px + 8 * (100vw / 1920)); }

  .equipment-item__links a {
    font-size: calc(10px + 4 * (100vw / 1920)); }

  .equipment-item__list ul li {
    font-size: calc(13px + 3 * (100vw / 1920)); }

  .equipment-item__price-title {
    font-size: calc(14px + 4 * (100vw / 1920)); }

  .equipment-item__price-current {
    font-size: calc(20px + 14 * (100vw / 1920)); }

  .equipment-item__price-old {
    font-size: calc(12px + 6 * (100vw / 1920)); }

  .equipment-item__prices ul li {
    font-size: calc(12px + 2 * (100vw / 1920)); } }
.vbox-hidden {
  display: none !important; }

.woocommerce-checkout form.woocommerce-checkout .col-1, .woocommerce-checkout form.woocommerce-checkout .col-2 {
  max-width: 48%; }
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
  display: block; }
.woocommerce-checkout form.woocommerce-checkout p.form-row {
  display: block; }

@media (max-width: 767px) {
  .woocommerce-checkout form.woocommerce-checkout .col-1, .woocommerce-checkout form.woocommerce-checkout .col-2 {
    max-width: 100%; } }
/*============================================
==  Single
==============================================*/
.vbox-container .tm_view_details_content h5 {
  color: #222222; }
.vbox-container .tm_view_details_content p {
  margin: 0 0 20px !important; }

.equipment-detail {
  display: block;
  position: relative;
  color: #222; }

.equipment-detail .section-title {
  margin-bottom: 35px; }

.equipment-detail .section-title .uk-h2 {
  margin-bottom: 10px;
  font-size: 30px; }

.equipment-detail__gallery {
  margin-bottom: 40px; }
  .equipment-detail__gallery label.tmbooking_discount {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
    border-radius: 2px;
    background-color: #171717;
    color: #fff;
    font-weight: 500;
    line-height: 15px;
    padding: 10px;
    margin-bottom: 0px; }
  .equipment-detail__gallery .uk-slider ul.uk-thumbnav li a {
    height: 100%; }
    .equipment-detail__gallery .uk-slider ul.uk-thumbnav li a img {
      height: 100%;
      object-fit: cover; }

.equipment-detail__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 36px;
  font-weight: 700; }

.equipment-detail__location {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44; }

.equipment-detail__location .uk-icon {
  margin-right: 10px;
  color: #171717; }

.equipment-detail__btns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 60px; }

.equipment-detail__btns a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  background-color: #fff9e7;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 3.72;
  transition: all 0.3s linear; }

.equipment-detail__btns a:hover,
.equipment-detail__btns a:focus,
.equipment-detail__btns a:active,
.equipment-detail__btns a.nice-select.open {
  background-color: #171717;
  color: #ffffff;
  text-decoration: none; }

.equipment-detail__btns a:hover svg,
.equipment-detail__btns a:focus svg,
.equipment-detail__btns a:active svg,
.equipment-detail__btns a.nice-select.open svg {
  color: #ffffff; }

.equipment-detail__btns a svg {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  margin-right: 10px;
  color: #171717;
  transition: all 0.3s linear; }

.equipment-detail__specification {
  margin-top: 60px; }

.equipment-detail__specification table tr td:last-child {
  font-weight: 600; }

.equipment-detail__desc p {
  margin: 0 0 20px !important; }

.equipment-order {
  padding: 50px 20px;
  border-left: 5px solid #171717;
  background-color: #222;
  text-align: center; }

.equipment-order__title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  opacity: 0.85; }

.equipment-order__price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.equipment-order__price .current-price {
  color: #ffffff;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  text-align: center; }

.equipment-order__price .old-price {
  color: #888;
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
  padding-top: 5px; }

.fl-author-meta-contain {
  display: flex;
  margin: 17px 0; }
  .fl-author-meta-contain .fl-author-avatar {
    width: 60px; }
    .fl-author-meta-contain .fl-author-avatar img {
      border-radius: 50%; }
  .fl-author-meta-contain .fl-author-meta {
    line-height: 12px;
    margin-left: 13px;
    margin-top: auto;
    margin-bottom: auto; }
    .fl-author-meta-contain .fl-author-meta .fl-author-name {
      line-height: 16px;
      font-size: 16px;
      font-weight: 700;
      color: #222;
      display: block;
      margin-bottom: 7px; }
    .fl-author-meta-contain .fl-author-meta .fl-author-membership {
      font-size: 14px;
      color: #999999;
      font-weight: 400; }

.youzify_profile_link {
  margin: 17px 0; }
  .youzify_profile_link .youzify_profile_link_button, .youzify_profile_link .youzify_add_link_button {
    background-color: #171717;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    display: block;
    transition: all .3s ease-in-out; }
    .youzify_profile_link .youzify_profile_link_button.youzify_add_link_button, .youzify_profile_link .youzify_add_link_button.youzify_add_link_button {
      background-color: #F65D10; }
    .youzify_profile_link .youzify_profile_link_button:hover, .youzify_profile_link .youzify_add_link_button:hover {
      background-color: #222; }

.equipment-widjet-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 24px;
  font-weight: 700; }

.equipment-widjet-title:before {
  display: inline-block;
  width: 22px;
  height: 30px;
  margin-right: 16px;
  background-image: url(../../img/logo-icon.svg);
  content: ''; }

.equipment-contacts {
  display: block;
  position: relative;
  margin: 25px 0 45px 0;
  padding: 30px;
  background-color: #fff; }
  .equipment-contacts .uk-button span {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    border-radius: 2px;
    transition: all 0.3s linear;
    font-weight: 600; }

.equipment-contacts .contacts-list li + li {
  margin-top: 5px !important; }

.equipment-contacts .contacts-list li a {
  color: #222; }

.equipment-contacts .contacts-list li a .uk-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px; }

.equipment-contacts .contacts-list li a .label {
  color: #222;
  font-weight: 700; }

.equipment-contacts .uk-button {
  padding: 0 10px; }

.equipment-contacts .uk-button + .uk-button {
  margin: 10px 0 0 0; }

.equipment-form {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff; }
  .equipment-form input {
    border: none;
    border-radius: 2px;
    background-color: #f7f7f7;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px; }
  .equipment-form .js-select, .equipment-form textarea {
    margin-bottom: 15px;
    font-weight: 400; }

.equipment-form .nice-select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 62px;
  padding-left: 30px;
  border: none;
  border-radius: 2px;
  background-color: #f7f7f7; }

.equipment-form .nice-select .current {
  color: #888;
  font-size: 18px;
  font-weight: 400; }

.equipment-form .nice-select .option {
  padding-left: 30px; }

.single-transports .s-equipments .section-title.--center {
  margin-bottom: 0px; }
.single-transports .s-equipments .equipment-item__title a {
  height: 28px;
  overflow: hidden;
  display: block; }

.s-equipments {
  display: block;
  position: relative; }
  .s-equipments .section-title h3 {
    color: #222; }
  .s-equipments .section-title.--center {
    margin-bottom: 60px; }

.s-equipments {
  background: #f9f9f9; }

.s-equipments .uk-slider-container {
  margin: -35px;
  padding: 35px; }

@media only screen and (max-width: 1200px) {
  .single-transports .sidebar::after {
    content: none; }

  .single-transports .sidebar {
    padding: 20px; } }
@media only screen and (max-width: 996px) {
  .page-head__breadcrumb {
    display: none !important; } }
/*============================================
==  Sorting
==============================================*/
.equipment-head {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-left: 30px;
  background-color: #f9f9f9;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67; }

.equipment-head > * {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.sort-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.sort-box > span {
  color: #555;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67; }

.sort-box .nice-select, .sort-box .widget_wpc_sorting_widget .wpc-orderby-select {
  height: auto;
  padding-left: 15px;
  border: none;
  border-radius: 0;
  background: none;
  margin-bottom: 0px; }

.sort-box .widget_wpc_sorting_widget .wpc-orderby-select {
  line-height: 24px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-right: 30px;
  padding-left: 18px;
  clear: both;
  border: 0px;
  border-radius: 5px;
  outline: none;
  font-family: inherit;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none; }

.sort-box .nice-select .current {
  color: #222;
  font-size: 18px;
  font-weight: 500; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: auto;
  height: 38px;
  padding-right: 30px;
  padding-left: 18px;
  clear: both;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  outline: none;
  background-color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.57;
  text-align: left !important;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #000; }

.nice-select:after {
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  pointer-events: none;
  transition: all 0.15s ease-in-out; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select.open .list {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  min-width: 100%;
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto; }

.nice-select.disabled {
  border-color: #ededed;
  color: #000;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #333333; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  right: 0 !important;
  left: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  right: 0;
  left: auto; }

.nice-select.small {
  height: 30px;
  font-size: 12px;
  line-height: 2.33; }

.nice-select.small:after {
  width: 4px;
  height: 4px; }

.nice-select.small .option {
  min-height: 28px;
  line-height: 28px; }

.nice-select .list {
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-19px);
  -ms-transform: scale(0.75) translateY(-19px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  box-sizing: border-box;
  z-index: 9;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  padding: 0;
  overflow: hidden;
  transform: scale(0.75) translateY(-19px);
  transform-origin: 50% 0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  min-height: 36px;
  padding-right: 29px;
  padding-left: 18px;
  outline: none;
  font-weight: 400;
  line-height: 36px;
  list-style: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s; }

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #000;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.view-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-left: 30px;
  border-left: 1px solid #dfe1ee; }

.view-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  color: #222; }
  .view-item svg {
    width: 26px; }

.view-item:hover {
  color: #222; }

.view-item.active {
  background: #222;
  color: #fff;
  fill: #fff; }

.view-item.active:hover {
  color: #fff; }

.equipment-form {
  display: block;
  position: relative;
  padding: 30px;
  background-color: #fff; }

.equipment-form .nice-select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 62px;
  padding-left: 30px;
  border: none;
  border-radius: 2px;
  background-color: #f7f7f7; }

.equipment-form .nice-select .current {
  color: #888;
  font-size: 18px;
  font-weight: 400; }

.equipment-form .nice-select .option {
  padding-left: 30px; }

.list-checked {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list-checked li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start; }

.list-checked li + li {
  margin-top: 5px; }

.list-checked li::before {
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23efb007' stroke-width='1.1' points='4,10 8,15 17,4'%3E%3C/polyline%3E%3C/svg%3E");
  content: ''; }

.range-box {
  display: block;
  position: relative;
  text-align: center; }

.range-box .irs--round {
  top: -25px;
  height: 20px; }

.range-box .irs--round .irs-line {
  background-color: #ddd; }

.range-box .irs--round .irs-bar {
  background-color: #575964; }

.range-box .irs--round .irs-handle {
  -webkit-box-shadow: none;
  top: 15px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../img/ico-range-slider.svg);
  background-size: cover;
  box-shadow: none; }

.range-box__desc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-bottom: 1px solid #222;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1; }

.range-box__desc input {
  display: inline-block;
  width: 45px;
  min-width: auto;
  margin-top: 0px;
  border: none;
  outline: none;
  background: none;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  position: relative;
  right: -8px;
  top: -1px; }

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: #575964;
  height: 4px; }

.wpc-filters-range-inputs .ui-slider-horizontal {
  background-color: #ddd;
  height: 4px;
  border-radius: 4px; }

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
  -webkit-box-shadow: none;
  top: -15px;
  margin-left: -20px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: url(../../img/ico-range-slider.svg);
  background-size: cover;
  box-shadow: none; }

@media only screen and (max-width: 767px) {
  .equipment-head {
    margin-bottom: 20px;
    padding-left: 5px; }

  .equipment-head > div:first-child {
    display: none; }

  .equipment-head > div:last-child {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between; }

  .sort-box > span {
    display: none; } }
@media (max-width: 767px) {
  .equipment-head {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920)); }

  .sort-box > span {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920)); }

  .sort-box .nice-select .current {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1920)); } }
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .equipment-head {
    font-size: calc(12px + 6 * (100vw / 1920)); }

  .sort-box > span {
    font-size: calc(12px + 6 * (100vw / 1920)); }

  .sort-box .nice-select .current {
    font-size: calc(12px + 6 * (100vw / 1920)); } }
@media only screen and (max-width: 767px) {
  .view-item {
    width: 50px;
    height: 50px; } }
/*============================================
==  Filter
==============================================*/
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filter-set-widget-title .widgettitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 35px;
  color: #222;
  font-size: 24px;
  font-weight: 700; }
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filter-set-widget-title .widgettitle:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../../img/logo-icon.svg);
    content: '';
    background-size: contain;
    background-repeat: no-repeat; }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-title {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: -1px; }
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-title:before {
    content: none; }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-content .nice-select {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: none;
  height: 46px;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-weight: 500; }
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-content .nice-select .current {
    height: unset;
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    word-break: break-all; }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-price .wpc-filter-title, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-operating_weight .wpc-filter-title, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-digging_weight .wpc-filter-title, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-range .wpc-filter-title, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-pickup_delivery .wpc-filter-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 35px;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  justify-content: flex-start; }
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-price .wpc-filter-title:before, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-operating_weight .wpc-filter-title:before, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-digging_weight .wpc-filter-title:before, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-range .wpc-filter-title:before, .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-pickup_delivery .wpc-filter-title:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../../img/logo-icon.svg);
    content: '';
    background-size: contain;
    background-repeat: no-repeat; }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes input[type=checkbox] {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
  transition-property: background-color, border; }
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes input[type=checkbox]:checked {
    background-color: #1e87f0;
    background-image: url("../../img/check.svg"); }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes label a {
  color: #222; }
.widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes label .wpc-term-count {
  color: #555; }
.widget.widget_wpc_filters_widget .nice-select:after, .widget.widget_wpc_filters_widget .youzify div.item-list-tabs .youzify-bar-select:after {
  height: 7px;
  width: 7px;
  border-bottom: 1.2px solid #222;
  border-right: 1.2px solid #222; }
.widget.widget_wpc_filters_widget .wpc-edit-filter-set {
  display: none; }

@media (max-width: 1200px) {
  .js-filter-content.sidebar::after {
    content: none; }
  .js-filter-content.sidebar .widget.widget_wpc_filters_widget {
    padding: 30px; } }
@media (max-width: 1200px) {
  .widget.widget_wpc_filters_widget .wpc-filters-widget-main-wrapper .wpc-filters-scroll-container .wpc-filter-title {
    font-size: 22px !important; }

  .wpc-filters-widget-main-wrapper ul.wpc-filters-ul-list {
    padding: 0 !important; } }
@media (max-width: 768px) {
  .widget-area li.wpc-term-item, body .wpc-filters-widget-main-wrapper li.wpc-term-item {
    padding: 0px; } }
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-dropdown .wpc-filter-header {
  display: block; }
  .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-dropdown .wpc-filter-header .widget-title {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: -1px; }
    .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-dropdown .wpc-filter-header .widget-title:before {
      content: none; }
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-range .wpc-filter-header, .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes .wpc-filter-header {
  display: block; }
  .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-range .wpc-filter-header .widget-title, .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-layout-checkboxes .wpc-filter-header .widget-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    margin-bottom: 35px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    justify-content: flex-start; }
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-header {
  display: none; }
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-content .nice-select {
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  background: none;
  height: 46px;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-weight: 500; }
  .wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-content .nice-select .current {
    height: unset;
    color: #222222;
    display: block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    line-height: 24px;
    text-align: left;
    word-break: break-all; }
.wpc-filters-widget-containers-wrapper .wpc-filters-scroll-container .wpc-filter-content .wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
  background-color: #171717; }

/*============================================
==  Search
==============================================*/
.s-hero__search {
  width: 100%; }
  .s-hero__search .search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: block;
    position: relative;
    flex-grow: 1;
    max-width: 550px; }

.search label {
  color: white;
  font-size: 18px;
  font-weight: 500; }

.search .uk-radio {
  border: 2px solid #fff !important;
  margin-right: 5px; }
  .search .uk-radio:hover, .search .uk-radio:active, .search .uk-radio:focus {
    border-radius: 50%; }

.search .uk-radio:checked {
  background-color: #171717;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E"); }

.search-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 20px;
  outline: 10px solid rgba(255, 255, 255, 0.3);
  background-color: #fff; }

.search-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-grow: 1;
  align-items: center;
  max-width: 100%;
  padding: 18px; }

.search-input img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  display: block;
  flex: 0 0 60px;
  width: 40px;
  height: 40px;
  padding-right: 20px;
  border-right: 1px solid #ddd; }

.search-input input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -o-text-overflow: ellipsis;
  flex-grow: 1;
  width: 100%;
  height: 40px;
  padding: 0 0px;
  overflow: hidden;
  border: none;
  background: none;
  text-overflow: ellipsis;
  white-space: nowrap; }

.search-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 79px;
  background-color: #f65d10;
  color: #fff; }

.search-btn:hover {
  background-color: #f65d10; }

.tmtransports-transports-search-wrap .s-hero__search .search-btn button {
  margin-top: 0 !important;
  padding: 26px; }
.tmtransports-transports-search-wrap .s-hero__search .search-input input:hover, .tmtransports-transports-search-wrap .s-hero__search .search-input input:focus, .tmtransports-transports-search-wrap .s-hero__search .search-input input:active {
  box-shadow: unset !important; }

.tmtransports-transports-booking-search-wrap .search-form {
  display: block;
  z-index: 1;
  position: relative; }
.tmtransports-transports-booking-search-wrap .search-form__box {
  -webkit-box-shadow: 0 3px 32px 8px rgba(0, 0, 0, 0.12);
  padding: 30px 45px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 3px 32px 8px rgba(0, 0, 0, 0.12); }
.tmtransports-transports-booking-search-wrap .search-form__box .uk-form-label {
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1; }
.tmtransports-transports-booking-search-wrap .search-form__box .js-select {
  padding: 0;
  border: none; }
.tmtransports-transports-booking-search-wrap .search-form__box .js-select .current {
  color: #222;
  font-size: 18px;
  font-weight: 500;
  text-align: left; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 2,3 2,17 18,17 18,3 2,3 Z M 17,16 3,16 3,8 17,8 17,16 Z M 17,7 3,7 3,4 17,4 17,7 Z'%3E%3C/path%3E%3Crect width='1' height='3' x='6' y='2'%3E%3C/rect%3E%3Crect width='1' height='3' x='13' y='2'%3E%3C/rect%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date::-webkit-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date::-moz-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date:-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date::-ms-input-placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500; }
.tmtransports-transports-booking-search-wrap .search-form__box .tmtransport-js-date::placeholder {
  color: #222;
  font-size: 18px;
  font-weight: 500; }
.tmtransports-transports-booking-search-wrap .search-form__box .uk-button {
  width: 100%;
  padding: 0; }
.tmtransports-transports-booking-search-wrap .color-accent {
  color: #171717; }
.tmtransports-transports-booking-search-wrap .search-form + .s-features {
  padding-top: 0px; }
.tmtransports-transports-booking-search-wrap .fl-transport-search-button {
  line-height: 53px;
  font-weight: 600; }
.tmtransports-transports-booking-search-wrap .nice-select {
  background-color: transparent;
  width: 100%; }
  .tmtransports-transports-booking-search-wrap .nice-select ul li {
    margin: 0px; }
.tmtransports-transports-booking-search-wrap .tmtransport-js-date {
  background-color: #fff;
  padding-left: 0px;
  height: 38px; }
  .tmtransports-transports-booking-search-wrap .tmtransport-js-date:hover, .tmtransports-transports-booking-search-wrap .tmtransport-js-date:focus, .tmtransports-transports-booking-search-wrap .tmtransport-js-date:active {
    box-shadow: unset; }

@media only screen and (max-width: 1359px) {
  .tmtransports-transports-search-wrap .s-hero__search .search-btn button {
    padding: unset; }

  .search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px; }

  .search-input {
    padding: 5px 15px; } }
/*============================================
==  Categories
==============================================*/
.uk-card .uk-card-body {
  position: relative;
  padding-left: 90px;
  color: #555; }

.uk-card .uk-card-icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -55px;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff; }

.uk-card .uk-card-icon img {
  max-width: 60px; }

.uk-card .uk-card-icon span {
  -webkit-box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06); }

.uk-card:hover .uk-card-icon::before {
  background-color: rgba(0, 0, 0, 0.1); }

.uk-card .uk-card-icon::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  content: '';
  transition: all 0.3s linear; }

.uk-card .uk-card-icon:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(50% + 15px);
  height: calc(100% + 15px);
  transform: translateY(-50%);
  content: ''; }

.uk-card .uk-card-title {
  color: #222;
  font-size: 24px;
  font-weight: 600; }

.uk-card-body a.more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out; }
.uk-card-body a.more span {
  transition: all 0.2s ease-in-out; }
.uk-card-body a.more .uk-icon {
  color: #171717;
  margin-right: 8px;
  margin-left: 5px; }
.uk-card-body a.more:hover span {
  color: #171717 !important; }

.tmtransports-transports-categories-wrap .categories_style_two .uk-grid div a.transport-cat-item {
  max-height: 313px;
  overflow: hidden; }

.transport-cat-item {
  position: relative; }

.transport-cat-item::after {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -o-linear-gradient(bottom, black 0%, transparent 100%);
  background-image: linear-gradient(to top, black 0%, transparent 100%);
  content: '';
  opacity: 0.95; }

.transport-cat-item img {
  -o-object-fit: cover;
  -o-object-position: center;
  min-height: 250px;
  object-fit: cover;
  object-position: center; }

.transport-cat-item .uk-overlay {
  z-index: 2;
  color: white;
  font-size: 30px;
  font-weight: 500; }

.feature-items {
  display: block;
  position: relative;
  margin-top: 70px; }

.feature-items::before {
  display: block;
  position: absolute;
  top: 140px;
  left: -50vw;
  width: 150vw;
  height: calc(100% - 45px);
  background-color: #f9f9f9;
  content: ''; }

.feature-items .uk-slider-container {
  margin: -30px;
  padding: 30px; }

.feature-item {
  display: block;
  position: relative; }
  .feature-item ul {
    list-style: unset !important; }
    .feature-item ul li {
      list-style: unset !important;
      margin: 0 !important; }
    .feature-item ul li + li {
      margin-top: 1px !important; }

.feature-item__w {
  position: relative; }

.feature-item__box {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: block;
  position: relative;
  border-left: 2px solid #222;
  background-color: white;
  transition: all 0.3s linear; }

.feature-item__icon {
  padding: 50px 40px 0px 40px; }

.feature-item__icon [class^="icon-"] {
  font-size: 72px;
  color: #171717;
  margin-bottom: 10px;
  display: inline-block; }

.feature-item__icon img {
  max-width: 60px;
  margin-bottom: 14px; }

.tmtransports-transports-categories-wrap .feature-item__icon img {
  max-width: 100px;
  margin-bottom: 14px; }

.feature-item__title {
  display: inline-block;
  position: relative;
  padding: 25px 40px 30px 40px;
  border: none;
  border-bottom: 0;
  background: none;
  color: #222;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: left; }

.tmtransports-transports-categories-wrap .feature-item__title:after {
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  display: block;
  position: absolute;
  top: 42px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: '';
  pointer-events: none;
  transition: all 0.15s ease-in-out;
  right: 19px; }
.tmtransports-transports-categories-wrap .feature-item__icon svg {
  width: 72px;
  height: 72px;
  margin-bottom: 10px;
  display: inline-block; }

.feature-item__box .feature-item__title:hover {
  color: #f65d10; }

.feature-item__text {
  padding: 30px 40px;
  color: #555;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.67;
  border-top: 1px solid #eee; }

.feature-item__more {
  padding: 0 40px 50px 40px; }

.feature-item__more a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 50%;
  background-color: #f9f9f9;
  color: #222;
  transition: all 0.3s linear; }

.feature-item:hover .feature-item__box {
  border-color: #171717; }

.feature-item:hover .feature-item__more a {
  border: 1px solid #222;
  background-color: #222;
  color: #fff; }

.feature-item .uk-drop {
  width: 100%;
  margin-top: -50px;
  margin-left: -2px; }

.feature-item .uk-card-body {
  padding: 30px; }

.feature-item .uk-card {
  background: #222; }

.feature-item .uk-drop-bottom-left .uk-card::before {
  display: block;
  position: absolute;
  top: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-width: 0 20px 15px 20px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  content: ''; }

.feature-item .uk-drop-top-left .uk-card::before {
  display: block;
  position: absolute;
  top: unset !important;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-width: 0 20px 15px 20px;
  border-style: solid;
  border-color: transparent transparent #222 transparent;
  content: '';
  transform: rotate(180deg); }

.feature-item .uk-card .uk-nav li + li {
  margin-top: 1px; }

.feature-item .uk-card .uk-nav li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 30px;
  border-radius: 2px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s linear; }

.feature-item .uk-card .uk-nav li a:hover {
  background: #171717;
  color: #fff; }

.feature-item .uk-card .uk-nav li a.uk-active {
  background: #f65d10;
  color: #fff; }

@media only screen and (max-width: 1600px) {
  .tmtransports-transports-categories-wrap .uk-card-body .uk-card-title {
    margin-top: 40px; } }
@media only screen and (max-width: 1599px) {
  .uk-card .uk-card-body {
    padding-left: 40px;
    text-align: center; }

  .uk-card .uk-card-icon {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    top: -55px;
    left: 50%;
    transform: translateX(-50%) translateY(0); }

  .uk-card .uk-card-icon:after {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    top: 50%;
    left: 50%;
    width: calc(100% + 15px);
    height: calc(50% + 15px);
    transform: translateX(-50%) translateY(0); } }
@media only screen and (max-width: 767px) {
  .uk-card .uk-card-body {
    padding: 30px 20px 20px 20px; } }
@media (max-width: 767px) {
  .uk-card .uk-card-title {
    font-size: calc(20px + 6.8 * ((100vw - 320px) / 1920)); } }
@media only screen and (max-width: 1920px) and (min-width: 767px) {
  .uk-card .uk-card-title {
    font-size: calc(20px + 4 * (100vw / 1920)); } }
/*============================================
==  Popular
==============================================*/
.tmtransports-transports-popular-wrap .booking_form_open {
  color: #ffffff; }
.tmtransports-transports-popular-wrap .uk-slider {
  margin: -35px;
  overflow: hidden; }
.tmtransports-transports-popular-wrap .uk-slider-items li {
  margin-left: 0px;
  padding-left: 40px; }
.tmtransports-transports-popular-wrap ul {
  list-style: none; }
  .tmtransports-transports-popular-wrap ul li {
    list-style: none;
    padding-left: 0px; }
.tmtransports-transports-popular-wrap .equipment-item__title a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  transition: all 0.3s linear; }
  .tmtransports-transports-popular-wrap .equipment-item__title a:hover {
    color: #171717; }
.tmtransports-transports-popular-wrap .equipment-item__list ul {
  list-style: none; }
  .tmtransports-transports-popular-wrap .equipment-item__list ul li {
    list-style: none;
    padding-left: 12px;
    margin: 0px; }
  .tmtransports-transports-popular-wrap .equipment-item__list ul li + li {
    margin-top: 11px; }
.tmtransports-transports-popular-wrap .equipment-item__prices ul li {
  padding-left: 30px; }
.tmtransports-transports-popular-wrap .uk-dotnav > * > * {
  width: 8px;
  height: 8px;
  border: none;
  background-color: #ddd; }
.tmtransports-transports-popular-wrap .uk-dotnav > .uk-active > * {
  width: 10px;
  height: 10px;
  background-color: #171717; }
.tmtransports-transports-popular-wrap .uk-dotnav li {
  flex: none;
  padding-left: 12px;
  margin: 0px; }

/*============================================
==  Latest
==============================================*/
.offer-box {
  -webkit-box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 0 36px 9px rgba(0, 0, 0, 0.05); }

.offer-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }

.offer-price {
  position: relative; }

.offer-price:after {
  content: '';
  display: inline-block;
  width: 200%;
  border-bottom: 1px solid #eee;
  position: absolute;
  right: 0;
  bottom: 0; }

.offer-item + .offer-item {
  margin-top: 40px; }

.offer-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px; }

.offer-media img {
  width: 100%; }

.offer-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px; }

.offer-title {
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0; }

.offer-intro {
  color: #555;
  font-size: 16px;
  font-weight: 300; }

.offer-price {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: -10px;
  padding-bottom: 3px; }

.offer-price span {
  color: #171717;
  font-size: 22px;
  font-weight: 700;
  padding: 0 2px 0 3px; }

@media only screen and (max-width: 1199px) {
  .offer-box {
    padding: 30px; }

  .offer-item + .offer-item {
    margin-top: 20px; } }
@media only screen and (max-width: 767px) {
  .offer-box {
    padding: 15px; }

  .offer-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .offer-item + .offer-item {
    margin-top: 10px; }

  .offer-media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px; }

  .offer-info {
    max-width: calc(100% - 70px);
    margin: 0 0 0 10px; } }
/*============================================
==  Add
==============================================*/
.add-place-to-site {
  z-index: 999999;
  background-color: #171717;
  opacity: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 20px 0 10px; }

.add-place-to-site-visible {
  top: 0;
  opacity: 1; }

.add-place-to-site .place-title {
  display: block;
  padding-top: 10px;
  color: #fff !important;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px; }

/*
.acf-form{
  background-color: #fff;
  padding: 15px 20px!important;
  .acf-field{

    .wp-core-ui .quicktags-toolbar input.button.button-small{
      height: 30px;
    }
    .acf-button{
      font-family: "Barlow", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px;
      padding: 5px 10px;
      color: #ffffff;
      background-color: #171717;
    }

    .select2-container{
      .select2-selection--single{
        height: 48px;
      }
      span{
        line-height: 48px;
      }
    }
    .acf-taxonomy-field .nice-select{
      display: none;
    }
    select{
      display: block!important;
    }
    .nice-select{
      display: none;
    }
    .acf-th{
      border: 1px solid #d5d9dd;
      label{
        color: #222;
      }
    }
    .acf-row{
      td{
        border: 1px solid #d5d9dd;
      }
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 48px;
      position: absolute;
      top: 1px;
      right: 15px;
      width: 20px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 15px;
      padding-right: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .acf-icon.small, .acf-icon.-small{
      line-height: 16px;
    }

  }
}

*/
.acf-form {
  margin-bottom: 35px !important; }
  .acf-form input {
    border: 1px solid #ebebeb !important; }
    .acf-form input:hover, .acf-form input:focus, .acf-form input:active {
      background-color: #f7f7f7; }
  .acf-form .acf-field {
    border: 1px solid #ebebeb !important; }
  .acf-form .wp-core-ui .quicktags-toolbar input.button.button-small {
    height: 30px; }
  .acf-form .acf-button {
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 10px;
    color: #ffffff;
    background-color: #171717; }
  .acf-form .acf-button-group label {
    padding: 10px;
    border-color: #ebebeb;
    transition: all .3s ease-in-out; }
    .acf-form .acf-button-group label:hover {
      background-color: #efe9e4;
      border: #171717 solid 1px; }
  .acf-form .acf-button-group label.selected {
    background-color: #171717;
    border: #171717 solid 1px; }
  .acf-form .acf-field .nice-select.disabled:after {
    border-color: #898989; }
  .acf-form #acf-field_5q32wrqrww534ddasv .acf-gallery-main {
    z-index: 1; }
  .acf-form .acf-fields td.acf-field:before {
    content: '';
    position: absolute;
    background: #fff;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 0; }
  .acf-form .acf-fields .acf-field-repeater table {
    margin: 0 0 30px; }
  .acf-form .acf-fields .acf-field-repeater .acf-field .acf-label {
    margin-bottom: 35px !important;
    margin-top: 35px !important; }
  .acf-form .acf-fields .acf-field-repeater .acf-field:before {
    height: 90px; }
  .acf-form .acf-fields .acf-field-repeater .acf-image-uploader a.acf-button {
    width: 60px;
    height: 60px; }
  .acf-form .acf-fields .acf-field {
    padding: 30px 45px !important;
    padding-top: 0px !important;
    border: 1px solid #ebebeb;
    position: relative;
    margin: 10px 0 !important;
    background: #fff; }
    .acf-form .acf-fields .acf-field:before {
      content: '';
      position: absolute;
      background: #f8f8f8;
      left: 0;
      width: 100%;
      height: 80px;
      z-index: 0;
      border-bottom: 1px solid #ebebeb; }
    .acf-form .acf-fields .acf-field .acf-label {
      display: block;
      margin-bottom: 45px !important;
      margin-top: 30px !important; }
      .acf-form .acf-fields .acf-field .acf-label label {
        padding-left: 0px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        color: #222222; }
    .acf-form .acf-fields .acf-field .acf-input {
      padding-top: 17px;
      display: block; }
      .acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input {
        padding: 20px 35px !important;
        border-color: #ebebeb !important;
        box-shadow: none !important;
        transition: .3s ease; }
      .acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:hover, .acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:active, .acf-form .acf-fields .acf-field .acf-input .acf-input-wrap input:focus {
        border-color: #ebebeb;
        box-shadow: none !important;
        transition: .3s ease; }
      .acf-form .acf-fields .acf-field .acf-input .acf-gallery {
        border: #ebebeb solid 1px !important;
        height: 250px !important; }
        .acf-form .acf-fields .acf-field .acf-input .acf-gallery .acf-gallery-main .acf-gallery-toolbar {
          padding: 15px !important; }
          .acf-form .acf-fields .acf-field .acf-input .acf-gallery .acf-gallery-main .acf-gallery-toolbar ul.acf-hl {
            margin: 0px !important; }
            .acf-form .acf-fields .acf-field .acf-input .acf-gallery .acf-gallery-main .acf-gallery-toolbar ul.acf-hl li .acf-button {
              font-family: "Barlow", Sans-serif;
              font-size: 18px;
              font-weight: 600;
              padding: 15px;
              line-height: 20px;
              display: block;
              color: #ffffff;
              background-color: #171717; }
            .acf-form .acf-fields .acf-field .acf-input .acf-gallery .acf-gallery-main .acf-gallery-toolbar ul.acf-hl li select.acf-gallery-sort {
              padding: 18px 30px; }
      .acf-form .acf-fields .acf-field .acf-input .acf-table {
        border-color: #ebebeb !important;
        border: 1px solid; }
        .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-th {
          border-color: #ebebeb !important;
          background-color: #f8f8f8 !important;
          color: #222;
          border-right: 1px solid;
          border-bottom: 1px solid; }
        .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row {
          border-color: #ebebeb !important; }
          .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field {
            padding: 0px !important;
            border-radius: 0px !important;
            border-left: 1px #ebebeb solid !important;
            border-right: 0px !important;
            border-top: 0px !important;
            border-bottom: 0px !important; }
            .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field:first-child {
              border-left: 0px !important; }
            .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field .acf-input {
              padding: 15px; }
            .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input {
              padding: 0px; }
              .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields {
                border: 0px; }
                .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field {
                  display: flex;
                  margin: 10px !important; }
                  .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field:last-child, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field:last-child {
                    border-left: 0px !important; }
                  .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field:before, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field:before {
                    content: none; }
                  .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field .acf-label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field .acf-label {
                    display: inline-block;
                    margin-bottom: 0px !important;
                    margin-top: 7px !important;
                    width: 35%; }
                    .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field .acf-label label, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field .acf-label label {
                      padding-left: 0px;
                      font-size: 14px;
                      font-weight: 400;
                      color: #222222;
                      margin: 0px; }
                  .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field .acf-input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field .acf-input {
                    width: 65%;
                    display: inline-block; }
                    .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker {
                      border-color: #ebebeb; }
                      .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drex3334dfnd6bhd .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-drd125ehhagsj .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-mnztehboe63tgd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-ccsa987636jjdskbvtgd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-cscqejd83jjhw39gd7 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-poiuytrvbcje376 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input, .acf-form .acf-fields .acf-field .acf-input .acf-table .acf-row .acf-field.acf-field-pxxbuya7gc6v6376 .acf-input .acf-fields .acf-field .acf-input .acf-time-picker input {
                        padding: 5px !important;
                        border-color: #ebebeb !important;
                        box-shadow: none !important;
                        transition: .3s ease;
                        border-radius: 0px; }
      .acf-form .acf-fields .acf-field .acf-input .acf-taxonomy-field .select2 .selection .select2-selection {
        height: auto;
        padding: 20px 35px !important;
        border-color: #ebebeb !important;
        box-shadow: none !important;
        transition: .3s ease; }
        .acf-form .acf-fields .acf-field .acf-input .acf-taxonomy-field .select2 .selection .select2-selection .select2-selection__arrow {
          top: 23px;
          right: 25px; }
  .acf-form .acf-fields .acf-taxonomy-field .nice-select {
    display: none; }
  .acf-form .acf-form-submit {
    width: fit-content; }
    .acf-form .acf-form-submit .acf-button {
      font-family: "Barlow", Sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 38px;
      padding: 8px 30px;
      color: #ffffff;
      background-color: #171717; }
      .acf-form .acf-form-submit .acf-button:hover {
        opacity: .8; }
  .acf-form .acf-ui-datepicker .ui-widget-conten {
    border-color: #ebebeb !important; }
  .acf-form .acf-ui-datepicker .ui_tpicker_second {
    display: none !important; }
  .acf-form .acf-field.acf-field-taxonomy.acf-field-61c74644ad14a {
    padding: 30px 45px !important;
    padding-top: 0px !important;
    border: 0px solid #ebebeb;
    position: relative;
    margin: 0px !important;
    background: #fff; }
  .acf-form .acf-field.acf-field-taxonomy.acf-field-61c7467aad14b {
    padding: 30px 45px !important;
    padding-top: 0px !important;
    border: 0px solid #ebebeb;
    position: relative;
    margin: 0px !important;
    background: #fff; }
  .acf-form .acf-field.acf-field-taxonomy.acf-field-6326623ddasad14b {
    padding: 30px 45px !important;
    padding-top: 0px !important;
    border: 0px solid #ebebeb;
    position: relative;
    margin: 0px !important;
    background: #fff; }
  .acf-form .acf-field-61c7462dad149 .acf-fields.-border {
    border: #ccd0d4 solid 0px; }
  .acf-form .acf-field-61c44d848766f:before, .acf-form .acf-field-61c44d9787670:before, .acf-form .acf-field-61c44da187671:before, .acf-form .acf-field-61c44dac87672:before, .acf-form .acf-field-61c44dfbc491d:before {
    border-bottom: 0px solid #ebebeb !important; }
  .acf-form .acf-field-61c74644ad14a, .acf-form .acf-field-61c7467aad14b {
    border-bottom: 0px !important; }
  .acf-form #acf-field_61b5c55d55185 .acf-fr:after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: '';
    display: block;
    height: 6px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
    right: 15px; }
  .acf-form #acf-field_61b5c55d55185 select.acf-gallery-sort {
    display: block !important;
    line-height: 10px;
    padding-left: 15px;
    height: 48px; }
  .acf-form #acf-field_61b5c55d55185 .nice-select {
    display: none !important; }
  .acf-form .acf-field-61c44d5c8766e label {
    margin-bottom: 0px; }
  .acf-form .acf-field-61c44dfbc491d .acf-input:after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    content: '';
    display: block;
    height: 6px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 6px;
    right: 30px; }
  .acf-form .acf-field-61c44dfbc491d .acf-input select {
    display: block !important;
    line-height: 10px !important;
    padding-left: 15px;
    height: 62px !important;
    border: 1px solid #ebebeb !important; }
  .acf-form .acf-field-61c44dfbc491d .acf-input .nice-select {
    display: none !important; }
  .acf-form .acf-field-61b5c8abae3fd .acf-fields {
    border: 0px; }
  .acf-form .acf-field-61b5c8abae3fd .acf-field {
    display: flex;
    align-content: center;
    align-items: center;
    padding-bottom: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 15px !important; }
    .acf-form .acf-field-61b5c8abae3fd .acf-field:before {
      height: unset; }
    .acf-form .acf-field-61b5c8abae3fd .acf-field .acf-label {
      margin-bottom: 0px !important;
      margin-top: 0px !important; }
      .acf-form .acf-field-61b5c8abae3fd .acf-field .acf-label label {
        text-align: center; }
  .acf-form .acf-field-61b5c949d405e .select2-container.-acf .select2-selection {
    border-color: #ebebeb;
    height: 62px; }
    .acf-form .acf-field-61b5c949d405e .select2-container.-acf .select2-selection span.select2-selection__rendered {
      line-height: 60px;
      padding-left: 20px; }
    .acf-form .acf-field-61b5c949d405e .select2-container.-acf .select2-selection .select2-selection__arrow {
      top: 19px;
      right: 20px; }
  .acf-form .acf-field-61b5c949d405e .nice-select {
    display: none; }
  .acf-form .acf-field-61b5c4cdbefe4 .acf-field:before {
    border-bottom: 0px; }
  .acf-form .acf-field-61b5c4cdbefe4 .acf-th label {
    margin-bottom: 0px; }

/*============================================
==  Youzify
==============================================*/
#youzify .fl-transports-archives {
  padding-left: 0px;
  padding-right: 0px; }
  #youzify .fl-transports-archives.no_publish_transports .empty-search-wrapper {
    display: none; }
  #youzify .fl-transports-archives .rental-item {
    background: #fff;
    position: relative; }
    #youzify .fl-transports-archives .rental-item .tm-autos-top-edit-button {
      position: absolute;
      background: #fff;
      color: #222;
      padding: 5px;
      border-radius: 2px;
      font-size: 12px;
      transition: all .3s ease-in-out;
      top: 5px;
      left: 5px; }
      #youzify .fl-transports-archives .rental-item .tm-autos-top-edit-button:hover {
        background: #222;
        color: #fff; }
    #youzify .fl-transports-archives .rental-item .tm-autos-top-draft-button {
      position: absolute;
      background: #fff;
      color: #222;
      padding: 5px;
      border-radius: 2px;
      font-size: 12px;
      transition: all .3s ease-in-out;
      top: 5px;
      left: 240px;
      height: fit-content; }
      #youzify .fl-transports-archives .rental-item .tm-autos-top-draft-button:hover {
        background: #222;
        color: #fff; }
    #youzify .fl-transports-archives .rental-item .card__wrap-label {
      position: absolute;
      color: #fff;
      padding: 5px;
      border-radius: 2px;
      font-size: 12px;
      transition: all .3s ease-in-out;
      bottom: 5px;
      left: 5px;
      text-transform: uppercase; }
      #youzify .fl-transports-archives .rental-item .card__wrap-label.templines-label-status-publish {
        background: green; }
      #youzify .fl-transports-archives .rental-item .card__wrap-label.templines-label-status-draft {
        background: red; }
      #youzify .fl-transports-archives .rental-item .card__wrap-label.templines-label-status-pending {
        background: #171717; }
    #youzify .fl-transports-archives .rental-item .rental-item__desc {
      margin: 0 20px; }
      #youzify .fl-transports-archives .rental-item .rental-item__desc .rental-item__title {
        margin-top: 25px;
        line-height: 26px;
        display: block; }
      #youzify .fl-transports-archives .rental-item .rental-item__desc .rental-item__specifications {
        margin-bottom: 25px; }
        #youzify .fl-transports-archives .rental-item .rental-item__desc .rental-item__specifications ul li {
          font-size: 12px; }
  #youzify .fl-transports-archives .uk-pagination {
    margin-bottom: 70px;
    justify-content: left; }
    #youzify .fl-transports-archives .uk-pagination .page-numbers {
      background-color: #fff; }
      #youzify .fl-transports-archives .uk-pagination .page-numbers.current, #youzify .fl-transports-archives .uk-pagination .page-numbers:hover {
        background-color: #f65d10; }
  #youzify .fl-transports-archives .fl-custom-icon-broken {
    top: 7px; }
  #youzify .fl-transports-archives .empty-search-wrapper .empty-search-wrapper-text .right-content .empty-title {
    line-height: 1.3; }
#youzify .nice-select {
  height: 40px; }
  #youzify .nice-select .current {
    line-height: 13px;
    height: 14px; }
#youzify #groups-directory-form .pagination {
  flex-direction: column; }
#youzify .youzify-wall-embed .youzify-embed-avatar {
  border-radius: 50%; }
#youzify .youzify-group-infos-widget .youzify-group-widget-title, #youzify .youzify-sidebar .widget-content .widget-title, #youzify .youzify-widget .youzify-widget-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  font-family: Barlow; }
  #youzify .youzify-group-infos-widget .youzify-group-widget-title.widget-title:before, #youzify .youzify-sidebar .widget-content .widget-title.widget-title:before, #youzify .youzify-widget .youzify-widget-title.widget-title:before {
    display: inline-block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../../img/logo-icon.svg);
    content: ''; }
  #youzify .youzify-group-infos-widget .youzify-group-widget-title i, #youzify .youzify-sidebar .widget-content .widget-title i, #youzify .youzify-widget .youzify-widget-title i {
    background-color: unset;
    line-height: 55px;
    margin-right: 0px; }
    #youzify .youzify-group-infos-widget .youzify-group-widget-title i:before, #youzify .youzify-sidebar .widget-content .widget-title i:before, #youzify .youzify-widget .youzify-widget-title i:before {
      display: inline-block;
      width: 22px;
      height: 30px;
      margin-right: 10px;
      background-image: url(../../img/logo-icon.svg);
      content: '';
      background-size: contain;
      background-repeat: no-repeat; }
#youzify #group-settings-form textarea, #youzify #youzify .youzify-group-settings-tab textarea {
  border: none;
  border-radius: 2px;
  border: unset !important;
  background-color: #f7f7f7 !important;
  color: #3a3a3a !important;
  font-size: 18px !important;
  font-weight: 400;
  height: 150px;
  resize: none;
  padding: 22px !important;
  transition: all 0.3s ease-in-out !important; }
#youzify #group-settings-form .youzify-group-field-item input[type=text], #youzify .youzify-group-settings-tab .youzify-group-field-item input[type=text] {
  border: 0px; }
#youzify .select2-dropdown {
  border-color: #ebebeb !important; }
#youzify .select2-results__option {
  padding-left: 15px !important; }
#youzify .select2-container--default .select2-results__option--highlighted[aria-selected], #youzify .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #171717 !important; }
#youzify .acf-form .acf-field-61c44d5c8766e .acf-field .acf-input .acf-input-wrap input {
  padding: 10px 25px !important; }
#youzify .acf-field-61b5dafa61c7b .acf-image-uploader .hide-if-value p {
  visibility: hidden;
  height: 80px; }
  #youzify .acf-field-61b5dafa61c7b .acf-image-uploader .hide-if-value p a {
    visibility: visible;
    text-align: center;
    display: block;
    width: fit-content;
    margin: auto;
    padding: 10px 20px;
    transition: all .3s ease-in-out; }
    #youzify .acf-field-61b5dafa61c7b .acf-image-uploader .hide-if-value p a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f03e"; }
    #youzify .acf-field-61b5dafa61c7b .acf-image-uploader .hide-if-value p a:hover {
      background-color: #222; }
#youzify .acf-field-61b5c8dcae3fe:before, #youzify .acf-field-61b5cvetdwqw343fe:before, #youzify .acf-field-61b5casfqvqw343fe:before, #youzify .acf-field-61b5c8ecae3ff:before, #youzify .acf-field-61b5c8f4ae400:before, #youzify .acf-field-61b5c904ae401:before,
#youzify .acf-field-61b5c949d405e:before, #youzify .acf-field-61bsdas5ccassv8edcaff:before {
  width: 30%; }
#youzify .acf-field-61b5c8dcae3fe .acf-label, #youzify .acf-field-61b5cvetdwqw343fe .acf-label, #youzify .acf-field-61b5casfqvqw343fe .acf-label, #youzify .acf-field-61b5c8ecae3ff .acf-label, #youzify .acf-field-61b5c8f4ae400 .acf-label, #youzify .acf-field-61b5c904ae401 .acf-label,
#youzify .acf-field-61b5c949d405e .acf-label, #youzify .acf-field-61bsdas5ccassv8edcaff .acf-label {
  width: 30%; }
  #youzify .acf-field-61b5c8dcae3fe .acf-label label, #youzify .acf-field-61b5cvetdwqw343fe .acf-label label, #youzify .acf-field-61b5casfqvqw343fe .acf-label label, #youzify .acf-field-61b5c8ecae3ff .acf-label label, #youzify .acf-field-61b5c8f4ae400 .acf-label label, #youzify .acf-field-61b5c904ae401 .acf-label label,
  #youzify .acf-field-61b5c949d405e .acf-label label, #youzify .acf-field-61bsdas5ccassv8edcaff .acf-label label {
    text-align: left;
    padding-left: 10px; }
#youzify .acf-field-61b5c8dcae3fe .acf-input, #youzify .acf-field-61b5cvetdwqw343fe .acf-input, #youzify .acf-field-61b5casfqvqw343fe .acf-input, #youzify .acf-field-61b5c8ecae3ff .acf-input, #youzify .acf-field-61b5c8f4ae400 .acf-input, #youzify .acf-field-61b5c904ae401 .acf-input,
#youzify .acf-field-61b5c949d405e .acf-input, #youzify .acf-field-61bsdas5ccassv8edcaff .acf-input {
  width: 70%; }
#youzify .acf-field-61bsdas5ccassv8edcaff .acf-input .hide-if-value p {
  visibility: hidden;
  height: 58px; }
  #youzify .acf-field-61bsdas5ccassv8edcaff .acf-input .hide-if-value p a {
    visibility: visible;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    margin-top: -12px;
    margin-left: 8px; }
#youzify .acf-field-61b5c4cdbefe4 .acf-input .acf-th {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #222222; }
#youzify .acf-field-61b5c4cdbefe4 .acf-table thead tr {
  background-color: unset !important; }
  #youzify .acf-field-61b5c4cdbefe4 .acf-table thead tr .acf-row-handle {
    border-bottom: 1px solid #ebebeb; }
#youzify .acf-form-submit {
  width: fit-content;
  margin-right: 0;
  text-align: right;
  margin-left: auto;
  position: relative; }
  #youzify .acf-form-submit:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../../img/arrow.svg);
    position: absolute;
    top: 22px;
    right: 31px; }
  #youzify .acf-form-submit .acf-button {
    text-transform: uppercase;
    padding-right: 60px; }
  #youzify .acf-form-submit .acf-loading, #youzify .acf-form-submit .acf-spinner {
    position: absolute;
    right: 30px;
    top: 21px;
    z-index: 1; }
#youzify .fl_themes_form_notice_wrap {
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 25px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  color: #31708f; }
#youzify .fl_themes_form_notice_wrap.profile_fill_data_notice {
  background-color: #f7dbe1;
  border: 1px solid #f1abaa;
  color: #8f3a38; }
#youzify .fl_themes_form_notice_wrap.profile_fill_data_notice a {
  color: #8f2b27;
  border-bottom: 1px dashed #22191b; }
#youzify .fl_themes_form_notice_wrap a {
  color: #31708f;
  text-decoration: none;
  font-weight: normal;
  border-bottom: 1px dashed #222;
  padding-bottom: 2px; }
#youzify .fl_themes_form_notice_wrap a:hover {
  border-bottom-color: #d01818;
  color: #d01818; }

.youzify-membership .youzify-membership-form {
  margin: 0 auto !important;
  width: 100% !important; }

.youzify-membership-form {
  margin: 0px !important;
  width: 100% !important;
  max-width: unset; }

body.add_transports .youzify-membership-form {
  max-width: unset; }
body.add_transports .select2-dropdown {
  border-color: #ebebeb !important; }
body.add_transports .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ebebeb !important; }
body.add_transports .select2-results__option {
  padding-left: 15px !important; }
body.add_transports .select2-container--default .select2-results__option--highlighted[aria-selected], body.add_transports .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #171717 !important; }
body.add_transports .acf-form .acf-field-61c44d5c8766e .acf-field .acf-input .acf-input-wrap input {
  padding: 10px 25px !important; }
body.add_transports .media-modal-content .media-frame select.attachment-filters {
  padding: 10px 20px;
  line-height: 1.2; }
body.add_transports .media-modal-content .attachments-browser .search {
  height: 39px; }

.not-logged-in .youzify-custom_widgets {
  display: none; }

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