.details-actions .dropdown-menu.product-share-button {
  right: 0px !important;
  left: auto !important;
  min-width: 130px !important;
}

.bar-notification.geo-location {
  background: none repeat scroll 0 0 #f5f5f5;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 5%;
  z-index: 1050;
  width: 370px;
  max-width: 90%;
  margin: 14px 0 0 0;
  border: 0px solid #909090;
  box-shadow: 2px 8px 17px rgb(15 15 15 / 48%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 0px;
}

.geo-loc-img {
  max-width: 90%;
  display: block;
  margin: 15px auto;
  box-shadow: -3px 2px 7px #62626278;
  border: solid 3px white;
}

.geo-loc-p {
  color: #ff7d00
}

select.ajax-loader {
  background: url(/Themes/Maarifa/Content/images/loading.gif) center no-repeat;
  background-position: 93% center;
}

.reset-modal .modal-body {
  height: auto;
}

.reset-modal .closebtn {
  position: absolute;
  right: 10px;
  top: 15px;
}

.force-shadow .dropdown-menu {
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !Important;
  border-top: 0px solid #E6EFFB !important;
  border-bottom: 0px solid #E6EFFB !important;
}

.price-inp-group {
  display: flex;
  padding: 0 15px 0px;
}

  .price-inp-group .form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    margin: 0;
    font-size: 1.3rem;
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
  }

.blueprint-grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  width: fit-content;
  overflow: hidden;
}

  .blueprint-grid > a {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 300px;
    max-height: 360px;
    text-align: center;
    cursor: pointer;
    display: block;
    border: solid 3px #3085a378;
    border-radius: 5px;
  }

    .blueprint-grid > a > img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1);
      transform: scale(1.0);
    }

    .blueprint-grid > a:hover img {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
      opacity: 1;
    }

.overview-buttons .btn-has-icon .icon-heart-filled,
.btn-has-icon .icon-heart {
  margin-right: 10px;
}
/*##  Beginning - Videos of Edit Listing  ##*/
.edit-photos-video-nav-tabs .vid-item {
  overflow: hidden;
}

.edit-photos-video-nav-tabs {
  padding: 0;
  margin: 0;
  border-width: 0;
}

  .edit-photos-video-nav-tabs + tab-content {
    border-width: 0;
  }

  .edit-photos-video-nav-tabs li.js-tab-link > a {
    padding-bottom: 5px;
    padding-top: 5px;
  }

.youtube-items-wrapper > div {
  margin-bottom: 15px;
}

.video-wrapper.clearfix {
  float: none;
  content: "";
  clear: both;
}

.video-wrapper {
  background-color: #fafafc;
  padding: 10px;
  border: solid 1px #e6effb;
  border-radius: 5px;
  display: block;
}

.embed-wrapper {
  position: relative;
}

  .embed-wrapper .btn-remove-video {
    display: none;
    position: absolute;
    left: 81%;
    box-shadow: -5px 3px 12px 4px black;
    border: none;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 5px;
    top: 3px;
  }

  .embed-wrapper:hover .btn-remove-video {
    display: block;
  }

@media (max-width: 767.98px) {
  .video-wrapper {
    border: none;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

    .video-wrapper .input-group {
      flex-flow: wrap;
    }

      .video-wrapper .input-group .form-control {
        width: 100%;
        margin-bottom: 20px;
      }

    .video-wrapper .input-group-btn {
      display: block;
      width: 90%;
      margin: 10px auto;
    }

    .video-wrapper .btn {
      width: 100% !important;
      border-radius: 24px !important;
      margin-left: 0 !important;
    }

  .vid-item {
    width: 90% !important;
  }

    .vid-item iframe {
      width: 100% !important;
      height: 200px;
    }
}
/*  ## END of Video Of Edit Listing   ##*/


.cp-pad {
  padding-top: 10px;
}

.except-form .iti {
  flex-basis: 75%;
  width: 75%;
}

  .except-form .iti .form-control {
    flex-basis: 100%;
    width: 100%;
  }

.product-details-page .product-share-button a span:hover {
  background: none !important;
}

.product-share-button a > span {
  display: inline-block;
  width: 20px;
  text-align: center;
  padding: 1px;
}

  .product-share-button a > span + span {
  }

/*Back to Top*/
#backTop {
  background: none !important;
  background-color: #ff7754 !important;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 8px;
  text-indent: unset !important;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.html-login-page #backTop {
  display: none;
}
/* BREADCRUMB STYLE */
.breadcrumb-wrapper .breadcrumb {
  border: none !important;
  padding: 15px 0 !important;
  border-radius: 0px !important;
  margin-bottom: 0 !important;
  clear: both !important;
  background-color: transparent !important;
}

  .breadcrumb-wrapper .breadcrumb li a {
    color: #0F3F62;
    font-size: 13px;
    font-family: "Gilroy Regular";
    text-decoration: none;
    font-weight: 500;
  }

    .breadcrumb-wrapper .breadcrumb li a:hover {
      text-decoration: underline;
    }

  .breadcrumb-wrapper .breadcrumb li .current-item.active, .breadcrumb-wrapper .breadcrumb li .active {
    font-size: 13px;
    font-family: "Gilroy Regular";
    font-weight: 500;
  }

  .breadcrumb-wrapper .breadcrumb > li + li::before, .breadcrumb-wrapper .breadcrumb > ol + ol::before {
    padding: 0px 10px;
  }

.breadcrumb > li + li:before {
  content: ">";
  color: #0F3F62;
}

@media (max-width: 767.98px) {
  .breadcrumb-wrapper .breadcrumb > li + li::before, .breadcrumb-wrapper .breadcrumb > ol + ol::before {
    padding: 0 6px;
  }

  .breadcrumb-wrapper .breadcrumb {
    padding: 15px 0 0 !important;
    margin-top: 0;
  }

    .breadcrumb-wrapper .breadcrumb li:first-child {
      display: none;
    }

    .breadcrumb-wrapper .breadcrumb li:nth-child(2)::before {
      display: none;
    }

    .breadcrumb-wrapper .breadcrumb li a {
      font-family: "Gilroy Medium";
      font-size: 14px;
      line-height: 19px;
      color: #000;
      text-decoration: underline;
    }

    .breadcrumb-wrapper .breadcrumb li .current-item.active,
    .breadcrumb-wrapper .breadcrumb li .active {
      font-family: "Gilroy Regular";
      font-size: 14px;
      line-height: 19px;
      color: #000;
      text-decoration: none;
    }

  .html-account-page .breadcrumb-wrapper {
    display: none;
  }

  .product-detail-overview .breadcrumb-wrapper.vehicle .breadcrumb li:nth-child(2),
  .product-detail-overview .breadcrumb-wrapper.vehicle .breadcrumb li:nth-child(3)::before,
  .product-detail-overview .breadcrumb-wrapper.property .breadcrumb li:nth-child(2),
  .product-detail-overview .breadcrumb-wrapper.property .breadcrumb li:nth-child(3)::before {
    display: none;
  }
}
/*Product Details Page*/
.vendor-details {
  margin-top: -5px;
}

