@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.layout_vehicle_sidebar {
  z-index: 1;
}
@media (max-width: 767.98px) {
  .layout_vehicle_sidebar {
    padding-top: 0 !important;
  }
}

.l-vehicle-sidebar {
  z-index: 1;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 50px 40px -30px rgba(77, 90, 95, 0.07), 0 2px 25px 0 rgba(0, 0, 0, 0.05);
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar {
    box-shadow: none;
    background: none;
    padding: 0;
    border-radius: 0;
  }
}
.l-vehicle-sidebar__tooltip {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.l-vehicle-sidebar__discount {
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  line-height: normal;
  font-weight: bold;
  color: #ffffff;
  background: #ff4438;
  border-radius: 12.5px;
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__discount {
    top: 10px;
    left: 15px;
  }
}
.l-vehicle-sidebar__discount img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: baseline;
}
.l-vehicle-sidebar__price-info {
  margin: 0 10px;
  font-weight: bold;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: #e6ecee;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__price-info {
    padding: 15px 12px;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__price-info {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__price-info {
    border-radius: 0;
  }
}
.l-vehicle-sidebar__price-info.on-sale {
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .ws-cart .l-vehicle-sidebar__price-info {
    justify-content: space-between;
  }
}
.l-vehicle-sidebar__discount-wrapper {
  background-color: #ff4438;
  color: #ffffff;
  font-size: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
  align-self: stretch;
  position: relative;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 3px 0 0 3px;
}
.l-vehicle-sidebar__discount-wrapper span {
  font-size: 16px;
}
.l-vehicle-sidebar__discount-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 15px solid #ff4438;
  border-bottom: 15px solid #ff4438;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  bottom: 25px;
}
.l-vehicle-sidebar__old-price-wrapper {
  font-size: 0.875em;
  line-height: 1.43;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.l-vehicle-sidebar__old-price-discount {
  font-weight: normal;
  display: block;
}
.l-vehicle-sidebar__old-price {
  display: block;
  font-size: 26px;
  color: #ff4438;
  text-decoration: line-through;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__old-price {
    font-size: 22px;
  }
}
.l-vehicle-sidebar__old-price .woocommerce-Price-currencySymbol {
  font-size: 26px !important;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__old-price .woocommerce-Price-currencySymbol {
    font-size: 22px !important;
  }
}
.l-vehicle-sidebar__price {
  font-size: 2.875em;
  line-height: 1;
  flex: 1;
  text-align: right;
  padding: 10px;
  background-color: #e6ecee;
  border-radius: 3px;
}
.l-vehicle-sidebar__price .woocommerce-Price-currencySymbol {
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__price .woocommerce-Price-currencySymbol {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__price {
    font-size: 2.25em;
  }
}
.l-vehicle-sidebar__favourite {
  position: absolute;
  right: 10px;
  top: 5px;
  transition: 0.5s;
  cursor: pointer;
}
.l-vehicle-sidebar__favourite:hover {
  transform: scale(1.2);
}
.l-vehicle-sidebar__favourite.is-active {
  filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
}
.l-vehicle-sidebar__favourite .wishlist-toggle {
  width: 22px;
  height: 20px;
}
.l-vehicle-sidebar__finance-info {
  border-radius: 3px;
  font-weight: 500;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 10px 0 10px;
}
@media (max-width: 1499.98px) {
  .l-vehicle-sidebar__finance-info {
    flex-direction: column;
  }
}
.l-vehicle-sidebar__finance-text {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: normal;
  padding: 8px 0 8px 15px;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__finance-text {
    font-size: 0.875em;
  }
}
.l-vehicle-sidebar__finance-text span {
  font-weight: bold;
  color: #ff4438;
  text-decoration: underline;
}
.l-vehicle-sidebar__finance-entrance {
  background-color: #ffffff;
  border: 2px solid #ff4438;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  color: #ff4438;
  font-size: 1em;
  line-height: 1.25;
  font-weight: bold;
  min-width: 110px;
  padding: 5px 15px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  color: #ff4438;
  transition: 0.5s all;
}
.l-vehicle-sidebar__finance-entrance:hover, .l-vehicle-sidebar__finance-entrance:active, .l-vehicle-sidebar__finance-entrance:focus, .l-vehicle-sidebar__finance-entrance:visited {
  color: #ff4438;
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .l-vehicle-sidebar__finance-entrance {
    flex-direction: column;
  }
}
.l-vehicle-sidebar__finance-entrance:hover {
  color: #ffffff;
  background-color: #ff4438;
  color: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(255, 68, 56, 0.25);
}
.l-vehicle-sidebar__finance-entrance:hover:hover, .l-vehicle-sidebar__finance-entrance:hover:active, .l-vehicle-sidebar__finance-entrance:hover:focus, .l-vehicle-sidebar__finance-entrance:hover:visited {
  color: #ffffff;
}
.l-vehicle-sidebar__finance-entrance:hover .l-vehicle-sidebar__finance-icon {
  filter: brightness(0) invert(1);
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__finance-entrance {
    border-radius: 0 0 3px 3px;
  }
}
.l-vehicle-sidebar__finance-entrance p {
  margin: 0;
}
.l-vehicle-sidebar__finance-entrance span {
  font-weight: 900;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
.l-vehicle-sidebar__finance-icon {
  display: inline-block;
  border-right: 2px solid #ff4438;
  border-bottom: 2px solid #ff4438;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}
.l-vehicle-sidebar__vehicle-info {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #d4dfe3;
  position: relative;
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__vehicle-info {
    display: none;
  }
}
.l-vehicle-sidebar__title {
  font-family: "Mulish", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #585858;
  line-height: 1.25;
  text-transform: uppercase;
  padding-right: 40px;
}
.l-vehicle-sidebar__title-brand {
  color: #000000;
  font-weight: bold;
  font-size: 1.5em;
  display: block;
}
.l-vehicle-sidebar__features {
  font-size: 0.875em;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #585858;
  margin-top: 10px;
  line-height: 1.43;
}
.l-vehicle-sidebar__feature:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #ff4438;
  display: inline-block;
  margin: 0 5px 0 8px;
}
.l-vehicle-sidebar__feature:last-of-type:after {
  content: none;
}
.l-vehicle-sidebar__feature:first-of-type {
  font-weight: bold;
}
.l-vehicle-sidebar__conditions-info {
  font-family: "Roboto", sans-serif;
  line-height: 1.43;
  font-weight: normal;
  color: #555555;
  padding: 15px 0;
  margin: 0 20px;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__conditions-info {
    margin: 0;
  }
}
.l-vehicle-sidebar__conditions-info--final-price-wrapper {
  padding: 5px 0 0;
  color: #000;
}
.l-vehicle-sidebar__conditions-info--final-price-wrapper .l-vehicle-sidebar__condition {
  font-size: 1em;
}
.l-vehicle-sidebar__conditions-info--final-price-wrapper .l-vehicle-sidebar__condition-info {
  font-weight: normal;
}
.l-vehicle-sidebar__conditions-info--final-price-wrapper.disable {
  font-weight: bold;
}
.l-vehicle-sidebar__conditions-info--final-price-wrapper.disable .l-vehicle-sidebar__condition-info {
  font-weight: bold;
}
.l-vehicle-sidebar__condition {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.875em;
}
.l-vehicle-sidebar__condition:last-child {
  padding-bottom: 0;
}
.l-vehicle-sidebar__condition-info {
  font-weight: bold;
  text-transform: uppercase;
}
.l-vehicle-sidebar__total-price-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25em;
  line-height: 1.25;
  color: #000;
  font-weight: normal;
  padding: 20px 0;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__total-price-wrapper {
    margin: 0;
  }
}
.l-vehicle-sidebar__total-price {
  font-weight: bold;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
.l-vehicle-sidebar .js-final-price {
  position: relative;
}
.l-vehicle-sidebar .js-final-price.is-loading:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.9;
  transition: all 0.35s;
  position: absolute;
  left: 0;
  top: 0;
}
.l-vehicle-sidebar .js-final-price.is-loading:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  background: url("/wp-content/themes/gougo/img/icons/loading-icon.svg") no-repeat center center;
  background-size: contain;
  transition: all 0.35s;
  animation: spin 2s linear infinite;
}
.l-vehicle-sidebar__promos {
  background-color: #f6f9fa;
  padding: 15px;
  margin: 15px 0 5px;
}
.l-vehicle-sidebar__promo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.l-vehicle-sidebar__promo .tooltip-inner {
  min-width: 360px;
  max-width: none;
}
.l-vehicle-sidebar__promo input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
}
.l-vehicle-sidebar__promo input[type=checkbox]:checked:after {
  content: "" !important;
  width: 5px !important;
  height: 10px !important;
  border-bottom: 2px solid #ff4438 !important;
  border-right: 2px solid #ff4438 !important;
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  transform: rotate(45deg) !important;
}
.l-vehicle-sidebar__promo input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  border: solid 1px #979797;
  z-index: 1;
  border-radius: 3px;
  opacity: 0.5;
}
.l-vehicle-sidebar__promo input[type=checkbox]:checked:before {
  border-color: #ff4438;
  opacity: 1;
}
.l-vehicle-sidebar__promo input[type=checkbox]:checked + label .l-vehicle-sidebar__promo-title {
  font-weight: 500;
  font-style: normal;
  opacity: 1;
}
.l-vehicle-sidebar__condition-chk {
  position: relative;
}
.l-vehicle-sidebar__condition-chk label {
  font-style: normal !important;
  padding: 5px 0 0;
}
.l-vehicle-sidebar__condition-chk .l-vehicle-sidebar__condition-title {
  font-size: 14px;
}
.l-vehicle-sidebar__condition-chk input[type=checkbox] {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
}
.l-vehicle-sidebar__condition-chk input[type=checkbox]:checked:after {
  content: "" !important;
  width: 5px !important;
  height: 10px !important;
  border-bottom: 2px solid #979797 !important;
  border-right: 2px solid #979797 !important;
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  transform: rotate(45deg) !important;
}
.l-vehicle-sidebar__condition-chk input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  border: solid 1px #979797;
  z-index: 1;
  border-radius: 3px;
  opacity: 0.5;
}
.l-vehicle-sidebar__condition-chk input[type=checkbox]:checked:before {
  border-color: #979797;
  opacity: 1;
}
.l-vehicle-sidebar__condition-chk input[type=checkbox]:checked + label .l-vehicle-sidebar__condition-title {
  font-style: normal;
  opacity: 1;
}
.l-vehicle-sidebar__offer-title {
  font-weight: 500;
  font-style: normal;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  color: #585858;
  font-size: 0.8125em;
  font-family: "Roboto", sans-serif;
  line-height: 1.23;
  text-transform: none;
}
.l-vehicle-sidebar label {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  margin: 7px 0 7px 30px;
  color: #585858;
  font-size: 0.8125em;
  font-family: "Roboto", sans-serif;
  line-height: 1.23;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}
