.video-container {
  background-color: #000;
}

.processing {
  opacity: 0.5;
  pointer-events: none;
}

.icons-group {
  display: flex;
  gap: 10px;
}

#compareCTA {
  right: 90px;
}

.compare-icon svg,
.compare-icon img {
  /* rotate: 90deg; */
  height: 30px;
  width: 30px;
}

#yith-wcwl-form .woocommerce-message {
  margin-top: 2em;
}

/* customize start */
.home header .header-wrapper {
  width: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: fixed;
  top: 0;
  z-index: 1000 !important;
  display: flex;
  flex-direction: column;
}

header .header-wrapper {
  z-index: 1000 !important;
}

.vehicle-details-page header::after {
  content: " ";
  height: 69px;
  width: 100%;
  display: block;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.0001) 100%);
  position: absolute;
  z-index: 10;
  top: 100px;
}
@media screen and (max-width: 995px) {
  .vehicle-details-page header::after {
    top: 90px;
  }
}
@media screen and (max-width: 550px) {
  .vehicle-details-page header::after {
    height: 45px;
  }
}

.vehicle-details {
  background-color: var(--dark-color);
  margin-top: 70px !important;
  position: relative;
}
@media screen and (max-width: 550px) {
  .vehicle-details {
    margin-top: 40px;
  }
}

.vehicle-details .details-header-wrapper h1 span.like-title {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 450px) {
  .vehicle-details .details-header-wrapper h1 {
    font-size: 25px;
  }
}

.yith-wcwl-add-to-wishlist-button:hover img,
.yith-wcwl-add-to-wishlist-button:hover svg {
  filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(6386%) hue-rotate(356deg) brightness(110%) contrast(126%);
}

.yith-wcwl-add-to-wishlist-button svg,
.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
  width: 28px;
  display: inline-flex;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.vehicle-details .addtoany_shortcode {
  grid-area: share;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 23.29px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--light-text-color);
  text-decoration: none;
  align-content: center;
}

.vehicle-details .addtoany_shortcode .addtoany_share_save {
  margin-left: 30px;
}

.vehicle-details .addtoany_shortcode .a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share::before {
  height: 20px;
  width: 20px;
}

@media only screen and (max-width: 620px) {
  .vehicle-details .addtoany_shortcode {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 620px) {
  .vehicle-details .item .location-item {
    grid-template-rows: 20px 20px 20px 1fr 1fr;
  }
}

#enquire_today #field_submit {
  grid-column: span 4;
  display: flex;
  align-items: center;
  justify-content: end;
}

.contact-section .gform-footer {
  pointer-events: none;
}

.contact-section .gform_button {
  pointer-events: all;
}

.compare-section-wrapper .transparent-btn {
  width: max-content;
}

.used-cars .heart-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(24deg) brightness(106%) contrast(105%);
}

.used-cars .heart-icon:hover {
  filter: brightness(0) saturate(100%) invert(22%) sepia(94%) saturate(6386%) hue-rotate(356deg) brightness(110%) contrast(126%);
}

.comparison-vehicle .img-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}

.compare .heart-icon {
  width: 28px !important;
  height: 25px !important;
}

@media screen and (max-width: 480px) {
  .compare .vehicle-details h3 .yith-add-to-wishlist-button-block {
    margin-right: 5px !important;
  }
  .compare .vehicle-details h3 {
    font-size: 23px;
  }
}
.compare .vehicle-edition {
  font-family: "Geologica";
  color: #000;
  font-size: 18px;
  font-weight: 200;
  text-wrap: wrap;
  display: block;
  padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .compare-section-wrapper {
    min-height: 75vh;
  }
}
.woocommerce-checkout input,
.woocommerce-checkout textarea {
  border: 1px solid #b89e7e !important;
  background: none !important;
  padding: 7px 10px !important;
  border-radius: 0 !important;
}

#customer_login button {
  border-radius: 0 !important;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 50%;
  background-color: unset;
  padding: unset;
  color: unset;
  box-shadow: unset;
  border: unset;
}

#customer_login .login-h2 h2 {
  padding: 0px 10px 5px 10px !important;
  margin-bottom: 40px !important;
}

.woocommerce-dashboard {
  overflow-x: hidden;
}
@media only screen and (max-width: 1024px) {
  .woocommerce-dashboard .woocommerce-ism-acc {
    padding: 0 10px !important;
  }
  .woocommerce-dashboard .woocommerce {
    margin: 0 !important;
  }
}

.woocommerce-account {
  overflow-x: hidden;
}