.product-page-header .overview {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.product-details-page .product-reviews-overview, .product-details-page .additional-details {
  padding-left: 0;
}

.product-details-page .tab-content {
  padding: 0;
}

.full-description,
.location-section {
  padding: 20px 15px;
}
.redirect-to-storehome {
    display:none;
}

@media (max-width: 767.98px) {
  .html-product-details-page [class^="col-"], .html-product-details-page [class*=" col-"] {
    min-height: initial;
  }

  .product-details-page .gallery .picture-thumbs {
    display: none;
  }

  .gallery .owl-nav {
    display: none;
  }

  .product-page-header-wrapper {
    position: relative;
  }

  .product-details-page .product-name.page-header.hide-in-mobile {
    display: none !important;
  }

  .product-details-page .overview {
    position: relative;
    z-index: 9;
    margin-top: -85px;
  }

  .product-name.mobile-name {
    background-color: #ffffff;
    padding: 25px 30px 0 !important;
    border-radius: 40px 40px 0 0;
  }

  .product-page-header .overview {
    position: absolute;
    top: 371px;
    z-index: 10;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    right: 20px;
  }

  .product-details-page .product-name.mobile-name h2 {
    width: 70%;
    font-size: 22px;
    line-height: 28px;
  }

  .product-name .badge {
    display: none;
  }

  .product-details-page .overview-buttons {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
  }

    .product-details-page .overview-buttons .dropdown {
      padding: 0;
      margin-left: 10px;
    }

  .product-details-page .gallery .picture {
    margin-bottom: 0;
    height: 350px;
    border-radius: 0;
  }

    .product-details-page .gallery .picture img {
    }

  .product-details-page .overview .panel {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .product-detail-overview {
    margin-top: 40px;
  }

  .specs-overview .panel-heading {
    display: none;
  }

  .product-details-page .product-details-tabs {
    margin-top: 0px;
  }

  .overview-buttons .btn-has-icon {
    background-color: #ffffff !important;
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }

  .gallery .owl-dots {
    bottom: 80px;
  }

  .product-attribute {
    padding-top: 17px;
  }

  .product-details {
    border-top: none !important;
  }

  .product-details-page .breadcrumb-wrapper .breadcrumb {
    padding: 0 !important;
  }

  .product-actions {
    height: 90px;
    width: 100%;
    overflow: hidden;
    top: auto;
    bottom: 1px;
  }

    .product-actions .content {
      height: auto;
      padding: 25px 30px;
    }

  .mobile-name .breadcrumb-wrapper {
    width: 100%;
    margin-top: 5px;
  }

    .mobile-name .breadcrumb-wrapper li:last-child {
      display: none;
    }

  .product-details-page .back-button {
    top: 60px;
  }

    .product-details-page .back-button .btn {
        padding: 12px;
        line-height: 1;
    }

  .product-details-page .icon-left  {
      display: block;
      font-size: 14px;
  }

  .page.product-details-page {
    margin-bottom: 100px;
  }

  .product-details-page .overview .panel-heading {
    padding: 20px 35px;
  }

  .call-vendor {
    display: none;
  }

  .redirect-to-storehome {
      display:block;
      position:absolute;
      z-index: 999;
      right: 20px;
      top: 60px;
  }
  .redirect-to-storehome .btn.btn-primary {
      padding: 12px;
      line-height: 1;
      font-family:"Gilroy Medium";
  }
}
/* iphone 6,6s,7,8*/
@media(device-width:375px) and (device-height: 667px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 6,7,8 plus*/
@media(device-width:414px) and (device-height: 736px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 11,x*/
@media(device-width:375px) and (device-height: 812px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 11 pro,x*/
@media(device-width:375px) and (device-height: 812px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 12,12 pro,13,13 pro,14*/
@media(device-width:390px) and (device-height: 844px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 11 pro max,pro x*/
@media(device-width:414px) and (device-height: 896px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 12 pro max,13 pro max, 14 promax*/
@media(device-width:428px) and (device-height: 926px) {
  .product-actions {
    bottom: 0;
  }
}
/* iphone 12 pro mini,13 pro mini*/
@media(device-width:360px) and (device-height: 780px) {
  .product-actions {
    bottom: 0;
  }
}

/* samsung etc.*/
@media(device-width:360px) and (device-height: 800px) {
  .product-actions {
    bottom: 0;
  }
}
/* samsung s20+, s21+.*/
@media(device-width:380px) and (device-height: 854px) {
  .product-actions {
    bottom: 0;
  }
}
/* samsung etc.*/
@media(device-width:412px) and (device-height: 915px) {
  .product-actions {
    bottom: 0;
  }
}
/* samsung a51/a71.*/
@media(device-width:412px) and (device-height: 914px) {
  .product-actions {
    bottom: 0;
  }
}
/*Product Details in Product Specs Overview*/
.overview .panel-body {
  padding: 0 20px 20px;
}

.overview .panel-heading {
  padding: 20px;
}

.product-details {
  border-top: 1px solid #EEEEEE;
  display: flex;
  flex-flow: row wrap;
}

.product-attribute {
  padding-top: 21px;
  display: flex;
  align-items: center;
  flex-basis: 50%;
  justify-content: space-between;
}

  .product-attribute.has-no-icon {
    justify-content: flex-end;
  }

  .product-attribute .location-icon {
    width: 30px;
    background-size: 20px;
    height: 30px;
  }

.attr-info {
  flex-basis: 80%;
}

.attr-label,
.attr-text {
  font-size: 13px;
  font-family: "Gilroy Regular";
  font-weight: 500;
}

.attr-label {
  color: #90A8C7;
}

.attr-icon {
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.attr-icon {
  font-size: 18px;
  color: #0F3F62;
}

.body-type {
  background-image: url(../../Content/images/body_type.png);
}

.gear-type {
  background-image: url('../../Content/icons/svg_icons/048-gearshift.svg');
}

.kilometer {
  background-image: url(../../Content/icons/svg_icons/004-dashboard.svg);
}

.drive-wheel {
  background-image: url(../../Content/icons/svg_icons/037-chassis.svg);
}

.engine {
  background-image: url(../../Content/icons/svg_icons/030-engine.svg);
}

.motor {
  background-image: url(../../Content/icons/svg_icons/059-engine.svg);
}

.fuel {
  background-image: url('../../Content/icons/svg_icons/003-gas station.svg');
}

.consumption {
  background-image: url(../../Content/icons/svg_icons/fuel.svg);
}

@media (max-width: 767.98px) {

  .product-attribute .location-chip {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .attr-icon:not(.rooms) {
    flex-basis: unset;
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .rooms {
    width: 38px;
  }

  .html-product-details-page .owl-carousel .owl-item a {
    display: block;
    width: 100%;
    height: 350px;
  }

  .html-product-details-page .owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media(min-width: 768px) and (max-width: 991.98px) {

  .properties .attr-icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }

    .properties .attr-icon:not(.location-icon) {
      background-size: 20px;
    }

  .properties .rooms {
    background-size: 22px !important;
  }
}

@media(min-width: 992px) and (max-width: 1365.98px) {

  .properties .attr-icon {
    margin-right: 4px;
  }

  .properties .rooms {
    width: 33px;
    margin-right: 6px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .attr-label,
  .attr-text {
    font-size: 12px;
  }

  .attr-info {
    flex-basis: 66%;
  }
}
/*Owl Carousel*/
.owl-theme .owl-nav [class*=owl-] {
  background: none !important;
  text-indent: 0 !important;
  color: #0F3F62;
  opacity: 0.2;
}

.owl-theme .owl-nav span[aria-label] {
  display: none;
}

.main-page-carousel .product-grid .item-box, .item-box.product-grid {
  height: 310px !important;
}

.main-page-carousel .item-box .product-item .product-title {
  text-align: left !important;
}

  .main-page-carousel .item-box .product-item .product-title a {
    text-align: left !important;
  }

.owl-carousel .owl-item a {
  text-align: left !important;
  display: block;
}

.product-details-page .thumb-popup-link:hover,
.product-details-page .thumb-popup-link.selected,
.product-details-page .current .thumb-popup-link {
  border: 2px solid #0F3F62;
}

.owl-theme .owl-dots .owl-dot span {
  opacity: 0.75;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

#bodyTypes.owl-carousel .owl-item a,
#propertyTypes.owl-carousel .owl-item a {
  text-align: center !important;
}

.picture-thumbs.product-slider .owl-nav .owl-prev, .manufacturer-grid .owl-nav .owl-prev, .sub-category-grid .owl-nav .owl-prev {
  background: none !important;
  text-indent: unset !important;
  left: -20px;
  opacity: 1;
}


  .picture-thumbs.product-slider .owl-nav .owl-prev .fa-chevron-left, .manufacturer-grid .owl-nav .owl-prev .fa-chevron-left, .sub-category-grid .owl-nav .owl-prev .fa-chevron-left {
    color: #2B3D4F !important;
    width: 15px !important;
    font-size: 15px !important;
  }

.picture-thumbs.product-slider .owl-nav .owl-next,
.manufacturer-grid .owl-nav .owl-next,
.sub-category-grid .owl-nav .owl-next {
  background: none !important;
  background-size: initial !important;
  text-indent: unset !important;
  right: 30px !important;
  top: -25px;
  width: auto;
  height: auto;
  margin: 0;
  opacity: 1;
}

.product-slider.owl-carousel .owl-stage {
  display: flex;
}

#pictureSlider .owl-nav {
  margin-top: 0;
  top: 190px;
}

  #pictureSlider .owl-nav .owl-next {
    background: none !important;
    background-size: initial !important;
    text-indent: unset !important;
    right: 20px !important;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
  }

  #pictureSlider .owl-nav .owl-prev {
    background: none !important;
    background-size: initial !important;
    text-indent: unset !important;
    left: 20px !important;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
  }

#pictureSlider .icon-chevron-left,
#pictureSlider .icon-chevron-right {
  color: #ffffff;
  font-size: 20px;
}

.picture-thumbs.product-slider .owl-nav .owl-next .fa-chevron-right, .manufacturer-grid .owl-nav .owl-next .fa-chevron-right, .sub-category-grid .owl-nav .owl-next .fa-chevron-right {
  color: #2B3D4F !important;
  width: 15px !important;
  font-size: 15px !important;
}

.product-details-page .prices .product-price .rental-period {
  font-family: "Gilroy Medium";
  font-size: 14px;
  color: #A3A5B3;
  font-weight: 500;
}

.phone-btn, .calendar-btn {
  padding: 11px !important;
  width: 40px;
  height: 40px;
}

  .phone-btn span, .calendar-btn span {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
  }

.product-details-page .btnEditList {
  padding: 0;
  font-size: 14px;
}

.gallery .picture-thumbs.owl-carousel.owl-drag .owl-item {
  width: 140px !important;
}

.owl-nav .icon-chevron-right,
.owl-nav .icon-chevron-left {
  font-size: 20px;
  color: #2B3D4F;
}

.thumbnail {
  border: none;
}

.vendor-listing {
  margin-top: 40px
}

@media (max-width: 767.98px) {
  .vendor-listing {
    margin-top: 30px
  }

  .main-page-carousel .item-box .product-item .product-title {
    margin-top: 0;
  }

  .main-page-carousel .product-grid .item-box, .item-box.product-grid {
    height: 320px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .thumbnail {
    width: 90%;
  }

  .phone-btn, .calendar-btn {
    width: 36px;
    height: 36px;
    padding: 9px !important;
  }

  .vendor-listing {
    margin-top: 50px
  }
}


/*Related Products*/
.related-products-grid .thumbnail .caption {
  width: 100%;
}

.related-products-grid .item-box .product-item {
  height: 100%;
  position: relative;
}

  .related-products-grid .item-box .product-item .rental-or-sale-info {
    bottom: 10px;
  }

.related-products-grid .details-header {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  display: block !important;
}

  .related-products-grid .details-header .tags {
    position: absolute;
    left: -240px;
    bottom: -130px;
  }

  .related-products-grid .details-header .dropdown {
    display: none;
  }

  .related-products-grid .details-header .btn-only-icon {
    padding: 5px !important;
    background-color: #fff !important;
    width: 30px;
    height: 30px;
  }

    .related-products-grid .details-header .btn-only-icon .icon-heart {
      display: block;
    }

    .related-products-grid .details-header .btn-only-icon .icon-heart-filled {
      color: #ff7754;
      display: block;
    }

.related-products-grid .item-box .product-item .product-title {
  padding: 10px 10px;
  height: auto !important;
}

  .related-products-grid .item-box .product-item .product-title a {
    font-size: 15px;
    text-align: left;
    font-family: "Gilroy Medium";
    line-height: 20px;
    color: #000000;
  }

.related-products-grid .item-box .product-item .prices {
  margin-bottom: 0;
  padding: 10px;
  flex-flow: row wrap;
  width: 100%;
  justify-content: flex-end;
}

  .related-products-grid .item-box .product-item .prices .product-price {
    font-size: 15px;
    line-height: 20px;
  }

.related-products-grid .title.sub-title {
  margin-top: 0;
  margin-bottom: 10px;
  position: static;
  /*  margin-left: 30px;*/
}

  .related-products-grid .title.sub-title p {
    font-family: "Gilroy Medium";
    font-size: 20px;
    line-height: 32px;
    color: #000000;
  }

.related-products-slider .item-box.product-grid {
  margin-bottom: 0;
}

.html-product-details-page .master-column-wrapper {
  padding-bottom: 40px;
  padding-top: 89px;
}

.item-box .thumbnail .caption .rental-period {
  font-size: 10px;
  font-family: "Gilroy Regular";
  color: #A3A5B3;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0;
}

.related-products-slider .item-box .product-item .sku {
  display: none;
}

@media (max-width: 767.98px) {
  .item-box .thumbnail .caption {
    padding: 10px 0 !important;
  }

  .html-product-details-page .master-column-wrapper {
    padding-bottom: 100px;
  }

  .related-products-grid .item-box .product-item .product-title a {
    height: auto;
  }

  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -227px;
  }

  .related-products-grid .title.sub-title {
    margin-left: 30px;
  }
}

@media (min-width:375px) and (max-width: 389.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -227px;
  }
}

@media (min-width: 390px) and (max-width: 411.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -240px;
  }
}

@media (min-width: 412px) and (max-width: 499.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -257px;
  }
}

@media(min-width:768px) and (max-width: 991.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -160px;
    bottom: -120px
  }
}

@media(min-width:992px) and (max-width: 1023.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -220px;
    bottom: -130px
  }
}

@media(min-width:1024px) and (max-width: 1199.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -250px;
    bottom: -130px
  }
}

@media(min-width:1200px) and (max-width: 1365.98px) {
  .related-products-grid .details-header .tags {
    left: 0;
    width: 100%;
    margin-left: -215px;
    bottom: -130px
  }
}
/* Search Results*/
.product-filters-wrapper {
  background-color: #ffffff;
  border: 1px solid #E6EFFB;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 30px;
}

  .product-filters-wrapper .well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    padding: 0;
    /*  margin-bottom: 30px;
border: 1px solid #ededed;*/
  }

.clear-all {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}


.mobile-product-filters {
  display: none;
}

.search-page .icon-heart-filled {
  color: #ff7754;
}

@media (max-width: 767.98px) {
  .html-category-page .header.for-mobile {
    display: none;
  }

  .product-filters-wrapper {
    border: none !important;
    background-color: transparent !important;
    border-radius: 0;
    padding-top: 0;
  }

  .block-manufacturer-navigation,
  .block-popular-tags {
    display: none;
  }

  .html-category-page .btn {
    padding: 0;
  }

    .html-category-page .btn:focus,
    .html-category-page .btn:hover {
      outline: 0 !important;
      outline-offset: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
    }

  .overflow-y-hidden {
    overflow-y: hidden;
  }

  .html-search-page .sidebar,
  .html-category-page .sidebar {
    display: none;
  }

    .html-search-page .sidebar.show,
    .html-category-page .sidebar.show {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 10001;
      background-color: #F8F8FA;
      padding: 55px 30px 90px;
      overflow-y: scroll;
    }

  .backdrop {
    opacity: 1;
    background-color: rgba(0,0,0,0.26);
    overflow-y: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10002;
  }

  .html-search-page .control-label {
    display: none;
  }

  .mobile-search-wrapper .searchbox {
    display: flex;
    flex-flow: row wrap;
  }

  .mobile-search-box {
    width: 100%;
  }

    .mobile-search-box .searchbox {
      display: flex;
      flex-flow: row wrap;
    }

    .mobile-search-box .search-text {
      display: inline-flex;
    }

    .mobile-search-box .form-control {
      width: 80%;
      margin-right: 10px;
    }

  .mobile-search-button {
    width: 50px !important;
    height: 55px;
    padding: 17px 10px !important;
    border-radius: 10px !important;
  }

  .item-box .thumbnail .picture a {
    display: block;
    width: 100%;
    height: 175px;
  }

  .product-grid .product-list .product-item .product-title a {
    color: #000000;
    font-size: 16px;
    font-family: "Gilroy Medium";
  }

  .product-grid .product-list .details {
    display: flex;
    flex-flow: row wrap;
  }

  .category-page .product-grid .product-list .description {
    width: 100%;
    flex-basis: 100%;
  }

  .category-page .picture {
    border-radius: 10px 10px 0 0;
  }

  .owl-item:not(.full-width-banner .owl-item):not(.active) {
    margin-right: -5vw;
    margin-left: 5vw;
  }

  .owl-carousel .owl-item:not(.full-width-banner .owl-item).active ~ * {
    margin-left: -6vw;
    margin-right: 0;
  }

  .picture .owl-item:not(.active) {
    margin-right: 0;
    margin-left: 0;
  }

  .picture .owl-carousel .owl-item:.active ~ * {
    margin-left: 0;
    margin-right: 0;
  }

  .thumbnail {
    width: 89%;
  }

  .html-search-page .master-wrapper-content {
    height: 100vh;
    padding-top: 0;
  }

  .html-category-page .master-column-wrapper {
    height: 100vh;
    padding-top: 30px;
  }

  .category-page .panel-heading {
    padding: 0;
  }

  .category-page .panel-heading-actions {
    flex-basis: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
  }

  .category-page h1 {
    padding-bottom: 20px;
  }

  .category-page .form-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }

  .category-page .form-control {
    flex-basis: 75%;
    width: 75%;
    margin-right: 15px;
  }

  .go-back-button {
    position: absolute;
    top: 55px;
    left: 20px;
  }

  .login-page .go-back-button {
    margin-left: 0;
  }

  .category-page .thumbnail {
    width: 100%;
    border-radius: 10px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .category-page .product-grid .product-list {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .category-page .thumbnail .caption {
    padding: 12px !important;
    background-color: #fff !important;
    border-radius: 0 0 10px 10px !important;
  }

  .mobile-product-filters {
    display: block;
  }

  .mobile-product-spec-filter label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .mobile-product-spec-filter .icon-chevron-right:before {
    font-size: 12px;
  }

  .mobile-product-spec-filter button,
  .mobile-product-spec-filter button {
    background-color: #ffffff;
    border: 1px solid #E6EFFB;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 16px 20px 18px;
    width: 100%;
    font-family: "Gilroy Medium";
    font-size: 16px;
    text-align: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }

    .mobile-product-spec-filter button.selected,
    .mobile-product-spec-filter button.selected {
      background-color: #ff7754;
      color: #ffffff;
      border: 1px solid #ff7754;
    }

  .attribute {
    padding: 30px 15px;
    border-bottom: 1px solid #EEEEEE;
  }

  .spec-attributes .attribute {
    border-bottom: none;
    padding: 0;
  }

  .special-for-you .spec-attributes .attribute {
    flex-basis: 100%;
  }

  .product-spec-group {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }


  .attribute .checkbox-wrapper label {
    background-color: #fff;
    color: #000000;
    padding: 15px 22px;
    font-family: "Gilroy Medium";
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #E6EFFB;
  }

  .attribute .checkbox-wrapper input[type="checkbox"]:checked + label {
    background-color: #ff7754;
    color: #fff;
  }

  .filter-content.price-range-filter .filter-title {
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 0;
  }

  .block-category-navigation {
    padding: 20px 15px;
    margin-top: 100px;
  }

  .filter-content .block-category-navigation {
    margin-top: 0;
  }

  .product-spec-group .title {
    font-family: "Gilroy Medium";
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
  }

  .block-category-navigation .title {
    font-family: "Gilroy Medium";
    font-size: 14px;
    color: #000;
    padding: 0 !important;
  }

  .block-category-navigation .inactive {
    padding: 10px 0;
    width: 100%;
  }

  .block-category-navigation .active {
    width: 100%;
  }


    .block-category-navigation .active a {
      margin: 10px 0;
    }

  .block-category-navigation .inactive a {
    margin: 0;
  }

  .products-wrapper {
    background: none;
    border: none;
    border-radius: 0;
  }

  .category-page .item-box .product-item .picture {
    border-radius: 10px 10px 0 0 !important;
  }

    .category-page .item-box .product-item .picture a {
      border-radius: 10px 10px 0 0 !important;
    }

  .option-list {
    margin: 0;
  }

    .option-list > li {
      border-bottom: 1px solid #EEEEEE;
    }

      .option-list > li > button.selected {
        background-image: url('../icons/svg_icons/Icon awesome-check.svg');
        background-position: 95% center;
        background-repeat: no-repeat;
        background-size: 16px;
        font-family: "Gilroy Semibold";
      }

      .option-list > li > button {
        width: 100%;
        padding: 20px 0;
        background-color: transparent;
        border: none;
        text-align: left;
        font-family: "Gilroy Medium";
        font-size: 16px;
        line-height: 22px;
      }

  .mobile-product-spec-filter div > button.selected {
    background-color: #FF7754;
    color: #fff;
  }

  .filter-detail-page {
    background-color: #ffffff !important;
    border-radius: 40px 40px 0 0 !important;
    z-index: 10010 !important;
    padding: 30px 30px 40px !important;
    min-height: 250px;
    max-height: 600px;
  }

    .filter-detail-page .searchbox {
      margin-top: 30px;
    }

      .filter-detail-page .searchbox .form-control {
        border: none;
        background-color: #F5F5F5;
        padding: 16px 20px 16px 50px;
        font-size: 16px;
        line-height: 22px;
      }

      .filter-detail-page .searchbox .icon-search {
        position: absolute;
        top: 20px;
        left: 20px;
      }

  .home-page-product-grid .thumbnail {
    width: 80%;
  }

    .home-page-product-grid .thumbnail:last-child {
      margin: 10px 0 0 10px;
    }
  /*  .home-page-product-grid .owl-item:first-child .thumbnail {
      margin: 10px 0 0 5px;
  }*/

  .home-page-product-grid .owl-item:not(.active) {
    margin-right: -10vw;
    margin-left: 10vw;
  }

  .related-products-slider .owl-item.active ~ * {
    margin-left: -12vw;
    margin-right: 15vw;
  }

  .related-products-slider .owl-item.active ~ *,
  .home-page-product-grid .owl-carousel .owl-item.active ~ * {
    margin-left: -12vw;
    margin-right: 0;
  }

  .spec-attributes {
    padding: 5px 10px 0;
    justify-content: space-between !important;
  }

  .product-box-location {
    padding-bottom: 5px;
  }

  .category-page .page-body {
    background-color: transparent;
  }

  .search-mobile-navbar {
    padding: 45px 30px 30px;
  }

  .return-home,
  .route-wishlist {
    color: #000;
  }

  .search-mobile-navbar .nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .html-search-page .master-column-wrapper .row {
    margin-bottom: 100px;
  }

  .pager {
    padding: 40px 0;
  }
}

/*Homepage Location Info*/

.location-container {
  display: flex;
  flex-flow: row wrap;
}

.home-page-search .location-container {
  padding-bottom: 20px;
}

.location-label,
.locations {
  font-family: "Gilroy Semibold" !important;
  font-size: 22px !important;
  line-height: 27px !important;
}

.location-label {
  color: #0F3F62 !important;
  margin-right: 13px;
}

.locations {
  color: #FF7754;
}

.product-box-location {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.location {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 18px;
  color: #9FA0AF;
}

.property-location {
  margin-left: 5px;
}

.home-page .property-location {
  margin-left: 0;
}

.home-page .product-box-location {
  padding-left: 12px;
}

.home-page .vehicle .product-box-location {
  padding-left: 0;
}

.home-page .location-icon {
  margin-right: 3px;
}

@media (min-width: 768px) {
  .location-container {
    display: none;
  }
}
/*Looking for Section*/
.looking-for-section {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 37px 40px 50px;
  margin-bottom: 50px;
  margin-top: 15px;
}

.looking-for-header {
  padding: 0 6px 40px;
}

  .looking-for-header p {
    font-family: "Gilroy Medium";
    font-size: 16px;
    margin-top: 18px;
  }

.looking-for-content .content-title {
  font-family: "Gilroy Bold";
}

.products {
  padding-top: 18px;
}

.main-page-carousel .products {
  padding: 0;
}

.products .product a {
  display: block;
  font-family: "Gilroy Regular";
  font-size: 16px;
  color: #000000;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .looking-for-section {
    display: none;
  }

  .products {
    margin-right: -30px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .looking-for-section .content-title {
    padding-top: 18px;
  }

  .looking-for-header {
    padding: 0 0 20px;
  }

    .looking-for-header p {
      margin-top: 10px;
    }
}
/*Homepage Mobile Vendors List*/
.vendors-list-wrapper {
  background-color: #FAFAFC;
  padding: 28px 15px 59px;
  margin-bottom: 30px;
}

  .vendors-list-wrapper .list-title {
    font-family: "Gilroy Medium";
    font-size: 18px;
    line-height: 32px;
  }

.vendors-list-item {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px;
}

  .vendors-list-item .vendor-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 5px;
  }

  .vendors-list-item .vendor-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
  }

  .vendors-list-item .vendor-info {
    flex-basis: 61%;
  }

  .vendors-list-item .btn-default {
    background-color: transparent;
    padding: 4px 13px 5px;
  }

@media (max-width: 767.98px) {
  .html-home-page {
    background-color: #FAFAFC;
  }
}

@media (min-width: 768px) {
  .vendors-list-wrapper {
    display: none;
  }
}

/*FinderApp Logo*/
.login-page .page-title,
.registration-page .page-title {
  align-self: center;
  margin: 0 auto;
}

.finderapp-logo {
  height: 75px;
  width: 200px;
}

.finderapp {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.greeting {
  display: none;
}

.account-activation-page .greeting {
  display: block;
}

@media (max-width: 767.98px) {
  .finderapp-logo {
    display: none;
  }

  .greeting {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    margin: 0% auto;
  }

    .greeting h2 {
      font-size: 24px;
      line-height: 32px;
      font-family: "Gilroy Regular";
    }

    .greeting .finderapp-logo {
      display: block;
      width: 186px;
      height: 53px;
      margin-top: 10px;
    }
}
/*Register / Login */

.registration-page .panel-body {
  padding: 30px 15px 30px 30px;
}

.password-component {
  position: relative;
}

.show-password {
  position: absolute;
  right: 0;
  top: 0;
}

  .show-password .btn {
    display: flex;
    align-items: center;
    height: 55px;
  }

  .show-password .icon-eye-regular {
    display: block;
    width: 15px;
    font-size: 15px;
  }

  .show-password .icon-eye-slash-regular {
    display: block;
    width: 15px;
    font-size: 15px;
  }

    .show-password .icon-eye-slash-regular:before {
      content: "\e943";
    }

.form-elements {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-element {
  flex-basis: 50%;
  padding-right: 15px;
  padding-bottom: 15px;
}

  .form-element.short-desc {
    display: none;
  }

  .form-element.street-address {
    flex-basis: 100%;
    padding-right: 0;
  }

  .form-element.genders,
  .form-element.birthday {
    flex-basis: 100%;
    padding-right: 0;
  }

  .form-element.genders {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

.genders .control-label {
  margin-bottom: 0;
  flex-basis: 18%;
}

.form-button-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-right: 15px;
}

  .form-button-wrapper .btn {
    width: 25%;
  }

label.control-label {
  padding-left: 0;
}

.remember-me .checkmark {
  margin-bottom: 0;
}

.remember-me input[type="checkbox"]:checked + .checkmark::after {
  top: 6px;
}

.form-element.inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-basis: 100%;
  padding-bottom: 20px;
  padding-right: 0;
}

  .form-element.inline .control-label {
    flex-basis: 25%;
  }

  .form-element.inline .form-control-wrapper {
    flex-basis: 75%;
  }

@media(max-width:767.98px) {
  .registration-result-page {
    padding-top: 65px;
  }

  .login-page, .registration-page {
    height: 100vh;
  }

    .login-page .page-header,
    .registration-page .page-header {
      padding-bottom: 0;
    }

    .login-page .btn, .registration-page .go-back-button {
      width: auto;
      top: 60px;
    }

    .login-page .panel,
    .registration-page .panel {
      padding: 60px 0 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .form-element.inline .control-label {
    flex-basis: 100%;
  }

  .form-element.inline .form-control-wrapper {
    flex-basis: 100%;
  }

  .form-button-wrapper {
    padding-top: 10px;
  }

    .form-button-wrapper .btn {
      flex-basis: 41.67%;
    }
}

@media(min-width: 1024px) and (max-width: 1680px) {
  .html-registration-page .master-column-wrapper {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .registration-page {
    width: 70% !important;
  }
}

@media(min-width: 1366px) {
  .registration-page {
    width: 60% !important;
  }
}

@media(min-width: 1920px) {
  .registration-page {
    width: 683px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .login-page,
  .registration-page {
    width: 650px;
  }
}

@media(max-width: 767.98px) {
  .login-page, .registration-page {
    padding: 0;
  }

  .registration-page {
    width: 100% !important;
  }

    .registration-page .panel-body, .register-types-page .panel-body {
      padding: 30px 15px;
    }

    .registration-page .form-group .control-label:not(#read-privacyinfo) {
      padding-top: 0;
      padding-left: 0;
      flex-basis: 100% !important;
      padding-bottom: 10px;
    }

    .registration-page .form-group .control-label[for="gender"] {
      flex-basis: 100% !important;
      padding-bottom: 10px;
    }

    .registration-page .radioboxes {
      width: 100%;
    }

  .accept-consent input[type="checkbox"]:checked + .checkmark::after {
    top: 5px;
  }

  .form-element {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .form-button-wrapper {
    justify-content: center;
    padding-right: 0;
  }

    .form-button-wrapper .btn {
      width: 100%;
    }

  .login-page .forgot-password-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .remember {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .remember-me .checkbox-wrapper {
    padding-top: 0;
  }

  .remember-me input[type="checkbox"] + .checkmark::before {
    vertical-align: -22%;
  }
}
/*Customer Info (Profile)*/
.mobile-customer {
  margin-top: 34px;
  margin-bottom: 28px;
}

.info-heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

  .info-heading a {
    line-height: 22px;
    padding: 0;
  }



.customer-avatar .avatar {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  background-color: #9FA0AF;
}

.customer-informations .information .image {
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
}

.edit-customer-info-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #F8F8FA;
  padding: 30px 18px 90px;
  overflow-y: auto;
}


  .edit-customer-info-wrapper.showed {
    display: block;
  }

  .edit-customer-info-wrapper .heading {
    padding: 20px 12px;
  }

#goBack {
  padding: 5px 0;
}

.customer-info-content .form-group {
  width: 100%;
}

.customer-avatar-wrapper {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6EFFB;
  border-radius: 10px;
  padding: 20px;
}

  .customer-avatar-wrapper .customer-avatar {
    border-bottom: none;
    padding-bottom: 0;
    align-items: center;
  }

.customer-info-content .form-title-rquired {
  float: none;
}

.customer-info-content .avatar-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 80%;
  color: #000;
  align-items: center;
}

  .customer-info-content .avatar-content p {
    color: #000;
  }

.customer-info-field {
  background-color: #fff;
  border-bottom: 1px solid #E6EFFB;
  padding: 20px 0;
  margin-top: 20px;
}

  .customer-info-field:last-of-type {
    border-bottom: none;
  }

  .customer-info-field .edit-btn {
    padding: 6px 12px 6px 0 !important;
    background-image: none;
  }

.add-button {
  margin-top: 30px;
}

.edit-address-panel .form-title-rquired {
  float: none;
}

.edit-address-panel .form-control {
  height: auto;
}

.html-address-edit-page .page-title {
  padding-bottom: 20px;
}

/*  .addresses-list,
  .edit-address,
  .adding-new-address {
    padding-bottom: 50px;
  }*/
.save-address-button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.html-address-edit-page .btn {
  padding: 10px 0;
}

.customer-info-page input[type="radio"]:checked + .radiomark::after {
  top: 12px;
}

.username-available-status {
  color: green;
  padding-left: 5px;
}

.username-not-available-status {
  color: red;
  padding-left: 5px;
  float: left;
  clear: both;
  width: 100%;
}

.edit-info-page .panel-header.for-mobile {
  display: none;
}

@media(max-width: 767.98px) {
  .customer-info-page.panel {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

    .customer-info-page.panel > .panel-heading {
      padding: 0;
    }

  .customer-info-page .panel-body {
    padding: 0;
  }

  .info-heading h2,
  .info-heading p {
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }

  .edit-info-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

    .edit-info-page.panel {
      border: none;
      border-radius: 0;
      background-color: #FAFAFC;
      box-shadow: none;
      -webkit-box-shadow: none;
    }

    .edit-info-page .panel-header {
      padding: 30px 0 0;
    }

      .edit-info-page .panel-header.for-mobile {
        display: block;
      }

      .edit-info-page .panel-header.for-desktop {
        display: none;
      }

      .edit-info-page .panel-header h2 {
        padding: 10px 30px 0;
      }

  .edit-profile-section.panel-body {
    padding: 30px;
  }

  .edit-customer-info .form-group .label {
    flex-basis: 100%;
    width: 100%;
  }

  .edit-customer-info .form-group .form-control,
  .edit-customer-info .except-form .iti {
    flex-basis: 100%;
    width: 100%;
  }

  .edit-profile-section .save-btn-mt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }

  .save-btn-mt .btn {
    width: 100%;
  }

  .html-address-edit-page .page-header {
    padding: 0 15px;
  }

  .html-address-edit-page .page-title {
    padding-top: 30px;
  }

  .html-change-password-page .block-account-navigation {
    display: none;
  }

  .html-change-password-page .panel-body {
    padding: 0;
  }

  .html-change-password-page .container,
  .html-change-password-page .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-change-password-page .page-header {
    padding-top: 50px;
  }

  .html-gdpt-tools-page .block-account-navigation {
    display: none;
  }

  .form-element.inline .control-label,
  .form-element.inline .form-control-wrapper {
    flex-basis: 100%;
  }

  .html-address-list-page .page-header {
    padding: 0 15px;
  }

  .address-list-page .customer-info-field {
    display: block;
    border: none;
    background-color: transparent;
    padding: 15px 0 10px;
    margin: 0;
  }

  .address-list-page .panel-heading {
    display: none;
  }

  .address-list-page .panel {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E6EFFB;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
  }

  .address-list-page .panel-body {
    padding: 0;
  }

  .customer-info-field {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #E6EFFB;
    margin-top: 0;
  }

  .customer-info .content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 10px;
    width: 100%;
  }

    .customer-info .content:first-of-type {
      align-items: center;
    }

    .customer-info .content p {
      font-family: "Gilroy Medium";
      font-size: 14px;
      line-height: 22px;
    }

    .customer-info .content .field-title {
      color: #000;
      text-align: left;
    }

    .customer-info .content .text {
      color: #9FA0AF;
      text-align: right;
    }

  .customer-info-page .actions {
    margin-top: 30px;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .html-account-page .inner-nav {
    margin-top: 0;
  }

  .html-change-password-page .form-button-wrapper .btn {
    width: 45%;
  }
}

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .date-picker-wrapper .dropdown-menu {
    z-index: 10000;
  }

  .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }

  .html-address-edit-page .page-title {
    padding: 30px 20px !important;
  }

  .html-account-page .inner-nav {
    margin-top: 0;
  }

  label.control-label {
    font-size: 15px;
    line-height: 20px;
  }

  .form-button-wrapper .btn {
    width: 41%;
  }
}
/*Listings*/
.listing-data .actual-price,
.listing-data .price {
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 21px;
  color: #ff7754;
}

.listing-panel {
  margin-bottom: 0;
}

  .listing-panel .panel-header {
    display: flex;
    flex-flow: row wrap;
    padding: 25px 30px 0;
    justify-content: space-between;
    align-items: center;
  }

.listing-data .product-item {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.listing-panel .panel-body {
  padding-bottom: 100px;
}

.listing-data .picture {
  width: 113px;
  height: 123px;
  border-radius: 10px;
}

.listing-data .picture-link {
  display: block;
  width: 113px;
  height: 123px;
  border-radius: 10px;
}

  .listing-data .picture-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

.listing-data .details {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
}

.listing-data .product-information {
  margin-bottom: 0;
  padding-left: 20px;
}

.listing-data .product-title {
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 20px;
  color: #2B3D4F;
}

.listing-data .info-text {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 19px;
  color: #9FA0AF;
  margin: 5px 0;
}

.rental-period {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 19px;
  color: #9FA0AF;
}

.navigation {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #E6EFFB;
  border-radius: 10px;
  min-height: 400px;
  margin-bottom: 0;
}

  .navigation .btn {
    width: 100%;
    padding: 30px 20px 10px;
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    justify-content: space-between;
    font-size: 16px;
    font-family: "Gilroy Bold";
    color: #0F3F62;
  }

  .navigation .icon-chevron-down::before,
  .navigation .icon-chevron-up::before {
    font-size: 8px;
  }

  .navigation .nav-list {
    padding: 0 20px;
  }

  .navigation .nav-list-item a {
    display: block;
    font-family: "Gilroy Medium";
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
    color: #000;
  }

  .navigation .nav-list-item:hover a {
    text-decoration: underline;
  }

  .navigation .nav-list-item:focus a,
  .navigation .nav-list-item a.active {
    color: #ff7754;
  }

.listing-management-desktop {
  display: block;
}


.actions .customer-name {
  font-family: "Gilroy Semibold";
  font-size: 18px;
  color: #0F3F62;
  display: none;
}

.profile-settings {
  display: none;
}

.listing-management-page .searchbox,
.html-wishlist-page .searchbox,
.filter-detail-page .searchbox {
  position: relative;
}

  .listing-management-page .searchbox .icon-search,
  .html-wishlist-page .searchbox .icon-search {
    position: absolute;
    left: 10px;
    top: 13px;
    display: block;
    font-size: 13px;
  }

.listing-management-page .form-control,
.wishlist-page .form-control {
  padding: 12px 15px 12px 30px;
  height: 42px;
  font-family: "Gilroy Regular";
  font-size: 14px;
}

.listing-panel .action-buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.wishlist-page .table.table-bordered {
  border: none;
}

.wishlist-content .cart .cart-item-row td {
  padding: 15px 0;
  vertical-align: top;
}

  .wishlist-content .cart .cart-item-row td.product a {
    font-size: 16px;
    line-height: 19px;
  }

.wishlist-content img {
  width: 113px;
  height: 123px;
  object-fit: cover;
  display: block;
}

@media (max-width: 767.98px) {
  .wishlist-page .panel {
    border-radius: 0 0 10px 10px;
  }

  .wishlist-page .no-data {
    margin-top: 30px;
  }

  .wishlist-page .panel-header {
    display: none !important;
  }

  .listing-management-page .navigation .btn, .wishlist-page .navigation .btn {
    display: none;
  }

  .listing-management-page .searchbox .icon-search,
  .html-wishlist-page .searchbox .icon-search {
    left: auto;
    top: 14px;
    right: 20px
  }

  .html-customer-info-page .mobile-bottom-nav,
  .html-address-list-page .mobile-bottom-nav,
  .html-address-edit-page .mobile-bottom-nav {
    display: none !important;
  }


  .profile-settings {
    display: block;
    padding-bottom: 20px;
  }

  .listing-management-page {
    display: block;
    width: 100%;
  }

  .listing-management .products {
    margin-right: 0;
    height: 100%;
  }

  .listing-data {
    height: 100%;
    margin-top: 30px;
  }

    .listing-data .product-item {
      justify-content: flex-start;
      border-bottom: none;
      padding: 0 0 30px;
    }

    .listing-data .button-edit {
      display: block;
    }

    .listing-data .button-delete {
      display: block;
    }

    .listing-data .edit-btn {
      padding: 0 !important;
    }

      .listing-data .edit-btn .icon-edit {
        width: 16px;
        height: 16px;
      }

    .listing-data .details {
      width: 100%;
    }

    .listing-data .product-information {
      width: 63%;
      padding-left: 10px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }

    .listing-data .action-links {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
    }

    .listing-data .product-title {
      font-family: "Gilroy Medium";
    }

  .customer-name {
    font-family: "Gilroy Semibold";
    font-size: 18px;
    color: #0F3F62;
    line-height: 21px;
    flex-grow: 1;
    text-align: center;
  }

  .listing-management-page .actions {
    margin-top: 0;
  }

  .listing-management-page .page-header {
    padding: 0 30px 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }

  .listing-management-mobile .icon-settings {
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
  }

  .listing-management-mobile .actions .btn {
    padding: 0;
  }

  .inner-nav-mobile {
    background-color: #ffffff;
    border-radius: 40px 40px 0 0;
  }

    .inner-nav-mobile .nav-list {
      display: flex;
      flex-flow: row wrap;
      width: 100%;
    }

    .inner-nav-mobile .nav-item {
      flex-basis: 50%;
    }

    .inner-nav-mobile .nav-link {
      display: block;
      text-align: center;
      font-family: "Gilroy Medium";
      font-size: 16px;
      color: #90A8C7;
      padding: 20px 15px;
    }

      .inner-nav-mobile .nav-link.active {
        color: #ff7754;
        border-bottom: 2px solid #ff7754;
      }

  .listing-management-page .searchbox,
  .wishlist-page .searchbox {
    position: relative;
    display: none;
  }

  .listing-management .form-control,
  .wishlist-page .form-control {
    background-color: #F5F5F5;
    border: none;
    color: #B0B6C3;
    font-size: 16px;
    padding: 14px 20px 14px 50px;
  }

  .listing-management-page .col-md-3,
  .listing-management-page .col-md-9,
  .listing-management-page .col-lg-9,
  .wishlist-page .col-md-3,
  .wishlist-page .col-md-9,
  .wishlist-page .col-lg-9 {
    padding: 0;
  }

  .html-wishlist-page .col-md-12 {
    padding: 0;
  }

  .listing-management-page .navigation,
  .wishlist-page .navigation {
    min-height: auto;
    border-radius: 40px 40px 0 0;
  }

    .listing-management-page .navigation .nav-list,
    .wishlist-page .navigation .nav-list {
      display: flex;
      flex-flow: row wrap;
    }

    .listing-management-page .navigation .nav-list-item,
    .wishlist-page .navigation .nav-list-item {
      flex-basis: 50%;
    }

      .listing-management-page .navigation .nav-list-item a,
      .wishlist-page .navigation .nav-list-item a {
        border-bottom: none;
        text-align: center;
      }

      .listing-management-page .navigation .nav-list-item.active a,
      .wishlist-page .navigation .nav-list-item.active a {
        color: #ff7754;
        border-bottom: 2px solid #ff7754;
      }

  .listing-panel {
    border-radius: 0;
  }

    .listing-panel .action-buttons {
      flex-basis: 100%;
      justify-content: flex-end;
    }

    .listing-panel .panel-header h2,
    .wishlist-page .panel-header h1 {
      display: none;
    }

  .listing-management-page .searchbox,
  .html-wishlist-page .searchbox, .filter-detail-page .searchbox {
    width: 100%;
  }

  .wishlist-content .table.table-bordered {
    border: none;
  }

  .wishlist-content .table > tbody > tr > td {
    padding: 0;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .navigation {
    min-height: 200px;
    margin-bottom: 20px;
  }
}

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .listing-management-page .icon-chevron-down {
    font-size: 14px;
  }

  .html-wishlist-page .inner-nav {
    margin-top: 0;
  }
}
/*Watchlist*/
.wishlist-page .panel-header {
  display: flex;
  flex-flow: row wrap;
  padding: 20px 30px;
  justify-content: space-between;
  align-items: center;
}
/*.wishlist-content .table > tbody > tr{
  border-bottom: none;
}*/
.wishlist-page .panel > .table-bordered > tbody > tr:last-child > td {
  border-bottom: none;
}

.wishlist-page .panel > .table:last-child > tbody:last-child > tr:last-child {
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wishlist-page .fa {
  font-size: 18px;
  display: block;
  width: 18px;
}

.wishlist-page .btn-only-icon {
  padding: 0 !important;
}

.remove-from-cart {
  padding: 15px 0 0 !important;
}

@media(max-width: 767.68px) {
  .html-wishlist-page .breadcrumb-wrapper, .html-wishlist-page .navbar-wrapper {
    display: none;
  }

  .wishlist-page .page-header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 0 30px 30px;
  }

    .wishlist-page .page-header .actions {
      margin-top: 0;
    }

  .html-wishlist-page .master-column-wrapper {
    padding-top: 0;
    height: 100vh;
    margin-top: 55px;
  }

  .html-wishlist-page {
    background-color: #FAFAFC !important;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .wishlist-content .cart .cart-item-row td.product {
    padding-left: 20px;
  }

  .html-wishlist-page .inner-nav {
    margin-top: 0;
  }
}

@media(min-width: 1024px) and (max-width: 1365.68px) {
  .wishlist-content .cart .cart-item-row td.product {
    padding-left: 20px;
  }
}
/*Homepage Nearby Listing */
.special-for-you {
  margin: 30px -30px 200px;
  max-height: 600px;
  overflow-y: auto;
}

  .special-for-you .panel {
    border-radius: 20px 20px 0 0 !important;
    margin-bottom: 0;
    border: none;
  }


  .special-for-you .panel-heading {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }

    .special-for-you .panel-heading .btn {
      padding: 0;
    }

    .special-for-you .panel-heading p {
      font-family: "Gilroy Medium";
      font-size: 18px;
      line-height: 32px;
    }

  /*  .special-for-you .panel-body {
padding:0 20px 20px 30px!important;
}*/

  .special-for-you .products {
    padding-top: 0;
  }

  .special-for-you .thumbnail {
    width: 100%;
    border: none;
    margin: 0 !important;
    height: auto;
  }

  .special-for-you .item-box .product-item {
    height: auto;
  }

  .special-for-you .product-grid .item-box:hover .thumbnail,
  .special-for-you .item-box.product-grid:hover .thumbnail {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .special-for-you .item-box .product-item .picture {
    width: 113px;
    height: 123px;
    border-radius: 10px;
  }

  .special-for-you .item-box .thumbnail .picture a {
    height: 123px;
  }

  .special-for-you .thumbnail .caption {
    width: 60% !important;
    padding: 0 !important;
    margin-left: 10px;
  }

  .special-for-you .property-location {
    height: auto;
    margin-left: 0;
  }

  .special-for-you .product-title,
  .special-for-you .prices {
    padding: 0 !important;
    margin-top: 0 !important;
  }

    .special-for-you .product-title a {
      font-family: "Gilroy Regular" !important;
      font-size: 15px !important;
      color: #2B3D4F !important;
      white-space: pre-line !important;
    }

  .special-for-you .item-box.product-grid {
    margin-bottom: 30px !important;
    height: auto !important;
  }

    .special-for-you .item-box.product-grid:last-child {
      margin-bottom: 0 !important;
    }



  .special-for-you .product-box-location {
    width: 100%;
  }

  .special-for-you .vehicle-attr {
    width: 100%;
    margin-bottom: 10px;
  }

  .special-for-you .item-box.product-grid .thumbnail .caption {
    justify-content: stretch;
  }

  .special-for-you .item-box .product-item .button-wishlist {
    top: -5px;
  }

  .special-for-you .item-box.product-grid .prices {
    justify-content: flex-start;
  }

@media (min-width: 768px) {
  .special-for-you {
    display: none;
  }
}


.customer-reviews {
  display: none !important;
}


/*Category Navigation Tree View*/

.block-category-navigation {
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #E6EFFB;
  margin-bottom: 30px;
}

  .block-category-navigation .list {
    padding: 0 10px;
    overflow-y: scroll;
    height: 160px;
  }

  .block-category-navigation .title {
    padding: 20px 20px 10px;
  }

    .block-category-navigation .title strong {
      font-family: "Gilroy Bold";
      font-size: 16px;
      color: #0F3F62;
    }

  .block-category-navigation .list a {
    font-family: "Gilroy Regular";
    font-size: 16px;
    color: #000;
  }

  .block-category-navigation .list > .active > a,
  .block-category-navigation .sublist > .active > a {
    font-family: "Gilroy Medium";
    color: #ff7754;
  }

  .block-category-navigation .list > .inactive > a,
  .block-category-navigation .list > .active > a {
    padding: 0 10px;
  }

  .block-category-navigation .sublist {
    padding: 0 20px;
  }

@media (min-width: 1024px) and (max-width: 1365.98px) {
  .block-category-navigation .list a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .mobile-product-spec-filter {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .block-category-navigation .sublist {
    padding: 5px 15px;
  }
}

@media (max-width: 767.98px) {
  .block-category-navigation .list {
    padding: 0;
  }

    .block-category-navigation .list > .inactive > a,
    .block-category-navigation .list > .active > a {
      padding: 0;
    }

  .block-category-navigation .sublist {
    padding: 0 10px;
    margin-top: 5px;
  }
}
/*Attributes Filter*/
.attribute-wrapper {
  margin-bottom: 20px;
}
/*Search Page*/
.search-page .page-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  background-color: #ffffff;
  border: 1px solid #E6EFFB;
  border-radius: 10px 10px 0 0;
  padding: 20px 30px 18px;
}

.searching-results-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}

.searched-text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

  .searched-text .searched-term {
    font-size: 13px;
    font-family: "Gilroy Regular";
    color: #0F3F62;
    line-height: 17px;
    display: block;
    margin-bottom: 0;
    font-weight: 400;
  }

.searching-results-info .keyword {
  font-family: "Gilroy Semibold";
  font-weight: 600;
  color: #0F3F62;
  line-height: 17px;
  margin-bottom: 0;
  font-size: 13px;
}

.searching-results-info .seperator {
  font-family: "Gilroy Semibold";
  font-weight: 600;
  color: #0F3F62;
  line-height: 17px;
  margin-right: 5px;
  margin-left: 5px;
}

.searching-results-info .results {
  font-size: 13px;
  font-family: "Gilroy Regular";
  color: #0F3F62;
  line-height: 17px;
}

#term {
  display: none;
}

.searching-results-info .results strong {
  font-family: "Gilroy Semibold";
  font-weight: 600;
  color: #0F3F62;
  line-height: 17px;
}

.address-list-page .edit-btn,
.address-list-page .delete-btn {
  height: 50px;
}

.edit-btn .icon-edit {
  font-size: 14px;
  margin-right: 5px;
}

  .edit-btn .icon-edit:before {
    color: #ff7754;
  }

.edit-btn:hover {
  color: #ff7754;
}

.profile-settings .edit-btn .icon-edit {
  background-size: 11px;
  width: 14px;
  height: 14px;
}

.searching-results-info-mobile {
  display: none;
}

.rent-or-sale .btn.btn-default {
  border-radius: 10px;
  border: 1px solid #E6EFFB;
  padding: 16px 12px 18px;
}

  .rent-or-sale .btn.btn-default:hover,
  .rent-or-sale .btn.btn-default:focus,
  .rent-or-sale .btn.btn-default:active {
    border: 1px solid #9FA0AF !important;
    background-color: transparent !important;
  }

.rent-or-sale.bootstrap-select > .dropdown-toggle.bs-placeholder,
.rent-or-sale.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.rent-or-sale.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.rent-or-sale.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #9FA0AF !important;
}

.selectmenu-wrapper .bootstrap-select.show-tick.rent-or-sale .dropdown-menu .selected span.check-mark {
  top: 10px;
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .sorting-search-results {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

    .sorting-search-results .btn.btn-default {
      font-size: 15px;
      line-height: 21px;
    }
}

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .search-page .product-grid .product-list .thumbnail .caption,
  .category-page .product-grid .product-list .thumbnail .caption {
    padding: 0 0 0 10px !important;
    width: 57% !important;
  }
}

@media (max-width: 767.98px) {
  .html-address-list-page .btn {
    padding: 10px 0;
  }

  .addresses-list .btn.btn-primary {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  .search-page .page-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 15px !important;
    justify-content: space-between;
  }

  .searching-results-info {
    display: none;
  }

  .searching-results-info-mobile {
    display: flex;
    flex-flow: row wrap;
  }

    .searching-results-info-mobile .results span {
      font-family: "Gilroy Regular";
      font-size: 14px;
      line-height: 19px;
    }

  .dropdown-filter {
    background-color: transparent;
  }

  .item-box .thumbnail .caption .rental-period {
    font-size: 12px;
  }

  .sorting-search-results {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .selectmenu-wrapper .bootstrap-select.show-tick.rent-or-sale .dropdown-menu .selected span.check-mark {
    top: 23px;
  }
}

@media (min-width: 360px) and (max-width: 410px) {
  .item-box .thumbnail .caption .rental-period {
    font-size: 11px;
  }
}

.dropdown-filter {
  border: none;
  padding: 0;
  color: #ff7754;
  font-family: "Gilroy Medium";
  height: auto;
  font-size: 16px;
}

.sorting-search-results .dropdown {
  padding: 0;
  display: flex;
  float: initial !important;
  justify-content: flex-end;
  width: auto !important;
}

.sorting-search-results .dropdown-menu {
  border: none !important;
  border-radius: 10px;
  padding: 0;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1);
  width: 262px;
  left: auto;
  right: 0;
}

.sorting-search-results .bootstrap-select .dropdown-menu.inner {
  width: 100%;
  min-width: 100%;
}

.sorting-search-results .bootstrap-select .dropdown-menu > li {
  padding: 0 20px;
}

.sorting-search-results .bootstrap-select .dropdown-menu li a {
  font-family: "Gilroy Regular";
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid #EEEEEE;
}

.sorting-search-results .bootstrap-select .dropdown-menu li:last-of-type a {
  border-bottom: none;
}

.sorting-search-results .dropdown-menu > .active > a {
  background-color: transparent;
  color: #000;
  font-family: "Gilroy Semibold" !important;
}

.sorting-search-results .bootstrap-select .dropdown-toggle .caret {
  display: block;
  width: 6px;
  height: 6px;
  border-top: none;
  border-right: none;
  border-left: 2px dashed;
  border-bottom: 2px dashed;
  transform: rotate(315deg);
  margin-top: -5px;
}

.sorting-search-results .btn.btn-default {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 45px;
  /*width: 50%;*/
  font-size: 13px;
}

.product-sorting {
  margin-top: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.open > .dropdown-toggle.btn-default {
  color: #ff7754 !important;
  background-color: transparent !important;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: right;
}

.sorting-search-results .btn.btn-default:hover,
.sorting-search-results .btn.btn-default:focus {
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
}

.sorting-search-results .bootstrap-select .dropdown-toggle .filter-option {
  width: auto;
  margin-right: 10px;
}

.sorting-search-results .icon-chevron-down:before {
  display: block;
}

.bootstrap-select > select.mobile-device {
  z-index: 0 !important;
}

@media (max-width: 767.98px) {
  .sorting-search-results .bootstrap-select .dropdown-toggle .filter-option {
    width: auto;
  }

  .sorting-search-results .btn.btn-default {
    padding: 0;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 21px;
  }
  /*  .sorting-search-results .dropdown-menu {
      left: 0;
  }*/
}
/*Blueprint Image*/
#blueprintContent .panel-body {
  max-height: 400px;
  overflow: hidden auto;
}

.blueprint-image {
  border: solid 1px #E6EFFB;
  border-radius: 10px;
  padding: 0px;
  margin: 0px 14px 14px 0px;
}

  .blueprint-image img {
    width: 100%;
    height: 317px;
    object-fit: cover;
  }

@media (max-width: 767.98px) {
  .blueprint-image img {
    object-fit: contain;
    height: 210px;
  }
}

@media (max-width: 1365.98px) {
  .blueprint-image {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .blueprint-image img {
    width: 100%;
    height: 240px;
  }
}

.text-black {
  color: #000;
}

/* Spec. Attr. Chip List*/

.mobile-chip-list {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-chip-list {
    display: block;
    position: absolute;
    /*z-index: 9999;*/
    /*    left: 10px;*/
    padding-left: 30px;
    top: 225px;
    width: 100%;
    overflow-x: hidden;
    margin-top: -20px;
  }

    .mobile-chip-list .badge {
      border-radius: 15px;
      padding: 6px 12px;
    }

  .product-chip-list .owl-item {
    width: 180px;
  }

    .product-chip-list .owl-item:not(.active) {
      margin-right: 0;
      margin-left: 0;
    }

  .owl-carousel.product-chip-list .owl-item.active ~ * {
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-chip-list .chip {
    background-color: #000;
    opacity: 0.40;
    color: #ffffff;
    padding: 6px 12px;
    white-space: nowrap;
  }

  .mobile-chip-list .chip-primary {
    background-color: #FF7754;
    border: 1px solid #FF7754;
    color: #ffffff;
    opacity: 1;
  }

  .mobile-chip-list .chip-outline {
    background-color: #ffffff;
    border: 1px solid #FF7754;
    color: #ff7754;
    opacity: 1;
  }
}
/*Search Autocomplate*/
.best-results {
  position: relative;
}

.custom-autocomplete {
  position: fixed;
  width: 100vw !important;
  top: 220px !important;
  padding-top: 10px;
  bottom: 80px;
  left: 0 !important;
  right: 0 !important;
  border: none !important;
  border-radius: 40px 40px 0 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  min-height: 300px;
  overflow-y: auto;
}

.home-page-search .custom-autocomplete {
  z-index: 9999 !important;
  top: 35% !important;
}

.best-results .ui-menu .ui-menu-item-wrapper {
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  font-family: "Gilroy Regular";
}

.best-results .ui-menu .ui-menu-item {
  padding: 0 30px;
}

  .best-results .ui-menu .ui-menu-item:first-child {
    padding: 30px 30px 0;
  }

.best-results .menu-item-header {
  position: absolute;
  top: 25px;
  left: 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Gilroy Bold";
}

.close-autocomplete {
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 10000;
}

.home-page-search .close-autocomplete {
  top: 35%;
}

@media only screen and (device-width : 375px) and (device-height : 667px) {
  .custom-autocomplete {
    top: 32% !important;
  }

  .close-autocomplete {
    top: 32%;
    right: 20px;
  }

  .home-page-search .custom-autocomplete {
    top: 37% !important;
  }

  .home-page-search .close-autocomplete {
    top: 37%;
    right: 20px;
  }
}

/*Chip*/

.chip-list {
  padding: 22px 0 18px;
}

.chip {
  background-color: #FFFFFF;
  border: 1px solid #E6EFFB;
  border-radius: 18px;
  text-align: center !important;
  padding: 5px 10px;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

#chipList.owl-carousel .owl-item a {
  text-align: center !important;
}

.chip.active {
  background-color: #FF7754;
  color: #ffffff;
}

#chipList.owl-carousel .owl-item a.active {
  color: #ffffff !important;
}

.chip-list.owl-carousel.owl-drag .owl-item {
  margin-right: 20px !important;
  margin-left: -7px !important;
}

@media (max-width: 767.98px) {
  .chip-list {
    padding: 22px 0 0 !important;
  }

    .chip-list.owl-carousel .owl-stage {
      height: 31px !important;
    }

    .chip-list .owl-stage-outer {
      height: 31px !important;
    }
}


@media (min-width: 768px) {
  #chipList {
    display: none;
  }
}
/*Product Box*/
.search-page .product-grid .product-list .details,
.category-page .product-grid .product-list .details {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.spec-attributes {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 6px 12px 6px;
  height: 30px;
}

.search-results .spec-attributes,
.category-page .spec-attributes {
  justify-content: flex-start;
  padding: 0;
}

.spec-attributes .location {
  flex-basis: 100%;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  align-items: center;
}

  .spec-attributes .location .icon-location-indicator {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
  }

.search-results .spec-attributes .location,
.category-page .spec-attributes .location,
.search-results .spec-attributes .location .icon-location-indicator,
.category-page .spec-attributes .location .icon-location-indicator {
  padding-bottom: 0;
}

.spec-attributes.vehicle .location {
  flex: auto;
}


.spec-attributes .attribute {
  display: flex;
}

.search-results .spec-attributes .attribute,
.category-page .spec-attributes .attribute {
  padding: 0 0 0 10px;
}

.spec-attributes p {
  font-family: "Gilroy Regular";
  font-size: 14px;
  line-height: 18px;
  color: #9FA0AF;
}

.search-results .spec-attributes p,
.category-page .spec-attributes p {
  font-size: 16px;
}

.spec-attributes .attribute p {
  padding-left: 6px;
  padding-right: 6px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}

.search-results .spec-attributes .attribute p,
.category-page .spec-attributes .attribute p {
  padding-left: 10px;
  padding-right: 10px;
}

.spec-attributes .attribute p:first-of-type {
  padding-left: 0;
  border-left: none;
  border-right: none;
}

.search-results .spec-attributes .attribute p:first-of-type,
.category-page .spec-attributes .attribute p:first-of-type {
  padding-left: 10px;
  border-left: 1px solid #E1E1E1;
}

.search-results .spec-attributes.vehicle .attribute p:first-of-type,
.category-page .spec-attributes.vehicle .attribute p:first-of-type {
  padding-left: 0;
  border-left: none;
}

.spec-attributes .attribute p:last-of-type {
  padding-right: 0;
  border-right: none;
}

.spec-attributes.vehicle .attribute {
  border-left: 1px solid #A3A5B3;
  padding-left: 3px;
}

.search-results .spec-attributes.vehicle .attribute,
.category-page .spec-attributes.vehicle .attribute {
  border-left: none;
}

.spec-attributes.vehicle .location {
  flex-basis: auto;
  padding-bottom: 0;
}

.spec-attributes.vehicle {
  padding: 5px 7px 10px;
}

.search-results .spec-attributes.vehicle,
.category-page .spec-attributes.vehicle {
  justify-content: flex-start;
  padding: 5px 0 10px;
}

/*  .search-results .spec-attributes.vehicle .location,
  .category-page .spec-attributes.vehicle .location {
    border-right: 1px solid #E1E1E1;
    padding-right: 5px;
  }*/

.search-page .product-item .prices,
.category-page .product-item .prices {
  margin-top: 7px;
  margin-bottom: 0;
}

.search-page .product-grid .product-list .prices span,
.category-page .product-grid .product-list .prices span {
  display: block;
}

.vehicle-attr {
  display: flex;
  flex-direction: row;
}

  .vehicle-attr .product-box-location {
    padding-right: 3px;
  }

.search-results .product-grid .details-header,
.category-page .product-grid .details-header {
  justify-content: space-between;
  padding-bottom: 8px;
}

.search-results .item-box .product-item .tags,
.category-page .item-box .product-item .tags {
  padding: 0;
}

.search-results .item-box .thumbnail .picture a,
.category-page .item-box .thumbnail .picture a {
  border-radius: 10px !important;
  height: 100%;
}

.search-results .item-box .product-item .picture a img,
.category-page .item-box .product-item .picture a img {
  border-radius: 10px;
  object-fit: cover;
  -webkit-transform: none;
}

.search-results .product-grid .product-list .picture,
.category-page .product-grid .product-list .picture {
  flex-basis: auto;
  width: 270px;
  height: 146px;
}

.search-results .product-grid .product-list .thumbnail {
  padding: 0 30px;
  margin: 0;
  width: 100%;
}

.category-page .product-grid .product-list .thumbnail {
  padding: 0;
  margin: 0;
  width: 100%;
}

.search-results .product-grid .product-item,
.category-page .product-grid .product-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-grid .product-list .product-item .product-title a {
  display: block;
}

.search-results .product-grid .product-item .product-title,
.category-page .product-grid .product-item .product-title {
  margin-bottom: 8px;
}

  .search-results .product-grid .product-item .product-title a,
  .category-page .product-grid .product-item .product-title a {
    margin-bottom: 0;
    line-height: 24px;
  }

.pager {
  margin: 0;
  padding: 40px 30px;
  display: flex;
  flex-flow: row wrap;
}

  .pager ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }

  .pager li {
    display: block;
  }

    .pager li.current-page > span, .pager li.individual-page > a {
      padding: 5px 10px;
      line-height: 17px;
    }

.search-page .product-grid .product-list .product-item .sku,
.category-page .product-grid .product-list .product-item .sku {
  margin-bottom: 7px;
}

.search-results .product-grid .product-list,
.category-page .search-results .product-grid .product-list {
  padding: 0;
}

.search-page .product-grid .product-list .thumbnail .caption,
.category-page .product-grid .product-list .thumbnail .caption {
  padding: 0 0 0 20px;
  width: 67.6%;
}

@media (max-width: 767.98px) {
  .spec-attributes .attribute p {
    font-size: 12px;
  }

  .rental-period {
    display: none;
  }

  .search-results .product-grid .product-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .search-results .product-grid .product-list .thumbnail,
  .category-page .product-grid .product-list .thumbnail {
    padding: 0;
  }

  .search-results .product-grid .product-list .picture,
  .category-page .product-grid .product-list .picture {
    width: 100%;
  }

  .search-page .product-item .prices.hide-in-mobile,
  .category-page .product-item .prices.hide-in-mobile {
    display: none;
  }

  .search-page .product-grid .product-list .details,
  .category-page .product-grid .product-list .details {
    flex-flow: column;
  }

  .search-results .spec-attributes .attribute,
  .category-page .spec-attributes .attribute {
    padding: 0;
  }

  .search-results .spec-attributes p,
  .category-page .spec-attributes p {
    font-size: 13px;
  }

  .search-results .spec-attributes.vehicle,
  .category-page .spec-attributes.vehicle {
    flex-flow: row wrap;
  }

    .search-results .spec-attributes.vehicle .attribute p,
    .category-page .spec-attributes.vehicle .attribute p {
      font-size: 13px;
      padding-left: 7px !important;
    }

  .search-results .spec-attributes .attribute p:first-of-type,
  .category-page .spec-attributes .attribute p:first-of-type {
    border-left: none;
    padding-left: 0;
  }

  .search-page .product-item .prices,
  .category-page .product-item .prices {
    margin-top: 0;
  }

  .search-page .product-box-location,
  .category-page .product-box-location {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    flex-basis: 100%;
  }

  .html-search-page .header.for-mobile,
  .html-category-page .header.for-mobile {
    display: none;
  }

  .product-grid .product-list .product-item .prices {
    width: 100%;
    flex-basis: 100%;
    justify-content: flex-end;
  }

  .product-grid .product-list .vehicle .prices span {
    line-height: 19px;
    margin-top: -8px;
  }

  .search-results .product-grid .product-item .product-title a,
  .category-page .product-grid .product-item .product-title a {
    line-height: 1;
    height: 24px;
    /*margin-bottom: 5px;*/
  }

  .search-results .product-grid .product-item .vehicle .product-title,
  .category-page .product-grid .product-item .vehicle .product-title {
    margin-bottom: 0;
  }

  .search-page .product-grid .product-list .product-item .sku,
  .category-page .product-grid .product-list .product-item .sku {
    margin-bottom: 0;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .rental-period {
    display: none;
  }

  .vehicle-attr {
    width: 100%;
    height: 20px;
  }

  .search-results .product-grid .product-list .picture,
  .category-page .product-grid .product-list .picture {
    width: 146px;
  }

  .search-page .product-grid .product-list .thumbnail .caption,
  .category-page .product-grid .product-list .thumbnail .caption {
    padding: 0 0 0 10px;
    width: 64%;
  }
}

@media(min-width: 1200px) and (max-width: 1365.98px) {
  .spec-attributes p {
    font-size: 12px;
  }

  .spec-attributes .attribute p {
    padding-left: 3px;
    padding-right: 3px;
  }

    .spec-attributes .attribute p:first-of-type {
      padding-left: 0;
    }
}

@media(min-width: 1366px) and (max-width: 1499.98px) {
  .spec-attributes p {
    font-size: 12px;
  }

  .spec-attributes .attribute p {
    padding-left: 3px;
    padding-right: 3px;
  }

    .spec-attributes .attribute p:first-of-type {
      padding-left: 0;
    }
}

.location-icon {
  display: block;
  font-size: 13px;
  color: #9FA0AF;
  height: 16px;
  width: 11px;
  margin-right: 7px;
}

@media (max-width: 767.98px) {
  .special-for-you .spec-attributes {
    padding: 5px 0 0;
  }

    .special-for-you .spec-attributes .attribute p:last-of-type {
      padding-right: 0;
    }
}

/*Category Page*/
.category-page .page-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  background-color: #ffffff;
  border: 1px solid #E6EFFB;
  border-radius: 10px 10px 0 0;
  padding: 10px 30px;
}

@media (max-width: 768.98px) {
  .category-page .page-header {
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .hide-in-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-in-desktop {
    display: none;
  }
}

.mobile-filter-page {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  background-color: #F8F8FA;
  padding: 30px 30px 90px;
  overflow-y: auto;
}

.hide-filter-page {
  display: none;
}

.product-spec-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

  .product-spec-group p {
    font-family: "Gilroy Semibold";
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

.accordion-container .product-spec-group p {
  color: #0F3F62;
  margin-bottom: 0;
  border-left: 1px solid #E6EFFB;
  border-right: 1px solid #E6EFFB;
  padding: 10px 20px;
}

.accordion-container .table {
  margin-bottom: 0;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #E6EFFB !important;
  border-radius: 10px;
  padding-bottom: 18px !important;
  padding-left: 12px;
  padding-top: 16px;
  background-image: url(../icons/svg_icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #9FA0AF !important;
  box-shadow: none;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  background-image: none;
}

.select2-dropdown {
  border: 1px solid #9FA0AF !important;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-family: "Gilroy Medium" !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 20px;
  margin-top: 0 !important;
  top: 15px !important;
  font-size: 16px !important;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable[aria-expanded="false"] {
  height: 56px;
}

.select2-container--default .select2-results__option--selected {
  background-color: #fff !important;
  background-image: url('../../Content/icons/svg_icons/Icon awesome-check.svg');
  background-size: 16px;
  background-position: 95% center;
  background-repeat: no-repeat;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ddd !important;
  color: #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ffffff !important;
  border: 1px solid #ff7754 !important;
  border-radius: 18px !important;
  color: #ff7754;
  margin-left: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: none !important;
  border-top-left-radius: 18px !important;
  border-bottom-left-radius: 18px !important;
  color: #ff7754 !important;
}

.select2-results__option {
  font-family: "Gilroy Medium";
  font-size: 16px;
  padding: 6px 17px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered li {
  font-family: "Gilroy Medium";
  font-size: 14px;
  color: #ff7754;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:first-of-type {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.filter-detail-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

  .filter-detail-header .btn {
    padding: 0;
    width: 24px;
    height: 24px;
  }

  .filter-detail-header .icon-left {
    display: block;
    font-size: 12px;
    width: 12px;
    height: 12px;
  }

  .filter-detail-header .attr-name {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: "Gilroy Bold";
    line-height: 21px;
  }

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .product-spec-group p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .select2-results__option {
    font-size: 14px;
    padding: 7px 14px;
  }
}
/*Mobile Bottom Nav*/
@media (max-width: 767.98px) {
  .mobile-bottom-nav .header-links.header-top-right,
  .header-links-wrapper .bottom-links,
  .header-links-wrapper .header-links.header-top-right {
    display: none;
  }

  .logout {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }

  .html-registration-result-page .mobile-bottom-nav {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .bottom-links {
    display: none;
  }
}
/*Language Select*/
.language-selection {
  justify-content: flex-start;
  margin-top: 20px;
}

.language-selector .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.language-selector .btn.btn-default {
  font-size: 20px;
  font-family: "Gilroy Semibold";
  color: #0F3F62;
  width: 100%;
  border: 1px solid #E6EFFB;
  border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../icons/svg_icons/chevron-down.svg);
  background-position: 95% center;
  background-size: 12px;
  background-repeat: no-repeat;
  padding: 15px 30px;
  height: auto;
  line-height: 27px;
}

  .language-selector .btn.btn-default:hover,
  .language-selector .btn.btn-default:focus {
    background-color: transparent !important;
    border: 1px solid #E6EFFB !important;
    outline: none !important;
    color: #0F3F62 !important;
  }

.privacy .dropdown {
  padding: 0;
}

.privacy .language-selector .btn.btn-default {
  border: none;
  border-radius: 0;
  background-image: none;
  font-family: "Gilroy Medium";
  font-size: 14px;
  line-height: 32px;
  padding: 0;
  color: #000;
  text-decoration: underline;
}

  .privacy .language-selector .btn.btn-default:hover,
  .language-selector .btn.btn-default:focus {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    color: #0F3F62 !important;
  }

.privacy .language-list {
  margin-top: 32px;
}

  .privacy .language-list > li {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
  }

.privacy .language-selector {
  flex-basis: 90%;
}

.privacy .world-icon {
  flex-basis: 20px;
  width: 20px;
}

.world-icon .icon-ios-world-outline {
  display: block;
  font-size: 15px;
  line-height: 18px;
}

.language-selector .bs-caret {
  display: none;
}

.language {
  width: 33.33%;
}

.language-selector {
  margin-right: 0;
}

.language-selection .nav-heading {
  align-self: center;
}

.language-selection .nav-title {
  margin-bottom: 0;
}

#customerTaxType, #customerCurrency {
  border: none !important;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Gilroy Medium";
  color: #2B3D4F;
  height: 35px;
  width: 100%;
}

.mobile-sidenav .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  padding: 0;
  width: auto;
}

.mobile-sidenav .bootstrap-select .dropdown-toggle .caret {
  display: none;
}

.bootstrap-select .dropdown-menu > li {
  padding: 0 10px;
}

  .bootstrap-select .dropdown-menu > li > a {
    font-family: "Gilroy Regular";
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 10px;
  }

  .bootstrap-select .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }

.bootstrap-select .dropdown-menu > .active > a {
  background-color: transparent;
  color: #000;
  background-image: url('../icons/svg_icons/Icon awesome-check.svg');
  background-repeat: no-repeat;
  background-position: 95% center;
  font-family: "Gilroy Semibold";
}

.language-selector .mobile {
  display: none;
}

.language-selector .desktop {
  display: block;
}

@media (max-width: 767.98px) {
  .language-selector .mobile {
    display: block;
  }

  .mobile-sidenav .btn.btn-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    font-family: "Gilroy Regular";
    font-size: 16px;
    line-height: 21px;
    color: #0F3F62;
    background-image: none !important;
  }

    .mobile-sidenav .btn.btn-default:hover,
    .mobile-sidenav .btn.btn-default:focus {
      background-color: transparent !important;
      border: none !important;
      outline: 0 !important;
      color: #0F3F62 !important;
    }

  .language-selector .desktop {
    display: none;
  }

  .language-mobile .bootstrap-select .dropdown-menu {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    max-height: 100% !important;
    min-width: auto;
    width: 100vw;
    margin: 0;
    border: none !important;
    background-color: #FAFAFC !important;
    border-radius: 0 !important;
  }

    .language-mobile .bootstrap-select .dropdown-menu.inner {
      top: 190px !important;
      left: 30px !important;
      background-color: transparent !important;
      width: 80%;
      min-height: 200px;
      max-height: 510px !important;
      margin: 0 auto !important;
    }

  .language-mobile .dropup .dropdown-menu {
    bottom: 0 !important;
  }

  .bs-searchbox {
    padding: 0;
    margin: 0 30px;
  }

  .language-mobile .popover-title {
    background-color: transparent;
    border-bottom: none;
    width: 100%;
    padding: 25px 30px;
    font-family: "Gilroy Semibold";
    font-size: 24px;
    color: #0F3F62;
  }

  .language-mobile button.close {
    float: none;
    text-align: left;
    width: 100%;
    opacity: 1;
    margin-bottom: 20px;
  }

  .language-mobile .icon-back {
    background-image: url(../icons/svg_icons/back.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 16px;
    height: 16px;
    display: block;
  }

  .bootstrap-select .dropdown-menu > li > a {
    font-family: "Gilroy Regular";
    font-size: 16px;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px 0;
  }

  .bootstrap-select .dropdown-menu > .active > a {
    background-color: transparent;
    color: #000;
    background-image: url('../icons/svg_icons/Icon awesome-check.svg');
    background-repeat: no-repeat;
    background-position: 95% center;
    font-family: "Gilroy Semibold";
  }

  .language-mobile .language-selector {
    flex-basis: 75%;
  }

  .mobile-sidenav .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
  }
}

/*Inner Top Nav*/
.inner-nav-section {
  background-color: #ffffff;
  /*  margin-top: 20px;*/
  margin-bottom: 30px;
}

.inner-nav .nav-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.inner-nav .nav-list-item a {
  display: block;
  padding: 20px 25px;
  font-family: "Gilroy Medium";
  font-size: 16px;
  line-height: 22px;
  color: #90A8C7;
}

  .inner-nav .nav-list-item a.active {
    color: #ff7754;
    border-bottom: 2px solid #ff7754;
  }

.inner-nav .nav-list-item:first-child a {
  padding: 20px 25px 20px 0;
}

.inner-nav .nav-list-item:last-child a {
  padding: 20px 0 20px 25px;
}

.back-button {
  display: none;
}

@media (max-width: 767.98px) {
  .inner-nav-section {
    display: none;
  }

  .back-button {
    display: block;
    background-color: #fff;
    border-radius: 50%;
  }

  .product-details-page .icon-left {
    color: #000000;
  }
}

/*Tags*/
.tags {
  display: flex;
  flex-flow: row wrap;
}

.home-page .item-box .product-item .tags {
  padding: 0;
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .special-for-you .item-box .product-item .tags {
    padding: 0;
    top: 0;
    left: 0;
  }

  .special-for-you .vehicle-attr {
    margin-bottom: 0;
  }

  .special-for-you .details {
    margin-top: 30px;
  }

  .special-for-you .product-box-location {
    padding-left: 0;
    padding-top: 5px;
  }
}

/*Homepage Search*/
/*.property .home-page-search .tab-content {
background-color: transparent;
border:none;
border-radius: 0;
}
*/
.searchbox-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
}

.property .input-group:not(.mobile-search .input-group),
.vehicle .input-group:not(.mobile-search .input-group) {
  width: 66.66%;
  display: flex;
}

.property .input-group .form-control:not(.mobile-search .form-control),
.vehicle .input-group .form-control:not(.mobile-search .form-control) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 90%;
}

