body {
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
  position: relative;
}

.ec-filters-toggle {
  background-color: #0D4483 !important;
  color: #fff !important;
  opacity: 1 !important;
  border: 1px solid #0D4483 !important;
}

.ec-filters-toggle:hover,
.ec-filters-toggle:focus,
.ec-filters-toggle:active {
  background-color: #0a3668 !important;
  color: #fff !important;
  border-color: #0a3668 !important;
}

.ec-filters-toggle .ec-filters-toggle-count {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}
img {
  max-width: 100%;
  display: block;
}

button {
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
    outline: 0;
    cursor: pointer;
}

button:hover {
    outline: 0;
}

.btn-danger {
    color: #fff;
    background-color: #B50D1A;
    border-color: #B50D1A;
}

/* Site Header*/
.m-site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0D4483;
    border-bottom: 3px solid #FFFFFF;
    z-index: 9998;
    height: 40px;
}

/* Header Buttons*/
.m-site-header .navbar-toggler {
    font-size: 8px;
    border: 0;
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: 0 3px 6px rgba(0,0,0,0.04);
    position: absolute;
    top: 8px;
    left: 8px;
}
.m-site-header button:focus {
    outline: 0;
}
.m-site-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13, 68, 131, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-radius: 1px;
  transform: rotate(-45deg);
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}
.navbar-toggler > .close {
  color: #0d4483;
  float: none;
  font-size: 12px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  display: inline-block;
  transform: rotate(-45deg);
  opacity: 1;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

/* Header Navbar */
.m-site-header .navbar {
  padding: 0;
}
.m-site-header .navbar-collapse {
  background: #0d4483;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 9999;
  min-height: calc(100vh - 40px);
  padding-top: 64px;
  padding-bottom: 80px;
  text-align: center;
  -webkit-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}
.m-site-header .navbar-nav .nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
  padding: 15px;
}
.m-site-header .navbar-nav .active > .nav-link,
.m-site-header .navbar-nav .nav-link.active,
.m-site-header .navbar-nav .nav-link.show,
.m-site-header .navbar-nav .show > .nav-link,
.m-site-header .navbar-nav .nav-link:focus,
.m-site-header .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}
.m-site-header .navbar-nav .dropdown-menu {
  text-align: center;
  padding: 0.5rem;
  background: #0d4483;
}
.m-site-header .navbar-nav .dropdown-item {
  color: #fff;
  font-weight: 600;
}
.m-site-header .navbar-nav .dropdown-item:focus,
.m-site-header .navbar-nav .dropdown-item:hover {
  opacity: 0.5;
  background-color: transparent;
}
.m-site-header .navbar-nav .dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* Logo */
.m-site-header .navbar-brand {
  max-width: 122px;
  margin: 0 auto;
  height: 38px;
}

