body.dealer-profile {
  font-family: 'Roboto', sans-serif;
  background-color: #eee;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: no-repeat center;
  background-size: contain;
  margin-right: 0.5rem;
  flex-shrink: 0;
}

.icon-low-mileage {
  background-image: url(../../front/img-new/svg/detail-advantages/road.svg);
}

.icon-low-consumption {
  background-image: url(../../front/img-new/svg/detail-advantages/fuel.svg);
}

.icon-has-guarantee {
  background-image: url(../../front/img-new/svg/detail-advantages/shield.svg);
}

.icon-technical-inspection {
  background-image: url(../../front/img-new/svg/detail-advantages/service-book.svg);
}

.icon-rich-features {
  background-image: url(../../front/img-new/svg/detail-advantages/rich-features.svg);
}

.icon-strong-engine {
  background-image: url(../../front/img-new/svg/detail-advantages/strong-engine.svg);
}

.icon-not-damaged {
  background-image: url(../../front/img-new/svg/detail-advantages/not-damaged.svg);
}

.icon-czech-origin {
  background-image: url(../../front/img-new/svg/detail-advantages/czech-origin.svg);
}

.icon-first-owner {
  background-image: url(../../front/img-new/svg/detail-advantages/first-owner.svg);
}

.icon-up-to-4-years {
  background-image: url(../../front/img-new/svg/detail-advantages/five.svg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  min-width: 10rem;
  color: #424346;
  transition: all 0.25s ease-in;
  font-size: 0.9375rem;
}

.btn-primary {
  color: #212529;
  background-color: #a4d90e;
  border-color: #a4d90e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #80a90b;
  border-color: #779d0a;
}

.btn-rounded {
  border-radius: 2rem;
}

.form-control,
select.form-control:not([size]):not([multiple]) {
  padding: 1.15rem 0.75rem 0.75rem;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background-color: #fff;
  height: 2.8125rem;
  font-size: 1rem;
}

.form-control.text-danger,
select.form-control:not([size]):not([multiple]).text-danger {
  margin-top: 0;
}

.form-control-label {
  font-size: 0.9375rem;
}

.form-group {
  position: relative;
}

.sticky-labels .form-control-label {
  pointer-events: none;
  font-weight: 400;
  position: absolute;
  z-index: 1;
  line-height: 1.5;
  top: 0.75rem;
  left: 0.75rem;
  color: #9d9d9c;
  transition: all 0.15s ease-in-out;
}

.sticky-labels .form-control-label.labelStickedTop,
.sticky-labels .form-control-label.labelAlwaysTop {
  top: 1px;
  font-size: 0.8125rem;
}

.sticky-labels .form-control-label.noLabel {
  display: none;
}

.sticky-labels .form-control-label.text-danger {
  margin-top: 0;
}

.sticky-labels .form-control {
  padding: 1.15rem 0.75rem 0.25rem 0.75rem !important;
}

.phone-select select.form-control {
  padding: 0.75rem 2.25rem 0.75rem 0.75rem !important;
}

.phone-select .col-5 {
  padding-right: 0;
}

.phone-select .col-7 {
  padding-left: 0;
}

.phone-select .col-7 .form-control {
  border-left-color: transparent;
}

.dealer-header {
  background-color: #424346;
  position: relative;
}

.dealer-nav-logo {
  position: relative;
  width: 220px;
  height: 65px;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #000206;
  -moz-box-shadow: 0 0 10px #000206;
  box-shadow: 0 0 10px #000206;
  color: #424346;
  font-weight: 700;
  font-size: 22px;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.dealer-nav-logo:hover {
  color: #a4d90e;
}

.dealer-nav-logo img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

.dealer-main-menu {
  display: flex;
  align-items: center;
}

.dealer-main-menu .form-control {
  width: 100%;
  max-width: 250px;
  margin: auto;
}

.dealer-navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  background: #424346;
  position: absolute;
  z-index: 100;
  top: 65px;
  left: 0;
  padding: 30px 0;
}

.dealer-navbar select.form-control {
  padding: 0 0.75rem !important;
}

.dealer-navbar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 55px;
  overflow: hidden;
}

.dealer-navbar nav ul li a {
  display: flex;
  justify-content: center;
  color: #ebebeb;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  padding: 20px;
}

.dealer-contact-us {
  margin: auto;
  color: #ebebeb;
  font-size: 17px;
  font-weight: 400;
  line-height: 16.3px;
  padding: 20px;
}

.dealer-contact-us i {
  margin-right: 0.5rem;
}

.dealer-contact-us:hover {
  color: #ebebeb;
}