.property .home-page-search .tab-content .btn.btn-primary:not(.mobile-search .input-group-btn),
.vehicle .home-page-search .tab-content .btn.btn-primary:not(.mobile-search .input-group-btn) {
  width: 100% !important;
  height: 100% !important;
  padding: 16px 18px;
  margin-left: 0;
  border-radius: 0 5px 5px 0 !important;
}

.property .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.vehicle .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  padding: 0;
}

.bootstrap-select .bs-caret .icon-chevron-down {
  font-size: 6px;
  margin-top: 2px;
  display: block;
}

.property .selectmenu-wrapper,
.vehicle .selectmenu-wrapper {
  width: 25%;
}

.property .btn.btn-default:not(.input-group-btn .btn),
.vehicle .btn.btn-default:not(.input-group-btn .btn) {
  border: none;
  padding: 18px 20px;
  border-radius: 0;
  font-size: 16px;
  font-family: "Gilroy Medium";
}

.property .btn.btn-default:hover,
.property .btn.btn-default:focus,
.vehicle .btn.btn-default:hover,
.vehicle .btn.btn-default:focus {
  border: none !important;
  background-color: #fff !important;
  outline: none !important;
}

.property .open > .dropdown-toggle.btn-default,
.vehicle .open > .dropdown-toggle.btn-default {
  border: none !important;
  background-color: #fff !important;
  outline: none !important;
}