@media screen and (min-width: 1280px) {
  .woocommerce.yith-wcwl-form.wishlist-fragment {
    width: 80% !important;
  }
}
.wishlist-items-wrapper .product-thumbnail {
  position: relative;
}

.woocommerce .wishlist-title {
  margin-bottom: 0;
  margin-top: 70px;
}

.woocommerce .wishlist-title .compare-heading {
  padding: 20px 0 0 !important;
}
.woocommerce .wishlist-title .compare-heading .gold-btn {
  display: unset !important;
}

.wishlist_table .product-add-to-cart a {
  margin: 0 !important;
}

.woocommerce-edit-account .woocommerce-MyAccount-content input,
.woocommerce-edit-account .woocommerce-MyAccount-content button {
  border-radius: 0 !important;
}

header .dropdown-content .dropdown-list li {
  padding: 0 15px;
}

.blog .car-description {
  margin-top: 0 !important;
}

.single-post {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.search-stock-row label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-section .gform_wrapper.gravity-theme .gfield textarea.large {
  padding-top: 30px;
}

@media screen and (max-width: 936px) {
  .contact-section:has(textarea) #field_14_8,
  #field_14_12 {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 700px) and (max-width: 1100px) {
  .contact-section:has(textarea) #field_8_1,
  .contact-section:has(textarea) #field_8_3,
  .contact-section:has(textarea) #field_8_4,
  .contact-section:has(textarea) #field_8_6,
  .contact-section:has(textarea) #field_8_8 {
    grid-column: span 6;
  }
  .contact-section:has(textarea) #field_8_5 {
    grid-row: 2;
    grid-column: 7/-1;
  }
}
@media only screen and (max-width: 936px) {
  .gfield--input-type-select,
  .gfield--type-select {
    padding-top: 15px !important;
    gap: 10px !important;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce-orders-table.account-orders-table {
    display: table !important;
    border-collapse: collapse !important;
  }
  .woocommerce-orders-table.account-orders-table thead {
    display: table-header-group !important;
    overflow: auto;
    height: auto;
    width: 100%;
  }
  .woocommerce-orders-table.account-orders-table thead tr {
    display: table-row !important;
  }
  .woocommerce-orders-table.account-orders-table tbody {
    display: table-row-group !important;
  }
  .woocommerce-orders-table.account-orders-table tbody tr {
    display: table-row !important;
  }
  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    width: unset;
    display: table-cell;
    text-align: center !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce.yith-wcwl-form.wishlist-fragment .product-add-to-cart {
    margin: 0 !important;
    justify-items: center !important;
  }
  .woocommerce.yith-wcwl-form.wishlist-fragment .item-content-wrapper {
    padding: 5px 0 !important;
  }
  .woocommerce .wishlist-title {
    margin-top: 30px;
  }
  .shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    margin-top: 50px !important;
  }
  .woocommerce-dashboard .woocommerce {
    margin-top: -60px !important;
  }
}
@media screen and (min-width: 769px) {
  .woocommerce.yith-wcwl-form.wishlist-fragment .product-add-to-cart {
    margin: 20px 0 20px 30px !important;
  }
  .woocommerce-dashboard .woocommerce {
    margin-top: 60px !important;
  }
}
.woocommerce-dashboard .woocommerce-ism-acc {
  margin-top: 0 !important;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-MyAccount-navigation:not(.toggle-navigation-account) {
    left: -1050px !important;
  }
  .woocommerce-MyAccount-navigation {
    padding-top: 100px !important;
    transition: all 1s !important;
  }
}
@media only screen and (max-width: 480px) {
  .woocommerce-edit-address .woocommerce {
    padding: 0 20px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header .offcanvas-body .dropdown-item {
  font-weight: 200 !important;
}

.dropdown-menu.show {
  padding-top: 25px !important;
}

header .offcanvas-body .menu-link.show {
  font-weight: 400;
}

.woocommerce-checkout {
  overflow-x: hidden;
}

.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}

.woocommerce-checkout .ism-billing-wrapper {
  justify-content: unset;
}

.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper {
  border: 1px solid #b89e7e;
  background: none;
  padding: 2px 4px;
  border-radius: 0;
  position: relative;
}

.woocommerce-checkout #billing_state_field .select2-container .select2-selection--single .select2-selection__rendered {
  margin-bottom: 5px;
}

.woocommerce-checkout #billing_state_field .select2-container--default::after {
  top: 40%;
}

.woocommerce-checkout .container-of-both {
  column-gap: 30px;
}