/* Utility Icons */
.m-header-utils {
    position: absolute;
    top: 4px;
    right: 8px;
    opacity: 1;
    transition: all 0.2s ease;
    display: flex;
}
.m-header-utils a {
    margin: 0 4px;
    max-width: 31px;
}
.m-header-utils a:hover,
.m-header-utils a:focus {
    opacity: 0.7;
}
.m-site-header .navbar-collapse.collapsing + .m-header-utils {
  visibility: hidden;
  opacity: 0;
}
.m-site-header .navbar-collapse.show + .m-header-utils {
  display: none;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* CTA */
.m-cta {
  padding: 12px 0 6px;
  background: #f5f6f7;
}
.m-cta h3 {
  color: #0d4483;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.m-cta p {
  color: #808eb2;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.m-cta img {
  margin: 6px auto;
}
.m-cta-slider {
  max-width: 490px;
  margin: 0 auto;
}
.m-cta-slider .slick-list {
  margin: 0 -15px;
}
.m-cta-slider-item {
  padding: 0 10px;
  opacity: 0.5;
  max-width: 275px;
}
.m-cta-slider-item.slick-active {
  opacity: 1;
}

/* Produse recomandate */
.m-produse-recomandate {
    margin: 50px 0 45px;
}
.m-section-title {
    color: #0D4483;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    text-align: center;
    margin-bottom: 10px;
}
/* Mobile-first: 2 columns on small screens */
.m-product-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.m-product-item-content {
    padding: 6px 8px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}
.m-product-img {
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: auto;
}
.m-product-item h4 {
    margin-bottom: 0;
}
.m-product-item p {
    padding-right: 36px;
}
.m-product-item a {
    display: block;
    transition: all 0.3s ease-out;
    color: #0D4483;
}
.m-product-item a:hover,
.m-product-item a:focus {
    text-decoration: none;
    opacity: 0.8;
}
.m-product-title {
    color: #0D4483;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
}
.m-product-sku {
    color: #808EB2;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 4px;
}
.m-product-price {
    color: #B50D1A;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0;
}
.m-product-price span {
    font-weight: 700;
}
.m-product-extra {
    list-style: none;
    margin: 4px 0;
    padding: 0;
    display: none;
}
.m-product-item .m-add-to-cart {
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 32px;
    height: 32px;
}
.m-produse-recomandate .btn {
    color: #808EB2;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    padding: 11px 30px;
    border-radius: 5px;
    margin-top: 25px;
    background: #F5F6F7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}
.m-produse-recomandate .btn:hover,
.m-produse-recomandate .btn:focus {
    color: #F5F6F7;
    background: #808EB2;
}
.m-produse-recomandate .m-add-to-cart {
    max-width: 34px;
}
/* Results */
.m-results-wrapper{
    margin-top: 157px;
    background: #f5f6f7;
    background: -moz-linear-gradient(top,  #f5f6f7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f5f6f7 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5f6f7 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#ffffff',GradientType=0 );
}
.m-sort-bar {
    display: none;
}

/* Results filter */
.m-w-filter .m-search-bar {
    display: none;
}
.m-results-sidebar {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -30px;
    z-index: 9999;
    background: #fff;
    overflow: auto;
    transition: all 0.3s ease-out;
}
.m-results-sidebar.active {
    top: 0;
    margin-top: 0;
}
.m-filter-toggle {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #B50D1A;
    -webkit-appearance: none;
    cursor: pointer;
}
.m-results-sidebar-body {
    padding: 18px 13px 36px;
    border-bottom: 1px solid rgba(128, 142, 178, 0.3)
}
.m-filter,
.m-filter-reset {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 22px;
}
.m-filter-reset,
.m-filter-head {
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    display: block;
}
.m-filter-reset:hover,
.m-filter-reset:focus,
.m-filter-head:hover,
.m-filter-head:focus {
    color: #262626;
    text-decoration: none;
}
.m-filter .collapsing {
    height: 19px;
}
.m-filter .collapse,
.m-filter .collapse.show .m-filter-item,
.m-filter .collapse .m-filter-item.active {
    display: block;
}
.m-filter .collapse .m-filter-item{
    display: none;
}
.m-filter-reset span {
    color: #808EB2;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}
.m-filter-head {
    border-bottom: 1px solid rgba(13, 68, 131, .1);
}
.m-filter-head.has-arrows::after {
    opacity: 0.3;
    color: #0D4483;
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.m-filter-head.has-arrows.collapsed::after {
    opacity: 1;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.m-filter-item {
    color: #020B13;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    display: block;
    padding-left: 27px;
    margin: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.m-filter-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.m-checkmark {
    color: #808EB2;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0;
}
.m-filter-item:hover input ~ .m-checkmark,
.m-filter-item input:checked ~ .m-checkmark {
    opacity: 1;
}
.m-filter-item input:checked ~ .m-checkmark {
    opacity: 1;
}
.m-filter-body {
    padding: 7px 0;
    max-height: 129px;
    position: relative;
}
.m-btn-filter-submit {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    padding: .7rem 2rem;
    margin: 18px auto;
    display: block;
}


/* Products list */
.m-results-wrapper .m-product-list {
    margin: 8px -6px;
}

/* List View */
.m-list-view .m-product-item {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.m-list-view .m-product-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}
.m-list-view .m-product-item-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 6px 9px 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
}
.m-list-view .m-product-img {
    margin-bottom: 0;
}
.m-list-view .m-product-title {
    font-size: 14px;
    line-height: 19px;
    -webkit-line-clamp: 3;
}
.m-list-view .m-product-sku {
    font-size: 11px;
    line-height: 14px;
}
.m-list-view .m-product-price {
    position: absolute;
    left: 9px;
    bottom: 8px;
    font-size: 16px;
}


/* Sfaturi tehnice si noutati */
.m-noutati {
    margin: 50px 0;
}
.m-noutati-article {
    padding: 16px;
    max-width: 294px;
    opacity: 0.7;
}

.m-noutati-article a {
    text-decoration: none;
    display: inline-block;
}
.m-noutati-article a:hover,
.m-noutati-article a:focus {
    opacity: 0.7;
}
.m-noutati-article.slick-active {
    opacity: 1;
}
.m-noutati-article-img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02);
    margin-bottom: 8px;
}
.m-noutati-cat {
    color: #B50D1A;
    font-size: 9px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.m-noutati-title {
    color: #0D4483;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}
.m-noutati-title a {
    color: #0D4483;
}
.m-noutati-desc p {
    color: #59626A;
    font-size: 9px;
    line-height: 12px;
    margin-bottom: 20px;
}
.m-noutati-author img {
    max-width: 31px;
    height: auto;
    border-radius: 50%;
    margin: 0 5px 0 -10px;
}
.m-noutati-author h5 {
    color: #0D4483;
    font-size: 9px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0;
    display: block;
}
.m-noutati-author p {
    color: #808EB2;
    font-size: 7px;
    font-weight: 600;
    line-height: 9px;
    margin: 0;
}



/* Animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (min-width: 768px) {
    /* CTA + Noutati */
    .m-cta img {
        margin: 8px auto 12px;
    }
    .m-cta-slider {
        max-width: inherit;
        margin: 0 auto;
    }
    .m-cta-slider-item,
    .m-noutati-article {
        opacity: 1;
        padding: 0 15px;
    }

    /* Results */
    .m-results-wrapper {
        margin-top: 172px;
    }

    /* Results sort bar */
    .m-sort-bar {
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid #E6EBF1;
    }

    /* Results sort list */
    .m-sort-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .m-sort-list li {
        font-size: 11px;
        font-weight: 600;
        line-height: 18px;
        display: inline-block;
    }
    .m-sort-list li + li {
        padding-left: 15px;
    }
    .m-sort-list li a {
        color: #808EB2;
        cursor: pointer;
        outline: 0;
    }
    .m-sort-list li.selected a,
    .m-sort-list li a:hover,
    .m-sort-list li a:focus {
        color: #0D4483;
        text-decoration: none;
    }

    /* Results view switch */
    .m-sort-view {
        justify-content: flex-end;
    }
    .m-sort-view a {
        width: 28px;
        height: 28px;
        border-radius: 5px;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        text-decoration: none;
    }
    .m-sort-view a i {
        color: #808EB2;
    }
    .m-sort-view a.active i {
        opacity: 0.3;
    }

    /* List view product layout */
    .m-list-view .m-product-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .m-list-view .m-product-item-img {
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
    }
    .m-list-view .m-product-title,
    .m-list-view .m-product-price {
        font-size: 14px;
        line-height: 19px;
    }
    .m-list-view .m-product-extra {
        display: block;
    }
    .m-list-view .m-product-extra li {
        color: #7C7C7C;
        font-size: 11px;
        line-height: 14px;
    }

    /* Results filter sidebar */
    .m-w-filter .m-product-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .m-w-filter .m-list-view .m-product-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media all and (min-width: 992px) {
  /* Header */
  .m-site-header {
    border: 0;
  }

  /* Header Navbar */
  .m-site-header .navbar {
      padding: .549rem 1rem;
  }
  .m-site-header .navbar-collapse {
      background: transparent;
      position: relative;
      top: initial;
      left: initial;
      min-height: initial;
      padding-top: 0;
      padding-bottom: 0;
  }
  .m-site-header .navbar-nav .nav-item {
      padding: 0 10px;
  }
  .m-site-header .navbar-nav .nav-link {
      font-size: 14px;
      line-height: 19px;
  }
  .m-site-header .navbar-nav .dropdown-menu {
      font-size: 14px;
      margin-top: 18px;
  }

  /* Logo */
  .m-site-header .navbar-brand {
      margin-left: -8px;
      max-width: 200px;
      padding: .795rem 0;
  }

  /* Utility Icons */
  .m-header-utils {
      position: relative;
      top: initial;
      left: initial;
      margin-left: 20px;
  }
  .m-header-utils a {
      margin: 0 10px;
      max-width: 39px;
  }

  /* CTA */
  .m-cta h3 {
      font-size: 24px;
      line-height: 33px;
  }
  .m-cta p {
      font-size: 14px;
      line-height: 18px;
  }
  .m-cta img {
      margin: 8px auto 15px;
  }
  .m-cta-slider-item {
      max-width: inherit;
      padding: 0 20px;
  }

  /* Produse Recomandate & Product Items */
  .m-section-title {
      font-size: 40px;
      line-height: 55px;
      margin-bottom: 24px;
  }
  .m-product-item {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding-left: 12px;
      padding-right: 12px;
  }
  .m-product-item p {
      padding-right: 45px;
  }
  .m-product-title {
      font-size: 17px;
      line-height: 23px;
  }
  .m-product-sku {
      font-size: 10px;
      line-height: 14px;
  }
  .m-product-price {
      font-size: 18px;
      line-height: 24px;
  }
  .m-product-item .m-add-to-cart {
      width: 42px;
      height: 42px;
  }
  .m-produse-recomandate .btn {
      margin-top: 45px;
  }

  /* Results */
  .m-wrapper {
      margin-top: 157px;
  }
  .m-sort-bar {
      display: block;
  }

  /* Results sort list */
  .m-sort-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }
  .m-sort-list li {
      font-size: 13px;
  }
  .m-sort-list li + li {
      padding-left: 23px;
  }

  /* List view product layout */
  .m-list-view .m-product-item {
      /*-ms-flex: 0 0 33.333333%;*/
      /*flex: 0 0 33.333333%;*/
      /*max-width: 33.333333%;      */

      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .m-list-view .m-product-item-img {
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      max-width: 180px;
  }
  .m-list-view .m-product-title {
      font-size: 18px;
      min-height: 38px;
  }
  .m-list-view .m-product-price {
      font-size: 18px;
      line-height: 24px;
  }
  .m-list-view .m-product-item .m-add-to-cart {
      right: 9px;
      bottom: 6px;
  }

  /* Results filter sidebar */
  .m-w-filter .m-results-sidebar {
      display: block;
      width: auto;
      position: relative;
      flex: 0 0 30%;
      max-width: 30%;
      margin-top: 0;
      z-index: inherit;
      background: transparent;
  }
  .m-results-sidebar-body {
      padding-top: 13px;
  }
  .m-filter, .m-filter-reset {
      margin-left: auto;
      margin-right: auto;
  }
  .m-w-filter .m-product-item {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .m-w-filter .m-list-view .m-product-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .m-filter-toggle {
      display: none;
  }
  .m-filter-reset {
      color: #BBCBDE;
      padding: 3px 30px 3px 15px;
      background: #fff;
  }
  .m-filter-reset span {
      top: 3px;
  }
  .m-filter-head {
      color: #fff;
      padding: 2px 30px 2px 6px;
      background: #808EB2;
  }
  .m-filter-head:hover, .m-filter-head:focus {
      color: #fff;
  }
  .m-filter-head.has-arrows::after {
      color: #fff;
      top: 8px;
  }
  .m-filter-item {
      opacity: 0.7;
  }
  .m-filter-item.active,
  .m-filter-item:hover,
  .m-filter-item:focus {
      opacity: 1;
  }

  /* Sfaturi tehnice si noutati */
  .m-noutati .m-section-title {
      margin-bottom: 45px;
  }
  .m-noutati-article {
      padding: 0 20px;
      max-width: inherit;
  }
  .m-noutati-article-img {
      margin-bottom: 20px;
  }
  .m-noutati-cat,
  .m-noutati-author h5 {
      font-size: 13px;
      line-height: 18px;
  }
  .m-noutati-title {
      font-size: 20px;
      line-height: 27px;
  }
  .m-noutati-desc p {
      font-size: 13px;
      line-height: 16px;
  }
  .m-noutati-author img {
      max-width: 41px;
  }
  .m-noutati-author p {
      font-size: 10px;
      line-height: 14px;
  }
}

@media all and (min-width: 1200px) {
  .m-cta-slider-item {
    padding: 0 32px;
  }
  .m-cta img {
    margin: 10px auto 24px;
  }
}

.m-search-bar {
  /*position: fixed;
  bottom: 20px;
  left: 0;*/
  width: 100%;
  z-index: 5000;
}

#search {
    width: 100%;
    height: 44px;
    padding: 8px 44px 8px 12px;
    font-size: 16px;
    color: #0d4483;
    font-style: italic;
    outline: none;
    border: 2px solid #E6ECF2;
    border-radius: 8px;
    position: relative;
    z-index: 40;
    background: #fff;
    transition: border-color 0.2s ease;
}

#search:focus {
    border-color: #0D4483;
}

#m-search-form {
    margin: 8px 0;
    padding: 0;
    position: relative;
}

#search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0d4483;
  opacity: 0.4;
}
#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #0d4483;
  opacity: 0.4;
}
#search:-ms-input-placeholder {
  /* IE 10+ */
  color: #0d4483;
  opacity: 0.4;
}
#search:-moz-placeholder {
  /* Firefox 18- */
  color: #0d4483;
  opacity: 0.4;
}

.m-search-i-wrap {
    position: relative;
    box-shadow: none;
    margin: 0;
    flex: 1;
}
.opened .m-search-i-wrap {
    /*width: calc( 100% - 60px);*/
}

/* moves searchbar on top */
.move-top {
  /*top: 60px;
  z-index: 12000;*/
}