.property .bootstrap-select > .dropdown-toggle.bs-placeholder,
.vehicle .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #9FA0AF !important;
}

.property .input-group-btn:not(.mobile-search .input-group-btn),
.vehicle .input-group-btn:not(.mobile-search .input-group-btn) {
  width: 10%;
  background-color: #ffffff;
}

.property .input-group-btn .btn,
.vehicle .input-group-btn .btn {
  height: 40px;
  width: 100%;
  margin-bottom: 7.5px;
  margin-top: 7.5px;
  border-radius: 0;
  padding: 0 10px !important;
}

.property .input-group-btn .btn {
  border-right: 1px solid #E1E1E1;
}

.property .search-btn {
  width: 12%;
}

.selectmenu-wrapper .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  font-size: 12px;
  top: 22px;
}

.selectmenu-wrapper .glyphicon-ok:before {
  color: #26D176;
}

@media (max-width: 767.98px) {
  .mobile-search .input-group-btn .btn {
    width: 52px !important;
    height: 52px !important;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .property .input-group .form-control:not(.mobile-search .form-control),
  .vehicle .input-group .form-control:not(.mobile-search .form-control) {
    width: 91%;
  }
}

/*Product Filters*/

/*Blueprint*/
.blueprint-box {
  display: none;
  width: 30% !important;
  margin: 0 !important;
}

.blueprint-preview {
  object-fit: fill;
  margin-left: 0 !important;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}

.blueprint-pic-wrapper {
  flex-flow: row wrap;
  width: 100%;
}

.blueprint-add-picture {
  width: 25% !important;
  margin-right: 20px;
}

@media(min-width: 768px) and (max-width: 1365.98px) {
  .blueprint-add-picture {
    width: 30% !important;
    margin-right: 20px;
  }
}
/*CreateList Location*/
.controls.pac-target-input {
  border: 1px solid #E6EFFB !important;
  border-radius: 10px !important;
  padding: 15px 20px !important;
  font-family: "Gilroy Medium" !important;
}

@media (max-width: 767.98px) {
  .controls.pac-target-input {
    width: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .controls.pac-target-input {
    width: auto !important;
  }
}

/*Datepicker*/
.datepicker.dropdown-menu {
  border: 1px solid #E6EFFB;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #E6EFFB !important;
}

.datepicker table {
  width: 100%;
}

.datepicker .datepicker-switch {
  font-family: "Gilroy Semibold";
  font-size: 15px;
}

.datepicker table tr td span {
  font-family: "Gilroy Regular";
  font-size: 15px;
  width: 22% !important;
}

  .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    color: #9FA0AF !important;
  }

  .datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #9FA0AF !important;
  }

  .datepicker table tr td span.focused, .datepicker table tr td span:hover {
    font-family: "Gilroy Medium";
  }