@media only screen and (max-width: 1080px) {
  .woocommerce-checkout .container-of-both form.woocommerce-checkout,
  .woocommerce-checkout .woocommerce .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-1 {
    width: 100% !important;
    margin: 0 auto;
  }
  .woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
    width: 600px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 660px) {
  .woocommerce-checkout .container-of-both {
    margin-top: 10px;
  }
  .woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
    width: 400px !important;
  }
}
@media only screen and (max-width: 460px) {
  .woocommerce-checkout .container-of-both .wp-block-woocommerce-checkout-order-summary-block {
    width: 320px !important;
  }
}
.woocommerce-checkout .select2-container--open:has(.select2-dropdown--above)::after,
.woocommerce-checkout .select2-container--open:has(.select2-dropdown--below)::after {
  content: none;
}

.contact-section .ginput_container_consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 370px) {
  .contact-section .ginput_container_consent {
    gap: 5px;
  }
}

.contact-section .ginput_container_consent input[type=checkbox] {
  height: 25px;
  width: 25px !important;
}

@media screen and (max-width: 370px) {
  .contact-section .ginput_container_consent input[type=checkbox] {
    height: 20px;
    width: 20px !important;
  }
}
.wishlist-title h2 {
  display: flex;
  align-items: center;
  color: var(--black-color);
  font-family: "Geologica";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.583px;
  text-transform: uppercase;
}

.i.used-cars .main-content .sort-by {
  height: 46px;
}

.contact-wrapper #choice_6_5_2 {
  transform: translateY(-50%);
  top: 50%;
}

@media screen and (min-width: 995px) {
  .gfield--type-checkbox {
    align-items: center;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0 !important;
  }
}
header .menu-link {
  text-align: center !important;
}

.gfield-choice-input {
  z-index: 100 !important;
}

@media only screen and (max-width: 1024px) {
  #mobile-nav-button {
    z-index: 10;
  }
  #mobile-nav-close {
    right: 0 !important;
    transition: unset;
    padding: 10px;
  }
  #mobile-nav-close {
    width: unset !important;
    height: unset !important;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content {
    align-items: unset !important;
    overflow-x: scroll;
    scroll-snap-type: both mandatory;
    overscroll-behavior-x: contain;
  }
  .woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Pagination {
    align-self: center;
  }
}
.woocommerce-view-order .woocommerce .woocommerce-MyAccount-content {
  justify-content: center;
}

.woocommerce-view-order .woocommerce-ism-acc {
  padding: 0 !important;
}

