/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.footer-menu ul, .navigation ul, .language-select__body ul, .portrait-menu ul, .icon-list, .loginDetails__list {
  margin: 0;
  padding: 0;
  list-style: none; }

a, .navigation .navigation__sub-menu, .mini-menu__actions, .colorSelect__body, .language-select__body, .searchMain, .portrait {
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1); }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  background-color: #F5F5F5;
  margin: 0; }

a {
  color: #919191;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #40A629;
    text-decoration: none; }

.badge {
  white-space: normal; }

.hidden-el {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0; }

input[type="radio"].hidden-el {
  opacity: 0; }

.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.alert-danger {
  color: #721c24; }

.alert-success {
  color: #155724; }

.alert-warning {
  color: #856404; }

.small-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .small-gutters > .col,
  .small-gutters > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

.extra-small-gutters {
  margin-right: -0.3rem;
  margin-left: -0.3rem; }
  .extra-small-gutters > .col,
  .extra-small-gutters > [class*="col-"] {
    padding-right: 0.3rem;
    padding-left: 0.3rem; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.app {
  overflow: hidden; }

.container {
  max-width: 1800px; }

.container-block {
  max-width: 1570px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto; }
  .container-block__inner {
    padding: 15px 15px 30px; }
    @media screen and (min-width: 992px) {
      .container-block__inner {
        padding: 15px 35px 50px; } }

.inner--box {
  padding: 15px; }
  @media screen and (min-width: 992px) {
    .inner--box {
      padding: 15px 35px; } }

.container--medium {
  max-width: 1570px; }
  @media screen and (min-width: 1200px) {
    .container--medium {
      padding-left: 35px;
      padding-right: 35px; } }

.block--small {
  max-width: 1140px;
  margin: 0 auto; }

.block--dismantler {
  max-width: 1040px;
  margin: 0 auto; }

.bg-white {
  background-color: #fff; }

.block-shadow {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.04); }

.icon-links {
  display: flex;
  align-items: center; }
  .icon-links .icon-link {
    margin-right: 15px; }
    .icon-links .icon-link:last-child {
      margin-right: 0; }

.icon-link {
  display: flex;
  align-items: center;
  padding: 5px 0; }
  .icon-link__icon {
    margin-right: 10px; }
  .icon-link a:hover, .icon-link a:focus {
    color: #40A629; }

.mixed-link {
  display: flex;
  align-items: center;
  padding: 5px 0; }
  .mixed-link__text {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding-right: 5px; }
  .mixed-link__link {
    font-size: 15px;
    font-weight: bold;
    color: #40A629;
    padding-right: 10px; }
    .mixed-link__link:hover, .mixed-link__link:focus {
      text-decoration: underline; }

b, strong {
  font-weight: bold; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.header {
  background-color: #fff;
  padding: 8px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 0; } }
  .header__logo img {
    display: block;
    height: auto;
    max-width: 210px;
    width: 100%; }
  .header__actions {
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px; }

.has-notifications {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FF4856;
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 2;
  pointer-events: none; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.footer {
  background-color: #fff; }
  .footer .footer-main {
    padding: 0; }
  .footer .footer-copyrights {
    padding: 10px 0 20px; }

.footer-logo {
  text-align: left; }
  @media screen and (min-width: 768px) {
    .footer-logo {
      text-align: right; } }

.copyrights {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #919191; }

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px; }
  .footer-menu ul li {
    padding: 5px 10px; }
    .footer-menu ul li a {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      color: #919191; }
      .footer-menu ul li a:hover, .footer-menu ul li a:focus {
        color: #40A629; }
      .footer-menu ul li a.active {
        color: #40A629; }

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright 2022 Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.main {
  padding-top: 45px;
  padding-bottom: 150px;
  min-height: 500px;
  position: relative;
  /*z-index: 1;*/ }

.extra-ppading {
  padding-top: 30px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
@media screen and (max-width: 767px) {
  .navigation {
    display: none; } }
.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navigation ul li {
    padding: 0 5px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .navigation ul li {
        padding: 0 10px; } }
    .navigation ul li:hover .navigation__sub-menu, .navigation ul li:focus .navigation__sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .navigation ul li a {
      display: inline-block;
      padding: 10px 5px;
      font-size: 14px;
      font-weight: 500;
      color: #000;
      border-bottom: 4px solid transparent; }
      @media screen and (min-width: 768px) {
        .navigation ul li a {
          font-size: 15px;
          padding: 27px 10px;
          border-bottom: 8px solid transparent; } }
      .navigation ul li a:hover, .navigation ul li a:focus {
        color: #40A629;
        border-color: #40A629; }
      .navigation ul li a.active {
        color: #40A629;
        border-color: #40A629; }
.navigation .navigation__sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  .navigation .navigation__sub-menu li {
    display: block; }
    .navigation .navigation__sub-menu li a {
      display: block;
      padding: 10px 10px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.main-header {
  margin-bottom: 30px; }
  .main-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .main-header__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    margin-right: 20px; }
  .main-header__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
  .main-header__actions {
    margin-left: auto; }
  .main-header__img-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden; }
    .main-header__img-wrap img {
      display: block;
      width: 100%;
      height: auto; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.mini-menu__actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 991px) {
    .mini-menu__actions {
      position: absolute;
      top: 101%;
      right: 0;
      z-index: 99;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); }
      .mini-menu__actions.opened {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
  @media screen and (max-width: 991px) {
    .mini-menu__actions--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media screen and (max-width: 767px) {
    .mini-menu__actions .btn {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.page-header {
  display: block;
  margin-bottom: 20px; }

/*!
 *
 *  * NOTICE OF LICENSE
 *  *
 *  * This source file is subject to the Academic Free License (AFL 3.0)
 *  *
 *  *  @author    Afternet <info@afternet.gr>
 *  *  @copyright 2022 Afternet
 *  *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *
 */
.dropdown-toggle::after {
  margin-left: 20px; }

.page-link:focus,
.accordion-button:focus,
.btn:focus,
.btn:active,
.btn-close:focus,
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none; }

.btn {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 24px; }
  .btn:focus {
    outline: none;
    box-shadow: none; }

.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center; }

.btn-icon-left svg {
  margin-right: 17px; }

.btn-icon-right svg {
  margin-left: 17px; }

.btn-primary {
  padding: 10px 24px;
  background-color: #40A629; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #307d1f; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #40A629; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #307d1f;
    border-color: #307d1f; }

.btn-secondary {
  padding: 10px 24px;
  background-color: #E3E3E3;
  color: #6D6E79; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #cacaca; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #6D6E79;
    background-color: #E3E3E3; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #6D6E79;
    background-color: #cacaca;
    border-color: #cacaca; }

.btn-empty {
  background-color: transparent; }
  .btn-empty:hover, .btn-empty:focus {
    background-color: #F2F2F2; }
  .btn-empty.active {
    background-color: #F2F2F2; }

.btn-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.121' height='9.414' viewBox='0 0 6.121 9.414'%3E%3Cpath d='M0,0,4,4,8,0' transform='translate(0.707 8.707) rotate(-90)' fill='none' stroke='%23fff' stroke-width='2'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 85% 50%;
  padding-right: 40px; }

.btn-login {
  padding: 10px 38px; }

.btn-grey {
  background-color: #F2F2F2;
  color: #000; }
  .btn-grey:hover, .btn-grey:focus {
    background-color: #d9d9d9;
    color: #000; }
  .btn-grey.disabled, .btn-grey:disabled {
    color: #000;
    background-color: #F2F2F2; }
  .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active {
    color: #000;
    background-color: #d9d9d9;
    border-color: #d9d9d9; }

.btn-square {
  padding: 10px; }
  @media screen and (min-width: 768px) {
    .btn-square {
      padding: 12px; } }
  .btn-square svg {
    margin: 0 auto; }

.btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0; }

.btn-login-mobile,
.btn-notifications-mobile,
.btn-search,
.btn-menu {
  background-color: #fff;
  padding: 10px 8px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .btn-login-mobile,
    .btn-notifications-mobile,
    .btn-search,
    .btn-menu {
      padding: 10px 14px; } }
  .btn-login-mobile svg,
  .btn-notifications-mobile svg,
  .btn-search svg,
  .btn-menu svg {
    margin: 0 auto; }
  .btn-login-mobile:hover, .btn-login-mobile:focus,
  .btn-notifications-mobile:hover,
  .btn-notifications-mobile:focus,
  .btn-search:hover,
  .btn-search:focus,
  .btn-menu:hover,
  .btn-menu:focus {
    background-color: #e6e6e6; }

.btn-subscribe {
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #40A629;
  padding: 14px 14px; }
  .btn-subscribe svg {
    margin-left: 10px;
    margin-right: 0; }
  .btn-subscribe:hover, .btn-subscribe:focus {
    background-color: #e6e6e6;
    color: #40A629; }

.btn-join-now {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #40A629;
  padding: 14px 38px; }
  .btn-join-now svg {
    margin-left: 10px;
    margin-right: 0; }
  .btn-join-now:hover, .btn-join-now:focus {
    background-color: #e6e6e6;
    color: #40A629; }

.btn--phone,
.btn--whatup {
  padding: 12px 16px;
  width: 100%;
  max-width: 160px; }

.btn--edit,
.btn--phone {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  background-color: #E3E3E3; }
  .btn--edit:hover, .btn--edit:focus,
  .btn--phone:hover,
  .btn--phone:focus {
    background-color: #cacaca; }

.btn--whatup {
  font-size: 13px;
  font-weight: 500; }

.btn-request {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px; }

.btn--google {
  padding: 12px 16px;
  border: 1px solid #BABABA;
  background-color: #fff; }
  .btn--google:hover, .btn--google:focus {
    background-color: #e6e6e6; }

.btn--add-part {
  font-size: 15px;
  font-weight: 500;
  color: #40A629; }
  .btn--add-part:hover, .btn--add-part:focus {
    color: #40A629;
    text-decoration: underline; }

.btn--step {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 24px; }

.btn--place-otder {
  font-size: 14px;
  font-weight: bold;
  padding: 16px 24px;
  width: 100%;
  max-width: 230px; }

body .btn-phone-lang {
  padding: 0; }
  body .btn-phone-lang #rfs-btn {
    border: none; }
  body .btn-phone-lang #rfs-btn + ul {
    min-width: 230px;
    border-radius: 4px; }
    body .btn-phone-lang #rfs-btn + ul::-webkit-scrollbar {
      width: 5px; }
    body .btn-phone-lang #rfs-btn + ul::-webkit-scrollbar-track {
      background-color: #fff; }
    body .btn-phone-lang #rfs-btn + ul::-webkit-scrollbar-thumb {
      background-color: #707070;
      border-radius: 4px; }
  body .btn-phone-lang #rfs-btn + ul input {
    border: 1px solid #BABABA;
    border-radius: 4px;
    padding: 4px 6px; }

.label-button {
  padding: 2px 6px; }
  .label-button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 8px;
    border-radius: 4px;
    margin: 0 auto 2px; }
  .label-button__label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #707070;
    text-align: center; }
  .label-button:hover .label-button__icon, .label-button:focus .label-button__icon {
    background-color: #F6F6F6; }
  .label-button.active .label-button__icon {
    background-color: #F6F6F6; }

.btn-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px; }
  .btn-checkbox .form-check-input {
    margin: 0; }

.btn-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 187px;
  background-color: rgba(0, 0, 0, 0.32);
  border-radius: 22px;
  padding: 6px 9px;
  color: #fff; }
  .btn-cover__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #A5A5A5;
    border-radius: 50%;
    margin-left: auto; }
  .btn-cover__label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    padding: 0 4px;
    color: #fff; }
  .btn-cover--absolute {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2; }
  .btn-cover:hover, .btn-cover:focus {
    background-color: rgba(0, 0, 0, 0.42); }
    .btn-cover:hover .btn-cover__text, .btn-cover:focus .btn-cover__text {
      color: #fff; }

.btn-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  background-color: #EFEFEF;
  border-radius: 50%;
  padding: 2px; }
  .btn-plus:hover, .btn-plus:focus {
    background-color: #d6d6d6; }

.imageDelBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  top: 8px;
  right: 8px;
  z-index: 6; }
  .imageDelBtn:hover, .imageDelBtn:focus {
    background-color: rgba(0, 0, 0, 0.8); }

.btn-radius {
  border-radius: 25px;
  border: 1px solid #D5D5D5;
  background-color: #fff; }
  .btn-radius:hover, .btn-radius:focus {
    background-color: #e6e6e6; }

.ad-trash:hover, .ad-trash:focus {
  background-color: #FC4949;
  color: #fff; }

.ad-trash[data-status='3'] {
  background-color: #FC4949;
  color: #fff; }

.btn-full {
  width: 100%; }

.btn-accordion-lvl1 {
  background-color: transparent; }
  .btn-accordion-lvl1:hover {
    background-color: #40A629;
    color: #fff; }
  .btn-accordion-lvl1.active {
    background-color: #40A629;
    color: #fff; }
  .btn-accordion-lvl1.disabled, .btn-accordion-lvl1:disabled {
    color: #000;
    background-color: #F2F2F2; }
  .btn-accordion-lvl1:not(:disabled):not(.disabled):active, .btn-accordion-lvl1:not(:disabled):not(.disabled).active {
    background-color: #40A629;
    color: #fff; }

.popover-btn-item svg {
  display: block; }

.visibility[data-visibility="0"] .svg-eye,
.visibility[data-visibility="0"] .visibility-text-show,
.part-visibility[data-visibility="0"] .svg-eye,
.part-visibility[data-visibility="0"] .visibility-text-show {
  display: none !important; }
.visibility[data-visibility="0"] .svg-eye-not,
.visibility[data-visibility="0"] .visibility-text-hide,
.part-visibility[data-visibility="0"] .svg-eye-not,
.part-visibility[data-visibility="0"] .visibility-text-hide {
  display: block !important; }

.visibility[data-visibility="1"] .svg-eye,
.visibility[data-visibility="1"] .visibility-text-show,
.part-visibility[data-visibility="1"] .svg-eye,
.part-visibility[data-visibility="1"] .visibility-text-show {
  display: block !important; }
.visibility[data-visibility="1"] .svg-eye-not,
.visibility[data-visibility="1"] .visibility-text-hide,
.part-visibility[data-visibility="1"] .svg-eye-not,
.part-visibility[data-visibility="1"] .visibility-text-hide {
  display: none !important; }

.part-visibility.btn-modal-square {
  color: #000; }

.btn--listing-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  padding: 0; }

.btn-visibility-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  padding: 0; }

.btn-modal-square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  padding: 0; }

.btn-export {
  background-color: transparent;
  border: 1px solid #D5D5D5;
  border-radius: 22px; }
  .btn-export:hover, .btn-export:focus {
    background-color: #F2F2F2; }

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright 2022 Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.form-select:focus {
  box-shadow: none;
  border-color: #BABABA; }

.form-check-input:checked {
  background-color: #40A629;
  border-color: #40A629; }

.form-check-input:focus {
  box-shadow: none;
  border-color: #40A629; }

.form-control {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #707070;
  padding: 10px 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  height: auto;
  outline: none; }
  .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #707070; }
  .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #707070; }
  .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #707070; }
  .form-control:-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #707070; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #BABABA; }

textarea::-webkit-scrollbar {
  width: 5px; }
textarea::-webkit-scrollbar-track {
  background-color: #fff; }
textarea::-webkit-scrollbar-thumb {
  background-color: #C6C6C6; }

.input-group-text {
  border: 1px solid #BABABA; }

.form-select {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #707070;
  padding: 10px 16px;
  border: 1px solid #BABABA;
  border-radius: 4px;
  height: auto;
  outline: none; }

.form-control[type="range"] {
  padding: 12px 16px 13px; }

.form-control.form-green {
  font-size: 17px;
  font-weight: normal;
  color: #000;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #40A629;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }
  .form-control.form-green::-webkit-input-placeholder {
    font-size: 17px;
    font-weight: normal;
    color: #000; }
  .form-control.form-green::-moz-placeholder {
    font-size: 17px;
    font-weight: normal;
    color: #000; }
  .form-control.form-green:-ms-input-placeholder {
    font-size: 17px;
    font-weight: normal;
    color: #000; }
  .form-control.form-green:-moz-placeholder {
    font-size: 17px;
    font-weight: normal;
    color: #000; }

.form-group label {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin-bottom: 5px; }

.form-group__wrap {
  position: relative; }
  .form-group__wrap .form-group__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40px;
    height: 100%; }
    .form-group__wrap .form-group__icon--password {
      cursor: pointer; }

.select-by-element {
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  border-radius: 0; }

.select-border {
  border: none;
  border-bottom: 1px solid #707070;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  border-radius: 0; }
  .select-border:focus-visible {
    outline: none; }

.form-check input,
.form-check label {
  cursor: pointer; }
.form-check input:checked + label {
  font-weight: bold; }

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .custom-checkbox input[type=checkbox],
  .custom-checkbox input[type=radio] {
    opacity: 0;
    position: absolute; }
  .custom-checkbox svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px;
    margin-top: 0;
    margin-right: 5px; }
  .custom-checkbox label,
  .custom-checkbox span.label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    width: 100%; }
  .custom-checkbox .custom-checkbox__empty {
    display: block; }
  .custom-checkbox .custom-checkbox__checked {
    display: none; }
  .custom-checkbox input:checked ~ .custom-checkbox__empty {
    display: none; }
  .custom-checkbox input:checked ~ .custom-checkbox__checked {
    display: block; }
  .custom-checkbox.custom-checkbox--approve a {
    color: #40A629; }
    .custom-checkbox.custom-checkbox--approve a:hover, .custom-checkbox.custom-checkbox--approve a:focus {
      text-decoration: underline; }

.custom-radio {
  width: auto;
  height: auto;
  margin-right: 6px;
  box-shadow: none;
  background-color: transparent;
  border: none; }
  .custom-radio input[type=radio] {
    opacity: 0;
    position: absolute; }
  .custom-radio input + span {
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff; }
  .custom-radio input[type=radio]:checked + span {
    display: block;
    position: static;
    width: 22px;
    height: 22px;
    left: -1px;
    top: -1px;
    right: auto;
    bottom: auto;
    border: 6px solid #39A537;
    background-color: #fff;
    animation: none; }

.btn-checkox {
  cursor: pointer;
  width: auto;
  height: auto;
  box-shadow: none;
  background-color: transparent;
  border: none; }
  .btn-checkox input[type=checkbox],
  .btn-checkox input[type=radio] {
    opacity: 0;
    position: absolute; }
  .btn-checkox input + span {
    display: block;
    padding: 10px;
    background-color: #EBEBEB;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500; }
  .btn-checkox input[type=checkbox]:checked + span,
  .btn-checkox input[type=checkbox]:checked + span,
  .btn-checkox input[type=radio]:checked + span,
  .btn-checkox input[type=radio]:checked + span {
    background-color: #40A629;
    color: #fff; }

.checkboxes__label {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  margin-bottom: 5px; }
.checkboxes .form-check-input {
  opacity: 0;
  position: absolute; }
.checkboxes .form-check-inline label {
  background-color: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 12px 14px;
  cursor: pointer; }
  .checkboxes .form-check-inline label:hover, .checkboxes .form-check-inline label:focus {
    background-color: #40A629;
    color: #fff; }
.checkboxes .form-check-inline input:checked + label {
  background-color: #3DD037;
  color: #fff; }

.form-check-input--big {
  width: 21px;
  height: 21px; }

.custom--file .custom-file-input {
  position: absolute;
  top: -100%;
  z-index: -2;
  opacity: 0; }
.custom--file .file-label {
  border: 1px solid #D5D5D5;
  border-radius: 25px;
  padding: 10px 22px;
  margin-right: 10px;
  cursor: pointer; }
  .custom--file .file-label svg {
    display: inline-block;
    margin-right: 4px; }
  .custom--file .file-label:hover, .custom--file .file-label:focus {
    background-color: #D5D5D5;
    color: #fff; }
  .custom--file .file-label--list {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0; }
    .custom--file .file-label--list:hover, .custom--file .file-label--list:focus {
      background-color: transparent;
      color: #40A629; }
.custom--file__small {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  margin-bottom: 8px;
  margin-right: 10px; }

.inline-file {
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap; }
  .inline-file .custom-file {
    width: auto;
    margin-bottom: 10px; }
  .inline-file .PartRequest__sub-title {
    margin-right: 10px;
    margin-bottom: 10px; }

fieldset {
  position: relative;
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 25px; }
  fieldset .legend {
    margin-bottom: 25px; }
  fieldset .fieldset-delete {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 5px; }

.btn-phone-lang {
  background-color: transparent;
  border: 1px solid #BABABA;
  border-right: none; }
  .btn-phone-lang:hover, .btn-phone-lang:focus {
    background-color: #e6e6e6; }

body .form-control--country {
  padding: 0; }
  body .form-control--country #rfs-btn {
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #707070;
    padding: 6px 14px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    height: auto;
    outline: none; }
  body .form-control--country #rfs-btn + ul {
    min-width: 230px;
    border-radius: 4px; }
    body .form-control--country #rfs-btn + ul::-webkit-scrollbar {
      width: 5px; }
    body .form-control--country #rfs-btn + ul::-webkit-scrollbar-track {
      background-color: #fff; }
    body .form-control--country #rfs-btn + ul::-webkit-scrollbar-thumb {
      background-color: #707070;
      border-radius: 4px; }
  body .form-control--country #rfs-btn + ul input {
    border: 1px solid #BABABA;
    border-radius: 4px;
    padding: 8px 6px; }

.custom-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 30px;
  margin: 0; }
  .custom-switch input[type=checkbox] {
    opacity: 0;
    position: absolute; }
  .custom-switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #EBEBEB;
    transition: .4s;
    border-radius: 16px; }
  .custom-switch .custom-switch__slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background-color: #3DD037;
    transition: .4s;
    z-index: 2;
    border-radius: 50%; }
  .custom-switch input:checked + .custom-switch__slider {
    background-color: #3DD037; }
  .custom-switch input:checked + .custom-switch__slider:before {
    transform: translateX(20px);
    background-color: #fff; }

.selectedImages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*    margin-left: -10px;
      margin-right: -10px;*/
  padding-top: 20px; }
  .selectedImages__item {
    padding: 10px; }
  .selectedImages__inner {
    flex: 0 0 140px;
    max-width: 140px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    overflow: hidden; }
    .selectedImages__inner img {
      display: block;
      width: 100%;
      max-width: 100%;
      height: auto; }
  .selectedImages__close {
    display: block;
    text-align: center;
    padding: 2px;
    cursor: pointer; }
  .selectedImages--small {
    padding-top: 0;
    margin-left: -5px;
    margin-right: -5px; }
    .selectedImages--small .selectedImages__item {
      padding: 5px; }
    .selectedImages--small .selectedImages__inner {
      flex: 0 0 65px;
      max-width: 65px; }

.hidden-input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.form-tag {
  padding: 10px; }

.radio-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .radio-inline input {
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 21px;
    height: 21px;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 50%; }
    .radio-inline input:checked {
      background-color: #40A629;
      border-color: #40A629;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
      .radio-inline input:checked + label {
        font-weight: bold; }
  .radio-inline label {
    display: inline-block;
    cursor: pointer;
    margin-right: 16px; }

.colorSelectHide {
  position: relative; }
  .colorSelectHide select {
    position: absolute;
    opacity: 0; }

.colorSelect {
  position: relative; }
  .colorSelect__header {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #707070;
    padding: 10px 16px;
    border: 1px solid #BABABA;
    border-radius: 4px;
    height: auto;
    outline: none;
    cursor: pointer; }
  .colorSelect__body {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    padding: 6px 0;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    max-height: 400px;
    overflow: auto; }
    .colorSelect__body::-webkit-scrollbar {
      width: 5px; }
    .colorSelect__body::-webkit-scrollbar-track {
      background-color: #fff; }
    .colorSelect__body::-webkit-scrollbar-thumb {
      background-color: #40A629; }
  .colorSelect__item {
    padding: 6px 16px;
    color: #707070; }
    .colorSelect__item:hover, .colorSelect__item:focus {
      background-color: #EFEFEF;
      color: #707070; }
  .colorSelect__icon {
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #919191; }
  .colorSelect:hover .colorSelect__body, .colorSelect:focus .colorSelect__body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * @author    Afternet <info@afternet.gr>
 * @copyright 2022 Afternet
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
body .swiper-button-next,
body .swiper-button-prev {
  color: rgba(112, 112, 112, 0.12); }
  body .swiper-button-next:before, body .swiper-button-next:after,
  body .swiper-button-prev:before,
  body .swiper-button-prev:after {
    font-size: 22px; }
body .swiper-pagination-bullet-active {
  background-color: #40A629; }

.swiper.UsedPartsSlider, .swiper.UsedCarsSlider {
  padding-bottom: 35px; }

/*!
 *
 *  * NOTICE OF LICENSE
 *  *
 *  * This source file is subject to the Academic Free License (AFL 3.0)
 *  *
 *  *  @author    Afternet <info@afternet.gr>
 *  *  @copyright 2022 Afternet
 *  *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *
 */
.language-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 2px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .language-select {
      padding: 2px 12px 2px 8px; } }
  .language-select__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 5px 0; }
  .language-select__selected {
    font-size: 14px;
    font-weight: 500;
    padding: 2px 8px; }
  .language-select__body {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px); }
    .language-select__body ul li {
      display: block; }
      .language-select__body ul li a {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        padding: 4px 5px; }
        .language-select__body ul li a:hover, .language-select__body ul li a:focus {
          color: #40A629; }
  .language-select:hover .language-select__body, .language-select:focus .language-select__body {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

/*!
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 *  @author    Afternet <info@afternet.gr>
 *  @copyright 2022 Afternet
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.searchMain {
  display: block;
  width: 100%;
  max-width: 660px;
  position: absolute;
  top: 102%;
  right: 0;
  transform: translate(110%, 0); }
  .searchMain.opened {
    transform: none; }
  .searchMain__row {
    display: flex;
    justify-content: flex-end; }
  .searchMain__elements {
    flex: auto;
    background-color: #fff;
    padding: 25px 35px;
    transform: skewX(-25deg);
    box-shadow: 0 22px 33px rgba(0, 0, 0, 0.1);
    margin-right: -30px; }
    .searchMain__elements select {
      width: 100%; }
  .searchMain__elements-inner {
    transform: skewX(25deg); }
  .searchMain__label {
    display: flex;
    align-items: center;
    background-color: #40A629;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    padding: 25px 35px 25px 55px;
    box-shadow: 0 22px 33px rgba(0, 0, 0, 0.1); }
    .searchMain__label:hover, .searchMain__label:focus {
      background-color: #307d1f; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.portrait {
  display: block;
  position: absolute;
  top: 62px;
  right: 0;
  min-width: 287px;
  background-color: #fff;
  box-shadow: 0 32px 44px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px); }
  .portrait.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .portrait__header {
    padding: 30px 15px 0; }
  .portrait__inner {
    padding-bottom: 25px;
    border-bottom: 1px solid #D6D6D6; }
  .portrait__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    max-width: 38px;
    margin-right: 14px; }
  .portrait__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .portrait__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: rgba(129, 129, 129, 0.4);
    border-radius: 50px;
    overflow: hidden; }
  .portrait__name {
    display: block;
    font-size: 15px;
    color: #000;
    margin-bottom: 2px; }
  .portrait__id {
    display: block;
    font-size: 15px;
    color: #6D6E79;
    margin-bottom: 0; }

.portrait-menu li {
  display: block; }
  .portrait-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px; }
    .portrait-menu li a .portrait-menu__icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      max-width: 20px;
      margin-right: 20px; }
    .portrait-menu li a .portrait-menu__text {
      font-size: 15px;
      font-weight: 500;
      color: #000; }
    .portrait-menu li a:hover, .portrait-menu li a:focus {
      background-color: #EFEFEF; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.removal-banner {
  display: block;
  width: 100%;
  background-color: #EDEBEB;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0; }
  .removal-banner__content {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000; }
    .removal-banner__content a {
      font-size: 14px;
      font-weight: 500;
      color: #40A629; }
      .removal-banner__content a:hover, .removal-banner__content a:focus {
        text-decoration: underline; }
  .removal-banner__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.data-panel {
  display: block;
  margin-bottom: 50px; }
  .data-panel__header {
    padding: 8px 15px;
    background-color: #F6F6F6;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #40A629; }
  .data-panel__aside {
    padding: 20px 15px 0; }
  .data-panel__body {
    padding-top: 10px; }
  .data-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    padding: 15px; }
  .data-panel__label {
    -webkit-box-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    max-width: 132px; }
  .data-panel__value {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }
  .data-panel__edit {
    margin-left: auto; }
    .data-panel__edit a {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      color: #40A629; }

.panelBox {
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  padding: 20px 25px; }
  .panelBox__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px; }
    .panelBox__actions a {
      padding: 0 10px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-item {
  padding: 0 3px;
  margin-bottom: 10px; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #40A629;
  border-color: #40A629; }

.page-link {
  border: none;
  border-radius: 0;
  background-color: rgba(239, 239, 239, 0.45);
  color: #D5D5D5; }
  .page-link:hover, .page-link:focus {
    background-color: #40A629;
    color: #fff; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.subscriptionPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .subscriptionPlan {
      padding: 20px 22px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .subscriptionPlan__label {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .subscriptionPlan__label {
        margin-bottom: 0; } }
  .subscriptionPlan__price {
    color: #000;
    display: block;
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    padding: 0 30px 0 20px;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .subscriptionPlan__price {
        margin-bottom: 0; } }
    .subscriptionPlan__price span {
      display: inline-block;
      font-size: 14px;
      padding-right: 2px;
      vertical-align: super; }
    .subscriptionPlan__price .per-year {
      display: block;
      font-size: 12px;
      font-weight: 300;
      color: #000; }
  .subscriptionPlan__content {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .subscriptionPlan__content {
        margin-bottom: 0; } }
  .subscriptionPlan__icon {
    margin-left: auto; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.listing-item__fix-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  max-width: 34px; }
  @media screen and (min-width: 576px) {
    .listing-item__fix-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
      flex: 0 0 100px;
      max-width: 100px; } }
  @media screen and (max-width: 575px) {
    .listing-item__fix-col .btn-checkbox {
      padding-left: 8px;
      padding-right: 8px; } }
.listing-item__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding-top: 9px; }
  @media screen and (min-width: 576px) {
    .listing-item__logo {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
      flex: 0 0 40px;
      max-width: 40px;
      margin-bottom: 0; } }
  .listing-item__logo img {
    max-width: 40px; }
.listing-item__img {
  position: relative;
  max-width: 170px;
  min-height: 100px; }
  .listing-item__img img {
    width: 170px;
    height: 100px;
    object-fit: cover; }
  .listing-item__img > svg {
    display: block;
    width: 170px;
    height: 100px; }
.listing-item__icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none; }
@media screen and (min-width: 576px) {
  .listing-item__secold-line {
    padding-left: 50px; } }
.listing-item:nth-child(even) {
  background-color: #FAFAFA; }
.listing-item .fix-height {
  min-height: 24px; }

.color-box {
  margin: 15px 20px; }

.box {
  content: "";
  width: 14px;
  height: 14px;
  margin: 0 5px; }
  .box.box-gray {
    background-color: #DEDEDE; }
  .box.box-orange {
    background-color: #F8B579; }
  .box.box-red {
    background-color: #FC4949; }
  .box.box-without-check {
    background-color: #FF7800; }
  .box.box-without-storage {
    background-color: #000; }
  .box.box-in-vechicle {
    background-color: #009DFF; }
  .box.box-destroyed {
    background-color: #B5B5B5; }

.popover-btn-active {
  min-width: 200px; }
  .popover-btn-active .popover-btn-active-wrapper {
    /*box-shadow: 0px 4px 22px rgba(#000, .16);*/ }
  .popover-btn-active .popover-btn-item {
    padding: 10px 25px; }
  .popover-btn-active .popover-btn-item a img {
    width: 20px;
    max-height: 20px; }
  .popover-btn-active .popover-btn-active-link {
    color: #000; }
    .popover-btn-active .popover-btn-active-link:hover, .popover-btn-active .popover-btn-active-link:focus {
      color: #40A629; }
  .popover-btn-active .ad-trash {
    background-color: transparent;
    color: #000; }
    .popover-btn-active .ad-trash:hover, .popover-btn-active .ad-trash:focus {
      background-color: transparent;
      color: #FC4949; }
  .popover-btn-active .ad-trash[data-status='3'] {
    background-color: transparent;
    color: #FC4949; }

.listing-comments .coments-popup {
  top: 70px;
  right: 40px;
  -webkit-box-shadow: 0px 2px 7px 1px #dedede !important;
  box-shadow: 0px 2px 7px 1px #dedede !important; }

.listing-comments .coments-popup .coments-popup-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  max-height: 300px;
  overflow-y: auto;
  padding: 20px;
  z-index: 1000;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff; }

.listing-images .images-popup {
  top: 60px;
  right: 10px; }

.listing-images .images-popup .images-popup-intro {
  width: 300px;
  position: relative;
  min-width: 0;
  background-color: #fff;
  padding: 0 15px;
  overflow-x: auto;
  z-index: 1000; }

.img-sample {
  display: block;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  overflow: hidden; }

.img-sample img {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  vertical-align: middle; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.listing-images .images-popup {
  top: 35px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.scroll-box::-webkit-scrollbar {
  width: 5px; }
.scroll-box::-webkit-scrollbar-track {
  background-color: #fff; }
.scroll-box::-webkit-scrollbar-thumb {
  background-color: #D5D5D5; }

.img-block {
  display: block;
  width: 100%;
  height: auto; }

.image-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F6F6F6;
  overflow: hidden; }
  .image-box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .image-box.size-40 {
    width: 40px;
    height: 40px; }

.panel {
  background-color: #F6F6F6; }

.circle-icon {
  display: inline-block;
  border-radius: 50%;
  height: 10px;
  width: 10px; }
  .circle-icon.active {
    background-color: #40A629; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.checklist {
  padding: 20px 0; }
  .checklist__item {
    padding: 10px 10px; }
    .checklist__item:nth-child(odd) {
      background-color: #F6F6F6; }
  .checklist__icon {
    flex: 0 0 10px;
    margin-right: 10px; }
  .checklist__text {
    font-size: 15px;
    font-weight: normal;
    color: #000; }

.icon-list li {
  display: block; }
  .icon-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .icon-list li a svg {
      margin-right: 10px; }

.horizontal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .horizontal-links a {
    font-size: 15px;
    color: #A5A5A5;
    margin-right: 10px; }
    .horizontal-links a:last-child {
      margin-right: 0; }
    .horizontal-links a:hover, .horizontal-links a:focus {
      color: #40A629; }
    .horizontal-links a.active {
      color: #40A629; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.panel-table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 4px;
  overflow: hidden; }
  .panel-table tr {
    border-bottom: 1px solid #D5D5D5;
    padding: 2px; }
  .panel-table thead tr {
    border-bottom: none; }
  .panel-table th {
    background-color: #F6F6F6; }
  .panel-table th,
  .panel-table td {
    padding: 10px; }
  @media screen and (max-width: 600px) {
    .panel-table {
      border: 0; }
      .panel-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .panel-table tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 40px;
        background-color: #F6F6F6;
        border-radius: 4px; }
      .panel-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right; }
      .panel-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase; }
      .panel-table td:last-child {
        border-bottom: 0; } }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.modal-content {
  border: none; }

.modal-header {
  border-color: #D5D5D5; }

@media screen and (min-width: 576px) {
  .modal-dialog.small-modal {
    max-width: 320px; } }
@media screen and (min-width: 576px) {
  .modal-dialog.medium-modal {
    max-width: 430px; } }

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 5px; }
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: #fff; }
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
  background-color: #40A629;
  border-radius: 4px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.accordion .accordion-item {
  border: none;
  /*border-bottom: 1px solid #D5D5D5;*/
  border-radius: 0; }
.accordion .accordion-button {
  background-color: transparent;
  border-radius: 0;
  padding: 10px 0;
  border-bottom: 1px solid #D5D5D5; }
  @media screen and (min-width: 768px) {
    .accordion .accordion-button {
      padding: 2px 20px; } }
.accordion .accordion-button:not(.collapsed) {
  background-color: transparent; }
.accordion .accordion-subtitle {
  padding: 10px;
  text-align: end;
  background-color: #EFEFEF; }
.accordion .accordion-collapse {
  border-bottom: 1px solid #40A629;
  border-radius: 0 !important; }
.accordion .accordion-dropdown-header.active {
  font-weight: bold;
  background-color: #d9d9d9; }
.accordion .accordion-dropdown-inner {
  display: none; }
.accordion .accordion-overflow {
  max-height: 400px;
  overflow: auto; }
  .accordion .accordion-overflow::-webkit-scrollbar {
    width: 5px; }
  .accordion .accordion-overflow::-webkit-scrollbar-track {
    background-color: #fff; }
  .accordion .accordion-overflow::-webkit-scrollbar-thumb {
    background-color: #40A629;
    border-radius: 4px; }
.accordion .side-accordion {
  padding: 10px 0; }
  @media screen and (min-width: 768px) {
    .accordion .side-accordion {
      padding: 15px 0; } }
.accordion.no-border .accordion-button,
.accordion.no-border .accordion-collapse {
  border: none; }
.accordion.no-border .accordion-button:not(.collapsed) {
  box-shadow: none; }
.accordion.filter-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #40A629;
  border-color: #40A629; }
.accordion.filter-accordion accordion-item .accordion-header .accordion-button img {
  max-height: 40px; }
.accordion.filter-accordion accordion-item .accordion-header .accordion-button span {
  margin-right: 15px; }

/*.used-2 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed), 
.available-parts .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed){
    color: $green;
    border-color: $green;
}
.used-2 .accordion .accordion-item .accordion-header .accordion-button img, 
.available-parts .accordion .accordion-item .accordion-header .accordion-button img{
    max-height: 40px;
}
.used-2 .accordion .accordion-item .accordion-header .accordion-button span, 
.available-parts .accordion .accordion-item .accordion-header .accordion-button span{
    margin-right: 15px;
}*/
.brand-group-intro .img-small,
.accordion-header img {
  max-width: 50px; }

.accordion-button img {
  padding-right: 7px; }

.accordion-button:not(.collapsed) {
  color: #40A629;
  border-color: #40A629;
  box-shadow: none; }

.accordion--label {
  -webkit-box-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2340A629'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.progress--element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
  .progress--element .progress {
    width: 120px; }
    .progress--element .progress .progress-bar {
      background-color: #40A629; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.planing-footer {
  border-top: 1px solid #D5D5D5;
  padding-top: 12px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.dismantler-header {
  padding-top: 100px;
  /*background-attachment: fixed;*/
  background-position: top center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .dismantler-header {
      padding-top: 195px; } }

.dismantlerHeader {
  padding: 30px 15px; }
  @media screen and (min-width: 768px) {
    .dismantlerHeader {
      padding: 30px; } }
  @media screen and (min-width: 1200px) {
    .dismantlerHeader {
      padding: 45px; } }
  .dismantlerHeader__col {
    -webkit-box-flex: 0 0 127px;
    -ms-flex: 0 0 127px;
    flex: 0 0 127px;
    max-width: 127pxl; }

.dismantlerBody {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .dismantlerBody {
      padding-bottom: 100px; } }

.profilePic__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 103px;
  height: 103px;
  margin: 0 auto;
  background-color: #F6F6F6;
  border-radius: 50%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat; }
.profilePic .profilePic--btn {
  border: none;
  width: auto;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #E3E3E3;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0; }

.timeTable {
  max-width: 720px;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .requests-left-padding-fix {
    padding-top: 33px;
    padding-bottom: 33px; } }

@media screen and (min-width: 768px) {
  .requests-right-padding-fix {
    padding-top: 11px;
    padding-bottom: 11px; } }

.requests {
  padding-bottom: 50px;
  max-height: 1000px;
  overflow: auto; }
  .requests__item {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: -8px; }
    .requests__item:after {
      content: '';
      display: block;
      width: 6px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -6px;
      background-color: transparent; }
    .requests__item:hover, .requests__item:focus {
      background-color: #F6F6F6; }
      .requests__item:hover:after, .requests__item:focus:after {
        background-color: #40A629; }
    .requests__item.active {
      background-color: #F6F6F6; }
      .requests__item.active:after {
        background-color: #40A629; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.ads-header {
  background: #E3E3E3;
  padding: 0; }
  .ads-header__number {
    background: #40A629;
    padding: 8px 18px;
    position: relative; }
    .ads-header__number:after {
      content: "";
      width: 18px;
      height: 100%;
      background-color: #40A629;
      position: absolute;
      top: 0;
      right: -9px;
      z-index: 0;
      -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
      transform: skew(-25deg); }

.progress-route {
  padding: 5px 0 15px; }
  .progress-route__container {
    display: block;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto; }
  .progress-route__item {
    position: relative; }
    .progress-route__item:before {
      content: "";
      width: 10px;
      height: 10px;
      border-right: 2px solid #707070;
      border-top: 2px solid #707070;
      position: absolute;
      top: 30%;
      right: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .progress-route .col:last-child .progress-route__item:before {
    display: none; }
  .progress-route__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px; }
    .progress-route__img svg {
      height: 25px; }
  .progress-route__title {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .progress-route__title {
        font-size: 14px; } }

.model-slider .swiper-slide {
  max-width: 230px; }
.model-slider .body-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 6px;
  padding: 0 10px;
  min-height: 28px; }
  .model-slider .body-line > span {
    display: inline-block;
    font-weight: 400;
    margin-left: 10px; }
  .model-slider .body-line--height {
    min-height: 28px; }
  .model-slider .body-line:nth-child(odd) {
    background-color: #d1d1d1;
    color: #000; }
  .model-slider .body-line:nth-child(even) {
    color: #707070; }
.model-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  cursor: pointer; }
  .model-slider__item.active {
    border-color: #40A629; }
  .model-slider__item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
.model-slider__img-wrap {
  min-height: 140px;
  padding: 0 10px; }
  .model-slider__img-wrap svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }

div.dropzone {
  padding: 10px;
  border: 1px solid #D5D5D5; }
  div.dropzone .dz-preview {
    margin: 0;
    padding: 0 12px; }
  div.dropzone .dz-preview .dz-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  div.dropzone .dz-message {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 30px 0; }
  div.dropzone .note {
    display: block;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-align: center; }

div#drop_file_area {
  border: 1px solid #D5D5D5;
  background: none;
  height: 150px;
  line-height: 150px;
  font-size: 15px;
  color: #000; }
  div#drop_file_area.border-grey {
    border: 1px solid #D5D5D5; }
  div#drop_file_area.border-ba {
    border: 1px solid #BABABA; }

.ad_step_3 #dropzone {
  padding-top: 20px; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.counterBoxes {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.counterBox {
  display: block;
  width: 200px;
  height: 200px;
  border: 12px solid;
  border-radius: 50%; }
  .counterBox--green {
    border-color: #40A629;
    background-color: #F2FFF2; }
  .counterBox--black {
    border-color: #000;
    background-color: #E6E6E6; }
  .counterBox--grey {
    border-color: #D5D5D5;
    background-color: #F8F8F8; }

.lineCounter__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  padding-right: 15px; }
.lineCounter__bar {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }
.lineCounter__bar-active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40A629; }
.lineCounter__num {
  padding-left: 15px; }

.viewedItems {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 350px; }
  .viewedItems .viewedItem:nth-child(odd) {
    background-color: #F6F6F6; }
  .viewedItems .viewedItem:hover, .viewedItems .viewedItem:focus {
    background-color: #e6e6e6; }

.recentItems {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px; }
  .recentItems .recentItem:hover, .recentItems .recentItem:focus {
    background-color: #F6F6F6; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright 2019 Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.login-row {
  padding-top: 20px; }
  @media screen and (min-width: 992px) {
    .login-row {
      padding-top: 80px; } }

.login {
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto 30px; }
  .login__title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px; }
  .login__text {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin-bottom: 20px; }
  .login__sep-text {
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.43);
    padding: 20px 0;
    text-align: center; }
  .login .form-control {
    background-color: #fff; }
  .login .forgot-pass {
    display: inline-block;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000; }
    .login .forgot-pass:hover, .login .forgot-pass:focus {
      color: #40A629; }
  .login .nav-item a.active {
    display: none; }

.loginDetails {
  display: block;
  width: 100%;
  max-width: 580px;
  margin: 0 auto; }
  .loginDetails__title {
    display: block;
    font-size: 27px;
    font-weight: bold;
    color: #40A629;
    padding: 0;
    margin-bottom: 20px; }
  .loginDetails__text {
    display: block;
    font-size: 17px;
    font-weight: 300;
    color: #000;
    padding: 0;
    margin-bottom: 20px; }
  .loginDetails__subtitle {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    padding: 0;
    margin-bottom: 20px; }
  .loginDetails__list {
    padding-top: 40px; }
    .loginDetails__list li {
      display: block;
      font-size: 17px;
      font-weight: 300;
      color: #000;
      padding: 0;
      margin-bottom: 20px;
      position: relative;
      padding-left: 20px; }
      .loginDetails__list li:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #40A629;
        position: absolute;
        top: 10px;
        left: 0; }

.loginDetailsIcons {
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .loginDetailsIcons__item {
      flex: 0 0 20%;
      max-width: 20%; }
      .loginDetailsIcons__item svg {
        margin: 0 auto; } }

.loginDetailsBars {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 60px;
  margin-left: -8px;
  margin-right: -8px; }
  .loginDetailsBars__item {
    flex: auto;
    padding: 0 8px; }
    .loginDetailsBars__item span {
      display: block;
      width: 100%;
      height: 40px;
      background-color: rgba(227, 227, 227, 0.34);
      border-top: 14px solid #E3E3E3; }

/*
NOTICE OF LICENSE

This source file is subject to the Academic Free License (AFL 3.0)

 @author    Afternet <info@afternet.gr>
 @copyright Afternet
 @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.text-underline {
  text-decoration: underline; }

.bold-title {
  display: block;
  font-size: 30px;
  line-height: 46px;
  font-weight: bold;
  color: #000; }

.big--title {
  display: block;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #000; }

.simple-text {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #000; }

.text-44 {
  font-size: 44px;
  line-height: 65px;
  color: #000; }

.text-32 {
  font-size: 32px;
  line-height: 48px;
  color: #000; }

.text-30 {
  font-size: 30px;
  line-height: 46px;
  color: #000; }

.text-24 {
  font-size: 24px;
  line-height: 35px;
  color: #000; }

.text-21 {
  font-size: 21px;
  line-height: 35px;
  color: #000; }

.text-18 {
  font-size: 18px;
  line-height: 24px;
  color: #000; }

.text-17 {
  font-size: 17px;
  line-height: 21px;
  color: #000; }

.text-16 {
  font-size: 16px;
  line-height: 21px;
  color: #000; }

.text-15 {
  font-size: 15px;
  line-height: 21px;
  color: #000; }

.text-14 {
  font-size: 14px;
  line-height: 21px;
  color: #000; }

.text-13 {
  font-size: 13px;
  line-height: 21px;
  color: #000; }

.text-12 {
  font-size: 12px;
  line-height: 18px;
  color: #000; }

.color-grey {
  color: #6D6E79; }

.color-grey-a5 {
  color: #A5A5A5; }

.color-grey-dark {
  color: #AAAAAA; }

.color-grey-70 {
  color: #707070; }

.color-text {
  color: #000; }

.color-green {
  color: #40A629; }

.color-red {
  color: #C62D39; }

.color-white {
  color: #fff; }

.weight-light {
  font-weight: 300; }

.weight-normal {
  font-weight: 400; }

.weight-medium {
  font-weight: 500; }

.weight-semi {
  font-weight: 600; }

.weight-bold {
  font-weight: bold; }

.background-grey {
  background-color: #EFEFEF; }

.background-grey2 {
  background-color: #F6F6F6; }

.background-grey-fa {
  background-color: #FAFAFA; }

.background-white {
  background-color: #fff; }

.background-grey-f8 {
  background-color: #F8F8F8; }

.border-green {
  border: 1px solid #40A629; }

.border-grey {
  border: 1px solid #D5D5D5; }

.border-ba {
  border: 1px solid #BABABA; }

.border-bottom-grey {
  border-bottom: 1px solid #D5D5D5; }

.border-bottom-green {
  border-bottom: 1px solid #40A629; }

.border-top-grey {
  border-top: 1px solid #D5D5D5; }

.border-right-grey {
  border-right: 1px solid #D5D5D5; }

.border-left-grey {
  border-left: 1px solid #D5D5D5; }

@media screen and (min-width: 992px) {
  .border-left-lg-grey {
    border-left: 1px solid #D5D5D5; } }

.border-radius-4 {
  border-radius: 4px; }

.hover-underline:hover, .hover-underline:focus {
  text-decoration: underline; }

.hover-bg-grey:hover, .hover-bg-grey:focus {
  background-color: #EFEFEF; }

.simple-link {
  display: inline-block;
  color: #40A629; }
  .simple-link:hover, .simple-link:focus {
    text-decoration: underline; }

.max-200 {
  max-width: 200px; }

.img-max-40 {
  max-width: 40px; }

.imageBox-65 {
  display: block;
  overflow: hidden;
  max-width: 65px; }
  .imageBox-65 img {
    display: block;
    width: 100%;
    height: auto; }

.imageBox-170 {
  display: block;
  overflow: hidden;
  max-width: 170px; }
  .imageBox-170 img {
    display: block;
    width: 100%;
    height: auto; }

.img-50 {
  max-width: 50px;
  margin-right: 7px; }

.alternately--odd > *:nth-child(odd) {
  background-color: #F8F8F8; }
.alternately--even > *:nth-child(even) {
  background-color: #F8F8F8; }

.full-container {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .full-container {
      margin-left: -35px;
      margin-right: -35px; } }

img.max-h-40 {
  width: auto;
  max-width: none;
  height: 100%;
  max-height: 40px; }

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