.prev .icon-chevron-left,
.next .icon-chevron-right {
  font-size: 10px;
}

@media(max-width: 797.98px) {
  .date-picker-wrapper .bootstrap-select .dropdown-menu {
    max-width: 150px;
    min-width: auto;
    right: 0;
  }

  .date-picker-wrapper .bootstrap-select:not(.input-group-btn), .date-picker-wrapper .bootstrap-select[class*="col-"] {
    float: none !important;
    width: 50% !important;
    padding: 0 !important;
  }

    .date-picker-wrapper .bootstrap-select:not(.input-group-btn):first-of-type, .date-picker-wrapper .bootstrap-select[class*="col-"]:first-of-type {
      padding: 0 5px 0 0 !important;
    }

    .date-picker-wrapper .bootstrap-select:not(.input-group-btn):last-of-type, .date-picker-wrapper .bootstrap-select[class*="col-"]:last-of-type {
      padding: 10px 0 0 0 !important;
    }

  .date-picker-wrapper .btn.btn-default {
    justify-content: flex-start;
  }

  .date-picker-wrapper .bootstrap-select .dropdown-toggle .filter-option {
    flex-basis: 85%;
  }
}

/*2 Stepped Register*/
.tab {
  display: none;
}

.steps {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.step {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #eee;
  margin-right: 15px;
}

  .step.active {
    background-color: #ff7754;
  }

  .step.finish {
    background-color: #FF7754;
  }

.step-list-wrapper {
  display: none;
}

.registration-page .button-wrapper {
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

  .registration-page .button-wrapper .btn-default {
    margin-right: 10px;
  }

.success-message {
  display: none;
}

.spinner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 16px;
  color: #FF7754;
  padding-bottom: 30px;
}

.loader {
  border: 2px solid #eeeeee;
  border-top: 2px solid #FF7754;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 2s linear infinite;
  display: block;
  margin-right: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767.98px) {
  .tab {
    padding-top: 20px;
  }

  .registration-page .button-wrapper .btn {
    width: 48%;
  }
}

/*Scroll Page Content*/
.scroll-page-header {
  position: fixed;
  top: 89px;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
  display: none;
}

.html-product-details-page .header {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05);
}