.dealer-logo-tutut {
  display: flex;
  padding: 20px;
}

.dealer-banner img {
  display: block;
  min-height: 180px;
  width: 100%;
  object-fit: cover;
}

.dealer-content ul {
  margin: 0;
  padding: 0;
}

.dealer-content ul li {
  list-style-type: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 31px;
}

.dealer-content ul li::before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  margin-right: 0.75rem;
}

.dealer-content p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.dealer-content .dealer-contact-info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.dealer-content .dealer-contact-info.opening-hours p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.17px;
}

.dealer-content .dealer-contact-info a {
  color: #000;
}

.dealer-content .dealer-contact-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.17px;
}

.dealer-content .dealer-contact-info .eval-stars {
  color: #fff;
}

.dealer-content .dealer-contact-info .social-network {
  margin-top: 0;
  margin-bottom: 0.5rem;
  justify-content: flex-start;
}

.dealer-content .dealer-contact-info .social-network {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  white-space: nowrap;
}

.dealer-content .dealer-contact-info .social-network img {
  margin-right: 0.5rem;
}

.dealer-content .dealer-contact-info .day {
  display: inline-block;
  width: 45px;
}

.dealer-content .btn-default {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  background-color: #424346;
  padding: 8px 18px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.dealer-content .btn-default:hover {
  background-color: #a4d90e;
}

.dealer-select-section {
  background-color: #424346;
  padding: 25px 0 15px 0;
  position: relative;
}

.dealer-select-section select.form-control:not([size]):not([multiple]),
.dealer-select-section .form-control {
  border: none;
}

.dealer-select-section__submit {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  transform: translateY(50%);
}

.btn-dealer-search {
  padding: 3px 45px;
  background: #fff;
  border: 13px solid #424346;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 32.22px;
}

.btn-dealer-search:hover {
  background: #fff;
  color: #a4d90e;
}

.dealer-hp-gallery {
  -webkit-box-shadow: inset 0 0 8px rgba(0, 2, 6, 0.71);
  -moz-box-shadow: inset 0 0 8px rgba(0, 2, 6, 0.71);
  box-shadow: inset 0 0 8px rgba(0, 2, 6, 0.71);
  background-color: #bfbfbf;
  padding: 45px 0 15px 0;
}

.dealer-hp-gallery img {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

footer.dealer-footer {
  position: relative;
  color: #d4cac8;
  font-size: 14px;
  line-height: 24.17px;
  font-weight: 400;
  background: #424346;
  padding: 30px 0 15px 0;
}

footer.dealer-footer .container .row > div {
  margin-bottom: 30px;
  text-align: center;
}

footer.dealer-footer a {
  color: #d4cac8;
}

footer.dealer-footer .day {
  display: inline-block;
  width: 30px;
}

.eval-stars {
  font-size: 14px;
  line-height: 25px;
}

.dealer-map {
  width: 100%;
  height: 220px;
}

.dealer-contact-title {
  display: inline-block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.17px;
  margin-bottom: 1.5rem;
}

.dealer-contact-title i {
  color: #424346;
  margin-left: 0.5rem;
}

.dealer-team-item {
  max-width: 250px;
  margin: auto;
}

.dealer-team-item img {
  display: block;
  max-width: 100%;
  margin-bottom: 1rem;
}

.dealer-team-item p {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.17px;
}

.dealer-team-item p a {
  color: #000;
}

.delaer-team-devider {
  border-top: 3px solid #cfcfcf;
}

.find-branch {
  color: #fff;
  display: flex;
  align-items: center;
}

.find-branch a {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.find-branch a .icon-map-pin::before {
  content: "";
  position: absolute;
  left: -45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 5px;
  background: url('../img/svg/mapa-pin-white.svg') no-repeat center;
  background-size: contain;
}

.dealer-buyitem-list-item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  color: #000;
  -webkit-box-shadow: 0 0 3px rgba(0, 2, 6, 0.24);
  -moz-box-shadow: 0 0 3px rgba(0, 2, 6, 0.24);
  box-shadow: 0 0 3px rgba(0, 2, 6, 0.24);
}

.dealer-buyitem-list-item:hover {
  color: inherit;
}

.dealer-buyitem-list-item:hover h3 {
  color: #a4d90e !important;
}

.dealer-buyitem-list-item:hover .price {
  color: #a4d90e !important;
}

.dealer-buyitem-list-item__header {
  background-color: #424346;
  padding: 8px 25px;
  display: flex;
  height: 2.5rem;
}

.dealer-buyitem-list-item__header .header-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.17px;
  overflow: hidden;
  white-space: nowrap;
}

.dealer-buyitem-list-item__header .header-title h3 {
  margin-right: 10px;
  line-height: 19.17px;
}

.dealer-buyitem-list-item__header .header-title span {
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dealer-buyitem-list-item__header .label {
  margin-right: 1rem;
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 24.02px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.dealer-buyitem-list-item__header h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.17px;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.dealer-buyitem-list-item__content {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.dealer-buyitem-list-item__content .content-image {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.dealer-buyitem-list-item__content .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer-buyitem-list-item__content .content-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}

.dealer-buyitem-list-item__content .item-specification {
  width: 100%;
}

.dealer-buyitem-list-item__content .item-specification ul {
  margin-left: 0;
}

.dealer-buyitem-list-item__content .item-specification ul li {
  margin-right: 0.5rem;
  font-size: 1rem;
  color: #424346;
  margin-bottom: 0.75rem;
}

.dealer-buyitem-list-item__content .item-specification ul li .icon {
  width: 2.25rem;
  height: 2.25rem;
}

.dealer-buyitem-list-item__content .item-specification ul li::before {
  display: none;
}

.dealer-buyitem-list-item__content .item-specification table {
  margin-bottom: 30px;
  width: 100%;
}

.dealer-buyitem-list-item__content .item-specification table td {
  padding: 8px 0;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  border-top: 0;
}

.dealer-buyitem-list-item__content .item-specification table td:first-of-type {
  font-weight: 400;
}

.dealer-buyitem-list-item__content .item-specification table tr:last-of-type td {
  border-bottom: 0;
}

.dealer-buyitem-list-item__content .item-price {
  min-width: 200px;
  margin-top: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.dealer-buyitem-list-item__content .item-price .price {
  display: flex;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 34.98px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.dealer-buyitems-bottom {
  padding-bottom: 50px;
}

.dealer-buyitems-bottom .btn {
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 30px;
}

.back-button {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.back-button img {
  margin-right: 0.5rem;
}

.dealer-buyitem-detail {
  padding: 50px 0;
}

.dealer-buyitem-detail .buyitem-id {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.88px;
}

.dealer-buyitem-detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.dealer-buyitem-detail-title + p {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.dealer-buyitem-detail-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.dealer-buyitem-detail-price span {
  margin-top: 0.35rem;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}

.dealer-buyitem-detail-pagingInfo {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 5;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.55);
  padding: 3px 7px 3px 3px;
  display: flex;
  align-items: center;
}

.dealer-buyitem-detail-pagingInfo img {
  margin-right: 0.5rem;
}

.dealer-buyitem-detail-slider {
  visibility: hidden;
}

.dealer-buyitem-detail-slider .slider-item {
  display: flex;
  align-items: center;
  height: 300px;
}

.dealer-buyitem-detail-slider .slider-item:not(.slider-video-item)::before {
  display: none;
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 5;
  background: url('../img/svg/priblizit-white.svg') rgba(0, 0, 0, 0.55) center no-repeat;
  background-size: calc(100% - 5px);
  height: 45px;
  width: 45px;
}

.dealer-buyitem-detail-slider .slider-item img {
  max-width: 100%;
}

.dealer-buyitem-detail-slider .slider-item:hover {
  text-decoration: none;
}

.dealer-buyitem-detail-slider .slider-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px 15px;
  background-color: rgba(0, 0, 0, 0.55);
}

.dealer-buyitem-detail-slider .slider-arrow i {
  color: #fff;
  font-size: 70px;
}

.dealer-buyitem-detail-slider .slider-arrow.slider-arrow--prev {
  left: 0;
}

.dealer-buyitem-detail-slider .slider-arrow.slider-arrow--next {
  right: 0;
}

.dealer-buyitem-detail-sliderNav {
  visibility: hidden;
  overflow: hidden;
}

.dealer-buyitem-detail-sliderNav .slider-item {
  display: block;
  margin-bottom: 10px;
}

.dealer-buyitem-detail-sliderNav .slider-item img {
  max-width: 100%;
}

.dealer-buyitem-detail-sliderNav .slider-item:hover {
  text-decoration: none;
}

.slick-initialized {
  visibility: visible;
}

.dealer-buyitem-detail-userOptions {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dealer-buyitem-detail-userOptions:last-of-type {
  margin-bottom: -30px;
}

.dealer-buyitem-detail-userOptions a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  margin-right: 45px;
  padding: 15px 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.dealer-buyitem-detail-userOptions a img {
  margin-right: 0.5rem;
}

.dealer-buyitem-detail-userOptions a:last-of-type {
  margin-right: 0;
}

.dealer-buyitem-detail-userOptions a:hover {
  text-decoration: none;
  color: #a4d90e;
}

.dealer-buyitem-detail-info p {
  font-size: 15px;
  line-height: 20px;
}

.info-block {
  -webkit-box-shadow: 0 1px 2px rgba(0, 2, 6, 0.22);
  -moz-box-shadow: 0 1px 2px rgba(0, 2, 6, 0.22);
  box-shadow: 0 1px 2px rgba(0, 2, 6, 0.22);
  background-color: #fff;
}

.info-block__title {
  padding: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #eee;
}

.info-block__title i {
  margin-left: 0.5rem;
}

.info-block__content {
  padding: 15px;
}

.info-block__content p {
  font-size: 15px;
  line-height: 20px;
}

.info-block__content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.info-block__content ul li {
  font-size: 15px;
  line-height: 22px;
}

.info-block__content ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 13px;
  content: "\f00c";
  margin-right: 0.45rem;
}

.info-block__content > .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

.info-block__content > .row::before {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background: #eee;
  bottom: 0;
  left: 15px;
}

.info-block__content > .row:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.info-block__content > .row:last-of-type::before {
  display: none;
}

.info-table {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}

.info-table .d-flex {
  margin-bottom: 10px;
}

.info-table strong {
  display: block;
  width: 140px;
  min-width: 140px;
}

.info-table i {
  font-size: 18px;
}

.info-table .fa-times {
  color: #f00;
}

.branch-infoWindow {
  line-height: 20px;
}

.branch-infoWindow strong {
  font-size: 14px;
  font-weight: 600;
}

.branch-infoWindow .branch-detail-map-link {
  color: #000;
  display: inline-flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}

.branch-infoWindow .branch-detail-map-link::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../img/icons/dealer-branch-detail.png) center no-repeat;
  background-size: contain;
  margin-right: 0.5rem;
}

.branch-infoWindow .branch-detail-map-link:hover {
  color: #a4d90e;
  text-decoration: none;
}

.dealer-buyitem-list {
  margin-top: 50px;
}

.dealer-contact-form textarea {
  min-height: 180px;
}

/* Forms */

label {
  font-size: 0.99rem;
  font-weight: 400;
  color: #000;
  line-height: 24px;
}

select {
  display: inline !important;
  background: url(../img/svg/down-arrow-green.svg) right 0.75rem center no-repeat;
  background-size: 18px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

select option:disabled {
  color: rgba(11, 11, 11, 0.28);
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.text-danger {
  color: #f00 !important;
  font-size: 14px;
}

.text-danger,
.form-control-feedback {
  display: block;
  margin-top: 10px;
  width: 100%;
}

.btn-default {
  background-color: #a4d90e;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  padding: 12px 18px;
  line-height: 1;
  border: 0;
  box-shadow: none;
  min-width: 180px;
}

.btn-secondary {
  border: none;
  border-radius: 50px;
  padding: 5px 15px 5px 25px;
  background-color: #424346;
  display: inline-flex;
  align-items: center;
}

.btn-secondary .icon {
  display: inline-block;
  margin-left: 10px;
  color: #a4d90e;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.btn-secondary .icon::before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.btn-secondary:hover {
  background-color: #a4d90e;
}

.btn-secondary:hover .icon {
  color: #fff;
}

.pagination {
  margin: 0 !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination .disabled {
  display: flex;
  align-items: center;
}

.pagination .page-item {
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  margin: 0.25rem;
  line-height: 22px;
}

.pagination .page-item .page-link {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 8px;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}

.pagination .page-item::before {
  display: none;
}

.pagination .page-item.active {
  border: 1px solid #000;
}

.pagination .page-item.active .page-link {
  background: transparent;
}

.pagination .page-item:hover.active {
  border-color: #a4d90e;
}

.pagination .page-item:hover .page-link {
  color: #a4d90e;
}

.text-white {
  color: #fff !important;
}

.notification-alert-close {
  position: absolute;
  right: 15px;
  background: none;
  font-size: 1.5rem;
  border: none;
  padding: 0;
  margin: 0;
  color: #424346;
}

.notification-alert-close:focus,
.notification-alert-close:active {
  outline: none;
  box-shadow: none;
}

.alert-success {
  background-color: #d1fa5c;
}

.alert-info {
  background-color: #bde3ff;
}

.alert-warning {
  background-color: #ffda75;
}

.alert-danger {
  background-color: #ffc4bd;
}

.textarea-form-input .form-control-label {
  width: calc(100% - 0.75rem - 23px);
  background-color: #fff;
}

@media (min-width: 576px) {
  .dealer-content .dealer-contact-info {
    align-items: flex-start;
  }

  .dealer-content .dealer-contact-info p {
    text-align: left;
  }

  .dealer-team-item {
    max-width: 100%;
  }

  .dealer-team-item p {
    text-align: left;
  }

  .dealer-buyitem-detail-slider .slider-item {
    height: 480px;
  }

  .info-table strong {
    width: 160px;
    min-width: 160px;
  }
}

@media (min-width: 768px) {
  .dealer-nav-logo {
    width: 245px;
  }

  .dealer-content ul {
    margin-left: 30px;
  }

  .dealer-content .dealer-contact-info .social-network {
    justify-content: flex-start;
  }

  .dealer-select-section {
    top: -100px;
  }

  footer.dealer-footer .container .row > div {
    text-align: left;
  }

  .dealer-map {
    height: 400px;
  }

  .find-branch a {
    margin-left: 50px;
  }

  .dealer-buyitems-bottom {
    padding-bottom: 100px;
  }

  .dealer-buyitems-bottom .btn {
    margin-bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    left: 0;
  }

  .dealer-buyitem-detail {
    padding: 80px 0;
  }

  .dealer-buyitem-detail-price {
    align-items: flex-end;
  }

  .dealer-buyitem-detail-slider .slider-item:not(.slider-video-item)::before {
    display: block;
  }

  .dealer-buyitem-list {
    margin-top: -50px;
  }

  .pagination {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .form-control,
  select.form-control:not([size]):not([multiple]) {
    font-size: 0.9375rem;
  }

  .dealer-nav-logo {
    padding: 5px 25px;
    position: absolute;
    height: calc(100% + 30px);
    top: 0;
  }

  .dealer-main-menu .form-control {
    max-width: 180px;
  }

  .dealer-navbar nav ul li a {
    padding: 20px 25px;
  }

  .dealer-navbar {
    padding: 0;
    position: relative;
    top: 0;
    flex-direction: row;
  }

  .dealer-navbar.collapse {
    display: flex !important;
  }

  .dealer-navbar nav {
    margin-left: 250px;
  }

  .dealer-navbar nav ul li {
    display: inline-block;
    text-align: left;
  }

  .dealer-navbar nav ul li a {
    align-items: flex-start;
    justify-content: flex-start;
    border-right: 1px solid #000;
  }

  .dealer-contact-us {
    padding: 0;
  }

  .dealer-logo-tutut {
    margin-left: auto;
    padding: 0;
  }

  .dealer-banner img {
    max-height: 500px;
  }

  .dealer-map {
    height: 480px;
  }

  .dealer-buyitem-list-item__content .content-image {
    flex-basis: 235px;
    width: 235px;
  }

  .dealer-buyitem-list-item__content {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .dealer-buyitem-list-item__content .content-image {
    height: 260px;
  }

  .dealer-buyitem-list-item__content .content-text {
    flex-direction: row;
  }

  .dealer-buyitem-list-item__content .item-price {
    margin-top: 0;
    margin-left: auto;
    text-align: right;
  }

  .dealer-buyitem-list-item__content .item-price .price {
    justify-content: flex-end;
  }

  .dealer-buyitem-list-item__content .item-specification {
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .dealer-buyitem-list-item__content .item-specification ul {
    margin-top: 12px;
    margin-left: 30px;
  }

  .dealer-buyitem-list-item__content .item-specification ul li {
    width: 100%;
  }

  .dealer-buyitem-list-item__content .item-specification table {
    width: 200px;
    min-width: 200px;
    margin-bottom: 0;
  }

  .dealer-buyitem-detail-slider .slider-item {
    height: 540px;
  }

  .dealer-buyitem-detail-sliderNav {
    height: 542px;
  }

  .dealer-buyitem-detail-userOptions a:nth-of-type(3) {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .dealer-main-menu .form-control {
    max-width: 250px;
  }

  .dealer-navbar nav ul li a {
    padding: 20px 45px;
  }

  .dealer-buyitem-list-item__content .content-image {
    flex-basis: 335px;
    width: 335px;
  }

  .dealer-buyitem-list-item__content .item-specification ul {
    margin-left: 100px;
  }

  .dealer-buyitem-list-item__content .content-text {
    padding: 15px;
  }

  .dealer-buyitem-detail-slider .slider-item {
    min-height: 642px;
  }

  .dealer-buyitem-detail-sliderNav {
    height: 647px;
  }

  .info-table strong {
    width: 200px;
    min-width: 200px;
  }
}

@media (min-width: 1600px) {
  .notification-alert-close {
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .dealer-select-section .container {
    padding: 0;
  }
}