/*
* Global
*/
/*
 * Fonts
 */
/*
 * colors
 */
/* Layout */
/* Breakpoints */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4ET-DNl0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Fp2ywxg089UriCZa4Hz-D.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2Hp2ywxg089UriCZOIHQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  border: 0; }

body,
html :where(.editor-styles-wrapper) {
  max-width: 100%;
  font-family: var(--e-global-typography-text-font-family, "DM Sans");
  font-size: 18px;
  font-weight: 400;
  line-height: 167%;
  color: var(--e-global-color-text, #555); }
  @media (max-width: 1440px) and (min-width: 1024.98px) {
    body.elementor-default,
    html :where(.editor-styles-wrapper).elementor-default {
      font-size: 18px; } }
  @media (max-width: 1199.98px) {
    body,
    html :where(.editor-styles-wrapper) {
      font-size: 16px; } }

*:focus {
  outline: 0; }

a {
  text-decoration: none;
  text-underline-offset: 4px;
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s; }
  a:hover, a:focus {
    color: var(--e-global-color-accent, #1FBECD); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  font-weight: 700;
  line-height: 130%;
  color: var(--e-global-color-primary, #222); }

h1 {
  font-size: 48px;
  margin: 48px 0 32px; }

h2 {
  font-size: 42px;
  margin: 48px 0 32px; }

h3 {
  font-size: 36px;
  margin: 32px 0 16px; }

h4 {
  font-size: 24px;
  margin: 32px 0 16px; }

h5 {
  font-size: 18px;
  margin: 24px 0 16px; }

h6 {
  font-size: 16px;
  margin: 24px 0 16px; }

ol, ul {
  margin: 0 0 30px;
  padding: 0 0 0 20px; }

input:not([type="checkbox"], [type="radio"]), select, textarea {
  font-size: 16px;
  line-height: 24px;
  background: #FFFFFF;
  padding: 16px 24px;
  border: 1px solid #C7C7C7;
  border-radius: 15px; }

select {
  height: 58px;
  width: 100%;
  cursor: pointer;
  padding-right: 35px;
  background-image: url("../images/alt-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button, input[type="submit"] {
  min-height: 58px;
  cursor: pointer; }

label {
  display: block;
  margin-bottom: 4px; }

dl {
  margin: 0 0 32px;
  padding-left: 30px; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-bottom: 16px; }

sup {
  font-size: 10px;
  vertical-align: super; }

sub {
  font-size: 10px;
  vertical-align: sub; }

pre {
  overflow: auto;
  margin: 32px 0; }

p {
  margin: 16px 0; }
  p:empty {
    display: none; }
  p img.alignnone, p img.aligncenter {
    margin-bottom: 0; }

figure {
  margin: 32px 0; }
  figure table {
    margin: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

figcaption,
.wp-block-image figcaption {
  font-size: 14px;
  line-height: 150%;
  margin: 8px 0; }

footer {
  clear: both; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

address {
  font-style: italic;
  margin: 32px 0; }

big {
  font-size: 125%; }

code, kbd, tt, var, samp, pre {
  -moz-hyphens: none;
  font-family: monospace,serif;
  line-height: 150%; }

cite, dfn, em, i {
  font-style: italic; }

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 32px 0;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

big {
  font-size: 125%; }

strong {
  font-weight: 700; }

blockquote {
  font-size: 110%;
  border-left: 8px solid var(--e-global-color-accent, #1FBECD);
  margin: 32px 0;
  padding-left: 20px; }

.alignfull {
  margin: 32px 0; }

.alignleft {
  float: left;
  margin: 6px 20px 32px 0; }

.alignright {
  float: right;
  margin: 6px 0 32px 20px; }

.aligncenter {
  text-align: center;
  margin: 32px auto; }

.alignleft, .full-width .site-content .alignleft {
  clear: left; }

.alignright, .full-width .site-content .alignright {
  clear: right; }

.center {
  text-align: center; }

.center th, .center tr, .center td {
  text-align: center; }

.wp-block-image {
  margin: 32px 0; }

.wp-block-gallery {
  margin: 32px 0; }
  .wp-block-gallery .blocks-gallery-item {
    padding: 0; }

.wp-block-gallery.alignleft {
  float: left;
  margin: 6px 20px 32px 0; }

.wp-block-gallery.alignright {
  float: right;
  margin: 6px 0 32px 20px; }

.wp-block-gallery.aligncenter {
  text-align: center;
  margin: 32px auto; }

.wp-block-button {
  margin: 32px 0; }

.wp-block-button.alignleft {
  margin: 6px 20px 32px 0; }

.wp-block-button.alignright {
  margin: 6px 0 32px 20px; }

.wp-block-button.aligncenter {
  text-align: center;
  margin: 32px auto; }

.wp-block-file a:hover,
.wp-block-button a:hover {
  color: #FFFFFF; }

.wp-block-button.is-style-outline a:hover {
  color: inherit; }

.wp-block-button.is-style-squared a {
  border-radius: 0; }

.wp-block-button__link,
.wp-block-file__button {
  text-decoration: none !important; }

.wp-block-cover {
  color: #ffffff; }

body .monster-widget-just-testing option {
  width: 340px; }

iframe, embed {
  width: 100%;
  height: auto; }
  iframe.twitter-tweet, embed.twitter-tweet {
    width: 100% !important;
    min-height: unset; }

.wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px; }

.wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#html5box-html5-lightbox iframe {
  height: 100%; }

.post_format-post-format-video iframe {
  height: 460px; }
  @media (max-width: 639px) {
    .post_format-post-format-video iframe {
      height: 280px; } }

.wp-image-907,
.wp-image-754 {
  width: 100%;
  height: auto;
  margin: 32px 0; }

table {
  border-radius: 2px; }

td, th {
  padding: 10px; }

img {
  max-width: 100%;
  height: auto; }

img.size-full {
  display: block;
  margin: 32px 0; }

img.aligncenter {
  margin: 32px auto; }

img.alignnone {
  margin: 32px auto; }

img.alignleft {
  margin: 12px 20px 32px 0; }

img.alignright {
  margin: 12px 0 32px 20px; }

.wp-caption img {
  margin: 0; }

.wp-caption {
  margin: 32px auto; }

.wp-caption.alignleft {
  margin: 12px 20px 32px 0; }

.wp-caption.alignright {
  margin: 12px 0 32px 20px; }

.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
  height: auto; }

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-style: italic;
  margin: 8px 0 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.page-links {
  display: flex;
  align-items: center;
  margin: 25px 0;
  clear: both; }

.page-links .post-page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 42px;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none !important;
  color: var(--e-global-color-primary, #222);
  background: transparent;
  border-radius: 10px; }

.page-links .post-page-numbers:first-child {
  margin-left: 10px; }

.page-links .post-page-numbers.current {
  width: 42px;
  color: #FFFFFF;
  background: var(--e-global-color-accent, #1FBECD); }

.page-links a:hover {
  color: var(--e-global-color-accent, #1FBECD); }

.post-password-form input[type="password"] {
  display: block;
  margin-top: 4px; }

.post-password-form input[type="submit"] {
  margin-top: 20px; }

.gallery {
  margin-bottom: 15px;
  margin-right: -15px; }
  .gallery.gallery-columns-2 .gallery-item {
    width: calc(50% - 15px); }
  .gallery.gallery-columns-3 .gallery-item {
    width: calc(33.33% - 15px); }
  .gallery.gallery-columns-4 .gallery-item {
    width: calc(25% - 15px); }
  .gallery.gallery-columns-5 .gallery-item {
    width: calc(20% - 15px); }
  .gallery.gallery-columns-6 .gallery-item {
    width: calc(16.67% - 15px); }
  .gallery.gallery-columns-7 .gallery-item {
    width: calc(14.28% - 15px); }
  .gallery.gallery-columns-8 .gallery-item {
    width: calc(12.5% - 15px); }
  .gallery.gallery-columns-9 .gallery-item {
    width: calc(11.11% - 15px); }
  .gallery .gallery-item {
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 15px 0;
  position: relative; }
  .gallery-item img {
    width: 100%; }

.gallery-item > .gallery-icon {
  display: inline-block;
  line-height: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  left: 0;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  text-align: left;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.clearfix {
  clear: both; }

.more-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.bypostauthor {
  line-height: 24px; }

.sticky .posted-on {
  display: none; }

.wp-block-columns {
  gap: 30px; }

.wp-block-pullquote {
  font-size: inherit;
  text-align: left;
  margin: 32px 0;
  padding: 0; }

.wp-block-pullquote blockquote {
  margin-top: 0;
  margin-bottom: 0; }

.wp-block-group, .wp-block-columns, .wp-block-media-text {
  margin: 32px 0; }

.has-background {
  padding: 30px; }

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin: 32px 0;
  padding-left: 20px;
  padding-right: 0; }

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.wp-block-cover {
  margin: 32px 0; }

.bt-field-type-radio {
  display: flex;
  flex-wrap: wrap; }
  .bt-field-type-radio .item-radio {
    width: 100%;
    position: relative;
    padding-left: 30px;
    min-height: 22px; }
    .bt-field-type-radio .item-radio:has(input:checked) svg {
      opacity: 1; }
    .bt-field-type-radio .item-radio input[type="radio"] {
      position: absolute;
      background: transparent;
      padding: 0;
      width: 22px;
      height: 22px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      z-index: 9;
      opacity: 0; }
    .bt-field-type-radio .item-radio label {
      margin: 0;
      font-size: 16px;
      font-style: normal;
      font-weight: 400; }
      .bt-field-type-radio .item-radio label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #d9d9d9;
        left: 0;
        top: 50%;
        border-radius: 50%;
        transform: translateY(-50%); }
    .bt-field-type-radio .item-radio svg {
      width: 100%;
      height: auto;
      max-width: 12px;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.25s ease-in-out;
      opacity: 0;
      z-index: 8; }
      .bt-field-type-radio .item-radio svg path {
        fill: var(--e-global-color-accent, #1FBECD); }

.select2-container,
.elementor-editor-active .select2-container {
  font-size: 18px;
  line-height: 150%;
  min-height: 56px; }
  .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow svg,
  .elementor-editor-active .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow svg {
    transform: rotate(180deg); }
  .select2-container .select2-selection--single,
  .elementor-editor-active .select2-container .select2-selection--single {
    height: 56px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0 24px;
    gap: 10px; }
    .select2-container .select2-selection--single .select2-selection__arrow,
    .elementor-editor-active .select2-container .select2-selection--single .select2-selection__arrow {
      width: 20px;
      height: auto;
      position: relative; }
      .select2-container .select2-selection--single .select2-selection__arrow svg,
      .elementor-editor-active .select2-container .select2-selection--single .select2-selection__arrow svg {
        position: absolute;
        top: 50%;
        left: 50%;
        color: var(--e-global-color-accent, #1FBECD);
        margin: -4px 0 0 -7px;
        transition: all 0.3s; }
  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .elementor-editor-active .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--e-global-color-text, #555);
    line-height: 56px;
    padding: 0; }
  .select2-container--default .select2-selection--single .select2-selection__arrow,
  .elementor-editor-active .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 54px; }
  .select2-container--default .select2-results__option--highlighted[aria-selected],
  .select2-container--default .select2-results__option--highlighted[data-selected],
  .elementor-editor-active .select2-container--default .select2-results__option--highlighted[aria-selected],
  .elementor-editor-active .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--e-global-color-accent, #1FBECD); }

.select2-dropdown,
.elementor-editor-active .select2-dropdown {
  border: none;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 99999; }

.select2-search--dropdown,
.elementor-editor-active .select2-search--dropdown {
  padding: 8px; }
  .select2-search--dropdown .select2-search__field,
  .elementor-editor-active .select2-search--dropdown .select2-search__field {
    padding: 6px 16px;
    border-radius: 0; }

.select2-results__option,
.elementor-editor-active .select2-results__option {
  padding: 8px 24px; }

.wp-admin .select2-container,
.wp-admin .elementor-editor-active .select2-container {
  font-size: 14px;
  line-height: 150%;
  min-height: auto; }
  .wp-admin .select2-container .select2-selection--single,
  .wp-admin .elementor-editor-active .select2-container .select2-selection--single {
    padding: 0; }

.bt-container {
  max-width: var(--container-max-width, 1450px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-default-padding-block-start, 15px);
  padding-right: var(--container-default-padding-block-end, 15px); }

.bt-fl-no-mg > *:first-child {
  margin-top: 0 !important; }
.bt-fl-no-mg > *:last-child {
  margin-bottom: 0 !important; }

.bt-image-absolute, .bt-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .bt-cover-iframe iframe, .bt-elwg-card-image-text-grid-inner .item-card-image-text--thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  margin: 0; }

.bt-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image {
  position: relative;
  overflow: hidden;
  background: #cdcdcd;
  padding-bottom: 66.66%; }
  .bt-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img {
    transition: all 0.3s; }

.bt-cover-iframe {
  position: relative;
  overflow: hidden;
  background: #cdcdcd;
  padding-bottom: 46.5%; }

.bt-ab-center, .woocommerce .woocommerce-loop-product__thumbnail .button,
.woocommerce .woocommerce-loop-product__thumbnail .added_to_cart {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@keyframes animloadingwave {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.bt-loading-wave {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 99;
  transform: translate(-50%, -50%); }
  .bt-loading-wave::after, .bt-loading-wave::before {
    content: "";
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--e-global-color-accent, #1FBECD);
    position: absolute;
    left: 0;
    top: 0;
    animation: animloadingwave 2s linear infinite; }
  .bt-loading-wave::after {
    animation-delay: 1s; }

.bt-tabs .bt-panel-item {
  display: none; }
  .bt-tabs .bt-panel-item.bt-is-active {
    display: block; }

.__bt-max-line-ellipsis, .bt-block-recent-posts .bt-post--title, .bt-post--excerpt, .__bt-post-car-default .bt-post--title, .bt-car-layout .bt-post .bt-post--title, .single-car .bt-related-posts-ss--list .bt-post .bt-post--title, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--title, .bt-elwg-car-loop-item--default .bt-post .bt-post--title, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--title, .__bt-post-car-style-1 .bt-post--title, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--title, .__bt-post-car-style-2 .bt-post--title, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--title, .__bt-post-car-style-3 .bt-post--title, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--title, .__bt-post-car-style-4 .bt-post--title, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--title, .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--title, .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-title {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.__bt-button-style, button, input[type="submit"], .__bt-button-dark-style, .__bt-contact-information-style .bt-contact-information--button, .bt-elwg-contact-information .bt-contact-information--button, .__bt-button-outline-style, .__bt-button-outline-dark-style, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller .bt-seller-btn, .woocommerce .woocommerce-loop-product__thumbnail .button,
.woocommerce .woocommerce-loop-product__thumbnail .added_to_cart, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a, .woocommerce .bt-main-product-ss div.product div.summary form.cart .button, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond .form-submit input {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: var(--e-global-color-accent, #1FBECD);
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  height: auto;
  min-height: auto; }
  .__bt-button-style:hover, button:hover, input[type="submit"]:hover, .__bt-button-dark-style:hover, .__bt-contact-information-style .bt-contact-information--button:hover, .bt-elwg-contact-information .bt-contact-information--button:hover, .__bt-button-outline-style:hover, .__bt-button-outline-dark-style:hover, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link:hover, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link:hover, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:hover, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:hover, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a:hover, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:hover, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:hover, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn:hover, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn:hover, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller .bt-seller-btn:hover, .woocommerce .woocommerce-loop-product__thumbnail .button:hover,
  .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart:hover, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a:hover, .woocommerce .bt-main-product-ss div.product div.summary form.cart .button:hover, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond .form-submit input:hover, .__bt-button-style:focus, button:focus, input[type="submit"]:focus, .__bt-button-dark-style:focus, .__bt-contact-information-style .bt-contact-information--button:focus, .bt-elwg-contact-information .bt-contact-information--button:focus, .__bt-button-outline-style:focus, .__bt-button-outline-dark-style:focus, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link:focus, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link:focus, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:focus, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:focus, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a:focus, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:focus, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:focus, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:focus, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn:focus, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn:focus, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn:focus, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller .bt-seller-btn:focus, .woocommerce .woocommerce-loop-product__thumbnail .button:focus,
  .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart:focus, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a:focus, .woocommerce .bt-main-product-ss div.product div.summary form.cart .button:focus, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond .form-submit input:focus {
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 519.98px) {
    .__bt-button-style, button, input[type="submit"], .__bt-button-dark-style, .__bt-contact-information-style .bt-contact-information--button, .bt-elwg-contact-information .bt-contact-information--button, .__bt-button-outline-style, .__bt-button-outline-dark-style, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller .bt-seller-btn, .woocommerce .woocommerce-loop-product__thumbnail .button,
    .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a, .woocommerce .bt-main-product-ss div.product div.summary form.cart .button, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond .form-submit input {
      font-size: 16px;
      padding: 12px 30px; } }

.__bt-button-dark-style, .__bt-contact-information-style .bt-contact-information--button, .bt-elwg-contact-information .bt-contact-information--button {
  background: var(--e-global-color-secondary, #111); }
  .__bt-button-dark-style:hover, .__bt-contact-information-style .bt-contact-information--button:hover, .bt-elwg-contact-information .bt-contact-information--button:hover, .__bt-button-dark-style:focus, .__bt-contact-information-style .bt-contact-information--button:focus, .bt-elwg-contact-information .bt-contact-information--button:focus {
    background: var(--e-global-color-secondary, #111);
    border-color: var(--e-global-color-secondary, #111); }

.__bt-button-outline-style {
  color: var(--e-global-color-accent, #1FBECD);
  background: #ffffff; }
  .__bt-button-outline-style:hover, .__bt-button-outline-style:focus {
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD); }

.__bt-button-outline-dark-style, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a {
  color: var(--e-global-color-primary, #222);
  background: #ffffff;
  border: 3px solid var(--e-global-color-primary, #222); }
  .__bt-button-outline-dark-style:hover, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link:hover, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link:hover, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:hover, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:hover, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:hover, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:hover, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:hover, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a:hover, .__bt-button-outline-dark-style:focus, .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-link:focus, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-link:focus, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn:focus, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:focus, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link:focus, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:focus, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn:focus, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a:focus {
    color: #ffffff;
    background: var(--e-global-color-secondary, #111); }

.__scrollbar_style, .select2-container--default .select2-results > .select2-results__options,
.elementor-editor-active .select2-container--default .select2-results > .select2-results__options, .__bt-post-car-default .bt-post--meta, .bt-car-layout .bt-post .bt-post--meta, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta, .__bt-post-car-style-1 .bt-post--meta, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta, .__bt-post-car-style-2 .bt-post--meta, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta, .__bt-post-car-style-3 .bt-post--meta, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta, .bt-car-sidebar, .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-list, .__bt-cars-compare-table .bt-table .bt-car-list, .bt-elwg-cars-compare--default .bt-table .bt-car-list, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-list, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap, .bt-elwg-mini-wishlist .bt-mini-wishlist--list, .bt-elwg-list-icon-text--items, .elementor-element.bt-scroll-cars-grid-list > .elementor-element {
  overflow-y: auto; }
  .__scrollbar_style::-webkit-scrollbar, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar,
  .elementor-editor-active .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar, .__bt-post-car-default .bt-post--meta::-webkit-scrollbar, .bt-car-layout .bt-post .bt-post--meta::-webkit-scrollbar, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta::-webkit-scrollbar, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta::-webkit-scrollbar, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta::-webkit-scrollbar, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar, .__bt-post-car-style-1 .bt-post--meta::-webkit-scrollbar, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta::-webkit-scrollbar, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta::-webkit-scrollbar, .__bt-post-car-style-2 .bt-post--meta::-webkit-scrollbar, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta::-webkit-scrollbar, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta::-webkit-scrollbar, .__bt-post-car-style-3 .bt-post--meta::-webkit-scrollbar, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta::-webkit-scrollbar, .bt-car-sidebar::-webkit-scrollbar, .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-list::-webkit-scrollbar, .__bt-cars-compare-table .bt-table .bt-car-list::-webkit-scrollbar, .bt-elwg-cars-compare--default .bt-table .bt-car-list::-webkit-scrollbar, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-list::-webkit-scrollbar, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta::-webkit-scrollbar, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap::-webkit-scrollbar, .bt-elwg-mini-wishlist .bt-mini-wishlist--list::-webkit-scrollbar, .bt-elwg-list-icon-text--items::-webkit-scrollbar, .elementor-element.bt-scroll-cars-grid-list > .elementor-element::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background-color: #f1f1f1; }
  .__scrollbar_style::-webkit-scrollbar-thumb, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb,
  .elementor-editor-active .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb, .__bt-post-car-default .bt-post--meta::-webkit-scrollbar-thumb, .bt-car-layout .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .__bt-post-car-style-1 .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .__bt-post-car-style-2 .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .__bt-post-car-style-3 .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta::-webkit-scrollbar-thumb, .bt-car-sidebar::-webkit-scrollbar-thumb, .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-list::-webkit-scrollbar-thumb, .__bt-cars-compare-table .bt-table .bt-car-list::-webkit-scrollbar-thumb, .bt-elwg-cars-compare--default .bt-table .bt-car-list::-webkit-scrollbar-thumb, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-list::-webkit-scrollbar-thumb, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta::-webkit-scrollbar-thumb, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap::-webkit-scrollbar-thumb, .bt-elwg-mini-wishlist .bt-mini-wishlist--list::-webkit-scrollbar-thumb, .bt-elwg-list-icon-text--items::-webkit-scrollbar-thumb, .elementor-element.bt-scroll-cars-grid-list > .elementor-element::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--e-global-color-accent, #1FBECD);
    cursor: pointer; }
  .__scrollbar_style::-webkit-scrollbar-track, .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track,
  .elementor-editor-active .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track, .__bt-post-car-default .bt-post--meta::-webkit-scrollbar-track, .bt-car-layout .bt-post .bt-post--meta::-webkit-scrollbar-track, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta::-webkit-scrollbar-track, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta::-webkit-scrollbar-track, .__bt-post-car-style-1 .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta::-webkit-scrollbar-track, .__bt-post-car-style-2 .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta::-webkit-scrollbar-track, .__bt-post-car-style-3 .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta::-webkit-scrollbar-track, .bt-car-sidebar::-webkit-scrollbar-track, .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-list::-webkit-scrollbar-track, .__bt-cars-compare-table .bt-table .bt-car-list::-webkit-scrollbar-track, .bt-elwg-cars-compare--default .bt-table .bt-car-list::-webkit-scrollbar-track, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-list::-webkit-scrollbar-track, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta::-webkit-scrollbar-track, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap::-webkit-scrollbar-track, .bt-elwg-mini-wishlist .bt-mini-wishlist--list::-webkit-scrollbar-track, .bt-elwg-list-icon-text--items::-webkit-scrollbar-track, .elementor-element.bt-scroll-cars-grid-list > .elementor-element::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f1f1f1; }

@media (max-width: 767.98px) {
  .__bt-format-post-content, .single:not(.elementor-editor-active) .bt-post--content, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description {
    font-size: 16px; } }
.__bt-format-post-content > *:first-child, .single:not(.elementor-editor-active) .bt-post--content > *:first-child, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss > *:first-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss > *:first-child, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content > *:first-child, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description > *:first-child {
  margin-top: 0 !important; }
.__bt-format-post-content > *:last-child, .single:not(.elementor-editor-active) .bt-post--content > *:last-child, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss > *:last-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss > *:last-child, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content > *:last-child, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description > *:last-child {
  margin-bottom: 0 !important; }
.__bt-format-post-content h2, .single:not(.elementor-editor-active) .bt-post--content h2, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss h2, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss h2, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content h2, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description h2 {
  font-size: 30px;
  margin: 32px 0 16px; }
.__bt-format-post-content h3, .single:not(.elementor-editor-active) .bt-post--content h3, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss h3, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss h3, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content h3, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description h3 {
  font-size: 24px;
  margin: 24px 0 12px; }
.__bt-format-post-content blockquote, .single:not(.elementor-editor-active) .bt-post--content blockquote, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content blockquote, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description blockquote {
  position: relative;
  background: #f1f1f1;
  padding: 30px 30px 30px 125px;
  border-radius: 10px 20px 20px 10px;
  font-style: italic;
  color: var(--e-global-color-primary, #222); }
  .__bt-format-post-content blockquote > *:first-child, .single:not(.elementor-editor-active) .bt-post--content blockquote > *:first-child, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote > *:first-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote > *:first-child, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content blockquote > *:first-child, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description blockquote > *:first-child {
    margin-top: 0 !important; }
  .__bt-format-post-content blockquote cite, .single:not(.elementor-editor-active) .bt-post--content blockquote cite, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote cite, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote cite, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content blockquote cite, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description blockquote cite {
    font-weight: 500;
    color: var(--e-global-color-accent, #1FBECD);
    font-style: normal; }
  .__bt-format-post-content blockquote .bt-quote-icon, .single:not(.elementor-editor-active) .bt-post--content blockquote .bt-quote-icon, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote .bt-quote-icon, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote .bt-quote-icon, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content blockquote .bt-quote-icon, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description blockquote .bt-quote-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background: #ffffff;
    border-radius: 100px; }
    .__bt-format-post-content blockquote .bt-quote-icon svg, .single:not(.elementor-editor-active) .bt-post--content blockquote .bt-quote-icon svg, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote .bt-quote-icon svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss blockquote .bt-quote-icon svg, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content blockquote .bt-quote-icon svg, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description blockquote .bt-quote-icon svg {
      color: var(--e-global-color-accent, #1FBECD); }
.__bt-format-post-content ul, .single:not(.elementor-editor-active) .bt-post--content ul, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content ul, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description ul {
  list-style: none;
  padding-left: 30px;
  line-height: 1.4; }
  @media (max-width: 519.98px) {
    .__bt-format-post-content ul, .single:not(.elementor-editor-active) .bt-post--content ul, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content ul, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description ul {
      padding-left: 15px; } }
  .__bt-format-post-content ul li, .single:not(.elementor-editor-active) .bt-post--content ul li, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content ul li, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description ul li {
    position: relative;
    padding-left: 36px; }
    .__bt-format-post-content ul li:not(:last-child), .single:not(.elementor-editor-active) .bt-post--content ul li:not(:last-child), .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li:not(:last-child), .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content ul li:not(:last-child), .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description ul li:not(:last-child) {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #d9d9d9; }
    .__bt-format-post-content ul li .bt-ul-icon, .single:not(.elementor-editor-active) .bt-post--content ul li .bt-ul-icon, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li .bt-ul-icon, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss ul li .bt-ul-icon, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content ul li .bt-ul-icon, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description ul li .bt-ul-icon {
      position: absolute;
      top: 1px;
      left: 0;
      line-height: 0;
      color: var(--e-global-color-accent, #1FBECD); }
.__bt-format-post-content .wp-block-media-text, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text {
  gap: 30px 50px; }
  .__bt-format-post-content .wp-block-media-text__media, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__media, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__media, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__media, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__media, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__media {
    overflow: hidden;
    border-radius: 20px; }
    .__bt-format-post-content .wp-block-media-text__media img, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__media img, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__media img, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__media img, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__media img, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__media img {
      margin: 0 !important; }
  .__bt-format-post-content .wp-block-media-text__content, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__content, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__content, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__content {
    padding: 0; }
    .__bt-format-post-content .wp-block-media-text__content > *:first-child, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__content > *:first-child, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content > *:first-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content > *:first-child, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__content > *:first-child, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__content > *:first-child {
      margin-top: 0 !important; }
    .__bt-format-post-content .wp-block-media-text__content > *:last-child, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__content > *:last-child, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content > *:last-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content > *:last-child, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__content > *:last-child, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__content > *:last-child {
      margin-bottom: 0 !important; }
    .__bt-format-post-content .wp-block-media-text__content ul, .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__content ul, .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content ul, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content ul, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__content ul, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__content ul,
    .__bt-format-post-content .wp-block-media-text__content ol,
    .single:not(.elementor-editor-active) .bt-post--content .wp-block-media-text__content ol,
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content ol,
    .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-content-ss .wp-block-media-text__content ol,
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .wp-block-media-text__content ol,
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-description .wp-block-media-text__content ol {
      padding-left: 0; }

.__bt-section-heading-style, .bt-related-posts--heading, .single-car .bt-related-posts-ss--heading, .woocommerce .bt-main-product-ss .related .bt-related-heading {
  text-align: left;
  margin-bottom: 32px; }
  .__bt-section-heading-style .bt-sub-text, .bt-related-posts--heading .bt-sub-text, .single-car .bt-related-posts-ss--heading .bt-sub-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-sub-text {
    color: var(--e-global-color-accent, #1FBECD);
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 5px 0; }
  .__bt-section-heading-style .bt-main-text, .bt-related-posts--heading .bt-main-text, .single-car .bt-related-posts-ss--heading .bt-main-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
    position: relative;
    font-size: 60px;
    text-transform: capitalize;
    margin: 0;
    z-index: 1;
    padding-left: 20px; }
    .__bt-section-heading-style .bt-main-text::before, .bt-related-posts--heading .bt-main-text::before, .single-car .bt-related-posts-ss--heading .bt-main-text::before, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text::before {
      content: "";
      background: var(--e-global-color-accent, #1FBECD);
      width: 3px;
      height: 43px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .__bt-section-heading-style .bt-main-text span, .bt-related-posts--heading .bt-main-text span, .single-car .bt-related-posts-ss--heading .bt-main-text span, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text span {
      position: relative;
      display: inline-block;
      font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
      color: #fff; }
      .__bt-section-heading-style .bt-main-text span:before, .bt-related-posts--heading .bt-main-text span:before, .single-car .bt-related-posts-ss--heading .bt-main-text span:before, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text span:before {
        content: "";
        position: absolute;
        position: absolute;
        min-width: calc(100% + 60px);
        height: 100%;
        left: 50%;
        top: 50%;
        background-image: url("../images/brush-style2.svg");
        background-size: 100% 100%;
        transform: translate(-50%, -50%);
        z-index: -1; }
  .__bt-section-heading-style .bt-head-text, .bt-related-posts--heading .bt-head-text, .single-car .bt-related-posts-ss--heading .bt-head-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-head-text {
    font-size: 20px;
    max-width: 640px;
    margin: 10px 0 0 0; }
  @media (max-width: 1199.98px) {
    .__bt-section-heading-style .bt-main-text, .bt-related-posts--heading .bt-main-text, .single-car .bt-related-posts-ss--heading .bt-main-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
      font-size: 46px; }
      .__bt-section-heading-style .bt-main-text::before, .bt-related-posts--heading .bt-main-text::before, .single-car .bt-related-posts-ss--heading .bt-main-text::before, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text::before {
        height: 30px; } }
  @media (max-width: 991.98px) {
    .__bt-section-heading-style .bt-sub-text, .bt-related-posts--heading .bt-sub-text, .single-car .bt-related-posts-ss--heading .bt-sub-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-sub-text {
      font-size: 18px; }
    .__bt-section-heading-style .bt-main-text, .bt-related-posts--heading .bt-main-text, .single-car .bt-related-posts-ss--heading .bt-main-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
      font-size: 40px; }
    .__bt-section-heading-style .bt-head-text, .bt-related-posts--heading .bt-head-text, .single-car .bt-related-posts-ss--heading .bt-head-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-head-text {
      font-size: 18px;
      max-width: 560px; } }
  @media (max-width: 767.98px) {
    .__bt-section-heading-style .bt-main-text, .bt-related-posts--heading .bt-main-text, .single-car .bt-related-posts-ss--heading .bt-main-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
      font-size: 36px; } }
  @media (max-width: 519.98px) {
    .__bt-section-heading-style .bt-sub-text, .bt-related-posts--heading .bt-sub-text, .single-car .bt-related-posts-ss--heading .bt-sub-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-sub-text {
      font-size: 16px; }
    .__bt-section-heading-style .bt-main-text, .bt-related-posts--heading .bt-main-text, .single-car .bt-related-posts-ss--heading .bt-main-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
      font-size: 32px;
      padding-left: 15px; }
      .__bt-section-heading-style .bt-main-text::before, .bt-related-posts--heading .bt-main-text::before, .single-car .bt-related-posts-ss--heading .bt-main-text::before, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text::before {
        height: 25px;
        top: 8px;
        transform: initial; }
    .__bt-section-heading-style .bt-head-text, .bt-related-posts--heading .bt-head-text, .single-car .bt-related-posts-ss--heading .bt-head-text, .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-head-text {
      font-size: 16px;
      max-width: 560px; } }

.__bt-block-heading-style, .widget .wp-block-heading,
.widget .wg-title, .widget .widget-title, .widget .wp-block-search__label, .bt-comment-wrapper .bt-heading-comment, .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information h2, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .woocommerce-Reviews-title, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-reply-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 208.333%;
  text-transform: uppercase;
  position: relative;
  color: var(--e-global-color-primary, #222);
  margin: 0 0 18px 0;
  padding-left: 17px; }
  @media (max-width: 767.98px) {
    .__bt-block-heading-style, .widget .wp-block-heading,
    .widget .wg-title, .widget .widget-title, .widget .wp-block-search__label, .bt-comment-wrapper .bt-heading-comment, .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information h2, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .woocommerce-Reviews-title, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-reply-title {
      font-size: 20px; } }
  .__bt-block-heading-style::before, .widget .wp-block-heading::before,
  .widget .wg-title::before, .widget .widget-title::before, .widget .wp-block-search__label::before, .bt-comment-wrapper .bt-heading-comment::before, .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line::before, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading::before, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2::before, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information h2::before, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .woocommerce-Reviews-title::before, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-reply-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--e-global-color-accent, #1FBECD);
    max-height: 36px;
    transform: translateY(-50%); }

.__bt-pagination-style, .bt-pagination, .woocommerce nav.woocommerce-pagination, .elementor-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .__bt-pagination-style .page-numbers, .bt-pagination .page-numbers, .woocommerce nav.woocommerce-pagination .page-numbers, .elementor-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 42px;
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-primary, #222);
    background: transparent;
    border-radius: 10px; }
    .__bt-pagination-style .page-numbers:not(.current, .dots):hover, .bt-pagination .page-numbers:not(.current, .dots):hover, .woocommerce nav.woocommerce-pagination .page-numbers:not(.current, .dots):hover, .elementor-pagination .page-numbers:not(.current, .dots):hover {
      color: var(--e-global-color-accent, #1FBECD); }
      .__bt-pagination-style .page-numbers:not(.current, .dots):hover svg path, .bt-pagination .page-numbers:not(.current, .dots):hover svg path, .woocommerce nav.woocommerce-pagination .page-numbers:not(.current, .dots):hover svg path, .elementor-pagination .page-numbers:not(.current, .dots):hover svg path {
        fill: var(--e-global-color-accent, #1FBECD); }
    .__bt-pagination-style .page-numbers.current, .bt-pagination .page-numbers.current, .woocommerce nav.woocommerce-pagination .page-numbers.current, .elementor-pagination .page-numbers.current {
      width: 42px;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
    .__bt-pagination-style .page-numbers.prev, .bt-pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination .page-numbers.prev, .elementor-pagination .page-numbers.prev, .__bt-pagination-style .page-numbers.next, .bt-pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination .page-numbers.next, .elementor-pagination .page-numbers.next {
      width: 42px;
      font-size: 0; }
    .__bt-pagination-style .page-numbers.prev, .bt-pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination .page-numbers.prev, .elementor-pagination .page-numbers.prev {
      margin-right: 20px; }
    .__bt-pagination-style .page-numbers.next, .bt-pagination .page-numbers.next, .woocommerce nav.woocommerce-pagination .page-numbers.next, .elementor-pagination .page-numbers.next {
      margin-left: 20px; }
    .__bt-pagination-style .page-numbers.dots, .bt-pagination .page-numbers.dots, .woocommerce nav.woocommerce-pagination .page-numbers.dots, .elementor-pagination .page-numbers.dots {
      width: auto; }
  @media (max-width: 519.98px) {
    .__bt-pagination-style.prev, .prev.bt-pagination, .woocommerce nav.prev.woocommerce-pagination, .prev.elementor-pagination {
      margin-right: 0; }
    .__bt-pagination-style.next, .next.bt-pagination, .woocommerce nav.next.woocommerce-pagination, .next.elementor-pagination {
      margin-left: 0; } }

.__avg-rating-style, .__bt-post-car-style-2 .bt-post--avg-rating, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating, .__bt-post-car-style-4 .bt-post--avg-rating, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating {
  display: flex;
  align-items: center;
  gap: 4px; }
  .__avg-rating-style .bt-rating-stars, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars {
    display: flex;
    gap: 4px;
    font-size: 0;
    line-height: 0; }
    .__avg-rating-style .bt-rating-stars span, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars span, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars span, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars span, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars span, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars span {
      position: relative;
      color: #cdcdcd; }
      .__avg-rating-style .bt-rating-stars span.bt-filled, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars span.bt-filled, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars span.bt-filled, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled {
        color: #efcf0a; }
      .__avg-rating-style .bt-rating-stars span.bt-filled-half, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars span.bt-filled-half, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars span.bt-filled-half, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half {
        position: relative; }
        .__avg-rating-style .bt-rating-stars span.bt-filled-half svg:last-child, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars span.bt-filled-half svg:last-child, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half svg:last-child, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half svg:last-child, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars span.bt-filled-half svg:last-child, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars span.bt-filled-half svg:last-child {
          position: absolute;
          top: 0;
          left: 0;
          fill: #efcf0a; }
      .__avg-rating-style .bt-rating-stars span svg, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-stars span svg, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-stars span svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-stars span svg, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-stars span svg, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-stars span svg {
        fill: currentColor;
        width: 16px;
        height: auto; }
  .__avg-rating-style .bt-rating-count, .__bt-post-car-style-2 .bt-post--avg-rating .bt-rating-count, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--avg-rating .bt-rating-count, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--avg-rating .bt-rating-count, .__bt-post-car-style-4 .bt-post--avg-rating .bt-rating-count, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--avg-rating .bt-rating-count {
    font-size: 16px; }

.__bt-socials-style, .bt-post-author--socials, .bt-elwg-site-social,
.bt-elwg-site-social-style-2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px; }
  .__bt-socials-style span, .bt-post-author--socials span, .bt-elwg-site-social span,
  .bt-elwg-site-social-style-2 span {
    display: inline-block;
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: var(--e-global-color-primary, #222);
    margin-right: 9.88px; }
  .__bt-socials-style a, .bt-post-author--socials a, .bt-elwg-site-social a,
  .bt-elwg-site-social-style-2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--e-global-color-accent, #1FBECD);
    border-radius: 100px; }
    .__bt-socials-style a.bt-facebook, .bt-post-author--socials a.bt-facebook, .bt-elwg-site-social a.bt-facebook,
    .bt-elwg-site-social-style-2 a.bt-facebook {
      background: #186cb0; }
    .__bt-socials-style a.bt-linkedin, .bt-post-author--socials a.bt-linkedin, .bt-elwg-site-social a.bt-linkedin,
    .bt-elwg-site-social-style-2 a.bt-linkedin {
      background: #074682; }
    .__bt-socials-style a.bt-twitter, .bt-post-author--socials a.bt-twitter, .bt-elwg-site-social a.bt-twitter,
    .bt-elwg-site-social-style-2 a.bt-twitter {
      background: #00b3d3; }
    .__bt-socials-style a.bt-google, .bt-post-author--socials a.bt-google, .bt-elwg-site-social a.bt-google,
    .bt-elwg-site-social-style-2 a.bt-google {
      background: var(--e-global-color-accent, #1FBECD); }
    .__bt-socials-style a svg, .bt-post-author--socials a svg, .bt-elwg-site-social a svg,
    .bt-elwg-site-social-style-2 a svg {
      fill: currentColor; }

.__bt-contact-information-style .bt-contact-information, .bt-elwg-contact-information .bt-contact-information {
  background: var(--e-global-color-accent, #1FBECD);
  padding: 58px 40px;
  border-radius: 15px; }
  .__bt-contact-information-style .bt-contact-information--head, .bt-elwg-contact-information .bt-contact-information--head {
    font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
    font-size: 30px;
    color: #fff;
    margin: 0 0 5px; }
  .__bt-contact-information-style .bt-contact-information--desc, .bt-elwg-contact-information .bt-contact-information--desc {
    font-size: 18px;
    line-height: 156%;
    color: #ffffff; }
  .__bt-contact-information-style .bt-contact-information--button, .bt-elwg-contact-information .bt-contact-information--button {
    text-transform: uppercase;
    margin-top: 32px; }
  .__bt-contact-information-style .bt-contact-information--social, .bt-elwg-contact-information .bt-contact-information--social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 46px; }
    .__bt-contact-information-style .bt-contact-information--social a, .bt-elwg-contact-information .bt-contact-information--social a {
      display: inline-block;
      line-height: 0; }
    .__bt-contact-information-style .bt-contact-information--social img, .bt-elwg-contact-information .bt-contact-information--social img {
      width: auto;
      height: 32px; }
@media (max-width: 519.98px) {
  .__bt-contact-information-style .bt-contact-information, .bt-elwg-contact-information .bt-contact-information {
    padding: 36px 20px; }
    .__bt-contact-information-style .bt-contact-information--head, .bt-elwg-contact-information .bt-contact-information--head {
      font-size: 24px; }
    .__bt-contact-information-style .bt-contact-information--desc, .bt-elwg-contact-information .bt-contact-information--desc {
      font-size: 16px; } }

.__instagram-posts-style .bt-ins-posts--head, .bt-block-instagram-posts .bt-ins-posts--head, .bt-elwg-instagram-posts .bt-ins-posts--head {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  color: var(--e-global-color-primary, #222);
  margin: 0 0 20px; }
  .__instagram-posts-style .bt-ins-posts--head span, .bt-block-instagram-posts .bt-ins-posts--head span, .bt-elwg-instagram-posts .bt-ins-posts--head span {
    font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
    color: var(--e-global-color-accent, #1FBECD); }
.__instagram-posts-style .bt-ins-posts--gallery, .bt-block-instagram-posts .bt-ins-posts--gallery, .bt-elwg-instagram-posts .bt-ins-posts--gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .__instagram-posts-style .bt-ins-posts--gallery.bt-cols--2 .bt-ins-posts--image, .bt-block-instagram-posts .bt-ins-posts--gallery.bt-cols--2 .bt-ins-posts--image, .bt-elwg-instagram-posts .bt-ins-posts--gallery.bt-cols--2 .bt-ins-posts--image {
    width: calc(50% - 5px); }
  .__instagram-posts-style .bt-ins-posts--gallery.bt-cols--3 .bt-ins-posts--image, .bt-block-instagram-posts .bt-ins-posts--gallery.bt-cols--3 .bt-ins-posts--image, .bt-elwg-instagram-posts .bt-ins-posts--gallery.bt-cols--3 .bt-ins-posts--image {
    width: calc(33.33% - 6.7px); }
  .__instagram-posts-style .bt-ins-posts--gallery.bt-cols--4 .bt-ins-posts--image, .bt-block-instagram-posts .bt-ins-posts--gallery.bt-cols--4 .bt-ins-posts--image, .bt-elwg-instagram-posts .bt-ins-posts--gallery.bt-cols--4 .bt-ins-posts--image {
    width: calc(25% - 7.5px); }
.__instagram-posts-style .bt-ins-posts--image, .bt-block-instagram-posts .bt-ins-posts--image, .bt-elwg-instagram-posts .bt-ins-posts--image {
  width: calc(33.33% - 6.7px); }
  .__instagram-posts-style .bt-ins-posts--image .bt-cover-image, .bt-block-instagram-posts .bt-ins-posts--image .bt-cover-image, .bt-elwg-instagram-posts .bt-ins-posts--image .bt-cover-image, .__instagram-posts-style .bt-ins-posts--image .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__instagram-posts-style .bt-ins-posts--image .wc-cover-image, .bt-block-instagram-posts .bt-ins-posts--image .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-block-instagram-posts .bt-ins-posts--image .wc-cover-image, .bt-elwg-instagram-posts .bt-ins-posts--image .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-instagram-posts .bt-ins-posts--image .wc-cover-image {
    padding-bottom: 100%;
    border-radius: 15px; }
.__instagram-posts-style .bt-ins-posts--link, .bt-block-instagram-posts .bt-ins-posts--link, .bt-elwg-instagram-posts .bt-ins-posts--link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
  color: var(--e-global-color-accent, #1FBECD);
  margin-top: 16px; }
  .__instagram-posts-style .bt-ins-posts--link svg, .bt-block-instagram-posts .bt-ins-posts--link svg, .bt-elwg-instagram-posts .bt-ins-posts--link svg {
    fill: currentColor; }

.__bt-newsletter-form-style form, .__bt-newsletter-form-style-2 form, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form, .elementor-widget-shortcode .tnp-subscription-minimal form {
  position: relative;
  text-align: left !important; }
  .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email {
    width: 100%;
    max-width: calc(100% - 30px);
    border-radius: 15px;
    border: none;
    background-color: #fff;
    background-image: url("../images/envelope.svg");
    background-repeat: no-repeat;
    background-position: center left 37px;
    margin: 0;
    padding: 29.22px 210px 27.78px 66.7px;
    height: 79px; }
    @media (max-width: 1024.98px) {
      .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email {
        padding: 29.22px 160px 27.78px 50.7px;
        background-position: center left 20px; } }
    @media (max-width: 767.98px) {
      .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email {
        height: 70px;
        padding: 20px 105px 20px 42px;
        background-position: center left 15px; } }
    @media (max-width: 359.98px) {
      .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email {
        max-width: 100%;
        padding-right: 15px; } }
  .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email,
  .__bt-newsletter-form-style form input.tnp-email::placeholder,
  .__bt-newsletter-form-style-2 form input.tnp-email::placeholder,
  .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email::placeholder,
  .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email::placeholder,
  .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email::placeholder,
  .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email::placeholder {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--e-global-color-text, #555);
    font-family: var(--e-global-typography-text-font-family, "DM Sans"); }
    @media (max-width: 767.98px) {
      .__bt-newsletter-form-style form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email,
      .__bt-newsletter-form-style form input.tnp-email::placeholder,
      .__bt-newsletter-form-style-2 form input.tnp-email::placeholder,
      .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email::placeholder,
      .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email::placeholder,
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email::placeholder,
      .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email::placeholder {
        font-size: 16px; } }
  .__bt-newsletter-form-style form input.tnp-submit, .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit {
    position: absolute;
    top: 50%;
    right: 0;
    width: unset;
    min-width: 216px;
    font-size: 16px;
    font-family: var(--e-global-typography-text-font-family, "DM Sans");
    font-style: normal;
    font-weight: 700;
    line-height: 160.2%;
    text-transform: uppercase;
    color: #fff;
    background: var(--e-global-color-secondary, #111);
    padding: 0px 43px;
    border-radius: 10px;
    transform: translateY(-50%);
    height: 57px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    @media (max-width: 1024.98px) {
      .__bt-newsletter-form-style form input.tnp-submit, .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit {
        min-width: 150px;
        padding: 0 22px; } }
    @media (max-width: 767.98px) {
      .__bt-newsletter-form-style form input.tnp-submit, .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit {
        height: 47px; } }
    @media (max-width: 575.98px) {
      .__bt-newsletter-form-style form input.tnp-submit, .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: unset;
        width: 130px;
        padding: 0 5px; } }
    @media (max-width: 359.98px) {
      .__bt-newsletter-form-style form input.tnp-submit, .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit, .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit {
        position: relative;
        top: inherit;
        bottom: inherit;
        transform: translate(0, 0);
        width: 100%;
        margin-top: 16px; } }

.__bt-newsletter-form-style-2 form::before, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::before, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::before, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::before, .__bt-newsletter-form-style-2 form::after, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::after, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::after, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::after {
  content: " ";
  display: inline-block;
  position: absolute; }
.__bt-newsletter-form-style-2 form::before, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::before, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::before, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::before {
  width: 9px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/arrow-submit.png);
  bottom: 8px;
  right: 30px;
  z-index: 9; }
  @media (max-width: 519.98px) {
    .__bt-newsletter-form-style-2 form::before, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::before, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::before, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::before {
      width: 7px;
      height: 13px;
      bottom: 7px;
      right: 25px; } }
.__bt-newsletter-form-style-2 form::after, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::after, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::after, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::after {
  width: 45px;
  height: 48px;
  background-color: var(--e-global-color-secondary, #111);
  bottom: 8px;
  right: 28px;
  bottom: -9px;
  right: 13px;
  border-radius: 10px;
  z-index: 8; }
  @media (max-width: 519.98px) {
    .__bt-newsletter-form-style-2 form::after, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form::after, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form::after, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form::after {
      width: 40px;
      height: 43px;
      right: 10px; } }
.__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email, .__bt-newsletter-form-style-2 form input.tnp-email::placeholder, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email::placeholder, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email::placeholder, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email::placeholder {
  font-size: 16px;
  line-height: normal; }
.__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email {
  height: 53px;
  padding-top: 16px;
  padding-right: 67px;
  padding-bottom: 16px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email {
      background-position: center left 26px;
      padding-left: 58px; } }
  @media (max-width: 519.98px) {
    .__bt-newsletter-form-style-2 form input.tnp-email, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-email, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-email {
      padding-right: 58px; } }
.__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit {
  font-size: 0;
  width: 45px;
  height: 48px;
  border-radius: 10px;
  min-width: 45px;
  padding: 0;
  top: inherit;
  transform: translateY(0);
  bottom: -9px;
  right: 13px;
  background-color: transparent;
  z-index: 10; }
  @media (max-width: 519.98px) {
    .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit {
      width: 40px;
      height: 43px;
      right: 10px; } }
  @media (max-width: 359.98px) {
    .__bt-newsletter-form-style-2 form input.tnp-submit, .elementor-element.bt-newsletter-footer-style-3 .elementor-widget-shortcode .tnp-subscription-minimal form input.tnp-submit, .bt-block-subscribe-contact .bt-subscribe-contact--form .tnp-subscription-minimal form input.tnp-submit, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form form input.tnp-submit {
      position: absolute; } }

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-colmn-sidebar {
    padding-left: 20px;
    padding-right: 20px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-colmn-sidebar .bt-block-recent-posts .bt-post {
    gap: 15px; } }

.dialog-lightbox-widget .elementor-slideshow__header {
  width: auto; }

/*
* Import
*/
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .bt-style-reponsive-nav > a, .elementor-location-header .elementor-element.bt-header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a, .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-nav-primary > .elementor-widget-container ul.elementor-nav-menu > li > a {
    font-size: 18px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .bt-style-reponsive-nav:not(:last-child) > a, .elementor-location-header .elementor-element.bt-header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a, .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-nav-primary > .elementor-widget-container ul.elementor-nav-menu > li:not(:last-child) > a {
    margin-inline-end: calc(var(--e-nav-menu-horizontal-menu-item-margin) / 2); } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .bt-style-reponsive-nav:not(:first-child) > a, .elementor-location-header .elementor-element.bt-header-nav .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a, .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-nav-primary > .elementor-widget-container ul.elementor-nav-menu > li:not(:first-child) > a {
    margin-inline-start: calc(var(--e-nav-menu-horizontal-menu-item-margin) / 2); } }

.bt-site-header {
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25); }
  .bt-site-header .bt-header-row {
    display: flex;
    align-items: center;
    gap: 20px; }
  .bt-site-header .bt-logo-col {
    width: 20%; }
  .bt-site-header .bt-primary-menu-col {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .bt-site-header .bt-site-logo {
    height: 98px;
    display: flex;
    align-items: center; }
    .bt-site-header .bt-site-logo a {
      display: inline-block;
      line-height: 0;
      padding: 10px 0; }
      .bt-site-header .bt-site-logo a img {
        max-width: 203px;
        width: 100%;
        height: auto; }
  .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul,
  .bt-site-header .bt-primary-menu .bt-primary-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .current_page_item a,
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .current-menu-item a,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .current_page_item a,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .current-menu-item a {
      color: var(--e-global-color-accent, #1FBECD); }
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul a,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container ul a {
      display: inline-block;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      color: var(--e-global-color-primary, #222);
      font-size: 16px;
      font-weight: 500;
      line-height: 130%; }
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul a:hover,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container ul a:hover {
        color: var(--e-global-color-accent, #1FBECD); }
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children,
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children {
      position: relative; }
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children:hover > ul,
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children:hover > ul,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children:hover > ul,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children:hover > ul {
        opacity: 1;
        visibility: visible; }
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul,
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul.bt-align-left,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul.bt-align-left,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul.bt-align-left,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul.bt-align-left {
          left: 0;
          right: auto; }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul.bt-align-right,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul.bt-align-right,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul.bt-align-right,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul.bt-align-right {
          left: auto;
          right: 0; }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul li:not(:first-child),
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul li:not(:first-child),
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul li:not(:first-child),
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul li:not(:first-child) {
          border-top: 1px solid #c4c4c4; }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul .current_page_item a,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul .current-menu-item a,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul .current_page_item a,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul .current-menu-item a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul .current_page_item a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul .current-menu-item a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul .current_page_item a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul .current-menu-item a {
          color: var(--e-global-color-accent, #1FBECD); }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul a,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul a,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul a {
          display: block;
          color: var(--e-global-color-text, #555);
          padding: 12px 15px; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul a:hover,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul a:hover,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul a:hover,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul a:hover {
            color: var(--e-global-color-accent, #1FBECD); }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul ul,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul ul,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul ul,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul ul {
          top: 0;
          left: 100%; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul ul.bt-align-left,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul ul.bt-align-left,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul ul.bt-align-left,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul ul.bt-align-left {
            left: 100%;
            right: auto; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul ul.bt-align-right,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul ul.bt-align-right,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul ul.bt-align-right,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul ul.bt-align-right {
            left: auto;
            right: 100%; }
  .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul,
  .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul {
    display: flex;
    align-items: center;
    gap: 10px 20px; }
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul#menu-all-pages-flat,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul#menu-all-pages-flat {
      flex-wrap: wrap; }
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul#menu-all-pages-flat > li > a,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul#menu-all-pages-flat > li > a {
        min-height: unset; }
    .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul > li > a,
    .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul > li > a {
      min-height: 98px;
      display: flex;
      align-items: center; }
  .bt-site-header .bt-menu-toggle {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #9b9b9b;
    border-radius: 10px;
    z-index: 5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .bt-site-header .bt-menu-toggle.bt-is-hidden {
      opacity: 0;
      visibility: hidden; }
    .bt-site-header .bt-menu-toggle.bt-menu-close {
      position: absolute;
      top: 26px;
      right: 22px; }
  @media (max-width: 991.98px) {
    .bt-site-header .bt-logo-col {
      width: 70%; }
    .bt-site-header .bt-primary-menu-col {
      width: 30%; }
    .bt-site-header .bt-primary-menu {
      position: fixed;
      top: 0;
      right: 0;
      width: 263px;
      height: 100vh;
      overflow: auto;
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      background: rgba(245, 245, 245, 0.95);
      -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .bt-site-header .bt-primary-menu.bt-is-active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0); }
      .bt-site-header .bt-primary-menu .bt-page-menu-wrap,
      .bt-site-header .bt-primary-menu .bt-primary-menu-container {
        padding: 120px 30px 30px; }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children .bt-toggle-icon,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children .bt-toggle-icon,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children .bt-toggle-icon,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children .bt-toggle-icon {
          position: absolute;
          top: 9px;
          right: 0;
          width: 24px;
          height: 24px;
          cursor: pointer;
          background-image: url("../images/alt-arrow-down.svg");
          background-repeat: no-repeat;
          background-position: center;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children .bt-toggle-icon.bt-is-active,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children .bt-toggle-icon.bt-is-active,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children .bt-toggle-icon.bt-is-active,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children .bt-toggle-icon.bt-is-active {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul,
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul {
          display: none;
          position: static;
          opacity: 1;
          visibility: visible;
          background: transparent; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul li,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul li,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul li,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul li {
            border-top: 1px solid #c4c4c4; }
            .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul li:not(:first-child),
            .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul li:not(:first-child),
            .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul li:not(:first-child),
            .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul li:not(:first-child) {
              border-color: #c4c4c4; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .page_item_has_children ul a,
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap ul .menu-item-has-children ul a,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .page_item_has_children ul a,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container ul .menu-item-has-children ul a {
            color: var(--e-global-color-primary, #222); }
        .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul,
        .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul {
          flex-direction: column;
          align-items: flex-start;
          gap: 0; }
          .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul > li,
          .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul > li {
            width: 100%; }
            .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul > li:not(:first-child),
            .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul > li:not(:first-child) {
              border-top: 1px solid #c4c4c4; }
            .bt-site-header .bt-primary-menu .bt-page-menu-wrap > ul > li > a,
            .bt-site-header .bt-primary-menu .bt-primary-menu-container > ul > li > a {
              display: block;
              min-height: unset;
              padding: 12px 0; }
    .bt-site-header .bt-menu-toggle {
      display: flex; } }

/* Elementor Header */
.elementor-location-header .elementor-element ul.elementor-nav-menu--dropdown {
  min-width: 200px !important; }
  .elementor-location-header .elementor-element ul.elementor-nav-menu--dropdown a {
    border-left: none; }
  .elementor-location-header .elementor-element ul.elementor-nav-menu--dropdown ul.elementor-nav-menu--dropdown {
    border-radius: 15px; }
    .elementor-location-header .elementor-element ul.elementor-nav-menu--dropdown ul.elementor-nav-menu--dropdown li:first-child a {
      border-radius: 15px 15px 0 0 !important; }
    .elementor-location-header .elementor-element ul.elementor-nav-menu--dropdown ul.elementor-nav-menu--dropdown li:not(:last-child) a {
      border-radius: 0; }
@media (max-width: 1024.98px) {
  .elementor-location-header .elementor-element ul.elementor-nav-menu a.has-submenu {
    justify-content: space-between; }
    .elementor-location-header .elementor-element ul.elementor-nav-menu a.has-submenu.highlighted .sub-arrow {
      transform: rotate(180deg); }
    .elementor-location-header .elementor-element ul.elementor-nav-menu a.has-submenu .sub-arrow {
      margin-right: -10px;
      padding: 10px;
      transition: all 0.3s; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar > .e-con-inner > .elementor-element:last-child {
    gap: 40px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar > .e-con-inner .elementor-widget-bt-site-information .bt-elwg-site-infor--item {
    width: 100%; }
    .elementor-location-header .elementor-element.bt-header-top-bar > .e-con-inner .elementor-widget-bt-site-information .bt-elwg-site-infor--item:not(:last-child) {
      margin-bottom: 10px; } }
@media (min-width: 768px) and (max-width: 991.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar > .e-con-inner .elementor-widget-bt-site-social {
    width: 100%; } }
.elementor-location-header .elementor-element.bt-header-nav {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  fill: #fff;
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
  position: relative;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .elementor-location-header .elementor-element.bt-header-nav {
      width: calc(100% - 130px); }
      .elementor-location-header .elementor-element.bt-header-nav::before, .elementor-location-header .elementor-element.bt-header-nav::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0px;
        left: -50px;
        width: 70px;
        height: 107px;
        border: none;
        background: #fff;
        border-radius: 20px 0 0 20px;
        transform: skewX(-15deg); }
      .elementor-location-header .elementor-element.bt-header-nav::after {
        left: auto;
        right: -50px;
        border-radius: 0 20px 20px 0;
        transform: skewX(15deg); } }
  @media (min-width: 1200px) and (max-width: 1279.98px) {
    .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element:last-child {
      gap: 40px; } }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element:last-child {
      gap: 20px; } }
@media (max-width: 767.98px) and (max-width: 767px) {
  .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 18px 0; }
    .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist--icon {
      width: 48px;
      height: 48px; }
  .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare {
    padding: 18px 0; }
    .elementor-location-header .elementor-element.bt-header-nav > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare--icon {
      width: 48px;
      height: 48px; } }

  .elementor-location-header .elementor-element.bt-header-nav .elementor-widget-nav-menu.bt-nav-primary nav.elementor-nav-menu--main > ul > li > a {
    padding-top: 0; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active::before, .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active::after {
    height: 96px; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active > .e-con-inner > .elementor-element:first-child {
    padding-top: 20px;
    padding-bottom: 20px; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active > .e-con-inner > .elementor-element .elementor-widget-nav-menu > .elementor-widget-container {
    padding: 35px 0px 0px 0px; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active > .e-con-inner > .elementor-element .elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    padding-bottom: 35px; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 20px 0;
    transition: padding 0.3s, font-size 0.3s; }
  .elementor-location-header .elementor-element.bt-header-nav.elementor-sticky--active > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare {
    padding: 20px 0;
    transition: padding 0.3s, font-size 0.3s; }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 > .e-con-inner {
    flex-wrap: wrap; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 > .e-con-inner > .elementor-element {
    width: 100%;
    justify-content: center; } }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 > .e-con-inner > .elementor-element:first-child {
    gap: 15px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 > .e-con-inner > .elementor-element:last-child {
    margin-top: 15px; } }
@media (max-width: 767.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 .elementor-widget-bt-site-information .bt-elwg-site-infor {
    justify-content: center; } }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 .elementor-widget-bt-site-information .bt-elwg-site-infor--item {
    font-size: 14px; } }
@media (max-width: 374.98px) {
  .elementor-location-header .elementor-element.bt-header-top-bar-style-1 .elementor-widget-bt-site-information .bt-elwg-site-infor--item {
    text-align: center; } }
.elementor-location-header .elementor-element.bt-header-nav-style-1 {
  position: relative; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1::before {
    content: " ";
    display: inline-block;
    width: calc((100% - var(--container-max-width, 1420px)) / 2 - 15px);
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  @media (min-width: 1025px) and (max-width: 1490px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 .elementor-widget-theme-site-logo > .elementor-widget-container {
      padding-left: 0px; } }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 .elementor-widget-button .elementor-widget-container .elementor-button-link {
      font-size: 16px;
      padding: 10px; } }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 .elementor-widget-social-icons > .elementor-widget-container {
      margin: 0 15px; } }
  .elementor-location-header .elementor-element.bt-header-nav-style-1 .elementor-nav-menu--main .elementor-item {
    transition: padding 0.3s, font-size 0.3s; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 23px 0;
    transition: padding 0.3s, font-size 0.3s; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-compare .bt-mini-compare {
    padding: 23px 0;
    transition: padding 0.3s, font-size 0.3s; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1.elementor-sticky--active::before {
    box-shadow: -25px 4px 25px rgba(0, 0, 0, 0.2); }
  .elementor-location-header .elementor-element.bt-header-nav-style-1.elementor-sticky--active > .e-con-inner > .elementor-element {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2); }
    .elementor-location-header .elementor-element.bt-header-nav-style-1.elementor-sticky--active > .e-con-inner > .elementor-element .elementor-nav-menu--main .elementor-item {
      padding-top: 34px;
      padding-bottom: 34px; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1.elementor-sticky--active .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 20px 0; }
  .elementor-location-header .elementor-element.bt-header-nav-style-1.elementor-sticky--active .bt-elwg-mini-compare .bt-mini-compare {
    padding: 20px 0; }
  @media (max-width: 1370px) and (min-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item .elementor-item {
      margin: 0 8px; }
    .elementor-location-header .elementor-element.bt-header-nav-style-1 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item:first-child .elementor-item {
      margin-left: 0; }
    .elementor-location-header .elementor-element.bt-header-nav-style-1 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item:last-child .elementor-item {
      margin-right: 0; } }
  @media (max-width: 1199.98px) and (min-width: 1024.98px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item .elementor-item {
      font-size: 16px; }
    .elementor-location-header .elementor-element.bt-header-nav-style-1 > .e-con-inner > .elementor-element .bt-col-btn-action-header {
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-wishlist .bt-mini-wishlist {
      padding: 18px 0; }
      .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-wishlist .bt-mini-wishlist--icon {
        width: 48px;
        height: 48px; }
    .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-compare .bt-mini-compare {
      padding: 18px 0; }
      .elementor-location-header .elementor-element.bt-header-nav-style-1 .bt-elwg-mini-compare .bt-mini-compare--icon {
        width: 48px;
        height: 48px; } }
.elementor-location-header .elementor-element.bt-container-header-style-2 {
  overflow-x: clip; }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-top-style-2 .bt-elwg-site-infor {
    column-gap: 18px !important; } }
@media (max-width: 767.98px) {
  .elementor-location-header .elementor-element.bt-header-top-style-2 .bt-elwg-site-infor {
    justify-content: center; } }
@media (min-width: 1200px) and (max-width: 1439px) {
  .elementor-location-header .elementor-element.bt-header-top-style-2 .bt-elwg-site-infor--item {
    font-size: 14px !important; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-top-style-2 .bt-elwg-site-infor--item {
    font-size: 11px !important; } }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-top-style-2 .bt-elwg-site-infor--item:not(:last-child)::before {
    right: calc((18px / 2) * -1) !important; } }
.elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element:last-child {
  transition: height 0.3s; }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element:last-child {
      --width: 175px; } }
  @media (min-width: 1025px) and (max-width: 1199.98px) {
    .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element:last-child .elementor-button {
      font-size: 16px !important; } }
.elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .elementor-nav-menu--main .elementor-item {
  transition: padding 0.3s, font-size 0.3s; }
.elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist {
  padding: 23px 0;
  transition: padding 0.3s, font-size 0.3s; }
  @media (max-width: 519.98px) {
    .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist--content {
      min-width: 85vw;
      right: -65px; } }
.elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare {
  padding: 23px 0;
  transition: padding 0.3s, font-size 0.3s; }
@media (max-width: 1545px) and (min-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item .elementor-item {
    margin: 0 8px; }
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item:first-child .elementor-item {
    margin-left: 0; }
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .elementor-nav-menu--main .menu-item:last-child .elementor-item {
    margin-right: 0; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .elementor-widget-nav-menu .elementor-widget-container {
    margin-right: 0; }
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist--icon {
    width: 50px;
    height: 50px; }
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare--icon {
    width: 50px;
    height: 50px; } }
@media (max-width: 767px) {
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 18px 0; }
    .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-wishlist .bt-mini-wishlist--icon {
      width: 48px;
      height: 48px; }
  .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare {
    padding: 18px 0; }
    .elementor-location-header .elementor-element.bt-header-style-2 > .e-con-inner > .elementor-element .bt-elwg-mini-compare .bt-mini-compare--icon {
      width: 48px;
      height: 48px; } }
.elementor-location-header .elementor-element.bt-header-style-2.elementor-sticky--active > .e-con-inner > .elementor-element:first-child {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2); }
  .elementor-location-header .elementor-element.bt-header-style-2.elementor-sticky--active > .e-con-inner > .elementor-element:first-child .elementor-nav-menu--main .elementor-item {
    padding-top: 34px;
    padding-bottom: 34px; }
  .elementor-location-header .elementor-element.bt-header-style-2.elementor-sticky--active > .e-con-inner > .elementor-element:first-child .bt-elwg-mini-wishlist .bt-mini-wishlist {
    padding: 20px 0;
    transition: padding 0.3s, font-size 0.3s; }
  .elementor-location-header .elementor-element.bt-header-style-2.elementor-sticky--active > .e-con-inner > .elementor-element:first-child .bt-elwg-mini-compare .bt-mini-compare {
    padding: 20px 0;
    transition: padding 0.3s, font-size 0.3s; }
.elementor-location-header .elementor-element.bt-header-style-2.elementor-sticky--active > .e-con-inner > .elementor-element:last-child {
  --min-height: 96px; }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-widget-theme-site-logo .elementor-image img {
    max-width: 150px !important; } }
@media (min-width: 1200px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
    font-size: 16px !important; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
    font-size: 16px !important; } }
@media (min-width: 1380px) and (max-width: 1439.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
    margin-right: 12px; } }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
    margin-right: 5px; } }
@media (min-width: 1380px) and (max-width: 1439.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
    margin-left: 12px; } }
@media (min-width: 1025px) and (max-width: 1379.98px) {
  .elementor-location-header .elementor-element.bt-header-style-2 .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
    margin-left: 5px; } }

body.admin-bar .dialog-type-lightbox.bt-menu-mobile-popup {
  position: fixed;
  top: 45px; }

.bt-menu-mobile-popup {
  position: fixed !important; }
  .bt-menu-mobile-popup .elementor-nav-menu a.has-submenu {
    display: flex;
    justify-content: space-between; }
    .bt-menu-mobile-popup .elementor-nav-menu a.has-submenu i,
    .bt-menu-mobile-popup .elementor-nav-menu a.has-submenu svg {
      transition: all 0.3s; }
    .bt-menu-mobile-popup .elementor-nav-menu a.has-submenu.highlighted .sub-arrow i,
    .bt-menu-mobile-popup .elementor-nav-menu a.has-submenu.highlighted .sub-arrow svg {
      transform: rotate(180deg); }
  .bt-menu-mobile-popup .elementor-nav-menu ul.elementor-nav-menu--dropdown.sub-menu ul.sub-menu {
    padding-left: 20px; }
  .bt-menu-mobile-popup .elementor-nav-menu ul.elementor-nav-menu--dropdown a.elementor-sub-item {
    position: relative;
    padding-left: 50px;
    color: var(--e-global-color-text, #555);
    font-size: 15px !important;
    border: none; }
    .bt-menu-mobile-popup .elementor-nav-menu ul.elementor-nav-menu--dropdown a.elementor-sub-item:before {
      content: "";
      position: absolute;
      top: 20px;
      left: 20px;
      width: 18px;
      height: 1px;
      background: #707070; }

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-site-footer-top > .e-con-inner > .elementor-element {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-site-footer-bottom > .e-con-inner {
    gap: 15px 15px; } }
@media (min-width: 480px) and (max-width: 767.98px) {
  .elementor-element.bt-site-footer-bottom > .e-con-inner > .elementor-element:nth-child(2) {
    flex-wrap: nowrap;
    gap: 15px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-site-footer-bottom > .e-con-inner .elementor-widget-heading .elementor-heading-title {
    font-size: 20px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-site-footer-bottom > .e-con-inner .elementor-nav-menu--main li a {
    font-size: 18px !important; } }
.elementor-element.bt-site-footer-bottom .bt-elwg-site-social a {
  width: 43px;
  height: 43px; }
  .elementor-element.bt-site-footer-bottom .bt-elwg-site-social a:nth-child(4) {
    display: none; }
.elementor-element.bt-site-footer-bottom .elementor-widget-social-icons .elementor-grid-item .elementor-social-icon.elementor-social-icon-linkedin-in {
  box-sizing: border-box;
  border: 2px solid #4D93E9; }
.elementor-element.bt-site-footer-bottom .bt-elwg-site-infor a:hover {
  text-decoration: underline; }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-footer-style-1 > .elementor-element:first-child h2.elementor-heading-title {
    font-size: 20px; } }
.elementor-element.bt-footer-style-1 > .elementor-element:first-child .bt-elwg-site-social-style-2 svg {
  height: 20px; }
@media (min-width: 1200px) and (max-width: 1379.98px) {
  .elementor-element.bt-footer-style-1 > .elementor-element:first-child .elementor-widget-icon-list > .elementor-widget-container {
    padding-left: 15px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-footer-style-1 > .elementor-element:first-child .elementor-widget-icon-list > .elementor-widget-container {
    padding-left: 10px; } }
@media (min-width: 1200px) and (max-width: 1379.98px) {
  .elementor-element.bt-footer-style-1 > .elementor-element:first-child .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-size: 16px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-footer-style-1 > .elementor-element:first-child .elementor-widget-icon-list .elementor-icon-list-item > a {
    font-size: 14px; } }
@media (min-width: 1025px) and (max-width: 1279.98px) {
  .elementor-element.bt-footer-style-3 > .e-con-inner > .elementor-element:last-child .elementor-element:first-child {
    gap: 20px; } }
@media (min-width: 1025px) and (max-width: 1279.98px) {
  .elementor-element.bt-footer-style-3 > .e-con-inner > .elementor-element:last-child .elementor-element:first-child .bt-elwg-site-copyright {
    font-size: 17px; } }
@media (min-width: 1025px) and (max-width: 1279.98px) {
  .elementor-element.bt-footer-style-3 > .e-con-inner > .elementor-element:last-child .elementor-element .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
    font-size: 17px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-footer-style-3 > .e-con-inner > .elementor-element:last-child .elementor-element .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
    margin-inline-end: calc(var(--e-nav-menu-horizontal-menu-item-margin) / 2); } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .elementor-element.bt-footer-style-3 > .e-con-inner > .elementor-element:last-child .elementor-element .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
    margin-inline-start: calc(var(--e-nav-menu-horizontal-menu-item-margin) / 2); } }

.bt-site-titlebar {
  position: relative;
  background-color: var(--e-global-color-secondary, #111);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0; }
  .bt-site-titlebar.bt-has-distance {
    padding-top: 122px;
    margin-top: -64px; }
  .bt-site-titlebar--overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .bt-site-titlebar .bt-container {
    display: flex;
    gap: 15px 25px;
    align-items: flex-end;
    flex-wrap: wrap; }
  .bt-site-titlebar .bt-page-title {
    position: relative;
    font-size: 50px;
    color: #fff;
    word-break: break-all;
    margin: 0;
    z-index: 3;
    overflow: hidden;
    max-width: 550px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; }
  .bt-site-titlebar .bt-page-breadcrumb {
    position: relative;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    word-break: break-word;
    margin-bottom: 9px;
    z-index: 3; }
    .bt-site-titlebar .bt-page-breadcrumb span.bt-deli {
      margin: 0 5px; }
    .bt-site-titlebar .bt-page-breadcrumb svg {
      fill: var(--e-global-color-accent, #1FBECD);
      height: 16px;
      margin-right: 4px; }
  @media (max-width: 1199.98px) {
    .bt-site-titlebar .bt-page-title {
      font-size: 46px; } }
  @media (max-width: 991.98px) {
    .bt-site-titlebar .bt-page-title {
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .bt-site-titlebar {
      padding: 60px 0; }
      .bt-site-titlebar.bt-has-distance {
        margin-top: 0;
        padding-top: 60px; }
      .bt-site-titlebar .bt-page-title {
        font-size: 32px;
        width: 100%;
        max-width: 100%; }
      .bt-site-titlebar .bt-page-breadcrumb {
        font-size: 16px; } }

.widget:not(:last-child) {
  margin-bottom: 50px; }
  @media (max-width: 1024.98px) {
    .widget:not(:last-child) {
      margin-bottom: 40px; } }
.widget .wp-block-group {
  margin: 0; }
.widget ul, .widget ol {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget ul li, .widget ol li {
    margin-bottom: 21px; }
    .widget ul li:last-child, .widget ol li:last-child {
      margin-bottom: 0; }
.widget ul ul {
  margin: 12px 0 0; }
.widget ul.wp-block-categories, .widget ul.wp-block-archives {
  background-color: #fff;
  padding: 40px 40px 42px 40px;
  border-radius: 10px; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .widget ul.wp-block-categories, .widget ul.wp-block-archives {
      padding: 32px 20px; } }
  @media (max-width: 519.98px) {
    .widget ul.wp-block-categories, .widget ul.wp-block-archives {
      padding: 32px 15px; } }
  .widget ul.wp-block-categories > li > a, .widget ul.wp-block-archives > li > a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: start;
    gap: 10px;
    line-height: normal; }
    .widget ul.wp-block-categories > li > a svg path, .widget ul.wp-block-archives > li > a svg path {
      fill: var(--e-global-color-accent, #1FBECD); }
.widget ul.wp-block-page-list, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_pages ul, .widget.widget_meta ul, .widget.widget_nav_menu ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul {
  background-color: #fff;
  border-radius: 10px; }
  .widget ul.wp-block-page-list li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_meta ul li, .widget.widget_nav_menu ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li {
    position: relative;
    padding-left: 20px; }
    .widget ul.wp-block-page-list li:before, .widget.widget_archive ul li:before, .widget.widget_categories ul li:before, .widget.widget_pages ul li:before, .widget.widget_meta ul li:before, .widget.widget_nav_menu ul li:before, .widget.widget_recent_comments ul li:before, .widget.widget_recent_entries ul li:before {
      content: "";
      position: absolute;
      top: 14px;
      left: 0;
      width: 12px;
      height: 2px;
      background: var(--e-global-color-accent, #1FBECD); }
.widget .wp-block-calendar caption, .widget .wp-block-calendar table,
.widget .calendar_wrap caption,
.widget .calendar_wrap table {
  margin-bottom: 4px; }
.widget .wp-block-latest-comments__comment {
  position: relative;
  margin-bottom: 20px; }
  .widget .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0; }
  .widget .wp-block-latest-comments__comment .avatar {
    position: absolute;
    top: 8px;
    left: 0; }
.widget .wp-block-latest-comments__comment-meta a {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  color: var(--e-global-color-primary, #222); }
  .widget .wp-block-latest-comments__comment-meta a:hover {
    color: var(--e-global-color-accent, #1FBECD); }
.widget .wp-block-latest-comments__comment-excerpt {
  margin-top: 8px; }
  .widget .wp-block-latest-comments__comment-excerpt > * {
    margin: 0 0 8px; }
    .widget .wp-block-latest-comments__comment-excerpt > *:last-child {
      margin-bottom: 0; }
.widget .wp-block-latest-posts li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px; }
  .widget .wp-block-latest-posts li:last-child {
    margin-bottom: 0; }
.widget .wp-block-latest-posts__post-title {
  width: 100%;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  color: var(--e-global-color-primary, #222); }
  .widget .wp-block-latest-posts__post-title:hover {
    color: var(--e-global-color-accent, #1FBECD); }
.widget .wp-block-latest-posts__post-excerpt {
  width: 100%;
  margin: 0; }
.widget .wp-block-rss li {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 20px; }
  .widget .wp-block-rss li:last-child {
    margin-bottom: 0; }
.widget .wp-block-rss__item-title {
  width: 100%;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
  .widget .wp-block-rss__item-title a {
    color: var(--e-global-color-primary, #222); }
    .widget .wp-block-rss__item-title a:hover {
      color: var(--e-global-color-accent, #1FBECD); }
.widget .wp-block-rss__item-excerpt {
  width: 100%; }
.widget.widget_rss ul li {
  margin-bottom: 20px; }
  .widget.widget_rss ul li:last-child {
    margin-bottom: 0; }
  .widget.widget_rss ul li a {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    color: var(--e-global-color-primary, #222); }
    .widget.widget_rss ul li a:hover {
      color: var(--e-global-color-accent, #1FBECD); }
  .widget.widget_rss ul li .rss-date,
  .widget.widget_rss ul li cite {
    display: block;
    font-size: .8125em; }
.widget .wp-block-loginout a {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  color: var(--e-global-color-primary, #222); }
  .widget .wp-block-loginout a:hover {
    color: var(--e-global-color-accent, #1FBECD); }
.widget .wp-block-search__inside-wrapper {
  width: 100%;
  position: relative; }
.widget .wp-block-search__input {
  width: 100%;
  padding: 21px 70px 22px 34px;
  border: none;
  border-radius: 10px; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .widget .wp-block-search__input {
      padding-left: 22px; } }
  @media (max-width: 519.98px) {
    .widget .wp-block-search__input {
      padding-left: 15px; } }
.bt-sidebar .widget .wp-block-search__input, .bt-sidebar .widget .wp-block-search__input::placeholder {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #999 !important;
  font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
.widget .wp-block-search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 56px;
  height: 54px;
  font-size: 0;
  border-radius: 8px;
  padding: 0; }
  .widget .wp-block-search__button svg {
    opacity: 0; }
  .widget .wp-block-search__button::before {
    content: " ";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ3OTIgMTQuNDkzNUwxOS4yNSAxOS4yNU0xNi41IDkuNjI1QzE2LjUgMTMuNDIxOSAxMy40MjE5IDE2LjUgOS42MjUgMTYuNUM1LjgyODA0IDE2LjUgMi43NSAxMy40MjE5IDIuNzUgOS42MjVDMi43NSA1LjgyODA0IDUuODI4MDQgMi43NSA5LjYyNSAyLjc1QzEzLjQyMTkgMi43NSAxNi41IDUuODI4MDQgMTYuNSA5LjYyNVoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=); }
.widget .search-form {
  position: relative; }
  .widget .search-form label {
    margin: 0; }
  .widget .search-form input[type="search"] {
    width: 100%;
    padding-right: 110px; }
  .widget .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 15px 20px;
    border-radius: 0 15px 15px 0; }
.widget .wp-block-tag-cloud {
  margin: 0; }
  .widget .wp-block-tag-cloud a {
    margin: 0; }
.widget .wp-block-tag-cloud,
.widget .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 4px; }
  .widget .wp-block-tag-cloud a,
  .widget .tagcloud a {
    display: inline-block;
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--e-global-color-primary, #222);
    background: #F5F5F5;
    padding: 4px 10px;
    border: 1px solid #C7C7C7;
    border-radius: 8px; }
    .widget .wp-block-tag-cloud a:hover,
    .widget .tagcloud a:hover {
      color: #FFFFFF;
      background: var(--e-global-color-accent, #1FBECD);
      border-color: var(--e-global-color-accent, #1FBECD); }

.bt-block-recent-posts .bt-post {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 19px; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .bt-block-recent-posts .bt-post {
      gap: 10px; } }
  @media (max-width: 519.98px) {
    .bt-block-recent-posts .bt-post {
      gap: 15px; } }
  .bt-block-recent-posts .bt-post:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6; }
  .bt-block-recent-posts .bt-post--thumbnail {
    position: relative; }
    .bt-block-recent-posts .bt-post--thumbnail .bt-cover-image, .bt-block-recent-posts .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-block-recent-posts .bt-post--thumbnail .wc-cover-image {
      min-height: 126px;
      min-width: 162px;
      border-radius: 10px;
      box-sizing: border-box; }
      @media (max-width: 1199.98px) and (min-width: 991.98px) {
        .bt-block-recent-posts .bt-post--thumbnail .bt-cover-image, .bt-block-recent-posts .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-block-recent-posts .bt-post--thumbnail .wc-cover-image {
          min-width: 135px; } }
      @media (max-width: 390.98px) {
        .bt-block-recent-posts .bt-post--thumbnail .bt-cover-image, .bt-block-recent-posts .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-block-recent-posts .bt-post--thumbnail .wc-cover-image {
          min-width: 135px; } }
  .bt-block-recent-posts .bt-post--categories {
    position: absolute;
    left: 10px;
    bottom: 10px; }
    .bt-block-recent-posts .bt-post--categories .bt-post-cat {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
    .bt-block-recent-posts .bt-post--categories a {
      color: #FFF;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      background-color: var(--e-global-color-accent, #1FBECD);
      border-radius: 5px;
      padding: 4px 11px 5px 15px; }
      @media (max-width: 1199.98px) and (min-width: 991.98px) {
        .bt-block-recent-posts .bt-post--categories a {
          font-size: 14px; } }
      @media (max-width: 519.98px) {
        .bt-block-recent-posts .bt-post--categories a {
          font-size: 14px; } }
      @media (max-width: 390.98px) {
        .bt-block-recent-posts .bt-post--categories a {
          font-size: 12px; } }
  .bt-block-recent-posts .bt-post--title {
    text-transform: capitalize;
    word-break: break-word;
    margin: 12px 0 0px 0; }
    .widget .bt-block-recent-posts .bt-post--title {
      font-size: 18px;
      line-height: 144.444%; }
      @media (max-width: 1199.98px) and (min-width: 991.98px) {
        .widget .bt-block-recent-posts .bt-post--title {
          font-size: 16px; } }
      @media (max-width: 519.98px) {
        .widget .bt-block-recent-posts .bt-post--title {
          font-size: 16px; } }
    .bt-block-recent-posts .bt-post--title > a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit; }
  .bt-block-recent-posts .bt-post--date {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--e-global-color-accent, #1FBECD);
    gap: 11px; }
    @media (max-width: 1199.98px) and (min-width: 991.98px) {
      .bt-block-recent-posts .bt-post--date {
        font-size: 14px;
        gap: 8px; } }
    @media (max-width: 519.98px) {
      .bt-block-recent-posts .bt-post--date {
        font-size: 14px; } }
    @media (max-width: 359.98px) {
      .bt-block-recent-posts .bt-post--date {
        font-size: 12px; } }
    .bt-block-recent-posts .bt-post--date svg {
      width: 100%;
      height: auto;
      max-width: 20px; }
      .bt-block-recent-posts .bt-post--date svg path {
        fill: var(--e-global-color-accent, #1FBECD); }
  .bt-block-recent-posts .bt-post-author-w-avatar {
    margin-top: 13px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 7px; }
    .bt-block-recent-posts .bt-post-author-w-avatar--thumbnail {
      display: flex;
      align-items: center; }
      .bt-block-recent-posts .bt-post-author-w-avatar--thumbnail img {
        height: 28px;
        width: 28px;
        border-radius: 50%; }
    .bt-block-recent-posts .bt-post-author-w-avatar--name {
      font-weight: 500; }
      @media (max-width: 1199.98px) and (min-width: 991.98px) {
        .widget .bt-block-recent-posts .bt-post-author-w-avatar--name {
          font-size: 14px; } }
      @media (max-width: 519.98px) {
        .widget .bt-block-recent-posts .bt-post-author-w-avatar--name {
          font-size: 14px; } }

.bt-block-subscribe-contact .bt-subscribe-contact {
  background: var(--e-global-color-accent, #1FBECD);
  border-radius: 10px;
  padding: 36px 30px 36px 30px; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .bt-block-subscribe-contact .bt-subscribe-contact {
      padding: 32px 15px; } }
  @media (max-width: 519.98px) {
    .bt-block-subscribe-contact .bt-subscribe-contact {
      padding: 32px 15px; } }
  .bt-block-subscribe-contact .bt-subscribe-contact-header {
    display: flex;
    gap: 20px; }
    @media (max-width: 1199.98px) and (min-width: 991.98px) {
      .bt-block-subscribe-contact .bt-subscribe-contact-header {
        gap: 10px; } }
    @media (max-width: 519.98px) {
      .bt-block-subscribe-contact .bt-subscribe-contact-header {
        gap: 10px; } }
    .bt-block-subscribe-contact .bt-subscribe-contact-header svg {
      width: 100%;
      height: auto;
      max-width: 50px; }
  .bt-block-subscribe-contact .bt-subscribe-contact--heading {
    font-size: 24px;
    line-height: normal;
    color: #fff;
    margin: 0; }
    @media (max-width: 519.98px) {
      .bt-block-subscribe-contact .bt-subscribe-contact--heading {
        font-size: 20px; } }
  .bt-block-subscribe-contact .bt-subscribe-contact--desc {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 2px 0 0 0; }
    @media (max-width: 519.98px) {
      .bt-block-subscribe-contact .bt-subscribe-contact--desc {
        font-size: 14px; } }
  .bt-block-subscribe-contact .bt-subscribe-contact--form {
    margin-top: 22px; }

.admin-bar .select2-container--open .select2-dropdown {
  transform: translateY(32px); }
.admin-bar .gform_wrapper .select2-container--open .select2-dropdown {
  transform: translateY(0); }

.gform-theme--framework
:where(:not(html):not(iframe):not(canvas):not(img):not(svg):not(video)
:not(svg *):not(symbol *):not(.gform-theme__no-reset--el)
:not(.gform-theme__no-reset--children *):not(.gform-theme__disable)
:not(.gform-theme__disable *):not(.gform-theme__disable-reset)
:not(.gform-theme__disable-reset *):not(.gform_heading *):not(.gfield--type-html *)
:not(.gfield--type-section *):not(.form_saved_message > *)
:not(.form_saved_message_sent > *):not(.gform_confirmation_message *)
:not(.wp-editor-container):not(.mce-tinymce):not(.mce-tinymce *)
:not(.wp-editor-area):not(.gfield_description > *)
:not(.gform-field-label--type-inline > :not(span))) path {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  display: revert;
  all: revert-layer;
  fill: currentColor; }

.gform_wrapper.bt-get-price-form_wrapper .gform-field-label--type-inline {
  --gf-local-color: #fff;
  --gf-local-font-size: 18px; }
.gform_wrapper.gform-theme--api, .gform_wrapper.gform-theme--foundation {
  --gf-ctrl-choice-check-color: var(--e-global-color-accent, #1fbecd);
  --gf-form-gap-x: 12px;
  --gf-form-gap-y: 12px;
  --gf-font-size-secondary: 18px;
  --gf-color-primary: #1fbecd; }
.gform_wrapper .gform_heading {
  margin-bottom: 30px; }
  .gform_wrapper .gform_heading .gform_title {
    font-size: 36px;
    font-weight: 700;
    margin: 0; }
  .gform_wrapper .gform_heading .gform_description {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin: 4px 0 0; }
.gform_wrapper .gform-body input[type="checkbox"],
.gform_wrapper .gform-body input[type="radio"] {
  margin-top: 2px;
  outline: none;
  box-shadow: none; }
.gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
.gform_wrapper .gform-body select,
.gform_wrapper .gform-body textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  height: auto;
  color: var(--e-global-color-text, #555);
  background: #ffffff;
  padding: 16px 24px;
  border: 1px solid #dadada;
  border-radius: 10px;
  outline: none;
  box-shadow: none; }
.gform_wrapper .gform-body select.select2-hidden-accessible {
  width: 100% !important; }
.gform_wrapper .gform-body textarea {
  min-block-size: auto !important;
  height: 130px; }
.gform_wrapper .gform_footer {
  flex-wrap: nowrap !important;
  position: relative; }
  .gform_wrapper .gform_footer > *:not(input) {
    position: absolute;
    right: 10px; }
  .gform_wrapper .gform_footer input[type="submit"] {
    position: relative;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #ffffff !important;
    background: var(--e-global-color-accent, #1FBECD) !important;
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: none !important; }
    .gform_wrapper .gform_footer input[type="submit"].gform-button--width-full {
      width: 100% !important; }
.gform_wrapper .gform_validation_errors {
  display: none !important; }
.gform_wrapper .gform_confirmation_message {
  font-size: 20px;
  font-weight: 500;
  text-align: center; }

body #gform_wrapper_3[data-form-index="0"].gform-theme,
body #gform_wrapper_2[data-form-index="0"].gform-theme {
  --gf-color-primary: var(--e-global-color-accent, #1fbecd); }

body #gform_wrapper_1[data-form-index="0"].gform-theme,
body #gform_wrapper_4[data-form-index="0"].gform-theme {
  --gf-color-primary: #ffffff; }

.bt-form-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%; }
  .bt-form-rating__label {
    margin: 0 !important; }
  .bt-form-rating__field {
    padding: 0; }
  .bt-form-rating__list {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px; }
    .bt-form-rating__list input {
      display: none; }
    .bt-form-rating__list label {
      font-size: 0 !important;
      line-height: 0 !important;
      margin: 0 !important;
      cursor: pointer; }
      .bt-form-rating__list label svg {
        width: 16px;
        height: auto;
        fill: #cdcdcd; }
    .bt-form-rating__list input:checked ~ label svg,
    .bt-form-rating__list input + label:hover ~ label svg,
    .bt-form-rating__list input + label:hover svg {
      fill: #efcf0a; }

.bt-comment-stars {
  display: flex;
  gap: 4px;
  font-size: 0;
  line-height: 0;
  align-items: center; }
  .bt-comment-stars span.bt-filled svg {
    fill: #efcf0a; }
  .bt-comment-stars span svg {
    fill: #cdcdcd;
    width: 16px;
    height: auto; }

.bt-comment-wrapper {
  margin-top: 52px; }
  .bt-comment-wrapper .bt-heading-comment {
    margin-bottom: 30px;
    padding: 0;
    z-index: 9;
    text-transform: initial;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; }
    .bt-comment-wrapper .bt-heading-comment::before {
      z-index: 10; }
    .bt-comment-wrapper .bt-heading-comment:after {
      content: " ";
      display: inline-block;
      width: 100%;
      height: 1px;
      background: #d9d9d9;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 8; }
    .bt-comment-wrapper .bt-heading-comment span {
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      color: inherit;
      padding: 0 29px 0 18px;
      position: relative;
      z-index: 9;
      background-color: #fff;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
    @media (max-width: 519.98px) {
      .bt-comment-wrapper .bt-heading-comment {
        text-align: left; }
        .bt-comment-wrapper .bt-heading-comment code {
          display: inline-block; } }
  .bt-comment-wrapper .bt-comment-item .bt-comment-item {
    margin-left: 40px; }
  .bt-comment-wrapper .trackback .bt-comment .bt-avatar,
  .bt-comment-wrapper .pingback .bt-comment .bt-avatar {
    display: none; }
  .bt-comment-wrapper .trackback .bt-content,
  .bt-comment-wrapper .pingback .bt-content {
    width: 100%; }
  .bt-comment-wrapper .bt-comment {
    position: relative;
    margin-top: 20px; }
    .bt-comment-wrapper .bt-comment .bt-avatar {
      width: 90px;
      line-height: 0;
      position: absolute;
      left: 38px;
      border: 10px solid #ffff;
      border-radius: 50%;
      top: 20px; }
      .bt-comment-wrapper .bt-comment .bt-avatar img {
        width: 100%;
        border-radius: 50%; }
  .bt-comment-wrapper .bt-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .bt-comment-wrapper .bt-content .bt-meta {
      background-color: var(--e-global-color-accent, #1FBECD);
      display: flex;
      width: 100%;
      align-items: center;
      padding: 18px 24px 18px 180px;
      margin: 0;
      border-radius: 20px 20px 0px 0px;
      gap: 15px;
      justify-content: space-between;
      box-sizing: border-box;
      flex-wrap: wrap; }
    .bt-comment-wrapper .bt-content .bt-infor {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 54px;
      align-items: baseline; }
    .bt-comment-wrapper .bt-content .bt-name {
      font-size: 22px;
      line-height: 24px;
      margin: 0;
      color: #fff;
      font-weight: 700;
      text-transform: capitalize; }
    .bt-comment-wrapper .bt-content .bt-date {
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      display: flex;
      gap: 10px 21px;
      align-items: baseline; }
    .bt-comment-wrapper .bt-content .bt-text {
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      padding: 26px 63px 39px 180px;
      border-radius: 0 0 20px 20px;
      border: 1px solid #dadada;
      border-top: none;
      width: 100%;
      box-sizing: border-box; }
      .bt-comment-wrapper .bt-content .bt-text > *:first-child {
        margin-top: 0; }
      .bt-comment-wrapper .bt-content .bt-text > *:last-child {
        margin-bottom: 0; }
    .bt-comment-wrapper .bt-content .comment-awaiting-moderation {
      color: #fff; }
    .bt-comment-wrapper .bt-content .comment-reply-link {
      color: #fff;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      border-radius: 8px;
      background: #111;
      padding: 9px 26px; }
  .bt-comment-wrapper .comment-respond {
    margin-top: 50px;
    border-radius: 20px; }
    .bt-comment-wrapper .comment-respond .comment-reply-title {
      border-radius: 20px 20px 0px 0px;
      background: #1fbecd;
      padding: 25px 40px;
      color: #fff;
      font-size: 26px;
      letter-spacing: 0.2px;
      text-transform: initial;
      line-height: normal;
      font-weight: 700;
      margin: 0; }
      .bt-comment-wrapper .comment-respond .comment-reply-title a {
        text-decoration: underline;
        text-underline-offset: 6px; }
        .bt-comment-wrapper .comment-respond .comment-reply-title a:hover {
          color: #fff; }
      .bt-comment-wrapper .comment-respond .comment-reply-title small {
        position: absolute;
        top: 0;
        right: 0; }
    .bt-comment-wrapper .comment-respond .comment-form {
      display: flex;
      flex-wrap: wrap;
      gap: 23px;
      padding: 39px 40px 46px 39px;
      border-radius: 0 0 20px 20px;
      border: 1px solid #dadada;
      border-top: none; }
      .bt-comment-wrapper .comment-respond .comment-form .bt-logged-in-as {
        width: 100%; }
        .bt-comment-wrapper .comment-respond .comment-form .bt-logged-in-as a {
          text-decoration: underline; }
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-author,
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-email {
        width: calc(50% - 12px); }
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent {
        display: flex;
        align-items: baseline;
        gap: 11px; }
        .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent label {
          margin: 0;
          color: var(--e-global-color-text, #555);
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 30px; }
          @media (max-width: 519.98px) {
            .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent label {
              font-size: 16px;
              line-height: 24px; } }
        .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent input {
          width: 22px;
          height: 22px;
          appearance: none;
          -webkit-appearance: none;
          display: flex;
          align-content: center;
          justify-content: center;
          border: 1px solid #dadada;
          border-radius: 5px;
          position: relative;
          top: 3px; }
          @media (max-width: 519.98px) {
            .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent input {
              top: 6px; } }
          .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent input::before {
            content: "";
            width: 20px;
            height: 20px;
            transform: scale(0);
            background-color: var(--e-global-color-accent, #1FBECD);
            clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%); }
          .bt-comment-wrapper .comment-respond .comment-form .bt-form-cookies-consent input:checked::before {
            transform: scale(1); }
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-message,
      .bt-comment-wrapper .comment-respond .comment-form .form-submit {
        width: 100%; }
      .bt-comment-wrapper .comment-respond .comment-form .form-submit {
        margin: 0; }
      .bt-comment-wrapper .comment-respond .comment-form label {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans");
        font-size: 16px;
        font-weight: 700;
        line-height: 100%;
        color: var(--e-global-color-primary, #222);
        margin-bottom: 14px; }
      .bt-comment-wrapper .comment-respond .comment-form input[type="text"],
      .bt-comment-wrapper .comment-respond .comment-form textarea {
        width: 100%;
        max-width: calc(100% - 48px);
        min-height: unset;
        display: block; }
      .bt-comment-wrapper .comment-respond .comment-form input[type="submit"] {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans");
        text-transform: uppercase;
        padding: 11px 46px; }
  @media (max-width: 1199.98px) {
    .bt-comment-wrapper .bt-comment-item .bt-comment-item {
      margin-left: 30px; } }
  @media (max-width: 767.98px) {
    .bt-comment-wrapper .bt-content .bt-text {
      font-size: 16px; } }
  @media (max-width: 519.98px) {
    .bt-comment-wrapper .bt-comment-item .bt-comment-item {
      margin-left: 30px; }
    .bt-comment-wrapper .bt-comment .bt-avatar {
      width: 45px;
      left: inherit;
      border: 2px solid #ffff;
      top: inherit;
      position: relative; }
    .bt-comment-wrapper .bt-content .bt-infor {
      gap: 10px;
      align-items: baseline; }
    .bt-comment-wrapper .bt-content .bt-name {
      font-size: 18px; }
    .bt-comment-wrapper .bt-content .bt-date {
      font-size: 14px; }
    .bt-comment-wrapper .bt-content .bt-meta {
      padding-left: 20px;
      gap: 12px;
      justify-content: normal; }
    .bt-comment-wrapper .bt-content .bt-text {
      padding: 30px 20px; }
    .bt-comment-wrapper .bt-content .comment-reply-link {
      font-size: 14px;
      border-radius: 5px;
      padding: 6px 20px; }
    .bt-comment-wrapper .comment-respond .comment-reply-title {
      padding: 20px; }
    .bt-comment-wrapper .comment-respond .comment-form {
      padding: 30px 20px; }
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-author,
      .bt-comment-wrapper .comment-respond .comment-form .bt-form-email {
        width: 100%; } }

@keyframes effectSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body {
  --circle-diameter: 56vw; }

@keyframes effectOrbit {
  0% {
    transform: rotate(0deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(0deg); }
  25% {
    transform: rotate(90deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(-90deg); }
  50% {
    transform: rotate(180deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(-180deg); }
  75% {
    transform: rotate(270deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(-270deg); }
  100% {
    transform: rotate(360deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(-360deg); } }
@keyframes effectOrbitScale {
  0% {
    transform: scale(0.5); }
  25% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  75% {
    transform: scale(1); }
  100% {
    transform: scale(0.5); } }
@keyframes effectRotateAnimation {
  0% {
    transform: translateX(-50%) rotate(0deg); }
  100% {
    transform: translateX(-50%) rotate(360deg); } }
.bt-orbit-wrap {
  position: relative;
  width: var(--circle-diameter);
  height: var(--circle-diameter);
  border: 1px solid #eacee8;
  border-radius: 100%;
  transform: rotate(180deg); }
  .bt-orbit-wrap .bt-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    transform: rotate(0deg) translateX(-10px) translateY(calc(var(--circle-diameter) / 2)) rotate(0deg); }
    .bt-orbit-wrap .bt-orbit span {
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 100px; }
    .bt-orbit-wrap .bt-orbit.red {
      animation: effectOrbit 10s linear infinite; }
      .bt-orbit-wrap .bt-orbit.red span {
        background: var(--e-global-color-accent, #1FBECD);
        animation: effectOrbitScale 10s linear infinite; }
    .bt-orbit-wrap .bt-orbit.blue {
      animation: effectOrbit 12s linear infinite; }
      .bt-orbit-wrap .bt-orbit.blue span {
        background: #00b3d3;
        animation: effectOrbitScale 12s linear infinite; }
    .bt-orbit-wrap .bt-orbit.yellow {
      animation: effectOrbit 15s linear infinite; }
      .bt-orbit-wrap .bt-orbit.yellow span {
        background: #ffd800;
        animation: effectOrbitScale 15s linear infinite; }
    .bt-orbit-wrap .bt-orbit.purple {
      animation: effectOrbit 18s linear infinite; }
      .bt-orbit-wrap .bt-orbit.purple span {
        background: #6600ff;
        animation: effectOrbitScale 18s linear infinite; }
    .bt-orbit-wrap .bt-orbit.green {
      animation: effectOrbit 20s linear infinite; }
      .bt-orbit-wrap .bt-orbit.green span {
        background: #00ff78;
        animation: effectOrbitScale 20s linear infinite; }

.bt-elwg-orbit-circle {
  display: none; }

.bt-orbit-enable .bt-elwg-orbit-circle {
  display: block; }
.bt-orbit-enable .bt-site-main {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .bt-orbit-enable .bt-site-main .bt-orbit-effect {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: translate(30%, -35%); }

body {
  --pattern-diameter: 100vw; }

.bt-bg-pattern-effect {
  position: relative;
  width: var(--pattern-diameter);
  height: var(--pattern-diameter);
  background-color: transparent;
  background-image: url("../images/plus.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: 40px;
  pointer-events: none;
  opacity: 0.1; }
  .bt-bg-pattern-effect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: radial-gradient(circle, transparent 0%, #fff 70%); }

.bt-elwg-pattern-background {
  display: none; }

.bt-bg-pattern-enable .bt-elwg-pattern-background {
  display: block; }
.bt-bg-pattern-enable .bt-site-main {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .bt-bg-pattern-enable .bt-site-main .bt-bg-pattern-effect {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate(-40%, -50%); }

@keyframes effectBuble {
  from {
    opacity: 0.15; }
  25% {
    opacity: 0.5;
    transform: scale3d(3, 3, 4); }
  50% {
    opacity: 0.75; }
  75% {
    opacity: 1; }
  to {
    opacity: 0.15; } }
.bt-bg-buble-effect {
  position: relative;
  overflow: hidden;
  background: #f7f7f7; }
  .bt-bg-buble-effect .bt-bubles-beblow,
  .bt-bg-buble-effect .bt-bubles-above {
    display: flex;
    flex-wrap: wrap;
    gap: 150px;
    opacity: 0.5; }
  .bt-bg-buble-effect .bt-bubles-beblow {
    margin: -25px 0 0 -25px; }
  .bt-bg-buble-effect .bt-bubles-above {
    position: absolute;
    top: 125px;
    left: 100px;
    width: 100%;
    z-index: 1; }
  .bt-bg-buble-effect .buble {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f7f7f7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    animation: effectBuble infinite; }
    .bt-bg-buble-effect .buble:nth-child(1) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(2) {
      animation-duration: 22s; }
    .bt-bg-buble-effect .buble:nth-child(3) {
      animation-duration: 9s; }
    .bt-bg-buble-effect .buble:nth-child(4) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(5) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(6) {
      animation-duration: 10s; }
    .bt-bg-buble-effect .buble:nth-child(7) {
      animation-duration: 15s; }
    .bt-bg-buble-effect .buble:nth-child(8) {
      animation-duration: 13s; }
    .bt-bg-buble-effect .buble:nth-child(8) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(9) {
      animation-duration: 21s; }
    .bt-bg-buble-effect .buble:nth-child(10) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(11) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(12) {
      animation-duration: 7s; }
    .bt-bg-buble-effect .buble:nth-child(13) {
      animation-duration: 10s; }
    .bt-bg-buble-effect .buble:nth-child(14) {
      animation-duration: 20s; }
    .bt-bg-buble-effect .buble:nth-child(15) {
      animation-duration: 12s; }
    .bt-bg-buble-effect .buble:nth-child(16) {
      animation-duration: 20s; }
    .bt-bg-buble-effect .buble:nth-child(17) {
      animation-duration: 16s; }
    .bt-bg-buble-effect .buble:nth-child(18) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(19) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(20) {
      animation-duration: 10s; }
    .bt-bg-buble-effect .buble:nth-child(21) {
      animation-duration: 15s; }
    .bt-bg-buble-effect .buble:nth-child(22) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(23) {
      animation-duration: 19s; }
    .bt-bg-buble-effect .buble:nth-child(24) {
      animation-duration: 7s; }
    .bt-bg-buble-effect .buble:nth-child(25) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(26) {
      animation-duration: 10s; }
    .bt-bg-buble-effect .buble:nth-child(27) {
      animation-duration: 14s; }
    .bt-bg-buble-effect .buble:nth-child(28) {
      animation-duration: 18s; }
    .bt-bg-buble-effect .buble:nth-child(29) {
      animation-duration: 15s; }
    .bt-bg-buble-effect .buble:nth-child(30) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(31) {
      animation-duration: 21s; }
    .bt-bg-buble-effect .buble:nth-child(32) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(33) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(34) {
      animation-duration: 7s; }
    .bt-bg-buble-effect .buble:nth-child(35) {
      animation-duration: 15s; }
    .bt-bg-buble-effect .buble:nth-child(36) {
      animation-duration: 11s; }
    .bt-bg-buble-effect .buble:nth-child(37) {
      animation-duration: 17s; }
    .bt-bg-buble-effect .buble:nth-child(38) {
      animation-duration: 8s; }
    .bt-bg-buble-effect .buble:nth-child(39) {
      animation-duration: 6s; }
    .bt-bg-buble-effect .buble:nth-child(40) {
      animation-duration: 10s; }

.bt-elwg-buble-background {
  display: none; }

.bt-bg-buble-enable .bt-elwg-buble-background {
  display: block; }

@keyframes effectBgScroll {
  from {
    background-position: center center; }
  25% {
    background-position: center 75%; }
  75% {
    background-position: center 25%; }
  to {
    background-position: center center; } }
.bt-bg-scroll-enable .bt-bg-scroll-effect,
.bt-bg-scroll-enable .bt-site-titlebar {
  animation: effectBgScroll 130s infinite; }

@keyframes effectPlayButton {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
.bt-play-btn-effect .elementor-icon-box-icon a {
  position: relative;
  z-index: 1; }
  .bt-play-btn-effect .elementor-icon-box-icon a .fa-play {
    transform: translateX(2px); }
  .bt-play-btn-effect .elementor-icon-box-icon a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    animation: effectPlayButton 1500ms ease-out infinite; }

.bt-img-zoom-enable .bt-image-effect .bt-post .bt-cover-image img, .bt-img-zoom-enable .bt-image-effect .bt-post .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-img-zoom-enable .bt-image-effect .bt-post .wc-cover-image img {
  transform: scale(1);
  transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }
.bt-img-zoom-enable .bt-image-effect .bt-post:hover .bt-cover-image img, .bt-img-zoom-enable .bt-image-effect .bt-post:hover .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-img-zoom-enable .bt-image-effect .bt-post:hover .wc-cover-image img {
  transform: scale(1.1); }

.bt-effect-overflow {
  overflow-x: clip !important; }

@keyframes effectMoveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes effectMoveHorizontalCenter {
  0% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); }
  50% {
    -webkit-transform: translateX(-50%) translate3d(-10px, 0, 0);
    transform: translateX(-50%) translate3d(-10px, 0, 0); }
  100% {
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0); } }
@keyframes effectMoveHorizontalZoom {
  0% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }
  50% {
    -webkit-transform: translate3d(-10px, 0, 0) scale(0.99);
    transform: translate3d(-10px, 0, 0) scale(0.99); }
  100% {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); } }
.bt-effect-move-horizontal {
  animation: effectMoveHorizontal 3s linear infinite; }

.bt-effect-move-horizontal-center {
  animation: effectMoveHorizontalCenter 2s linear infinite; }

.bt-effect-move-horizontal-zoom {
  animation: effectMoveHorizontalZoom 3s linear infinite;
  transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }

@-webkit-keyframes effectPlayButton {
  0% {
    -webkit-box-shadow: 0 0 0 0 #fff; }
  70% {
    -webkit-box-shadow: 0 0 0 30px transparent; }
  100% {
    -webkit-box-shadow: 0 0 0 0 transparent; } }
@keyframes effectPlayButton {
  0% {
    box-shadow: 0 0 0 0 #fff; }
  70% {
    box-shadow: 0 0 0 30px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; } }
.bt-play-btn-effect .elementor-icon {
  border-radius: 50%; }
.bt-play-btn-effect :hover .elementor-icon {
  -webkit-animation: effectPlayButton 2s infinite;
  animation: effectPlayButton 2s infinite;
  border-radius: 50%; }
  .bt-play-btn-effect :hover .elementor-icon > a {
    display: block; }

.bt-page--content:after {
  content: "";
  display: block; }

.bt-main-content-ss {
  padding: 105px 0; }
  @media (max-width: 767.98px) {
    .bt-main-content-ss {
      padding: 75px 0; } }

.bt-sidebar {
  position: sticky;
  top: 126px;
  font-size: 18px;
  background: #f1f1f1;
  padding: 30px;
  border-radius: 20px; }
  .admin-bar .bt-sidebar {
    top: 156px; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .bt-sidebar {
      padding: 20px; } }

.bt-main-post-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .bt-main-post-row .bt-main-post-col {
    width: calc(66.66% - 15px); }
  .bt-main-post-row .bt-sidebar-col {
    width: calc(33.33% - 15px); }
  @media (max-width: 991.98px) {
    .bt-main-post-row {
      flex-direction: column; }
      .bt-main-post-row .bt-main-post-col,
      .bt-main-post-row .bt-sidebar-col {
        width: 100%; } }

.bt-list-post {
  display: flex;
  flex-direction: column;
  gap: 52px; }
  .bt-list-post .bt-post.sticky {
    background: #f5f5f5;
    padding: 25px 30px;
    border-radius: 20px; }
  .bt-list-post .bt-post--categories .bt-post-cat {
    display: flex;
    gap: 10px;
    flex-wrap: wrap; }
    .bt-list-post .bt-post--categories .bt-post-cat a {
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      background-color: var(--e-global-color-accent, #1FBECD);
      border-radius: 5px;
      padding: 4px 11px 5px 15px; }
  .bt-list-post .bt-post--featured {
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 30px;
    border-radius: 20px; }
    .bt-list-post .bt-post--featured a {
      display: inline-block;
      line-height: 0; }
    .bt-list-post .bt-post--featured img {
      margin: 0;
      border-radius: 20px; }
  .bt-list-post .bt-post--title {
    font-size: 24px;
    word-break: break-word;
    margin: 18px 0 25px;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; }
    .bt-list-post .bt-post--title a {
      display: inline-block; }
  .bt-list-post .bt-post--meta {
    list-style: none;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 32px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 17px 33px 17px 23px;
    width: auto;
    max-width: max-content; }
    .bt-list-post .bt-post--meta .bt-meta {
      font-size: 16px;
      line-height: 150%;
      color: var(--e-global-color-text, #555);
      display: flex;
      font-weight: 500; }
      .bt-list-post .bt-post--meta .bt-meta .bt-post-author-w-avatar--name {
        font-weight: 500; }
      .bt-list-post .bt-post--meta .bt-meta svg {
        fill: var(--e-global-color-accent, #1FBECD);
        height: 16px; }
      .bt-list-post .bt-post--meta .bt-meta--publish svg {
        height: 26px; }
      .bt-list-post .bt-post--meta .bt-meta a {
        display: inline-flex;
        align-items: center;
        gap: 8px; }
  @media (max-width: 519.98px) {
    .bt-list-post .bt-post.sticky {
      padding: 25px 15px; }
    .bt-list-post .bt-post--meta {
      gap: 12px 15px; }
    .bt-list-post .bt-post--meta .bt-meta {
      font-size: 14px; }
      .bt-list-post .bt-post--meta .bt-meta .bt-post-author-w-avatar--name {
        font-size: 14px; } }

.bt-list-post-grid {
  display: grid;
  gap: 20px; }
  @media (min-width: 991.98px) {
    .bt-list-post-grid {
      grid-template-columns: repeat(2, 1fr); } }

.single:not(.elementor-editor-active) .bt-post--content .bt-heading-line {
  padding: 0;
  z-index: 9;
  text-transform: initial;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; }
  .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line::before {
    z-index: 10; }
  .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8; }
  .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line code {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    padding: 0 29px 0 18px;
    position: relative;
    z-index: 9;
    background-color: #fff;
    font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
  @media (max-width: 519.98px) {
    .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line {
      font-size: 22px;
      line-height: 130%;
      text-align: left; }
      .single:not(.elementor-editor-active) .bt-post--content .bt-heading-line code {
        display: inline-block; } }

.bt-main-post .bt-post--categories .bt-post-cat {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .bt-main-post .bt-post--categories .bt-post-cat a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: var(--e-global-color-accent, #1FBECD);
    border-radius: 5px;
    padding: 4px 11px 5px 15px; }
.bt-main-post .bt-post--featured {
  position: relative;
  overflow: hidden;
  line-height: 0;
  margin-bottom: 30px;
  border-radius: 20px; }
  .bt-main-post .bt-post--featured a {
    display: inline-block;
    line-height: 0; }
  .bt-main-post .bt-post--featured img {
    margin: 0;
    border-radius: 20px; }
.bt-main-post .bt-post--title {
  font-size: 24px;
  word-break: break-word;
  margin: 18px 0 25px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; }
  .bt-main-post .bt-post--title a {
    display: inline-block; }
.bt-main-post .bt-post--meta {
  list-style: none;
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 17px 33px 17px 23px;
  width: auto;
  max-width: max-content; }
  .bt-main-post .bt-post--meta .bt-meta {
    font-size: 16px;
    line-height: 150%;
    color: var(--e-global-color-text, #555);
    display: flex;
    font-weight: 500; }
    .bt-main-post .bt-post--meta .bt-meta .bt-post-author-w-avatar--name {
      font-weight: 500; }
    .bt-main-post .bt-post--meta .bt-meta svg {
      fill: var(--e-global-color-accent, #1FBECD);
      height: 16px; }
    .bt-main-post .bt-post--meta .bt-meta--publish svg {
      height: 26px; }
    .bt-main-post .bt-post--meta .bt-meta a {
      display: inline-flex;
      align-items: center;
      gap: 8px; }
.bt-main-post .bt-post--content:after {
  content: "";
  display: block;
  clear: both; }
.bt-main-post .bt-post--content a {
  text-decoration: underline; }
.bt-main-post .bt-post--content .page-links {
  margin-top: 40px; }
@media (max-width: 519.98px) {
  .bt-main-post .bt-post--title {
    font-size: 22px; }
  .bt-main-post .bt-post--meta {
    gap: 12px 15px; }
  .bt-main-post .bt-post--meta .bt-meta {
    font-size: 14px; }
    .bt-main-post .bt-post--meta .bt-meta .bt-post-author-w-avatar--name {
      font-size: 14px; } }

.bt-infor-tags-share {
  display: flex;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding: 10px 24px 11px 30px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  align-items: center; }
  @media (max-width: 600px) {
    .bt-infor-tags-share {
      margin-top: 40px; } }

.bt-post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center; }
  .bt-post-tags span {
    display: inline-block;
    color: var(--e-global-color-primary, #222);
    font-size: 18px;
    font-weight: 700;
    line-height: normal; }
  .bt-post-tags a {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: var(--e-global-color-accent, #1FBECD);
    border-radius: 5px;
    padding: 4px 11px 5px 15px; }

.bt-post-share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center; }
  .bt-post-share span {
    display: inline-block;
    color: var(--e-global-color-primary, #222);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
  .bt-post-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px; }
  .bt-post-share a {
    color: var(--e-global-color-text, #555);
    background: #f1f1f1;
    width: 40px;
    height: 40px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    .bt-post-share a:hover svg {
      fill: var(--e-global-color-accent, #1FBECD); }
    .bt-post-share a svg {
      fill: currentColor; }

.bt-post--featured img {
  transform: scale(1);
  transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }
.bt-post--featured:hover img {
  transform: scale(1.1); }

.bt-post--excerpt {
  font-size: 18px;
  line-height: 166.667%; }

.elementor .bt-post--title {
  font-size: 22px;
  line-height: 136.364%; }
.bt-post--title > a {
  color: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit; }
  .bt-post--title > a:hover {
    color: var(--e-global-color-accent, #1FBECD); }

.bt-post-author-w-avatar {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 7px; }
  .bt-post-author-w-avatar--thumbnail {
    display: flex;
    align-items: center;
    align-content: center; }
    .bt-post-author-w-avatar--thumbnail img {
      width: 28px; }
      .bt-post .bt-post-author-w-avatar--thumbnail img {
        height: 28px;
        border-radius: 50%; }
  .bt-post-author-w-avatar--name {
    color: var(--e-global-color-text, #555); }
    .bt-post .bt-post-author-w-avatar--name {
      font-size: 16px;
      line-height: normal;
      margin: 0; }

.bt-post-author {
  display: flex;
  background: #fff;
  margin-top: 70px;
  border-radius: 20px;
  flex-direction: column;
  position: relative;
  min-height: 145px; }
  @media (max-width: 600px) {
    .bt-post-author {
      margin-top: 40px; } }
  .bt-post-author--avatar {
    width: 90px;
    line-height: 0;
    position: absolute;
    left: 38px;
    border: 10px solid #ffff;
    border-radius: 50%;
    top: 20px; }
    .bt-post-author--avatar img {
      width: 100%;
      border-radius: 50%; }
    @media (max-width: 600px) {
      .bt-post-author--avatar {
        width: 70px;
        left: 25px;
        border: 5px solid #ffff;
        top: 13px; } }
  .bt-post-author--info {
    width: 100%;
    display: flex;
    border-radius: 20px 20px 0px 0px;
    background: #1fbecd;
    justify-content: space-between;
    padding: 20px 40px 20px 180px;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 15px; }
    @media (max-width: 600px) {
      .bt-post-author--info {
        padding-left: 135px; } }
  .bt-post-author--name {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #fff;
    margin: 0;
    text-transform: capitalize; }
    .bt-post-author--name .bt-label {
      display: inline-block;
      font-family: var(--e-global-typography-text-font-family, "DM Sans");
      font-size: 16px;
      font-weight: 500;
      color: var(--e-global-color-accent, #1FBECD); }
  .bt-post-author--desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 26px 63px 39px 180px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #dadada;
    border-top: none; }
    @media (max-width: 600px) {
      .bt-post-author--desc {
        padding: 30px 20px 30px 20px; } }
  .bt-post-author--socials {
    gap: 2px; }
    .bt-post-author--socials span {
      color: #fff; }
    .bt-post-author--socials a {
      background: transparent !important;
      border: 2px solid #fff;
      box-sizing: border-box;
      width: 35px;
      height: 35px; }
  @media (max-width: 519.98px) {
    .bt-post-author--name {
      font-size: 20px; }
    .bt-post-author--desc {
      font-size: 16px; } }

.__bt-post-style-default .bt-post--inner, .bt-list-post-grid .bt-post--inner, .bt-related-posts--list .bt-post--inner, .bt-elwg-post-grid--default .bt-post--inner, .bt-elwg-post-loop-item--default .bt-post--inner {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #dadada;
  border-top: none;
  padding-bottom: 25px; }
  .__bt-post-style-default .bt-post--inner:hover .bt-post--featured .bt-cover-image img, .bt-list-post-grid .bt-post--inner:hover .bt-post--featured .bt-cover-image img, .bt-related-posts--list .bt-post--inner:hover .bt-post--featured .bt-cover-image img, .bt-elwg-post-grid--default .bt-post--inner:hover .bt-post--featured .bt-cover-image img, .bt-elwg-post-loop-item--default .bt-post--inner:hover .bt-post--featured .bt-cover-image img, .__bt-post-style-default .bt-post--inner:hover .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-default .bt-post--inner:hover .bt-post--featured .wc-cover-image img, .bt-list-post-grid .bt-post--inner:hover .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-post-grid .bt-post--inner:hover .bt-post--featured .wc-cover-image img, .bt-related-posts--list .bt-post--inner:hover .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-related-posts--list .bt-post--inner:hover .bt-post--featured .wc-cover-image img, .bt-elwg-post-grid--default .bt-post--inner:hover .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--default .bt-post--inner:hover .bt-post--featured .wc-cover-image img, .bt-elwg-post-loop-item--default .bt-post--inner:hover .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--default .bt-post--inner:hover .bt-post--featured .wc-cover-image img {
    transform: scale(1.1); }
.__bt-post-style-default .bt-post--featured .bt-cover-image, .bt-list-post-grid .bt-post--featured .bt-cover-image, .bt-related-posts--list .bt-post--featured .bt-cover-image, .bt-elwg-post-grid--default .bt-post--featured .bt-cover-image, .bt-elwg-post-loop-item--default .bt-post--featured .bt-cover-image, .__bt-post-style-default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-default .bt-post--featured .wc-cover-image, .bt-list-post-grid .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-post-grid .bt-post--featured .wc-cover-image, .bt-related-posts--list .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-related-posts--list .bt-post--featured .wc-cover-image, .bt-elwg-post-grid--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--default .bt-post--featured .wc-cover-image, .bt-elwg-post-loop-item--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--default .bt-post--featured .wc-cover-image {
  padding: 0;
  min-height: 312px;
  border-radius: 20px 20px 0px 0px; }
  @media (max-width: 519.98px) {
    .__bt-post-style-default .bt-post--featured .bt-cover-image, .bt-list-post-grid .bt-post--featured .bt-cover-image, .bt-related-posts--list .bt-post--featured .bt-cover-image, .bt-elwg-post-grid--default .bt-post--featured .bt-cover-image, .bt-elwg-post-loop-item--default .bt-post--featured .bt-cover-image, .__bt-post-style-default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-default .bt-post--featured .wc-cover-image, .bt-list-post-grid .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-post-grid .bt-post--featured .wc-cover-image, .bt-related-posts--list .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-related-posts--list .bt-post--featured .wc-cover-image, .bt-elwg-post-grid--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--default .bt-post--featured .wc-cover-image, .bt-elwg-post-loop-item--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--default .bt-post--featured .wc-cover-image {
      min-height: 280px; } }
  .__bt-post-style-default .bt-post--featured .bt-cover-image img, .bt-list-post-grid .bt-post--featured .bt-cover-image img, .bt-related-posts--list .bt-post--featured .bt-cover-image img, .bt-elwg-post-grid--default .bt-post--featured .bt-cover-image img, .bt-elwg-post-loop-item--default .bt-post--featured .bt-cover-image img, .__bt-post-style-default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-default .bt-post--featured .wc-cover-image img, .bt-list-post-grid .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-post-grid .bt-post--featured .wc-cover-image img, .bt-related-posts--list .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-related-posts--list .bt-post--featured .wc-cover-image img, .bt-elwg-post-grid--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--default .bt-post--featured .wc-cover-image img, .bt-elwg-post-loop-item--default .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--default .bt-post--featured .wc-cover-image img {
    transform: scale(1);
    transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }
.__bt-post-style-default .bt-post--content, .bt-list-post-grid .bt-post--content, .bt-related-posts--list .bt-post--content, .bt-elwg-post-grid--default .bt-post--content, .bt-elwg-post-loop-item--default .bt-post--content {
  padding: 16px 30px 25px 30px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .__bt-post-style-default .bt-post--content, .bt-list-post-grid .bt-post--content, .bt-related-posts--list .bt-post--content, .bt-elwg-post-grid--default .bt-post--content, .bt-elwg-post-loop-item--default .bt-post--content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 519.98px) {
    .__bt-post-style-default .bt-post--content, .bt-list-post-grid .bt-post--content, .bt-related-posts--list .bt-post--content, .bt-elwg-post-grid--default .bt-post--content, .bt-elwg-post-loop-item--default .bt-post--content {
      padding-left: 15px;
      padding-right: 15px; } }
.__bt-post-style-default .bt-post--categories, .bt-list-post-grid .bt-post--categories, .bt-related-posts--list .bt-post--categories, .bt-elwg-post-grid--default .bt-post--categories, .bt-elwg-post-loop-item--default .bt-post--categories {
  margin-top: -35px;
  z-index: 9;
  position: relative; }
  .__bt-post-style-default .bt-post--categories .bt-post-cat, .bt-list-post-grid .bt-post--categories .bt-post-cat, .bt-related-posts--list .bt-post--categories .bt-post-cat, .bt-elwg-post-grid--default .bt-post--categories .bt-post-cat, .bt-elwg-post-loop-item--default .bt-post--categories .bt-post-cat {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px; }
    .__bt-post-style-default .bt-post--categories .bt-post-cat a, .bt-list-post-grid .bt-post--categories .bt-post-cat a, .bt-related-posts--list .bt-post--categories .bt-post-cat a, .bt-elwg-post-grid--default .bt-post--categories .bt-post-cat a, .bt-elwg-post-loop-item--default .bt-post--categories .bt-post-cat a {
      background-color: var(--e-global-color-accent, #1FBECD);
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      height: auto;
      border-radius: 5px;
      padding: 7px 25px; }
.__bt-post-style-default .bt-post--title, .bt-list-post-grid .bt-post--title, .bt-related-posts--list .bt-post--title, .bt-elwg-post-grid--default .bt-post--title, .bt-elwg-post-loop-item--default .bt-post--title {
  margin: 25px 0 0 0;
  font-size: 22px;
  line-height: 136.364%; }
  .__bt-post-style-default .bt-post--title a, .bt-list-post-grid .bt-post--title a, .bt-related-posts--list .bt-post--title a, .bt-elwg-post-grid--default .bt-post--title a, .bt-elwg-post-loop-item--default .bt-post--title a {
    display: inline-block; }
.__bt-post-style-default .bt-post--info, .bt-list-post-grid .bt-post--info, .bt-related-posts--list .bt-post--info, .bt-elwg-post-grid--default .bt-post--info, .bt-elwg-post-loop-item--default .bt-post--info {
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 22px;
  padding: 16px 0;
  align-items: center;
  margin-bottom: 17px;
  flex-wrap: wrap;
  row-gap: 10px; }
.__bt-post-style-default .bt-post--publish svg, .bt-list-post-grid .bt-post--publish svg, .bt-related-posts--list .bt-post--publish svg, .bt-elwg-post-grid--default .bt-post--publish svg, .bt-elwg-post-loop-item--default .bt-post--publish svg, .__bt-post-style-default .bt-post-author-icon svg, .bt-list-post-grid .bt-post-author-icon svg, .bt-related-posts--list .bt-post-author-icon svg, .bt-elwg-post-grid--default .bt-post-author-icon svg, .bt-elwg-post-loop-item--default .bt-post-author-icon svg {
  width: 100%;
  max-width: 26px;
  height: auto; }
  @media (max-width: 519.98px) {
    .__bt-post-style-default .bt-post--publish svg, .bt-list-post-grid .bt-post--publish svg, .bt-related-posts--list .bt-post--publish svg, .bt-elwg-post-grid--default .bt-post--publish svg, .bt-elwg-post-loop-item--default .bt-post--publish svg, .__bt-post-style-default .bt-post-author-icon svg, .bt-list-post-grid .bt-post-author-icon svg, .bt-related-posts--list .bt-post-author-icon svg, .bt-elwg-post-grid--default .bt-post-author-icon svg, .bt-elwg-post-loop-item--default .bt-post-author-icon svg {
      max-width: 20px; } }
.__bt-post-style-default .bt-post--publish, .bt-list-post-grid .bt-post--publish, .bt-related-posts--list .bt-post--publish, .bt-elwg-post-grid--default .bt-post--publish, .bt-elwg-post-loop-item--default .bt-post--publish {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 22px;
  margin-right: 17px;
  border-right: 1px solid #d9d9d9; }
  @media (max-width: 1199.98px) {
    .__bt-post-style-default .bt-post--publish, .bt-list-post-grid .bt-post--publish, .bt-related-posts--list .bt-post--publish, .bt-elwg-post-grid--default .bt-post--publish, .bt-elwg-post-loop-item--default .bt-post--publish {
      padding-right: 17px; } }
  @media (max-width: 519.98px) {
    .__bt-post-style-default .bt-post--publish, .bt-list-post-grid .bt-post--publish, .bt-related-posts--list .bt-post--publish, .bt-elwg-post-grid--default .bt-post--publish, .bt-elwg-post-loop-item--default .bt-post--publish {
      padding-right: 10px;
      margin-right: 10px; } }
  .__bt-post-style-default .bt-post--publish span, .bt-list-post-grid .bt-post--publish span, .bt-related-posts--list .bt-post--publish span, .bt-elwg-post-grid--default .bt-post--publish span, .bt-elwg-post-loop-item--default .bt-post--publish span {
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-text, #555);
    display: inline-block; }
  .__bt-post-style-default .bt-post--publish svg path, .bt-list-post-grid .bt-post--publish svg path, .bt-related-posts--list .bt-post--publish svg path, .bt-elwg-post-grid--default .bt-post--publish svg path, .bt-elwg-post-loop-item--default .bt-post--publish svg path {
    fill: var(--e-global-color-accent, #1FBECD); }
.__bt-post-style-default .bt-post-author-icon, .bt-list-post-grid .bt-post-author-icon, .bt-related-posts--list .bt-post-author-icon, .bt-elwg-post-grid--default .bt-post-author-icon, .bt-elwg-post-loop-item--default .bt-post-author-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  gap: 4px;
  align-items: center;
  display: flex; }
  .__bt-post-style-default .bt-post-author-icon svg path, .bt-list-post-grid .bt-post-author-icon svg path, .bt-related-posts--list .bt-post-author-icon svg path, .bt-elwg-post-grid--default .bt-post-author-icon svg path, .bt-elwg-post-loop-item--default .bt-post-author-icon svg path {
    stroke: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-style-default .bt-post-author-icon--name, .bt-list-post-grid .bt-post-author-icon--name, .bt-related-posts--list .bt-post-author-icon--name, .bt-elwg-post-grid--default .bt-post-author-icon--name, .bt-elwg-post-loop-item--default .bt-post-author-icon--name {
    font-size: 16px;
    font-weight: 500;
    color: var(--e-global-color-text, #555);
    display: inline-block;
    line-height: normal;
    text-transform: capitalize;
    margin: 0; }
.__bt-post-style-default .bt-post--button, .bt-list-post-grid .bt-post--button, .bt-related-posts--list .bt-post--button, .bt-elwg-post-grid--default .bt-post--button, .bt-elwg-post-loop-item--default .bt-post--button {
  width: 100%;
  padding-top: 0px;
  position: absolute;
  left: 0;
  bottom: 25px; }
  .__bt-post-style-default .bt-post--button a, .bt-list-post-grid .bt-post--button a, .bt-related-posts--list .bt-post--button a, .bt-elwg-post-grid--default .bt-post--button a, .bt-elwg-post-loop-item--default .bt-post--button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .__bt-post-style-default .bt-post--button a:hover svg, .bt-list-post-grid .bt-post--button a:hover svg, .bt-related-posts--list .bt-post--button a:hover svg, .bt-elwg-post-grid--default .bt-post--button a:hover svg, .bt-elwg-post-loop-item--default .bt-post--button a:hover svg {
      transform: translateX(5px); }
    .__bt-post-style-default .bt-post--button a span, .bt-list-post-grid .bt-post--button a span, .bt-related-posts--list .bt-post--button a span, .bt-elwg-post-grid--default .bt-post--button a span, .bt-elwg-post-loop-item--default .bt-post--button a span {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-style-default .bt-post--button a svg, .bt-list-post-grid .bt-post--button a svg, .bt-related-posts--list .bt-post--button a svg, .bt-elwg-post-grid--default .bt-post--button a svg, .bt-elwg-post-loop-item--default .bt-post--button a svg {
      transition: all 0.25s ease-in-out; }
      .__bt-post-style-default .bt-post--button a svg path, .bt-list-post-grid .bt-post--button a svg path, .bt-related-posts--list .bt-post--button a svg path, .bt-elwg-post-grid--default .bt-post--button a svg path, .bt-elwg-post-loop-item--default .bt-post--button a svg path {
        stroke: var(--e-global-color-accent, #1FBECD); }

.__bt-post-style-1 .bt-post--inner, .bt-elwg-post-grid--style-1 .bt-post--inner, .bt-elwg-post-loop-item--style-1 .bt-post--inner {
  border-radius: 20px 20px;
  border: 1px solid #d9d9d9;
  border-top: none; }
.__bt-post-style-1 .bt-post--warp, .bt-elwg-post-grid--style-1 .bt-post--warp, .bt-elwg-post-loop-item--style-1 .bt-post--warp {
  background: #fff;
  padding: 34px 30px 95px 30px;
  border-radius: 0 0 20px 20px; }
  @media (max-width: 1199.98px) {
    .__bt-post-style-1 .bt-post--warp, .bt-elwg-post-grid--style-1 .bt-post--warp, .bt-elwg-post-loop-item--style-1 .bt-post--warp {
      padding-left: 15px;
      padding-right: 15px; } }
.__bt-post-style-1 .bt-post--featured .bt-cover-image, .bt-elwg-post-grid--style-1 .bt-post--featured .bt-cover-image, .bt-elwg-post-loop-item--style-1 .bt-post--featured .bt-cover-image, .__bt-post-style-1 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-1 .bt-post--featured .wc-cover-image, .bt-elwg-post-grid--style-1 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--style-1 .bt-post--featured .wc-cover-image, .bt-elwg-post-loop-item--style-1 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--style-1 .bt-post--featured .wc-cover-image {
  border-radius: 20px 20px 0px 0px; }
.__bt-post-style-1 .bt-post--publish, .bt-elwg-post-grid--style-1 .bt-post--publish, .bt-elwg-post-loop-item--style-1 .bt-post--publish {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 29px 11px 17px;
  gap: 8px;
  max-width: fit-content;
  background-color: var(--e-global-color-accent, #1FBECD);
  border-radius: 10px;
  margin-top: -62px;
  z-index: 9;
  position: relative; }
  .__bt-post-style-1 .bt-post--publish svg, .bt-elwg-post-grid--style-1 .bt-post--publish svg, .bt-elwg-post-loop-item--style-1 .bt-post--publish svg {
    width: 100%;
    max-width: 26px;
    height: auto; }
    .__bt-post-style-1 .bt-post--publish svg path, .bt-elwg-post-grid--style-1 .bt-post--publish svg path, .bt-elwg-post-loop-item--style-1 .bt-post--publish svg path {
      fill: #fff; }
  .__bt-post-style-1 .bt-post--publish span, .bt-elwg-post-grid--style-1 .bt-post--publish span, .bt-elwg-post-loop-item--style-1 .bt-post--publish span {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff; }
.__bt-post-style-1 .bt-post--categories, .bt-elwg-post-grid--style-1 .bt-post--categories, .bt-elwg-post-loop-item--style-1 .bt-post--categories {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 9px; }
  .__bt-post-style-1 .bt-post--categories::after, .bt-elwg-post-grid--style-1 .bt-post--categories::after, .bt-elwg-post-loop-item--style-1 .bt-post--categories::after {
    content: " ";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: var(--e-global-color-accent, #1FBECD);
    margin-left: 11px; }
  .__bt-post-style-1 .bt-post--categories a, .bt-elwg-post-grid--style-1 .bt-post--categories a, .bt-elwg-post-loop-item--style-1 .bt-post--categories a {
    font-size: 16px;
    font-weight: 500;
    line-height: 187.5%;
    color: var(--e-global-color-accent, #1FBECD); }
.__bt-post-style-1 .bt-post--excerpt, .bt-elwg-post-grid--style-1 .bt-post--excerpt, .bt-elwg-post-loop-item--style-1 .bt-post--excerpt {
  margin-top: 8px; }
.__bt-post-style-1 .bt-post-meta, .bt-elwg-post-grid--style-1 .bt-post-meta, .bt-elwg-post-loop-item--style-1 .bt-post-meta {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d9d9d9;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 21px;
  width: 100%;
  max-width: calc(100% - 60px); }
  @media (max-width: 1199.98px) {
    .__bt-post-style-1 .bt-post-meta, .bt-elwg-post-grid--style-1 .bt-post-meta, .bt-elwg-post-loop-item--style-1 .bt-post-meta {
      max-width: calc(100% - 30px); } }
.__bt-post-style-1 .bt-post-author-w-avatar, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar, .__bt-post-style-1 .bt-post--button, .bt-elwg-post-grid--style-1 .bt-post--button, .bt-elwg-post-loop-item--style-1 .bt-post--button {
  padding-top: 12px;
  display: flex;
  align-items: center;
  align-content: center; }
.__bt-post-style-1 .bt-post-author-w-avatar, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar {
  gap: 6px; }
  .__bt-post-style-1 .bt-post-author-w-avatar--thumbnail img, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar--thumbnail img, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar--thumbnail img {
    width: 34px;
    height: 34px; }
  .__bt-post-style-1 .bt-post-author-w-avatar--name, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar--name, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar--name {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    color: var(--e-global-color-accent, #1FBECD); }
    @media (max-width: 359.98px) {
      .__bt-post-style-1 .bt-post-author-w-avatar--name, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar--name, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar--name {
        font-size: 14px; } }
    .__bt-post-style-1 .bt-post-author-w-avatar--name span, .bt-elwg-post-grid--style-1 .bt-post-author-w-avatar--name span, .bt-elwg-post-loop-item--style-1 .bt-post-author-w-avatar--name span {
      color: var(--e-global-color-text, #555); }
.__bt-post-style-1 .bt-post--button, .bt-elwg-post-grid--style-1 .bt-post--button, .bt-elwg-post-loop-item--style-1 .bt-post--button {
  padding-right: 19px;
  padding-left: 35px;
  border-left: 1px solid #d9d9d9; }
  @media (max-width: 1199.98px) {
    .__bt-post-style-1 .bt-post--button, .bt-elwg-post-grid--style-1 .bt-post--button, .bt-elwg-post-loop-item--style-1 .bt-post--button {
      padding-left: 18px;
      padding-right: 18px; } }
  @media (max-width: 359.98px) {
    .__bt-post-style-1 .bt-post--button, .bt-elwg-post-grid--style-1 .bt-post--button, .bt-elwg-post-loop-item--style-1 .bt-post--button {
      padding-left: 12px;
      padding-right: 12px; } }
  .__bt-post-style-1 .bt-post--button a, .bt-elwg-post-grid--style-1 .bt-post--button a, .bt-elwg-post-loop-item--style-1 .bt-post--button a {
    display: flex;
    align-items: center;
    color: var(--e-global-color-accent, #1FBECD);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    gap: 10px; }
    @media (max-width: 359.98px) {
      .__bt-post-style-1 .bt-post--button a, .bt-elwg-post-grid--style-1 .bt-post--button a, .bt-elwg-post-loop-item--style-1 .bt-post--button a {
        font-size: 15px; } }
    .__bt-post-style-1 .bt-post--button a svg, .bt-elwg-post-grid--style-1 .bt-post--button a svg, .bt-elwg-post-loop-item--style-1 .bt-post--button a svg {
      width: 100%;
      height: auto;
      max-width: 24px; }

.__bt-post-style-2 .bt-post--inner, .bt-elwg-post-grid--style-2 .bt-post--inner, .bt-elwg-post-loop-item--style-2 .bt-post--inner {
  border-radius: 20px;
  display: flex; }
  @media (max-width: 767.98px) {
    .__bt-post-style-2 .bt-post--inner, .bt-elwg-post-grid--style-2 .bt-post--inner, .bt-elwg-post-loop-item--style-2 .bt-post--inner {
      flex-wrap: wrap; } }
  .__bt-post-style-2 .bt-post--inner > div, .bt-elwg-post-grid--style-2 .bt-post--inner > div, .bt-elwg-post-loop-item--style-2 .bt-post--inner > div {
    width: 50%;
    position: relative; }
    @media (max-width: 767.98px) {
      .__bt-post-style-2 .bt-post--inner > div, .bt-elwg-post-grid--style-2 .bt-post--inner > div, .bt-elwg-post-loop-item--style-2 .bt-post--inner > div {
        width: 100%; } }
  .__bt-post-style-2 .bt-post--inner-right, .bt-elwg-post-grid--style-2 .bt-post--inner-right, .bt-elwg-post-loop-item--style-2 .bt-post--inner-right {
    border: 1px solid #e1e1e1;
    border-radius: 0px 20px 20px 0px;
    padding: 69px 59px 78px 30px; }
    @media (max-width: 767.98px) {
      .__bt-post-style-2 .bt-post--inner-right, .bt-elwg-post-grid--style-2 .bt-post--inner-right, .bt-elwg-post-loop-item--style-2 .bt-post--inner-right {
        border-radius: 0 0 20px 20px;
        padding-bottom: 72px;
        padding-top: 68px; } }
    @media (max-width: 519.98px) {
      .__bt-post-style-2 .bt-post--inner-right, .bt-elwg-post-grid--style-2 .bt-post--inner-right, .bt-elwg-post-loop-item--style-2 .bt-post--inner-right {
        padding-left: 15px;
        padding-right: 15px; } }
.__bt-post-style-2 .bt-post--categories, .bt-elwg-post-grid--style-2 .bt-post--categories, .bt-elwg-post-loop-item--style-2 .bt-post--categories {
  position: absolute;
  left: 20px;
  bottom: 20px; }
  .__bt-post-style-2 .bt-post--categories a, .bt-elwg-post-grid--style-2 .bt-post--categories a, .bt-elwg-post-loop-item--style-2 .bt-post--categories a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    background-color: var(--e-global-color-accent, #1FBECD);
    border-radius: 5px;
    display: inline-block;
    padding: 4px 11px 5px 15px; }
.__bt-post-style-2 .bt-post--featured, .bt-elwg-post-grid--style-2 .bt-post--featured, .bt-elwg-post-loop-item--style-2 .bt-post--featured {
  height: 100%; }
  .__bt-post-style-2 .bt-post--featured .bt-cover-image, .bt-elwg-post-grid--style-2 .bt-post--featured .bt-cover-image, .bt-elwg-post-loop-item--style-2 .bt-post--featured .bt-cover-image, .__bt-post-style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-2 .bt-post--featured .wc-cover-image, .bt-elwg-post-grid--style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--style-2 .bt-post--featured .wc-cover-image, .bt-elwg-post-loop-item--style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--style-2 .bt-post--featured .wc-cover-image {
    padding-bottom: 0;
    min-height: 300px;
    border-radius: 20px 0px 0px 20px;
    height: 100%; }
    @media (max-width: 767.98px) {
      .__bt-post-style-2 .bt-post--featured .bt-cover-image, .bt-elwg-post-grid--style-2 .bt-post--featured .bt-cover-image, .bt-elwg-post-loop-item--style-2 .bt-post--featured .bt-cover-image, .__bt-post-style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-style-2 .bt-post--featured .wc-cover-image, .bt-elwg-post-grid--style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-grid--style-2 .bt-post--featured .wc-cover-image, .bt-elwg-post-loop-item--style-2 .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-post-loop-item--style-2 .bt-post--featured .wc-cover-image {
        min-height: 280px;
        border-radius: 20px 20px 0 0; } }
.__bt-post-style-2 .bt-post--publish svg, .bt-elwg-post-grid--style-2 .bt-post--publish svg, .bt-elwg-post-loop-item--style-2 .bt-post--publish svg, .__bt-post-style-2 .bt-post-author-icon svg, .bt-elwg-post-grid--style-2 .bt-post-author-icon svg, .bt-elwg-post-loop-item--style-2 .bt-post-author-icon svg {
  width: 100%;
  max-width: 16px;
  height: auto; }
.__bt-post-style-2 .bt-post--publish, .bt-elwg-post-grid--style-2 .bt-post--publish, .bt-elwg-post-loop-item--style-2 .bt-post--publish {
  background-color: var(--e-global-color-accent, #1FBECD);
  border-radius: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.3px;
  max-width: fit-content;
  padding: 12px 22.7px 12px 24px;
  position: absolute;
  left: -1px;
  top: -1px; }
  .__bt-post-style-2 .bt-post--publish svg path, .bt-elwg-post-grid--style-2 .bt-post--publish svg path, .bt-elwg-post-loop-item--style-2 .bt-post--publish svg path {
    fill: #fff; }
  .__bt-post-style-2 .bt-post--publish span, .bt-elwg-post-grid--style-2 .bt-post--publish span, .bt-elwg-post-loop-item--style-2 .bt-post--publish span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: normal; }
.__bt-post-style-2 .bt-post--title, .bt-elwg-post-grid--style-2 .bt-post--title, .bt-elwg-post-loop-item--style-2 .bt-post--title {
  text-transform: capitalize;
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 14px;
  width: 100%;
  line-height: 150%; }
  @media (max-width: 991.98px) {
    .__bt-post-style-2 .bt-post--title, .bt-elwg-post-grid--style-2 .bt-post--title, .bt-elwg-post-loop-item--style-2 .bt-post--title {
      font-size: 20px; } }
.__bt-post-style-2 .bt-post-meta, .bt-elwg-post-grid--style-2 .bt-post-meta, .bt-elwg-post-loop-item--style-2 .bt-post-meta {
  display: flex;
  border-radius: 0px 0px 20px 0px;
  background: #f1f1f1;
  align-items: center;
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: calc(100% + 1px);
  padding: 14px 30px; }
  @media (max-width: 767.98px) {
    .__bt-post-style-2 .bt-post-meta, .bt-elwg-post-grid--style-2 .bt-post-meta, .bt-elwg-post-loop-item--style-2 .bt-post-meta {
      width: calc(100% + 2px);
      border-radius: 0px 0px 20px 20px; } }
  @media (max-width: 519.98px) {
    .__bt-post-style-2 .bt-post-meta, .bt-elwg-post-grid--style-2 .bt-post-meta, .bt-elwg-post-loop-item--style-2 .bt-post-meta {
      padding-left: 15px;
      padding-right: 15px; } }
  .__bt-post-style-2 .bt-post-meta .bt-post-author-w-avatar, .bt-elwg-post-grid--style-2 .bt-post-meta .bt-post-author-w-avatar, .bt-elwg-post-loop-item--style-2 .bt-post-meta .bt-post-author-w-avatar {
    padding-right: 18px;
    margin-right: 15px;
    position: relative; }
    .__bt-post-style-2 .bt-post-meta .bt-post-author-w-avatar::before, .bt-elwg-post-grid--style-2 .bt-post-meta .bt-post-author-w-avatar::before, .bt-elwg-post-loop-item--style-2 .bt-post-meta .bt-post-author-w-avatar::before {
      content: " ";
      display: inline-block;
      width: 1px;
      height: 15px;
      background: #b0b0b0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
    .__bt-post-style-2 .bt-post-meta .bt-post-author-w-avatar--name, .bt-elwg-post-grid--style-2 .bt-post-meta .bt-post-author-w-avatar--name, .bt-elwg-post-loop-item--style-2 .bt-post-meta .bt-post-author-w-avatar--name {
      font-weight: 500;
      text-transform: capitalize; }
  .__bt-post-style-2 .bt-post-meta .bt-reading-time, .bt-elwg-post-grid--style-2 .bt-post-meta .bt-reading-time, .bt-elwg-post-loop-item--style-2 .bt-post-meta .bt-reading-time {
    color: var(--e-global-color-text, #555);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: relative; }

.bt-related-posts {
  margin-top: 52px; }
  .bt-related-posts--heading {
    text-align: left;
    margin-bottom: 30px; }
  .bt-related-posts--list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .bt-related-posts--list .bt-post {
      width: calc(33.33% - 13.33px); }
      @media (max-width: 991.98px) {
        .bt-related-posts--list .bt-post {
          width: calc(50% - 10px); } }
      @media (max-width: 767.98px) {
        .bt-related-posts--list .bt-post {
          width: 100%; } }
      .bt-related-posts--list .bt-post .bt-post-author--name {
        margin: 0; }
      .bt-related-posts--list .bt-post--infor {
        padding: 16px 30px 25px 30px; }
        @media (min-width: 992px) and (max-width: 1199.98px) {
          .bt-related-posts--list .bt-post--infor {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 519.98px) {
          .bt-related-posts--list .bt-post--infor {
            padding-left: 15px;
            padding-right: 15px; } }
      .bt-related-posts--list .bt-post--title {
        font-size: 22px;
        line-height: 136.364%; }

.bt-post-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-top: 52px; }
  .bt-post-nav--item {
    position: relative;
    width: calc(50% - 20px); }
    .bt-post-nav--item.bt-prev:before {
      content: "";
      position: absolute;
      top: 0;
      right: -30px;
      width: 1px;
      height: 100%;
      background: #c7c7c7; }
    .bt-post-nav--item.bt-next {
      text-align: right;
      margin-left: 50%; }
    .bt-post-nav--item.bt-prev + .bt-post-nav--item.bt-next {
      margin-left: 0; }
    .bt-post-nav--item span {
      display: block;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .bt-post-nav--item h3 {
      font-size: 24px;
      word-break: break-word;
      margin: 0; }
  @media (max-width: 767.98px) {
    .bt-post-nav--item span {
      font-size: 13px; }
    .bt-post-nav--item h3 {
      font-size: 20px; } }
  @media (max-width: 519.98px) {
    .bt-post-nav--item {
      width: 100%; }
      .bt-post-nav--item.bt-prev:before {
        display: none; }
      .bt-post-nav--item.bt-next {
        text-align: left;
        margin-left: 0; } }

.bt-container-search {
  max-width: 1000px; }

.__bt-post-car-default, .bt-car-layout .bt-post, .single-car .bt-related-posts-ss--list .bt-post, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post, .bt-elwg-car-loop-item--default .bt-post, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post {
  background: #ffffff;
  overflow: hidden; }
  .__bt-post-car-default .bt-post--inner, .bt-car-layout .bt-post .bt-post--inner, .single-car .bt-related-posts-ss--list .bt-post .bt-post--inner, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--inner, .bt-elwg-car-loop-item--default .bt-post .bt-post--inner, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--inner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 20px; }
  .__bt-post-car-default .bt-post--thumbnail, .bt-car-layout .bt-post .bt-post--thumbnail, .single-car .bt-related-posts-ss--list .bt-post .bt-post--thumbnail, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--thumbnail, .bt-elwg-car-loop-item--default .bt-post .bt-post--thumbnail, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--thumbnail, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--thumbnail {
    position: relative; }
  .__bt-post-car-default .bt-post--icon-btn, .bt-car-layout .bt-post .bt-post--icon-btn, .single-car .bt-related-posts-ss--list .bt-post .bt-post--icon-btn, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--icon-btn, .bt-elwg-car-loop-item--default .bt-post .bt-post--icon-btn, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 5px;
    z-index: 1; }
    .__bt-post-car-default .bt-post--icon-btn .bt-icon-btn, .bt-car-layout .bt-post .bt-post--icon-btn .bt-icon-btn, .single-car .bt-related-posts-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn, .bt-elwg-car-loop-item--default .bt-post .bt-post--icon-btn .bt-icon-btn, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 100px;
      transition: all 0.3s; }
      .__bt-post-car-default .bt-post--icon-btn .bt-icon-btn.added, .bt-car-layout .bt-post .bt-post--icon-btn .bt-icon-btn.added, .single-car .bt-related-posts-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn.added, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-car-loop-item--default .bt-post .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn.added {
        background: var(--e-global-color-accent, #1FBECD); }
        .__bt-post-car-default .bt-post--icon-btn .bt-icon-btn.added svg, .bt-car-layout .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .single-car .bt-related-posts-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-car-loop-item--default .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn.added svg {
          fill: #ffffff; }
      .__bt-post-car-default .bt-post--icon-btn .bt-icon-btn svg, .bt-car-layout .bt-post .bt-post--icon-btn .bt-icon-btn svg, .single-car .bt-related-posts-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn svg, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-car-loop-item--default .bt-post .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--icon-btn .bt-icon-btn svg {
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-car-default .bt-post--infor, .bt-car-layout .bt-post .bt-post--infor, .single-car .bt-related-posts-ss--list .bt-post .bt-post--infor, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--infor, .bt-elwg-car-loop-item--default .bt-post .bt-post--infor, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--infor, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--infor {
    position: relative; }
  .__bt-post-car-default .bt-post--body, .bt-car-layout .bt-post .bt-post--body, .single-car .bt-related-posts-ss--list .bt-post .bt-post--body, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--body, .bt-elwg-car-loop-item--default .bt-post .bt-post--body, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--body, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--body {
    position: absolute;
    top: 0;
    left: -1px;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    padding: 10px 30px;
    border-radius: 0 10px 10px 0;
    transform: translateY(-50%); }
  .__bt-post-car-default .bt-post--info-inner, .bt-car-layout .bt-post .bt-post--info-inner, .single-car .bt-related-posts-ss--list .bt-post .bt-post--info-inner, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--info-inner, .bt-elwg-car-loop-item--default .bt-post .bt-post--info-inner, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--info-inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--info-inner {
    padding: 40px 30px 24px; }
  .__bt-post-car-default .bt-post--price, .bt-car-layout .bt-post .bt-post--price, .single-car .bt-related-posts-ss--list .bt-post .bt-post--price, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--price, .bt-elwg-car-loop-item--default .bt-post .bt-post--price, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--price, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--price {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-accent, #1FBECD);
    margin-bottom: 8px; }
    .__bt-post-car-default .bt-post--price a, .bt-car-layout .bt-post .bt-post--price a, .single-car .bt-related-posts-ss--list .bt-post .bt-post--price a, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--price a, .bt-elwg-car-loop-item--default .bt-post .bt-post--price a, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--price a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--price a {
      display: inline-block;
      font-size: 16px;
      line-height: 150%;
      color: inherit;
      background: #f1f1f1;
      padding: 8px 15px;
      border-radius: 10px; }
  .__bt-post-car-default .bt-post--title, .bt-car-layout .bt-post .bt-post--title, .single-car .bt-related-posts-ss--list .bt-post .bt-post--title, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--title, .bt-elwg-car-loop-item--default .bt-post .bt-post--title, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--title {
    min-height: 58px;
    font-size: 22px;
    margin: 0; }
  .__bt-post-car-default .bt-post--meta, .bt-car-layout .bt-post .bt-post--meta, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta {
    position: relative;
    height: 69px;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #dadada; }
  .__bt-post-car-default .bt-post--meta-row, .bt-car-layout .bt-post .bt-post--meta-row, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-row, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-row, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-row, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-row, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    white-space: nowrap; }
  .__bt-post-car-default .bt-post--meta-col, .bt-car-layout .bt-post .bt-post--meta-col, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-col, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-col, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-col, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-col, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-col {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 16px; }
    .__bt-post-car-default .bt-post--meta-col:not(:last-child), .bt-car-layout .bt-post .bt-post--meta-col:not(:last-child), .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-col:not(:last-child), .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-col:not(:last-child), .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-col:not(:last-child), .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-col:not(:last-child), .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-col:not(:last-child) {
      border-right: 1px solid #dadada; }
  .__bt-post-car-default .bt-post--meta-item, .bt-car-layout .bt-post .bt-post--meta-item, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-item, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-item, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-item, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item {
    position: relative;
    min-width: 86px;
    padding-left: 30px; }
    .__bt-post-car-default .bt-post--meta-item svg, .bt-car-layout .bt-post .bt-post--meta-item svg, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-item svg, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-item svg, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-item svg, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-car-default .bt-post--meta-item span, .bt-car-layout .bt-post .bt-post--meta-item span, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-item span, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-item span, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-item span, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item span, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item span {
      display: block; }
    .__bt-post-car-default .bt-post--meta-item .bt-label, .bt-car-layout .bt-post .bt-post--meta-item .bt-label, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-item .bt-label, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-item .bt-label, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item .bt-label, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item .bt-label {
      font-size: 14px;
      line-height: 150%;
      color: #848484; }
    .__bt-post-car-default .bt-post--meta-item .bt-value, .bt-car-layout .bt-post .bt-post--meta-item .bt-value, .single-car .bt-related-posts-ss--list .bt-post .bt-post--meta-item .bt-value, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--default .bt-post .bt-post--meta-item .bt-value, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item .bt-value, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--meta-item .bt-value {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%; }
  .__bt-post-car-default .bt-post--readmore a, .bt-car-layout .bt-post .bt-post--readmore a, .single-car .bt-related-posts-ss--list .bt-post .bt-post--readmore a, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--readmore a, .bt-elwg-car-loop-item--default .bt-post .bt-post--readmore a, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--e-global-color-accent, #1FBECD);
    background: #f1f1f1;
    padding: 18px 20px; }
    .__bt-post-car-default .bt-post--readmore a svg path, .bt-car-layout .bt-post .bt-post--readmore a svg path, .single-car .bt-related-posts-ss--list .bt-post .bt-post--readmore a svg path, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--readmore a svg path, .bt-elwg-car-loop-item--default .bt-post .bt-post--readmore a svg path, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a svg path {
      stroke: var(--e-global-color-accent, #1FBECD);
      transition: all 0.3s; }
    .__bt-post-car-default .bt-post--readmore a:hover, .bt-car-layout .bt-post .bt-post--readmore a:hover, .single-car .bt-related-posts-ss--list .bt-post .bt-post--readmore a:hover, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--readmore a:hover, .bt-elwg-car-loop-item--default .bt-post .bt-post--readmore a:hover, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a:hover, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a:hover {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
      .__bt-post-car-default .bt-post--readmore a:hover svg path, .bt-car-layout .bt-post .bt-post--readmore a:hover svg path, .single-car .bt-related-posts-ss--list .bt-post .bt-post--readmore a:hover svg path, .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post .bt-post--readmore a:hover svg path, .bt-elwg-car-loop-item--default .bt-post .bt-post--readmore a:hover svg path, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a:hover svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-default .bt-post .bt-post--readmore a:hover svg path {
        stroke: #ffffff; }

.__bt-post-car-style-1, .bt-elwg-car-loop-item--style-1 .bt-post, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post {
  position: relative;
  overflow: hidden; }
  .__bt-post-car-style-1 .bt-post--inner, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--inner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 20px; }
  .__bt-post-car-style-1 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--thumbnail, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--thumbnail {
    position: relative; }
    .__bt-post-car-style-1 .bt-post--thumbnail .bt-cover-image, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--thumbnail .bt-cover-image, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--thumbnail .bt-cover-image, .__bt-post-car-style-1 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-car-style-1 .bt-post--thumbnail .wc-cover-image, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--thumbnail .wc-cover-image, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--thumbnail .wc-cover-image {
      min-height: 400px;
      padding-bottom: 100%; }
  .__bt-post-car-style-1 .bt-post--infor, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--infor, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--infor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(17, 17, 17, 0.5); }
  .__bt-post-car-style-1 .bt-post--icon-btn, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--icon-btn {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 20px;
    z-index: 1; }
    .__bt-post-car-style-1 .bt-post--icon-btn .bt-icon-btn, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--icon-btn .bt-icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--icon-btn .bt-icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 100px;
      transition: all 0.3s; }
      .__bt-post-car-style-1 .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--icon-btn .bt-icon-btn.added {
        background: var(--e-global-color-accent, #1FBECD); }
        .__bt-post-car-style-1 .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg {
          fill: #ffffff; }
      .__bt-post-car-style-1 .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--icon-btn .bt-icon-btn svg {
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-car-style-1 .bt-post--infor-inner, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--infor-inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--infor-inner {
    padding: 30px; }
  .__bt-post-car-style-1 .bt-post--title, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--title {
    max-width: 380px;
    min-height: 58px;
    font-size: 24px;
    color: #ffffff;
    margin: 0 0 20px; }
  .__bt-post-car-style-1 .bt-post--body-price, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--body-price, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--body-price {
    display: inline-flex;
    align-items: center;
    background: var(--e-global-color-accent, #1FBECD);
    margin-left: -30px;
    padding-left: 30px;
    overflow: hidden;
    border-radius: 0 10px 10px 0; }
  .__bt-post-car-style-1 .bt-post--body, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--body, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--body {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    padding: 10px 25px 10px 0; }
  .__bt-post-car-style-1 .bt-post--price, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--price, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--price {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: var(--e-global-color-primary, #222);
    background: #ffffff;
    padding: 10px 25px; }
    .__bt-post-car-style-1 .bt-post--price a, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--price a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--price a {
      display: inline-block;
      font-size: 16px;
      line-height: 150%;
      color: inherit;
      background: #f1f1f1;
      padding: 8px 15px;
      border-radius: 10px; }
  .__bt-post-car-style-1 .bt-post--meta, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta {
    max-width: 380px;
    overflow-x: auto;
    margin: 25px 0 5px;
    padding-bottom: 4px; }
  .__bt-post-car-style-1 .bt-post--meta-row, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-row, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-row {
    display: flex;
    white-space: nowrap; }
  .__bt-post-car-style-1 .bt-post--meta-col, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-col, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-col {
    position: relative;
    display: flex;
    width: 100%; }
    .__bt-post-car-style-1 .bt-post--meta-col:not(:last-child), .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-col:not(:last-child), .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-col:not(:last-child) {
      margin-right: 24px;
      padding-right: 24px; }
      .__bt-post-car-style-1 .bt-post--meta-col:not(:last-child):after, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-col:not(:last-child):after, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-col:not(:last-child):after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 1px;
        height: calc(100% - 32px);
        background: #aeaeae; }
  .__bt-post-car-style-1 .bt-post--meta-item, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-item, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-item {
    display: flex;
    flex-direction: column; }
    .__bt-post-car-style-1 .bt-post--meta-item svg, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-item svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-item svg {
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD);
      margin-bottom: 10px; }
    .__bt-post-car-style-1 .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-item .bt-label, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-item .bt-label {
      font-size: 14px;
      line-height: 150%;
      color: #afafaf; }
    .__bt-post-car-style-1 .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--meta-item .bt-value, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--meta-item .bt-value {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%;
      color: #ffffff; }
  .__bt-post-car-style-1 .bt-post--readmore a, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--readmore a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--readmore a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--e-global-color-accent, #1FBECD);
    background: #f1f1f1;
    padding: 18px 20px; }
    .__bt-post-car-style-1 .bt-post--readmore a svg path, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--readmore a svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--readmore a svg path {
      stroke: var(--e-global-color-accent, #1FBECD);
      transition: all 0.3s; }
    .__bt-post-car-style-1 .bt-post--readmore a:hover, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--readmore a:hover, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--readmore a:hover {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
      .__bt-post-car-style-1 .bt-post--readmore a:hover svg path, .bt-elwg-car-loop-item--style-1 .bt-post .bt-post--readmore a:hover svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style1 .bt-post .bt-post--readmore a:hover svg path {
        stroke: #ffffff; }

.__bt-post-car-style-2, .bt-elwg-car-loop-item--style-2 .bt-post, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post {
  background: #ffffff;
  overflow: hidden; }
  .__bt-post-car-style-2 .bt-post--inner, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--inner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #dadada;
    border-radius: 20px; }
  .__bt-post-car-style-2 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--thumbnail, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--thumbnail {
    position: relative; }
  .__bt-post-car-style-2 .bt-post--icon-btn, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--icon-btn {
    position: absolute;
    bottom: -22px;
    right: 20px;
    display: flex;
    gap: 5px;
    z-index: 1; }
    .__bt-post-car-style-2 .bt-post--icon-btn .bt-icon-btn, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--icon-btn .bt-icon-btn, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--icon-btn .bt-icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 100px;
      transition: all 0.3s; }
      .__bt-post-car-style-2 .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--icon-btn .bt-icon-btn.added {
        background: var(--e-global-color-accent, #1FBECD); }
        .__bt-post-car-style-2 .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg {
          fill: #ffffff; }
      .__bt-post-car-style-2 .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--icon-btn .bt-icon-btn svg {
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-car-style-2 .bt-post--infor, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--infor, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--infor {
    position: relative; }
  .__bt-post-car-style-2 .bt-post--body, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--body, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--body {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-accent, #1FBECD);
    margin-bottom: 4px; }
  .__bt-post-car-style-2 .bt-post--info-inner, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--info-inner, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--info-inner {
    padding: 30px 30px 24px; }
  .__bt-post-car-style-2 .bt-post--price-rating, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--price-rating, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--price-rating {
    display: flex;
    display: flex;
    align-items: center;
    gap: 4px 24px;
    margin-bottom: 20px; }
  .__bt-post-car-style-2 .bt-post--price, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--price, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--price {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-car-style-2 .bt-post--price a, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--price a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--price a {
      display: inline-block;
      font-size: 16px;
      line-height: 150%;
      color: inherit;
      background: #f1f1f1;
      padding: 8px 15px;
      border-radius: 10px; }
  .__bt-post-car-style-2 .bt-post--title, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--title, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--title {
    min-height: 58px;
    font-size: 22px;
    margin: 0; }
  .__bt-post-car-style-2 .bt-post--meta, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta {
    position: relative;
    height: 52px;
    overflow-x: auto;
    padding-top: 20px;
    border-top: 1px solid #dadada; }
  .__bt-post-car-style-2 .bt-post--meta-row, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-row, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-row {
    display: flex;
    white-space: nowrap;
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%; }
  .__bt-post-car-style-2 .bt-post--meta-col, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-col, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-col {
    display: flex; }
    .__bt-post-car-style-2 .bt-post--meta-col:not(:last-child), .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-col:not(:last-child), .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-col:not(:last-child) {
      margin-right: 20px;
      padding-right: 20px;
      border-right: 1px solid #dadada; }
  .__bt-post-car-style-2 .bt-post--meta-item, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-item, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-item {
    position: relative;
    padding-left: 30px; }
    .__bt-post-car-style-2 .bt-post--meta-item svg, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-item svg, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-item svg {
      position: absolute;
      top: 1px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-car-style-2 .bt-post--meta-item span, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-item span, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-item span {
      display: block; }
    .__bt-post-car-style-2 .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-item .bt-label, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-item .bt-label {
      display: none; }
    .__bt-post-car-style-2 .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--meta-item .bt-value, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--meta-item .bt-value {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%; }
  .__bt-post-car-style-2 .bt-post--readmore a, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--readmore a, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--readmore a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: var(--e-global-color-accent, #1FBECD);
    background: #f1f1f1;
    padding: 18px 20px; }
    .__bt-post-car-style-2 .bt-post--readmore a svg path, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--readmore a svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--readmore a svg path {
      stroke: var(--e-global-color-accent, #1FBECD);
      transition: all 0.3s; }
    .__bt-post-car-style-2 .bt-post--readmore a:hover, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--readmore a:hover, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--readmore a:hover {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
      .__bt-post-car-style-2 .bt-post--readmore a:hover svg path, .bt-elwg-car-loop-item--style-2 .bt-post .bt-post--readmore a:hover svg path, .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-layout-style2 .bt-post .bt-post--readmore a:hover svg path {
        stroke: #ffffff; }

.__bt-post-car-style-3, .bt-elwg-car-loop-item--style-3 .bt-post {
  position: relative;
  overflow: hidden; }
  .__bt-post-car-style-3 .bt-post--inner, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--inner {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border-radius: 20px; }
  .__bt-post-car-style-3 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--thumbnail {
    position: relative; }
    .__bt-post-car-style-3 .bt-post--thumbnail .bt-cover-image, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--thumbnail .bt-cover-image, .__bt-post-car-style-3 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-car-style-3 .bt-post--thumbnail .wc-cover-image, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--thumbnail .wc-cover-image {
      min-height: 400px;
      padding-bottom: 100%; }
  .__bt-post-car-style-3 .bt-post--infor, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--infor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(17, 17, 17, 0.5); }
  .__bt-post-car-style-3 .bt-post--icon-btn, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--icon-btn {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    padding: 20px;
    z-index: 1; }
    .__bt-post-car-style-3 .bt-post--icon-btn .bt-icon-btn, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--icon-btn .bt-icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 100px;
      transition: all 0.3s; }
      .__bt-post-car-style-3 .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--icon-btn .bt-icon-btn.added {
        background: var(--e-global-color-accent, #1FBECD); }
        .__bt-post-car-style-3 .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg {
          fill: #ffffff; }
      .__bt-post-car-style-3 .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--icon-btn .bt-icon-btn svg {
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-car-style-3 .bt-post--infor-inner, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--infor-inner {
    padding: 30px; }
  .__bt-post-car-style-3 .bt-post--title, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--title {
    max-width: 380px;
    min-height: 58px;
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 20px; }
  .__bt-post-car-style-3 .bt-post--body, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--body {
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    margin-left: -30px;
    padding: 10px 30px;
    border-radius: 0 10px 10px 0; }
  .__bt-post-car-style-3 .bt-post--price, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--price {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 8px; }
    .__bt-post-car-style-3 .bt-post--price a, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--price a {
      display: inline-block;
      font-size: 16px;
      line-height: 150%;
      color: inherit;
      background: #f1f1f1;
      padding: 8px 15px;
      border-radius: 10px; }
  .__bt-post-car-style-3 .bt-post--meta, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta {
    position: relative;
    max-width: 450px;
    height: 69px;
    background: #ffffff;
    margin-left: -30px;
    padding-left: 30px;
    border-radius: 0px 10px 10px 0px;
    overflow-x: auto;
    overflow-y: hidden; }
  .__bt-post-car-style-3 .bt-post--meta-row, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-row {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 14px);
    display: flex;
    white-space: nowrap; }
  .__bt-post-car-style-3 .bt-post--meta-col, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-col {
    display: flex;
    width: 100%;
    padding: 12px 16px; }
    .__bt-post-car-style-3 .bt-post--meta-col:nth-child(2n), .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-col:nth-child(2n) {
      background: #f8f8ff; }
  .__bt-post-car-style-3 .bt-post--meta-item, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-item {
    position: relative;
    min-width: 86px;
    padding-left: 30px; }
    .__bt-post-car-style-3 .bt-post--meta-item svg, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-item svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-car-style-3 .bt-post--meta-item span, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-item span {
      display: block; }
    .__bt-post-car-style-3 .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-item .bt-label {
      font-size: 14px;
      line-height: 150%;
      color: #848484; }
    .__bt-post-car-style-3 .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--style-3 .bt-post .bt-post--meta-item .bt-value {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%; }

.__bt-post-car-style-4, .bt-elwg-car-loop-item--style-4 .bt-post {
  position: relative;
  padding: 0 15px; }
  .__bt-post-car-style-4 .bt-post--inner, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--inner {
    position: relative; }
  .__bt-post-car-style-4 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail {
    padding-left: 10px;
    position: absolute;
    width: 40%;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 10px; }
    @media (max-width: 1024.98px) {
      .__bt-post-car-style-4 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail {
        top: initial;
        transform: translateX(-50%);
        padding-left: 0;
        left: 50%;
        width: 50%;
        position: relative;
        margin-bottom: -100px;
        width: 60%; } }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--thumbnail, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail {
        margin-bottom: -70px;
        width: 80%; } }
    .__bt-post-car-style-4 .bt-post--thumbnail .bt-cover-image, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .bt-cover-image, .__bt-post-car-style-4 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-car-style-4 .bt-post--thumbnail .wc-cover-image, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .wc-cover-image {
      background: transparent; }
      .__bt-post-car-style-4 .bt-post--thumbnail .bt-cover-image img, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .bt-cover-image img, .__bt-post-car-style-4 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .__bt-post-car-style-4 .bt-post--thumbnail .wc-cover-image img, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--thumbnail .wc-cover-image img {
        object-fit: contain;
        transform: scale(1); }
  .__bt-post-car-style-4 .bt-post--infor, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--infor {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 74px 120px 83px;
    margin-left: 20%;
    padding-left: 27%; }
    @media (max-width: 1275px) {
      .__bt-post-car-style-4 .bt-post--infor, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--infor {
        padding-left: 21%; } }
    @media (max-width: 1024.98px) {
      .__bt-post-car-style-4 .bt-post--infor, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--infor {
        padding-left: 60px;
        margin: 0;
        padding-top: 120px; } }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--infor, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--infor {
        padding: 80px 55px 30px 15px; } }
  .__bt-post-car-style-4 .bt-post--infor-inner, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--infor-inner {
    position: relative;
    max-width: 540px; }
  .__bt-post-car-style-4 .bt-post--icon-btn, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--icon-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 5px;
    z-index: 1; }
    .__bt-post-car-style-4 .bt-post--icon-btn .bt-icon-btn, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--icon-btn .bt-icon-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      background: #ffffff;
      border: 1px solid #d6d6d6;
      border-radius: 100px;
      transition: all 0.3s; }
      .__bt-post-car-style-4 .bt-post--icon-btn .bt-icon-btn.added, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--icon-btn .bt-icon-btn.added {
        background: var(--e-global-color-accent, #1FBECD); }
        .__bt-post-car-style-4 .bt-post--icon-btn .bt-icon-btn.added svg, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--icon-btn .bt-icon-btn.added svg {
          fill: #ffffff; }
      .__bt-post-car-style-4 .bt-post--icon-btn .bt-icon-btn svg, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--icon-btn .bt-icon-btn svg {
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-post-car-style-4 .bt-post--body, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--body {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    position: absolute;
    border-radius: 10px 0px 0px 10px;
    background: var(--e-global-color-accent, #1FBECD);
    color: #fff;
    right: 0;
    top: 30px;
    padding: 8px 25px 8px 29px; }
    @media (max-width: 1024.98px) {
      .__bt-post-car-style-4 .bt-post--body, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--body {
        top: inherit;
        position: relative;
        display: inline-block;
        border-radius: 10px;
        margin-bottom: 10px;
        padding: 6px 30px; } }
  .__bt-post-car-style-4 .bt-post--color, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color {
    right: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    background: #111;
    padding: 21px 31px 22px 33px;
    top: 109px;
    transform: translateY(-79px) rotate(-90deg);
    transform-origin: right bottom;
    display: flex;
    align-items: center;
    gap: 5px; }
    .__bt-post-car-style-4 .bt-post--color .bt-label, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color .bt-label {
      color: #fff;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 36px;
      margin-right: 20px; }
    .__bt-post-car-style-4 .bt-post--color .bt-value, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color .bt-value {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: inline-block;
      border: 1px solid #fff; }
    @media (max-width: 1024.98px) {
      .__bt-post-car-style-4 .bt-post--color, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color {
        top: calc(15% + 75px); } }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--color, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color {
        padding: 10px 20px; }
        .__bt-post-car-style-4 .bt-post--color .bt-label, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color .bt-label {
          font-size: 14px;
          line-height: 22px;
          margin-right: 10px; }
        .__bt-post-car-style-4 .bt-post--color .bt-value, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--color .bt-value {
          width: 20px;
          height: 20px; } }
  .__bt-post-car-style-4 .bt-post--info-inner, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--info-inner {
    padding: 30px 30px 24px; }
  .__bt-post-car-style-4 .bt-post--price-rating, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--price-rating {
    display: flex;
    display: flex;
    align-items: center;
    gap: 4px 24px;
    margin-bottom: 20px; }
  .__bt-post-car-style-4 .bt-post--price, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--price {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-accent, #1FBECD);
    margin-bottom: 5px; }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--price, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--price {
        margin-bottom: 20px;
        padding-top: 10px; } }
    .__bt-post-car-style-4 .bt-post--price a, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--price a {
      display: inline-block;
      font-size: 16px;
      line-height: 150%;
      color: inherit;
      background: #f1f1f1;
      padding: 8px 15px;
      border-radius: 10px; }
  .__bt-post-car-style-4 .bt-post--title, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--title {
    min-height: 58px;
    font-size: 24px;
    margin: 0;
    padding-right: 120px;
    margin-bottom: 10px;
    line-height: 150%; }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--title, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--title {
        font-size: 18px;
        padding-right: 0;
        margin-bottom: 0;
        line-height: 150%; } }
    .__bt-post-car-style-4 .bt-post--title a, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--title a {
      max-width: 350px;
      display: block; }
  .__bt-post-car-style-4 .bt-post--excerpt, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--excerpt {
    margin-bottom: 27px; }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--excerpt, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--excerpt {
        margin-bottom: 16px;
        font-size: 14px; } }
  .__bt-post-car-style-4 .bt-post--meta, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta {
    position: relative; }
  .__bt-post-car-style-4 .bt-post--meta-col:not(:last-child), .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-col:not(:last-child) {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dadada; }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--meta-col:not(:last-child), .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-col:not(:last-child) {
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  .__bt-post-car-style-4 .bt-post--meta-item, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item {
    position: relative;
    padding-left: 45px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center; }
    .__bt-post-car-style-4 .bt-post--meta-item svg, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 26px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-post-car-style-4 .bt-post--meta-item span, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item span {
      display: block; }
    .__bt-post-car-style-4 .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item .bt-label {
      color: var(--e-global-color-text, #555);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    .__bt-post-car-style-4 .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item .bt-value {
      color: var(--e-global-color-accent, #1FBECD);
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
    @media (max-width: 600px) {
      .__bt-post-car-style-4 .bt-post--meta-item, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item {
        padding-left: 30px; }
        .__bt-post-car-style-4 .bt-post--meta-item svg, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item svg {
          width: 22px; }
        .__bt-post-car-style-4 .bt-post--meta-item .bt-label, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item .bt-label {
          font-size: 14px; }
        .__bt-post-car-style-4 .bt-post--meta-item .bt-value, .bt-elwg-car-loop-item--style-4 .bt-post .bt-post--meta-item .bt-value {
          font-size: 14px; } }

.bt-car-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d9d9d9; }
  .bt-car-topbar > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
  .bt-car-topbar .bt-car-results-block {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; }
  .bt-car-topbar .bt-car-sort-block {
    display: flex;
    align-items: center;
    gap: 10px; }
    .bt-car-topbar .bt-car-sort-block .bt-sort-title {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%; }
    .bt-car-topbar .bt-car-sort-block .bt-sort-field {
      min-width: 220px; }
    .bt-car-topbar .bt-car-sort-block .select2-container {
      min-height: 48px; }
      .bt-car-topbar .bt-car-sort-block .select2-container .select2-selection--single {
        height: 48px;
        background-color: #f1f1f1;
        border-color: #f1f1f1; }
      .bt-car-topbar .bt-car-sort-block .select2-container--default {
        font-size: 16px; }
        .bt-car-topbar .bt-car-sort-block .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 16px;
          line-height: 48px; }
        .bt-car-topbar .bt-car-sort-block .select2-container--default .select2-selection--single .select2-selection__arrow {
          height: 46px; }
  .bt-car-topbar .bt-car-view-block {
    display: flex; }
    @media (max-width: 767.98px) {
      .bt-car-topbar .bt-car-view-block {
        display: none; } }
    .bt-car-topbar .bt-car-view-block .bt-view-type {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      background: #ffffff; }
      .bt-car-topbar .bt-car-view-block .bt-view-type.bt-view-grid {
        border-top: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        border-radius: 10px 0 0 10px; }
      .bt-car-topbar .bt-car-view-block .bt-view-type.bt-view-list {
        border-top: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        border-radius: 0 10px 10px 0; }
      .bt-car-topbar .bt-car-view-block .bt-view-type.active {
        background: var(--e-global-color-accent, #1FBECD);
        border-color: var(--e-global-color-accent, #1FBECD); }
        .bt-car-topbar .bt-car-view-block .bt-view-type.active svg path {
          stroke: #ffffff; }
      .bt-car-topbar .bt-car-view-block .bt-view-type svg {
        width: 28px;
        height: auto; }

.bt-filter-scroll-pos {
  transform: translateY(-140px); }

.bt-car-sidebar .bt-car-filter-form {
  background: #f1f1f1;
  padding: 30px;
  border-radius: 20px; }
.bt-car-sidebar .bt-car-filter-fields {
  display: flex;
  flex-direction: column;
  gap: 20px; }
.bt-car-sidebar .bt-form-field {
  background: #ffffff;
  border-radius: 10px; }
  .bt-car-sidebar .bt-form-field.bt-field-type-search {
    position: relative;
    display: flex; }
    .bt-car-sidebar .bt-form-field.bt-field-type-search input {
      width: 100%;
      border-color: #ffffff; }
    .bt-car-sidebar .bt-form-field.bt-field-type-search a {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 47px;
      height: 47px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD);
      border-radius: 8px; }
    .bt-car-sidebar .bt-form-field.bt-field-type-search svg {
      width: 20px;
      height: auto; }
  .bt-car-sidebar .bt-form-field.bt-field-type-slider {
    padding: 20px 24px; }
    .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-field-slider {
      height: 5px;
      background: #ffffff;
      margin: 15px 10px;
      border-color: #d9d9d9;
      box-shadow: none; }
      .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-field-slider .noUi-connect {
        background: var(--e-global-color-accent, #1FBECD); }
      .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-field-slider .noUi-handle {
        top: -8px;
        right: -10px;
        width: 20px;
        height: 20px;
        background: var(--e-global-color-accent, #1FBECD);
        border: none;
        border-radius: 100px;
        box-shadow: none; }
        .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-field-slider .noUi-handle:before, .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-field-slider .noUi-handle:after {
          display: none; }
    .bt-car-sidebar .bt-form-field.bt-field-type-slider .bt-labels-slider {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      line-height: 150%; }
  .bt-car-sidebar .bt-form-field.bt-field-type-select select {
    border-color: #ffffff; }
  .bt-car-sidebar .bt-form-field.bt-field-type-select .select2-container--default .select2-selection--single {
    border-color: #ffffff; }
  .bt-car-sidebar .bt-form-field.bt-field-type-multi {
    padding: 20px 24px; }
    .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-list {
      display: flex;
      flex-direction: column;
      gap: 15px;
      max-height: 210px;
      margin: 12px 0; }
    .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-item {
      position: relative;
      font-size: 16px;
      line-height: 150%;
      padding-left: 32px; }
      .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-item.checked svg {
        opacity: 1; }
      .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-item span {
        position: absolute;
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 5px; }
      .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-item svg {
        fill: var(--e-global-color-accent, #1FBECD);
        width: 16px;
        height: auto;
        opacity: 0;
        transition: all 0.3s; }
      .bt-car-sidebar .bt-form-field.bt-field-type-multi .bt-field-item a {
        color: inherit; }
  .bt-car-sidebar .bt-form-field .bt-field-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    color: var(--e-global-color-primary, #222);
    margin-bottom: 8px; }
.bt-car-sidebar .bt-reset-btn {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: var(--e-global-color-secondary, #111);
  padding: 15px;
  border-radius: 15px; }
  .bt-car-sidebar .bt-reset-btn.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.5; }

.bt-car-sidebar-toggle {
  display: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #ffffff;
  background: var(--e-global-color-accent, #1FBECD);
  margin-bottom: 20px;
  padding: 9px 20px;
  border-radius: 10px; }
  @media (max-width: 991.98px) {
    .bt-car-sidebar-toggle {
      display: block; } }
  .bt-car-sidebar-toggle--inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px; }
  .bt-car-sidebar-toggle svg {
    width: 30px;
    height: auto; }

@media (max-width: 991.98px) {
  .bt-sidebar-col.active .bt-car-sidebar {
    opacity: 1;
    transform: translateX(0); }
  .bt-sidebar-col.active .bt-sidebar-overlay {
    opacity: 1;
    visibility: visible; }

  .bt-car-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 360px;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.5s; }
    .bt-car-sidebar .bt-car-filter-form {
      border-radius: 0; }

  .bt-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.83);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; } }
.bt-filter-results {
  position: relative;
  min-height: 540px; }
  .bt-filter-results.loading .bt-loading-wave {
    opacity: 1;
    visibility: visible; }
  .bt-filter-results .bt-loading-wave {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s; }

.bt-car-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .bt-car-layout[data-view=""] .bt-post, .bt-car-layout[data-view="grid"] .bt-post {
    width: calc(50% - 15px); }
    @media (max-width: 767.98px) {
      .bt-car-layout[data-view=""] .bt-post, .bt-car-layout[data-view="grid"] .bt-post {
        width: 100%; } }
  @media (min-width: 767.98px) {
    .bt-car-layout[data-view="list"] .bt-post {
      width: 100%; }
      .bt-car-layout[data-view="list"] .bt-post--inner {
        display: flex; }
      .bt-car-layout[data-view="list"] .bt-post--thumbnail {
        width: 50%; }
        .bt-car-layout[data-view="list"] .bt-post--thumbnail .bt-cover-image, .bt-car-layout[data-view="list"] .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-car-layout[data-view="list"] .bt-post--thumbnail .wc-cover-image {
          height: 100%;
          padding-bottom: 0; }
      .bt-car-layout[data-view="list"] .bt-post--featured {
        height: 100%; }
        .bt-car-layout[data-view="list"] .bt-post--featured a {
          display: block;
          height: 100%; }
      .bt-car-layout[data-view="list"] .bt-post--infor {
        width: 50%; }
      .bt-car-layout[data-view="list"] .bt-post--body {
        position: absolute;
        top: -1px;
        left: 0;
        border-radius: 0 0 10px 0;
        transform: none; }
      .bt-car-layout[data-view="list"] .bt-post--info-inner {
        padding: 60px 30px 24px; } }

@media (max-width: 991.98px) {
  .post-type-archive-car .bt-main-content-ss {
    padding-top: 45px; } }
.post-type-archive-car .bt-main-post-row {
  flex-direction: row-reverse; }
  @media (max-width: 991.98px) {
    .post-type-archive-car .bt-main-post-row {
      flex-direction: column-reverse; } }

@media (max-width: 767.98px) {
  .__bt-single-car-style-1, .single-car .bt-main-content-ss.bt-layout-style1 {
    padding: 60px 0; } }
.__bt-single-car-style-1 .bt-post, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .__bt-single-car-style-1 .bt-post--main, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--main {
    width: calc(66.66% - 15px); }
  .__bt-single-car-style-1 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--sidebar {
    width: calc(33.33% - 15px); }
  .__bt-single-car-style-1 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--title {
    font-size: 30px;
    margin: 0 0 16px; }
  .__bt-single-car-style-1 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--location {
    position: relative;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 32px;
    padding-left: 28px; }
    .__bt-single-car-style-1 .bt-post--location svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--location svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 22px;
      height: auto;
      fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-1 .bt-post--meta, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 50px;
    border: 1px solid #dadada;
    border-radius: 10px; }
  .__bt-single-car-style-1 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col {
    width: 25%; }
    .__bt-single-car-style-1 .bt-post--meta-col:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col:not(:last-child) {
      width: calc(25% - 1px);
      border-right: 1px solid #dadada; }
  .__bt-single-car-style-1 .bt-post--meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-item {
    padding: 18px 30px; }
    .__bt-single-car-style-1 .bt-post--meta-item .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-item .bt-meta-item {
      position: relative;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 150%;
      padding-left: 32px; }
    .__bt-single-car-style-1 .bt-post--meta-item svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-item svg {
      position: absolute;
      top: 5px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-single-car-style-1 .bt-post--meta-item .bt-label, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-item .bt-label {
      font-size: 14px;
      color: #848484; }
  .__bt-single-car-style-1 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery {
    line-height: 0;
    margin-bottom: 72px; }
    .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav {
      margin: 0 -10px;
      margin-top: 20px; }
      .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image {
        cursor: pointer;
        padding-bottom: 78%; }
    .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item {
      padding: 0 10px; }
      .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image {
        border-radius: 20px; }
  .__bt-single-car-style-1 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--thumbnail {
    margin-bottom: 72px; }
    .__bt-single-car-style-1 .bt-post--thumbnail .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--thumbnail .bt-cover-image, .__bt-single-car-style-1 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post--thumbnail .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--thumbnail .wc-cover-image {
      border-radius: 20px; }
  .__bt-single-car-style-1 .bt-post--section:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section:not(:last-child) {
    margin-bottom: 80px; }
  .__bt-single-car-style-1 .bt-post--section .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-title-ss {
    position: relative;
    font-size: 30px;
    margin: 0 0 25px;
    padding-left: 20px;
    z-index: 1; }
    .__bt-single-car-style-1 .bt-post--section .bt-title-ss:before, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-title-ss:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: var(--e-global-color-accent, #1FBECD); }
    .__bt-single-car-style-1 .bt-post--section .bt-title-ss:after, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-title-ss:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 25px;
      width: calc(100% - 25px);
      height: 1px;
      background: #d9d9d9;
      z-index: -1; }
    .__bt-single-car-style-1 .bt-post--section .bt-title-ss span, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-title-ss span {
      display: inline-block;
      background: #ffffff;
      padding-right: 30px; }
  .__bt-single-car-style-1 .bt-post--section .bt-meta-list, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-meta-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; }
    .__bt-single-car-style-1 .bt-post--section .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-meta-list .bt-meta-item {
      width: calc(50% - 46px);
      display: flex;
      position: relative;
      padding: 10px 0 10px 36px;
      border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-1 .bt-post--section .bt-meta-list .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-meta-list .bt-meta-item svg {
        position: absolute;
        left: 0;
        top: 11px;
        width: 26px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
      .__bt-single-car-style-1 .bt-post--section .bt-meta-list .bt-meta-item span, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-meta-list .bt-meta-item span {
        width: 50%; }
  .__bt-single-car-style-1 .bt-post--section .bt-feature-list, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-feature-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; }
    .__bt-single-car-style-1 .bt-post--section .bt-feature-list .bt-feature-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-feature-list .bt-feature-item {
      width: calc(50% - 46px);
      display: flex;
      position: relative;
      padding: 10px 0 10px 36px;
      border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-1 .bt-post--section .bt-feature-list .bt-feature-item svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-feature-list .bt-feature-item svg {
        position: absolute;
        left: 0;
        top: 11px;
        width: 26px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-1 .bt-post--section .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px; }
    .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-text, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-text {
      position: relative;
      padding-left: 28px; }
      .__bt-single-car-style-1 .bt-post--section .bt-location-title .bt-location-text svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title .bt-location-text svg {
        position: absolute;
        top: 4px;
        left: 0;
        width: 22px;
        height: auto;
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-1 .bt-post--section .bt-location-map .bt-cover-iframe, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-map .bt-cover-iframe {
    border-radius: 20px; }
  .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap {
    position: sticky;
    top: 126px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block {
      background: #ffffff;
      overflow: hidden;
      border: 1px solid #dadada;
      border-radius: 20px; }
      .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car {
        position: relative;
        color: #ffffff;
        background: var(--e-global-color-accent, #1FBECD);
        padding: 30px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body {
          position: absolute;
          top: 30px;
          left: -1px;
          font-size: 16px;
          font-weight: 500;
          line-height: 150%;
          color: #ffffff;
          background: var(--e-global-color-secondary, #111);
          padding: 10px 30px;
          border-radius: 0 10px 10px 0; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body a, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body a {
            color: inherit; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn {
          display: flex;
          justify-content: flex-end;
          gap: 5px;
          margin-bottom: 25px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: #fff;
            border: 1px solid #d6d6d6;
            border-radius: 100px;
            transition: all 0.3s; }
            .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added {
              background: var(--e-global-color-accent, #1FBECD); }
              .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg {
                fill: #ffffff; }
            .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg {
              fill: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price {
          font-size: 30px;
          font-weight: 500;
          line-height: 150%;
          margin-bottom: 10px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price a, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price a {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            line-height: 150%;
            color: var(--e-global-color-accent, #1FBECD);
            background: #ffffff;
            padding: 8px 15px;
            border-radius: 10px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-offer-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-offer-btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          color: #ffffff;
          text-decoration: underline;
          text-underline-offset: 3px;
          font-size: 18px; }
      .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer {
        padding: 30px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-title {
          font-size: 18px;
          font-weight: 500;
          color: var(--e-global-color-primary, #222);
          margin-bottom: 25px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-infor, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-infor {
          position: relative;
          padding-left: 76px;
          margin-bottom: 30px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar {
          position: absolute;
          top: 0;
          left: 0;
          width: 64px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .bt-cover-image, .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-avatar .wc-cover-image {
            padding-bottom: 100%;
            border-radius: 100%; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-name, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-name {
          font-size: 22px;
          font-weight: 600;
          margin: 0 0 5px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item {
          position: relative;
          font-size: 16px;
          line-height: 150%;
          padding: 10px 0 10px 28px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item:not(:last-child) {
            border-bottom: 1px solid #d9d9d9; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item svg {
            position: absolute;
            top: 10px;
            left: 0;
            width: 22px;
            height: auto;
            fill: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-message-btn {
            padding: 24px 40px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn {
            padding: 21px 40px; }
          .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-view-all-link, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer .bt-dealer-action .bt-view-all-link {
            display: flex;
            justify-content: center;
            text-decoration: underline;
            text-underline-offset: 3px;
            margin-top: 15px;
            font-size: 18px; }
      .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title {
        background: var(--e-global-color-accent, #1FBECD);
        padding: 28px 30px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3 {
          font-size: 22px;
          color: #ffffff;
          margin: 0; }
      .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content {
        padding: 25px 30px;
        font-size: 18px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul {
          margin: 0;
          margin-left: 10px; }
      .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        color: var(--e-global-color-accent, #1FBECD);
        background: #f1f1f1;
        padding: 17px 20px; }
        .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn:hover, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn:hover {
          color: #ffffff;
          background: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 1199.98px) {
    .__bt-single-car-style-1 .bt-post--meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-item {
      padding: 15px 20px; } }
  @media (max-width: 991.98px) {
    .__bt-single-car-style-1 .bt-post--main, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--main, .__bt-single-car-style-1 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--sidebar {
      width: 100%; } }
  @media (max-width: 767.98px) {
    .__bt-single-car-style-1 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--title {
      font-size: 28px; }
    .__bt-single-car-style-1 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--location {
      font-size: 18px; }
    .__bt-single-car-style-1 .bt-post--section:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section:not(:last-child) {
      margin-bottom: 50px; }
    .__bt-single-car-style-1 .bt-post--meta, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta {
      margin-bottom: 30px; }
    .__bt-single-car-style-1 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery, .__bt-single-car-style-1 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--thumbnail {
      margin-bottom: 50px; }
    .__bt-single-car-style-1 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col {
      width: 50%; }
      .__bt-single-car-style-1 .bt-post--meta-col:first-child, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col:first-child {
        border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-1 .bt-post--meta-col:nth-child(2), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col:nth-child(2) {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-1 .bt-post--meta-col:not(:last-child, :nth-child(2)), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col:not(:last-child, :nth-child(2)) {
        width: calc(50% - 1px); }
    .__bt-single-car-style-1 .bt-post--section .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-meta-list .bt-meta-item,
    .__bt-single-car-style-1 .bt-post--section .bt-feature-list .bt-feature-item,
    .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-feature-list .bt-feature-item {
      width: calc(100% - 36px); }
    .__bt-single-car-style-1 .bt-post--section .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--section .bt-location-title {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 519.98px) {
    .__bt-single-car-style-1 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--title {
      font-size: 24px; }
    .__bt-single-car-style-1 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--location {
      font-size: 16px; }
    .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav {
      margin: 0 -5px;
      margin-top: 10px; }
      .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image {
        border-radius: 10px; }
    .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item {
      padding: 0 5px; }
      .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image {
        border-radius: 10px; }
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car,
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer,
    .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-dealer {
      padding: 30px 15px; }
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content,
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title,
    .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title {
      padding: 25px 15px; }
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3 {
      font-size: 22px; }
    .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul {
      margin-left: 0; } }
  @media (max-width: 420px) {
    .__bt-single-car-style-1 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col {
      width: 100% !important;
      border-right: none !important; }
      .__bt-single-car-style-1 .bt-post--meta-col:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style1 .bt-post--meta-col:not(:last-child) {
        border-bottom: 1px solid #d9d9d9 !important; } }

@media (max-width: 767.98px) {
  .__bt-single-car-style-2, .single-car .bt-main-content-ss.bt-layout-style2 {
    padding: 60px 0; } }
.__bt-single-car-style-2 .bt-post, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post {
  position: relative; }
  .__bt-single-car-style-2 .bt-post--infor, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--infor {
    display: flex;
    gap: 130px;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    @media (max-width: 1360px) {
      .__bt-single-car-style-2 .bt-post--infor, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--infor {
        gap: 20px; } }
  .__bt-single-car-style-2 .bt-post--info, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--info {
    width: calc(64% - 65px); }
    @media (max-width: 1360px) {
      .__bt-single-car-style-2 .bt-post--info, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--info {
        width: calc(68% - 10px); } }
  .__bt-single-car-style-2 .bt-post--sale-car, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car {
    width: calc(36% - 65px); }
    @media (max-width: 1360px) {
      .__bt-single-car-style-2 .bt-post--sale-car, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car {
        width: calc(32% - 10px); } }
    .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car {
      overflow: hidden;
      border-radius: 20px;
      position: relative;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD);
      padding: 30px 30px 37px; }
      .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-body, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-body {
        position: absolute;
        top: 30px;
        left: -1px;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #ffffff;
        background: var(--e-global-color-secondary, #111);
        padding: 10px 30px;
        border-radius: 0 10px 10px 0; }
        .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-body a, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-body a {
          color: inherit; }
      .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn {
        display: flex;
        justify-content: flex-end;
        gap: 5px;
        margin-bottom: 25px; }
        .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 44px;
          height: 44px;
          background: #fff;
          border: 1px solid #d6d6d6;
          border-radius: 100px;
          transition: all 0.3s; }
          .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added {
            background: var(--e-global-color-accent, #1FBECD); }
            .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg {
              fill: #ffffff; }
          .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg {
            fill: var(--e-global-color-accent, #1FBECD); }
      .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-price, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-price {
        font-size: 30px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 10px; }
        .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-sale-price a, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-sale-price a {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          line-height: 150%;
          color: var(--e-global-color-accent, #1FBECD);
          background: #ffffff;
          padding: 8px 15px;
          border-radius: 10px; }
      .__bt-single-car-style-2 .bt-post--sale-car .bt-sale-car .bt-offer-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car .bt-sale-car .bt-offer-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
        font-size: 18px; }
  .__bt-single-car-style-2 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--title {
    font-size: 36px;
    margin: 0 0 16px; }
  .__bt-single-car-style-2 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--location {
    position: relative;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 40px;
    padding-left: 28px; }
    .__bt-single-car-style-2 .bt-post--location svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--location svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 22px;
      height: auto;
      fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-2 .bt-post--meta, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 10px; }
  .__bt-single-car-style-2 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col {
    width: 25%; }
    .__bt-single-car-style-2 .bt-post--meta-col:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col:not(:last-child) {
      width: calc(25% - 1px);
      border-right: 1px solid #dadada; }
  .__bt-single-car-style-2 .bt-post--meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-item {
    padding: 23px 30px; }
    .__bt-single-car-style-2 .bt-post--meta-item .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-item .bt-meta-item {
      position: relative;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 150%;
      padding-left: 32px; }
    .__bt-single-car-style-2 .bt-post--meta-item svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-item svg {
      position: absolute;
      top: 5px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-single-car-style-2 .bt-post--meta-item .bt-label, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-item .bt-label {
      font-size: 14px;
      color: #848484; }
  .__bt-single-car-style-2 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 70px; }
    .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail {
      width: calc(60% - 10px); }
      .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail .bt-image-item {
        width: 100%; }
        .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail .bt-image-item .wc-cover-image {
          padding-bottom: 62%; }
    .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: calc(40% - 10px); }
      .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item.no-thumb, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item.no-thumb {
        width: 100%; }
        .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item {
          width: calc(25% - 15px); }
          .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item.no-thumb .bt-image-item .wc-cover-image {
            padding-bottom: 70%; }
    .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full .bt-image-item {
        width: calc(25% - 15px); }
        .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full .bt-image-item .wc-cover-image {
          padding-bottom: 70%; }
    .__bt-single-car-style-2 .bt-post--gallery .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item {
      width: calc(50% - 10px);
      display: block; }
      .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .wc-cover-image {
        padding-bottom: 93.3%;
        border-radius: 20px; }
  .__bt-single-car-style-2 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--thumbnail {
    margin-bottom: 72px; }
    .__bt-single-car-style-2 .bt-post--thumbnail .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--thumbnail .bt-cover-image, .__bt-single-car-style-2 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--thumbnail .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--thumbnail .wc-cover-image {
      border-radius: 20px; }
  .__bt-single-car-style-2 .bt-post--wrap, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
  .__bt-single-car-style-2 .bt-post--inner, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--inner {
    width: calc(66.66% - 15px); }
  .__bt-single-car-style-2 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sidebar {
    width: calc(33.33% - 15px); }
  .__bt-single-car-style-2 .bt-post--section:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section:not(:last-child) {
    margin-bottom: 77px; }
  .__bt-single-car-style-2 .bt-post--section .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-title-ss {
    position: relative;
    font-size: 30px;
    margin: 0 0 25px;
    padding-left: 20px;
    z-index: 1;
    line-height: 120%; }
    .__bt-single-car-style-2 .bt-post--section .bt-title-ss:before, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-title-ss:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 5px;
      height: 100%;
      background: var(--e-global-color-accent, #1FBECD); }
    .__bt-single-car-style-2 .bt-post--section .bt-title-ss:after, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-title-ss:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 25px;
      width: calc(100% - 25px);
      height: 1px;
      background: #d9d9d9;
      z-index: -1; }
    .__bt-single-car-style-2 .bt-post--section .bt-title-ss span, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-title-ss span {
      display: inline-block;
      background: #ffffff;
      padding-right: 30px; }
  .__bt-single-car-style-2 .bt-post--section .bt-meta-list, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; }
    .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item {
      width: calc(33.33% - 13.33px);
      display: flex;
      position: relative;
      border: 1px solid #d9d9d9;
      box-sizing: border-box;
      border-radius: 10px;
      margin-top: 10px;
      padding: 15px 22px 15px 61px;
      justify-content: space-between; }
      .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item svg {
        position: absolute;
        left: 25px;
        top: 17px;
        width: 26px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
      .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item .bt-label, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item .bt-label {
        width: 55%; }
      .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item .bt-value, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item .bt-value {
        width: 45%; }
  .__bt-single-car-style-2 .bt-post--section .bt-feature-list, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-feature-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px; }
    .__bt-single-car-style-2 .bt-post--section .bt-feature-list .bt-feature-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-feature-list .bt-feature-item {
      width: calc(50% - 46px);
      display: flex;
      position: relative;
      padding: 10px 0 10px 36px;
      border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-2 .bt-post--section .bt-feature-list .bt-feature-item svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-feature-list .bt-feature-item svg {
        position: absolute;
        left: 0;
        top: 13px;
        width: 26px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-2 .bt-post--section .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px; }
    .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-text, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-text {
      position: relative;
      padding-left: 28px; }
      .__bt-single-car-style-2 .bt-post--section .bt-location-title .bt-location-text svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title .bt-location-text svg {
        position: absolute;
        top: 4px;
        left: 0;
        width: 22px;
        height: auto;
        fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-2 .bt-post--section .bt-location-map .bt-cover-iframe, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-map .bt-cover-iframe {
    border-radius: 20px; }
  .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap {
    position: sticky;
    top: 126px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block {
      background: #ffffff;
      overflow: hidden;
      border: 1px solid #dadada;
      border-radius: 20px; }
      .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer {
        padding: 30px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-title {
          font-size: 18px;
          font-weight: 500;
          color: var(--e-global-color-primary, #222);
          margin-bottom: 25px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-infor, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-infor {
          position: relative;
          padding-left: 76px;
          margin-bottom: 30px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar {
          position: absolute;
          top: 0;
          left: 0;
          width: 64px; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .bt-cover-image, .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-avatar .wc-cover-image {
            padding-bottom: 100%;
            border-radius: 100%; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-name, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-name {
          font-size: 22px;
          font-weight: 600;
          margin: 0 0 5px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item {
          position: relative;
          font-size: 16px;
          line-height: 150%;
          padding: 10px 0 10px 28px; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item:not(:last-child) {
            border-bottom: 1px solid #d9d9d9; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-meta .bt-meta-item svg {
            position: absolute;
            top: 10px;
            left: 0;
            width: 22px;
            height: auto;
            fill: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-message-btn {
            padding: 24px 40px; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-whatsapp-btn {
            padding: 21px 40px; }
          .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-view-all-link, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer .bt-dealer-action .bt-view-all-link {
            display: flex;
            justify-content: center;
            text-decoration: underline;
            text-underline-offset: 3px;
            margin-top: 15px;
            font-size: 18px; }
      .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title {
        background: var(--e-global-color-accent, #1FBECD);
        padding: 28px 30px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3 {
          font-size: 22px;
          color: #ffffff;
          margin: 0; }
      .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content {
        padding: 25px 30px;
        font-size: 18px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul {
          margin: 0;
          margin-left: 10px; }
      .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
        color: var(--e-global-color-accent, #1FBECD);
        background: #f1f1f1;
        padding: 17px 20px; }
        .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn:hover, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-view-detail .bt-view-detail-btn:hover {
          color: #ffffff;
          background: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 1199.98px) {
    .__bt-single-car-style-2 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--title {
      font-size: 30px; }
    .__bt-single-car-style-2 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--location {
      margin-bottom: 25px; }
    .__bt-single-car-style-2 .bt-post--meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-item {
      padding: 15px; } }
  @media (max-width: 1024.98px) {
    .__bt-single-car-style-2 .bt-post--info, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--info, .__bt-single-car-style-2 .bt-post--sale-car, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sale-car, .__bt-single-car-style-2 .bt-post--inner, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--inner, .__bt-single-car-style-2 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--sidebar {
      width: 100%; }
    .__bt-single-car-style-2 .bt-post--section:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section:not(:last-child) {
      margin-bottom: 50px; }
    .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item {
      width: calc(50% - 10px); } }
  @media (max-width: 767.98px) {
    .__bt-single-car-style-2 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--title {
      font-size: 28px; }
    .__bt-single-car-style-2 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--location {
      font-size: 18px; }
    .__bt-single-car-style-2 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col {
      width: 50%; }
      .__bt-single-car-style-2 .bt-post--meta-col:first-child, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col:first-child {
        border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-2 .bt-post--meta-col:nth-child(2), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col:nth-child(2) {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #d9d9d9; }
      .__bt-single-car-style-2 .bt-post--meta-col:not(:last-child, :nth-child(2)), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col:not(:last-child, :nth-child(2)) {
        width: calc(50% - 1px); }
    .__bt-single-car-style-2 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--thumbnail {
      margin-bottom: 50px; }
    .__bt-single-car-style-2 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery {
      gap: 16px;
      margin-bottom: 50px; }
      .__bt-single-car-style-2 .bt-post--gallery .bt-img-thumbnail, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-img-thumbnail {
        width: 100%; }
      .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item {
        width: 100%;
        gap: 16px; }
        .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item .bt-image-item {
          width: calc(50% - 8px); }
          .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item .bt-image-item .wc-cover-image {
            padding-bottom: 70%; }
      .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full {
        gap: 16px; }
        .__bt-single-car-style-2 .bt-post--gallery .bt-list-image-item-full .bt-image-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-list-image-item-full .bt-image-item {
          width: calc(50% - 8px); }
      .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .bt-cover-image, .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-2 .bt-post--gallery .bt-image-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--gallery .bt-image-item .wc-cover-image {
        border-radius: 10px; }
    .__bt-single-car-style-2 .bt-post--section .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-meta-list .bt-meta-item,
    .__bt-single-car-style-2 .bt-post--section .bt-feature-list .bt-feature-item,
    .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-feature-list .bt-feature-item {
      width: 100%; }
    .__bt-single-car-style-2 .bt-post--section .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--section .bt-location-title {
      flex-direction: column;
      align-items: flex-start; } }
  @media (max-width: 519.98px) {
    .__bt-single-car-style-2 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--title {
      font-size: 24px; }
    .__bt-single-car-style-2 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--location {
      font-size: 16px; }
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-dealer-block .bt-sale-dealer {
      padding: 30px 15px; }
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content,
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title,
    .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title {
      padding: 25px 15px; }
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-title h3 {
      font-size: 20px; }
    .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-safety-block .bt-safety-content ul {
      margin-left: 0; } }
  @media (max-width: 420px) {
    .__bt-single-car-style-2 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col {
      width: 100% !important;
      border-right: none !important; }
      .__bt-single-car-style-2 .bt-post--meta-col:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style2 .bt-post--meta-col:not(:last-child) {
        border-bottom: 1px solid #d9d9d9 !important; } }

@media (max-width: 767.98px) {
  .__bt-single-car-style-3, .single-car .bt-main-content-ss.bt-layout-style3 {
    padding: 60px 0; } }
.__bt-single-car-style-3 .bt-post, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post {
  position: relative; }
  .__bt-single-car-style-3 .bt-post--wrap, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 80px; }
  .__bt-single-car-style-3 .bt-post--main, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--main {
    width: calc(66.66% - 15px); }
  .__bt-single-car-style-3 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--sidebar {
    width: calc(33.33% - 15px); }
  .__bt-single-car-style-3 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--title {
    font-size: 36px;
    margin: 0 0 16px; }
  .__bt-single-car-style-3 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--location {
    position: relative;
    font-size: 20px;
    line-height: 150%;
    padding-left: 28px; }
    .__bt-single-car-style-3 .bt-post--location svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--location svg {
      position: absolute;
      top: 4px;
      left: 0;
      width: 22px;
      height: auto;
      fill: var(--e-global-color-accent, #1FBECD); }
  .__bt-single-car-style-3 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery {
    line-height: 0;
    margin-bottom: 60px; }
    .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav {
      margin: 0 -10px;
      margin-top: 20px; }
      .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image {
        cursor: pointer;
        padding-bottom: 78%; }
    .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item {
      padding: 0 10px; }
      .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image {
        border-radius: 20px; }
  .__bt-single-car-style-3 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--thumbnail {
    margin-bottom: 60px; }
    .__bt-single-car-style-3 .bt-post--thumbnail .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--thumbnail .bt-cover-image, .__bt-single-car-style-3 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post--thumbnail .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--thumbnail .wc-cover-image {
      border-radius: 20px; }
  .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav {
    border-radius: 20px 20px 0px 0px;
    background: #1fbecd;
    padding: 10px;
    display: flex;
    flex-wrap: wrap; }
    .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a {
      color: #fff;
      font-family: "DM Sans";
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 17px 32px;
      display: inline-block;
      box-sizing: border-box;
      text-transform: capitalize;
      position: relative;
      transition: all 0.3s; }
      .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a::before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a::before {
        background: #fff;
        transform: scale(0);
        content: "";
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        transition: all 0.3s;
        border-radius: 10px; }
      .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a span, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a span {
        position: relative; }
      .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a.bt-is-active, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a.bt-is-active {
        color: var(--e-global-color-primary, #222); }
        .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a.bt-is-active::before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a.bt-is-active::before {
          transform: scale(1); }
      @media (max-width: 1199.98px) {
        .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a {
          font-size: 18px;
          padding: 12px 22px; } }
      @media (max-width: 900px) {
        .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a {
          font-size: 16px;
          padding: 12px 16px; } }
  .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner {
    padding: 50px 50px 60px 50px;
    border-radius: 0 0 20px 20px;
    border: 1px solid #dadada;
    border-top: none; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss {
      position: relative;
      font-size: 30px;
      margin: 0 0 40px;
      padding-left: 20px;
      z-index: 1;
      line-height: 1.2; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss:before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background: var(--e-global-color-accent, #1FBECD); }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss:after, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 25px;
        width: calc(100% - 25px);
        height: 1px;
        background: #d9d9d9;
        z-index: -1; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss span, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss span {
        display: inline-block;
        background: #ffffff;
        padding-right: 30px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list {
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px;
      row-gap: 10px; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item {
        width: calc(50% - 10px);
        display: flex;
        position: relative;
        border-bottom: 1px solid #d9d9d9;
        box-sizing: border-box;
        border-radius: 10px;
        border: 1px solid #d9d9d9;
        padding: 15px 15px 15px 61px; }
        .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item svg {
          position: absolute;
          left: 25px;
          top: 17px;
          width: 26px;
          height: auto;
          color: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item span, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item span {
          width: 50%; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list {
      display: flex;
      flex-wrap: wrap;
      column-gap: 20px;
      position: relative; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list::before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list::before {
        position: absolute;
        top: 0;
        background: #fff;
        height: 2px;
        display: block;
        left: 0;
        content: "";
        width: 100%;
        z-index: 1; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item {
        width: calc(33.33% - 13.33px);
        display: flex;
        position: relative;
        padding: 10px 0 10px 36px;
        border-top: 1px solid #d9d9d9;
        box-sizing: border-box; }
        .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item svg {
          position: absolute;
          left: 0;
          top: 11px;
          width: 26px;
          height: auto;
          color: var(--e-global-color-accent, #1FBECD); }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 25px; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-text, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-text {
        position: relative;
        padding-left: 28px; }
        .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-text svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-text svg {
          position: absolute;
          top: 4px;
          left: 0;
          width: 22px;
          height: auto;
          fill: var(--e-global-color-accent, #1FBECD); }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title .bt-location-link {
        padding: 13px 41px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-map .bt-cover-iframe, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-map .bt-cover-iframe {
      border-radius: 20px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper {
      margin-top: 0; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper .bt-heading-comment, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper .bt-heading-comment {
        display: none; }
      .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper .comment-respond, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-comment-wrapper .comment-respond {
        margin-top: 20px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content > *:first-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content > *:first-child {
      margin-top: 0; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content > *:last-child, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content > *:last-child {
      margin-bottom: 0; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content ul {
      margin-left: 40px;
      line-height: 180%; }
  .__bt-single-car-style-3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner {
    padding: 50px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner .bt-title-ss {
      margin: 0 0 30px; }
  .__bt-single-car-style-3 .bt-post--tabs .bt-panel-location .bt-panel-item--inner .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-location .bt-panel-item--inner .bt-title-ss {
    margin: 0 0 19px; }
  .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block {
      background: #ffffff;
      overflow: hidden;
      border: 1px solid #dadada;
      border-radius: 20px; }
      .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car {
        position: relative;
        color: #ffffff;
        background: var(--e-global-color-accent, #1FBECD);
        padding: 30px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body {
          position: absolute;
          top: 30px;
          left: -1px;
          font-size: 16px;
          font-weight: 500;
          line-height: 150%;
          color: #ffffff;
          background: var(--e-global-color-secondary, #111);
          padding: 10px 30px;
          border-radius: 0 10px 10px 0; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-body a {
            color: inherit; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn {
          display: flex;
          justify-content: flex-end;
          gap: 5px;
          margin-bottom: 25px; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: #fff;
            border: 1px solid #d6d6d6;
            border-radius: 100px;
            transition: all 0.3s; }
            .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added {
              background: var(--e-global-color-accent, #1FBECD); }
              .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn.added svg {
                fill: #ffffff; }
            .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-icon-btn .bt-icon-btn svg {
              fill: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price {
          font-size: 30px;
          font-weight: 500;
          line-height: normal;
          margin-bottom: 10px; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-sale-price a {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            line-height: 150%;
            color: var(--e-global-color-accent, #1FBECD);
            background: #ffffff;
            padding: 8px 15px;
            border-radius: 10px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-offer-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car .bt-offer-btn {
          display: inline-flex;
          align-items: center;
          gap: 10px;
          color: #ffffff;
          text-decoration: underline;
          text-underline-offset: 3px;
          font-size: 18px; }
      .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta {
        display: flex;
        flex-wrap: wrap;
        background: #ffffff;
        overflow: hidden; }
      .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col {
        width: 50%; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:not(:nth-child(even)), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:not(:nth-child(even)) {
          width: calc(50% - 1px);
          border-right: 1px solid #dadada; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:nth-child(1), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:nth-child(1), .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:nth-child(2), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-col:nth-child(2) {
          border-bottom: 1px solid #dadada; }
      .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item {
        padding: 20px 30px; }
        @media (max-width: 1199.98px) and (min-width: 1024.98px) {
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item {
            padding: 15px 20px; } }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item .bt-meta-item {
          position: relative;
          display: flex;
          flex-direction: column;
          font-size: 16px;
          line-height: 150%;
          padding-left: 32px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item svg {
          position: absolute;
          top: 5px;
          left: 0;
          width: 22px;
          height: auto;
          color: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item .bt-label, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta-item .bt-label {
          font-size: 14px;
          color: #848484; }
      .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block {
        padding: 30px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-title {
          font-size: 18px;
          font-weight: 500;
          color: var(--e-global-color-primary, #222);
          margin-bottom: 25px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-infor, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-infor {
          position: relative;
          padding-left: 76px;
          margin-bottom: 30px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar {
          position: absolute;
          top: 0;
          left: 0;
          width: 64px; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .bt-cover-image, .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-avatar .wc-cover-image {
            padding-bottom: 100%;
            border-radius: 100%; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-name, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-name {
          font-size: 22px;
          font-weight: 600;
          margin: 0 0 5px; }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item {
          position: relative;
          font-size: 16px;
          line-height: 150%;
          padding: 10px 0 10px 28px; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item:not(:last-child) {
            border-bottom: 1px solid #d9d9d9; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item svg, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-meta .bt-meta-item svg {
            position: absolute;
            top: 10px;
            left: 0;
            width: 22px;
            height: auto;
            fill: var(--e-global-color-accent, #1FBECD); }
        .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn {
            padding: 24px 40px; }
            @media (max-width: 1199.98px) and (min-width: 1024.98px) {
              .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-message-btn {
                padding: 20px; } }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn {
            padding: 21px 40px; }
            @media (max-width: 1199.98px) and (min-width: 1024.98px) {
              .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-whatsapp-btn {
                padding: 20px; } }
          .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-view-all-link, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block .bt-dealer-action .bt-view-all-link {
            display: flex;
            justify-content: center;
            text-decoration: underline;
            text-underline-offset: 3px;
            margin-top: 15px;
            font-size: 18px; }
  @media (max-width: 1024.98px) {
    .__bt-single-car-style-3 .bt-post--main, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--main, .__bt-single-car-style-3 .bt-post--sidebar, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--sidebar {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .__bt-single-car-style-3 .bt-post--wrap, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--wrap {
      margin-bottom: 50px; }
    .__bt-single-car-style-3 .bt-post--gallery, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery {
      margin-bottom: 30px; }
    .__bt-single-car-style-3 .bt-post--thumbnail, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--thumbnail {
      margin-bottom: 30px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner {
      padding: 30px !important; } }
  @media (max-width: 767.98px) {
    .__bt-single-car-style-3 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--title {
      font-size: 28px; }
    .__bt-single-car-style-3 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--location {
      font-size: 18px; }
    .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav {
      position: relative; }
      .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav::before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav::before {
        position: absolute;
        bottom: 9px;
        background: var(--e-global-color-accent, #1FBECD);
        height: 3px;
        display: block;
        left: 0;
        content: "";
        width: 100%;
        z-index: 1; }
      .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a {
        font-size: 16px;
        padding: 10px;
        width: 50%;
        text-align: center;
        border-bottom: 1px solid #fff; }
        .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a:nth-child(odd), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a:nth-child(odd) {
          border-right: 1px solid #fff; }
        .__bt-single-car-style-3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a::before, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs.bt-tabs .bt-tabs--tbnav a::before {
          border-radius: 0; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-title-ss {
      font-size: 25px;
      margin-bottom: 30px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-meta-list .bt-meta-item,
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item,
    .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-feature-list .bt-feature-item {
      width: 100%; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-location-title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-location-title {
      flex-direction: column;
      align-items: flex-start; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content ul, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner .bt-safety-content ul {
      margin-left: 0; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner .bt-title-ss, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-features .bt-panel-item--inner .bt-title-ss {
      margin-bottom: 20px; } }
  @media (max-width: 519.98px) {
    .__bt-single-car-style-3 .bt-post--title, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--title {
      font-size: 24px; }
    .__bt-single-car-style-3 .bt-post--location, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--location {
      font-size: 16px; }
    .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav {
      margin: 0 -5px;
      margin-top: 10px; }
      .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .bt-cover-image, .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider.bt-slider-nav .bt-slider-item .wc-cover-image {
        border-radius: 10px; }
    .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item {
      padding: 0 5px; }
      .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .bt-cover-image, .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-single-car-style-3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--gallery .bt-gallery-slider .bt-slider-item .wc-cover-image {
        border-radius: 10px; }
    .__bt-single-car-style-3 .bt-post--tabs .bt-panel-item--inner, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--tabs .bt-panel-item--inner {
      padding: 30px 15px !important; }
    .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-car {
      padding: 30px 15px; }
    .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta .bt-sale-meta-item, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-sale-block .bt-sale-meta .bt-sale-meta-item {
      padding: 20px 15px; }
    .__bt-single-car-style-3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-dealer-block {
      padding: 30px 15px; } }
  @media (max-width: 420px) {
    .__bt-single-car-style-3 .bt-post--meta-col, .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--meta-col {
      width: 100% !important;
      border-right: none !important; }
      .__bt-single-car-style-3 .bt-post--meta-col:not(:last-child), .single-car .bt-main-content-ss.bt-layout-style3 .bt-post--meta-col:not(:last-child) {
        border-bottom: 1px solid #d9d9d9 !important; } }

.single-car .bt-related-posts-ss {
  padding-bottom: 105px; }
  @media (max-width: 767.98px) {
    .single-car .bt-related-posts-ss {
      padding-bottom: 70px; } }
  .single-car .bt-related-posts-ss--list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .single-car .bt-related-posts-ss--list .bt-post {
      width: calc(33.33% - 20px); }
  .single-car .bt-related-posts-ss--bottom-text {
    text-align: center;
    margin-top: 50px; }
    .single-car .bt-related-posts-ss--bottom-text a {
      text-decoration: underline;
      text-underline-offset: 3px;
      color: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 991.98px) {
    .single-car .bt-related-posts-ss--list .bt-post {
      width: calc(50% - 15px); } }
  @media (max-width: 767.98px) {
    .single-car .bt-related-posts-ss--list .bt-post {
      width: 100%; } }

.bt-elwg-cars-wishlist--default .bt-table {
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 20px; }
  .bt-elwg-cars-wishlist--default .bt-table .bt-loading-wave {
    opacity: 0;
    visibility: hidden; }
  .bt-elwg-cars-wishlist--default .bt-table--head {
    background: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-cars-wishlist--default .bt-table--head span {
      font-size: 18px;
      font-weight: 600;
      line-height: 150%;
      color: #ffffff; }
  .bt-elwg-cars-wishlist--default .bt-table--body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 165px; }
    .bt-elwg-cars-wishlist--default .bt-table--body.loading {
      max-height: 90vh;
      overflow: hidden; }
      .bt-elwg-cars-wishlist--default .bt-table--body.loading .bt-loading-wave {
        opacity: 1;
        visibility: visible; }
      .bt-elwg-cars-wishlist--default .bt-table--body.loading .bt-car-list {
        opacity: 0; }
  .bt-elwg-cars-wishlist--default .bt-table .bt-car-list {
    width: 100%;
    transition: all 0.3s; }
  .bt-elwg-cars-wishlist--default .bt-table--row {
    display: flex;
    align-items: center; }
    .bt-elwg-cars-wishlist--default .bt-table--row.bt-car-item:not(:last-child) {
      border-bottom: 1px solid #dadada; }
  .bt-elwg-cars-wishlist--default .bt-table--col {
    width: 15%;
    padding: 20px 15px; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove {
      width: 10%;
      text-align: center; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove a {
        position: relative; }
        .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove a.deleting svg {
          opacity: 0; }
          .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove a.deleting svg:last-child {
            opacity: 1; }
        .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove a svg {
          width: 20px;
          height: auto; }
          .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove a svg:last-child {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            margin: -10px 0 0 -10px;
            animation-name: effectSpin;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb {
      width: 18%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb .bt-cover-image, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb .wc-cover-image {
        border-radius: 20px; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title {
      width: 27%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title .bt-title {
        font-size: 20px; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-price,
    .bt-elwg-cars-wishlist--default .bt-table--col .bt-price-mobile {
      font-weight: 500;
      color: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-stock,
    .bt-elwg-cars-wishlist--default .bt-table--col .bt-stock-mobile {
      text-transform: capitalize; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-stock--mobile,
      .bt-elwg-cars-wishlist--default .bt-table--col .bt-stock-mobile--mobile {
        display: none; }
    .bt-elwg-cars-wishlist--default .bt-table--col .bt-car-meta-mobile {
      display: none; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller {
      min-width: 200px; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-social-share {
      width: 100%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-social-share .bt-post-share {
        margin: 0; }
  .bt-elwg-cars-wishlist--default .bt-table--foot {
    border-top: 1px solid #dadada; }
  .bt-elwg-cars-wishlist--default .bt-table .bt-no-results {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 20px 15px; }
    .bt-elwg-cars-wishlist--default .bt-table .bt-no-results a {
      display: inline-block;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: underline;
      color: var(--e-global-color-accent, #1FBECD);
      margin: 0 4px; }
  @media (max-width: 991.98px) {
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb {
      width: 22%; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title {
      width: 44%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title .bt-car-meta-mobile {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 8px; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-price, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-stock {
      display: none; } }
  @media (max-width: 767.98px) {
    .bt-elwg-cars-wishlist--default .bt-table--head {
      display: none; }
    .bt-elwg-cars-wishlist--default .bt-table--row {
      position: relative;
      flex-wrap: wrap; }
    .bt-elwg-cars-wishlist--default .bt-table--col {
      padding: 15px; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove {
        order: 3; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb {
        width: 33%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title {
        width: 67%; }
      .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-seller, .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-remove {
        padding-top: 0; } }
  @media (max-width: 519.98px) {
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-thumb {
      width: 100%;
      padding-bottom: 0; }
    .bt-elwg-cars-wishlist--default .bt-table--col.bt-car-title {
      width: 100%; } }

.__bt-cars-compare-table .bt-table, .bt-elwg-cars-compare--default .bt-table, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table {
  position: relative;
  font-size: 20px;
  line-height: 150%;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 20px; }
  .__bt-cars-compare-table .bt-table--head, .bt-elwg-cars-compare--default .bt-table--head, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--head {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--e-global-color-primary, #222);
    background: #f1f1f1; }
  .__bt-cars-compare-table .bt-table--body, .bt-elwg-cars-compare--default .bt-table--body, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body {
    position: relative;
    margin-left: 20%; }
    .__bt-cars-compare-table .bt-table--body.loading, .bt-elwg-cars-compare--default .bt-table--body.loading, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body.loading {
      max-height: 90vh;
      overflow: hidden; }
      .__bt-cars-compare-table .bt-table--body.loading .bt-loading-wave, .bt-elwg-cars-compare--default .bt-table--body.loading .bt-loading-wave, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body.loading .bt-loading-wave {
        opacity: 1;
        visibility: visible; }
      .__bt-cars-compare-table .bt-table--body.loading .bt-car-list, .bt-elwg-cars-compare--default .bt-table--body.loading .bt-car-list, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body.loading .bt-car-list {
        opacity: 0; }
    .__bt-cars-compare-table .bt-table--body .bt-loading-wave, .bt-elwg-cars-compare--default .bt-table--body .bt-loading-wave, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body .bt-loading-wave {
      opacity: 0;
      visibility: hidden; }
  .__bt-cars-compare-table .bt-table--foot, .bt-elwg-cars-compare--default .bt-table--foot, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--foot {
    position: relative;
    margin-left: 20%;
    border-top: 1px solid #dadada; }
  .__bt-cars-compare-table .bt-table--col, .bt-elwg-cars-compare--default .bt-table--col, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col {
    padding: 15px;
    min-height: 61px; }
    .__bt-cars-compare-table .bt-table--col:not(:last-child), .bt-elwg-cars-compare--default .bt-table--col:not(:last-child), .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col:not(:last-child) {
      border-bottom: 1px solid #dadada; }
    .__bt-cars-compare-table .bt-table--col:not(.bt-car-information, .bt-car-features), .bt-elwg-cars-compare--default .bt-table--col:not(.bt-car-information, .bt-car-features), .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col:not(.bt-car-information, .bt-car-features) {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .__bt-cars-compare-table .bt-table--col.bt-car-add-compare, .bt-elwg-cars-compare--default .bt-table--col.bt-car-add-compare, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-add-compare, .__bt-cars-compare-table .bt-table--col.bt-car-information, .bt-elwg-cars-compare--default .bt-table--col.bt-car-information, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-information {
      min-height: 391px; }
  .__bt-cars-compare-table .bt-table .bt-car-list, .bt-elwg-cars-compare--default .bt-table .bt-car-list, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-list {
    display: flex; }
  .__bt-cars-compare-table .bt-table .bt-car-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item {
    width: 33.33%;
    min-width: 320px; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-information, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-information, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-information {
      position: relative; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove {
      position: absolute;
      top: 30px;
      right: 30px;
      line-height: 0;
      z-index: 9; }
      .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        color: var(--e-global-color-accent, #1FBECD);
        background: #ffffff;
        border: 1px solid #d6d6d6;
        border-radius: 100px;
        transition: all 0.3s; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a:hover, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a:hover, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a:hover {
          color: #ffffff;
          background: var(--e-global-color-accent, #1FBECD); }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a.deleting svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a.deleting svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a.deleting svg {
          opacity: 0; }
          .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a.deleting svg:last-child, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a.deleting svg:last-child, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a.deleting svg:last-child {
            opacity: 1; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a svg {
          width: 20px;
          height: auto; }
          .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-remove a svg:last-child, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-remove a svg:last-child, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-remove a svg:last-child {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            margin: -10px 0 0 -10px;
            animation-name: effectSpin;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-thumb, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-thumb, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-thumb {
      margin-bottom: 20px; }
      .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-thumb .bt-cover-image, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-thumb .bt-cover-image, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-thumb .bt-cover-image, .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-thumb .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-thumb .wc-cover-image, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-thumb .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-thumb .wc-cover-image, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-thumb .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-thumb .wc-cover-image {
        border-radius: 15px; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-title {
      font-size: 22px;
      margin-bottom: 15px; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-price {
      font-size: 20px;
      font-weight: 500;
      color: var(--e-global-color-accent, #1FBECD); }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-add-compare .bt-car-thumb svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-add-compare .bt-car-thumb svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-add-compare .bt-car-thumb svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: auto;
      transform: translate(-50%, -50%); }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-add-compare .bt-car-title, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-add-compare .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-add-compare .bt-car-title {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: #999999; }
    .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item {
      position: relative;
      padding-left: 36px; }
      .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item:not(:last-child), .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item:not(:last-child), .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item:not(:last-child) {
        margin-bottom: 12px; }
      .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item svg {
        position: absolute;
        left: 0;
        top: 2px;
        width: 26px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 991.98px) {
    .__bt-cars-compare-table .bt-table, .bt-elwg-cars-compare--default .bt-table, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table {
      font-size: 18px; }
      .__bt-cars-compare-table .bt-table--head, .bt-elwg-cars-compare--default .bt-table--head, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--head {
        width: 135px;
        font-size: 14px; }
      .__bt-cars-compare-table .bt-table--body, .bt-elwg-cars-compare--default .bt-table--body, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body, .__bt-cars-compare-table .bt-table--foot, .bt-elwg-cars-compare--default .bt-table--foot, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--foot {
        margin-left: 135px; }
      .__bt-cars-compare-table .bt-table--col.bt-car-information, .bt-elwg-cars-compare--default .bt-table--col.bt-car-information, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-information, .__bt-cars-compare-table .bt-table--col.bt-car-add-compare, .bt-elwg-cars-compare--default .bt-table--col.bt-car-add-compare, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-add-compare {
        min-height: 391px; }
      .__bt-cars-compare-table .bt-table .bt-car-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item {
        min-width: 280px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-title {
          font-size: 20px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-price {
          font-size: 18px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item {
          padding-left: 32px; }
          .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item svg {
            width: 22px; } }
  @media (max-width: 767.98px) {
    .__bt-cars-compare-table .bt-table, .bt-elwg-cars-compare--default .bt-table, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table {
      font-size: 16px; }
      .__bt-cars-compare-table .bt-table--head, .bt-elwg-cars-compare--default .bt-table--head, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--head {
        width: 115px;
        font-size: 13px; }
      .__bt-cars-compare-table .bt-table--body, .bt-elwg-cars-compare--default .bt-table--body, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--body, .__bt-cars-compare-table .bt-table--foot, .bt-elwg-cars-compare--default .bt-table--foot, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--foot {
        margin-left: 115px; }
      .__bt-cars-compare-table .bt-table--col.bt-car-information, .bt-elwg-cars-compare--default .bt-table--col.bt-car-information, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-information, .__bt-cars-compare-table .bt-table--col.bt-car-add-compare, .bt-elwg-cars-compare--default .bt-table--col.bt-car-add-compare, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table--col.bt-car-add-compare {
        min-height: 270px; }
      .__bt-cars-compare-table .bt-table .bt-car-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item {
        min-width: 230px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-title, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-title {
          font-size: 18px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-car-price, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-car-price {
          font-size: 16px; }
        .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item {
          padding-left: 30px; }
          .__bt-cars-compare-table .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-compare--default .bt-table .bt-car-item .bt-feature-item svg, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item .bt-feature-item svg {
            width: 20px; } }

.bt-elwg-cars-quick-compare--default .bt-cars-quick-compare.bt-is-active .bt-cars-quick-compare--popup {
  opacity: 1;
  visibility: visible; }
.bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--inner {
  background: #fff;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 20px; }
.bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars {
  display: flex; }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item {
    width: 100%;
    padding: 30px; }
    @media (max-width: 1199.98px) and (min-width: 1024.98px) {
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item {
        padding: 20px 15px; } }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--featured {
      margin-bottom: 20px; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--featured .bt-cover-image, .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--featured .wc-cover-image {
        border-radius: 20px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--body {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%;
      margin-bottom: 4px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--title {
      font-size: 22px;
      margin: 0 0 8px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--price {
      font-size: 20px;
      font-weight: 500;
      line-height: 150%;
      color: var(--e-global-color-accent, #1FBECD);
      margin-bottom: 24px; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--price a {
        display: inline-block;
        font-size: 16px;
        line-height: 150%;
        color: inherit;
        background: #f1f1f1;
        padding: 8px 15px;
        border-radius: 10px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta {
      position: relative;
      height: 50px;
      overflow-x: auto;
      overflow-y: hidden; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-row {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      display: flex;
      white-space: nowrap; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-col {
      display: flex; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-col:not(:last-child) {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #dadada; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-item {
      position: relative;
      min-width: 86px;
      padding-left: 30px; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-item svg {
        position: absolute;
        top: 4px;
        left: 0;
        width: 22px;
        height: auto;
        color: var(--e-global-color-accent, #1FBECD); }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-item span {
        display: block; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-item .bt-label {
        font-size: 14px;
        line-height: 150%;
        color: #848484; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item .bt-post--meta-item .bt-value {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%; }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--divider {
    position: relative;
    margin: 0 15px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--divider:before {
      content: "";
      position: absolute;
      top: 40px;
      left: 50%;
      height: calc(100% - 80px);
      width: 1px;
      background: #d9d9d9; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--divider span {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      font-size: 16px;
      font-weight: 700;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD);
      border-radius: 100px;
      transform: translate(-50%, -50%); }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--compare a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #111111;
    padding: 20px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--compare a:hover {
      background: var(--e-global-color-accent, #1FBECD); }
.bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 60px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99999; }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--popup .bt-close-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    line-height: 0;
    color: #ffffff; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--popup .bt-close-popup svg {
      width: 30px;
      height: 30px; }
.bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap {
  max-width: 1000px;
  max-height: 100%; }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table {
    background: #FFFFFF;
    border-radius: 5px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--wrap .bt-table .bt-car-item {
      width: 50%; }
@media (max-width: 767.98px) {
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--item {
    padding: 30px 16px; } }
@media (max-width: 519.98px) {
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars {
    flex-direction: column; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--divider {
      margin: 15px 0; }
      .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare .bt-cars--divider:before {
        top: 0;
        height: 1px;
        width: calc(100% - 32px);
        transform: translateX(-50%); }
  .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--popup {
    padding: 40px 16px; }
    .bt-elwg-cars-quick-compare--default .bt-cars-quick-compare--popup .bt-close-popup {
      top: 10px;
      right: 10px; } }

.bt-elwg-mini-wishlist .bt-mini-wishlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist:hover .bt-mini-wishlist--content {
    opacity: 1;
    visibility: visible; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f0f0f0;
    border-radius: 100px; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--icon svg {
      fill: var(--e-global-color-accent, #1FBECD);
      width: 24px;
      height: auto; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--count {
    position: absolute;
    top: -3px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    padding: 3px;
    border-radius: 50px; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--content {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 400px;
    background: #ffffff;
    padding: 30px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.3s; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--head {
    font-size: 30px;
    margin: 0 0 20px; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--list {
    max-height: 300px;
    overflow: auto; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item:last-child {
      margin-bottom: 0; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove {
      position: absolute;
      bottom: 23px;
      right: 4px;
      line-height: 0; }
      .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove a {
        position: relative; }
        .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove a.deleting svg {
          opacity: 0; }
          .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove a.deleting svg:last-child {
            opacity: 1; }
        .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove a svg {
          width: 20px;
          height: auto; }
          .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-remove a svg:last-child {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            margin: -10px 0 0 -10px;
            animation-name: effectSpin;
            animation-duration: 1s;
            animation-iteration-count: infinite;
            animation-timing-function: linear; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-thumb {
      width: 100px; }
      .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-thumb .bt-cover-image, .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-thumb .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-thumb .wc-cover-image {
        padding-bottom: 85%;
        border-radius: 15px; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-infor {
      width: calc(100% - 115px); }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-title {
      font-size: 18px;
      margin: 0 0 4px; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--item .bt-car-price {
      font-weight: 500;
      color: var(--e-global-color-accent, #1FBECD);
      padding-right: 30px; }
  .bt-elwg-mini-wishlist .bt-mini-wishlist--link {
    padding-top: 15px; }
    .bt-elwg-mini-wishlist .bt-mini-wishlist--link a {
      font-size: 18px;
      font-weight: 500;
      color: var(--e-global-color-accent, #1FBECD);
      text-decoration: underline;
      text-underline-offset: 3px; }
  @media (max-width: 519.98px) {
    .bt-elwg-mini-wishlist .bt-mini-wishlist--content {
      position: fixed;
      min-width: 100%;
      padding: 30px 15px; } }

.bt-elwg-mini-compare .bt-mini-compare {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0; }
  .bt-elwg-mini-compare .bt-mini-compare--icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f0f0f0;
    border-radius: 100px; }
    .bt-elwg-mini-compare .bt-mini-compare--icon svg {
      fill: var(--e-global-color-accent, #1FBECD);
      width: 24px;
      height: auto; }
  .bt-elwg-mini-compare .bt-mini-compare--count {
    position: absolute;
    top: -3px;
    right: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    padding: 3px;
    border-radius: 50px; }

.admin-bar .__bt-single-car-style-1 .bt-post .bt-sidebar-wrap, .admin-bar .single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap, .single-car .admin-bar .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap, .admin-bar.single-car .bt-main-content-ss.bt-layout-style1 .bt-post .bt-sidebar-wrap,
.admin-bar .__bt-single-car-style-2 .bt-post .bt-sidebar-wrap,
.admin-bar .single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap,
.single-car .admin-bar .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap, .admin-bar.single-car .bt-main-content-ss.bt-layout-style2 .bt-post .bt-sidebar-wrap {
  top: 156px; }

.__bt-dealer-style-default .bt-post--inner, .bt-list-dealer .bt-post--inner, .bt-elwg-dealer-loop-item--default .bt-post--inner {
  position: relative;
  overflow: hidden; }
  .__bt-dealer-style-default .bt-post--inner:hover .bt-post--avatar .bt-cover-image img, .bt-list-dealer .bt-post--inner:hover .bt-post--avatar .bt-cover-image img, .bt-elwg-dealer-loop-item--default .bt-post--inner:hover .bt-post--avatar .bt-cover-image img, .__bt-dealer-style-default .bt-post--inner:hover .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .__bt-dealer-style-default .bt-post--inner:hover .bt-post--avatar .wc-cover-image img, .bt-list-dealer .bt-post--inner:hover .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--inner:hover .bt-post--avatar .wc-cover-image img, .bt-elwg-dealer-loop-item--default .bt-post--inner:hover .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-dealer-loop-item--default .bt-post--inner:hover .bt-post--avatar .wc-cover-image img {
    transform: scale(1.1); }
.__bt-dealer-style-default .bt-post--avatar .bt-cover-image, .bt-list-dealer .bt-post--avatar .bt-cover-image, .bt-elwg-dealer-loop-item--default .bt-post--avatar .bt-cover-image, .__bt-dealer-style-default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-dealer-style-default .bt-post--avatar .wc-cover-image, .bt-list-dealer .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--avatar .wc-cover-image, .bt-elwg-dealer-loop-item--default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-dealer-loop-item--default .bt-post--avatar .wc-cover-image {
  padding: 0;
  min-height: 396px;
  border-radius: 20px; }
  @media (max-width: 519.98px) {
    .__bt-dealer-style-default .bt-post--avatar .bt-cover-image, .bt-list-dealer .bt-post--avatar .bt-cover-image, .bt-elwg-dealer-loop-item--default .bt-post--avatar .bt-cover-image, .__bt-dealer-style-default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .__bt-dealer-style-default .bt-post--avatar .wc-cover-image, .bt-list-dealer .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--avatar .wc-cover-image, .bt-elwg-dealer-loop-item--default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-dealer-loop-item--default .bt-post--avatar .wc-cover-image {
      min-height: 330px; } }
  .__bt-dealer-style-default .bt-post--avatar .bt-cover-image img, .bt-list-dealer .bt-post--avatar .bt-cover-image img, .bt-elwg-dealer-loop-item--default .bt-post--avatar .bt-cover-image img, .__bt-dealer-style-default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .__bt-dealer-style-default .bt-post--avatar .wc-cover-image img, .bt-list-dealer .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--avatar .wc-cover-image img, .bt-elwg-dealer-loop-item--default .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-dealer-loop-item--default .bt-post--avatar .wc-cover-image img {
    transform: scale(1);
    transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }
.__bt-dealer-style-default .bt-post--content, .bt-list-dealer .bt-post--content, .bt-elwg-dealer-loop-item--default .bt-post--content {
  margin: -70px 20px 0 20px;
  z-index: 9;
  position: relative;
  border-radius: 20px; }
.__bt-dealer-style-default .bt-post--titlejob, .bt-list-dealer .bt-post--titlejob, .bt-elwg-dealer-loop-item--default .bt-post--titlejob {
  padding: 29px 30px 17px 30px;
  border: 1px solid #d4d4d4;
  background: #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: none; }
  .__bt-dealer-style-default .bt-post--titlejob span, .bt-list-dealer .bt-post--titlejob span, .bt-elwg-dealer-loop-item--default .bt-post--titlejob span {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #767676; }
  @media (max-width: 519.98px) {
    .__bt-dealer-style-default .bt-post--titlejob, .bt-list-dealer .bt-post--titlejob, .bt-elwg-dealer-loop-item--default .bt-post--titlejob {
      padding: 15px; } }
.__bt-dealer-style-default .bt-post--title, .bt-list-dealer .bt-post--title, .bt-elwg-dealer-loop-item--default .bt-post--title {
  margin: 0; }
  .__bt-dealer-style-default .bt-post--title a, .bt-list-dealer .bt-post--title a, .bt-elwg-dealer-loop-item--default .bt-post--title a {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: var(--e-global-color-primary, #222);
    display: inline-block; }
    .__bt-dealer-style-default .bt-post--title a:hover, .bt-list-dealer .bt-post--title a:hover, .bt-elwg-dealer-loop-item--default .bt-post--title a:hover {
      color: var(--e-global-color-accent, #1FBECD); }
.__bt-dealer-style-default .bt-post--info, .bt-list-dealer .bt-post--info, .bt-elwg-dealer-loop-item--default .bt-post--info {
  background: #f1f1f1;
  padding: 23px 30px 22px;
  border-radius: 0 0 20px 20px; }
  .__bt-dealer-style-default .bt-post--info .bt-meta-item, .bt-list-dealer .bt-post--info .bt-meta-item, .bt-elwg-dealer-loop-item--default .bt-post--info .bt-meta-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.76px;
    color: var(--e-global-color-accent, #1FBECD);
    display: flex;
    grid-gap: 12px; }
    .__bt-dealer-style-default .bt-post--info .bt-meta-item:not(:last-child), .bt-list-dealer .bt-post--info .bt-meta-item:not(:last-child), .bt-elwg-dealer-loop-item--default .bt-post--info .bt-meta-item:not(:last-child) {
      margin-bottom: 15px; }
    .__bt-dealer-style-default .bt-post--info .bt-meta-item svg, .bt-list-dealer .bt-post--info .bt-meta-item svg, .bt-elwg-dealer-loop-item--default .bt-post--info .bt-meta-item svg {
      fill: var(--e-global-color-accent, #1FBECD); }

.bt-list-dealer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  .bt-list-dealer .bt-post--avatar .bt-cover-image, .bt-list-dealer .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--avatar .wc-cover-image {
    box-sizing: border-box;
    padding-bottom: calc(0.66 * 100%); }
    @media (max-width: 767.98px) {
      .bt-list-dealer .bt-post--avatar .bt-cover-image, .bt-list-dealer .bt-post--avatar .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-list-dealer .bt-post--avatar .wc-cover-image {
        padding-bottom: calc(1.2 * 100%); } }
  .bt-list-dealer .bt-post--title {
    font-size: 22px;
    line-height: 136.364%; }
  @media (max-width: 1199.98px) {
    .bt-list-dealer {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 1024.98px) {
    .bt-list-dealer {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .bt-list-dealer {
      grid-template-columns: repeat(1, 1fr); } }

.single-dealer .bt-main-content-ss .bt-post {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px; }
  .single-dealer .bt-main-content-ss .bt-post--main {
    width: calc(66.66% - 15px); }
  .single-dealer .bt-main-content-ss .bt-post--sidebar {
    width: calc(33.33% - 15px); }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--thumbnail {
    margin-bottom: 50px; }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--thumbnail .bt-cover-image, .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--thumbnail .wc-cover-image {
      border-radius: 20px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--thumbnail {
        margin-bottom: 30px; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--title {
    font-size: 30px;
    margin: 0 0 30px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--title {
        margin-bottom: 20px; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #dadada;
    border-radius: 10px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta {
        flex-direction: column; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-col {
    width: 33.33%; }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-col:not(:last-child) {
      width: calc(33.33% - 1px);
      border-right: 1px solid #dadada; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-col {
        width: 100%; }
        .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-col:not(:last-child) {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid #dadada; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item {
    padding: 18px 30px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item {
        padding: 12px 15px; } }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item .bt-meta-item {
      position: relative;
      display: flex;
      flex-direction: column;
      font-size: 16px;
      line-height: 150%;
      padding-left: 32px; }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item svg {
      position: absolute;
      top: 5px;
      left: 0;
      width: 22px;
      height: auto;
      color: var(--e-global-color-accent, #1FBECD); }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item .bt-label {
      font-size: 14px;
      color: #848484; }
    .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--meta-item .bt-value {
      font-weight: 500;
      word-break: break-word; }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content:after {
    content: "";
    display: block;
    clear: both; }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content a {
    text-decoration: underline; }
  .single-dealer .bt-main-content-ss .bt-post .bt-main-posts-ss .bt-post--content .page-links {
    margin-top: 40px; }
  .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss {
    padding-top: 100px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss {
        padding-top: 50px; } }
    .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading {
      padding: 0;
      z-index: 9;
      text-transform: initial;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      margin: 0 0 40px; }
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading::before {
        z-index: 10; }
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading:after {
        content: " ";
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #d9d9d9;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 8; }
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading span {
        font-size: inherit;
        line-height: inherit;
        font-weight: inherit;
        color: inherit;
        padding: 0 29px 0 18px;
        position: relative;
        z-index: 9;
        background-color: #fff;
        font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
      @media (max-width: 519.98px) {
        .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading {
          font-size: 22px;
          line-height: 130%;
          text-align: left; }
          .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--heading span {
            display: inline-block; } }
    .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list {
      display: flex;
      flex-wrap: wrap;
      gap: 30px; }
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post {
        width: calc(50% - 15px); }
        .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post--inner {
          width: 100%; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-car-by-dealer-ss--list .bt-post {
        width: 100%; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-review-ss {
    margin-top: 105px; }
    @media (max-width: 767.98px) {
      .single-dealer .bt-main-content-ss .bt-post .bt-review-ss {
        margin-top: 50px; } }
  .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block {
      background: #ffffff;
      padding: 60px;
      overflow: hidden;
      border: 1px solid #dadada;
      border-radius: 20px; }
      .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block .bt-block-heading {
        font-size: 30px;
        font-weight: 700;
        margin: 0 0 10px; }
      .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block {
        color: #ffffff;
        background: var(--e-global-color-accent, #1FBECD);
        padding: 59px 60px 66px 60px; }
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform_heading .gform_title,
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform_heading .gform_description {
          color: #ffffff; }
        @media (max-width: 519.98px) {
          .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform_heading .gform_title {
            font-size: 32px; }
          .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform_heading .gform_description {
            font-size: 18px; } }
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform-body select,
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform-body textarea {
          color: #ffffff;
          background: transparent;
          border-color: #ffffff;
          font-size: 16px;
          font-weight: 500; }
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-contact-block .gform_wrapper .gform_footer input[type="submit"] {
          color: var(--e-global-color-secondary, #111) !important;
          background: #ffffff !important;
          color: #111 !important;
          font-size: 17px !important;
          padding: 17px 40px !important;
          width: 100%; }
      .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-location-block .bt-location-text {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        line-height: 150%;
        margin-bottom: 25px;
        padding-left: 31px;
        color: var(--e-global-color-text, #555); }
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-location-block .bt-location-text svg {
          position: absolute;
          top: 2px;
          left: 0;
          width: 26px;
          height: auto;
          fill: var(--e-global-color-accent, #1FBECD); }
      .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block.bt-location-block .bt-location-map .bt-cover-iframe {
        padding-bottom: 73%;
        border-radius: 10px; }
      @media (max-width: 1199.98px) and (min-width: 991.98px) {
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block {
          padding: 30px 20px !important; } }
      @media (max-width: 519.98px) {
        .single-dealer .bt-main-content-ss .bt-post .bt-sidebar-wrap .bt-sidebar-block {
          padding: 30px 20px !important; } }
  @media (max-width: 991.98px) {
    .single-dealer .bt-main-content-ss .bt-post--main, .single-dealer .bt-main-content-ss .bt-post--sidebar {
      width: 100%; } }

.error404 .bt-main-content-ss {
  text-align: center;
  padding: 240px 0 160px; }
  .error404 .bt-main-content-ss h2 {
    font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 40px; }
  .error404 .bt-main-content-ss h3 {
    font-size: 40px;
    margin: 0 0 20px; }
  .error404 .bt-main-content-ss p {
    font-size: 18px;
    margin: 0; }
  .error404 .bt-main-content-ss .search-form {
    position: relative;
    max-width: 500px;
    margin: 40px auto 0; }
    .error404 .bt-main-content-ss .search-form label {
      margin: 0; }
    .error404 .bt-main-content-ss .search-form input[type="search"] {
      width: 100%;
      padding: 20px 120px 20px 20px; }
    .error404 .bt-main-content-ss .search-form input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      font-size: 16px;
      text-transform: uppercase;
      margin: 0;
      padding: 15px 20px;
      border-radius: 0 15px 15px 0; }
  @media (max-width: 767.98px) {
    .error404 .bt-main-content-ss {
      padding: 200px 0 140px; }
      .error404 .bt-main-content-ss h2 {
        font-size: 100px; }
      .error404 .bt-main-content-ss h3 {
        font-size: 32px; }
      .error404 .bt-main-content-ss p {
        font-size: 16px;
        margin: 0; } }

.woocommerce .bt-site-main {
  padding-bottom: 0; }
.woocommerce .bt-main-products-ss {
  padding: 100px 0 0 0; }
  @media (max-width: 991.98px) {
    .woocommerce .bt-main-products-ss {
      padding: 60px 0 0 0; } }
.woocommerce span.onsale {
  top: 20px;
  left: 20px;
  width: 58px;
  height: 58px;
  font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
  font-size: 16px;
  font-weight: 700;
  line-height: 58px;
  background: var(--e-global-color-accent, #1FBECD);
  padding: 0; }
  @media (max-width: 1320px) and (min-width: 1100px) {
    .woocommerce span.onsale {
      top: 10%; } }
  @media (max-width: 1100px) and (min-width: 991.98px) {
    .woocommerce span.onsale {
      top: 15%; } }
.woocommerce .star-rating {
  font-size: 16px;
  letter-spacing: 2.986px;
  color: #f3ce03;
  width: 100px;
  margin: 0; }
  .woocommerce .star-rating:before,
  .woocommerce .star-rating span::before {
    left: 1px;
    color: #f3ce03; }
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: var(--e-global-color-accent, #1FBECD); }
  .woocommerce div.product p.price del,
  .woocommerce div.product span.price del {
    font-size: 80%;
    color: #85b7ba;
    opacity: 1;
    text-decoration-line: strikethrough;
    font-weight: 500; }
  .woocommerce div.product p.price ins,
  .woocommerce div.product span.price ins {
    float: left;
    margin-right: 8px;
    text-decoration: none; }
.woocommerce .quantity {
  position: relative;
  display: inline-block; }
  .woocommerce .quantity .qty {
    min-height: auto;
    font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    width: 50px;
    padding: 12px 31.5px;
    -moz-appearance: textfield;
    background: #f1f1f1;
    border-color: #f1f1f1; }
    .woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .woocommerce .quantity .qty-minus,
  .woocommerce .quantity .qty-plus {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 8px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .woocommerce .quantity .qty-minus svg,
    .woocommerce .quantity .qty-plus svg {
      width: 12px;
      height: auto; }
  .woocommerce .quantity .qty-plus {
    left: auto;
    right: 0;
    padding: 0 20px 0 8px; }
@media (max-width: 519.98px) {
  .woocommerce nav.woocommerce-pagination {
    margin-top: 40px; } }
.woocommerce .woocommerce-loop-product__thumbnail {
  position: relative; }
  .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image {
    padding-bottom: 104%;
    border-radius: 15px; }
  .woocommerce .woocommerce-loop-product__thumbnail .button,
  .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart {
    width: 100%;
    padding: 16px 10px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s; }
    .woocommerce .woocommerce-loop-product__thumbnail .button.added,
    .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart.added {
      display: none; }
    .woocommerce .woocommerce-loop-product__thumbnail .button:hover,
    .woocommerce .woocommerce-loop-product__thumbnail .added_to_cart:hover {
      color: #fff;
      background: var(--e-global-color-accent, #1FBECD); }
  .woocommerce .woocommerce-loop-product__thumbnail a.button.loading {
    padding-right: 20px !important; }
    .woocommerce .woocommerce-loop-product__thumbnail a.button.loading:after {
      top: 1em !important; }
.woocommerce .woocommerce-loop-product__infor {
  padding: 28px 31px 26px 31px;
  border-radius: 20px;
  border: 1px solid #d4d4d4;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-top: -40px;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199.98px) and (min-width: 991.98px) {
    .woocommerce .woocommerce-loop-product__infor {
      max-width: calc(100% - 20px);
      padding: 20px; } }
  @media (max-width: 519.98px) {
    .woocommerce .woocommerce-loop-product__infor {
      max-width: calc(100% - 20px);
      padding: 20px; } }
.woocommerce .woocommerce-loop-product__subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  color: #767676;
  display: inline-block; }
.woocommerce .woocommerce-loop-product .star-rating {
  margin: 12px 0 0 0;
  word-break: initial; }
  .woocommerce .woocommerce-loop-product .star-rating * {
    word-break: initial; }
.woocommerce .woocommerce-loop-product a.woocommerce-LoopProduct-link {
  width: 100%; }
.woocommerce .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 100%;
  margin: 10px 0 0 0; }
.woocommerce .woocommerce-loop-product .price {
  width: 100%;
  display: inline-block;
  margin: 16px 0 0 0; }
.woocommerce .woocommerce-loop-product:hover .woocommerce-loop-product__thumbnail .button,
.woocommerce .woocommerce-loop-product:hover .woocommerce-loop-product__thumbnail .added_to_cart {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }
.woocommerce .woocommerce-loop-products {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .woocommerce .woocommerce-loop-products.columns-4 .product {
    width: calc(25% - 15px); }
  .woocommerce .woocommerce-loop-products.columns-3 .product {
    width: calc(33.33% - 13.33px); }
  .woocommerce .woocommerce-loop-products.columns-2 .product {
    width: calc(50% - 10px); }
  @media (max-width: 991.98px) {
    .woocommerce .woocommerce-loop-products.columns-4 .product {
      width: calc(33.33% - 13.33px); } }
  @media (max-width: 800px) {
    .woocommerce .woocommerce-loop-products.columns-4 .product, .woocommerce .woocommerce-loop-products.columns-3 .product {
      width: calc(50% - 10px); } }
  @media (max-width: 600px) {
    .woocommerce .woocommerce-loop-products.columns-4 .product, .woocommerce .woocommerce-loop-products.columns-3 .product, .woocommerce .woocommerce-loop-products.columns-2 .product {
      width: 100%; } }
.woocommerce .bt-main-product-ss {
  padding: 105px 0 0 0; }
  @media (max-width: 991.98px) {
    .woocommerce .bt-main-product-ss {
      padding-top: 80px; } }
  @media (max-width: 767.98px) {
    .woocommerce .bt-main-product-ss {
      padding-top: 48px; } }
  .woocommerce .bt-main-product-ss div.product .bt-product-inner {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap; }
  .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0 0; }
    @media (max-width: 519.98px) {
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar {
        padding-top: 40px; } }
    .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details {
      width: 70%;
      box-sizing: border-box;
      padding-right: 20px; }
      @media (max-width: 1199.98px) {
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details {
          width: 65%; } }
      @media (max-width: 991.98px) {
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details {
          width: 100%;
          padding-right: 0;
          margin-bottom: 30px; } }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2 {
        padding: 0;
        z-index: 9;
        font-size: 30px;
        line-height: 166.667%;
        text-transform: capitalize; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2::before {
          z-index: 10; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2:after {
          content: " ";
          display: inline-block;
          width: 100%;
          height: 1px;
          background: #d9d9d9;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          z-index: 8; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2 span {
          font-size: inherit;
          line-height: inherit;
          font-weight: inherit;
          color: inherit;
          padding: 0 29px 0 18px;
          position: relative;
          z-index: 9;
          background-color: #fff; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item h2:nth-child(2) {
          display: none; }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.description p {
        font-size: 20px;
        margin: 0;
        line-height: 165%; }
        @media (max-width: 991.98px) {
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.description p {
            font-size: 18px; } }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information {
        margin-top: 40px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information h2 {
          margin-bottom: 23px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes {
          margin: 0;
          border-top: none; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th,
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes td,
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes td p {
            font-size: 20px;
            font-weight: 400;
            line-height: 250%;
            font-style: normal;
            background: #fff; }
            @media (max-width: 991.98px) {
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th,
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes td,
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes td p {
                font-size: 18px; } }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th,
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes td {
            padding: 0px 5px;
            border: none; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes tr:not(:last-child) th,
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes tr:not(:last-child) td {
            border-bottom: 1px solid #d9d9d9; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes p {
            padding: 0; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th {
            width: 100%;
            display: flex;
            align-items: center;
            gap: 11px;
            position: relative;
            padding-left: 36px;
            box-sizing: border-box; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th .bt-ul-icon {
              position: absolute;
              top: 12px;
              left: 0;
              line-height: 0;
              color: var(--e-global-color-accent, #1FBECD); }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.additional_information table.shop_attributes th svg g path {
              fill: var(--e-global-color-accent, #1FBECD); }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews {
        margin: 100px 0 0 0; }
        @media (max-width: 991.98px) {
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews {
            margin-top: 60px; } }
        @media (max-width: 519.98px) {
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews {
            margin-top: 40px; } }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews h2 {
          margin-bottom: 33px;
          font-size: 30px;
          line-height: 166.667%; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews h2.woocommerce-Reviews-title {
            display: none; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper {
          margin-top: 30px; }
          @media (max-width: 519.98px) {
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper {
              margin-top: 0; } }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-reply-title {
            color: #fff;
            font-size: 26px;
            font-style: normal;
            font-weight: 700;
            line-height: 92.308%;
            letter-spacing: 0.2px;
            background-color: var(--e-global-color-accent, #1FBECD);
            min-height: 85px;
            display: flex;
            align-items: center;
            padding: 0 41.17px;
            border-radius: 20px 20px 0 0; }
            body:not(.logged-in) .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-reply-title {
              text-transform: capitalize; }
            @media (max-width: 519.98px) {
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-reply-title {
                font-size: 24px;
                line-height: 62px;
                min-height: 62px;
                padding: 0 20px; } }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-notes {
            margin-bottom: 40px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form {
            border-radius: 0 0 20px 20px;
            border: 1px solid #dadada;
            background: #fff;
            padding: 43px 40px 49px 40px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            border-top: none; }
            @media (max-width: 519.98px) {
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form {
                padding: 30px 20px; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form input,
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form textarea {
              width: 100%;
              border-radius: 10px;
              background: #f1f1f1;
              padding: 20px 24.63px;
              border: none; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form input,
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form input::placeholder,
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form textarea,
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form textarea::placeholder {
              font-size: 16px;
              font-weight: 400;
              line-height: 125%; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-author, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-rating, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-comment {
              margin: 0 0 23px 0; }
              @media (max-width: 519.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-author, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-email, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-rating, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-comment {
                  margin: 0 0 15px 0; } }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-author > label, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-email > label, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-rating > label, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-comment > label {
                color: var(--e-global-color-primary, #222);
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 100%;
                margin: 0 0 16px 0;
                width: 100%; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-author, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-email {
              width: calc(50% - 5px);
              display: flex;
              flex-wrap: wrap; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-author, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-email {
                  width: 100%; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-notes, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-rating, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-comment {
              width: 100%; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent {
              display: flex;
              align-items: center;
              gap: 11px;
              width: 100%; }
              @media (max-width: 519.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent {
                  align-items: flex-start; } }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent label {
                margin: 0;
                color: var(--e-global-color-text, #555);
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 30px; }
                @media (max-width: 519.98px) {
                  .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent label {
                    font-size: 16px;
                    line-height: 20px; } }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent input {
                width: 22px;
                height: 22px;
                appearance: none;
                -webkit-appearance: none;
                display: flex;
                align-content: center;
                justify-content: center;
                border: 1px solid #dadada;
                border-radius: 5px;
                padding: 0;
                background: transparent; }
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent input::before {
                  content: "";
                  width: 20px;
                  height: 20px;
                  transform: scale(0);
                  background-color: var(--e-global-color-accent, #1FBECD);
                  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%); }
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-cookies-consent input:checked::before {
                  transform: scale(1); }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form .comment-form-rating .stars {
              margin: 0; }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form .comment-form-rating .stars a::before {
                color: #d1d1d1; }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form .comment-form-rating .stars.selected a::before {
                color: #efcf0a; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form-comment textarea {
              height: 128px;
              padding: 18px 24.63px; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form .form-submit {
              margin: 16px 0 0 0; }
              .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #review_form_wrapper .comment-form .form-submit input[type="submit"] {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                line-height: 28.836px;
                text-transform: uppercase;
                background-color: var(--e-global-color-accent, #1FBECD);
                padding: 14px 45px 15px 46px;
                border-radius: 10px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist {
          padding: 0;
          margin: 0; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review {
            overflow: hidden;
            border-radius: 20px 20px 0px 0px; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .comment-text {
              margin: 0;
              padding: 0;
              border: none; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .description {
              padding: 26px 63px 39px 180px;
              border-radius: 0px 0 20px 20px;
              border: 1px solid #dadada;
              background: #fff;
              line-height: 166.667%;
              border-top: none; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .description {
                  padding: 15px; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .star-rating {
              position: absolute;
              right: 30px;
              top: 30px; }
              @media (max-width: 519.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .star-rating {
                  position: absolute;
                  right: auto;
                  top: 45px;
                  left: 90px; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .meta {
              background-color: var(--e-global-color-accent, #1FBECD);
              min-height: 76px;
              display: flex;
              width: 100%;
              align-items: center;
              padding-left: 180px;
              margin: 0;
              border-radius: 20px 20px 0px 0px; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .meta {
                  padding-left: 90px; } }
              @media (max-width: 519.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .meta {
                  align-items: flex-start;
                  padding-top: 15px;
                  box-sizing: border-box; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review img.avatar {
              width: 90px;
              height: 90px;
              padding: 10px;
              background: #fff;
              border-radius: 50%;
              left: 40px;
              top: 30px;
              border: none; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review img.avatar {
                  width: 50px;
                  height: 50px;
                  padding: 2px;
                  top: 10px;
                  left: 15px; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__author {
              color: #fff;
              font-size: 22px;
              line-height: 109.091%;
              margin-right: 50px;
              text-transform: capitalize; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__author {
                  font-size: 18px;
                  margin-right: 15px; } }
              @media (max-width: 390px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__author {
                  font-size: 16px; } }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__dash {
              display: none; }
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__published-date {
              color: #fff;
              font-size: 18px;
              font-weight: 500;
              line-height: normal;
              margin-right: 50px; }
              @media (max-width: 767.98px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__published-date {
                  font-size: 18px;
                  margin-right: 0;
                  line-height: 1.1; } }
              @media (max-width: 390px) {
                .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-details-item.reviews #reviews #comments .commentlist .review .woocommerce-review__published-date {
                  font-size: 16px; } }
    .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar {
      width: 30%; }
      @media (max-width: 1199.98px) {
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar {
          width: 35%; } }
      @media (max-width: 991.98px) {
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar {
          width: 100%; } }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-inner {
        position: sticky;
        top: 30px; }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer {
        border-radius: 20px;
        border: 1px solid #dadada;
        background: #fff;
        padding: 34px 30px 50px 30px; }
        @media (max-width: 1199.98px) {
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer {
            padding: 32px 15px; } }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-inner > p {
          color: #333;
          font-size: 18px;
          font-weight: 500;
          line-height: normal;
          margin: 0; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-info {
          display: flex;
          gap: 13px;
          margin-top: 23px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--avatar {
          position: relative;
          width: 64px;
          height: 64px;
          overflow: hidden;
          border-radius: 50%;
          min-width: 64px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--avatar img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-meta p {
          margin: 0;
          display: flex;
          align-items: center;
          gap: 6px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-meta span {
          font-size: 16px;
          display: inline-block;
          line-height: normal; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-meta svg {
          width: 100%;
          height: auto;
          max-width: 22px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer-meta svg path {
            fill: var(--e-global-color-accent, #1FBECD); }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--title {
          margin: 0;
          font-size: 22px;
          font-weight: 500;
          line-height: normal; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--location {
          padding-top: 16px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--phone {
          padding-top: 10px;
          margin-top: 11px !important;
          border-top: 1px solid #d9d9d9; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--phone svg path:nth-child(2), .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--phone svg path:first-child {
            stroke: var(--e-global-color-accent, #1FBECD); }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message {
          margin-top: 48px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a {
            padding: 19.5px 10px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp {
          margin-top: 10px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a {
            padding: 16.5px 10px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--message a, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--whatsapp a, .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--button {
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
          text-align: center; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--button {
          margin-top: 25px; }
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-dealer--button a {
            color: var(--e-global-color-text, #555);
            font-size: 18px;
            font-weight: 400;
            line-height: normal;
            text-decoration-line: underline; }
      .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter {
        width: 100%;
        background: var(--e-global-color-accent, #1FBECD);
        border-radius: 20px;
        padding: 43px 40px 55px 40px;
        box-sizing: border-box;
        margin-top: 20px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter .tnp-subscription {
          max-width: 100%; }
        @media (max-width: 1199.98px) {
          .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter {
            padding: 32px 15px; } }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--header {
          display: flex;
          gap: 10px; }
          @media (min-width: 992px) {
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--header {
              padding-left: 7px; } }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--icon svg {
          width: 100%;
          height: auto;
          max-width: 70px; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--heading {
          margin: 0;
          color: #fff;
          font-size: 26px;
          font-weight: 700;
          line-height: normal; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--desc {
          color: #fff;
          font-size: 18px;
          font-weight: 500;
          line-height: normal;
          margin: 5px 0 0 0; }
          @media (max-width: 1199.98px) {
            .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--desc {
              font-size: 16px; } }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form .tnp,
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form .tnp-field {
          margin: 0; }
        .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .bt-product-sidebar-newsletter--form .tnp-field-email > label {
          display: none; }
    .woocommerce .bt-main-product-ss div.product .bt-product-details-and-sidebar .related.products {
      width: 100%; }
  .woocommerce .bt-main-product-ss div.product div.images {
    width: 50%;
    margin: 0; }
    .woocommerce .bt-main-product-ss div.product div.images .woocommerce-product-gallery__wrapper {
      line-height: 0; }
    .woocommerce .bt-main-product-ss div.product div.images .woocommerce-product-gallery__image {
      overflow: hidden;
      border-radius: 15px; }
    .woocommerce .bt-main-product-ss div.product div.images .woocommerce-product-gallery__slider-nav {
      margin: 20px -10px 0; }
      .woocommerce .bt-main-product-ss div.product div.images .woocommerce-product-gallery__slider-nav .slick-slide.slick-current > div {
        cursor: auto;
        opacity: 0.5; }
      .woocommerce .bt-main-product-ss div.product div.images .woocommerce-product-gallery__slider-nav .slick-slide > div {
        width: calc(100% - 20px);
        padding: 0 10px;
        cursor: pointer; }
  .woocommerce .bt-main-product-ss div.product div.summary {
    width: calc(50% + 35px);
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding-top: 38px;
    padding-bottom: 38px;
    box-sizing: border-box;
    margin-left: -35px;
    margin-bottom: 0;
    z-index: 9; }
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-loop-product__subtitle,
    .woocommerce .bt-main-product-ss div.product div.summary .product_title,
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-price-wrap,
    .woocommerce .bt-main-product-ss div.product div.summary .product_meta,
    .woocommerce .bt-main-product-ss div.product div.summary .bt-product-share-add-to-cart {
      padding-left: 71px;
      padding-right: 71px; }
      @media (max-width: 991.98px) {
        .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-loop-product__subtitle,
        .woocommerce .bt-main-product-ss div.product div.summary .product_title,
        .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-price-wrap,
        .woocommerce .bt-main-product-ss div.product div.summary .product_meta,
        .woocommerce .bt-main-product-ss div.product div.summary .bt-product-share-add-to-cart {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 519.98px) {
        .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-loop-product__subtitle,
        .woocommerce .bt-main-product-ss div.product div.summary .product_title,
        .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-price-wrap,
        .woocommerce .bt-main-product-ss div.product div.summary .product_meta,
        .woocommerce .bt-main-product-ss div.product div.summary .bt-product-share-add-to-cart {
          padding-left: 15px;
          padding-right: 15px; } }
    .woocommerce .bt-main-product-ss div.product div.summary .bt-product-share-add-to-cart {
      display: flex;
      flex-wrap: wrap;
      align-items: end;
      gap: 16px 60px; }
      .woocommerce .bt-main-product-ss div.product div.summary .bt-product-share-add-to-cart .stock {
        width: 100%; }
    .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share {
      gap: 12px;
      align-items: center;
      margin: 0;
      padding-bottom: 8px; }
      .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share > span {
        color: var(--e-global-color-primary, #222);
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
        padding: 0; }
      .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share ul {
        gap: 5px; }
        .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share ul li a {
          width: 40px;
          height: 40px;
          background-color: #f1f1f1;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share ul li a svg path {
            fill: var(--e-global-color-text, #555); }
    .woocommerce .bt-main-product-ss div.product div.summary .product_title {
      font-size: 30px;
      margin: 20px 0 24px 0;
      line-height: 120%; }
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-price-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 43px;
      margin-bottom: 0px;
      padding-bottom: 35px;
      border-bottom: 1px solid #d9d9d9;
      align-items: center; }
    .woocommerce .bt-main-product-ss div.product div.summary .price,
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-rating {
      margin: 0; }
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-rating .woocommerce-review-link {
      display: none; }
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-rating .star-rating {
      margin: 0; }
    .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-details__short-description {
      margin-bottom: 24px; }
    .woocommerce .bt-main-product-ss div.product div.summary p.stock {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      line-height: 255.556%;
      color: var(--e-global-color-text, #555);
      padding-top: 19px; }
      .woocommerce .bt-main-product-ss div.product div.summary p.stock span {
        display: inline-block;
        vertical-align: middle;
        color: var(--e-global-color-accent, #1FBECD);
        margin-left: 4px; }
    .woocommerce .bt-main-product-ss div.product div.summary form.cart {
      margin: 0px 0 0 0; }
      .woocommerce .bt-main-product-ss div.product div.summary form.cart .quantity {
        float: none;
        margin: 0 0 19px 0; }
      .woocommerce .bt-main-product-ss div.product div.summary form.cart .button {
        float: none;
        display: block;
        text-transform: uppercase;
        padding: 15px 40px; }
      .woocommerce .bt-main-product-ss div.product div.summary form.cart .variations {
        margin-top: 0; }
    .woocommerce .bt-main-product-ss div.product div.summary .product_meta {
      display: flex;
      flex-direction: column;
      gap: 2px;
      color: var(--e-global-color-text, #555);
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 255.556%;
      text-transform: uppercase;
      margin-top: 23px; }
      .woocommerce .bt-main-product-ss div.product div.summary .product_meta .sku_wrapper .sku {
        color: var(--e-global-color-accent, #1FBECD);
        margin-left: 10px; }
      .woocommerce .bt-main-product-ss div.product div.summary .product_meta .posted_in > a {
        text-transform: capitalize;
        font-weight: 500; }
        .woocommerce .bt-main-product-ss div.product div.summary .product_meta .posted_in > a:first-child {
          margin-left: 10px; }
  .woocommerce .bt-main-product-ss div.product .woocommerce-tabs {
    background: #fff;
    overflow: hidden;
    border: 1px solid #c6c6c6;
    border-radius: 15px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 0 100px;
      margin: 0;
      padding: 0 60px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li {
        background: none;
        margin: 0;
        padding: 0;
        border: none; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li:before, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li:after {
          display: none; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li.active a {
          color: var(--e-global-color-accent, #1FBECD); }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li.active a:before, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li.active a:after {
            opacity: 1; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li a {
          position: relative;
          display: inline-flex;
          align-items: center;
          height: 82px;
          font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
          font-size: 24px;
          font-weight: 700;
          color: var(--e-global-color-primary, #222);
          padding: 10px 0; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 7px;
            background: var(--e-global-color-accent, #1FBECD);
            opacity: 0; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li a:after {
            content: "";
            position: absolute;
            bottom: 6px;
            left: 50%;
            width: 0;
            height: 0;
            margin-left: -8px;
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent var(--e-global-color-accent, #1FBECD);
            opacity: 0; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs .panel {
      margin: 0;
      padding: 50px 60px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes {
      margin: 0;
      border-top: none; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes th,
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes td,
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes td p {
        font-size: 20px;
        font-weight: 400;
        line-height: 250%;
        font-style: normal;
        background: #fff; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes th,
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes td {
        padding: 0px 5px;
        border: none; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes tr:not(:last-child) th,
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes tr:not(:last-child) td {
        border-bottom: 1px solid #d9d9d9; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes p {
        padding: 0; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes th {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 11px; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-additional_information table.shop_attributes th svg g path {
          fill: var(--e-global-color-accent, #1FBECD); }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-reply-title {
      display: block;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-weight: 700;
      line-height: 130%;
      color: var(--e-global-color-primary, #222); }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments {
      margin-bottom: 32px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist {
        margin: 0;
        padding: 0; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li {
          border-radius: 20px;
          border: 1px solid #dadada;
          background: #fff; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li img.avatar {
            border-radius: 100px;
            display: none; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text {
            border: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap; }
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text .star-rating {
              margin-top: 4px; }
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text .meta,
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text .star-rating {
              background-color: var(--e-global-color-accent, #1FBECD); }
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text p.meta {
              font-family: var(--e-global-typography-primary-font-family, "DM Sans");
              font-size: 16px;
              line-height: 150%;
              color: var(--e-global-color-primary, #222);
              margin-bottom: 8px; }
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #comments ol.commentlist li .comment-text .description {
              width: 100%; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond p {
      margin: 0; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews #respond .form-submit input {
      text-transform: uppercase;
      min-width: 180px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form > * {
        width: 100%; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-author,
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-email {
        width: calc(50% - 12px); }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating label {
          margin: 0 20px 0 0; }
        .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars {
          line-height: 1; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars a {
            color: #cfc8d8; }
          .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars:hover a, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars.selected a {
            color: #efcf0a; }
            .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars:hover a:hover ~ a, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars:hover a.active ~ a, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars.selected a:hover ~ a, .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-rating p.stars.selected a.active ~ a {
              color: #cfc8d8; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form label {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans");
        font-size: 16px;
        font-weight: 700;
        line-height: 150%;
        color: var(--e-global-color-primary, #222); }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form #comment {
        height: 170px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form input:not([type="submit"]) {
        min-height: auto;
        width: calc(100% - 48px); }
  .woocommerce .bt-main-product-ss .related {
    padding-top: 104px; }
    @media (max-width: 991.98px) {
      .woocommerce .bt-main-product-ss .related {
        padding-top: 60px; } }
    .woocommerce .bt-main-product-ss .related .bt-related-heading {
      text-align: left; }
      @media (max-width: 519.98px) {
        .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text {
          font-size: 40px; }
          .woocommerce .bt-main-product-ss .related .bt-related-heading .bt-main-text::before {
            height: 29px;
            top: 12px; } }
    .woocommerce .bt-main-product-ss .related .bt-related-bottom-text {
      text-align: center;
      margin-top: 65px; }
      .woocommerce .bt-main-product-ss .related .bt-related-bottom-text a {
        display: inline-block;
        font-size: 110%;
        text-decoration: underline;
        color: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 991.98px) {
    .woocommerce .bt-main-product-ss div.product div.images,
    .woocommerce .bt-main-product-ss div.product div.summary {
      width: 100%; }
    .woocommerce .bt-main-product-ss div.product div.summary {
      margin: 0 15px;
      margin-top: -50px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs {
      gap: 0 50px;
      padding: 0 50px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs .panel {
      padding: 40px 50px; } }
  @media (max-width: 767.98px) {
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs {
      gap: 0 30px;
      padding: 0 30px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li a {
        height: 60px;
        font-size: 18px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs .panel {
      padding: 40px 30px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-author,
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs #tab-reviews .comment-form .comment-form-email {
      width: 100%; } }
  @media (max-width: 519.98px) {
    .woocommerce .bt-main-product-ss div.product div.summary {
      padding-top: 30px;
      padding-bottom: 30px; }
      .woocommerce .bt-main-product-ss div.product div.summary .product_title {
        font-size: 26px;
        margin: 10px 0 15px 0; }
      .woocommerce .bt-main-product-ss div.product div.summary .woocommerce-product-price-wrap {
        padding-bottom: 20px; }
      .woocommerce .bt-main-product-ss div.product div.summary p.stock,
      .woocommerce .bt-main-product-ss div.product div.summary .bt-post-share > span {
        font-size: 16px;
        line-height: 1.6; }
      .woocommerce .bt-main-product-ss div.product div.summary .product_meta {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.6; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs {
      padding: 0 15px; }
      .woocommerce .bt-main-product-ss div.product .woocommerce-tabs ul.tabs li a {
        height: 40px;
        font-size: 18px; }
    .woocommerce .bt-main-product-ss div.product .woocommerce-tabs .panel {
      padding: 30px 15px; } }

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0; }

.woocommerce-page .bt-main-content-ss {
  padding-bottom: 0; }

.woocommerce-cart th,
.woocommerce-cart .amount {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
.woocommerce-cart .return-to-shop a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 15px 35px;
  color: #ffffff;
  background: var(--e-global-color-accent, #1FBECD);
  border-radius: 15px; }
  .woocommerce-cart .return-to-shop a:hover {
    color: #ffffff;
    background: #111111; }
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 90px; }
  @media (max-width: 767.98px) {
    .woocommerce-cart .woocommerce-cart-form {
      margin-bottom: 45px; } }
  .woocommerce-cart .woocommerce-cart-form .shop_table {
    overflow: hidden;
    border-radius: 15px; }
    .woocommerce-cart .woocommerce-cart-form .shop_table th,
    .woocommerce-cart .woocommerce-cart-form .shop_table td {
      padding: 10px 20px; }
    .woocommerce-cart .woocommerce-cart-form .shop_table.shop_table_responsive tr td::before {
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px; }
    .woocommerce-cart .woocommerce-cart-form .shop_table thead {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
      .woocommerce-cart .woocommerce-cart-form .shop_table thead th {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 20px; }
    .woocommerce-cart .woocommerce-cart-form .shop_table .product-thumbnail,
    .woocommerce-cart .woocommerce-cart-form .shop_table .product-quantity,
    .woocommerce-cart .woocommerce-cart-form .shop_table .product-price {
      text-align: center; }
    .woocommerce-cart .woocommerce-cart-form .shop_table .product-subtotal {
      text-align: right; }
    .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
      background: #ffffff; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr:nth-child(2n) {
        background: #fafafa; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-thumbnail img {
        width: 75px;
        height: auto;
        border-radius: 15px; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-name > a {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans");
        font-size: 17px;
        font-weight: 700;
        color: var(--e-global-color-primary, #222); }
        .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-name > a:hover {
          color: var(--e-global-color-accent, #1FBECD); }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-name dl {
        margin: 0;
        padding: 0; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-price,
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-subtotal {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
        .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-price .amount,
        .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .product-subtotal .amount {
          font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
          font-size: 16px;
          font-weight: 700; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .actions .input-text {
        line-height: 23px;
        min-width: 150px;
        padding: 8px 15px;
        border-radius: 15px; }
      .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .actions .button {
        font-family: var(--e-global-typography-text-font-family, "DM Sans");
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        padding: 10px 25px;
        color: #ffffff;
        background: var(--e-global-color-accent, #1FBECD);
        border-radius: 15px; }
      @media (max-width: 400px) {
        .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .actions .input-text {
          width: 100%;
          margin: 0; }
        .woocommerce-cart .woocommerce-cart-form .shop_table tbody tr .actions .button {
          width: 100%;
          margin-top: 10px; } }
.woocommerce-cart .cart-collaterals .cross-sells {
  margin-bottom: 30px; }
  .woocommerce-cart .cart-collaterals .cross-sells .products {
    font-size: 0;
    letter-spacing: 0; }
    .woocommerce-cart .cart-collaterals .cross-sells .products > div {
      float: none;
      display: inline-block;
      vertical-align: top; }
.woocommerce-cart .cart-collaterals .cart_totals {
  margin-bottom: 30px; }
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 0; }
  .woocommerce-cart .cart-collaterals .cart_totals .shop_table {
    font-size: 16px;
    line-height: 26px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden; }
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table th {
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      color: var(--e-global-color-primary, #222); }
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table th,
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table td {
      padding: 10px 20px; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .amount,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .amount {
        font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
        font-size: 16px;
        font-weight: 700 !important; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th strong,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td strong {
        font-weight: 700; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .shipping-calculator-button,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .shipping-calculator-button {
        font-family: var(--e-global-typography-primary-font-family, "DM Sans");
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .form-row,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .form-row {
        padding: 0;
        margin-bottom: 20px; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator input.input-text,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator textarea,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator input.input-text,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator textarea {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 15px;
        border-color: #ececec;
        border-radius: 15px; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .select2-container--default,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .select2-container--default {
        height: 58px; }
        .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
        .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
          height: 58px;
          border-color: #ececec;
          border-radius: 15px; }
          .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered,
          .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 50px;
            color: var(--e-global-color-text, #555);
            padding-left: 15px; }
          .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow,
          .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 58px;
            width: 30px; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table th .woocommerce-shipping-calculator .button,
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table td .woocommerce-shipping-calculator .button {
        font-size: 11px;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        color: #ffffff;
        background: var(--e-global-color-accent, #1FBECD);
        padding: 10px 25px;
        border-radius: 15px; }
    .woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total {
      text-transform: uppercase; }
      .woocommerce-cart .cart-collaterals .cart_totals .shop_table .order-total .amount {
        font-size: 20px;
        color: var(--e-global-color-accent, #1FBECD); }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD);
      padding: 15px 20px;
      border-radius: 15px; }

.woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row {
  margin-bottom: 0; }
  .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row .input-text {
    line-height: 23px;
    min-width: 150px;
    padding: 8px 15px;
    border-radius: 10px; }
    @media (max-width: 360px) {
      .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row .input-text[name="coupon_code"] {
        min-width: auto; }
      .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row .input-text[name="apply_coupon"] {
        padding: 8px 5px; } }
  .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row .button {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    border-radius: 10px; }
    @media (max-width: 360px) {
      .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row .button[name="apply_coupon"] {
        padding: 8px 10px; } }
  @media (max-width: 420px) {
    .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row {
      margin-bottom: 10px; }
      .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row.form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form-coupon .form-row.form-row-last {
        width: 100%; } }
.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 20px; }
  .woocommerce-checkout .woocommerce form .form-row:last-child {
    margin-bottom: 0; }
  .woocommerce-checkout .woocommerce form .form-row label {
    font-weight: 400; }
    .woocommerce-checkout .woocommerce form .form-row label .required {
      text-decoration: none; }
  .woocommerce-checkout .woocommerce form .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%; }
  .woocommerce-checkout .woocommerce form .form-row input.input-text,
  .woocommerce-checkout .woocommerce form .form-row textarea {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
    border-color: #ececec;
    border-radius: 10px; }
  .woocommerce-checkout .woocommerce form .form-row .select2-container--default {
    height: 50px;
    font-size: 16px; }
    .woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single {
      height: 50px;
      border-color: #ececec;
      border-radius: 10px;
      padding: 0; }
      .woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        color: var(--e-global-color-text, #555);
        padding-left: 15px; }
      .woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
        width: 30px; }
  .woocommerce-checkout .woocommerce form .form-row .button {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    padding: 10px 25px;
    border-radius: 15px; }
.woocommerce-checkout #ship-to-different-address {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .woocommerce-checkout #ship-to-different-address input {
    min-height: unset;
    margin-bottom: 0; }
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  margin-bottom: 30px; }
.woocommerce-checkout .woocommerce form .woocommerce-account-fields .form-row label span {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--e-global-color-accent, #1FBECD);
  transition: all 0.3s; }
.woocommerce-checkout .woocommerce-checkout-review-order th {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans"); }
.woocommerce-checkout .woocommerce-checkout-review-order .amount {
  font-family: var(--e-global-typography-secondary-font-family, "DM Sans"); }
.woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 15px; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .product-total,
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .cart-subtotal td,
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping td,
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total td {
    width: 40%;
    text-align: right;
    border-right: none; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table th,
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table td {
    padding: 15px 20px;
    border-bottom: none; }
    .woocommerce-checkout .woocommerce-checkout-review-order .shop_table th.product-total,
    .woocommerce-checkout .woocommerce-checkout-review-order .shop_table td.product-total {
      border-right: none; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table thead {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD); }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody td {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-weight: 700;
    font-size: 16px; }
    .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody td dl {
      font-family: var(--e-global-typography-text-font-family, "DM Sans");
      color: var(--e-global-color-text, #555);
      margin: 0;
      padding: 0; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tbody .product-quantity {
    float: right; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot th {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--e-global-color-primary, #222); }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot td {
    font-size: 16px;
    font-weight: 400; }
    .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot td .amount {
      font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
      font-weight: 700;
      font-size: 16px; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot .order-total th {
    font-size: 16px; }
  .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot .order-total td .amount {
    font-size: 18px;
    color: var(--e-global-color-accent, #1FBECD); }
.woocommerce-checkout .woocommerce-checkout-review-order #payment,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: #f5f5f5;
  padding: 60px 40px;
  border-radius: 15px; }
  @media (max-width: 519.98px) {
    .woocommerce-checkout .woocommerce-checkout-review-order #payment,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
      padding: 40px 20px; } }
  .woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods,
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods {
    list-style: none;
    margin: 0;
    padding: 0; }
    .woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li input,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li input {
      min-height: unset;
      margin: 0 4px 0 0; }
    .woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li label,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li label {
      display: inline-block;
      cursor: pointer; }
    .woocommerce-checkout .woocommerce-checkout-review-order #payment ul.payment_methods li div.payment_box,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment ul.payment_methods li div.payment_box {
      border-radius: 15px; }
  .woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order,
  .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
    padding: 0;
    margin-top: 30px; }
    .woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order .woocommerce-privacy-policy-text p:first-child,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-privacy-policy-text p:first-child {
      margin-top: 0; }
    .woocommerce-checkout .woocommerce-checkout-review-order #payment .place-order #place_order,
    .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order {
      font-size: 16px;
      line-height: 24px;
      text-transform: uppercase;
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD);
      margin-top: 15px;
      padding: 15px 35px;
      border-radius: 15px; }
.woocommerce-checkout .woocommerce-order {
  margin-bottom: 30px; }
  .woocommerce-checkout .woocommerce-order > p {
    margin-bottom: 30px; }
  .woocommerce-checkout .woocommerce-order .order_details {
    margin: 0 0 30px;
    padding: 0; }
  .woocommerce-checkout .woocommerce-order .shop_table {
    -webkit-border-radius: 0;
    border-radius: 0; }
    .woocommerce-checkout .woocommerce-order .shop_table th,
    .woocommerce-checkout .woocommerce-order .shop_table td {
      padding: 10px 12px; }
    .woocommerce-checkout .woocommerce-order .shop_table thead {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }

.woocommerce-account .woocommerce {
  max-width: 1250px;
  margin: 0 auto; }
.woocommerce-account.logged-in .woocommerce {
  max-width: unset; }
.woocommerce-account h2 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 auto 30px;
  max-width: 600px; }
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password {
  background: #f5f5f5;
  margin: 0;
  padding: 60px 40px;
  border: none;
  border-radius: 15px;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 519.98px) {
    .woocommerce-account .woocommerce form.login,
    .woocommerce-account .woocommerce form.register,
    .woocommerce-account .woocommerce form.lost_reset_password {
      padding: 40px 20px; } }
  .woocommerce-account .woocommerce form.login .form-row,
  .woocommerce-account .woocommerce form.register .form-row,
  .woocommerce-account .woocommerce form.lost_reset_password .form-row {
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    .woocommerce-account .woocommerce form.login .form-row label,
    .woocommerce-account .woocommerce form.register .form-row label,
    .woocommerce-account .woocommerce form.lost_reset_password .form-row label {
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-weight: 500;
      display: block;
      width: 100%;
      margin-bottom: 4px; }
      .woocommerce-account .woocommerce form.login .form-row label.woocommerce-form-login__rememberme,
      .woocommerce-account .woocommerce form.register .form-row label.woocommerce-form-login__rememberme,
      .woocommerce-account .woocommerce form.lost_reset_password .form-row label.woocommerce-form-login__rememberme {
        position: absolute;
        top: 12px;
        left: 150px;
        margin-bottom: 0; }
        @media (max-width: 360px) {
          .woocommerce-account .woocommerce form.login .form-row label.woocommerce-form-login__rememberme,
          .woocommerce-account .woocommerce form.register .form-row label.woocommerce-form-login__rememberme,
          .woocommerce-account .woocommerce form.lost_reset_password .form-row label.woocommerce-form-login__rememberme {
            position: static;
            margin-bottom: 15px; } }
    .woocommerce-account .woocommerce form.login .form-row input,
    .woocommerce-account .woocommerce form.register .form-row input,
    .woocommerce-account .woocommerce form.lost_reset_password .form-row input {
      border-radius: 15px; }
      .woocommerce-account .woocommerce form.login .form-row input[type="checkbox"],
      .woocommerce-account .woocommerce form.register .form-row input[type="checkbox"],
      .woocommerce-account .woocommerce form.lost_reset_password .form-row input[type="checkbox"] {
        min-height: unset; }
  .woocommerce-account .woocommerce form.login .lost_password,
  .woocommerce-account .woocommerce form.register .lost_password,
  .woocommerce-account .woocommerce form.lost_reset_password .lost_password {
    margin: 0; }
    .woocommerce-account .woocommerce form.login .lost_password a,
    .woocommerce-account .woocommerce form.register .lost_password a,
    .woocommerce-account .woocommerce form.lost_reset_password .lost_password a {
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-weight: 700;
      text-decoration: underline;
      color: var(--e-global-color-accent, #1FBECD); }
  .woocommerce-account .woocommerce form.login .button,
  .woocommerce-account .woocommerce form.register .button,
  .woocommerce-account .woocommerce form.lost_reset_password .button {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 15px 35px;
    color: #ffffff;
    background: var(--e-global-color-accent, #1FBECD);
    border-radius: 15px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
      margin-bottom: 10px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      display: block;
      font-family: var(--e-global-typography-primary-font-family, "DM Sans");
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      color: var(--e-global-color-primary, #222);
      background: #fafafa;
      padding: 20px 35px;
      border-radius: 15px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #ffffff;
      background: var(--e-global-color-accent, #1FBECD); }
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fafafa;
  padding: 30px 0;
  border-radius: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content > * {
    max-width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto; }
  .woocommerce-account .woocommerce-MyAccount-content .col2-set .col-1,
  .woocommerce-account .woocommerce-MyAccount-content .col2-set .col-2 {
    max-width: unset; }
  .woocommerce-account .woocommerce-MyAccount-content button.button {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: var(--e-global-color-accent, #1FBECD);
    padding: 20px 35px;
    border-radius: 15px; }

.elementor-element h1,
.elementor-element h2,
.elementor-element h3,
.elementor-element h4,
.elementor-element h5,
.elementor-element h6 {
  margin: 0; }
.elementor-element.elementor-widget-text-editor .elementor-widget-container > *,
.elementor-element.elementor-widget-text-editor .elementor-text-editor > * {
  margin-top: 16px;
  margin-bottom: 16px; }
  .elementor-element.elementor-widget-text-editor .elementor-widget-container > *:first-child,
  .elementor-element.elementor-widget-text-editor .elementor-text-editor > *:first-child {
    margin-top: 0; }
  .elementor-element.elementor-widget-text-editor .elementor-widget-container > *:last-child,
  .elementor-element.elementor-widget-text-editor .elementor-text-editor > *:last-child {
    margin-bottom: 0; }
.elementor-element.elementor-widget-icon-box .elementor-icon-box-title {
  margin-bottom: 8px; }
  .elementor-element.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit; }
    .elementor-element.elementor-widget-icon-box .elementor-icon-box-title a:hover {
      color: var(--e-global-color-accent, #1FBECD); }

.elementor-widget-heading .elementor-heading-title span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit; }
  .elementor-widget-heading .elementor-heading-title span:not(.bt-small) {
    color: var(--e-global-color-accent, #1FBECD);
    position: relative;
    z-index: 9;
    display: inline-block; }
    .elementor-widget-heading .elementor-heading-title span:not(.bt-small)::before {
      content: " ";
      display: inline-block;
      width: calc(100% + 50px);
      height: 100%;
      background-image: url("../images/img-graphic-heading.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: -1;
      transform: translate(-50%, -50%); }
  .elementor-widget-heading .elementor-heading-title span.bt-small {
    font-size: 72%; }
.elementor-widget-heading .elementor-heading-title a {
  display: inline-block;
  color: var(--e-global-color-accent, #1FBECD) !important;
  text-decoration: underline; }

.elementor-headline,
.elementor-widget-image img {
  margin: 0; }

.elementor-widget-icon {
  line-height: 0; }

.elementor-button .elementor-button-icon {
  display: flex; }

.elementor-image-box-img img {
  margin: 0; }

.elementor-widget-woocommerce-menu-cart {
  line-height: 1; }
  .elementor-widget-woocommerce-menu-cart .elementor-button-icon {
    display: flex; }

.elementor-pagination .page-numbers.prev, .elementor-pagination .page-numbers.next {
  font-size: inherit; }
.elementor-pagination span.prev, .elementor-pagination span.next {
  display: none; }

.elementor-widget-form .elementor-field,
.elementor-widget-form .elementor-field-textual {
  outline: none !important;
  box-shadow: none !important; }
.elementor-widget-form .elementor-form ::-webkit-input-placeholder {
  opacity: 1 !important; }
.elementor-widget-form .elementor-form ::-moz-placeholder {
  opacity: 1 !important; }
.elementor-widget-form .elementor-form :-ms-input-placeholder {
  opacity: 1 !important; }
.elementor-widget-form .elementor-form .elementor-field,
.elementor-widget-form .elementor-form .elementor-field-textual {
  padding: 0 8px; }
.elementor-widget-form .elementor-form[name="Contact With Us"] .elementor-field-type-submit {
  justify-content: center; }
  .elementor-widget-form .elementor-form[name="Contact With Us"] .elementor-field-type-submit .elementor-button {
    flex-basis: auto; }

.elementor-widget-shortcode {
  width: 100%; }
  .elementor-widget-shortcode .tnp-subscription-minimal {
    margin: 0; }

.elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .bt-cover-image, .elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .wc-cover-image {
  padding-bottom: 0 !important; }
  .elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .bt-cover-image img, .elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image img, .woocommerce .woocommerce-loop-product__thumbnail .elementor-widget-loop-grid .elementor-posts-masonry .bt-post--featured .wc-cover-image img {
    position: static; }

.bt-align-left .elementor-counter .elementor-counter-number-prefix,
.bt-align-left .elementor-counter .elementor-counter-number-suffix {
  flex-grow: unset; }
.bt-align-left .elementor-counter .elementor-counter-title {
  text-align: left; }

.bt-elwg-site-infor {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 40px; }
  .bt-elwg-site-infor--item {
    font-family: var(--e-global-typography-primary-font-family, "DM Sans");
    font-size: 16px;
    line-height: 150%;
    color: var(--e-global-color-primary, #222); }
    .bt-elwg-site-infor--item svg {
      fill: var(--e-global-color-accent, #1FBECD);
      display: inline-block;
      margin: 0 4px -1px 0; }
  .bt-elwg-site-infor.separator .bt-elwg-site-infor--item {
    position: relative; }
    .bt-elwg-site-infor.separator .bt-elwg-site-infor--item:not(:last-child)::before {
      content: " ";
      display: inline-block;
      height: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: var(--e-global-color-secondary, #111); }
  @media (min-width: 768px) and (max-width: 1024.98px) {
    .bt-elwg-site-infor.separator-tb-hide .bt-elwg-site-infor--item:not(:last-child)::before {
      content: none !important; } }
  @media (max-width: 767.98px) {
    .bt-elwg-site-infor.separator-mb-hide .bt-elwg-site-infor--item:not(:last-child)::before {
      content: none !important; } }
  .bt-elwg-site-infor--style-1 .bt-elwg-site-infor--item > a {
    display: flex;
    align-items: center;
    gap: 12px; }
  .bt-elwg-site-infor--style-1 .bt-elwg-site-infor--item-icon {
    min-width: 54px;
    min-height: 54px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%; }
    .bt-elwg-site-infor--style-1 .bt-elwg-site-infor--item-icon svg {
      width: 100%;
      height: auto;
      max-width: 24px;
      margin: 0; }
  .bt-elwg-site-infor--style-1 .bt-elwg-site-infor--item.address {
    display: flex;
    align-items: center;
    gap: 12px; }

.bt-elwg-site-social-style-2 {
  gap: 16px; }
  .bt-elwg-site-social-style-2 .bt-title {
    margin: 0; }
  .bt-elwg-site-social-style-2 a {
    width: auto;
    height: auto;
    background: transparent !important;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bt-elwg-site-social-style-2 a svg {
      fill: var(--e-global-color-secondary, #111);
      width: auto;
      height: 18px;
      transition: all 0.25s ease-in-out; }
    .bt-elwg-site-social-style-2 a:hover svg {
      fill: var(--e-global-color-accent, #1FBECD); }

.bt-elwg-site-copyright {
  font-family: var(--e-global-typography-primary-font-family, "DM Sans");
  font-size: 16px;
  line-height: 150%;
  color: var(--e-global-color-primary, #222); }
  .bt-elwg-site-copyright a {
    color: var(--e-global-color-accent, #1FBECD); }
    .elementor .bt-elwg-site-copyright a {
      text-decoration: underline; }

.bt-elwg-page-breadcrumb .bt-page-breadcrumb {
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  word-break: break-word;
  z-index: 3; }
  .bt-elwg-page-breadcrumb .bt-page-breadcrumb span.bt-deli {
    margin: 0 8px; }

.bt-elwg-step-list--default {
  position: relative; }
  .bt-elwg-step-list--default.bt-has-show-more {
    padding-bottom: 70px; }
  .bt-elwg-step-list--default .bt-step-list {
    position: relative; }
    .bt-elwg-step-list--default .bt-step-list:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background: #eacee8;
      z-index: 1; }
    .bt-elwg-step-list--default .bt-step-list .bt-line-progress {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 0;
      background: var(--e-global-color-accent, #1FBECD);
      z-index: 1; }
  .bt-elwg-step-list--default .bt-step-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 3; }
    .bt-elwg-step-list--default .bt-step-item.bt-hide-item {
      display: none; }
    .bt-elwg-step-list--default .bt-step-item:not(:last-child) {
      margin-bottom: 60px; }
    .bt-elwg-step-list--default .bt-step-item:nth-child(even) {
      flex-direction: row-reverse; }
      .bt-elwg-step-list--default .bt-step-item:nth-child(even) .bt-step-item--left {
        padding-left: 115px;
        padding-right: 0; }
      .bt-elwg-step-list--default .bt-step-item:nth-child(even) .bt-step-item--right {
        padding-left: 0;
        padding-right: 115px; }
      .bt-elwg-step-list--default .bt-step-item:nth-child(even) .bt-step-item--number {
        left: auto;
        right: 0;
        transform: translate(50%, -50%); }
    .bt-elwg-step-list--default .bt-step-item--left {
      width: 50%;
      padding-right: 115px; }
    .bt-elwg-step-list--default .bt-step-item--right {
      position: relative;
      width: 50%;
      padding-left: 115px; }
    .bt-elwg-step-list--default .bt-step-item--number {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100px;
      line-height: 0;
      transform: translate(-50%, -50%); }
      .bt-elwg-step-list--default .bt-step-item--number svg {
        fill: #f5f5f5;
        width: 100%;
        height: auto; }
      .bt-elwg-step-list--default .bt-step-item--number span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
        font-size: 24px;
        font-weight: 700;
        color: var(--e-global-color-primary, #222);
        line-height: 1;
        transform: translate(-50%, -50%); }
    .bt-elwg-step-list--default .bt-step-item--image .bt-cover-image, .bt-elwg-step-list--default .bt-step-item--image .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-step-list--default .bt-step-item--image .wc-cover-image {
      padding-bottom: 58%;
      border-radius: 15px;
      border: 10px solid #fff;
      box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15); }
    .bt-elwg-step-list--default .bt-step-item--subtitle {
      font-size: 18px;
      font-weight: 500;
      text-transform: capitalize;
      color: var(--e-global-color-accent, #1FBECD);
      margin: 0 0 8px; }
    .bt-elwg-step-list--default .bt-step-item--title {
      font-size: 32px;
      font-weight: 700;
      color: var(--e-global-color-primary, #222);
      margin: 0 0 12px; }
      .bt-elwg-step-list--default .bt-step-item--title span {
        font-family: var(--e-global-typography-secondary-font-family, "DM Sans");
        font-weight: 700;
        color: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-step-list--default .bt-step-item--desc {
      margin-bottom: 36px; }
    .bt-elwg-step-list--default .bt-step-item--button {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 24px;
      color: #fff;
      background: var(--e-global-color-accent, #1FBECD);
      border-radius: 15px;
      padding: 16px 40px; }
  .bt-elwg-step-list--default .bt-step-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 480px;
    display: flex;
    align-items: end;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 65%);
    z-index: 9; }
    .bt-elwg-step-list--default .bt-step-show-more--button {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      text-decoration-line: underline;
      color: var(--e-global-color-primary, #222);
      background: #fff;
      padding: 15px 40px;
      border-radius: 15px;
      border: 1px solid #c6c6c6;
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15); }
      .bt-elwg-step-list--default .bt-step-show-more--button svg {
        fill: var(--e-global-color-accent, #1FBECD);
        width: 32px;
        height: auto; }
      .bt-elwg-step-list--default .bt-step-show-more--button:hover {
        color: var(--e-global-color-accent, #1FBECD); }
  @media (max-width: 1024.98px) {
    .bt-elwg-step-list--default.bt-has-show-more {
      padding-bottom: 30px; }
    .bt-elwg-step-list--default .bt-step-item:nth-child(even) .bt-step-item--left {
      padding-left: 65px;
      padding-right: 0; }
    .bt-elwg-step-list--default .bt-step-item:nth-child(even) .bt-step-item--right {
      padding-left: 0;
      padding-right: 65px; }
    .bt-elwg-step-list--default .bt-step-item--left {
      padding-right: 60px; }
    .bt-elwg-step-list--default .bt-step-item--right {
      padding-left: 60px; }
    .bt-elwg-step-list--default .bt-step-item--number {
      width: 70px; }
    .bt-elwg-step-list--default .bt-step-show-more {
      max-height: 360px; } }
  @media (max-width: 767.98px) {
    .bt-elwg-step-list--default .bt-step-list:before,
    .bt-elwg-step-list--default .bt-step-list .bt-line-progress {
      left: 25px; }
    .bt-elwg-step-list--default .bt-step-item--left {
      width: 100%;
      padding-left: 70px !important;
      padding-right: 0 !important; }
    .bt-elwg-step-list--default .bt-step-item--right {
      width: 100%;
      padding-top: 30px;
      padding-left: 70px !important;
      padding-right: 0 !important; }
    .bt-elwg-step-list--default .bt-step-item--number {
      left: 0 !important;
      width: 50px;
      transform: translate(0, -50%) !important; }
      .bt-elwg-step-list--default .bt-step-item--number span {
        font-size: 20px; }
    .bt-elwg-step-list--default .bt-step-item--button {
      font-size: 14px;
      padding: 12px 25px 12px 25px; }
    .bt-elwg-step-list--default .bt-step-show-more--button {
      font-size: 16px;
      padding: 12px 25px 12px 25px; }
      .bt-elwg-step-list--default .bt-step-show-more--button svg {
        width: 24px; } }

.bt-elwg-post-grid--default .bt-post, .bt-elwg-post-grid--style-1 .bt-post {
  min-height: 100%;
  height: 100%; }
  .bt-elwg-post-grid--default .bt-post-grid, .bt-elwg-post-grid--style-1 .bt-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .bt-elwg-post-grid--default .bt-post--inner, .bt-elwg-post-grid--style-1 .bt-post--inner {
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
@media (max-width: 991.98px) {
  .bt-elwg-post-grid--default .bt-post-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767.98px) {
  .bt-elwg-post-grid--default .bt-post-grid {
    grid-template-columns: repeat(1, 1fr); } }
.bt-elwg-post-grid--style-1 .bt-post-grid {
  gap: 20px; }
  @media (max-width: 1024.98px) {
    .bt-elwg-post-grid--style-1 .bt-post-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .bt-elwg-post-grid--style-1 .bt-post-grid {
      grid-template-columns: repeat(1, 1fr); } }
.bt-elwg-post-grid--style-2 .bt-post-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .bt-elwg-post-grid--style-2 .bt-post-grid article.bt-post {
    width: 100%; }

.bt-elwg-account-login {
  display: flex;
  width: 100%; }
  .bt-elwg-account-login-inner {
    width: 100%; }
    .bt-elwg-account-login-inner ul {
      width: 100%;
      display: flex;
      margin: 0;
      padding: 0;
      align-items: center;
      align-content: center; }
      .bt-elwg-account-login-inner ul li {
        list-style-type: none;
        position: relative;
        display: flex; }
        .bt-elwg-account-login-inner ul li a,
        .bt-elwg-account-login-inner ul li span {
          color: var(--e-global-color-primary, #222);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          display: inline-block; }
        .bt-elwg-account-login-inner ul li:not(:first-child)::before {
          content: " ";
          display: inline-block;
          width: 2px;
          height: 50%;
          background-color: var(--e-global-color-primary, #222);
          position: absolute;
          left: -10px;
          top: 50%;
          transform: translateY(-50%); }

.bt-elwg-highlighted-heading {
  display: flex;
  justify-content: start;
  align-items: center; }
  .bt-elwg-highlighted-heading h1,
  .bt-elwg-highlighted-heading h2,
  .bt-elwg-highlighted-heading h3,
  .bt-elwg-highlighted-heading h4,
  .bt-elwg-highlighted-heading h5,
  .bt-elwg-highlighted-heading h6 {
    width: 100%;
    max-width: fit-content;
    z-index: 9;
    color: var(--e-global-color-primary, #222); }
    .bt-elwg-highlighted-heading h1 a,
    .bt-elwg-highlighted-heading h1 span,
    .bt-elwg-highlighted-heading h2 a,
    .bt-elwg-highlighted-heading h2 span,
    .bt-elwg-highlighted-heading h3 a,
    .bt-elwg-highlighted-heading h3 span,
    .bt-elwg-highlighted-heading h4 a,
    .bt-elwg-highlighted-heading h4 span,
    .bt-elwg-highlighted-heading h5 a,
    .bt-elwg-highlighted-heading h5 span,
    .bt-elwg-highlighted-heading h6 a,
    .bt-elwg-highlighted-heading h6 span {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      letter-spacing: inherit;
      color: inherit;
      display: inline-block; }
    .bt-elwg-highlighted-heading h1 .bt-small,
    .bt-elwg-highlighted-heading h2 .bt-small,
    .bt-elwg-highlighted-heading h3 .bt-small,
    .bt-elwg-highlighted-heading h4 .bt-small,
    .bt-elwg-highlighted-heading h5 .bt-small,
    .bt-elwg-highlighted-heading h6 .bt-small {
      font-size: 72%; }
  .bt-elwg-highlighted-heading .__text-highlighted {
    position: relative;
    color: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-highlighted-heading .__text-highlighted svg {
      position: absolute;
      min-width: calc(100% + 50px);
      height: 100%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }

.bt-elwg-list-image-text-inner {
  display: grid; }
  .bt-elwg-list-image-text-inner .item-image-text-inner {
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    padding: 23px 10px 29px 10px;
    position: relative; }
  .bt-elwg-list-image-text-inner .item-image-text--thumbnail {
    width: 100%;
    display: flex;
    justify-content: center; }
    .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg {
      width: 100%;
      height: auto;
      max-width: 60px; }
  .bt-elwg-list-image-text-inner .item-image-text h3 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: normal; }
  .bt-elwg-list-image-text-inner .item-image-text a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
.bt-elwg-list-image-text--default .item-image-text-inner:hover .item-image-text--thumbnail, .bt-elwg-list-image-text--style-2 .item-image-text-inner:hover .item-image-text--thumbnail {
  transform: translateY(-5px); }
.bt-elwg-list-image-text--default .item-image-text-inner:hover h3, .bt-elwg-list-image-text--style-2 .item-image-text-inner:hover h3 {
  transform: translateY(5px); }
.bt-elwg-list-image-text--default .item-image-text--thumbnail,
.bt-elwg-list-image-text--default .item-image-text h3, .bt-elwg-list-image-text--style-2 .item-image-text--thumbnail,
.bt-elwg-list-image-text--style-2 .item-image-text h3 {
  transition: all 0.25s ease-in-out; }
.bt-elwg-list-image-text--default .bt-elwg-list-image-text-inner .item-image-text-inner {
  gap: 20px; }
.bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner {
  gap: 15px; }
  .elementor-widget-bt-list-image-text .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover {
    background-color: var(--e-global-color-accent, #1FBECD); }
    .elementor-widget-bt-list-image-text .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover h3 {
      color: #fff;
      font-weight: 400; }
  .elementor-widget-bt-list-image-text .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover .item-image-text--thumbnail img {
    filter: brightness(0) invert(1); }
  .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover .item-image-text--thumbnail svg {
    fill: #ffff; }
    .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover .item-image-text--thumbnail svg path {
      fill: #fff; }
    .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner:hover .item-image-text--thumbnail svg > g path {
      stroke: #fff !important; }
.bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text--thumbnail img, .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text-inner,
.bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text svg {
  transition: all 0.25s ease-in-out; }
.bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg {
  fill: var(--e-global-color-accent, #1FBECD); }
  .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg path {
    fill: var(--e-global-color-accent, #1FBECD); }
  .bt-elwg-list-image-text--style-1 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg > g path {
    stroke: var(--e-global-color-accent, #1FBECD) !important; }
.bt-elwg-list-image-text--style-2 .bt-elwg-list-image-text-inner .item-image-text-inner {
  gap: 15px; }
.bt-elwg-list-image-text--style-2 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg {
  fill: var(--e-global-color-primary, #222); }
  .bt-elwg-list-image-text--style-2 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg path {
    fill: var(--e-global-color-primary, #222); }
  .bt-elwg-list-image-text--style-2 .bt-elwg-list-image-text-inner .item-image-text--thumbnail svg > g path {
    stroke: var(--e-global-color-primary, #222) !important; }

.bt-elwg-card-image-text-grid-inner {
  display: grid; }
  @media (min-width: 641px) and (max-width: 767.98px) {
    .bt-elwg-card-image-text-grid-inner {
      grid-template-columns: repeat(2, 1fr) !important; } }
  .bt-elwg-card-image-text-grid-inner .item-card-image-text {
    position: relative; }
    .bt-elwg-card-image-text-grid-inner .item-card-image-text:hover .item-card-image-text--thumbnail img {
      transform: scale(1.1); }
    .bt-elwg-card-image-text-grid-inner .item-card-image-text-inner {
      position: relative;
      overflow: hidden; }
    .bt-elwg-card-image-text-grid-inner .item-card-image-text--thumbnail {
      width: 100%;
      height: auto;
      display: block; }
      .bt-elwg-card-image-text-grid-inner .item-card-image-text--thumbnail img {
        object-position: center;
        transition: all 3s cubic-bezier(0.11, 0.52, 0.53, 0.79); }
    .bt-elwg-card-image-text-grid-inner .item-card-image-text--content {
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      bottom: 16px;
      background: rgba(31, 190, 205, 0.5);
      text-align: center; }
      .bt-elwg-card-image-text-grid-inner .item-card-image-text--content h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
      .bt-elwg-card-image-text-grid-inner .item-card-image-text--content a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 9; }
.bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner {
  padding-top: 60px; }
  @media (max-width: 1024.98px) {
    .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner {
      padding-top: 48px; } }
  @media (max-width: 640.98px) {
    .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner {
      padding-top: 0; } }
  .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner .item-card-image-text:nth-child(odd) {
    margin-top: -60px; }
    @media (max-width: 1024.98px) {
      .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner .item-card-image-text:nth-child(odd) {
        margin-top: -48px; } }
    @media (max-width: 640.98px) {
      .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner .item-card-image-text:nth-child(odd) {
        margin-top: 0; } }
  .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner .item-card-image-text--content {
    bottom: 0;
    background-color: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-card-image-text-grid.--style-1 .bt-elwg-card-image-text-grid-inner .item-card-image-text--content h3 {
      font-size: 20px; }

.bt-elwg-cars-search-inner {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px; }
  .bt-elwg-cars-search-inner .bt-field-type-select::before {
    content: none; }
  .bt-elwg-cars-search-inner .select2-container--default .select2-selection__arrow {
    display: flex;
    align-items: center;
    justify-content: center; }
    .bt-elwg-cars-search-inner .select2-container--default .select2-selection__arrow svg path {
      fill: var(--e-global-color-accent, #1FBECD); }
  .bt-elwg-cars-search-inner form {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 10px; }
    .bt-elwg-cars-search-inner form .bt-field-submit {
      position: relative; }
.bt-elwg-cars-search--form {
  padding: 30px;
  border-radius: 10px; }
  @media (max-width: 640.98px) {
    .bt-elwg-cars-search--form {
      padding: 30px 15px; } }
  .bt-elwg-cars-search--form-top-search {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px; }
    .bt-elwg-cars-search--form-top-search-inner {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px 24px; }
      @media (max-width: 640.98px) {
        .bt-elwg-cars-search--form-top-search-inner {
          gap: 8px 18px; } }
      .bt-elwg-cars-search--form-top-search-inner .item-top-search {
        position: relative;
        display: flex; }
        .bt-elwg-cars-search--form-top-search-inner .item-top-search:not(:last-child):after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 75%;
          background: #ffffff;
          position: absolute;
          right: -12px;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 640.98px) {
            .bt-elwg-cars-search--form-top-search-inner .item-top-search:not(:last-child):after {
              width: 1px;
              right: -9px; } }
    .bt-elwg-cars-search--form-top-search a,
    .bt-elwg-cars-search--form-top-search p {
      font-size: 14px;
      font-weight: 700;
      line-height: 18px;
      margin: 0; }
    .bt-elwg-cars-search--form-top-search p {
      color: #ffffff;
      text-transform: uppercase;
      min-width: fit-content; }
    .elementor .bt-elwg-cars-search--form-top-search a {
      text-decoration-line: underline; }
.bt-elwg-cars-search--default .select2-container, .bt-elwg-cars-search--style-2 .select2-container {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 15px; }
  @media (max-width: 991.98px) {
    .bt-elwg-cars-search--default .select2-container, .bt-elwg-cars-search--style-2 .select2-container {
      padding-left: 15px; } }
  @media (max-width: 640.98px) {
    .bt-elwg-cars-search--default .select2-container, .bt-elwg-cars-search--style-2 .select2-container {
      min-height: 48px; } }
  .bt-elwg-cars-search--default .select2-container .selection, .bt-elwg-cars-search--style-2 .select2-container .selection {
    height: 64px;
    width: 100%; }
    @media (max-width: 640.98px) {
      .bt-elwg-cars-search--default .select2-container .selection, .bt-elwg-cars-search--style-2 .select2-container .selection {
        height: 48px; } }
  .bt-elwg-cars-search--default .select2-container .select2-selection--single, .bt-elwg-cars-search--style-2 .select2-container .select2-selection--single {
    height: 64px;
    gap: 18px;
    padding: 0;
    justify-content: flex-start;
    gap: 0;
    border: none;
    border-radius: 0; }
    @media (max-width: 640.98px) {
      .bt-elwg-cars-search--default .select2-container .select2-selection--single, .bt-elwg-cars-search--style-2 .select2-container .select2-selection--single {
        height: 48px; } }
    @media (max-width: 640.98px) {
      .bt-elwg-cars-search--default .select2-container .select2-selection--single, .bt-elwg-cars-search--style-2 .select2-container .select2-selection--single {
        justify-content: space-between; } }
  @media (max-width: 640.98px) {
    .bt-elwg-cars-search--default .select2-container .select2-selection__arrow, .bt-elwg-cars-search--style-2 .select2-container .select2-selection__arrow {
      width: 20px;
      height: 48px; } }
  .bt-elwg-cars-search--default .select2-container .select2-selection__rendered, .bt-elwg-cars-search--style-2 .select2-container .select2-selection__rendered {
    padding: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }
@media (max-width: 640.98px) {
  .bt-elwg-cars-search--default .bt-elwg-cars-search--form form, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form form {
    flex-wrap: wrap; } }
@media (max-width: 640.98px) {
  .bt-elwg-cars-search--default .bt-elwg-cars-search--form .bt-form-field, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field {
    width: 100%; } }
@media (max-width: 640.98px) {
  .bt-elwg-cars-search--default .bt-elwg-cars-search--form .bt-form-field:not(:last-child), .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field:not(:last-child) {
    border-bottom: 1px solid var(--e-global-color-accent, #1FBECD); } }
.bt-elwg-cars-search--default .bt-elwg-cars-search--form .bt-form-field.bt-field-type-select:not(:first-child) .select2-container, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-type-select:not(:first-child) .select2-container {
  border-left: 1px solid #e4ecff; }
.bt-elwg-cars-search--default .bt-elwg-cars-search--header {
  display: none; }
.bt-elwg-cars-search--default .bt-elwg-cars-search--form {
  position: relative;
  z-index: 9;
  overflow: hidden;
  background: var(--e-global-color-secondary, #111); }
  .bt-elwg-cars-search--default .bt-elwg-cars-search--form::before {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
.bt-elwg-cars-search--default .bt-elwg-cars-search-inner {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.3); }
  @media (min-width: 641px) {
    .bt-elwg-cars-search--default .bt-elwg-cars-search-inner form {
      padding-right: 5px; } }
  @media (min-width: 641px) {
    .bt-elwg-cars-search--default .bt-elwg-cars-search-inner .bt-form-field {
      width: calc((100% - 56px) / 3); } }
  .bt-elwg-cars-search--default .bt-elwg-cars-search-inner .bt-field-submit {
    overflow: hidden;
    background-color: var(--e-global-color-accent, #1FBECD);
    border-radius: 10px;
    min-width: 56px;
    min-height: 54px;
    max-width: 56px; }
    @media (max-width: 640.98px) {
      .bt-elwg-cars-search--default .bt-elwg-cars-search-inner .bt-field-submit {
        min-width: 100%;
        border-radius: 0px 0px 10px 10px; } }
    .bt-elwg-cars-search--default .bt-elwg-cars-search-inner .bt-field-submit input[type="submit"] {
      background-color: transparent;
      font-size: 0;
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9;
      width: 100%;
      height: 100%; }
    .bt-elwg-cars-search--default .bt-elwg-cars-search-inner .bt-field-submit svg {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 8; }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search-inner {
  background-color: var(--e-global-color-accent, #1FBECD); }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 10px; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit input[type="submit"], .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit input[type="submit"] {
    padding: 0;
    width: auto;
    height: auto;
    font-size: 17px;
    font-weight: 700;
    line-height: 211.765%;
    border: none;
    background: transparent; }
.bt-elwg-cars-search--style-2 {
  padding-top: 49px; }
  .bt-elwg-cars-search--style-2 .bt-elwg-cars-search-inner {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.3);
    position: relative; }
  .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form {
    padding: 0; }
    .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form form {
      padding: 0 6px 0 0; }
      @media (max-width: 991.98px) {
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form form {
          padding: 0;
          flex-wrap: wrap; } }
    .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field {
      width: 100%; }
      @media (min-width: 992px) {
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field {
          max-width: calc((100% - 170px) / 4); } }
      @media (min-width: 1025px) {
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field {
          max-width: calc((100% - 207px) / 4); } }
      @media (min-width: 520px) and (max-width: 991.98px) {
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field {
          max-width: 50%; } }
      @media (min-width: 520px) and (max-width: 991.98px) {
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field:not(:last-child) {
          border-bottom: 1px solid #e4ecff; } }
      .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition {
        flex-wrap: nowrap;
        align-items: center;
        gap: 2px;
        position: absolute;
        left: 49px;
        top: -49px;
        max-width: calc(100% - 49px); }
        @media (max-width: 991.98px) {
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition {
            border: none;
            left: 30px;
            max-width: calc(100% - 30px); } }
        @media (max-width: 767.98px) {
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition {
            left: 15px;
            max-width: calc(100% - 15px); } }
        .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio {
          border-radius: 10px 10px 0px 0px;
          background: #fff;
          min-height: 49px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 26px;
          min-width: fit-content;
          transition: all 0.25s ease-in-out;
          max-width: fit-content; }
          @media (max-width: 767.98px) {
            .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio {
              padding: 0 10px;
              width: auto; } }
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio:has(input:checked), .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio:hover {
            background-color: var(--e-global-color-accent, #1FBECD); }
            .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio:has(input:checked) label, .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio:hover label {
              color: #fff; }
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio input[type="radio"] {
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: translateY(0);
            top: 0;
            cursor: pointer; }
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio label {
            color: var(--e-global-color-primary, #222);
            font-size: 18px;
            font-weight: 700;
            transition: all 0.25s ease-in-out;
            display: inline-block; }
            @media (max-width: 767.98px) {
              .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio label {
                font-size: 16px; } }
            @media (max-width: 519.98px) {
              .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio label {
                font-size: 14px; } }
            .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio label::before {
              content: none; }
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-car_condition .item-radio svg {
            display: none; }
      .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit {
        background-color: var(--e-global-color-secondary, #111);
        height: 54px;
        min-width: 207px;
        width: 207px; }
        @media (max-width: 1024.98px) {
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit {
            min-width: 170px;
            width: 170px; } }
        @media (max-width: 991.98px) {
          .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form .bt-form-field.bt-field-submit {
            width: 100%;
            max-width: 100%;
            margin-top: -1px;
            border-radius: 0 0 10px 10px; } }
.bt-elwg-cars-search--style-1 .select2-container--default .select2-selection--single, .elementor-editor-active .bt-elwg-cars-search--style-1 .select2-container--default .select2-selection--single {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  padding-left: 27px;
  height: 60px; }
.bt-elwg-cars-search--style-1 .select2-container--default .select2-selection__rendered, .elementor-editor-active .bt-elwg-cars-search--style-1 .select2-container--default .select2-selection__rendered {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner {
  padding: 49px 60px 54.71px 60px; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form {
    background: transparent;
    flex-wrap: wrap; }
    .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form .bt-form-field {
      width: 100%; }
      .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form .bt-form-field:not(:last-child) {
        margin-bottom: 20px; }
    .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form .bt-field-submit {
      min-height: 60px; }
      .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form .bt-field-submit input[type="submit"] {
        color: var(--e-global-color-secondary, #111); }
      .bt-elwg-cars-search--style-1 .bt-elwg-cars-search-inner form .bt-field-submit svg path {
        stroke: var(--e-global-color-secondary, #111); }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search--form {
  padding: 0; }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header {
  text-align: center;
  padding-bottom: 30px; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header svg {
    width: 100%;
    height: auto;
    margin-bottom: -18px;
    max-width: 96px; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header svg path {
    fill: #fff; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header svg > g path {
    stroke: #fff !important; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header h3 {
    line-height: 111.111%; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--header p {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal; }
.bt-elwg-cars-search--style-1 .bt-elwg-cars-search--cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 18.29px; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--cta a span {
    color: #fff;
    font-size: 17.988px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline; }
  .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--cta a svg {
    width: 100%;
    height: auto;
    max-width: 20px; }
    .bt-elwg-cars-search--style-1 .bt-elwg-cars-search--cta a svg path {
      fill: #fff; }

.bt-elwg-list-icon-text-inner {
  display: flex;
  flex-wrap: wrap; }
.bt-elwg-list-icon-text--title {
  width: 25%;
  background-color: var(--e-global-color-accent, #1FBECD);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px; }
  .bt-elwg-list-icon-text--title > h3 {
    font-size: 24px;
    color: #ffffff; }
.bt-elwg-list-icon-text--items {
  background: var(--e-global-color-secondary, #111);
  min-height: 117px;
  width: 75%;
  display: flex;
  overflow-x: auto;
  padding-left: 10px; }
  .bt-elwg-list-icon-text--items .item-icon-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    position: relative;
    padding: 0 40px; }
    .bt-elwg-list-icon-text--items .item-icon-text:not(:last-child):after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 28px;
      background: #454545;
      transform: translateY(-50%); }
    .bt-elwg-list-icon-text--items .item-icon-text-inner {
      display: flex;
      align-items: center;
      gap: 17px;
      height: 100%; }
    .bt-elwg-list-icon-text--items .item-icon-text--icon {
      color: #ffffff;
      display: flex;
      align-items: center;
      transition: all .3s; }
      .bt-elwg-list-icon-text--items .item-icon-text--icon svg {
        width: 32px;
        height: auto; }
    .bt-elwg-list-icon-text--items .item-icon-text--heading {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      transition: all .3s; }
    .bt-elwg-list-icon-text--items .item-icon-text a:hover .item-icon-text--icon, .bt-elwg-list-icon-text--items .item-icon-text a:hover .item-icon-text--heading {
      color: var(--e-global-color-accent, #1FBECD); }
@media (max-width: 991.98px) {
  .bt-elwg-list-icon-text--title {
    width: 100%;
    min-height: 75px; }
  .bt-elwg-list-icon-text--items {
    width: 100%;
    min-height: 75px; } }

.elementor-widget-button .elementor-button-icon svg {
  width: fit-content; }

.elementor-widget-image-box .elementor-image-box-description a {
  font-weight: 700;
  text-decoration: underline; }

/* list Faq */
.bt-elwg-list-faq--default {
  position: relative; }
  .bt-elwg-list-faq--default .item-faq:first-child .item-faq-inner {
    padding-top: 0 !important; }
  .bt-elwg-list-faq--default .item-faq-inner {
    border-bottom: 1px solid;
    padding: 20px 0;
    border-color: #d9d9d9; }
  .bt-elwg-list-faq--default .bt-item-title {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    cursor: pointer; }
    .bt-elwg-list-faq--default .bt-item-title.active svg {
      transform: rotate(-180deg); }
      .bt-elwg-list-faq--default .bt-item-title.active svg path {
        fill: var(--e-global-color-secondary, #111); }
    .bt-elwg-list-faq--default .bt-item-title.active h3 {
      color: var(--e-global-color-accent, #1FBECD); }
    .bt-elwg-list-faq--default .bt-item-title svg {
      transition: transform 0.6s ease;
      transform: rotate(0);
      flex: none; }
    .bt-elwg-list-faq--default .bt-item-title h3 {
      color: var(--e-global-color-primary, #222);
      font-size: 20px;
      font-weight: 700;
      line-height: 133.2%; }
      .bt-elwg-list-faq--default .bt-item-title h3:hover {
        color: var(--e-global-color-accent, #1FBECD); }
  .bt-elwg-list-faq--default .bt-item-content {
    display: none;
    color: var(--e-global-color-text, #555);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 20px 0 20px 46px; }

/* service Hours */
.bt-elwg-service-hours--default .bt-service-hours {
  margin: 0;
  padding: 0;
  list-style: none; }
  .bt-elwg-service-hours--default .bt-service-hours .bt-service--item {
    display: flex;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    max-height: 51px; }
    .bt-elwg-service-hours--default .bt-service-hours .bt-service--item:not(:last-child) {
      border-bottom: 1px solid #60d6e1; }
  .bt-elwg-service-hours--default .bt-service-hours .bt-service--title {
    width: 45%; }
  .bt-elwg-service-hours--default .bt-service-hours .bt-service--hours {
    width: 55%; }
  @media (max-width: 519.98px) {
    .bt-elwg-service-hours--default .bt-service-hours .bt-service--item {
      font-size: 18px;
      line-height: 45px;
      max-height: 45px; }
    .bt-elwg-service-hours--default .bt-service-hours .bt-service--title {
      width: 40%; }
    .bt-elwg-service-hours--default .bt-service-hours .bt-service--hours {
      width: 60%; } }

.bt-elwg-cars-grid-list--default .bt-car-filter-form-sortview {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
.bt-elwg-cars-grid-list--default .bt-car-grid-layout {
  display: grid; }
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout .bt-post {
    width: 100%; }
  @media (min-width: 767.98px) {
    .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post {
      width: 100%; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--inner {
        display: flex; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--thumbnail {
        width: 50%; }
        .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--thumbnail .bt-cover-image, .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--thumbnail .woocommerce .woocommerce-loop-product__thumbnail .wc-cover-image, .woocommerce .woocommerce-loop-product__thumbnail .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--thumbnail .wc-cover-image {
          height: 100%;
          padding-bottom: 0; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--featured {
        height: 100%; }
        .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--featured a {
          display: block;
          height: 100%; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--infor {
        width: 50%; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--body {
        position: absolute;
        top: -1px;
        left: 0;
        border-radius: 0 0 10px 0;
        transform: none; }
      .bt-elwg-cars-grid-list--default .bt-car-grid-layout.bt-layout-default[data-view="list"] .bt-post--info-inner {
        padding: 60px 30px 24px; } }
@media (min-width: 767.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--2,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--2 {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 767.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--3,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--3 {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--3,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--3 {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 767.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--4,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--4 {
    grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--4,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--4 {
    grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1199.98px) {
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view=""].bt-cols--4,
  .bt-elwg-cars-grid-list--default .bt-car-grid-layout[data-view="grid"].bt-cols--4 {
    grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 519.98px) {
  .bt-elwg-cars-grid-list--default .bt-pagination {
    margin-top: 40px; }
  .bt-elwg-cars-grid-list--default .bt-car-topbar {
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 12px; } }

.bt-elwg-cars-grid--default .bt-car-grid-layout {
  display: grid; }
  @media (min-width: 767.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 767.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--3 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 767.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--4 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--4 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1199.98px) {
    .bt-elwg-cars-grid--default .bt-car-grid-layout.bt-cols--4 {
      grid-template-columns: repeat(4, 1fr); } }
  .bt-elwg-cars-grid--default .bt-car-grid-layout .bt-post {
    width: 100%; }
@media (max-width: 519.98px) {
  .bt-elwg-cars-grid--default .bt-pagination {
    margin-top: 40px; }
  .bt-elwg-cars-grid--default .bt-car-topbar {
    padding-bottom: 20px;
    margin-bottom: 30px;
    gap: 12px; } }

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .__bt-heading-style, .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h1,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h2,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h3,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h4,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h5,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h6 {
    font-size: 55px; } }
@media (min-width: 1025px) and (max-width: 1199.98px) {
  .__bt-heading-style, .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h1,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h2,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h3,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h4,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h5,
  .elementor-element.bt-hero-home .bt-elwg-highlighted-heading h6 {
    font-size: 45px; } }

@media (min-width: 1450px) {
  .elementor-element.bt-col-container-left {
    padding-left: calc((100% + 5px - var(--container-max-width)) / 2); }
  .elementor-element.bt-col-container-right {
    padding-right: calc((100% + 5px - var(--container-max-width)) / 2); } }

/* slider home 2 */
.bt-price-slider-home-1 {
  transform: translate(0, 0) !important;
  left: inherit !important;
  right: -69px;
  top: 48% !important;
  margin: 0;
  min-width: 101px; }

.bt-price-slider-home-1 .n2-ss-item-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.bt-icon-phone-slider-home-1.n2-ss-layer > .n2-ss-layer-col > .n2-ss-layer:first-child {
  transform: translate(0, 0) !important;
  left: -40px !important;
  top: -26px !important;
  min-width: 72px;
  min-height: 72px; }

@media (max-width: 567px) {
  .bt-icon-phone-slider-home-1.n2-ss-layer > .n2-ss-layer-col > .n2-ss-layer:first-child {
    left: 0% !important;
    top: 0% !important; } }
@media (max-width: 700.98px) {
  .bt-slider-1-home-1 .bt-year-slider .n2-ss-layer-row-inner {
    display: flex;
    align-items: flex-end; } }
/* slider home 3 */
.bt-heading-one-line > .n2-ss-layer-content {
  flex-direction: row !important;
  max-width: fit-content;
  position: relative !important;
  flex-wrap: wrap; }

.bt-heading-one-line > .n2-ss-layer-content > div {
  width: auto; }

.bt-button-slider-home3 > .n2-ss-layer-content {
  flex-direction: row !important;
  flex-wrap: wrap; }

.bt-button-slider-home3 > .n2-ss-layer-content .n2-ss-layer:last-child .n2-ss-button-container a > div div {
  text-decoration: underline !important; }

.elementor-element.bt-img-width-full a {
  display: block; }
.elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper {
  background-color: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  padding-right: 104px;
  padding-left: 87px; }
  @media (max-width: 1024.98px) {
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper {
      gap: 30px;
      padding-right: 60px;
      padding-left: 60px; } }
  @media (max-width: 600px) {
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper {
      row-gap: 10px;
      padding: 10px;
      max-width: 330px;
      margin: 0 auto;
      justify-content: center; } }
  .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 3px solid transparent;
    transition: all 0.25s ease-in-out; }
    @media (max-width: 767.98px) {
      .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        background-color: #fff; } }
    @media (max-width: 600px) {
      .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        padding: 5px 0; } }
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      position: relative;
      border-color: var(--e-global-color-accent, #1FBECD); }
.elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper {
  background-color: transparent !important; }
  @media (max-width: 767.98px) {
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-title {
      display: none; } }
  .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    background-color: transparent !important;
    padding: 40px 0 0 0; }
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-widget-icon-box > .elementor-widget-container:hover {
      background: var(--e-global-color-accent, #1FBECD); }
      .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-widget-icon-box > .elementor-widget-container:hover a {
        color: #fff; }
      .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-widget-icon-box > .elementor-widget-container:hover svg {
        fill: #fff; }
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .elementor-widget-image-box .elementor-image-box-img {
      overflow: hidden;
      border-radius: 20px; }
    .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bt-tab-make-grid .elementor-widget-image-box > .elementor-widget-container:hover {
      background: var(--e-global-color-accent, #1FBECD); }
      .elementor-element.bt-browse-used-cars .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content .bt-tab-make-grid .elementor-widget-image-box > .elementor-widget-container:hover .elementor-image-box-title {
        color: #fff; }
.elementor-element.bt-ss-buy-sell-car > .elementor-element .elementor-widget-image {
  transform: translateX(-50%); }
@media (min-width: 1025px) and (max-width: 1600.98px) {
  .elementor-element.bt-hero-home .elementor-widget-image.bt-hero-image > .elementor-widget-container {
    margin-right: 0; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.elementor-grid-4.woocommerce .woocommerce-loop-product__infor {
    padding: 20px;
    max-width: calc(100% - 20px); }
  .elementor-element.elementor-grid-4.woocommerce .woocommerce-loop-product__title {
    font-size: 20px; } }
.elementor-element.bt-grid-item-about-home2 .elementor-widget-icon-box::before {
  position: absolute;
  content: "";
  width: 119px;
  height: 119px;
  border: 2px solid var(--e-global-color-accent, #1FBECD);
  border-radius: 50%;
  top: -57px;
  left: 50%;
  transform: translateX(-50%); }
.elementor-element.bt-grid-item-about-home2 .elementor-widget-icon-box .elementor-widget-container {
  position: relative;
  z-index: 1; }
.elementor-element.bt-grid-item-about-home2 .elementor-widget-icon-box .elementor-icon-box-wrapper {
  margin-top: -50px; }
@media (max-width: 1215px) and (min-width: 1024.98px) {
  .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post--inner-right {
    padding: 60px 15px 65px 15px; }
  .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post--title {
    font-size: 20px; }
  .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post .bt-post-meta {
    padding: 10px; }
    .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post .bt-post-meta .bt-post-author-w-avatar {
      padding-right: 10px;
      margin-right: 10px; }
    .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post .bt-post-meta .bt-post-author-w-avatar--name {
      font-size: 14px; }
    .elementor-element.bt-loop-blog-home-2 .bt-elwg-post-loop-item--style-2 .bt-post .bt-post-meta .bt-reading-time {
      font-size: 14px; } }
.elementor-element.bt-what-we-offer-home-3 {
  position: relative; }
  .elementor-element.bt-what-we-offer-home-3::after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 9;
    width: 100%;
    height: 60px;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
    background: #fff; }
    @media (max-width: 767.98px) {
      .elementor-element.bt-what-we-offer-home-3::after {
        height: 30px; } }
  .elementor-element.bt-what-we-offer-home-3 .elementor-widget-icon-box .elementor-icon-box-icon {
    position: relative;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA5IiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTA5IDkwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNDUuNDk5OCA4OS45OTI0QzQzLjEwNzQgODkuOTcxMyA0MC44MDAzIDg5LjkwNTIgMzguNTgwNSA4OS43ODUzTDM4LjYwNzUgODkuMjg2QzM0LjkzMzcgODkuMDg3NiAzMS41MDY0IDg4Ljc0MTcgMjguMzMzOSA4OC4yMDk0TDI4LjI1MTIgODguNzAyNkMyMy4yMjQ1IDg3Ljg1OTMgMTguODIwMyA4Ni41NDk2IDE1LjA3NzggODQuNjE3MkwxNS4zMDcyIDg0LjE3MjlDMTQuMjgwNyA4My42NDI4IDEzLjMwNjEgODMuMDY1OSAxMi4zODQgODIuNDM4OUwxMi4xMDI5IDgyLjg1MjRDMTAuMTcxNiA4MS41MzkyIDguNDYxMTIgODAuMDA3MiA2Ljk3OTAzIDc4LjIyNzFMNy4zNjMyOSA3Ny45MDcyQzUuMzE5MTUgNzUuNDUxOSAzLjcxMjkyIDcyLjUwNzggMi41Njk2NSA2OC45ODVMMi4wOTQwNiA2OS4xMzk0QzAuODQ1Mjc3IDY1LjI5MTUgMC4xNDU0MjMgNjAuNzc4MSAwLjAyMDM3MTEgNTUuNDk2NkwwLjUyMDIzMSA1NS40ODQ3QzAuNTA2NzU3IDU0LjkxNTcgMC41IDU0LjMzNzUgMC41IDUzLjc1QzAuNSA1My4wNDM5IDAuNTEzOTMzIDUyLjM0MTEgMC41NDE1NDEgNTEuNjQxN0wwLjA0MTkzMDQgNTEuNjIyQzAuMTU1NDAyIDQ4Ljc0NzYgMC40OTc3NSA0NS45MzExIDEuMDUxNSA0My4xODk4TDEuNTQxNiA0My4yODg4QzIuMzg3MDcgMzkuMTAzMyAzLjczMDA3IDM1LjA5NDggNS41MDczMyAzMS4zMjU0TDUuMDU1MDggMzEuMTEyMkM3LjQ4NjkzIDI1Ljk1NDUgMTAuNzI0IDIxLjI0MDkgMTQuNjA3MSAxNy4xMjg0TDE0Ljk3MDYgMTcuNDcxN0MxNS45MzQyIDE2LjQ1MTIgMTYuOTM3OSAxNS40NjgxIDE3Ljk3OTMgMTQuNTI0N0wxNy42NDM2IDE0LjE1NDJDMTkuNzM5IDEyLjI1NiAyMS45ODU2IDEwLjUxNzUgMjQuMzYzNCA4Ljk1ODNMMjQuNjM3NiA5LjM3NjQyQzI4LjEzMjMgNy4wODQ4IDMxLjkxMzIgNS4xODM5NyAzNS45MTYgMy43MzcxOEwzNS43NDYxIDMuMjY2OTVDNDAuOTYxIDEuMzgyMDYgNDYuNTQ5MyAwLjI2MDcyMSA1Mi4zNzE4IDAuMDQwMjI3OEw1Mi4zOTA3IDAuNTM5ODdDNTMuMDkwNSAwLjUxMzM3MSA1My43OTM2IDAuNSA1NC41IDAuNUM1NS4yMDY0IDAuNSA1NS45MDk1IDAuNTEzMzcxIDU2LjYwOTMgMC41Mzk4N0w1Ni42MjgyIDAuMDQwMjI3OEM1OS41MDM1IDAuMTQ5MTE1IDYyLjMyMTggMC40Nzc2OTkgNjUuMDY2MiAxLjAwOTQ0TDY0Ljk3MTEgMS41MDAzMUM2OS4xNzE2IDIuMzE0MiA3My4xOTc0IDMuNjA4MzggNzYuOTg3MiA1LjMyMjQ2TDc3LjE5MzMgNC44NjY4OUM4Mi40MDkzIDcuMjI2MDIgODcuMTgyNiAxMC4zNzMzIDkxLjM1NjQgMTQuMTU0Mkw5MS4wMjA3IDE0LjUyNDdDOTIuMDYyMSAxNS40NjgxIDkzLjA2NTggMTYuNDUxMiA5NC4wMjk0IDE3LjQ3MTdMOTQuMzkyOSAxNy4xMjg0Qzk2LjMzODQgMTkuMTg4OCA5OC4xMjE3IDIxLjQwMDEgOTkuNzIyOCAyMy43NDI1TDk5LjMxIDI0LjAyNDZDMTAxLjY3NSAyNy40ODQgMTAzLjYzOCAzMS4yMzE3IDEwNS4xMzQgMzUuMjAyOUwxMDUuNjAyIDM1LjAyNjZDMTA3LjU2MiA0MC4yMjYgMTA4LjcyOCA0NS44MDU0IDEwOC45NTggNTEuNjIyTDEwOC40NTggNTEuNjQxN0MxMDguNDg2IDUyLjM0MTEgMTA4LjUgNTMuMDQzOSAxMDguNSA1My43NUMxMDguNSA1NC40MTg0IDEwOC40ODQgNTUuMDY5NCAxMDguNDUyIDU1LjcwMzRMMTA4Ljk1MiA1NS43Mjg0QzEwOC44MDcgNTguNjA3OSAxMDguMzQ0IDYxLjE1MzEgMTA3LjU5NiA2My40MTM2TDEwNy4xMjEgNjMuMjU2NkMxMDUuODIzIDY3LjE4MTggMTAzLjY0OSA3MC4yMjM3IDEwMC43OCA3Mi42NjQ3TDEwMS4xMDQgNzMuMDQ1NUM5Ny40MzgxIDc2LjE2NDIgOTIuNjcwNiA3OC4zMTQ0IDg3LjE3NjUgODAuMDM4TDg3LjAyNjggNzkuNTYwOUM4NS44MTUgNzkuOTQxIDg0LjU2NjYgODAuMzAwNyA4My4yODUyIDgwLjY0NTZMODMuNDE1MiA4MS4xMjg0QzgwLjk3ODIgODEuNzg0NCA3OC40Mjc2IDgyLjM4NjMgNzUuNzkxMyA4Mi45NzQzTDc1LjY4MjUgODIuNDg2NEM3My44NDI3IDgyLjg5NjcgNzEuOTYwOCA4My4zMDAzIDcwLjA0NDIgODMuNzExNEw3MC4wMzMxIDgzLjcxMzhDNjguMTEzMiA4NC4xMjU2IDY2LjE1ODggODQuNTQ0OCA2NC4xODEyIDg0Ljk4NDlMNjQuMjg5OCA4NS40NzNDNTkuMzIzOCA4Ni41NzgxIDU0LjIxMzMgODcuODE0OCA0OS4xMSA4OS40MDIxTDQ4Ljk2MTUgODguOTI0N0M0OC4zNjEgODkuMTExNSA0Ny43NjA1IDg5LjMwMzEgNDcuMTYwMyA4OS41QzQ2LjYwMzcgODkuNDk5OCA0Ni4wNTE3IDg5LjQ5NzMgNDUuNTA0MyA4OS40OTI1TDQ1LjQ5OTggODkuOTkyNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9IiMxRkJFQ0QiIHN0cm9rZS1kYXNoYXJyYXk9IjQgOCAxMiAxNiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    padding: 20px 30px 10px; }
  @media (max-width: 767px) {
    .elementor-element.bt-what-we-offer-home-3 .bt-text-explore a {
      color: inherit; } }
.elementor-element.bt-find-your-dream-cars-home-3 {
  overflow-x: clip; }
  .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element:first-child {
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%); }
    @media (max-width: 1024.98px) {
      .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element:first-child {
        clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%); } }
  .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title {
    position: relative;
    padding-left: 25.45px;
    z-index: 9; }
    @media (max-width: 767.98px) {
      .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title {
        padding-left: 15px; } }
    .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title::after, .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title::before {
      content: " ";
      display: inline-block;
      position: absolute;
      left: 0; }
    .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title::before {
      width: 100px;
      height: 100px;
      border-radius: 0px 10px 10px 10px;
      background: #fff;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }
      @media (max-width: 767.98px) {
        .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title::before {
          width: 70px;
          height: 70px; } }
    .elementor-element.bt-find-your-dream-cars-home-3 > .elementor-element .elementor-widget-heading h2.elementor-heading-title::after {
      width: 17px;
      height: 17px;
      background-color: var(--e-global-color-accent, #1FBECD);
      top: 0; }
  .elementor-element.bt-find-your-dream-cars-home-3 .elementor-widget-icon-box .elementor-icon-box-icon a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 6px solid var(--e-global-color-accent, #1FBECD);
    border-radius: 50%; }
  .elementor-element.bt-find-your-dream-cars-home-3 .elementor-widget-icon-box .elementor-icon-box-content a:hover {
    color: currentColor; }
  @media (max-width: 1199.98px) and (min-width: 1024.98px) {
    .elementor-element.bt-find-your-dream-cars-home-3 .bt-col-container-right .elementor-button-wrapper .elementor-button {
      padding: 13px 50px 14px 25px; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-vehicles-solution > .e-con-inner {
    gap: 15px; }
    .elementor-element.bt-section-vehicles-solution > .e-con-inner .bt-elwg-highlighted-heading h2 {
      font-size: 60px !important; }
  .elementor-element.bt-section-vehicles-solution.e-con-full > .elementor-element:first-child {
    padding-top: 80px;
    padding-bottom: 80px; }
    .elementor-element.bt-section-vehicles-solution.e-con-full > .elementor-element:first-child .bt-elwg-highlighted-heading h2 {
      font-size: 60px !important; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-dealer .bt-elwg-dealer-loop-item--default .bt-post--titlejob {
    padding: 20px 15px; }
    .elementor-element.bt-section-dealer .bt-elwg-dealer-loop-item--default .bt-post--titlejob span {
      font-size: 16px; }
  .elementor-element.bt-section-dealer .bt-elwg-dealer-loop-item--default .bt-post--title a {
    font-size: 20px; }
  .elementor-element.bt-section-dealer .bt-elwg-dealer-loop-item--default .bt-post--info {
    padding: 20px 15px; }
  .elementor-element.bt-section-dealer .bt-elwg-dealer-loop-item--default .bt-post--content {
    margin-left: 10px;
    margin-right: 10px; } }
.elementor-element.bt-text-explore a {
  color: var(--e-global-color-accent, #1FBECD);
  text-decoration: underline;
  font-weight: 500; }
.elementor-element.bt-tabs-featured-cars .elementor-tabs-wrapper {
  border-bottom: 1px solid #d9d9d9;
  overflow: initial;
  display: flex;
  justify-content: center; }
  .elementor-element.bt-tabs-featured-cars .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0 0 17px 0;
    margin: 0px 20px;
    border-bottom: 3px solid transparent !important;
    position: relative;
    bottom: -1px; }
    .elementor-element.bt-tabs-featured-cars .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      border-color: var(--e-global-color-accent, #1FBECD) !important; }
    @media (max-width: 519.98px) {
      .elementor-element.bt-tabs-featured-cars .elementor-tabs-wrapper .elementor-tab-title {
        margin: 0px 10px; } }
.elementor-element.bt-tabs-featured-cars .elementor-tabs-content-wrapper .elementor-tab-title {
  display: none; }
.elementor-element.bt-tabs-featured-cars .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 40px 0 0 0; }
.elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper {
  border-bottom: 1px solid #d9d9d9;
  overflow: initial;
  display: flex;
  justify-content: flex-start; }
  .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper .elementor-tab-title {
    padding: 0 0 17px 0;
    border-bottom: 3px solid transparent !important;
    position: relative;
    bottom: -1px; }
    .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper .elementor-tab-title:not(:last-child) {
      margin: 0 50px 0 0; }
    .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
      border-color: var(--e-global-color-accent, #1FBECD) !important; }
    @media (max-width: 767.98px) {
      .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper .elementor-tab-title {
        margin: 0 20px !important; } }
    @media (max-width: 519.98px) {
      .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper .elementor-tab-title {
        margin: 0 10px !important; } }
  @media (max-width: 767.98px) {
    .elementor-element.bt-tabs-popular-cars .elementor-tabs-wrapper {
      justify-content: center; } }
.elementor-element.bt-tabs-popular-cars .elementor-tabs-content-wrapper .elementor-tab-title {
  display: none; }
.elementor-element.bt-tabs-popular-cars .elementor-tabs-content-wrapper .elementor-tab-content {
  padding: 40px 0 0 0; }
@media (max-width: 1480px) {
  .elementor-element.bt-col-content-featured-cars-home1 {
    padding-left: 15px; } }
.elementor-element.bt-form-get-price-form .gform_wrapper.gform-theme--api, .elementor-element.bt-form-get-price-form .gform_wrapper.gform-theme--foundation {
  --gf-form-gap-x: 21px;
  --gf-form-gap-y: 20px; }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .select2-selection--single {
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  padding: 0 18px 0 35px;
  border: none;
  color: #333;
  height: 64px; }
  @media (max-width: 519.98px) {
    .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .select2-selection--single {
      height: 54px;
      padding: 0 0 0 15px; } }
  .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 64px;
    top: 0; }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body select,
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body textarea {
  background: #fff;
  border: none;
  height: 64px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 35px; }
  @media (max-width: 519.98px) {
    .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
    .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body select,
    .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body textarea {
      height: 54px; } }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .ginput_container_text {
  position: relative; }
  .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .ginput_container_text input {
    padding-left: 65px; }
    @media (max-width: 519.98px) {
      .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .ginput_container_text input {
        padding-left: 40px;
        padding-right: 15px; } }
  .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .ginput_container_text:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE0LjQ3OTIgMTQuNDkzNUwxOS4yNSAxOS4yNU0xNi41IDkuNjI1QzE2LjUgMTMuNDIxOSAxMy40MjE5IDE2LjUgOS42MjUgMTYuNUM1LjgyODA0IDE2LjUgMi43NSAxMy40MjE5IDIuNzUgOS42MjVDMi43NSA1LjgyODA0IDUuODI4MDQgMi43NSA5LjYyNSAyLjc1QzEzLjQyMTkgMi43NSAxNi41IDUuODI4MDQgMTYuNSA5LjYyNVoiIHN0cm9rZT0iIzU1NTU1NSIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%); }
    @media (max-width: 519.98px) {
      .elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .ginput_container_text:before {
        left: 15px; } }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform-body .gfield_checkbox .gform-field-label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer; }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform_footer {
  margin-top: 29px; }
  .elementor-element.bt-form-get-price-form .gform_wrapper .gform_footer input[type="submit"] {
    padding: 18px 50px !important;
    width: 100% !important; }
  @media (max-width: 519.98px) {
    .elementor-element.bt-form-get-price-form .gform_wrapper .gform_footer {
      margin-top: 18px; }
      .elementor-element.bt-form-get-price-form .gform_wrapper .gform_footer input[type="submit"] {
        padding: 15px 50px !important; } }
.elementor-element.bt-form-get-price-form .gform_wrapper .gform_confirmation_message {
  text-align: left;
  color: #fff; }
@media (max-width: 1760px) {
  .elementor-element.bt-loop-slider-car .elementor-swiper-button {
    padding: 20px !important; }
    .elementor-element.bt-loop-slider-car .elementor-swiper-button.elementor-swiper-button-next {
      right: 1% !important; }
    .elementor-element.bt-loop-slider-car .elementor-swiper-button.elementor-swiper-button-prev {
      left: 1% !important; } }
@media (min-width: 1630px) {
  .elementor-element.bt-loop-slider-car .swiper-pagination {
    display: none; }
  .elementor-element.bt-loop-slider-car .swiper.elementor-loop-container {
    padding-bottom: 0 !important; } }
@media (max-width: 1630px) {
  .elementor-element.bt-loop-slider-car .elementor-swiper-button {
    display: none !important; } }
@media (max-width: 1360px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-ads > .e-con-inner > .elementor-element:first-child {
    padding-left: 5px;
    padding-right: 5px; }
    .elementor-element.bt-section-ads > .e-con-inner > .elementor-element:first-child .elementor-button-wrapper .elementor-button {
      min-width: 190px;
      padding: 10px; }
  .elementor-element.bt-section-ads > .e-con-inner > .elementor-element:last-child {
    padding-left: 20px;
    padding-right: 20px; }
    .elementor-element.bt-section-ads > .e-con-inner > .elementor-element:last-child .elementor-widget-button .elementor-widget-container {
      margin-top: 10px; }
      .elementor-element.bt-section-ads > .e-con-inner > .elementor-element:last-child .elementor-widget-button .elementor-widget-container .elementor-button {
        padding: 13px 24px; } }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor {
  gap: 20px; }
  @media (max-width: 767.98px) {
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor {
      gap: 15px; } }
  .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor--item {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    padding: 22px 10px;
    font-size: 20px;
    gap: 15px;
    background: #fff; }
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor--item a {
      gap: 15px; }
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor--item:last-child {
      width: 100%; }
    @media (max-width: 767.98px) {
      .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor--item {
        width: 100%;
        justify-content: flex-start;
        padding: 10px;
        font-size: 18px; } }
  .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .elementor-widget-bt-site-information-style-1 .bt-elwg-site-infor--item-icon {
    background: #f1f1f1; }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_confirmation_message {
  text-align: left;
  color: #fff; }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--api, .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--foundation {
  --gf-form-gap-x: 12px;
  --gf-form-gap-y: 12px; }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_heading .gform_description {
  color: #fff;
  margin: 0; }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body select,
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body textarea {
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
  border-radius: 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff; }
  @media (max-width: 519.98px) {
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body select,
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body textarea {
      height: 54px; } }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform-body textarea {
  height: 131px; }
.elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
  margin-top: 20px; }
  .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_footer input[type="submit"] {
    padding: 17px 50px !important;
    width: 100% !important;
    background: #fff !important;
    font-size: 17px !important;
    color: #111 !important; }
  @media (max-width: 519.98px) {
    .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
      margin-top: 18px; }
      .elementor-element.bt-section-contact > .e-con-inner > .elementor-element .gform_wrapper .gform_footer input[type="submit"] {
        padding: 15px 50px !important; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-contact > .e-con-inner > .elementor-element:last-child {
    padding: 40px 30px; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-exclusive-services .elementor-element.e-grid {
    --e-con-grid-template-columns: repeat(2, 1fr); } }
.elementor-element.bt-section-exclusive-services .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper {
  position: relative;
  display: flex;
  align-items: center; }
  .elementor-element.bt-section-exclusive-services .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    position: absolute;
    margin-bottom: 0; }
    .elementor-element.bt-section-exclusive-services .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon {
      border: 8px solid #fff; }
  .elementor-element.bt-section-exclusive-services .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
    margin-left: 52px;
    padding: 40px 15px 40px 73px; }
    @media (max-width: 1024.98px) {
      .elementor-element.bt-section-exclusive-services .elementor-element .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
        margin-left: 42px;
        padding: 40px 15px 40px 52px; } }
.elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper {
  padding: 34px 40px 47px 40px;
  border-radius: 20px;
  border: 1px solid #dadada; }
  @media (max-width: 540px) {
    .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper {
      padding: 30px 20px; } }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--api, .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--foundation {
    --gf-form-gap-x: 10px;
    --gf-form-gap-y: 30px; }
    @media (max-width: 639px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--api, .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper.gform-theme--foundation {
        --gf-form-gap-y: 20px; } }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform_heading {
    display: none; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield_label {
    color: var(--e-global-color-primary, #222);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 14px;
    line-height: 1; }
    .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield_label .gfield_required {
      display: none; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .select2-selection--single {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 10px;
    background: #f1f1f1;
    color: var(--e-global-color-text, #555);
    border: none; }
    @media (max-width: 519.98px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .select2-selection--single {
        height: 54px;
        padding: 0 0 0 24px; } }
    .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .select2-selection--single .select2-selection__arrow {
      width: 40px;
      height: 60px;
      top: 0;
      right: -20px; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body select,
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body textarea {
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 24px;
    border-radius: 10px;
    background: #f1f1f1;
    color: var(--e-global-color-text, #555);
    border: none; }
    @media (max-width: 519.98px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body input:not([type="checkbox"], [type="radio"]),
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body select,
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body textarea {
        height: 54px; } }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield {
    order: 1; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield--type-html {
    order: 2;
    position: absolute;
    bottom: 52px;
    left: 340px;
    color: var(--e-global-color-text, #555);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 450px;
    right: 40px; }
    @media (max-width: 1250px) and (min-width: 1024.98px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield--type-html {
        bottom: 40px;
        left: 40px;
        max-width: 100%; } }
    @media (max-width: 840px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield--type-html {
        bottom: 40px;
        left: 40px;
        max-width: 100%; } }
    @media (max-width: 639px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body .gfield--type-html {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: -10px;
        font-size: 14px;
        line-height: 1.6; } }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body #field_submit {
    position: relative; }
    .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body #field_submit > *:not(input) {
      position: absolute;
      left: 230px;
      top: 30%; }
    .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body #field_submit input {
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 160.2%;
      text-transform: uppercase;
      border-radius: 10px;
      background: var(--e-global-color-accent, #1FBECD);
      padding: 16px 44px;
      box-shadow: none; }
      @media (max-width: 519.98px) {
        .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform-body #field_submit input {
          padding: 13px 44px; } }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
    margin-top: 0; }
    @media (max-width: 1250px) and (min-width: 1024.98px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
        padding-bottom: 60px; } }
    @media (max-width: 840px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
        padding-bottom: 60px; } }
    @media (max-width: 639px) {
      .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element .gform_wrapper .gform_footer {
        padding-bottom: 0; } }
@media (max-width: 1410px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element:last-child {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1199.98px) and (min-width: 1024.98px) {
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element:last-child .bt-service-hours .bt-service--item {
    font-size: 18px; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element:last-child .bt-service-hours .bt-service--title {
    width: 40%; }
  .elementor-element.bt-section-schedule-services > .e-con-inner > .elementor-element:last-child .bt-service-hours .bt-service--hours {
    width: 60%; } }
.elementor-element.bt-cars-search-no-condition .bt-elwg-cars-search--style-2 {
  padding-top: 0; }
  .elementor-element.bt-cars-search-no-condition .bt-elwg-cars-search--style-2 .bt-form-field.bt-field-car_condition {
    display: none; }
  @media (min-width: 767.98px) {
    .elementor-element.bt-cars-search-no-condition .bt-elwg-cars-search--style-2 .bt-elwg-cars-search--form-top-search {
      justify-content: center; } }
.elementor-element.bt-scroll-cars-grid-list {
  position: relative; }
  @media (min-width: 1024.98px) {
    .elementor-element.bt-scroll-cars-grid-list.active::before {
      content: "";
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.2%, #fff 100%);
      width: 100%;
      height: 241px;
      display: block;
      bottom: 0;
      left: 0;
      top: auto;
      z-index: 999; } }
  @media (min-width: 1024.98px) {
    .elementor-element.bt-scroll-cars-grid-list > .elementor-element {
      overflow-x: hidden;
      overflow-y: auto;
      max-height: 870px; } }
  @media (max-width: 1199.98px) and (min-width: 1024.98px) {
    .elementor-element.bt-scroll-cars-grid-list > .elementor-element > .elementor-widget-container {
      padding: 0px 15px 0px 15px !important; } }
.elementor-element.bt-tab-preload .elementor-tabs-content-wrapper {
  position: relative; }
  .elementor-element.bt-tab-preload .elementor-tabs-content-wrapper.loading .bt-content-load {
    opacity: 1;
    visibility: visible; }
  .elementor-element.bt-tab-preload .elementor-tabs-content-wrapper.loading .elementor-tab-content {
    opacity: 0; }
  .elementor-element.bt-tab-preload .elementor-tabs-content-wrapper .bt-content-load {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%; }
    .elementor-element.bt-tab-preload .elementor-tabs-content-wrapper .bt-content-load .bt-loading-wave {
      top: 150px; }

/*# sourceMappingURL=main.css.map */