@media only screen and (max-width: 1025px) {
  .woocommerce-view-order .woocommerce {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 840px) {
  .woocommerce-view-order .woocommerce-customer-details {
    flex-direction: column;
    gap: 60px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content table tbody td {
    max-width: unset !important;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce-view-order .shop_table tfoot tr {
    flex-direction: column;
    gap: 0px;
    padding-top: 15px;
  }
  .woocommerce-view-order .woocommerce-MyAccount-content p {
    padding: 0;
  }
}
.card-section .card .card-text-wrapper .car-details,
.ismailos.vehicle-details-page .vehicle-details .item .vehic-item,
.ismailos.vehicle-details-page .vehicle-details .item .location-item,
.ismailos .listed-section .list-container,
.woocommerce-checkout .wc-block-components-checkout-order-summary__title span,
.woocommerce-checkout .wc-block-components-checkout-step__heading span,
.mercedez .row-image-text .row-text-wrapper h4 {
  font-family: "PT Sans", Arial, Verdana, Helvetica, sans-serif !important;
}

.page-template-compare .compare .comparison-vehicle .img-wrapper > img {
  width: 100%;
  height: 250px !important;
  object-fit: cover;
}

.card-text-wrapper .btn-bottom {
  margin-top: 5px !important;
}

.card-section .card .card-text-wrapper {
  justify-content: space-between;
}

.contact-section .gform_wrapper.gravity-theme fieldset legend {
  font-family: corpo-s, Arial, Verdana, Helvetica, sans-serif !important;
}

.contact-section .ginput_container.ginput_container_checkbox {
  margin-bottom: 15px;
}

.wishlist-items-wrapper .location-item,
.wishlist-items-wrapper .grid-item {
  font-family: "PT Sans", Arial, Verdana, Helvetica, sans-serif !important;
}

@media screen and (max-width: 660px) {
  .vehicle-details {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 660px) {
  .vehicle-details-page header::after {
    top: 80px;
  }
}

.woocommerce-account #customer_login .ism-account-register-newsletter {
  margin-top: -45px;
}

.woocommerce-checkout .ism-checkout-sidebar .location-item p,
.woocommerce-checkout .ism-checkout-sidebar .grid-item span,
.mercedez .fullWidth-txt-wrapper h4 {
  font-family: "PT Sans", Arial, Verdana, Helvetica, sans-serif !important;
}

@media only screen and (max-width: 550px) {
  .vehicle-details .lower-wrapper .item-img-container img {
    aspect-ratio: 2/1;
  }
}

@media screen and (max-width: 995px) {
  .used-cars .search-result {
    letter-spacing: -0.3px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce.yith-wcwl-form.wishlist-fragment {
    margin: 80px auto 60px;
  }
  .page-template-compare .compare .comparison-vehicle .buttons-wrapper {
    padding: 10px 0;
  }
}
.compare .vehicle-details {
  margin-top: 10px !important;
}

@media only screen and (max-width: 995px) {
  .used-cars .main-content .result-wrapper {
    position: relative;
    /* margin-right: -10px;
    margin-left: -10px; */
  }
}

.used-cars .main-content .filter-search.open select {
  color: #242728;
}
@media only screen and (max-width: 496px) {
  .used-cars .main-content .filter-search.open {
    padding: 0 10px !important;
  }
}

.compare-section-wrapper {
  background: #fff !important;
  margin-top: 100px !important;
}

.used-cars h1,
.compare-heading {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.583px;
  text-transform: uppercase;
}

.used-cars .search-result {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.417px;
}

@media screen and (max-width: 995px) {
  .compare-heading .compare-empty,
  .used-cars .search-result {
    font-size: 18px !important;
    letter-spacing: -0.3px !important;
  }
  .compare-section-wrapper {
    margin-top: 30px !important;
  }
  .compare-heading h1 {
    font-size: 30px !important;
  }
}
.compare-heading {
  padding: 80px 0px 50px !important;
}

.compare-empty {
  text-transform: none;
}

#ComparePopUpClose {
  padding-right: 5px;
  padding-top: 5px;
}

#ComparePopUp,
.popup-body {
  border-radius: 4px;
}

body:has(.popup-wrapper:not(.d-none)) {
  overflow: hidden;
}

.vehicle-details .swiper {
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .comparison-vehicle {
    padding: 12px;
    width: 180px;
    min-width: 180px;
  }
  .compare .vehicle-details h3 {
    font-size: 13px;
    line-height: 1.5;
  }
  .comparison-vehicle .spec-value,
  .compare .vehicle-edition {
    font-size: 12px;
  }
  .comparison-vehicle p {
    font-size: 10px;
  }
  .compare .heart-icon {
    width: 15px !important;
    height: 12px !important;
  }
  .compare .comparison-vehicle .buttons-wrapper .light,
  .compare .comparison-vehicle .buttons-wrapper .dark {
    font-size: 9px;
  }
  .page-template-compare .compare .comparison-vehicle .img-wrapper > img {
    height: 100% !important;
    aspect-ratio: 1/1;
  }
}
.gfield a {
  text-decoration: underline;
}

.terms-header {
  width: 100% !important;
}

.terms-content p {
  margin-bottom: 1em;
}

.comparison-vehicle .specs {
  margin-top: 10px;
}

.compare .vehicle-details .heart-button img {
  width: 23px !important;
  height: 20px !important;
}

ol {
  list-style: decimal;
}

.brand-logo-desk {
  display: block;
}

.brand-logo-mob {
  display: none;
}

@media only screen and (max-width: 660px) {
  .brand-logo-desk {
    display: none;
  }
  .brand-logo-mob {
    display: block;
  }
  header .header-wrapper .nav-wrapper .logo-wrapper a:first-of-type {
    width: 50px;
  }
}
.mercedesbenz .contact-section .contact-wrapper .gform_wrapper form .gform-footer input[type=submit] {
  border-radius: 5px;
}

.logoSwiper .swiper-slide a, .logoSwiper .swiper-slide div {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 200px;
}

.cars-carousel .swiper-slide img {
  width: unset !important;
  height: auto !important;
  object-fit: contain !important;
  max-width: 200px;
}

.logoSwiper .carousel-control-prev {
  left: -1rem;
}

.logoSwiper .carousel-control-next {
  right: -1rem;
}

.nav-item {
  position: relative;
}

.submenutoggle {
  position: absolute;
  right: 0;
}

.hero-banner:not(.white) .hero-img {
  height: auto !important;
}

@media (max-width: 950px) {
  .hero-banner:not(.white) .hero-img {
    margin-bottom: 40px !important;
    aspect-ratio: 7/9 !important;
  }
}
@media (max-width: 550px) {
  .hero-banner:not(.white) .hero-img {
    margin-bottom: 5px !important;
  }
  .hero-banner:not(.white) .hero-txt-wrapper {
    gap: 0;
  }
  .hero-banner .hero-btn {
    width: 270px;
  }
}
header .menu-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 1860px) {
  header .menu-item {
    min-width: fit-content;
  }
}
@media screen and (max-width: 1490px) {
  header .menu-item {
    padding: 0 15px;
  }
}
.gform_fields .gfield .ginput_container.ginput_container_consent {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
}

.gform_fields .gfield .ginput_container.ginput_container_consent label {
  left: 30px;
  position: relative;
}

.gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  width: 25px !important;
}

.menu-list .dropdown-content {
  width: fit-content;
}

.compare-section-wrapper .compare .comparison-vehicle .vehicle-details h3 {
  display: flex;
}

@media screen and (max-width: 768px) {
  .compare-section-wrapper .compare .comparison-vehicle .vehicle-details h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .comparison-vehicle .vehicle-details {
    height: fit-content;
  }
}
/* new 27/6/25 */
@media screen and (max-width: 995px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 6%;
  }
}
@media screen and (max-width: 950px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 13%;
  }
}
@media screen and (max-width: 600px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 16%;
  }
}
@media screen and (max-width: 550px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 24%;
  }
}
@media screen and (max-width: 450px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 28%;
  }
}
@media screen and (max-width: 370px) {
  body:not(.ismailos):has(.search-stock.relative-position) .hero-banner {
    padding-bottom: 32%;
  }
}
@media only screen and (max-width: 995px) {
  .terms-and-conditions {
    margin: 20px 20px 20px;
  }
}
@media only screen and (max-width: 995px) {
  .hero-banner .hero-txt-wrapper {
    bottom: 17%;
  }
}
@media (max-width: 550px) {
  .hero-banner:not(.white) .hero-txt-wrapper {
    gap: 1rem;
  }
  body:not(:has(.search-stock.relative-position)) .hero-banner:not(.white) .hero-txt-wrapper {
    bottom: 2em;
  }
}
.gfield input[type=checkbox] {
  /* -webkit-appearance: none;
  appearance: none; */
  border-radius: 0;
}