.l-vehicle-sidebar__promo-title {
  opacity: 0.5;
}
.l-vehicle-sidebar__promo-value {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__promo-value {
    display: flex;
    align-items: center;
    margin-left: 5px;
  }
}
.l-vehicle-sidebar__questions {
  margin: 20px 20px 10px;
  font-family: "Roboto", sans-serif;
  color: #585858;
}
.l-vehicle-sidebar__questions-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d4dfe3;
  line-height: 0.1em;
}
.l-vehicle-sidebar__questions-title span {
  background: #ffffff;
  color: #585858;
  padding: 0 10px;
  font-size: 1em;
}
@media (max-width: 767.98px) {
  .l-vehicle-sidebar__questions-title span {
    background: #f6f9fa;
  }
}
.l-vehicle-sidebar__question-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__question-buttons {
    flex-direction: column;
  }
}
.l-vehicle-sidebar__question-button {
  font-family: "Roboto", sans-serif;
  width: calc(50% - 5px);
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: 2px solid #7f9db6;
  color: #7f9db6;
  color: #7f9db6;
  padding: 5px 45px 5px 10px;
  font-size: 0.75em;
  position: relative;
  transition: 0.5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}
.l-vehicle-sidebar__question-button:hover, .l-vehicle-sidebar__question-button:active, .l-vehicle-sidebar__question-button:focus, .l-vehicle-sidebar__question-button:visited {
  color: #7f9db6;
}
.l-vehicle-sidebar__question-button:hover {
  text-decoration: none;
  box-shadow: 0 5px 5px 0 rgba(127, 157, 182, 0.25);
  color: #ffffff;
  background-color: #7f9db6;
}
.l-vehicle-sidebar__question-button:hover:after {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199.98px) {
  .l-vehicle-sidebar__question-button {
    width: 100%;
    margin-top: 10px;
    padding: 10px 45px 10px;
  }
  .l-vehicle-sidebar__question-button:first-of-type {
    margin-top: 0;
  }
}
.l-vehicle-sidebar__question-button--phone:after {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("../../../img/icons/phone-icon-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.l-vehicle-sidebar__question-button--mail:after {
  content: "";
  width: 30px;
  height: 25px;
  background-image: url("../../../img/icons/mail-icon-button.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.l-vehicle-sidebar__buttons {
  padding: 15px 20px;
  border-top: 1px solid #d4dfe3;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.l-vehicle-sidebar__button-check {
  width: 26px;
  height: 20px;
  background-image: url("../../../img/icons/check-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-vehicle-sidebar__button {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.43;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
  transition: 0.5s all;
}
.l-vehicle-sidebar__button.disabled:hover {
  cursor: initial;
}
.l-vehicle-sidebar__button.l-vehicle-sidebar__question-button {
  font-size: 0.875em;
}
.l-vehicle-sidebar__button--red {
  background-image: linear-gradient(to bottom, #eb0045 1%, #ff4438);
  color: #ffffff;
  color: #ffffff;
  font-size: 1.125em;
  line-height: normal;
}
.l-vehicle-sidebar__button--red:hover, .l-vehicle-sidebar__button--red:active, .l-vehicle-sidebar__button--red:focus, .l-vehicle-sidebar__button--red:visited {
  color: #ffffff;
}
.l-vehicle-sidebar__button--red:hover {
  box-shadow: 0 5px 5px 0 rgba(255, 68, 56, 0.25);
  background-color: #ff4438;
}
.l-vehicle-sidebar__button--yellow {
  background-color: #ffe75c;
  color: #ff4438;
  color: #ff4438;
  font-size: 1.125em;
  line-height: normal;
  border: solid 2px #f9e158;
}
.l-vehicle-sidebar__button--yellow:hover, .l-vehicle-sidebar__button--yellow:active, .l-vehicle-sidebar__button--yellow:focus, .l-vehicle-sidebar__button--yellow:visited {
  color: #ff4438;
}
.l-vehicle-sidebar__button--yellow:hover {
  box-shadow: 0 5px 5px 0 rgba(255, 231, 92, 0.25);
  background-color: #ffe75c;
}
.l-vehicle-sidebar__button--animated {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.11);
  position: relative;
}
.l-vehicle-sidebar__button--animated:after {
  content: " ";
  background: url("/wp-content/themes/gougo/img/icons/hand-icon.png") no-repeat center center;
  background-size: contain;
  width: 86px;
  height: 75px;
  position: absolute;
  bottom: -35px;
  right: -35px;
  animation: diagonal 1.2s infinite;
  animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
}
.l-vehicle-sidebar__button--blue {
  background-color: #7F9DB6;
  color: #ffffff;
  color: #ffffff;
  font-size: 1.375em;
  line-height: normal;
}
.l-vehicle-sidebar__button--blue:hover, .l-vehicle-sidebar__button--blue:active, .l-vehicle-sidebar__button--blue:focus, .l-vehicle-sidebar__button--blue:visited {
  color: #ffffff;
}
.l-vehicle-sidebar__button--blue:hover {
  box-shadow: 0 5px 5px 0 rgba(127, 157, 182, 0.25);
  background-color: #7F9DB6;
}
.l-vehicle-sidebar__button--white {
  background: #ffffff;
  color: #ff4438;
  color: #ff4438;
  font-size: 0.875em;
  border: 2px solid #ff4438;
  margin-top: 10px;
}
.l-vehicle-sidebar__button--white:hover, .l-vehicle-sidebar__button--white:active, .l-vehicle-sidebar__button--white:focus, .l-vehicle-sidebar__button--white:visited {
  color: #ff4438;
}
.l-vehicle-sidebar__button--white:hover {
  text-decoration: none;
  box-shadow: 0 5px 5px 0 rgba(255, 68, 56, 0.25);
  color: #ffffff;
  background-color: #ff4438;
}
.l-vehicle-sidebar__button--xl {
  font-size: 1.125em;
}
.l-vehicle-sidebar__button span {
  margin-left: 5px;
}
.l-vehicle-sidebar__quote-info {
  font-size: 0.625em;
  line-height: 1.5;
  margin-top: 10px;
}
.l-vehicle-sidebar__quote-info a, .l-vehicle-sidebar__quote-info a:hover {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__quote-info {
    margin-top: 0;
  }
}
.l-vehicle-sidebar__vehicle-recomendation-link {
  font-size: 1em;
}
.l-vehicle-sidebar__toggle {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px 15px 15px;
  color: #000;
  position: relative;
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__toggle {
    display: flex;
  }
}
.l-vehicle-sidebar__toggle:after {
  display: inline-block;
  border-right: 2px solid #ff4438;
  border-bottom: 2px solid #ff4438;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: " ";
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.5s;
}
.l-vehicle-sidebar__toggle.is-open:after {
  transform: rotate(225deg);
}
@media (max-width: 991.98px) {
  .l-vehicle-sidebar__toggle-sidebar {
    display: none;
    padding: 0 0 30px;
  }
}
@media (min-width: 992px) {
  .l-vehicle-sidebar__toggle-sidebar {
    display: block !important;
  }
}
.l-vehicle-sidebar__toggle-title {
  margin: 0;
}
.l-vehicle-sidebar__toggle-title span {
  font-weight: bold;
}
.l-vehicle-sidebar__toggle-price {
  font-size: 1.25em;
}
.l-vehicle-sidebar__button-alert {
  color: #7f9db6;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  gap: 10px;
  color: #7f9db6;
}
.l-vehicle-sidebar__button-alert:hover, .l-vehicle-sidebar__button-alert:active, .l-vehicle-sidebar__button-alert:focus, .l-vehicle-sidebar__button-alert:visited {
  color: #7f9db6;
}
.l-vehicle-sidebar__minimum-financing-paragraph {
  background-color: #fff2f1;
  color: #ff4438;
  font-weight: bold;
  padding: 8px 20px 8px 20px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.l-vehicle-sidebar__minimum-financing-paragraph::after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 242, 241, 0);
  border-top-color: #fff2f1;
  border-width: 6px;
  margin-left: -6px;
}
.l-vehicle-sidebar__minimum-financing-field {
  padding: 0 20px 0 20px;
}
.l-vehicle-sidebar__minimum-financing-label {
  position: relative;
}
.l-vehicle-sidebar__minimum-financing-label span {
  display: block;
  margin-left: 30px;
  margin-bottom: 20px;
  padding-top: 3px;
  font-weight: bold;
  color: #ff4438;
}
.l-vehicle-sidebar__minimum-financing-checkbox {
  position: absolute !important;
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
}
.l-vehicle-sidebar__minimum-financing-checkbox:checked:after {
  content: "" !important;
  width: 5px !important;
  height: 10px !important;
  border-bottom: 2px solid #ff4438 !important;
  border-right: 2px solid #ff4438 !important;
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  transform: rotate(45deg) !important;
}
.l-vehicle-sidebar__minimum-financing-checkbox:before {
  content: "";
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  border: solid 1px #ff4438;
  z-index: 1;
  border-radius: 3px;
  opacity: 0.5;
}
.l-vehicle-sidebar__minimum-financing-checkbox:checked:before {
  border-color: #ff4438;
  opacity: 1;
}
.l-vehicle-sidebar__minimum-financing-checkbox:checked + label .l-vehicle-sidebar__condition-title {
  font-style: normal;
  opacity: 1;
}