.scroll-page-header-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  height: 89px;
  padding: 30px 0;
}

  .scroll-page-header-content .product-name {
    display: flex;
    align-items: center;
  }

    .scroll-page-header-content .product-name h2 {
      padding-right: 10px;
    }

  .scroll-page-header-content .informations {
    display: flex;
    align-items: center;
  }

.informations .overview-buttons {
  display: flex;
  align-items: center;
}

.informations .product-number {
  font-size: 14px;
  color: #9FA0AF;
  line-height: 19px;
  text-decoration: underline;
  border-right: 1px solid #E1E1E1;
  padding-right: 20px;
}

.informations .product-price {
  font-family: "Gilroy Medium";
  font-size: 15px;
  color: #ff7754;
  line-height: 27px;
  padding-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #E1E1E1;
}

.scroll-header-attributes {
  display: flex;
  flex-flow: row wrap;
}

  .scroll-header-attributes .location {
    font-size: 16px;
    line-height: 22px;
    color: #0F3F62;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-header-attributes .km {
    border-left: 1px solid #E1E1E1;
  }

  .scroll-header-attributes .attribute p {
    font-size: 16px;
    line-height: 22px;
    color: #0F3F62;
    padding-left: 20px;
  }

.product-details-map .location-map {
  height: 676px;
}

@media(min-width: 992px) and (max-width: 1365.98px) {
  .scroll-page-header-content .product-name h2 {
    font-size: 20px;
    line-height: 0.75;
  }

  .informations .product-price,
  .scroll-header-attributes .location {
    padding-left: 10px;
    padding-right: 10px;
  }

  .informations .product-number {
    padding-left: 10px;
    padding-right: 10px;
  }

  .informations .dropdown {
    padding: 0;
  }

  .informations .overview-buttons .btn-has-icon:not(.share-btn) {
    padding: 0 5px;
  }
}

/*Slider*/
.slider-wraper {
  padding: 0 15px;
}

.ui-slider-horizontal.ui-slider {
  margin: 0 10px;
  border: 1px solid #E3E9EC;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 4px;
}

.ui-slider .ui-widget-header {
  border: 1px solid #ff7754 !important;
  background: #ff7754 !important;
}

.ui-slider-horizontal.ui-slider .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
  top: -0.75em;
  margin-left: -0.75em;
}

.filter-content.price-range-filter .filter-title {
  padding-bottom: 20px;
  padding-right: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.range span {
  font-family: "Gilroy Medium";
  font-size: 14px;
  line-height: 18px;
  color: #0F3F62;
}

.selected-price-range {
  position: relative;
  padding: 15px 0;
}

  .selected-price-range .from,
  .selected-price-range .to {
    position: absolute;
    bottom: 20px;
    background-color: #FFFFFF;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.16);
    padding: 3px 6px;
    border-radius: 4px;
  }

    .selected-price-range .from::after {
      position: absolute;
      content: " ";
      display: block;
      width: 5px;
      height: 5px;
      border-width: 5px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      top: 100%;
      left: 17px;
    }

    .selected-price-range .from::before {
      position: absolute;
      content: " ";
      display: block;
      border-width: 5px;
      border-style: solid;
      border-color: rgba(0,0,0,0.16) transparent transparent transparent;
      top: 100%;
      left: 17px;
    }

    .selected-price-range .to::after {
      position: absolute;
      content: " ";
      display: block;
      width: 5px;
      height: 5px;
      border-width: 5px;
      border-style: solid;
      border-color: #fff transparent transparent transparent;
      top: 100%;
      right: 40%;
      margin-right: -10px;
    }

    .selected-price-range .to::before {
      position: absolute;
      content: " ";
      display: block;
      border-width: 5px;
      border-style: solid;
      border-color: rgba(0,0,0,0.16) transparent transparent transparent;
      top: 100%;
      right: 40%;
      margin-right: -10px;
    }

.filter-header {
  padding: 0 15px;
}

  .filter-header p {
    font-family: "Gilroy Bold";
    font-size: 16px;
    line-height: 22px;
    color: #0F3F62;
  }

.filter-title p {
  font-family: "Gilroy Bold";
  font-size: 16px;
  line-height: 22px;
}

.product-filter .filter-content {
  padding: 0 20px;
}

.product-filters .divider {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
  display: none;
}

.filter-content .divider {
  margin-left: 0;
  margin-right: 0;
  display: none;
}

@media (max-width: 767.98px) {
  .filter-header {
    display: none;
  }

  .html-search-page .page-header,
  html-category-page .page-header {
    padding: 0 30px 30px;
  }

  .filter {
    padding: 30px 0 0 !important;
    position: absolute;
    top: 75px;
  }

  .ui-slider-horizontal.ui-slider {
    margin: 0;
  }
}
/*Filter Chip List*/
.filter-chips-wrapper {
  display: none;
  background-color: #FFFFFF;
}

  .filter-chips-wrapper.show {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .filter-chips-wrapper .wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }

.filtered-options {
  display: flex;
  flex-flow: row wrap;
}

.filter-chips-wrapper .wrapper .btn-link {
  height: 42px;
  margin-top: 11px;
}

.filtered-options li {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  color: #ff7754;
  outline: none;
  border: 1px solid #FF7754;
  border-radius: 18px;
  font-family: "Gilroy Regular";
  font-size: 14px;
  padding: 8px 15px;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 11px;
  margin-top: 11px;
}

  .filtered-options li button {
    color: #ff7754;
    outline: none;
    border: none;
    padding: 0 5px;
    margin-left: 10px;
    background-color: transparent;
  }

    .filtered-options li button .icon-close {
      font-size: 8px;
      display: block;
    }

@media (max-width: 767.98px) {
  .search-chips {
    display: none;
  }

  .filter-chips-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: transparent;
  }

  .search-text,
  .results-text {
    display: none;
  }

  .filter-chips-wrapper.show {
    margin-bottom: 0;
    margin-top: 0;
  }

  .filter-chips-wrapper .wrapper {
    overflow-x: scroll;
  }

  .filtered-options {
    display: flex !important;
    flex-flow: row nowrap !important;
    overflow-x: scroll;
  }

    .filtered-options li {
      white-space: nowrap;
    }
}
/*Page Not Found*/
.not-found-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

  .not-found-page .panel-heading {
    width: 270px;
    height: 252px;
    padding: 0;
  }

  .not-found-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .not-found-page .page-body {
    width: 50%;
  }

  .not-found-page .topic-html-content {
    text-align: center;
    padding: 30px 0;
  }

.topic-html-content-body p {
  font-family: "Gilroy Medium";
  font-size: 16px;
  line-height: 23px;
}

  .topic-html-content-body p strong {
    margin-bottom: 10px;
    display: block;
  }

