body{
  direction: unset !important;
}
.rtl {
  direction: rtl;
}
.colors {
  color: #3f3f3f;
  color: #f9c421;
}
.text-in-grey {
  color: #3f3f3f!important;
}
.text-in-black {
  color: #000!important;
}
.text-in-amber {
  color: #f9c421;
}
.text-in-red {
  color: #f94f15;
}
.background-grey {
  background-color: #3f3f3f;
}
.background-amber {
  background-color: #f9c421;
}
.background-white {
  background-color: #ffffff;
}
.background-light-amber {
  background-color: rgba(249, 196, 33, 0.65);
}
.background-silver {
  background-color: silver!important;
}
.bg-img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-curvy-img {
  background-size: cover;
  background-position: center 1px;
  background-repeat: no-repeat;
}
.custom-line-height {
  line-height: 1.2;
}
.font-weight-500 {
  font-weight: 500!important;
}
.font-weight-600 {
  font-weight: 600;
}
.font-size-14 {
  font-size: 0.9rem;
}
.font-size-16 {
  font-size: 1rem!important;
}
.font-size-18 {
  font-size: 1.125rem;
}
.font-size-20 {
  font-size: 1.3rem;
}

.site-header {
  width: 100%;
  top: 0;
  left: 0;
}
header {
  /*z-index: 3;*/
  /*position: relative;*/
}
.header-inner {
  border-top: 5px solid  #f9c421;
}
.header-inner:before {
  background: none;
  border-top: 1px solid #3f3f3f;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}
/* Profile Dropdown */
.profile-dropdown .header-user-icon {
  width: .8rem;
}
.profile-dropdown .dropdown-menu {
  position: absolute;
  background-color: rgb(59, 59, 59);
  border: 2px solid rgb(249, 196, 33);
  min-width: unset;
}
.rtl .profile-dropdown .dropdown-menu {
  text-align: right;
  right: 0;
  left: unset!important;
}
.profile-dropdown .dropdown-item {
  padding: 0.1rem .8rem 0.2rem;
}
.height-340 {
  min-height: 98px;
}
@media only screen and  (max-width: 992px) {
  .height-340 {
    min-height: unset;
  }
}
.custom-buttons a {
  height: 5rem;
  border-radius: 18px;
}
.custom-buttons div {
  font-size: 1.3rem;
}
.custom-buttons p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
}
.custom-buttons img {
  width: 3.6rem;
}
.hover-translate:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
/* Home */
.fixed-background {
  padding-bottom: 6rem;
  background-attachment: fixed;
}
.home-slider {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
  
}
@media only screen and (max-width: 767.8px) {
  .home-slider {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
    
  }
}
.buyer-features .rounded{
  border-radius: 1.5rem!important;
}
@media (min-width: 992px) {
  .request-part-img {
    width: 130%;
  }
}
@media (max-width: 992px) {
  .request-part-img {
    width: 100%;
  }
}
.buyer-features .number {
  font-weight: 600;
  font-size: 75px;
  line-height: 75px;
  color: #f9c421;
}
.buyer-features img {
  width: 4rem;
}
.buyer-features h5 {
  width: 30%;
  font-size: 18px;
  line-height: 24px;
}
.buyer-features p {
  width: 50%;
  font-size: 14px;
  line-height: 18px;
}
.request-part-img img {
  width: 130%;
}
@media (min-width: 501px) {
  .buyer-features .box > *{
    margin-bottom: 0;
  }
  .buyer-features .box > *:not(:last-child){
    margin-right: 1rem;
  }
  .rtl .buyer-features .box > *:not(:last-child){
    margin-right: 0;
    margin-left: 1rem;
  }
}
@media (max-width: 500.8px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .buyer-features .box > *:not(:last-child) {
    margin-bottom: 1rem!important;
  }
  .buyer-features .number {
    font-size: 67px;
    line-height: 70px;
  }
  .buyer-features h5, .buyer-features p {
    width: 100%;
    text-align: center;
  }
}
.who-is-seller .who-is-seller--img img {
  transform: translate(0, 10rem);
  margin-top: -7rem;
}
.rtl .who-is-seller .who-is-seller--img img {
  transform: translate(0, 8.5rem);
}
.who-is-seller .who-is-seller--text .custom-buttons a {
  cursor: inherit!important;
}
.ferrari-car {
  width: 130%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rtl .ferrari-car{
  left: 0;
  right: unset;
}
@media only screen and (max-width: 1440px) {
  .ferrari-car {
    width: 100%;
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
}
.text-no-wrap{
  white-space: nowrap;
  direction: rtl;
}
@media only screen and (max-width: 992px) {
  .text-no-wrap {
    white-space: unset;
    direction: ltr;
  }
}
@media (max-width: 576px) {
  .display-3 {
    font-size: 3.5rem;
  }
}
footer .contact-info img {
  width: 1.7rem;
}
footer .contact-info {
  font-size: 1.2rem;
}
footer .navbar-nav, footer .nav-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff!important;
}
footer .stores img {
  width: 6rem;
}
footer .maroof img {
  width: 2.75rem;
}
footer .maroof {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
footer h5 {
  font-size: 1.6rem;
}
footer .logo-white {
  max-width: 14rem;
}
footer .bottom-footer{
  background-color: #000;
}
footer .bottom-footer .developed-by{
  font-size: 0.7rem;
}
@media only screen and (max-width: 575.8px) {
  .footer-content .col-12, .footer-content .col-12 .footer-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .sidebar-view-container ~ div footer  {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }
  .rtl .sidebar-view-container ~ div footer  {
    margin-right: 15rem;
    margin-left: unset;
  }
}
.font-size-24 {
  font-size: 1.5rem;
}
.menu-icon {
  width: 1rem;
}
.owl-carousel .owl-dots .owl-dot:hover span, .owl-carousel .owl-dots .owl-dot.active span {
  background: #f9c421 !important;
  border-color: #f9c421 !important;
}
.owl-carousel .owl-dots .owl-dot span {
  background: rgb(140, 152, 164) !important;
  border-color: rgb(140, 152, 164) !important;
}
.owl-carousel .home-slide--2 .home-slide--img img {
  max-width: 20rem;
  margin: 0 auto
}
.bg-mask {
  -webkit-mask-size: cover;
  -webkit-mask-position: top center;
  margin-top: -5rem;
}
.text-primary {
  color: #f9c421 !important;
}
.form-control {
  border: 1px solid #f9c421;
}
a {
  color: #f9c421;
}
.badge-primary-soft, .badge-primary  {
  background-color: #f9c421;
  color: #fff;
}
.scroll-top a, .scroll-top a:visited {
  background: #f9c421;
}
.scroll-top a:hover, .scroll-top a:focus {
  color: #f9c421;
}
.btn-primary {
  background-color: #f9c421;
  border-color: #f9c421;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #f9c421;
  border-color: #f9c421;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(249, 196, 33, 0.65); /*TODO*/
  /*background-color: rgb(239 187 29 / 54%);*/

}
.vue-dropzone {
  border: 1px solid #f9c421!important;
}
.page-wrapper > section:last-of-type {
  padding-bottom: 10rem!important;
}
.page-content > section:last-of-type {
  padding-bottom: 10rem!important;
}
.main-page-wrapper .page-content section:first-of-type {
  padding-top: 1rem;
}
.main-page-wrapper .hero-section {
  padding-top: 8rem;
}
.hero-section {
  padding-top: 10rem;
}
.page-content section:first-of-type {
  padding-top: 2rem;
}
@media only screen and (max-width: 767.8px){
  .hero-section {
    padding-top: 12rem;
  }
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover {
  color: #f9c421;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f9c421;
}
.form-control:focus {
  border-color: #f9c421;/*TODO*/
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  background: #f9c421;
}
.page-item.active .page-link {
  background-color: #f9c421;
}
.page-item.active .page-link {
  background-color: #f9c421;
  border-color: #f9c421;
}
.page-item a.page-link:hover {
  background-color:  #f9c421;
  border-color:  #f9c421;
}
.page-link:hover {
  color:  #f9c421;
}
.page-link {
  color: #3f3f3f;/*TODO*/
  border: 1px solid #f9c421;/*TODO*/
}
.table thead th {
  border-bottom: 2px solid #f9c421;
}
.table-bordered {
  border: 1px solid #f9c421;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #f9c421;
}
.table tbody+tbody {
  border-top: 1px solid #f9c421;
}
.multiselect__tags {
  border: 1px solid #f9c421;
}

.multiselect__option--highlight {
  background: #f9c421;
}
.multiselect__placeholder {
  color: #495057;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled,
.multiselect__tag {
  background: rgba(249, 196, 33, 0.65);
}

.multiselect__spinner:before,
.multiselect__option--highlight,
.multiselect__option--highlight:after {
  background: #f9c421;
}
/* ht-preloader */
#ht-preloader .sparaat-logo {
  width: 15rem;
}
#ht-preloader .spinner-img {
  width: 4rem;
}
/* Menu and sidebar*/
.header-inner .nav-link {
  padding: .2rem 1rem;
}
.sidebar-view-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar {
  width: 15rem;
  padding: 5.5rem 1rem 0;
}
.sidebar .nav-item{
  display: block;
  padding: 0.5rem 0rem !important;
}
.sidebar .nav-item.active{
  background: #f9c421;
}

.sidebar {
  overflow-y: scroll;
}
#navbarNav {
max-height: 100vh;
height: 100vh;
}
#navbarNav::-webkit-scrollbar {
  width: 3px;
  height: 90%;
  margin: 0 5px;
}
#navbarNav::-webkit-scrollbar:hover {
  display: block;
}
#navbarNav::-webkit-scrollbar-track {
  background: #969191;
  border-radius: 10px;
}
#navbarNav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#f9c421;

}
#navbarNav::-webkit-scrollbar-thumb:hover {
  background: #969191;
}
.main-page-wrapper {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 992px) {
  .main-page-wrapper .hero-section {
    padding-top: 12rem;
  }
}
@media only screen and (min-width: 992px) {
  .main-page-wrapper  {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }

  .rtl .main-page-wrapper  {
    margin-right: 15rem;
    margin-left: unset;
  }
}
#header-logged-in-user .container {
  width: 95%;
}
#header-logged-in-user::before {
  display: none;
}
.logged-user-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.logged-user-header-wrapper .client-name {
  font-size: .8rem;
}
.logged-user-header-wrapper .locked-padlock {
  width: .8rem;
}
@media (max-width: 992px){
  #header-logged-in-user .container {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}
@media (min-width: 1200px)
{
  #header-logged-in-user .container {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    display: block!important;
    position: fixed;
    height: 100%;
    z-index: 99;
  }
}
@media (max-width: 991.98px){
  .sidebar {
    position: fixed;
    z-index: 99;
    border-radius: 0 0 7px;
    padding: 8.5rem 1rem 0;
  }
  .rtl .sidebar {
    border-radius: 0 0 0 7px;
  }
  .sidebar:not(.show) {
    display: none!important;
  }
  .sidebar.show {
    display: block;
  }
  .navbar {
      width: auto;
  }
}
.lang-dropdown {
  position: relative;
}
.navbar-nav .nav-item.lang-dropdown .dropdown-menu {
  min-width: unset;
  position: absolute!important;
}
.lang-dropdown .selected-lang-flag {
  width: 1.5rem;
}
.lang-dropdown .dropdown-item {
  padding: 0.3rem .5rem 0.5rem;
}
.lang-dropdown .dropdown-item img {
  width: 1.5rem;
}
.lang-dropdown .dropdown-toggle::after {
  margin-left: .5rem;
  vertical-align: .2em;
}
.rtl .lang-dropdown .dropdown-toggle::after {
  margin-right: .5rem;
  margin-left: 0;
}
.rtl .lang-dropdown .dropdown-menu{
  right: 0;
  left: unset;
}
@media only screen and (max-width: 991.8px) {
  .rtl header  .navbar-nav .lang-dropdown .dropdown-toggle::after {
    margin: -.1rem .5em 0 0em;
  }
}
@media only screen and (max-width: 399.8px) {
  .site-header  .navbar-nav .lang-dropdown ul {
    top: 2.7rem;
  }
}
.navbar-light .navbar-nav .lang-dropdown  .nav-link {
  color: rgba(0,0,0,.5);

}
#header-wrap {
  padding: 5px 0;
}
#header-wrap .navbar-light .navbar-toggler {
  display: none;
}
#header-wrap .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header-wrap.fixed-header {
  background-color: #3f3f3f!important;
}
#header-wrap .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .my-car .nav-link {
  padding: .1rem .4rem!important;
  border-radius: 5px;
  border: 1px solid rgb(110 0 255 / 15%);
}
.logo img {
  width: 16.5rem;
}
#header-wrap .signup-seller-icon {
  width: 1.4rem;
}
#header-wrap .signup-buyer-icon {
  width: 1.5rem;
}
@media (max-width: 991.98px) {
  #header-wrap .header-logo-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header  .navbar-nav .dropdown-toggle::after {
    position: relative;
  }
  #header-wrap .navbar-brand {
    position: relative;
    margin-bottom: .5rem!important;

    top: unset;
    left: unset;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .logo img {
    width: 13rem;
  }
}
.navbar-toggler {
  display: none;
  background-color: #f9c421;
  border-radius: 2px;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
      -ms-flex-direction: column!important;
          flex-direction: column!important;
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
  -webkit-box-align: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    height: 30px;
    width: 32px;
  }
  #header-logged-in-user .header-logo-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-line {
  width: 19px;
  height: 2px;
  background:#323232;
}
.nav-line:not(:last-of-type) {
  margin-bottom: 5px;
}
.header-bottom {
  position: absolute;
  width: 100%;
  top: 124%;
  padding: 0 4%;
  z-index: 1;
}
.rtl {
  right: 15rem;
  left: unset;
}
@media only screen and (min-width: 992px) {
  .header-bottom {
    width: calc(100% - 15rem);
    left: 15rem;
  }
}
@media only screen and (min-width: 993px) {
  .header-bottom {
    top: 3rem;
    z-index: -1;
  }
}
.rtl .header-bottom {
  position: absolute;
  left: 4%;
  right: unset;
}
header .header-bottom .navbar-nav .nav-item{
  margin: 0 8px;
}
header .header-bottom .navbar-nav .nav-item .header-cart-img {
  width: 2rem;
  margin-top: -4px;
}
header .header-bottom .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* Cars */
.car-item .product-img {
  height: 12.5rem;
  border: 4px solid #f9c421;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.car-item .product-img img{
  width: 100%!important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.car-item .product-img img.car-brand-logo {
  width: auto!important;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: unset;
     object-fit: unset;
}
@media only screen and (max-width: 767px) {
  .car-item .product-img img {
    -o-object-position: 50% 30%;
       object-position: 50% 30%;
  }
}
/* links */
.product-link .add-cart{
  background: #f9c421;
  border-radius: 5px;
}
.product-link .add-cart img{
  width: 1.5rem;
}
.product-link a:hover {
  background:#afafaf;
  color: #ffffff;
}
.btn-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #afafaf;
  border-color: #afafaf;
}
.btn-primary.focus, .btn-primary:focus {
  background-color: #afafaf;
  border-color: #afafaf;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #afafaf;
  border-color: #afafaf;
}
a:focus {
  color: #afafaf;
}
.link-title:hover {
  color: #f9c421;
}
/* Modal */
.amber-border-on-modal{
  border: 3px solid #f9c421;
}
.modal-header .modal-close-button {
  color: #fff;
  background-color: #000!important;
  border: 2px solid #f9c421;
  opacity: 1!important;
  font-weight: 400;
  font-size: 2rem;
  line-height: .8;
  padding: .6rem .8rem;
  border-radius: 5px;
}
/* Dashboard */
.statistics .counter {
  height: 15rem;
}
.statistics .statistic-number-container {
  background: #fff;
  width: 4rem;
  height: 4rem;
}
.statistics .counter img{
  width: 3rem;
}
.statistics .counter .statistic-number {
  font-size: 2.5rem;
}
.dashboard-accordion .card-header {
  background-color: #3f3f3f;
}
.dashboard-accordion .card .card-header {
  border-radius: 5px;
}
.dashboard-accordion th {
  font-weight: 400;
  font-size: 1rem;
}
.dashboard-accordion th, .dashboard-accordion a:hover {
  color: #f9c421;
}
header{
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
          animation: none!important;
}
a:hover {
  cursor: pointer!important;
}
.header-container {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
          animation: none!important;
}
/* view details btn */
.view-details-btn {
  border-radius: 5px;
  padding: 8px 20px;
  margin: 0 auto;
}
.view-details-btn:hover {
  background-color: #afafaf;
}
/* pagination */
.rtl .pagination{
  direction: rtl!important;
  padding-left: 1px;
  padding-right: 0;
}
/* Map */
#map {
  height: 200px;
  width: 100%;
  border: 1px solid #f9c421;
}
.padding-y-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.custom-button {
  font-size: 1rem;
  background-color: #f9c421;
  text-transform: capitalize;
  color: #3f3f3f;
  border-radius: 5px;
  padding: 8px 20px;
  margin: 0 auto;
}
.custom-button:hover{
  background-color: #afafaf;
  color: #3f3f3f;
}
.custom-button-wrapper {
  margin-top: -3rem;
  margin-bottom: 3rem;
}
.site-header{
  position: absolute;
  z-index: 100;
  background-color: #3f3f3f;
}
.owl-dots {
  direction: ltr;
}
.rtl .owl-dots {
  direction: rtl;
}
.main-page-wrapper-bg {
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.border-bottom-in-amber {
  border-bottom: 1px solid #f9c421!important;
}
.border-in-amber {
  border: 1px solid #f9c421!important;
}
.border {
  border: 1px solid #f9c421!important;
}
/* Multiselect*/
.rtl .multiselect {
  text-align: right;
}
.rtl .multiselect__select {
  left: 1px;
  right: unset;
}
.rtl .multiselect__tags {
  padding: 8px 8px 0 40px;
}
/* part item */
.part-item-content {
  border: 2px solid #f3f3f3;
  border-radius: 8px;
  padding: 1rem 0 0;
}
.part-item-content.border-in-black {
  border: 1px solid #000;
}
.part-item-content > * {
  margin-bottom: 1rem;
}
.part-item--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
          flex: 0 0 7rem;
}
.part-item--desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: .85rem;
  line-height: 1rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 500;
}
.part-item--desc > div:not(:last-of-type) {
  margin-bottom: .6rem;
}
.part-item--desc > div > div:not(:last-of-type) {
  margin-bottom: .4rem;
}
.part-item-buttons > * {
  margin-bottom: 0!important;
}
.request-part-item-buttons > div {
  margin-bottom: .8rem!important;
}
.offer-part-item-buttons {
  flex: 0 0 100%;
}
.add-to-cart-btn img {
  width: 1.25rem;
}
.part-item--desc > .w-100:not(:last-of-type) {
  margin-bottom: .4rem;
}
.part-name {
  font-weight: 700;
  margin-bottom: .4rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
.part-name-model {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 203px;
          flex: 0 0 203px;
}
.part-name-model > div {
  line-height: 1.4;
}
.part-item--img, .part-name-model, .part-item--desc > *, .part-item-grouped-details {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.part-item-buttons > * {
  margin-left: 0.5rem!important;
  margin-right: 0.5rem!important;
}
.part-item-content .flex-grow-1 {
  padding: 0!important;
}
.part-item-buttons {
  margin-left: 0!important;
  margin-right: 0!important;
  padding: 0 .25rem;
}
.part-item-label {
  white-space: nowrap;
}
.part-item-label, .part-item-value{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 93px;
          flex: 0 0 93px;
  min-width: 93px;
  max-width: 93px;
}
.w-100 .part-item-value{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: unset;
  max-width: unset;
}
.part-item-lv-w-80 {
  flex: 0 0 80px;
  min-width: 80px;
  max-width: 80px;
}
.part-item-lv-w-85 {
  flex: 0 0 85px;
  min-width: 85px;
  max-width: 85px;
}
.part-item-lv-w-110 {
  flex: 0 0 110px;
  min-width: 110px;
  max-width: 110px;
}
.part-item-lv-w-115 {
  flex: 0 0 115px;
  min-width: 115px;
  max-width: 115px;
}
.part-item-lv-w-120 {
  flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
}
.part-item-lv-w-140 {
  flex: 0 0 140px;
  min-width: 140px;
  max-width: 140px;
}
.part-item-lv-w-150 {
  flex: 0 0 150px;
  min-width: 150px;
  max-width: 150px;
}
.part-item-lv-w-203 {
  flex: 0 0 203px;
  min-width: 203px;
  max-width: 203px;
}
.part-item-lv-w-208 {
  flex: 0 0 208px;
  min-width: 208px;
  max-width: 208px;
}
.part-item-details-label{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  min-width: 120px;
  max-width: 120px;
}
.rtl .part-item-details-label{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  min-width: 90px;
  max-width: 90px;
}

@media only screen and (max-width: 767.8px) {
  .part-item-value, .offer-bottom-section .request-no-field {
    -webkit-box-flex: 1!important;
        -ms-flex: 1!important;
            flex: 1!important;
    /*min-width: unset!important;*/
    max-width: unset!important;
  }
  .part-item--desc > *, .part-item-grouped-details {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(100% - 1.5rem) !important;
    flex: 0 0 calc(100% - 1.5rem) !important;
  }
  .offer-bottom-section {
    flex-wrap: wrap;
  }
  .offer-bottom-section > .part-item-grouped-details {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
}
.part-img {
  width: 8.125rem;
  height: 5.625rem;
  -webkit-box-shadow: 0px 1px 4px 0px  rgba(137, 173, 255, .15);
          box-shadow: 0px 1px 4px 0px  rgba(137, 173, 255, .15);
}
.part-img img{
  width: 100%!important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.btn-amber {
  background-color: #f9c421;
  border-radius: 5px;
  font-size: .8rem;
  font-weight: 400;
  padding: .4rem .5rem;
}
.btn-amber:hover {
  background-color: #afafaf;
}
.btn-grey {
  background-color: #ebebeb;
  border-radius: 5px;
  font-size: .8rem;
  font-weight: 400;
  padding: .3rem .5rem;
}
.btn-grey:hover {
  background-color: #afafaf;
}
label {
  font-size: .9rem;
  margin-bottom: .4rem;
}
/* Swal */
.swal2-container .btn {
  margin: 0 0.5rem;
  padding: 0.5rem 0.75rem;
}
.rtl ~ .swal2-container .swal2-actions {
  direction: rtl;
}
.one-line-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/* Notification */

.vue-notification-group {
background: white;

-webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;

        box-shadow: 0 10px 55px 5px rgba(137, 173, 255, .15) !important;
margin: 1rem;
}
.vue-notification-wrapper{
padding: 1rem;
}
.close-notification {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.boraq-group:hover, .boraq-group:focus {
color: #f9c421!important;
}
a:hover, a:focus {
  color: #f9c421;
}
.error-message-block {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}
.notifications-count {
  position: absolute;
  top: 50%;
  left: 85%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.rtl .notifications-count {
  left: unset;
  right: 85%;
}
@media (max-width: 768px) {
.pagination-navigation {
  overflow-x: scroll;
}
}

.success-message {
  background-color: #4dbd74b0;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  margin-bottom: 1rem;
}

.modal-buttons {
margin: 0 auto!important;
width: 25rem;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}
.modal-buttons > * {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
.modal-buttons {
  width: 100%;
  max-width: 19rem;
}
}
@media (max-width: 768.8px) {
.modal-buttons {
  max-width: unset;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
}
.page-item.active .page-link {
z-index: 0!important;
}
.display-none {
display: none;
}


.fixed-bottom-header {
top: unset;
position: relative!important;
left: unset!important;
margin-left: auto;
padding: .2rem 4%;
background-color: white;
-webkit-box-shadow: 0 1px 7px 0px rgba(137, 173, 255, .15);
        box-shadow: 0 1px 7px 0px rgba(137, 173, 255, .15);
}
.rtl .fixed-bottom-header {
margin-right: auto;
margin-left: unset;
}
.call-to-action {
  font-size: 1.22rem;
  background-color: #f9c421;
  text-transform: capitalize;
  color: #3f3f3f!important;
  border-radius: 5px;
  padding: 8px 30px;
  margin: 0 auto;
  font-weight: 600;
}
.call-to-action:hover {
  background-color: #3f3f3f;
  color: #f9c421!important;
}
.warning-message {
  color: red;
  line-height: 1;
  font-size: .9rem;
  font-weight: 100;
}
.add-another-request-btn {
  padding: 0.9rem 1.2rem;
  font-size: 16px;
}
.plus-sign{
display: block;
font-size: 32px;
}
/* Sales Table*/
.sales-table .table thead th, .sales-table .table td {
padding: 10px 5px;
}
.sales-table .table thead th, .sales-table .table td h5 {
font-size: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
background: #f9c421;
}
/* cool-lightbox */
.cool-lightbox {
direction: ltr!important;
}
/* Checkout */
.payment-methods {
  white-space: nowrap;
}
.payment-methods > *:not(:last-child) {
  margin-right: 2rem;
}
.rtl .payment-methods > *:not(:last-child) {
  margin-left: 2rem;
  margin-right: 0;
}
.checkout-buttons-wrapper > *{
  margin-bottom: 1rem;
}
.checkout-buttons-wrapper > *:not(:last-child) {
  margin-right: 1rem;
}
.rtl .checkout-buttons-wrapper > *:not(:last-child) {
  margin-left: 1rem;
  margin-right: 0;
}
@media only screen and  (max-width: 505.8px) {
  .checkout-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .checkout-buttons-wrapper > *:not(:last-child), .rtl .checkout-buttons-wrapper > *:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
  }
}
.vin-value {
  font-size: 15px;
}

@media only screen and (max-width: 991.8px) {
  .checkout-page-content > *:first-child {
    order: 2;
  }
  .checkout-page-content > *:last-child {
    order: 3;
  }
  .checkout-page-content > *:nth-child(2) {
    order: 4;
  }
}
@media only screen and (max-width: 575.8px) {
  .checkout-page-content > *:last-child {
    order: 5;
  }
}
.create-offer-btn {
  padding: .6rem .7rem;
  font-weight: 600;
  font-size: .85rem;
}
/* Requests */
.requests-status-nav #nav-tab a.nav-link {
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}
/* Form and dashboard icons */
.user-profile-icon {
  width: 1.5rem!important;
}
.sent-offers-icon {
  width: 2.8rem!important;
}
.request-icon, .total-parts-icon, .car-icon {
  width: 2rem!important;
}
/* Text Decoration */
.text-decoration-underline {
  text-decoration: underline!important;
}
/* dial code and phone number fields */
.dial-phone-number .dial-code {
  padding-left: 15px;
  padding-right: 0;
  width: 100px;
  max-width: 80px;
  flex: auto;
}
.dial-phone-number .phone-number {
  max-width: unset;
  flex: 1;
}
/* cart table */
.cart-table .part-image {
  max-width: 6rem;
}
/* seller-offer */
.seller-offer .part-item-content {
  border: 2px solid #cfd3d6;
}
/* offers nav tabs */
.seller-offers-tabs #nav-tab a:first-of-type, .requests-status-nav #nav-tab a:first-of-type {
  margin-right: 15px;
}
.seller-offers-tabs #nav-tab a, .requests-status-nav  #nav-tab a {
  border: 2px solid #dee2e6;
}
.rtl .seller-offers-tabs #nav-tab a:first-of-type, .rtl .requests-status-nav #nav-tab a:first-of-type  {
  margin-right: 0;
}