/*
.m-search-i-wrap::before,
.m-search-i-wrap::after {
  content: "";
  background-color: #fff;
  position: absolute;
}

.m-search-i-wrap::before {
  height: 34px;
  width: 34px;
  left: -17px;
  top: 3px;
  z-index: 20;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.m-search-i-wrap::after {
  top: 0px;
  height: 40px;
  width: 22px;
  z-index: 30;
  left: 0;
}
*/

/*.m-search-i-wrap::before,*/
body .m-rounded-btn,
.m-brand-logo {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

body .m-rounded-btn {
    width: 48px;
    height: 48px;
    border: 2px solid #FFF;
    background-color: #0D4483;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    border-radius: 13px;
    right: 25px;
    cursor: pointer;
    z-index: 50;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.49);
    justify-content: center;
    flex-direction: row;
}
body .m-rounded-btn i,
.m-brand-logo img {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*product page styling*/
.m-product-top h1 {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  color: #0D4483;
  margin: 45px 0 3px;
  position: relative;
}
.m-product-top h5 {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #808EB2;
  margin-bottom: 8px;
}
.m-product-img-slider {
  background-color: #fff;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.m-prod-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}
.m-prod-slider-nav > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.m-prod-slider-nav img {
  width: 50px;
  height: auto;
}

.m-product-img-slider img {
  height: 265px;
  margin: 0 auto;
  width: auto;
}

.m-description h3 {
  color: #262626;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin: 3px 0 6px;
}

.m-description p {
  color: #808EB2;
  font-size: 10px;
  line-height: 14px;
}

.m-price-container p {
  text-align: center;
  color: #B50D1A;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  margin: 12px 0;
}

.m-price-container p strong {
  font-style: normal;
}
.m-addtocart {
  margin-bottom: 20px;
}
.m-addtocart .select2 {
  min-width: 100px;
  margin-top: 3px;
}
.m-addtocart .select2 .select2-selection{
  border: 0;
  background-color: transparent;
}

.m-addtocart .select2-container *:focus {
  outline: none;
}

.m-addtocart .select2-container .select2-selection__rendered {
  line-height: 24px;
  font-size: 17px;
  color: #808EB2;
}
.m-addtocart .select2-container .select2-selection__arrow {
  font-size: 14px;
  color: #808EB2;
  text-align: center;
  line-height: 20px;
  top: 3px;
}

.m-add-to-cart-btn {
  float: right;
  background-color: #0D4483;
  border-radius: 5px;
  color: #FFF;
  width: 124px;
  height: 30px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  border: 1px solid #0D4483;
}

.m-add-to-cart-btn:hover {
  background-color: #fff;
  color: #0D4483;
}

.m-add-to-cart-btn i {
  margin-left: 10px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.m-counselor-list h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #0D4483;
  margin: 10px 0 25px;
}
.m-counselor-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-counselor-list li {
  margin-bottom: 25px;
}
.m-counselor-list ul img {
  width: 100%;
  height: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-counselor-list span.m-portrait {
  width: 56px;
  height: 56px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  display: block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-counselor-list span.m-name {
  display: block;
  text-align: center;
  font-size: 8px;
  line-height: 12px;
  margin-top: 10px;
  color: #0D4483;
  font-weight: 600;
}
.m-counselor-list li a {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media all and ( min-width: 992px ) {
  .m-search-bar {
      top: 88px;
      bottom: inherit;
      border-bottom: 1px solid #E6ECF2;
      padding: 17px 0;
      background-color: #fff;
      flex-wrap: nowrap;
  }
  .m-search-bar form {
      align-items: center;
  }
  .m-hidden-reset {
      display: flex;
      flex: 0 0 190px;
  }
  .m-search-bar .hidden {
      display: none!important;
  }
  .m-hidden-reset .m-brand-logo {
      position: relative;
      border: 2px solid #0D4483;
      width: 60px;
      height: 60px;
      display: inline-block;
      border-radius: 22px;
      justify-content: center;
      flex-direction: row;
  }
  .m-hidden-reset .m-brand-logo img {
      width: 56px;
      height: auto;
  }
  .m-search-i-wrap {
      float: none;
      box-shadow: none;
      flex: 1 0 432px;
      margin: 0 20px 0 30px;
  }
  .m-search-i-wrap::before,
  .m-search-i-wrap::after {
      display: none;
  }
  #search {
      border: 2px solid #BC2430;
      border-radius: 8px;
      height: 48px;
      padding-left: 12px;
      padding-right: 12px;
      box-shadow: none;
  }
  .m-search-bar .m-submit-btn {
      position: static;
      transform: none;
      border-radius: 5px;
      width: 100px;
      height: 48px;
      justify-content: center;
      flex-direction: row;
      text-transform: uppercase;
      color: #FFF;
      background-color: #0D4483;
      font-size: 16px;
      font-weight: 700;
      text-align: center;
      border: 2px solid #0D4483;
      margin: 0;
  }
  .m-search-bar .m-submit-btn:hover,
  .m-reset-btn:hover {
      color: #0D4483;
      background-color: #fff;
  }
  .m-reset-btn {
      border: none;
      color: #BCCCDE;
      /* background-color: #fff; */
      width: 140px;
      line-height: 48px;
  }
  .m-reset-btn i {
      display: inline-block;
      width: 26px;
      height: 26px;
      background-color: #F1F4F8;
      border-radius: 16px;
      font-size: 15px;
      color: #808EB2;
      line-height: 26px;
      margin-left: 6px;
  }
  .m-search-btn {
      width: 36px;
      height: 48px;
      border: none;
      font-size: 20px;
      line-height: 22px;
      color: #0D4483;
      background-color: transparent;
  }
  .m-search-btn:hover {
      color: #000;
  }
  .m-filter-info {
      flex: 1 1 0;
      flex-wrap: nowrap;
      margin-left: 14px;
  }
  .m-filter-info span {
      display: inline-block;
      font-size: 15px;
      color: #808EB2;
      line-height: 58px;
      white-space: nowrap;
  }
  .m-filter-info span::after {
      content: "|";
      display: inline-block;
      font-size: 16px;
      line-height: 48px;
      margin: 0 3px;
  }
  .m-filter-info span:last-child {
      color: #0D4483;
      font-weight: 700;
      cursor: pointer;
  }
  .m-filter-info span:last-child::after {
      color: #808EB2;
      font-weight: normal;
  }
  /*Product page*/
  .m-product-top {
    margin-top: 172px;
    position: relative;
  }
  .m-product-img-slider {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .m-product-img-slider img {
    height: auto;
    max-width: 540px;
  }
  .m-prod-slider-nav {
    margin: 10px 0 25px;
  }
  .m-prod-slider-nav > div {
    display: block;
    flex: none;
    border-radius: 5px;
    border: 1px solid #E6ECF2;
  }
  .m-product-title h1 {
    text-align: left;
    border-bottom: 1px solid rgba(13, 68, 131, 0.1);
    padding-right: 180px;
  }
  .m-product-top .m-product-title h1:after {
    display: none;
  }
  .m-product-title {
    position: relative;
  }
  .m-product-title h5 {
    text-align: left;
    margin-bottom: 27px;
  }
  .m-product-top .m-description p {
    font-size: 12px;
    line-height: 18px;
  }
  .m-counselor-contact {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 200;
  }
  .m-counselor-contact h2 {
    font-size: 12px;
    color: #0D4483;
    padding-right: 40px;
  }
  .m-counselor-contact .m-phone {
    width: 28px;
    height: 28px;
    border: 0;
    background-color: #B51C1A;
    color: #FFF;
    cursor: pointer;
    display: block;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px;
    position: absolute;
    top: 2px;
    right: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .m-counselor-contact .m-phone i {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    position: relative;
    top: -9px;
  }
  .m-counselor-contact .m-phone i.fa-chevron-left {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 16px;
    position: relative;
    top: -8px;
  }
  .m-prod-details {
    margin: 30px 0 10px;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(13, 68, 131, 0.1);
  }
  .m-prod-details .m-brand-info {
    display: inline-block;
    width: 24%;
    text-align: center;
  }
  .m-prod-details .m-brand-info strong,
  .m-prod-details .m-brand-info span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #262626;
  }
  .m-prod-details .m-brand-info span {
    color: #808EB2;
  }
  .m-description-counselors .m-product-price-details {
    margin-top: 150px;
    align-items: center;
    flex-flow: row;
  }
  .m-price-container p {
    margin: 0 0 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 300;
  }
  .m-price-container .m-code-info {
    color: #808EB2;
    border-top: 1px solid rgba(13, 68, 131, 0.1);
    padding-top: 7px;
    font-style: normal;
  }
  .m-add-to-cart-btn {
    width: 164px;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    font-weight: 700;
  }
  .m-add-to-cart-btn i {
    font-size: 18px;
  }
  .m-addtocart {
    margin-bottom: 0;
  }
  .m-addtocart .select2 {
    margin-top: 7px;
  }
  .m-product-single .m-cta {
    background-color: #F5F6F7;
    padding: 35px 0 15px;
  }
  .m-price-container p strong {
    font-size: 20px;
    font-weight: 700;
  }
  .m-product-single .m-similare {
    border-bottom: 1px solid rgba(13, 68, 131, 0.1);
    padding-bottom: 50px;
  }
  .m-product-single .m-similare .m-section-title {
    font-size: 30px;
  }
  .m-counselor-list {
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    padding: 40px 0 50px;
  }
  .m-counselor-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-product-single .m-counselor-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .m-counselor-list span.m-name,
  .m-counselor-list span.m-phone {
    font-size: 13px;
    color: #0D4483;
    margin-bottom: 3px;
  }
  .m-counselor-list span.m-phone {
    font-size: 10px;
    color: #0D4483;
  }
  .m-counselor-list span.m-portrait {
    width: 80px;
    height: 80px;
    border-radius: 22px;
  }
  .total h2 > strong {
    font-size: 15px;
    position: relative;
    top: -5px;
    display: inline-block;
    margin-right: 15px;
  }
  .order-details .total h2 .red-text,
  .order-details .total h2 .red-text strong {
    font-size: 22px;
  }
  .order-details .total h2 .red-text strong {
    margin-right: 5px;
  }

    .order-details .total h2 .green-text,
    .order-details .total h2 .green-text strong {
        font-size: 22px;
    }
    .order-details .total h2 .green-text strong {
        margin-right: 5px;
    }
    .reprezentant-image{
        background-image: url("../img/dez2.jpg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 300%;
    }
    .reprezentant-left{
        padding-left: 120px;
        padding-top: 50px;
    }
    .reprezentant-buttons{
        text-align: center;
        padding-right: 100px;
        padding-left: 40px;
    }
    .btn-reprezentant{
        font-size: 12px;
        line-height: 20px;
        font-weight: 900;
        height: 50px;
        width: 135px;
    }
    .reprezentant-middle-block{
        padding-top: 30px;
        padding-right: 115px;
        padding-left: 45px;
    }
}
/*desktop end*/

/* Footer - mobile */
.footer {
  background-color: #0d4483;
  color: #f5f6f7;
  padding: 60px 0;
}
.footer .col-title {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
}
.footer li {
  font-size: 9px;
  line-height: 12px;
}
.footer li a {
  color: #f5f6f7;
}
.copyright {
  background-color: #b50d1a;
  padding: 18px 0;
  width: 100%;
}
.copyright p {
  font-size: 9px;
  text-align: center;
  color: #f5f6f7;
}
.footer-links {
  text-align: center;
}
.hidden-col {
  display: none;
}

/* offer one */
.m-carbg {
  background: url("../img/home_car.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -440px -50px;
  height: 245px;
}
.m-offercontent {
  padding: 30px 0;
}
.rabla-image{
    background-image: url("../img/program_rable_bg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300%;
}
.red-headline {
  color: #b50d1a;
  font-weight: 900;
  font-size: 9px;
}
.m-offer .m-offertitle {
  color: #0d4483;
  font-size: 12px;
  line-height: 14px;
  font-weight: 900;
  padding-top: 5px;
}
.m-offer .m-offerdesc {
  font-size: 9px;
  line-height: 12px;
  color: #59626a;
}
.m-offer .m-btn,
.newsletter .m-btn,
.formular-retur .m-btn {
  font-size: 9px;
  line-height: 13px;
  padding: 8px 16px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
}
.blue-btn {
  background: #0d4483;
  color: #ffffff;
}
.blue-btn:hover {
  background: #b50d1a;
  color: #fff;
}

/* offer two */
.m-bg-rabla {
  background: url("../img/offer2_car.jpg");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
  height: 210px;
}
.mobile-center {
  text-align: center;
}

/* offer three */
.m-dezmembrari {
  background: #808eb2;
}
.m-dezmembrari .m-offerdesc {
  color: #fff;
}
.m-bg-dez {
  background: url("../img/home-blueoffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 245px;
}
.white-btn {
  color: #b50d1a;
  background: #ffffff;
}
.white-headline {
  font-weight: 900;
  font-size: 9px;
  color: #fff;
}

/*newsletter home*/
.newsletter {
  padding: 30px 0;
}
.m-section-title {
  color: #0d4483;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}
.newsletter .form-group {
  margin: 15px 0;
}

.newsletter .form-control,
.formular-retur .form-control,
.voucher .form-control
 {
  background-color: #f5f6f7;
  border-radius: 6px;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  font-style: italic;
  font-weight: 300;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  border: none;
  width: 100%;
  margin: 0 auto;
}
.newsletter .form-control {
  max-width: 600px;
}
form .form-control::-moz-placeholder {
  color: #0d4483;
  opacity: 0.4;
}
form .form-control:-ms-input-placeholder {
  color: #0d4483;
  opacity: 0.4;
}
form .form-control::-webkit-input-placeholder {
  color: #0d4483;
  opacity: 0.4;
}
.newsletter .form-group .m-btn {
  margin-top: 17px;
}
/* comanda si livrare */
.m-comenzi,
.m-formretur {
  margin: 50px 0 50px;
}
.m-comenzi-box {
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}
.m-comenzi-article a {
  text-decoration: none;
  display: inline-block;
}
.m-comenzi-article-img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}
.m-comenzi-cat {
  color: #B50D1A;
  font-size: 9px;
  font-weight: 600;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 8px;
}
.m-comenzi-title {
  color: #0D4483;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}
.m-comenzi-title a {
  color: #0D4483;
}
.m-comenzi-desc ul li,
.m-colete-desc ul li {
  color: #59626A;
  font-size: 12px;
  line-height: 13px;
  padding-left: 12px;
}
.m-colete-desc ul li {
  color:#808EB2;
}
.m-comenzi-desc ul li:before,
.m-colete-desc ul li:before{
  content: "";
  border-color: transparent #0D4483;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.35em;
  border-radius: 80%;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.m-colete .gray-bg {
  background: #F5F6F7;
  padding: 30px;
}
.subsection-title {
  color: #0D4483;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  padding-left: 42px;
}
.icon-shipping:before {
  content: '';
  display: block;
  background: url("../img/colete1.png") no-repeat;
  width: 42px;
  height: 42px;
  float: left;
  margin-left: -40px;
}
.icon-phone:before {
  content: '';
  display: block;
  background: url("../img/colete2.png") no-repeat;
  width: 42px;
  height: 42px;
  float: left;
  margin-left: -40px;
}
.m-colete-desc {
  padding-left: 42px;
  margin-top: 24px;
}
.m-colete-desc:before {
  content: '';
  height: auto;
  margin-left: -24px;
  display: block;
  float: left;
  border-left: 1px solid #707070;
}
.colete-info {
  margin: 0 0 20px 0;
}

/* end of comanda si livrare */

/* formular retur page */
.piesa-group {
border-top: 1px solid #E6EBF1;
border-bottom: 1px solid #E6EBF1;
padding: 12px 0;
}
.formular-retur {
  margin-top: 30px;
}
.formular-retur .form-control {
  margin: 3px 0;
  background: #F0F0F0;
}
.formular-retur .duplicate {
  border: 0;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  padding: 5px;
  background: #fff;
  vertical-align: middle;
  transform: rotate(45deg);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  opacity: 0.6;
}
.formular-retur .duplicate:hover {
  opacity: 1;
}
.add-more {
  display: table;
}
span.add-more-plus {
  position: absolute;
  font-size: 12px;
  opacity: 0.8;
  color: #0D4483;
  -moz-transform: scale(1) rotate(-45deg) translateX(50%) translateY(-50%) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(-45deg) translateX(50%) translateY(-50%) skewX(0deg) skewY(0deg);
      -o-transform: scale(1) rotate(-45deg) translateX(50%) translateY(-50%) skewX(0deg) skewY(0deg);
      -ms-transform: scale(1) rotate(-45deg) translateX(50%) translateY(-50%) skewX(0deg) skewY(0deg);
      transform: scale(1) rotate(-45deg) translateX(50%) translateY(-50%) skewX(0deg) skewY(0deg);
}
span.add-text {
  font-size: 12px;
  color: #0D4483;
  font-style: italic;
  font-weight: 300;
  padding: 0 10px;
}
.bd-bottom {
  border-bottom: 1px solid #E6EBF1;
  padding: 0 0 12px 0;
}
.no-border {
  border-top: none;
  padding-top: 2px;
}
.formular-retur .m-btn {
  margin-top: 20px;
}
/* CHECKOUT */
.m-checkout-wrapper {
  padding-top: 60px;
  background: #e5e5e5; /* Old browsers */
  background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 0%, #ffffff 100%, #ffffff 100%, #ffffff 101%, #ffffff 102%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 0%,#ffffff 100%,#ffffff 100%,#ffffff 101%,#ffffff 102%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 0%,#ffffff 100%,#ffffff 100%,#ffffff 101%,#ffffff 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.m-checkout .no-padding {
  padding: 5px 0;
}
.m-tr {
  background: #FFFFFF;
  color: #0D4483;
  margin: 7px 0;
  display: inline-block;
  width: 100%;

}
.cos-cumparaturi .m-product {
  color: #0D4483;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.cos-cumparaturi img {
 width: 57px;
}
.cos-cumparaturi {
  padding-left: 0;
}
form.detalii-comanda {
  margin: 0 10px;
}
.cos-cumparaturi .m-sku {
  color: #808EB2;
  font-size: 10px;
  font-weight: 300;
}
.cos-cumparaturi .m-product-info {
  margin-left: 8px;
}
select.form-control.m-quantity:not([size]):not([multiple]) {
  height: 26px;
}
.cos-cumparaturi .price span {
  font-size: 12px;
  color: #808EB2;
}
.cos-cumparaturi .price {
  padding-right: 5px;
  padding-left: 5px;
}
.m-redtitle {
  color: #B50D1A;
  font-weight: 600;
  font-size: 20px;
}
.delete:before {
  content:"\f00d";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height:20px;
  font-weight: 900;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #F1F4F8;
  border-radius: 50%;
/*--adjust as necessary--*/
  color: #808EB2;
  font-size: 9px;
  text-align: center;
}
.voucher .form-control.red-border{
  border: 1px solid #B50D1A;
    background: #F0F0F0;
    width: 228px;
    font-size: 20px;
    color: #0D4483;
    box-shadow: 0 3px 6px rgba(0,0,0,0.02);
}
.order-details,
.reg-item .delete {
  text-align: center;
}
.total h2 {
  font-size: 15px;
  text-align: center;
  padding: 7px 0;
  color: #0D4483;
}
.total h2 span.red-text {
  color: #B50D1A;
  font-size: 15px;
}

.total h2 span.green-text {
  color: #7ac000;
  font-size: 15px;
}
.red-btn {
  background: #B50D1A;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 6px;
  text-align: center;
  width: 170px;
}
.red-btn:hover {
  background: #0D4483;
  color: #fff;
}
.m-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.m-checkout .checkout-content.special,
.m-checkout .checkout-content.special th,
.m-checkout .checkout-content {
  display: none;
}
.m-checkout .checkout-content.special td {
  display: block;
}
.m-checkout .checkout-content.special,
.m-checkout .checkout-content.active {
  display: block;
}

.m-checkout .checkout-content.special tr td:first-child,
.m-checkout .checkout-content.special td {
  display: table-cell;
}
.m-checkout .checkout-content.special .price {
  display: none;
}
.detalii-comanda .form-control,
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.arrowdown-select .select2-container--default .select2-selection--single{background-color: #FFFFFF;border-radius: 6px;text-align: left;font-size: 15px;line-height: 20px;font-style: italic;height: 38px;font-weight: 300;-webkit-box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);/* border: none; */width: 100%;margin: 7px auto;}

.custom-tabs {
  text-align: center;
}
.top-nav2, .top-nav3, .top-nav4 {
  display: none;
}
.custom-tabs .checkout-link {
  font-size: 25px;
  color: #808EB2;
  opacity: 0.5;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 0;
}
.custom-tabs li:first-child .checkout-link {
  padding-left: 0;
}
.custom-tabs li:last-child .checkout-link {
  padding-right: 0;
}
.checkout-link:hover ,
.checkout-link:active {
  text-decoration: none;
  color: #B50D1A;
}
.checkout-link.active-red{
  color: #B50D1A;
  border-bottom: none;
  opacity: 1;
}

form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0D4483;
}
form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #0D4483;
}
form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #0D4483;
}
form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #0D4483;
}

.quantity-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.quantity-select .select2-container--default .select2-selection--single {
  border-radius: 6px;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  height: auto;
  font-style: normal;
  font-weight: 300;
  color: #0D4483;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  border: none;
  width: 100%;
  cursor:pointer;
  margin: 0 auto;
}
.arrowdown-select.persoana-fizica .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-style: normal;
  font-weight: 600;
  color: #0D4483;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  visibility: hidden;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__arrow i,
.quantity-select  .select2-container--default .select2-selection--single .select2-selection__arrow i {
  display: inline-block;
  color: #808EB2;
  font-size: 17px;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__arrow i {
  font-size: 15px;
}
.quantity-select  .select2-container--default .select2-selection--single .select2-selection__arrow i {
  background: #F2F5F9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 2px;
  position: relative;
  line-height: 20px;
}
.quantity-select .select2-container {
  width: 47px !important;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 13px;
  width: 20px;
}
.arrowdown-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
  color: #0D4483;
}
.quantity-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
  right: 1px;
}
.quantity-select .select2-container--default .select2-selection--single,
.quantity-select .select2-container--default .select2-selection--single{
  border: 1px solid #F1F4F8;
  font-size: 11px;
  color: #808EB2;
  font-style: normal;
}

.total span {
  font-size: 12px;
}
select.form-control.m-quantity:not([size]):not([multiple]) {
  height: 19px;
}
.persoana-fizica .select2-selection__rendered {
  font-weight: 600;
  font-style: normal;
  opacity:1;
}
.serie-sasiu .form-control.red-border {
  border: 1px solid #B50D1A
}
.bottom-nav2,
.bottom-nav3,
.share-btn {
  display: none;
}
.detalii-comanda .text-muted{
 font-style: italic;
 color: #0D4483 !important;
 opacity: 0.5;
 font-size: 15px;
}
.order-details .goback,
.price,
.price-title {
  display: none;
}

.step3-content span {
  color: #808EB2;
  line-height: 14px;
  font-size: 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.step3-content h2 {
  text-align: center;
  font-size: 13px;
  color: #0D4483;
  line-height: 18px;
  font-weight: 600;
}

.hide-mobile {
  display: none;
}
.step4-content {
  max-width: inherit;
  text-align: center;
}
.step4-content h2 {
  font-size: 25px;
  color: #0D4483;
  line-height: 34px;
  font-weight: 600;
}
.step4-content p {
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
  color: #808EB2;
}
 .gray-btn {
    background: #B50D1A;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 33px;
    border-radius: 6px;
  }
.line-step4 {
  display: none;
}
.padding-mobile {
  padding: 20px;
}
.gray-btn:hover, .gray-btn:focus {
  color: #F5F6F7;
  background: #808EB2;
}

/*the brand selector component*/
.m-product-top,
.m-car-selector,
.m-contact .m-counselor-wrap {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+50,ffffff+51,e5e5e5+100 */
        background: #e5e5e5; /* Old browsers */
        background: -moz-linear-gradient(left,  #e5e5e5 0%, #ffffff 50%, #ffffff 51%, #e5e5e5 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  #e5e5e5 0%,#ffffff 50%,#ffffff 51%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  #e5e5e5 0%,#ffffff 50%,#ffffff 51%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 */
}
.m-car-selector {
    position: fixed;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 5005;
    max-height: calc(100vh - 38px);
    overflow: auto;
}

.m-car-selector h1,
.m-car-selector h2,
.m-car-selector h2 span {
    text-transform: uppercase;
    font-size: 12px;
    color: #0D4483;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.m-car-selector h1,
.m-car-selector h2 {
  margin: 25px 0 15px;
  width: 100%;
  padding-bottom: 10px;
}

.m-car-selector h1:before,
.m-car-selector h1:after,
.m-car-selector h2:before,
.m-car-selector h2:after,
.m-product-top h1:before,
.m-product-top h1:after {
    content: '';
    display: block;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    margin-left: 15%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d4483+30,0d4483+70&0+0,1+30,1+70,0+100 */
    background: -moz-linear-gradient(left,  rgba(13,68,131,0) 0%, rgba(13,68,131,1) 30%, rgba(13,68,131,1) 70%, rgba(13,68,131,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(13,68,131,0) 0%,rgba(13,68,131,1) 30%,rgba(13,68,131,1) 70%,rgba(13,68,131,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(13,68,131,0) 0%,rgba(13,68,131,1) 30%,rgba(13,68,131,1) 70%,rgba(13,68,131,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000d4483', endColorstr='#000d4483',GradientType=1 ); /* IE6-9 */
}
.m-car-selector h1:before,
.m-car-selector h2:before,
.m-product-top h1:before {
    display: none;
}

.m-home-elements {
  top: 300px;
  position: relative;
}

.m-car-list,
.m-car-selector ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    /*max-height: 210px;*/
    overflow: hidden;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
}

.m-car-list.full-size,
.m-car-selector ul.full-size {
    height: auto;
    max-height: 320px;
    overflow-y: scroll;
}

.m-car-selector li {
    flex: 0 0 16.6682%;
    margin-bottom: 8px;
}

.m-car-selector li label {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.m-car-selector input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.001;
    cursor: pointer;
}

.m-car-selector span {
    font-size: 7px;
    line-height: 10px;
    color: #0D4483;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
    width: 100%;
}

.m-car-list img {
    margin: 0 0 6px;
    max-width: 52px;
    width: 100%;
    height: auto;
}

.m-see-all {
    margin-top: 20px;
    text-transform: uppercase;
    width: calc(100% + 30px);
    height: 36px;
    font-size: 10px;
    color: #FFF;
    background-color: #0D4483;
    line-height: 24px;
    justify-content: center;
    margin-left: -15px;
    position: relative;
}

.m-see-all i {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -5px;
    color: #FFF;
    font-size: 14px;
}

.m-see-all i.bottom {
    top: initial;
    bottom: -5px;
}

.m-selected-elements {
    position: absolute;
    top: 12px;
    width: 100%;
    left: 0;
    text-align: center;
}

.m-selected-elements .m-filter-info span {
    display: inline-block;
    width: auto;
    font-size: 10px;
    line-height: 14px;
    color: #808EB2;
    cursor: pointer;
    margin-right: 3px;
}

.m-selected-elements .m-filter-info span:last-child,
.m-selected-elements .m-filter-info span:last-child:before {
    color: #0D4483;
}

.m-selected-elements .m-filter-info span:before {
    content: '/';
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    margin-right: 4px;
    color: #808EB2;
    position: relative;
    top: 1px;
}

.m-selected-elements .m-filter-info span:first-child:before {
    display: none;
}

.m-selected-elements .m-brand-logo {
    position: relative;
}

.m-selected-elements .m-brand-logo img {
    display: block;
    margin: 0 auto;
    height: 30px;
    width: auto;
}

.m-selected-elements .m-brand-logo {
    width: 32px;
    height: 32px;
    border-radius: 14px;
    border: 1px solid #0D4483;
    margin: 0 auto 5px;
}

/* year select component */

.m-box-view {
    background-color: #fff;
    padding: 10px 48px 55px 42px;
    position: relative;
    margin: 90px 0 50px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.m-box-view h2 {
    margin-bottom: 35px;
}

.m-box-view h2 span {
  display: none;
}

.m-box-view ul {
    max-height: initial;
}

.m-year-select li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.m-box-view li span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.m-box-view label {
    margin-bottom: 0;
}

body .m-box-view .m-rounded-btn,
body .m-products-view .m-rounded-btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -22px;
    top: inherit;
}

.m-model-select h2,
.m-engine-select h2,
.m-fuel-select h2 {
    margin: 10px 0 25px;
}

.m-half-part li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 3px;
}

.m-full-part li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.m-model-select li span {
    display: inline-block;
    width: auto;
    text-transform: none;
}

.m-model-select li span.uppercase {
    text-transform: uppercase;
}

.m-model-select li label,
.m-fuel-select li label {
    display: block;
}

.m-engine-select li {
    margin-bottom: 30px;
}

.m-products-view {
    background-color: #fff;
    padding: 10px 30px 30px;
    margin: 90px 0 0 0;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.m-products-view ul {
    max-height: initial;
}
.m-products-view ul.m-alphabet {
    display: block;
}
.m-products-view ul.m-alphabet button {
   text-transform: uppercase;
   font-size: 10px;
   line-height: 14px;
   margin: 0;
   padding: 0;
   color: #0D4483;
}

.m-products-view ul li {
    margin-bottom: 0;
}

.m-products-view ul.m-alphabet li {
    justify-content: flex-end;
    display: flex;
}

.m-products-view li label {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
}

.m-products-view span {
    width: auto;
    font-size: 12px;
    line-height: 18px;
    display: block;
    float: left;
}

.m-products-view .right-aligned {
    opacity: 0.5;
    float: right;
}

.m-normal-view {
    position: relative;
    top: initial;
    padding-bottom: 40px;
}

/* active state - is not defined in the design */
.m-brand-select li.checked span,
.m-box-view li.checked span {
    text-decoration: underline;
    color: #BC2430;
}

/*modal styling*/
.modal-backdrop {
  background-color: #0D4483;
}
.modal-backdrop.show {
  opacity: 0.8;
}
.m-addtocartmodal {
  top: 12%;
}
.m-addtocartmodal .modal-dialog {
  max-width: 300px;
  margin: 0 auto;
}
.m-addtocartmodal .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.m-addtocartmodal .modal-header {
  background-color: #0D4483;
  height: 62px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.m-addtocartmodal h2 {
  font-size: 14px;
  color: #FFF;
  line-height: 24px;
}
.m-addtocartmodal h4 span {
  font-size: 14px;
  opacity: 0.5;
  color: #F5F6F7;
  text-transform: uppercase;
  position: relative;
  top: -5px;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
.m-addtocartmodal h4 {
  font-size: 14px;
  color: #FFF;
  opacity: 1;
}
.m-addtocartmodal img {
  max-width: 160px;
}
.m-addtocartmodal .modal-body {
  background-color: #fff;
  padding: 0.8rem;
}
.m-addtocartmodal .modal-body .close {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background-color: #E5EBF1;
  float: none;
  margin: 0 auto 3px;
  border-radius: 14px;
  display: block;
  opacity: 1;
  outline: none;
}
.m-addtocartmodal .modal-body .close:hover {
  opacity: 0.5;
}
.m-addtocartmodal .modal-body .close span {
  color: #0D4483;
}
.m-addtocartmodal .m-product-image img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.m-addtocartmodal .m-small-details {
  width: 155px;
  margin: 8px auto 0;
}

.m-addtocartmodal .m-small-details h5 {
  font-size: 10px;
  color: #0D4483;
  line-height: 14px;
  margin: 0 0 10px;
}

.m-addtocartmodal .m-small-details p {
  color: #808EB2;
  font-size: 10px;
  line-height: 14px;
}

.m-addtocartmodal .m-small-details span {
  position: relative;
  top: 2px;
}

.m-addtocartmodal .m-small-details strong {
  font-size: 12px;
  line-height: 18px;
  color: #B50D1A;
  font-weight: 700;
  float: right;
}

.m-addtocartmodal .m-small-details .m-qty {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
  color: #808EB2;
}
.m-addtocartmodal .modal-footer {
  background-color: #fff;
  padding: 20px 0 10px;
  border: 0;
  border-radius: 0;
  justify-content: center;
  flex-direction: column;
}

.m-addtocartmodal .modal-footer button {
  display: block;
  margin: 5px 0;
  text-transform: uppercase;
  width: 182px;
  height: 40px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 700;
  background-color: #0D4483;
  color: #FFF;
  padding: 0;
  border: 1px solid #0D4483;
}

.m-addtocartmodal .modal-footer button:hover {
  background-color: #fff;
  color: #0D4483;
}

.m-addtocartmodal .modal-footer button.btn-default {
  background-color: #F5F6F7;
  color: #808EB2;
  border-color: #F5F6F7;
}

.m-addtocartmodal .modal-footer button.btn-default:hover {
  background-color: #fff;
  border-color: #0D4483;
}
.m-contact .m-counselor-wrap {
  padding: 50px 0 40px;
  position: relative;
  margin-top: 136px;
}
.m-contact .m-counselor-list {
  position: relative;
  top: initial;
}

.m-contact .m-counselor-list li {
  text-align: center;
  margin-bottom: 30px;
}

.m-contact .m-counselor-list span.m-portrait {
  width: 111px;
  height: 111px;
  margin: 0 auto 25px;
}

.m-contact .m-counselor-list span.m-name {
  font-size: 17px;
  line-height: 24px;
}

.m-contact .m-counselor-list a {
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
  color: #0D4483;
}

.detalii-comanda hr {
  margin: 0 0 27px;
}
   /** Product gallery lightbox */
.ekko-lightbox .modal-dialog {
    margin-top:200px;
  }
.ekko-lightbox-nav-overlay a {
    color: #396598;
    z-index: 99;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 5px;
}
.ekko-lightbox .modal-content {
    background: transparent;
}

/* desktop */
@media (min-width: 992px) {
   /** Product gallery lightbox */
  .ekko-lightbox .modal-dialog {
    max-width: 800px !important;
    margin-top: 12%;
  }
  .ekko-lightbox-nav-overlay a span {
    padding: 0 30px;
   }
  .ekko-lightbox-container {
    max-height: 600px;
  }

  .m-car-list.full-size,
  .m-car-selector ul.full-size {
    height: auto;
    max-height: 800px;
    overflow-y: unset;
  }
  .checkout-link .btn {
    margin-right: 40px;
  }

  /* checkout */
  .m-checkout-wrapper {
    padding-top: 95px;
    background: #f5f6f7;
    background: -moz-linear-gradient(top,  #f5f6f7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #f5f6f7 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5f6f7 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#ffffff',GradientType=0 );
  }
  .m-checkout-wrapper .padding-mobile {
    padding-left: 30px;
  }
  .gray-btn {
    background: #F5F6F7;
    color: #808EB2;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 0;
    border-radius: 6px;
    width: 170px;
  }
  .share-btn .gray-btn {
    margin-right: 55px;
  }
  .goback .btn {
    margin-left: 50px;
  }
  .m-checkout {
    display:flex;
    flex-direction: row;
    padding: 15px 0 15px 10px;
    border-bottom: 1px solid #E6EBF1;
    min-height: 620px;
   }
   .m-checkout.distanced {
     padding-top: 65px;
   }
   .m-checkout.large-distanced {
     padding-top: 200px;
   }
   form.detalii-comanda {
    margin: 0;
  }
  .checkout-content.special {
     flex-grow: 3;
  }
  .m-checkout .checkout-content.special tr td:first-child {
    display: block;
    width: 100%;
  }
  .m-checkout .checkout-content.special td {
    display: none;
  }
   .checkout-content.active {
    flex-grow: 4;
    width: 55%;
  }
  .hide-desktop {
    display: none;
  }
  .price-title {
    display: block;
  }
  .order-details {
    display: inline-flex;
    padding: 30px 0;
  }
  .order-details .goback {
    flex-grow: 2;
    text-align: left;
    display: block;
  }
  .order-details .total {
    padding: 0 32px;
  }
  .voucher .form-control.red-border {
    width: 350px;
    text-align: left;
  }
  .custom-tabs .checkout-link {
    display: block;
  }

  .m-tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 10px 0;
  }
  .m-tr td {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
  }
  .step-nav th {
    color: #808EB2;
    font-size: 12px;
    font-weight: 600;
  }
  table th.big-item {
    padding-left: 0;
  }
  .big-item {
    width:30%;
  }
  .align-right.reg-item {
    text-align: right;
  }
  .reg-item {
    width:17.5%;
    text-align: center;
  }
  .step-nav th:last-child {
    text-align: right;
  }
  .step-nav th:last-child div {
    margin-right: 20px;
  }
  .cos-cumparaturi td:last-child span {
    text-align: right;
    margin-right: 30px;
  }
  .m-tr td.price,
  .m-tr td.total {
    text-align: center;
  }
  .m-tr td.quantity-select .select2-container {
    margin: 0 auto;
  }
  .step2-content .detalii-comanda .row {
    margin: 27px 0;
  }
  .step2-content .detalii-comanda .row:first-child,
  .checkout-content.special .m-tr {
    margin-top: 0;
  }

  .cos-cumparaturi .m-product {
    font-size: 15px;
    line-height: 20px;
  }
  .cos-cumparaturi img {
    width: 76px;
  }
  .cos-cumparaturi .price span {
    font-size: 17px;
    line-height: 20px;
  }
  .cos-cumparaturi .total span {
    font-size: 20px;
    line-height: 27px;
    color: #0D4483;
  }
  .custom-tabs .checkout-link {
    font-size: 25px;
    color: #808EB2;
    opacity: 0.5;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 10px 30px;
    border-bottom: 1px solid #808eb242;
  }
  .custom-tabs li:first-child .checkout-link {
    padding-left: 0;
  }
  .custom-tabs li:last-child .checkout-link {
    padding-right: 40px;
  }
  .checkout-link:hover ,
  .checkout-link:active {
    text-decoration: none;
    color: #B50D1A;
    opacity: 1;
  }
  .checkout-link.active-red{
    color: #B50D1A;
    border-bottom: none;
    opacity: 1;
  }


 .arrowdown-select .select2-container--default .select2-selection--single .select2-selection__rendered,
 .arrowdown-select .select2-container--default .select2-selection--single,
 .detalii-comanda .form-control {
  background-color: #F0F0F0;
  border-radius: 6px;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 300;
  -webkit-box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.2);
  border: none;
  margin: 0 auto;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 10px;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 20px;
  opacity: 0.4;
}
.arrowdown-select .select2-container--open .select2-dropdown {
  top: 10px;
}
.quantity-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
  right: 2px;
}
.quantity-select .select2-container--default .select2-selection--single .select2-selection__arrow:before,
.delete:before {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
}
.quantity-select .select2-container--default .select2-selection--single .select2-selection__rendered,
.quantity-select .select2-container--default .select2-selection--single{
  font-size: 17px;
  font-style: normal;
  line-height: 23px;
}
.quantity-select .select2-container {
  width: 65px !important;
}
.arrowdown-select .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-size: 16px;
}
.persoana-fizica .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 600;
  font-style: normal;
  opacity:1;
}
.step3-content {
  padding-left: 90px;
}
.step3-content span {
  line-height: 18px;
  font-size: 13px;
  display: initial;
}
.step3-content h2 {
  font-size: 20px;
  text-align: left;
  line-height: 27px;
}
.step4-content {
  max-width: 480px;
  text-align: left;
}

.step4-content p {
  font-size: 12px;
  line-height: 17px;
}
  .m-footer-logo {
    color: #FFF;
    font-weight: 700;
    font-size: 13px;
  }
  .m-footer-logo:hover {
    color: #FFF;
  }
  .m-addtocartmodal .modal-dialog {
    max-width: 571px;
  }
  /* desktop footer */
  .footer {
    padding: 120px 0;
    }
  .list-padding {
    padding: 0 30px;
  }
  .footer-links {
    text-align: left;
  }
  .footer .col-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .footer li {
    font-size: 12px;
    line-height: 16px;
  }
  .border-right {
    border-color: #f5f6f7;
  }
  .hidden-col {
    display: flex;
  }
  .stacked {
    padding-top: 10px;
  }
  .copyright p {
    font-size: 12px;
    text-align: left;
  }

  /* offer one */

  .m-carbg {
    height: 423px;
    background-position: center;
  }
  .m-offercontent {
    padding: 0 380px 0 100px;
  }
    .rabla-image{
        background-color: #003B81;
        background-image: url("../img/program_rable_bg.jpg");
        background-repeat: no-repeat;
        background-position: left;
        background-size: 70%;
    }
  .rabla-offercontent{ padding: 0px 30px 0 350px; }
    .reprezentant-image{
        background-color: #0C4D8F;
        background-image: url("../img/dez2.jpg");
        background-repeat: no-repeat;
        background-size: 85%;
    }
  .red-headline,
  .white-headline {
    font-size: 12px;
    line-height: 17px;
  }
  .m-offer .m-offertitle {
    font-size: 24px;
    line-height: 33px;
    padding-top: 10px;
  }
  .m-offer .m-offerdesc {
    font-size: 12px;
    padding-bottom: 50px;
    line-height: 16px;
  }
  .m-offer .m-btn {
    font-size: 12px;
    line-height: 17px;
    padding: 12px 33px;
    font-weight: 900;
  }

  /* offer two */
  .m-bg-rabla {
    background: url("../img/offer2_car.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    height: 460px;
  }
  .mobile-center {
    text-align: left;
  }

  /* offer three */

  .m-dezmembrari {
    background: #808eb2;
  }
  .m-dezmembrari .m-offerdesc {
    color: #fff;
  }
  .m-bg-dez {
    background: url("../img/home-blueoffer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 460px;
  }
  /*newsletter home*/
  .newsletter {
    padding: 40px 0 50px 0;
  }
  .m-section-title {
    font-size: 40px;
    line-height: 55px;
  }
  .newsletter .form-group {
    margin: 20px 0;
  }

  .newsletter .form-control,
  .detalii-comanda .form-control,
  .formular-retur .form-control {
    font-size: 20px;
    line-height: 27px;
    padding: 10px 0;
  }
  .detalii-comanda .form-control {
    text-align: left;
    padding: 10px 20px;
    background-color: #F0F0F0;
  }
  .newsletter .form-group .m-btn,
  .formular-retur .m-btn {
      font-size: 12px;
      padding: 16px 76px;
      margin-top: 30px;
      font-weight: 900;
  }
  /* comenzi si livrare */
  .m-colete-desc {
    margin: 30px 0;
  }
  .m-colete-desc:before {
    margin-left: -24px;
  }
  .subsection-title {
    font-size: 24px;
    line-height: 33px;
  }
  .m-colete .gray-bg {
    padding: 44px 0;
  }
  .m-comenzi-cat {
    font-size: 13px;
    line-height: 18px;
  }
  .m-comenzi-title {
    font-size: 20px;
    line-height: 27px;
  }
  .m-comenzi-desc ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .m-comenzi-info {
    padding: 45px 0;
  }
  /* formular retur */
  .formular-retur .duplicate {
    width: 40px;
    height: 40px;
  }
  .formular-retur .add-more-plus {
    font-size: 20px
  }
  .single-info {
    padding: 40px 0;
  }
  .bd-bottom {
    padding: 20px 0;
  }
  span.add-text {
    font-size: 20px;
    padding: 0 20px;
  }
  .formular-retur .m-btn {
    margin-top: 80px;
  }
  /* car brand selector */
  .m-car-selector {
      top: 172px;
      z-index: 800;
      padding: 50px 0;
  }
  .m-brand-select {
      display: flex;
      flex-flow: row wrap;
  }
  .m-car-selector h1 {
      order: 2;
      font-size: 24px;
      line-height: 20px;
      height: 40px;
      line-height: 40px;
      padding-bottom: 0;
  }
  .m-car-selector h1:before {
      display: block;
      top: 0;
      bottom: inherit;
  }
  .m-car-list {
      max-height: initial;
      order: 1;
      margin-top: 55px;
  }
  .m-car-list, .m-car-selector ul {
      max-height: initial;
  }
  .m-car-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
      opacity: 1;
  }
  .m-car-list li:hover {
      opacity: 0.65;
  }
  .m-car-list li span {
      font-size: 11px;
  }
  .m-car-list img {
      max-width: 64px;
  }
  .m-car-selector h1:before,
  .m-car-selector h1:after {
      width: 40%;
      margin-left: 30%;
  }
  .m-home-elements {
      position: relative;
      z-index: 1000;
      margin-top: 740px;
      background-color: #fff;
      top: initial;
  }
  .m-comenzi,
  .m-formretur {
    margin: 172px 0 50px;
    padding-top: 28px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f5f6f7+0,ffffff+60 */
    background: rgb(245,246,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(245,246,247,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(245,246,247,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(245,246,247,1) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  }
  .m-box-view,
  .m-products-view {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0 auto 0;
    display: flex;
    flex-flow: row wrap;
  }
  .m-box-view h2,
  .m-box-view h2 span {
    order: 2;
    font-size: 25px;
    line-height: 40px;
  }
  .m-box-view h2 {
    padding-bottom: 6px;
    font-weight: 500;
    margin-top: 60px;
  }
  .m-box-view h2:before,
  .m-box-view h2:after {
    width: 40%;
    margin-left: 30%;
  }
  .m-box-view h2:before {
    display: block;
    top: 0;
    bottom: inherit;
  }
  .m-box-view h2 span {
    display: inline;
    font-weight: 500;
  }
  .m-box-view ul {
    order: 1;
  }
  .m-year-select ul {
    padding: 20px 0 0 20px;
  }
  .m-box-view li.checked span,
  .m-box-view li:hover span {
    color: #B50D1A;
    font-weight: 700;
    text-decoration: none;
  }
  .m-year-select li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .m-year-select li.checked label,
  .m-year-select li:hover label {
    border: 1px solid rgba(13, 68, 131, 0.6);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 16px;
  }
  .m-year-select li:hover span,
  .m-year-select li.checked span {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .m-year-select li label {
    width: 62px;
    height: 62px;
    text-align: center;
    border: 1px solid transparent;
  }
  .m-year-select li span {
    font-size: 17px;
    line-height: 23px;
    display: block;
    font-weight: 600;
  }
  .m-model-select ul {
    justify-content: flex-start;
  }
  .m-model-select li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .m-model-select li label {
    border-bottom: 1px solid #E6EBF1;
    min-width: 200px;
    padding-bottom: 5px;
  }
  .m-model-select ul {
    border-top: 1px solid #E6EBF1;
    padding-top: 25px;
  }
  .m-fuel-select,
  .m-engine-select,
  .m-enginepower-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: block;
    padding: 0;
  }
  .m-fuel-select ul,
  .m-engine-select ul,
  .m-enginepower-select ul {
    order: 2;
    margin-left: 25px;
    padding-top: 11px;
    border-right: 1px solid #E6EBF1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 280px;
    overflow: auto;
    display: block;
  }
  .m-engine-select ul {
    flex-flow: row wrap;
    display: flex;
  }
  .m-fuel-select h2,
  .m-engine-select h2,
  .m-enginepower-select h2,
  .m-fuel-select h2 span,
  .m-engine-select h2 span,
  .m-enginepower-select h2 span {
    order: 1;
    margin-top: 0;
    font-size: 20px;
    color: #262626;
    text-align: left;
    text-transform: initial;
  }
  .m-fuel-select h2,
  .m-engine-select h2,
  .m-enginepower-select h2 {
    width: 100%;
    border-bottom: 1px solid #E6EBF1;
    margin-left: 25px;
    margin-bottom: 24px;
  }
  .m-fuel-select h2:before,
  .m-engine-select h2:before,
  .m-enginepower-select h2:before,
  .m-fuel-select h2:after,
  .m-engine-select h2:after,
  .m-enginepower-select h2:after {
    display: none;
  }
  .m-fuel-select li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .m-fuel-select li span,
  .m-engine-select li span,
  .m-enginepower-select li span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: initial;
    opacity: 0.5;
  }
  .m-fuel-select li.checked span,
  .m-engine-select li.checked span,
  .m-enginepower-select li.checked span,
  .m-fuel-select li:hover span,
  .m-engine-select li:hover span,
  .m-enginepower-select li:hover span {
    opacity: 1;
    color: #0D4483;
  }
  .m-fuel-select li label,
  .m-engine-select li label,
  .m-enginepower-select li label {
    border-top: 1px solid #E6EBF1;
    padding: 8px 0 6px;
    line-height: 24px;
    max-width: 240px;
  }
  .m-fuel-select li:last-child label,
  .m-engine-select li:last-child label,
  .m-enginepower-select li:last-child label {
    border-bottom: 1px solid #E6EBF1;
  }
  .m-engine-select li label {
    max-width: 155px;
  }
  .m-engine-select li,
  .m-enginepower-select li {
    margin-bottom: 0;
  }
  .m-title-wrapper h2 {
    font-weight: 600;
  }
  .m-title-wrapper h2:before,
  .m-title-wrapper h2:after {
      width: 100%;
      margin-left: 0;
  }
  .m-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-products-view {
    padding: 0;
    overflow: initial;
  }
  .m-products-view h2 {
    width: auto;
    font-size: 20px;
    line-height: 28px;
    text-transform: initial;
    color: #262626;
    text-align: left;
  }
  .m-products-view h2:after {
    display: none;
  }
  .m-products-view ul.m-alphabet {
    display: block;
    justify-content: flex-start;
  }
  .m-products-view ul.m-alphabet li {
    flex: 0 0 auto;
    cursor: pointer;
  }
  .m-products-view ul.m-alphabet button {
    font-size: 10px;
    line-height: 18px;
    color: #0D4483;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 0;
    margin-right: 17px;
    border: 0;
  }
  .m-products-view ul.m-alphabet button.disabled {
    opacity: 0.7;
    background-color: #F7F8F9;
  }
  .m-products-view ul.m-alphabet li:last-child button {
    margin-right: 0;
  }
  .m-products-view ul.m-products {
    display: block;
    position: relative;
    overflow: unset;
  }
  .m-products li span {
    font-weight: 600;
    font-size: 11px;
    max-width: 180px;
  }
  .m-products div > li {
    padding: 0 25px;
  }
  .m-products li ul li {
    border-bottom: 1px solid #E6EBF1;
    padding-top: 7px;
  }
  .m-products li ul li:first-child {
    border-top: 1px solid #E6EBF1;
  }
  .m-products-view .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: -40px;
    z-index: 2000;
    border: 0;
    background: transparent;
    color: #0D4483;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    width: 30px;
    outline: none;
  }
  .m-products-view .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .m-products-view .slick-arrow.slick-next {
    left: inherit;
    right: -45px;
  }
  .m-products-view .slick-list {
    max-width: 1130px;
    overflow: hidden;
    margin-left: -15px;
  }
  .m-products-view .slick-slide {
    opacity: 0.3;
  }
  .m-products-view .slick-slide.slick-active {
    opacity: 1;
  }
  .m-products-view .checked {
    border-bottom-color: #0D4483;
    color: #BC2430;
  }
  .m-products-view .checked span,
  .m-products-view .checked .right-aligned,
  .m-products-view li li:hover span,
  .m-products-view li li:hover .right-aligned {
    color: #BC2430;
    opacity: 1;
  }


  /* modal desktop */
  .m-addtocartmodal {
  top: 25%;
  }
.m-addtocartmodal .modal-content {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.m-addtocartmodal .modal-header {
  margin-bottom: 8px;
  margin-left: 3px;
}
.m-addtocartmodal h2 {
  font-size: 22px;
}
.m-addtocartmodal h4 span {
  font-size: 16px;
}
.m-addtocartmodal h4 {
  font-size: 25px;
}
.m-addtocartmodal .modal-body {
  padding: 55px 20px 0;
}

.m-addtocartmodal .modal-footer {
  padding: 30px 0 55px;
  flex-diection: unset;
}

.m-addtocartmodal .modal-footer button {
  display: inline-block;
  justify-content: unset;
  flex-direction:unset;
  margin: 0 5px;
}

}

/* tablet */
@media (min-width: 767px) and (max-width: 1024px) {
  .hidden-col {
    display: flex;
  }
  .m-offercontent {
    padding: 0 40px 0 40px;
  }
    .rabla-image{
        background-image: url("../img/program_rable_bg.jpg");
        background-repeat: no-repeat;
        background-position: left;
    }
    .reprezentant-image{
        background-image: url("../img/dez2.jpg");
        background-repeat: no-repeat;
        background-position: left;
    }
    .reprezentant-left{
        padding-left: 40px;
        padding-top: 60px;
        padding-right: 65px;
    }
    .btn-reprezentant{
        font-size: 12px;
        line-height: 20px;
        font-weight: 900;
        height: 50px;
        width: 135px;
    }
  .m-tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    margin: 10px 0;
}
.m-checkout {
  display: flex;
  flex-direction: row;
  padding: 85px 0;
  border-bottom: 1px solid #E6EBF1;
}
.m-tr td {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
.checkout-content.active {
  flex-grow: 4;
  width: 55%;
}
.big-item {
  width: 30%;
}
.reg-item {
  width: 17.5%;
}
.m-checkout .checkout-content.special td {
  display: none;
}
}