.not-found-page .button-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.html-not-found-page .footer {
  display: none;
}

@media (max-width: 767.98px) {
  .not-found-page .page-body {
    width: 100%;
  }

  .not-found-page {
    margin-top: 0;
    padding-bottom: 0 !important;
  }

  .not-found-page-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 25px 0;
  }

  .not-found-page .topic-html-content {
    padding: 20px 0 0;
  }

  .html-not-found-page .mobile-bottom-nav,
  .html-not-found-page .header.for-mobile {
    display: none !important;
  }

  .not-found-page .button-group {
    margin-top: 150px;
  }

  .not-found-page-header .btn {
    padding: 20px 10px;
  }

  .not-found-page .back-home-button {
    margin-bottom: 0 !important;
  }
}

@media (device-width: 375px) and (device-height: 667px) {
  .not-found-page .button-group {
    margin-top: 25%;
  }
}

/*Checkbox & Radio*/
label.radio-inline {
  font-family: "Gilroy Medium" !important;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

input[type="checkbox"] {
  position: absolute;
  left: -999em;
}

.checkbox-wrapper,
.radio-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.radio-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
}

  .radio-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

.radiomark {
  font-size: 16px;
  font-family: "Gilroy Medium";
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 0;
}

input[type="radio"]:checked ~ .radiomark {
  border: 1px solid #FF7754;
  border-radius: 50%;
}

.radiomark::after {
  content: '';
  position: absolute;
  display: none;
}

input[type="radio"]:checked ~ .radiomark::after {
  display: block;
}

.radio-wrapper .radiomark::after {
  width: 18px;
  height: 18px;
  background: #FF7754;
  top: 1px;
  left: 1px;
  border-radius: 50%;
}

.checkbox-wrapper {
  padding-top: 8px;
}

.radioboxes .radio-inline {
  width: 33%;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-left: 0;
}

.checkmark {
  position: relative;
}

input[type="checkbox"]:checked + .checkmark::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 8px;
  background: rgba(0, 0, 0, 0);
  top: 4px;
  left: 4px;
  border: 3px solid #FF7754;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type="checkbox"] + .checkmark::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
}

.basic-search input[type="checkbox"]:checked + .checkmark::after,
.advanced-search input[type="checkbox"]:checked + .checkmark::after {
  /*left: 20px;*/
  top: 17px;
}

.checkbox label {
  font-size: 16px;
  font-family: "Gilroy Medium" !important;
}

@media (max-width: 767.98px) {
  .basic-search input[type="checkbox"]:checked + .checkmark::after, .advanced-search input[type="checkbox"]:checked + .checkmark::after {
    top: 20px;
    left: 7px;
    width: 14px;
  }

  .basic-search input[type="checkbox"] + .checkmark::before,
  .advanced-search input[type="checkbox"] + .checkmark::before {
    border-radius: 50%;
    vertical-align: -38%;
    width: 26px;
    height: 26px;
  }

  .search-page .form-group label {
    font-family: "Gilroy Medium";
    font-size: 14px;
  }
}

/*Address Add*/
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

@media(max-width: 767.98px) {
  .account-page {
    margin-top: 0;
  }

  .html-address-edit-page [class^="col-"],
  .html-address-edit-page [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .address-edit-page.panel {
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }

  .html-address-edit-page .panel-heading {
    padding: 0 0 15px;
  }

  .address-edit-page .form-horizontal .form-group,
  .edit-address .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
  }

  /*  .edit-address {
    padding-left: 15px;
    padding-right: 15px;
  }

    .edit-address + .form-group {
      padding-left: 15px;
      padding-right: 15px;
    }*/
}

/*Homepage Autocomplete*/
.ui-autocomplete.ui-widget.ui-widget-content {
  width: 100% !important;
}

/*Homepage Search*/
.home-page-search .dropdown-menu {
  padding: 0;
  margin: 10px 0 0;
  border: none;
}

.home-page-search .bootstrap-select .dropdown-menu > li {
  padding: 0 20px;
}

  .home-page-search .bootstrap-select .dropdown-menu > li > a {
    padding: 19px 0;
    line-height: 21px;
    font-family: "Gilroy Medium";
  }

  .home-page-search .bootstrap-select .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }

  .home-page-search .bootstrap-select .dropdown-menu > li.selected > a {
    font-family: "Gilroy Semibold";
  }

/*Homepage Products*/
.home-features {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 999;
  background-color: #F8F8FA;
  width: 100%;
}

.return-home {
  padding: 0;
  margin-top: 10px;
  color: #0F3F62;
}

.features-mobile-navbar {
  padding: 20px 10px;
}

  .features-mobile-navbar .nav-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
  }