@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .gfield select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    color: black;
  }
  .gfield .ginput_container_select {
    position: relative;
  }
  .gfield .ginput_container_select::after {
    position: absolute;
    content: "";
    position: absolute;
    top: 40%;
    right: 5px;
    width: 15px;
    height: 15px;
    background-image: url(../assets/chevron-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) saturate(100%);
    transform: rotate(90deg);
  }
}
.terms-and-conditions .terms-main-header span {
  background: none;
  padding-left: 0 !important;
}

.gform-body .ginput_container input[type=checkbox] {
  height: 25px;
  position: absolute;
  z-index: 1000;
  /* left: -15px; */
  opacity: 0;
  width: 25px;
  cursor: pointer;
}

.single-product .albumSwiper .swiper-slide {
  width: 220px;
}

.checkbox__checkmark {
  position: absolute;
  /* left: -15px; */
  height: 25px;
  width: 25px;
  background-color: var(--white-color);
  border: 1px solid var(--dark-color);
  transition: background-color 0.25s ease;
  cursor: pointer;
}

.checkbox__checkmark::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: 7px solid var(--black-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
  cursor: pointer;
}

input:checked ~ .checkbox__checkmark::after {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .ginput_container.ginput_container_checkbox .gfield_checkbox {
    gap: 2em;
  }
}
@media only screen and (max-width: 995px) {
  .ginput_container.ginput_container_checkbox .gfield_checkbox {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 550px) {
  .home .hero-txt-wrapper .hero-header {
    margin-bottom: 12%;
  }
}
@media screen and (max-width: 480px) {
  .card-section .button-container button img {
    width: 30px !important;
    height: 36px !important;
  }
}
@media only screen and (max-width: 550px) {
  .ismailos .hero-btn {
    margin-left: 21px;
  }
}
@media screen and (max-width: 995px) {
  .ismailos .used-cars {
    margin: 0 0 50px !important;
  }
}
@media screen and (max-width: 995px) {
  .omoda_jaecoo:has(.search-stock.relative-position) .hero-banner.white .hero-img {
    margin-bottom: 207px !important;
  }
}
.wp-pagenavi .paginavi-disabled {
  opacity: 0.5;
}

.hero-banner:not(.white) .hero-img {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 550px) {
  .card-section .card .card-text-wrapper .car-details {
    gap: 10px !important;
  }
}

.terms-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.terms-content td, .terms-content th {
  word-wrap: break-word;
  padding: 5px;
  vertical-align: baseline;
}

.accordion-item ul {
  margin-top: 1rem;
}

body:not(.mercedesbenz) #samaritan-container,
body:not(.mercedesbenz) #cp_ouibounce-modal {
  display: none !important;
}