.features-text {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

.home-features .item-box.product-grid {
  padding: 0 30px;
  height: auto !important;
  margin-bottom: 20px;
  position: relative;
}

.home-features .thumbnail {
  width: 100%;
  margin: 0;
}

.home-features .item-box .product-item .tags {
  bottom: 20px;
  height: 20px;
}

.home-features .button-wishlist {
  position: absolute;
  right: 40px;
  top: 10px;
  z-index: 2;
  background: #FFF;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

  .home-features .button-wishlist button {
    padding: 7px 5px !important;
    width: 28px;
    height: 28px;
  }

    .home-features .button-wishlist button span {
      font-size: 14px;
      display: block;
      width: 16px;
      height: 14px;
    }

    .home-features .button-wishlist button .icon-heart-filled:before {
      color: #F93030 !important;
      content: "\e91d" !important
    }

.home-features .item-box .prices span {
  line-height: 21px;
  font-size: 16px;
  font-family: "Gilroy Medium";
  color: #FF7754;
  display: inline-block;
  width: auto;
}

.home-features .item-box .product-item .product-title a {
  display: block;
  -webkit-box-orient: initial;
  text-align: left;
}

.home-page .title.sub-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

  .home-page .title.sub-title strong {
    display: block;
    padding: 0;
  }

@media(max-width: 767.98px) {
  .home-features .thumbnail .caption {
    width: 100%;
    position: relative;
  }

  .home-features .item-box.product-grid .prices {
    display: flex;
    padding: 0 12px 12px;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    flex-grow: 1;
    width: 100%;
  }

  .home-page .title.sub-title .btn {
    padding: 10px 0;
  }

  .features-mobile-navbar {
    padding: 20px;
  }
}

@media(min-width: 1024px) and (max-width: 1365.98px) {
  .home-page .title.sub-title .btn {
    margin-left: -20px;
  }
}

.all-featured-products {
  padding-top: 100px;
}

  .all-featured-products .item-box .product-item .picture {
    width: 294px;
  }

  .all-featured-products .caption {
    width: 70%;
    margin-left: 20px;
  }

  .all-featured-products .tags {
    position: static !important;
  }

@media(min-width: 768px) {
  .home-features .item-box.product-grid {
    padding: 30px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #EEEEEE;
  }

  .all-featured-products .products-panel {
    padding: 0 30px;
  }

  .all-featured-products .product-item .prices {
    padding-left: 7px;
  }
}

/*.html-registration-page .master-column-wrapper,
.html-registration-page master-wrapper-content {
  height: 100vh;
}*/
/*Dialog for Guideline*/
.dialog-for-guideline {
  height: 75vh !important;
  min-height: auto !important;
  top: 12.5vh !important;
  overflow-y: auto;
  border-radius: 10px !important;
}

  .dialog-for-guideline::-webkit-scrollbar {
    display: none;
  }

/* Hide scrollbar for IE, Edge and Firefox */
.dialog-for-guideline {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

  .dialog-for-guideline .page.topic-page {
    align-items: flex-start;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .dialog-for-guideline .ui-dialog-titlebar {
    padding: 0;
    position: initial;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 30px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .dialog-for-guideline .ui-dialog-titlebar-close {
    position: initial;
  }

  .dialog-for-guideline .ui-dialog-content {
    padding: 0 30px 30px;
    position: initial;
    max-height: 100% !important;
  }

  .dialog-for-guideline .panel-heading {
    padding: 0 !important;
  }

  .dialog-for-guideline .page-body {
    padding: 0;
    padding-top: 30px !important;
  }

@media(max-width: 767.68px) {
  .dialog-for-guideline {
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .html-registration-page .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    top: 0 !important;
    right: 0 !important;
  }

  .page.topic-page .page-title.panel-heading {
    padding: 0;
  }

  .dialog-for-guideline .ui-dialog-titlebar {
    justify-content: flex-start;
  }
}
/*Product Specification String*/
.list-group-item-heading,
.list-group-item-text {
  flex-basis: 100%;
  font-size: 14px;
  line-height: 16px;
}

.list-group-item-heading {
  color: #0F3F62;
  font-family: "Gilroy Semibold";
}

.accordion-container .list-item:nth-child(even) {
  background-color: #FAFAFC;
}

.accordion-container .list-item:last-child {
  border-bottom: none;
}
/* Create Bulk List*/
.bulk-list-panel-body {
  padding: 20px;
}

.bulk-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bulk-list-panel-body {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.bulk-list-title {
  font-family: "Gilroy Bold";
  font-size: 14px;
  line-height: 22px;
  color: #0F3F62;
  text-align: center;
}

.bulk-list-text {
  font-family: "Gilroy Medium";
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

  .bulk-list-text .btn-link {
    font-family: "Gilroy Bold";
    font-size: 14px;
    text-decoration: underline;
  }

.file-upload-wrapper {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
}

  .file-upload-wrapper .file {
    display: none;
  }

  .file-upload-wrapper .file-upload-btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6EFFB;
    padding: 10px 20px;
  }

.file-upload-btn .text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

  .file-upload-btn .text .btn-text {
    font-family: "Gilroy Medium";
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
  }

.file-upload-btn .icon-chevron-right {
  font-size: 12px;
  display: block;
}

.bulk-list-actions {
  margin-top: 100px;
}

  .bulk-list-actions .btn-default {
    width: 100%;
  }

  .bulk-list-actions .uploaded-file {
    display: none;
  }

.file-upload-hidden {
  display: none !important;
}

.bulk-list-actions .uploaded-file.show {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E6EFFB;
  padding: 10px 20px;
  margin-bottom: 0;
}

.bulk-list-actions .btn-delete {
  padding: 0;
}

.uploaded-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #FAFAFC;
  border: 1px solid #E6EFFB;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

  .uploaded-item .listing-content {
    display: flex;
    flex-flow: row wrap;
  }

  .uploaded-item .listing-name {
    margin-left: 10px;
  }

    .uploaded-item .listing-name .name {
      font-family: "Gilroy Regular";
      font-size: 16px;
      line-height: 22px;
    }

.status p {
  font-family: "Gilroy Bold";
  font-size: 12px;
  line-height: 16px;
}

.status .success {
  color: #24E230;
}

.status .failed {
  color: #F64E60;
}

.status-icons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.refresh-icon {
  margin-left: 10px;
}

.content-header {
  padding: 30px 0;
}

@media(max-width: 767.98px) {
  .bulk-list-img {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 30px;
  }

    .bulk-list-img img {
      width: auto;
      height: auto;
    }

  .create-list-page {
    margin-bottom: 100px;
  }
}

@media(min-width: 768px) and (max-width: 1023.98px) {
  .uploaded-item .listing-content {
    width: 75%;
  }

  .uploaded-item .listing-name {
    width: 83%;
  }

  .property-create-list-panel .form-button-wrapper .btn,
  .vehicle-create-list-panel .form-button-wrapper .btn {
    width: 33.33%;
  }
}
/*Progress Bar*/
.progress {
  background-color: #E6EFFB;
  border-radius: 50px;
  height: 4px;
  box-shadow: none;
  margin-bottom: 0;
  backdrop-filter
}

.progress-bar {
  background-color: #90A8C7;
  box-shadow: none;
}

/*Container, Row, Cols*/


@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 760px !important;
  }
}

/*Panels*/
@media (min-width:768px) and (max-width: 1365.98px) {
  .panel-body {
    padding: 15px;
  }

  .html-account-page .panel-body,
  .html-wishlist-page .panel-body {
    padding: 0 30px 30px;
  }
}
/*Account Activation*/
.html-account-activation-page .master-column-wrapper {
  height: 100vh;
  margin-bottom: 50px;
}

.account-activation-page .panel {
  width: 40%;
  margin: auto;
}

.account-activation-page .panel-heading {
  justify-content: center;
}

.account-activation-page h2 {
  font-family: 'Gilroy Regular';
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}

.account-activation-page strong {
  font-weight: 600;
}

.account-activation-page .panel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.account-activation-page .panel-footer {
  background-color: transparent;
  border-top: none;
  border-radius: 0 !important;
  padding: 30px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
}

.account-activation-page .btn.btn-primary {
  width: 75%;
}

.account-activation-page h6 {
  font-family: "Gilroy Semibold";
  font-size: 16px;
  line-height: 22px;
  color: #0F3F62;
}

@media(max-width: 767.98px) {

  .account-activation-page .panel {
    width: 100%;
    margin-top: 50px;
  }

  .html-account-activation-page .mobile-bottom-nav {
    display: none !important;
  }
}
/*Password Recovery*/
.html-password-recovery-page .master-column-wrapper {
  height: 99vh;
}

.password-recovery-page {
  width: 50%;
  margin: 0 auto;
}

  .password-recovery-page .form-element {
    flex-basis: 100%;
    padding-right: 0;
  }

  .password-recovery-page .panel-heading h1 {
    width: 100%;
    margin-top: 15px;
  }

  .password-recovery-page .panel > .panel-heading {
    padding: 30px 15px 15px;
  }

@media(max-width: 767.98px) {
  .password-recovery-page {
    width: 100%;
    margin-top: 50px;
  }

  .html-password-recovery-page .mobile-bottom-nav {
    display: none !important;
  }

  .password-recovery-page .go-back-button {
    top: 75px;
    left: 40px;
  }

  .password-recovery-page .panel > .panel-heading {
    padding: 50px 30px 30px;
  }

  .password-recovery-page .alert {
    margin-bottom: 30px;
  }

  .password-recovery-page .form-element {
    padding-bottom: 50px;
  }
}
/*Menu*/
.inner-option.service h2 {
  width: 70%;
}

.icons {
  width: 125px;
  height: 125px;
  background-position: center;
  background-repeat: no-repeat;
}

  .icons.property-icons {
    background-image: url("../images/Property-Icon.png");
    background-size: 75px;
  }

  .icons.vehicle-icons {
    background-image: url("../images/Vehicle-Icon.png");
    background-size: contain;
  }

  .icons.appstore-icon {
    background-image: url("../images/appstore-landing.png");
    background-size: contain;
  }

  .icons.playstore-icon {
    background-image: url("../images/playstore-landing.png");
    background-size: contain;
  }

@media (max-width: 767.98px) {
  .icons {
    width: 75px;
    height: 75px;
  }

    .icons.property-icons {
      background-size: 50px;
    }

    .icons.vehicle-icons {
      background-size: 75px;
    }

  .inner-option.service {
    align-items: center;
  }

  .inner-option p {
    width: 65%;
  }
}

@media(min-width: 1024px) and (max-width: 1199.98px) {
  .inner-nav {
    margin-top: 20px;
    flex-basis: 100%;
  }

  .inner-option.service {
    margin-right: 10px;
    margin-bottom: 0;
    flex-basis: 24%;
  }

    .inner-option.service h2 {
      font-size: 20px;
      line-height: 28px;
    }

  .nav-heading {
    flex-basis: 25%;
  }

  .inner-nav.tools,
  .inner-nav.languages {
    flex-basis: 75%;
  }
}

@media(min-width: 1024px) and (max-width: 1123.98px) {

  .inner-option.service h2 {
    width: 60%;
  }
}

@media (min-width: 1366px) and (max-width: 1919.98px) {
  .inner-option.service {
    flex-basis: 25%;
  }
}

@media (min-width: 1726px) {
  .inner-option.service h2 {
    width: 70%;
  }
}

@media (min-width: 1909px) {
  .inner-option.service h2 {
    width: 65%;
  }
}
/*Footer */
.social-wrapper li a {
  font-size: 13px;
  line-height: initial;
  padding: 6px 3px;
}

  .social-wrapper li a [class*=" icon-"] {
    display: block;
    font-size: 14px;
    width: 20px;
    height: auto;
  }

.social-wrapper li.youtube a [class*=" icon-"] {
  font-size: 12px;
}

.social-wrapper .inner-option a {
  background: #FFE4DD;
  color: #fff;
  float: left;
  font-size: 16px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px;
}

.social-medias .social-wrapper .inner-option a {
  width: 40px;
  height: 40px;
  padding: 8px;
}

.social-medias .social-wrapper li a [class*=" icon-"] {
  font-size: 24px;
}

.social-wrapper .inner-option a [class*=" icon-"] {
  width: auto;
}

.mobile-app .img-icon {
  width: 46px;
  height: 42px;
}

  .mobile-app .img-icon img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

.footer-middle .mobile-app .form-group {
  width: 210px;
}

.footer-middle .mobile-app .btn-has-icon {
  width: 100%;
  justify-content: stretch;
}

  .footer-middle .mobile-app .btn-has-icon span {
    flex-basis: 70%;
  }

  .footer-middle .mobile-app .btn-has-icon a {
    color: #FF7754;
  }

@media(min-width: 768px) and (max-width: 1023.98px) {
  .footer-middle .contact-wrapper {
    flex-basis: 41.67%;
  }

  .footer-middle .information {
    flex-basis: 33.33%;
  }

  .footer-middle .our-services {
    flex-basis: 25%;
  }

  .footer-middle .mobile-app {
    flex-basis: 50%;
    align-items: center;
  }

  .footer-middle .privacy {
    flex-basis: 50%;
    justify-self: center;
  }

  .footer-middle .social-wrapper {
    margin-top: 30px;
  }
}
/*Topics*/
.topic-page .panel-heading {
  padding: 20px 30px;
}

.topic-page span[data-ccp-props] {
  display: none;
}

.topic-page strong {
  font-size: 16px;
  display: block;
  line-height: 22px;
}

.topic-page p {
  margin-bottom: 10px;
}
/*Loans*/
.file-upload.invisible {
  display: none;
}

.loan-section {
  background-image: url("/Themes/Maarifa/Content/images/loan-image.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

.loan-application-form {
  padding: 0 15px;
}

  .loan-application-form .basic-hund {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .loan-application-form .calculator-result-title {
    text-align: center
  }

  .loan-application-form .go .btn {
    padding: 0;
    width: 30px;
    height: 30px;
  }

  .loan-application-form .content-title {
    font-family: "Gilroy Medium";
    color: #90A8C7;
  }

.calculator-result-title {
  font-size: 18px;
  color: #000;
  font-family: "Gilroy Medium";
  line-height: 22px;
}

.calculator-result {
  color: #ff7754;
  font-size: 28px;
}

.calculatorField {
  padding: 20px 0 50px;
}

.form-elements-vertical {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

  .form-elements-vertical .form-element {
    flex-basis: 100%;
    width: 100%;
    padding-right: 20px;
  }

    .form-elements-vertical .form-element:last-of-type {
      padding-bottom: 0;
    }

  .form-elements-vertical label.control-label {
    line-height: 19px;
  }

  .form-elements-vertical .form-element.results {
    flex-basis: 90%;
    width: 90%;
    align-self: center;
    text-align: center;
    border-bottom: 1px solid rgb(230,239,251);
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 5px;
  }

    .form-elements-vertical .form-element.results:first-of-type {
      padding-top: 0;
    }

.loan-application-form .form-button-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.application-form-modal.show {
  display: block;
  overflow-y: scroll;
}

.application-form-modal .modal-dialog {
  width: 75%;
}

.application-forms-container {
  display: flex;
  flex-flow: row nowrap;
}

.application-forms {
  flex-basis: 70%;
  padding: 20px 30px 55px;
}

  .application-forms h3 {
    text-align: center;
    font-size: 20px;
  }

  .application-forms .file-upload {
    align-self: flex-end;
  }

.confirmations {
  flex-basis: 30%;
  background-color: rgba(255,119,84, 0.05);
  padding: 40px 30px 55px;
}

  .confirmations .form-element {
    flex-basis: 100%;
  }

  .confirmations label {
    margin-bottom: 0;
  }

    .confirmations label.margin {
      margin-top: 20px;
    }

  .confirmations ol {
    margin-top: 20px;
  }

  .confirmations li {
    list-style: decimal;
    font-family: "Gilroy Medium";
    font-size: 16px;
    margin-left: 40px;
  }

  .confirmations .checkbox-wrapper {
    display: flex;
  }

  .confirmations label:not(.checkbox-wrapper) {
    margin-left: 25px;
  }

.application-forms-container .form-button-wrapper {
  padding-top: 150px;
  justify-content: center;
}

  .application-forms-container .form-button-wrapper .btn {
    flex-basis: 75%;
  }

.confirmations input[type="checkbox"]:checked + .checkmark::after {
  border: 3px solid rgb(38,209,118);
  border-top: none;
  border-right: none;
  top: 7px;
}

.confirmations input[type="checkbox"]:checked + .checkmark::before {
  border-radius: 2px;
}

.sections {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6EFFB;
}

  .sections:last-of-type {
    border-bottom: none;
  }

.application-forms-container textarea {
  height: 150px;
}

.application-form-modal .loan-application-form {
  padding: 0;
}

.application-form-modal .date-of-birth select {
  flex-basis: 33%;
  background-color: #fff;
}

.application-form-modal .date-of-birth .date-birth-text {
  flex-basis: 100%;
}

.application-form-modal .form-element.genders, .application-form-modal .form-element.birthday {
  flex-basis: 50%
}

.application-form-modal .form-element.genders {
  align-self: flex-end;
}

.application-form-modal .form-element.birthday {
  padding-right: 15px;
}

.application-form-modal .form-elements {
  width: 100%;
}

@media (max-width:767.98px) {
  .loan-application-form .calculator-result {
    text-align: center;
    margin-bottom: 15px;
  }

  .calculatorField {
    padding: 0 0 30px;
  }

  .loan-section {
    background-image: none;
  }

  .loan-application-form {
    padding: 15px;
    min-height: 800px;
  }

    .loan-application-form .form-button-wrapper {
      padding-top: 30px;
      padding-bottom: 0;
    }

    .loan-application-form .form-container {
      display: flex;
      flex-direction: column-reverse;
    }

    .loan-application-form .form-elements {
      justify-content: center;
    }

    .loan-application-form .application-forms-container .form-elements {
      justify-content: initial;
    }

  .application-forms-container .form-elements-vertical:nth-of-type(2) {
    flex-basis: 100%;
  }

  .form-elements-vertical .form-element {
    padding-right: 0;
  }

  .form-elements-vertical {
    flex-basis: 100%;
    margin-top: 20px;
  }

    .form-elements-vertical:nth-of-type(2) {
      flex-basis: 75%;
    }

  .loan-application-form .content-title {
    font-size: 12px;
  }

  .loan-application-form .form-button-wrapper .btn {
    width: 75%;
  }

  .application-form-modal {
    background-color: #FAFAFC !important;
  }

    .application-form-modal .loan-application-form {
      padding: 0;
    }

    .application-form-modal .modal-dialog {
      width: 100%;
      margin: 0;
    }

    .application-form-modal .modal-content {
      border-radius: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
    }

  .application-forms,
  .confirmations {
    flex-basis: 100%;
    background-color: #FAFAFC !important;
  }

  .application-forms {
    padding: 10px 30px 0;
  }

  .confirmations {
    padding: 0 30px 30px;
  }

  .application-forms-container {
    flex-flow: row wrap;
  }

    .application-forms-container .form-button-wrapper {
      padding-top: 20px;
    }

  .confirmations label,
  .confirmations li {
    font-size: 14px;
  }

    .confirmations label:not(.checkbox-wrapper) {
      margin-left: 26px;
    }

  .confirmations li {
    margin-left: 41px;
  }

  .loan-application-form input[type="checkbox"] + .checkmark::before {
    vertical-align: middle;
  }

  .application-forms h3 {
    text-align: left;
  }

  .loan-application-form .go {
    background-color: #FAFAFC !important;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .loan-application-form .icon-left {
    color: #000;
  }

  .application-form-modal .date-of-birth select {
    flex-basis: 25%;
  }

    .application-form-modal .date-of-birth select:nth-of-type(2) {
      flex-basis: 45%;
    }

  .application-form-modal .form-element.genders {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .loan-section {
    background-image: none;
  }

  .application-forms-container {
    flex-flow: row wrap;
  }

  .application-forms,
  .confirmations {
    flex-basis: 100%;
  }

  .application-form-modal {
    overflow-y: hidden;
  }

    .application-form-modal .modal-dialog {
      width: 75%;
    }

    .application-form-modal .modal-content {
      height: 750px;
      overflow-y: scroll;
    }

  .application-forms {
    padding: 30px 30px 0;
  }

  .application-forms-container .form-button-wrapper {
    padding-top: 50px;
  }

  .loan-application-form .form-button-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-elements-vertical {
    flex-basis: 100%;
  }

  .calculatorField {
    padding: 0 0 30px;
  }

  .loan-application-form .form-button-wrapper {
    justify-content: center;
    padding-right: 0;
  }

  .loan-application-form .btn {
    width: 75%;
  }
}

@media(min-width:1024px) and (max-width: 1365.98px) {
  .application-form-modal .modal-dialog {
    width: 92%;
  }

  .application-forms {
    flex-basis: 70%;
    padding: 20px 15px 55px;
  }

  .confirmations {
    flex-basis: 30%;
    padding: 40px 15px 55px;
  }

  .loan-section {
    background-size: 270px;
  }

  .confirmations .control-label,
  .confirmations label {
    font-size: 14px;
    line-height: 19px;
  }

  .confirmations li {
    font-size: 14px;
    line-height: 19px;
  }
}

@media(min-width: 1366px) and (max-width: 1799.98px) {
  .application-form-modal .modal-dialog {
    width: 85%;
  }
}

/*Swal Alert*/
.swal2-actions {
  margin: 0 !important;
  width: 100% !important;
}

.swal2-styled.swal2-confirm.btn.btn-primary {
  background-color: #ff7754 !important;
  font-size: 16px !important;
  border-radius: 24px !important;
  margin: 0 !important;
  width: 250px !important;
  margin-top: 50px !important;
  opacity: 1 !important;
}

.swal2-icon.swal2-success.success-popup-icon {
  width: 230px !important;
  height: 210px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/Group 75781.png") !important;
  border: none !important;
  border-radius: 0 !important;
  background-size: contain !important;
}

.swal2-icon.error-popup-icon {
  width: 230px !important;
  height: 210px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-image: url("../images/error-icon.png") !important;
  border: none !important;
  border-radius: 0 !important;
  background-size: contain !important;
}

.swal2-icon div,
.swal2-icon span {
  display: none !important;
}

.swal2-title {
  font-family: "Gilroy Semibold" !important;
  font-size: 24px !important;
  color: #0F3F62 !important;
}

.swal2-html-container {
  font-family: "Gilroy Medium" !important;
  font-size: 16px !important;
}

.swal2-container {
  z-index: 10001 !important;
}

@media (max-width: 767.98px) {
  .swal2-container {
    padding: 0 !important;
    grid-template-columns: 0 1fr 0 !important;
    grid-template-rows: 0 1fr 0 !important;
    padding: 0 !important;
    grid-template-areas: initial !important;
  }

  .swal2-popup.modal-dialog {
    margin: 0 !important;
    grid-template-rows: 300px max-content max-content !important;
    grid-template-columns: 1fr !important;
    height: 100vh !important;
    min-width: 100% !important;
    border-radius: 0 !important;
  }

  .swal2-title {
    padding: 20px;
  }

  .swal2-container.swal2-center > .swal2-popup {
    align-self: self-start !important;
    grid-column: 1;
    grid-row: 1;
  }
}
/*Notification*/
@media (max-width:767.98px) {
  .bar-notification p.content {
    padding: 60px 25px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .bar-notification .close {
    top: 60px;
  }
}
/*Mobile Social Media Links*/
.social-medias {
  position: absolute;
  right: 20px;
  bottom: 50px;
}
/*New badge*/
.new-products {
  display: none;
}

@media(max-width: 767.98px) {
  .new-products {
    display: none;
  }

  .recent-listing .new-products {
    display: block;
    position: absolute;
    left: 2px;
    border-radius: 5px;
    z-index: 9;
  }

  .new-products .badge {
    background-image: url("../images/NewBackground.png");
    background-color: transparent;
    padding: 14px 5px 5px !important;
    color: #ff7754;
  }

  .home-page-product-grid .owl-item:first-child .new-products {
    left: 0;
  }

  .home-features-slider {
    margin-left: -10px;
  }
}

/*Cookies*/
.buttons-more {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

  .buttons-more.buttons-wrapper {
    margin-top: 50px;
  }

.decline {
  margin-left: 20px;
}

.buttons-more.buttons-wrapper .btn {
  min-width: 110px;
}

.learn-more {
  color: #000 !important;
  margin-top: 20px;
}

.eu-cookie-bar-notification .text {
  font-family: "Gilroy Medium";
  font-size: 16px;
  line-height: 21px;
}

.eu-cookie-bar-notification {
  border: none;
  border-radius: 20px;
  background-color: #fff !important;
  padding: 30px;
  margin: 0 auto;
  left: 36%;
  width: 375px;
  top: 30%;
}
/* iphone 6,6s,7,8*/
@media(device-width:375px) and (device-height: 667px) {
  .eu-cookie-bar-notification {
    top: 20% !important;
  }

  .html-landing-page .eu-cookie-bar-notification {
    top: 25% !important;
  }
}
/* iphone 11,x*/
@media(device-width:375px) and (device-height: 812px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* iphone 11 pro,x*/
@media(device-width:375px) and (device-height: 812px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* iphone 12,12 pro,13,13 pro,14*/
@media(device-width:390px) and (device-height: 844px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* iphone 11 pro max,pro x*/
@media(device-width:414px) and (device-height: 896px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* iphone 12 pro max,13 pro max, 14 promax*/
@media(device-width:428px) and (device-height: 926px) {
  .eu-cookie-bar-notification {
    top: 31% !important;
  }
}
/* iphone 12 pro mini,13 pro mini*/
@media(device-width:360px) and (device-height: 780px) {
  .eu-cookie-bar-notification {
    top: 25% !important;
  }
}

/* samsung etc.*/
@media(device-width:360px) and (device-height: 800px) {
  .eu-cookie-bar-notification {
    top: 27% !important;
  }
}
/* samsung s20+, s21+.*/
@media(device-width:380px) and (device-height: 854px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* samsung etc.*/
@media(device-width:412px) and (device-height: 915px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}
/* samsung a51/a71.*/
@media(device-width:412px) and (device-height: 914px) {
  .eu-cookie-bar-notification {
    top: 28% !important;
  }
}

@media(max-width: 767.98px) {
  .eu-cookie-bar-notification {
    width: auto;
    top: 28%;
    /* bottom: 30%; */
    max-height: 100%;
    margin: 0 auto;
    left: 30px;
    right: 30px;
    padding: 30px 20px;
  }

    .eu-cookie-bar-notification .text {
      font-size: 14px;
      line-height: 18px;
    }

    .eu-cookie-bar-notification .buttons-more.buttons-wrapper {
      margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 819.98px) {
  .eu-cookie-bar-notification {
    top: 30%;
    left: 25%;
    max-height: 100%;
  }
}

@media (min-width: 820px) and (max-width: 1023.98px) {
  .eu-cookie-bar-notification {
    top: 20%;
    left: 32%;
    max-height: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .eu-cookie-bar-notification {
    top: 30%;
    left: 25%;
    max-height: 100%;
  }
}

@media(min-width:1440px) and (max-width: 1679.98px) {
  .eu-cookie-bar-notification {
    left: 37%;
  }
}

@media(min-width:1680px) {
  .eu-cookie-bar-notification {
    left: 39%;
  }
}
/*GDPR*/
@media (max-width: 767.98px) {
  .gdpr-tools-page .hide-in-desktop {
    display: block;
  }

  .gdpr-tools-page .hide-in-mobile {
    display: none;
  }

  .gdpr-tools-page .page-title {
    margin-top: 55px;
  }

  .gdpr-tools-page .go-back-button {
    left: 0;
  }

  .gdpr-tools-page .fieldset {
    margin-bottom: 30px;
  }
}

/*Banner*/

.full-width-banner {
    margin-bottom: 80px;
}
.full-width-banner.banner-desktop {
    display: block;
}
  .full-width-banner.banner-mobile {
    display: none
  }
/*.full-width-banner .banner {
    height: 273px;
}*/

.banner img {
    width:100%!important;
    height: 100%;
    /*object-fit: cover!important;*/
    border-radius: 10px;
}
@media (max-width: 767.98px) {
  .full-width-banner.banner-desktop {
    display: none
  }

  .full-width-banner.banner-mobile {
    display: block;
    margin-bottom: 0;
    margin-top: 40px;
  }

 /* .full-width-banner .banner {
    height: 320px;
  }*/
}